kldxref: /boot/kernel/kernel: too many sections

2012-05-26 Thread Martin Laabs
have the following in my make.conf MODULES_OVERRIDE = nfsserver linux linprocfs geom/geom_bde syscons/green However - I don't think this explains the misbehavior of kldxref. Can anybody give me a hint where to search for the bug? Best regards, Martin Laabs

Re: kldxref: /boot/kernel/kernel: too many sections

2012-05-26 Thread Martin Laabs
Hi, On 05/26/12 15:46, Wojciech Puchar wrote: [...] I do not build all kernel modules so I have the following in my make.conf MODULES_OVERRIDE = nfsserver linux linprocfs geom/geom_bde syscons/green is it i386/amd64? strange didn't you set -j option to make when doing install? Sorry - it

Re: kldxref: /boot/kernel/kernel: too many sections

2012-05-26 Thread Martin Laabs
can try it myself FreeBSD server.martinlaabs.de 8.2-STABLE FreeBSD 8.2-STABLE #3: Sat Dec 24 01:21:34 CET 2011 mar...@server.martinlaabs.de:/usr/obj/usr/src/sys/SERVER_KERNEL i386 You can find my kernel config at http://www.martinlaabs.de/tmp/SERVER_KERNEL Thank you, Martin Laabs

Re: kldxref: /boot/kernel/kernel: too many sections

2012-05-27 Thread Martin Laabs
. Best regards, Martin Laabs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: library search path

2012-05-28 Thread Martin Laabs
for the library/includes. So try to set CFLAGS=-I $HOME/include -L $HOME/lib Best regards, Martin Laabs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: library search path

2012-05-29 Thread Martin Laabs
Hello, On 29 May 2012 00:57, Martin Laabs i...@martinlaabs.de wrote: [...] tmux didn't work with libevent 2.* but did with libevent 1.4.* When typing make config in the tmux port it presents a checkbutton wether I wanna use libenvet 1.4 or 2. So it seems to work with both versions. Btw

ARM NAS Server for FreeBSD?

2012-05-29 Thread Martin Laabs
Hello, can anyone recommend me a ARM9/11 based platform that has support for freebsd to implement a nas server and router? Also other platforms could be interesting if they have a low power consumption. However - the performance should be somewhat better than the performance of the first atom

secure /usr/src update

2007-08-25 Thread Martin Laabs
to be easily attackable by some standard stream inserting or very simple man in the middle attacks. Do you have any suggestions? Thank you, Martin Laabs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: List of legal Wireless bands

2007-08-26 Thread Martin Laabs
Hi Steven, Hi I am looking for a list of wireless bands and sub bands that can be freely used for a private home network. you can't answer this question in general. The frequency-bands that you are allowed to use without special regulation are country specific. The most commen bands are the

minimum valid block size on DVD-RAM

2008-01-07 Thread Martin Laabs
with a blocksize (or a multiple of a blocksize) of 2048 bytes only. Best regards, Martin Laabs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: minimum valid block size on DVD-RAM

2008-01-07 Thread Martin Laabs
not work if the drive only supports blocks with a multiple of 2k in size. How did you create the UFS image for the DVD-RAM? With an image via the md device? This seems actually the only way to gener- ate an ufs filesystem on a dvd-ram for me now. Best regards, Martin Laabs

update /dev files with slices

2008-01-21 Thread Martin Laabs
Hi, I created a dvd with two slices a and b. (Don't ask for the reason - it is a test for my backup system) This slices are ufs formated and gbde encrypted. However - if I insert the DVD the device nodes acd0a and acd0b are not created automaticly. But if the DVD is inserted *before* boot this

Re: update /dev files with slices

2008-01-21 Thread Martin Laabs
On Mon, 21 Jan 2008 13:26:42 +0100, Wojciech Puchar [EMAIL PROTECTED] wrote: reason - it is a test for my backup system) This slices are ufs formated and gbde encrypted. However - if I insert the DVD the device nodes acd0a and acd0b are not FreeBSD doesn't know that you inserted DVD until

Compile firefox with debug symbols

2008-07-31 Thread Martin Laabs
Hi, I have some problems with firefox (it just don't start - as well as openoffice.) I think it is a broken lib - but though I recompiled all the libs it still does not work. Now I'll do it the right way and use gdb but until now I had no success compiling a binary of firefox (or regxpcom which

Re: Compile firefox with debug symbols

2008-08-01 Thread Martin Laabs
Hi, On Thu, 31 Jul 2008 23:00:11 +0200, Roland Smith [EMAIL PROTECTED] wrote: On Thu, Jul 31, 2008 at 09:00:53PM +0200, Martin Laabs wrote: I have some problems with firefox (it just don't start Try starting firefox from a terminal. It will print a message if it cannot find a library

g_vfs_done() WRITE error

2009-08-21 Thread Martin Laabs
Hi, I have a brand new HDD and I copied my system and home directory to it. While copying my home directory I got the following errors at dmesg and /var/log/messages: Aug 21 08:49:16 pc kernel: g_vfs_done():ufs/home[WRITE(offset=50879299584, length=32768)]error = 1 Aug 21 08:49:51 pc last

Kernel asks only for the first GELI passphrase

2012-09-28 Thread Martin Laabs
Hello, I have two partitions encrypted with GELI: ada0s2 and ada0s3. The loader (located at an unencrypted part of the harddisk) loads the kernel and the kernel asks me for the passphrase for ada0s2 to attach it afterwards. However - my root file system is not at ada0s2.elia but on

Re: Kernel asks only for the first GELI passphrase

2012-09-30 Thread Martin Laabs
Hello, On 09/29/12 13:02, Fabian Keil wrote: Martin Laabs mailingli...@martinlaabs.de wrote: So - is there a way (i.e. a loader.conf entry) how I can tell the loader which partition I wanna have attached with a passphrase? Whether or not the kernel requests the passphrase depends on whether

[solved] Malformed UTF-8 in x11-toolkits/p5-Gtk2

2012-12-29 Thread Martin Laabs
*** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Gtk2. ---:- The cause is the environmental variable LC_ALL that was set to de_DE.ISO8859-1 for me. Unsetting it with unset LC_ALL (if you use bash) resolve the problem. Best regards, Martin Laabs

Re: Full disk encryption without root partition

2012-12-29 Thread Martin Laabs
, Martin Laabs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Build linux,ko kernel module standalone

2013-01-03 Thread Martin Laabs
missing? Thank you, Martin Laabs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: freebsd-update: fale?

2013-01-03 Thread Martin Laabs
Hi, On 01/02/13 01:21, Joe Altman wrote: Greetings, list. I have the following error; though I can load update5.FreeBSD.org in a browser: [...] maybe you use a release that is not supported by freebsd-update. Run uname -r an compare the release with that you see when looking at

Re: freebsd-update: fale?

2013-01-03 Thread Martin Laabs
Hi, On 01/02/13 01:21, Joe Altman wrote: Greetings, list. I have the following error; though I can load update5.FreeBSD.org in a browser: [...] maybe you use a release that is not supported by freebsd-update. Run uname -r an compare the release with that you see when looking at

Input subsystem comparable to linux planned

2013-02-18 Thread Martin Laabs
equal into the freebsd kernel. Thank you, Martin Laabs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org