Search results

  1. E

    Start application in userland from Kernelland

    Thank you, I will dig through those!
  2. E

    Start application in userland from Kernelland

    Thanks! Any other ideas for kernel-userland interaction?
  3. E

    Start application in userland from Kernelland

    Hello folks, I coded in the past quite a bit in FreeBSD Kernelland. Creating my own modules for my systems at work. One thing I am searching for quite some time is the ability to start a userland process from kernelland. :stud For instance when a device like usb/firewire is connected to the...
  4. E

    ZFS add 2 new devices to mirror

    Thanks! Worked like a charm: #zpool set bootfs="" pool #zpool add pool mirror /dev/ada2 /dev/ada3 #zpool set bootfs="pool" pool Great!
  5. E

    ZFS add 2 new devices to mirror

    Hi folks, I have a zfs mirror in my system of two hard drives. They are capable of 1TB data storage. Now I want to add anoter mirror to this mirror to raise the capacity from 1TB to 2TB. I run amd64 9.0, zfs version is 28. I tried the command zpool add zpool mirror /dev/ada2 /dev/ada3 which...
  6. E

    Boot with ZFS failed with error 2

    Thanks! Your posting remembered me that I always give the cache the name of the pool and the boot loader is searching for zpool.cache and not for mypool.cache.
  7. E

    Boot with ZFS failed with error 2

    Hello forum, I am stuck at the boottime of a freshly installed FreeBSD System 9 on amd64 with zfs and geli. During boottime I have to enter the geli passwords for the devices and the associated keys, this is working (I see the .eli devices in the mount prompt later). After successfully attach...
  8. E

    German umlauts in X

    Hello community, I try to get German umlauts running on my FreeBSD machine. I have found tips like here: http://de.answers.yahoo.com/question/index?qid=20060926041754AAVx4W3 To do this via the Alt Key. But this is not working. My current configuration in .cshrc is setenv...
  9. E

    apache + php5 packages without module for apache

    Thanks guys. I will build the package in a preconfigured chroot.
  10. E

    apache + php5 packages without module for apache

    Hi folks, I just installed the php software for my system using pkg_add -r php5 Sadly the apache_mod is not included for using it with this httpd. Building a package on this system is not really what I want to do. I want to serve the packages via the ftp repo. Did I miss a package or option...
  11. E

    nanobsd g_vfs_write md1 error, /var memory exhaust

    Hello folks, During testing my nanobsd image with 8.2 kernel on i386 I recognized that filling the /var with data dd if=/dev/urandom of=/var/test bs=64k exhausts the system, it is not usable any more and just prints out: g_vfs_done():md1[WRITE(offset=72990720, length=131072)]error = 28...
  12. E

    g_journal panic / g_vfs errors / FreeBSD 9

    Ok, now I had a kernel panic on process pid 25, which was [g_journal ada0.elia]. The system jumped directly into the debugger with an error message about a g_journal overflow. db> thread [thread pid 25 tid 100071] ... db> where Tracing pid 25 tid 10071 td 0xffffffe007a828c0 kdb_enter() at...
  13. E

    g_journal panic / g_vfs errors / FreeBSD 9

    hello folks, my box is running a: FreeBSD 9.0-RC1 FreeBSD 9.0-RC1 #0: Mon Oct 24 11:07:05 UTC 2011 the mountpoint looks like: /dev/ada0.elia.journal on / (ufs, local, soft-updates, gjournal) i run geli together with journal, so i have no data lost during crashes on a ssd drive. the...
  14. E

    Intel HD 3000 Working with FreeBSD 9.0?

    hey, having the x220 and intel graphics this was interesting for me as well. just did a cvup of the sources, building the kernel results in: /usr/src/sys/dev/agp/agp_i810.c:64:30: error: dev/agp/agp_i810.h: No such file or directory mkdep: compile failed *** Error code 1 regards...
  15. E

    hostapd wi0 configuration + errors

    Hello folks, I am trying to set up a wlan router for my flat with freebsd FreeBSD, but fail in firing up hostapd with wi. hostapd is started, but the status in ifconfig shows no carrier and I cannot find the network. cat /tmp/hostap.conf interface=wlan0 driver=bsd logger_syslog=-1...
  16. E

    Lenovo X220 FreeBSD compatibility

    well, i run 9-XXX since several months on my x220. it is working so far. currently i could not start the bluetooth adaptor acpi and the vga card is still unclear to me. besides that quite nice.
  17. E

    Airodump-ng with iwn0

    Thank you very much, i will try this! UPDATE: Thanks it worked perfectly!
  18. E

    acpi x220

    hey folks, I wanted to experiment with the sleep and suspend to disk mode with FreeBSD and the x220, but unsure where to start. My tests with acpidump and changing to the sleep state usually ended with a hard reset of the notebook by myself, as I was not able to bring it back to life. Help...
  19. E

    Airodump-ng with iwn0

    Many thanks for your reply. I get the following output on a FreeBSD 9-RC1: # ifconfig wlan1 create wlandev iwn0 wlanmode monitor ifconfig: SIOCIFCREATE2: Input/output error Is the card not capable of the function? Wrong commandline command?
  20. E

    Airodump-ng with iwn0

    hello folks, i am using a iwn0: <Intel(R) Centrino(R) Ultimate-N 6300> mem 0xf2500000-0xf2501fff irq 17 at device 0.0 on pci3 in a x220. i just tried to use airocrack-ng suite without any success. airodump-ng wlan0 CH 9 ][ Elapsed: 0 s ][ 2011-10-23 21:02...
Back
Top