Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-05 Thread Norbert Aschendorff
On 10/05/2012 05:40 AM, Konstantin Belousov wrote: > This is the whole difference between stable and HEAD nullfs. > Retest the HEAD then. Can't reproduce it with HEAD (FreeBSD freebsd-tower.goebo.site 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r241218: Fri Oct 5 08:26:17 CEST 2012 l...@freebsd-tower.go

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-04 Thread Norbert Aschendorff
Nop, the patch doesn't seem to work - the machine crashes again. :| Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-04 Thread Norbert Aschendorff
ERELEASE is compiling at the moment without the numeric-patch and we'll see. > Btw, the numeric uid/gid patch is now in head and I plan on MFC'ing it > to stable/9 to-day [...] That's fine :) --norbert ___ freebsd-stab

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-04 Thread Norbert Aschendorff
On 10/04/2012 12:45 PM, Konstantin Belousov wrote: > But the errors has nothing to do with my nullfs backport. You're right; they stem from Rick's patch (from line 207 in numeric-uidgid.patch on): -nd->nd_repstat = nfsv4_strtogid(cp,j,&gid,p); +nd->nd_repstat = nfsv4_strtogid(nd, cp, j, &gid, +

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-04 Thread Norbert Aschendorff
Does not compile: http://nopaste.info/2bc2c189eb.html (I also #define-d a constant, but that works) --Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "fr

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-04 Thread Norbert Aschendorff
us -- so any help is appreciated :P --Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-04 Thread Norbert Aschendorff
On 10/04/2012 08:41 AM, Norbert Aschendorff wrote: > I just applied the numeric-uidgid patch to CURRENT (worked so far) and > compile the kernel with the patch and try it another time, just to > eliminate the possibility of a bug in this patch (the machine never > crashed before usin

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-03 Thread Norbert Aschendorff
to eliminate the possibility of a bug in this patch (the machine never crashed before using this patch, but I'm not sure if I tested this consciously before having applied the patch) --Norbert ___ freebsd-stable@freebsd.org mailing list

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-03 Thread Norbert Aschendorff
Keyboard at the machine (if something goes /really/ wrong). --Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-03 Thread Norbert Aschendorff
ng (values taken from htop - 100% = one used CPU). ...aaand I just run it once more, and it worked again :) --Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail t

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-03 Thread Norbert Aschendorff
out Rick's NFSv4 numeric-uid-gid patch? Or is that completely unrelated? @Rick: Can you assure that it is impossible that the patch added this bug? --norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-03 Thread Norbert Aschendorff
On 10/03/2012 09:21 AM, Norbert Aschendorff wrote: > So I just have to compile a kernel including "option WITNESS_WARN" and Well, obviously doesn't work, so only WITNESS_SKIPSPIN... ___ freebsd-stable@freebsd.org mailing list http:/

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-03 Thread Norbert Aschendorff
log messages? Yep, I have the start of the log, it was archived and is 72 MB in total (some more crashes before ;). So I just have to compile a kernel including "option WITNESS_WARN" and (as mentioned in some mails before) "option WITNESS_SKIPSPIN" and then examine

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread Norbert Aschendorff
. Regards, Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread Norbert Aschendorff
I'll compile a kernel with options WITNESS options WITNESS_KDB ok? Or should I include WITNESS_SKIPSPIN too? Regards, Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, sen

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-01 Thread Norbert Aschendorff
(restricted via client IP address). --Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

rsync over NFSv4

2012-09-30 Thread Norbert Aschendorff
share, everything works completely fine. Workaround: Use rsync over SSH. --Norbert [1] http://lbo.spheniscida.de/Files/nfs-rsync-crash.tgz (25K), vmcore of around 300M (90M gzipped, 64M LZMA'd) not included ___ freebsd-stable@freebsd.org mailing list

Re: Building FreeBSD-STABLE

2012-09-29 Thread Norbert Aschendorff
On 09/29/2012 04:55 PM, Dimitry Andric wrote: > On 2012-09-29 16:16, Norbert Aschendorff wrote: > ... >> src.conf does not exist here, and make.conf contains this: >> >> # added by use.perl 2012-08-23 17:45:18 >> PERL_VERSION=5.14.2 >> >> CFLAGS=-pipe

Re: Building FreeBSD-STABLE

2012-09-29 Thread Norbert Aschendorff
Seems to help, thank you :) But what exactly messed it up? Do you have an idea? --Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-uns

Re: Building FreeBSD-STABLE

2012-09-29 Thread Norbert Aschendorff
On 09/29/2012 04:09 PM, David Wolfskill wrote: > On Sat, Sep 29, 2012 at 12:29:26PM +0200, Norbert Aschendorff wrote: >> > Hey, >> > I downloaded FreeBSD-STABLE source via SVN and I'm now at r241038 from >> > 2012-09-28 22:29:06 +0200 (Fri, 28 Sep 2012). >

Building FreeBSD-STABLE

2012-09-29 Thread Norbert Aschendorff
trib/llvm/include/llvm. As far as I currently see, all files needed by the C++ files are there, so the only action which should be taken is to change/add a C Preprocessor include switch in the correct Makefile, right? Or is the error located between chair and screen and I don't see the solution

Re: IPv4 vs. IPv6 Ethernet Performance

2012-08-30 Thread Norbert Aschendorff
ckets over 10,000) - could that be reassembled somehow? Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: IPv4 vs. IPv6 Ethernet Performance

2012-08-29 Thread Norbert Aschendorff
v6IPv4 --- [1] -> [2] 450 600 [2] -> [1] 401 855 This confirms the FreeBSD IPv6 receive rate measured with Linux as sender (iperf client). Norbert ___ freebsd-stable@freebsd.org m

Re: IPv4 vs. IPv6 Ethernet Performance

2012-08-29 Thread Norbert Aschendorff
That's a bit difficult because I own only one FreeBSD machine - to provide a result FreeBSD->FreeBSD I'd have to set up a completely new system. On the other side, I could try it using the Live system. I'll try it and tell you when I have

IPv4 vs. IPv6 Ethernet Performance

2012-08-28 Thread Norbert Aschendorff
SD -> Linux455 920 === The FreeBSD->Linux value shows that the ethernet chip on the FreeBSD machine (it's Intel stuff on both sides, using the em(4) driver on FreeBSD) is able to send at full 1G speed. But why is IPv6 so slow? Regards, Norbert _

[CLOSED] Re: Problem with Linux >= 3.3 as NFSv4 server

2012-08-22 Thread Norbert Aschendorff
As this is obviously a Linux (kernel(?)) problem, I think I can close this thread. And thank you for your answers, Rick :) Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: Problem with Linux >= 3.3 as NFSv4 server

2012-08-22 Thread Norbert Aschendorff
And just another thing: Using the Fedora machine (also kernel 3.5) as server, I see the exactly same behavior. Sending '1000' (numeric UID) instead of actual username. Using Kernel 3.2 on the server, the translation even works when using the same username and different IDs (as it should...). _

Re: Problem with Linux >= 3.3 as NFSv4 server

2012-08-22 Thread Norbert Aschendorff
It looks as if the problem is related to this bug which shows the exactly same symptoms (if you look at the package dumps). It's also Kernel 3.3 with which it also begun here. And with kernel 3.1, it works (same here). --> https://bugzilla.novell.com/show_bug.cgi?id=756897 I don't know what's the

Re: Problem with Linux >= 3.3 as NFSv4 server

2012-08-22 Thread Norbert Aschendorff
Sorry, I was wrong :|. This time, the packets contain the numeric user and group IDs (in my case, 1000:1000). A pcap file with some NFS requests and responses can be found here: http://lbo.spheniscida.de/Files/nfs.pcap -- sorry for that misinformation in the previous mail :( Norbert

Re: Problem with Linux >= 3.3 as NFSv4 server

2012-08-22 Thread Norbert Aschendorff
I already had a problem with this, but this is fixed: 1. The hostnames are correct 2. in the debian /etc/idmapd.conf, the right domain name is specified 3. The names are transmitted correctly -- tested with Wireshark. If the problem was wrong domain names, I had found it because I always take a loo

Problem with Linux >= 3.3 as NFSv4 server

2012-08-20 Thread Norbert Aschendorff
ourse), the same operation works without this errors, showing the UIDs and GIDs I want it to. 1. Am I right on this list, or should I ask first on a Linux-oriented list/forum? 2. Has anyone else noticed this or similar behaviour? 3. Any ideas about fixes, workarounds, known bugs? -- no

Re: linux-f10-flashplugin

2011-09-29 Thread Norbert Augenstein
On Thu, 29 Sep 2011 22:06:59 +0200 Alexander Leidinger wrote: > On Thu, 29 Sep 2011 12:50:01 -0700 Ted Faber wrote: > > > On Thu, Sep 29, 2011 at 02:41:39PM -0400, Michael Butler wrote: > > > On 09/29/11 13:57, Norbert Augenstein wrote: > > > > On Wed,

Re: linux-f10-flashplugin

2011-09-29 Thread Norbert Augenstein
On Wed, Sep 28, 2011 at 10:08:25PM +0400, S.N.Grigoriev wrote: > > > 28.09.2011, 21:10, "Conrad J. Sabatier" : > > On Wed, 28 Sep 2011 11:50:08 -0500 > > "Conrad J. Sabatier" wrote: > > > >>  It was a while ago that I did the actual wrapper install, but if I > >>  remember right, I simply copied

Re: FreeBSD-9.0-BETA1-i386-bootonly

2011-08-11 Thread Norbert Augenstein
On Wed, Aug 10, 2011 at 06:44:00PM +0400, N V wrote: > Hi. > > Tried to use FreeBSD-9.0-BETA1-i386-bootonly.iso in VirtualBox to test. > Installation stops after trying to fetch files from ftp. Attached screenshot > is informative, I think. Seems to use i386/ twice for some reason. > same

Re: freebsd7 (and 8), radeon, xorg-server -> deadlock or so

2010-02-13 Thread Norbert Papke
On February 13, 2010, Norbert Papke wrote: > I will repeat the experiment a few more times. After quite a number of trials, I never managed to get any further with the radeon driver. I also tried the radeonhd driver. It seems to behave a little differently. I usually get to an X screen w

Re: freebsd7 (and 8), radeon, xorg-server -> deadlock or so

2010-02-13 Thread Norbert Papke
On February 13, 2010, Robert Noland wrote: > On Sat, 2010-02-13 at 11:37 -0800, Norbert Papke wrote: > > On February 13, 2010, Robert Noland wrote: > > > Ok, I've put up a patch at: > > > > > > http://people.freebsd.org/~rnoland/drm-radeon-test.patch &g

Re: freebsd7 (and 8), radeon, xorg-server -> deadlock or so

2010-02-13 Thread Norbert Papke
d SVN 203287 and 203287 for VIA support * applied your patch * reverted drm_vm.c because it is dependent on r201223 (Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.) * re-enabled snooping in ati_pcigart.c and r600_cp.c I have appended my xorg.0.log file. Perhaps something in there

Re: ZFS performance degradation over time

2010-01-18 Thread Norbert Papke
sure that the degradation is ZFS related? Could it be caused by, for instance, a userland memory leak? What happens to active memory when you restart rtorrent? Cheers, -- Norbert Papke. npa...@acm.org http://saveournet.ca Protecting your Internet's level playing field _

Re: 8.0-RC USB/FS problem

2009-11-25 Thread Norbert Papke
t's just a typo in the url. Try $ fetch http://www.daemonfun.com/ Note the "://" rather than ":/". Cheers. -- Norbert Papke. npa...@acm.org http://saveournet.ca Protecting your Internet's level playing field ___ fre

Re: 7.2 Stable Crash - possibly related to if_re

2009-11-02 Thread Norbert Papke
On October 31, 2009, Pyun YongHyeon wrote: > On Fri, Oct 30, 2009 at 06:23:51PM -0700, Norbert Papke wrote: > > On October 30, 2009, Pyun YongHyeon wrote: > > > On Thu, Oct 29, 2009 at 09:56:19PM -0700, Norbert Papke wrote: > > > > This occurred shortly after "

Re: 7.2 Stable Crash - possibly related to if_re

2009-11-02 Thread Norbert Papke
On October 31, 2009, Pyun YongHyeon wrote: > On Fri, Oct 30, 2009 at 06:23:51PM -0700, Norbert Papke wrote: > > On October 30, 2009, Pyun YongHyeon wrote: > > > On Thu, Oct 29, 2009 at 09:56:19PM -0700, Norbert Papke wrote: > > > > This occurred shortly after "

Re: 7.2 Stable Crash - possibly related to if_re

2009-10-30 Thread Norbert Papke
On October 30, 2009, Pyun YongHyeon wrote: > On Thu, Oct 29, 2009 at 09:56:19PM -0700, Norbert Papke wrote: > > This occurred shortly after "scp"ing from a VirtualBox VM to the host. > > The file transfer got stuck. The "re" interface stopped working. >

7.2 Stable Crash - possibly related to if_re

2009-10-29 Thread Norbert Papke
miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto re0: Ethernet address: 00:30:48:b0:6a:1f -- Norbert Papke. npa...@acm.org http://saveournet.ca Protecting your Internet's level playing field ___

Re: 7.2-STABLE: Inserting USB device causes Fatal Trap 12

2009-05-16 Thread Norbert Papke
On May 10, 2009, Norbert Papke wrote: > Inserting a USB thumb drive into a running sytem result in a "Fatal trap > 12: page fault while in kernel mode". After repeating the crash a few times with INVARIANTS enabled, it becomes apparent that EHCI transfer queue is getting corru

Re: 7.2-STABLE: Inserting USB device causes Fatal Trap 12

2009-05-12 Thread Norbert Papke
xff000cbf5e00}, allocbuf = 0x0, rqflags = 1, next = {stqe_next = 0x0}, hcpriv = 0x0, timeout_handle = { c_links = {sle = {sle_next = 0x0}, tqe = {tqe_next = 0x0, tqe_prev = 0x0}}, c_time = 0, c_arg = 0x0, c_func = 0, c_mtx = 0x80b12600, c_flags = 0}} I am getting out of my de

Re: 7.2-STABLE: Inserting USB device causes Fatal Trap 12

2009-05-10 Thread Norbert Papke
On May 10, 2009, Norbert Papke wrote: > Inserting a USB thumb drive into a running sytem result in a "Fatal trap > 12: page fault while in kernel mode". > > Unfortunately, I was not able to save a core (not entirely sure why, I'll > investigate separately). I have

7.2-STABLE: Inserting USB device causes Fatal Trap 12

2009-05-10 Thread Norbert Papke
g system. If I boot with the thumb drive present, everything is fine. Any help is greatly appreciated. Cheers, -- Norbert Papke. = # uname -a FreeBSD proven.lan 7.2-STABLE FreeBSD 7.2-STABLE #0 r191841: Tue May 5 21:13:21 PDT 2009 npa...@

Re: dri + ATI: dramatic performance slowdown

2009-04-22 Thread Norbert Papke
On April 22, 2009, Robert Noland wrote: > On Wed, 2009-04-22 at 17:39 -0700, Norbert Papke wrote: > > 0x0/0x1 BIOS write-back set-by-firmware active > > 0x1/0x4000 BIOS write-back set-by-firmware active > > 0xc000/0x4000 BIOS uncacheable set-by-fir

Re: dri + ATI: dramatic performance slowdown

2009-04-22 Thread Norbert Papke
range present for all (ATI) cards? I don't see such an entry (please see below). My 2D performance seems reasonable. I have no complaints, just wondering. Cheers, -- Norbert Papke. npa...@acm.org # dmesg | grep drm drm0: on vgapci0 vgapci0: child drm0 requested pci_enable_busmaster

Re: powerd broken

2009-04-04 Thread Norbert Papke
On April 4, 2009, Robert Noland wrote: > On Sat, 2009-04-04 at 10:01 -0700, Norbert Papke wrote: > > Hi Robert, > > > > On April 3, 2009, Robert Noland wrote: > > > Use a radeon? ;( > > > > Is there any particular model of Radeon PCIe that you would reco

Re: powerd broken

2009-04-04 Thread Norbert Papke
Hi Robert, On April 3, 2009, Robert Noland wrote: > Use a radeon? ;( Is there any particular model of Radeon PCIe that you would recommend? Cheers, -- Norbert Papke. npa...@acm.org ___ freebsd-stable@freebsd.org mailing list h

Re: Possible UDP deadlock/panic fix

2008-09-23 Thread Norbert Papke
On September 22, 2008, Robert Watson wrote: > your confirmation as to whether or not this corrects the > specific symptoms you are seeing would be very helpful. 14+ hours under load with the patch and all is well. Thanks! -- Norbert. ___ f

Re: Possible UDP related deadlock in 7.1-PRERELEASE

2008-09-17 Thread Norbert Papke
On September 17, 2008, Robert Watson wrote: > On Mon, 15 Sep 2008, Norbert Papke wrote: > > With WITNESS enabled, I now experience panics and could not follow your > > instructions. There is no core dump. The following gets logged to > > /var/log/messages: > > >

Re: Possible UDP related deadlock in 7.1-PRERELEASE

2008-09-15 Thread Norbert Papke
On September 15, 2008, Gavin Atkinson wrote: > On Sun, 2008-09-14 at 12:19 -0700, Norbert Papke wrote: > > Symptoms: > > > > * I can trigger this lockup reliably by starting ktorrent. After a short > > while (one to two minutes), it locks up. Other commands, e.g.

Possible UDP related deadlock in 7.1-PRERELEASE

2008-09-14 Thread Norbert Papke
*udp ntpd L *udp Unfortunately, I am rapidly getting out of my depth here. I have no idea how to go about further analyzing this problem and would appreciate help. Cheers, -- Norbert. /boot/loader.conf: loader_logo=beastie verbose_loading="YES" cpufreq_load="YES" ge

Re: Apache seg faults -- Possible problem with libc? [solved]

2008-05-18 Thread Norbert Papke
On May 17, 2008, Norbert Papke wrote: > Environment: FreeBSD 7.0 Stable (as of Apr 30), apache-2.0.63 > > I am experiencing Apache crashes on a fairly consistent and frequent basis. > The crash occurs in strncmp(). To help with the diagnosis, I have rebuilt > libc with debug symb

Apache seg faults -- Possible problem with libc?

2008-05-17 Thread Norbert Papke
nment. */ if (envVars == NULL || environ != intEnviron) return (__findenv_environ(name, nameLen)); else { envNdx = envVarsTotal - 1; /* ==> */ return (__findenv(name, nameLen, &envNdx, true)); } } Any suggestions on how I could

Re: 6.3-RELEASE panic

2008-01-23 Thread Norbert Papke
On January 23, 2008, John Baldwin wrote: > On Monday 21 January 2008 04:51:54 pm Kris Kennaway wrote: > > Petr Holub wrote: > > > Hi, > > > > > > I've just updated the 6.2-RELEASE to 6.3-RELEASE using freebsd-update > > > as described in daemonology blog. > > > > > > While removing the old packages

Re: 6.3-RELEASE panic

2008-01-21 Thread Norbert Papke
On January 21, 2008, Petr Holub wrote: > Hi, > > I've just updated the 6.2-RELEASE to 6.3-RELEASE using freebsd-update > as described in daemonology blog. > > While removing the old packages using > pkg_delete -af > I've tried to stop all the deamons from /usr/local/etc/rc.d and > got the following

6.2-RC1 /boot/loader | dhclient

2006-11-19 Thread Norbert Augenstein
Hi list, i just want to note that after updating to RC1 /boot/loader still refuses to boot with Grub. -> endless rebooting chainloading works though, fortunately. dhclient shows a similar behavior to that Steve Franks reported Nov 13 on -CURRENT. After 20 min of i

Re: Boot FreeBSD from grub

2006-11-01 Thread Norbert Augenstein
On Thu, Nov 02, 2006 at 12:50:25PM +0800, Sun Zongjun-E5739C wrote: > > Thanks for your kind support. I add root(hd0, 0) but grub reports that can't > find file? > Here is the output of fdisk > > Device boot System > /dev/hda1 *FreeBSD >

Re: /boot/loader failed ....

2006-10-30 Thread Norbert Augenstein
On Mon, Oct 30, 2006 at 01:28:31AM +0100, Norbert Augenstein wrote: > No prblems with the new em code here:) > > regards, > --> auge > Hi all, i have some mailproblem here, sorry:) My update to RELENG_6 yesterday ends in this endless rebooting

/boot/loader failed ....

2006-10-29 Thread Norbert Augenstein
No prblems with the new em code here:) regards, --> auge -- 1:20AM up 84 days, 2:24, 0 users, load averages: 0.00, 0.00, 0.00 Life is the urge to ecstasy. _

Re: 6.2-PRE /boot/loader

2006-10-18 Thread Norbert Augenstein
On Tue, Oct 03, 2006 at 06:55:39PM +0200, Norbert Augenstein wrote: > Hi list, > i have just updated to 6.2-PRERELEASE and GRUB is unable to use > the new /boot/loader. Ending in an endless loop rebooting after > selecting FreeBSD. > As a workaround it was possib

6.2-PRE /boot/loader

2006-10-03 Thread Norbert Augenstein
Hi list, i have just updated to 6.2-PRERELEASE and GRUB is unable to use the new /boot/loader. Ending in an endless loop rebooting after selecting FreeBSD. As a workaround it was possible to chainload FreeBSD. Further investigation shows that /boot/loader.old is woking.

Re: Too dumb to mount as non privileged user

2006-09-18 Thread Norbert Kaufmann
try in /boot/loader.conf > > --jona Thanks, that's it! Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Too dumb to mount as non privileged user

2006-09-18 Thread norbert
ownership of non privileged user o reboot Trying to mount as user to the users own directory yields 'operation not permitted' error. So I changed the ownerships to 0666 but this didn't help either. I doublechecked sysctl, groups and ownerships. Can please anybody give me a hint

gnutls

2006-07-07 Thread Norbert Augenstein
Hi all, i have updated gnutls and see libgnutls-extra.so.13 libgnutls-extra.so.13 libgnutls.so.13 before i update all ports denpend on it, shouldn't that read *.so.16 ?? ___ freebsd-stable@freebsd.org mailing list http:

Re: ATAPICAM in RELENG_6 sometimes swaps drives

2006-06-27 Thread Norbert Augenstein
set up correctly a couple of useful links from > /etc/devfs.conf: > > link cd0sdvdrom > link cd1 scdrom > > (sometimes scdrom points not to CD-RW, but to DVD-RW drive). What's the > reason of this weirdness, can it be fixed? > > Sincerely, Dmitry

boot order changed (atapicam)

2006-04-29 Thread Norbert Augenstein
Hi all, after recent buildworld the boot order of my atapi devices changed for no reason. [EMAIL PROTECTED] ~]% camcontrol devlist at scbus1 target 0 lun 0 (pass1,cd1) at scbus1 target 1 lun 0 (pass0,cd0) Toshiba DVD is on ata1-master and used to

Re: FreeBSD 6.1 Release day

2006-04-06 Thread Norbert Augenstein
On Thu, Apr 06, 2006 at 01:41:23PM +0200, Erik Trulsson wrote: > On Thu, Apr 06, 2006 at 12:20:09PM +0300, SoHo.NET wrote: > > Dear Sir, > > > > Can you notify me with date of FreeBSD 6.1 RELEASE? > > > > It have to be released in 1 or 2 weeks after Announcement 20 march 2006 As > > I can see he

[SOLVED]Re: GRUB does not boot FreeBSD after installworld ...

2006-03-29 Thread Norbert Augenstein
On Wed, 2006-03-29 at 14:44 -0800, Kent Stewart wrote: > On Wednesday 29 March 2006 14:07, Norbert Augenstein wrote: > > On Wed, 2006-03-29 at 23:33 +0200, Michel Talon wrote: > > > Maybe you have an old Grub which doesn't grok UFS2? > > > > No, Grub 0.97 works

Re: GRUB does not boot FreeBSD after installworld ...

2006-03-29 Thread Norbert Augenstein
On Wed, 2006-03-29 at 23:33 +0200, Michel Talon wrote: > Maybe you have an old Grub which doesn't grok UFS2? No, Grub 0.97 works fine with UFS2 I will cvsup again and rebuild everything, without "CPUTYPE=athlon-xp" in make.conf I can remember some bootproblems on my laptop with CPUTYPE?=pentium3m

Re: GRUB does not boot FreeBSD after installworld ...

2006-03-29 Thread Norbert Augenstein
On Wed, 2006-03-29 at 20:07 +0100, [EMAIL PROTECTED] wrote: > > From: Norbert Augenstein <[EMAIL PROTECTED]> > > Subject: GRUB does not boot FreeBSD after installworld ... > > > > HI, > > > > i have updatete to 6.1-PRERELEASE and after the "instal

cannot type in GDM after installworld ...

2006-03-29 Thread Norbert Augenstein
Hi, additionally to my GRUB problem, GDM does not accept any keystroke at all, nada nothing, after updating to 6.1-PRERELEASE. I am using XDM for now. Any ideas here? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

GRUB does not boot FreeBSD after installworld ...

2006-03-29 Thread Norbert Augenstein
HI, i have updatete to 6.1-PRERELEASE and after the "installworld" step GRUB is unable to boot FreeBSD. After i did the installworld and rebooted the GRUB error was: 23 : Error while parsing number I have reinstalled the standard FreeBSD loader for now. Booting with a GRUB boot-floppy i am abl

RE: What to do when panic?

2005-07-21 Thread Norbert Koch
what should I do when I have an > another panic. What should I type and what kind of information should I > send as a PR. You should also have a look at http://www.lemis.com/grog/Papers/Debug-tutorial/tutorial.pdf. That's Greg Lehey's script of his

RE: TinyBSD Call For Testers

2005-07-18 Thread Norbert Koch
Hello, thank you for your posting. Can you explain, how it compares to minibsd [https://neon1.net/misc/minibsd.html]? Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any

burncd freeze system

2005-01-03 Thread Norbert Augenstein
Hallo list, i have tried to burn an iso of 26MB of size, and my system locks up so i have to reboot. The image was created with: mkisofs -l -J -r -o output.iso burndir/ and the burncommand was: burncd -f /dev/acd1 -s 4 data output.iso fixate After reboot i ca

Re: make search cannot find anything

2002-09-02 Thread Norbert Koch
that a shot :) > >> Is it just me or that's really broken? I see the same behaviour - with applied name, eg nk@viteno:~ports% make search name=guile nk@viteno:~ports% norbert. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Problems while building the world

2001-05-21 Thread Norbert Koch
ot;0" not known. | *** Signal 6 `--- Basically, stuck at square one. Any pointers? TIA, norbert. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message