Re: process stuck in nfsfsync state
* Joan Picanyol <[EMAIL PROTECTED]> [20041025 18:09]: > * Robert Watson <[EMAIL PROTECTED]> [20041025 14:24]: > > - It would be useful to see if less complicated NFS meta-transactions than > > "Start GTK" can trigger the problem. For example, doing a large dd to a > > file in NFS, varying the blocksize to see if you can find useful > > thresholds that trigger the problem. I see a lot of successful 512 byte > > writes in the trace, but larger datagram sizes of 8192 for writes seem > > to have problems. > > Now this is interesting: > > dd if=/dev/urandom of=/fs/bulk/mount/dummy bs=512 count=14 > > wedges the NFS mount point 100% of the times. Lowering the count to 13 > doesn't reproduce the hang. Oh well, I can't reproduce this any more after upgrading. Go figure... tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
buildworld needs root privileges?
Hi, I've recvsuped and removed /usr/src and /usr/obj, same symtoms in RELENG_5 and RELENG_5_3. Is this expected/known? -- >>> stage 1.2: bootstrap tools -- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/i386 MAKEFLAGS="-m /usr/src/tools/build/mk -D ALWAYS_CHECK_MAKE -m /usr/src/share/mk" make -f Makefile.inc1 DESTDIR= BOOTSTRAPPING=503001 -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS bootstrap-tools ===> games/fortune/strfile /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a-I/usr/obj/usr/src/i386/legacy/usr/include /usr/src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a /usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/games/fortune/strfile/strfile.c cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -static -L/usr/obj/usr/src/i386/legacy/usr/lib -o strfile strfile.o -legacy sh /usr/src/tools/install.sh "" -o root -g wheel -m 555 strfile /usr/obj/usr/src/i386/legacy/usr/games install: /usr/obj/usr/src/i386/legacy/usr/games/strfile: chown/chgrp: Operation not permitted *** Error code 71 Stop in /usr/src/games/fortune/strfile. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. How do I get it to work again? Why is strfile a needed to boostrap the build? tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[SOLVED] Re: buildworld needs root privileges?
* Ruslan Ermilov <[EMAIL PROTECTED]> [20041110 08:17]: > On Tue, Nov 09, 2004 at 08:00:57PM +0100, Joan Picanyol wrote: [...] > > sh /usr/src/tools/install.sh "" -o root -g wheel -m 555 strfile > > /usr/obj/usr/src/i386/legacy/usr/games > > install: /usr/obj/usr/src/i386/legacy/usr/games/strfile: chown/chgrp: > > Operation not permitted > > *** Error code 71 > > > > Stop in /usr/src/games/fortune/strfile. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > How do I get it to work again? Why is strfile a needed to boostrap the > > build? > > > This is due to you overriding the STRIP variable to ""; this causes > src/tools/install.sh to *not* ignore the -o and -g options, as expected. Thanks, that was it. > If you really don't want to strip, just define STRIP to an empty value. Actually what I'd really like would be support for -add-gnu-debuglink in objcopy, possibly with --only-keep-debug in strip. Is there any support for that? tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: bios disk numbers and device names
* Michael Grant <[EMAIL PROTECTED]> [20041201 12:11]: > Is there any way to statically assign a device name to a specific disk > so that if the BIOS renumbers the disks (for example if I move around > a controller) so that the devices always come up with the same name? Yes. On 4.x you specify it on the kernel config. device da2 at scbus0 target 8 device da3 at scbus0 target 10 For 5.x, see device.hints(5) qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
on supported builds and make errors (was: Re: cannot install -STABLE world on 5.2.1 via NFS)
* Doug White <[EMAIL PROTECTED]> [20041129 12:20]: > > Error 127 = command not found Where are all these defined? Can't find them in make(1) nor "Pmake - A Tutorial" nor /usr/share/mk/. > ache will probably chime in here shortly to say that this is not a > supported configuration (where the build and install target machines are > not the same release level). Is there a list of (un)supported configurations? What I gather is that one of the following must be true: 1.- build and install machines are the same release level (or I can somehow "cross-build" 4.8.p2 from 4-STABLE?) 2.- build and install machines are the same arch (or __MAKE_CONF can overcome this?) tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Beginning FreeBSD-4.11 Release Cycle
* Ken Smith <[EMAIL PROTECTED]> [20041201 12:39]: > This is expected to be the last of the FreeBSD-4.X releases, and is > meant to provide current 4.X users with a little more time to migrate > to FreeBSD-5.X. Is it known if this will be an "Extended Release"? Precisely, what will be the EOL date for 4.x? qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Multiple Network Cards
* munn <[EMAIL PROTECTED]> [20041201 12:10]: > I want to add a second network card to a FreeBSD 4.10p4 box. The first > card has an address 192.168.123.99 (xl0). The second card has the > address 192.168.123.98 (fpx0). When I reboot the machine and do an > ifconfig -a, I see fpx0 with the address 192.168.123.98 but xl0 now > has options=1(RXCSUM) where the ip address 192.168.123.99 would > normally be. > > What am I doing wrong? Nothing? xl0: flags=8843 mtu 1500 options=9 inet 192.168.124.9 netmask 0xff00 broadcast 192.168.124.255 ether 00:e0:81:27:cb:3b media: Ethernet autoselect (100baseTX ) status: active Or do you actually have a problem? qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Multiple Network Cards
* Josh Paetzel <[EMAIL PROTECTED]> [20041201 18:55]: > On Wednesday 01 December 2004 11:50, Joan Picanyol wrote: > > * munn <[EMAIL PROTECTED]> [20041201 12:10]: > > > I want to add a second network card to a FreeBSD 4.10p4 box. The > > > first card has an address 192.168.123.99 (xl0). The second card > > > has the address 192.168.123.98 (fpx0). When I reboot the machine > > > and do an ifconfig -a, I see fpx0 with the address > > > 192.168.123.98 but xl0 now has options=1(RXCSUM) where the ip > > > address 192.168.123.99 would normally be. > > > > > > What am I doing wrong? > > > > Nothing? > > > > xl0: flags=8843 mtu 1500 > > options=9 > > inet 192.168.124.9 netmask 0xff00 broadcast > > 192.168.124.255 ether 00:e0:81:27:cb:3b > > media: Ethernet autoselect (100baseTX ) > > status: active > > > > Or do you actually have a problem? > > > > qvb > > Maybe this is (or should be) a FAQ: I don't think you can put two > NICs on the same subnet with FreeBSD. Please correct me if I'm > wrong, especially if you can post a inconfig backing you up. ::D Something like this? de0: flags=8843 mtu 1500 inet 192.168.124.6 netmask 0xff00 broadcast 192.168.124.255 inet 192.168.124.53 netmask 0x broadcast 192.168.124.53 inet 192.168.124.80 netmask 0x broadcast 192.168.124.80 ether 00:00:f8:22:be:04 media: Ethernet autoselect (10baseT/UTP) status: active qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
(oops) Re: Multiple Network Cards
Sorry for the noise, misunderstood everything. qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Making a data DVD with 4.10 and dvd+rw-format
* Scott Sewall <[EMAIL PROTECTED]> [20041203 10:11]: > > Scott Sewall wrote: > > > lilo# growisofs -dvd-compat -Z /dev/cd0 -J -R blitz10 > > > :-( unable to open("/dev/cd0",O_RDONLY): No such file or directory ls -l /dev/cd0 ? > # grep atapi /usr/src/sys/i386/conf/LILO > device atapicd # ATAPI CDROM drives You don't need this, but device scbus device da device cd qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Making a data DVD with 4.10 and dvd+rw-format
* Michael Nottebrock <[EMAIL PROTECTED]> [20041203 10:52]: > Joan Picanyol wrote: > > >># grep atapi /usr/src/sys/i386/conf/LILO > >>device atapicd # ATAPI CDROM drives > > > > > >You don't need this, but > > > >device scbus > >device da > >device cd > > Does atapicam really work without atapicd in the kernel? Just a question, I > never actually tried. It works for me (on RELENG_5): 503,p3,0$ strings /boot/kernel/kernel | grep ___ | grep atapi ___#device atapicd # ATAPI CDROM drives ___device atapicam 504,p3,0$ camcontrol devlist at scbus1 target 1 lun 0 (pass0,cd0) qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Making a data DVD with 4.10 and dvd+rw-format
* nicky <[EMAIL PROTECTED]> [20041203 11:47]: > Joan Picanyol wrote: > >* Michael Nottebrock <[EMAIL PROTECTED]> [20041203 10:52]: > >>Joan Picanyol wrote: > >>>># grep atapi /usr/src/sys/i386/conf/LILO > >>>>device atapicd # ATAPI CDROM drives > >>>> > >>>You don't need this, but > >>> > >>>device scbus > >>>device da > >>>device cd > >>> > >>Does atapicam really work without atapicd in the kernel? Just a question, > >>I never actually tried. > >> > >It works for me (on RELENG_5): > > > >503,p3,0$ strings /boot/kernel/kernel | grep ___ | grep atapi > >___#device atapicd # ATAPI CDROM drives > >___device atapicam > >504,p3,0$ camcontrol devlist > > at scbus1 target 1 lun 0 (pass0,cd0) > > > Do you have the devices /dev/cd0x etc? Yep: 501,p1,0$ ls -l /dev/cd0 crw-rw 1 root operator4, 34 8 des 22:15 /dev/cd0 qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
www/gtkhtml3 won't build on my system
Hi, I'm attaching the output of make in /usr/ports/www/gtkhtml3 as well as the output of pkg_info. What am I doing wrong? tks -- pica ===> Building for gtkhtml3-3.0.8 gmake all-recursive gmake[1]: Entering directory `/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/gtkhtml3/work/gtkhtml-3.0.8' Making all in a11y gmake[2]: Entering directory `/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/gtkhtml3/work/gtkhtml-3.0.8/a11y' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/gtkhtml3/work/gtkhtml-3.0.8/a11y' Making all in src gmake[2]: Entering directory `/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/gtkhtml3/work/gtkhtml-3.0.8/src' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/gtkhtml3/work/gtkhtml-3.0.8/src' Making all in components gmake[2]: Entering directory `/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components' Making all in html-editor gmake[3]: Entering directory `/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/gtkhtml3/work/gtkhtml-3.0.8/components/html-editor' /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I. -I/usr/X11R6/include -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gal-2.0 -I/usr/local/include/soup-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DG_LOG_DOMAIN=\"gtkhtml\" -DSRCDIR=\".\" -DPREFIX=\"/usr/X11R6\" -I/usr/local/include -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gal-2.0 -DICONDIR=\"/usr/X11R6/share/gnome/gtkhtml-3.0/icons\" -DGTKHTML_DATADIR=\""/usr/X11R6/share/gnome/gtkhtml-3.0"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGLADE_DATADIR=\"/usr/X11R6/share/gnome/gtkhtml-3.0\" -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1 -DPREFIX=\""/usr/X11R6"\" -DSYSCONFDIR=\""/usr/X11R6/etc"\" -DDATADIR=\""/usr/X11R6/share/gnome"\" -DLIBDIR=\""/usr/X11R6/share/gnome"\" -DBONOBO_DISABLE_DEPRECATED=1 -O2 -pipe -march=pentiumpro -c body.c rm -f .libs/body.lo cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I. -I/usr/X11R6/include -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libgnomeprint-2.2 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gal-2.0 -I/usr/local/include/soup-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DG_LOG_DOMAIN=\"gtkhtml\" -DSRCDIR=\".
Re: www/gtkhtml3 won't build on my system
* Joan Picanyol <[EMAIL PROTECTED]> [20030917 12:09]: > I'm attaching the output of make in /usr/ports/www/gtkhtml3 as well as > the output of pkg_info. What am I doing wrong? I forgot to add that I have gnome-defs.h in /usr/X11R6/include/gnome-1.0/libgnome/ qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: help needed debugging SCSI bus problem
* Igor Pokrovsky <[EMAIL PROTECTED]> [20031012 05:40]: > On Sat, Oct 11, 2003 at 05:28:24PM +0200, Joan Picanyol wrote: > > > This isn't that useful, unfortunately :( > > How do I setup my system to save the console messages? Since it > > freezes absolutely I have no way of accurate error reporting. > You can always edit your /etc/syslog.conf to redirect console messages > wherever you want. Also don't forget about /var/log/messages. Anything written to disk get's lost (I have to press the reset button). In fact I don't believe I could write anything to disk, since it looks like the SCSI bus freezes. tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
too restrictive permissions on /dev after upgrade rc1->rc2
Hi, After my last upgrade (Oct 10th) + buildworld cycle I've noticed some weird things: /dev/null, /dev/std{in,out,err} and /dev/[u]?random are 600, so no one can do anything with them (make buildworld fails with "can't create /dev/null", slogin says "PRNG not seeded"). After chmod'ing as I felt convinient, now slogin doesn't work (I can't type my password in the keyboard): [...] ðebug¹: service_ãcceþt: ssh-userãuth ðebug¹: gøt SSH2_MSG_SË®VÏ©Ë_é©ËÞT ðebug¹: ãuthenticãtiøns thãt cãn cøntinue: þublickeýžþãsswørð ðebug¹: next ãuth methøð tø trý is þublickeý ðebug¹: trý þubkeý: /høme/jøãn/.ssh/ið_rsã ðebug¹: ãuthenticãtiøns thãt cãn cøntinue: þublickeýžþãsswørð ðebug¹: trý þubkeý: /høme/jøãn/.ssh/ið_ðsã ðebug¹: ãuthenticãtiøns thãt cãn cøntinue: þublickeýžþãsswørð ðebug¹: next ãuth methøð tø trý is þãsswørð ðebug¹: ãuthenticãtiøns thãt cãn cøntinue: þublickeýžþãsswørð Þermissiøn ðenieðž þleãse trý ãgãin. ðebug¹: ãuthenticãtiøns thãt cãn cøntinue: þublickeýžþãsswørð Þermissiøn ðenieðž þleãse trý ãgãin. ðebug¹: ãuthenticãtiøns thãt cãn cøntinue: þublickeý ðebug¹: nø møre ãuth methøðs tø trý Þermissiøn ðenieð (þublickeý). ðebug¹: ©ãlling cleãnuþ 0x804c¹58(0x0) If I try this with DISPLAY=0.0 environment, the last lines are: [...] ðebug¹: trý þubkeý: /høme/jøãn/.ssh/ið_ðsã ðebug¹: ãuthenticãtiøns thãt cãn cøntinue: þublickeýžþãsswørð ðebug¹: next ãuth methøð tø trý is þãsswørð ssh_ãskþãss: exec(/usr/X¹¹®6/bin/ssh-ãskþãss): Nø such file ør ðirectørý ðebug¹: ©ãlling cleãnuþ 0x804c¹58(0x0) Write fãileð: Brøken þiþe ðebug¹: ©ãlling cleãnuþ 0x804c¹58(0x0) I have stock versions of /etc/pam.conf and /etc/ssh/* et al., which makes me wonder: 1.- Am I the only one seeing this? 2.- Is this a bug or a feature? 3.- How should I set up ssh to ask me the password again? tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: too restrictive permissions on /dev after upgrade rc1->rc2
* Joan Picanyol <[EMAIL PROTECTED]> [20031012 18:39]: > /dev/null, /dev/std{in,out,err} and /dev/[u]?random are 600 So is /dev/zero. The most annoying thing is to discover it every time something fails (i.e.: buildworld) tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: permissions problem with installations from PORTS
Hi, [me too] * Michael E. Mercer <[EMAIL PROTECTED]> [20040411 21:42]: > Anyways, there is a permission problem with > /usr/X11R6/lib/evolution > /usr/X11R6/lib/gaim > /usr/X11R6/lib/gtkhtml > /usr/X11R6/lib/gnome-spell > directories. They are installed with permissions 700. They need to be > 755 for non-root users to use these applications. I can second this. It also happens with mozilla and friends (my umask is set to 077) qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Can I maintain config files as a CVS branch w/o messing up mergemaster etc.?
* Doug Lee <[EMAIL PROTECTED]> [20040429 23:59]: > Comments and ideas welcome. Please Cc me if that's ok. /usr/ports/sysutils/etcmerge I don't use it (yet), but have thought about it. Please report back (even privately) on usage if it works for you. qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
process stuck in nfsfsync state
[please honour Mail-Followup-To:, no need to keep the crosspost] This is a repost of http://docs.FreeBSD.org/cgi/mid.cgi?20041014110752.GA57541, with some additional information. I've updated the client to RC1, and the problem still persists. In short, a 5.3-RC1 client mounting /home off a 4.10-p3 server can't use the NFS fs anymore when trying to start GNOME, since gconfd and gnome-session are in nfsfsync state. Any process accessing the fs hungs, and the console gets full of nfs server grummit:/fs/home/mount: not responding messages, even though the client can still ping the server and other mount points are still available. AFAICT, nfsd and friends are running both on the client and the server, and the client can use RPC properly (checked via rpcinfo). Also, doing 'tcpdump -vv -s 192 port nfs' on the client and the server seems support the hypothesis of a locking issue, since I see a write request for the same fh repeating over and over. The trace of gnome-session is as follows: db> tr 610 sched_switch(c180b4b0,0,1,11d,27b8ea4) at sched_switch+0x190 mi_switch(1,0,c063d701,19d,2) at mi_switch+0x2ac sleepq_switch(c216d23c,c0639f0f,18e,2,da518a5c) at sleepq_switch+0x134 sleepq_wait(c216d23c,0,c063b2f5,db,0) at sleepq_wait+0x41 msleep(c216d23c,c216d210,4d,c1906703,0) at msleep+0x3b5 nfs_flush(c216d210,c17fed00,1,c180b4b0,0) at nfs_flush+0x961 nfs_close(da518b8c,1,c0643a5e,140,c0681da0) at nfs_close+0x7e vn_close(c216d210,2,c17fed00,c180b4b0,c0692c20) at vn_close+0x67 vn_closefile(c1c2b6e8,c180b4b0,c0637a98,829,c1c2b6e8) at vn_closefile+0xc4 fdrop_locked(c1c2b6e8,c180b4b0,c0637a98,768) at fdrop_locked+0xb4 fdrop(c1c2b6e8,c180b4b0,3,c180b4b0,da518c98) at fdrop+0x3c closef(c1c2b6e8,c180b4b0,c0637a98,3e3,0) at closef+0x21c close(c180b4b0,da518d14,4,431,1) at close+0x135 syscall(2f,2f,2f,0,28d38ec0) at syscall+0x272 Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (6, FreeBSD ELF32, close), eip = 0x28ca1e6f, esp = 0xbfbfe52c, ebp = 0xbfbfe538 --- I have a debugging kernel and a console attached, feel free to ask for any other information of interest. This is driving me nuts, and I'm surely not the only one using GNOME over NFS, is anyone else seeing this? What exactly is going on? How can I fix it? It might be that the problem appeared going from BETA3 to BETA6, but I've been unable to "downgrade" the workstation; where can I get a copy of BETA3 to test this? tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: process stuck in nfsfsync state
* Ken Smith <[EMAIL PROTECTED]> [20041025 05:49]: > On Mon, Oct 25, 2004 at 02:20:08AM +0200, Joan Picanyol wrote: > > > This is driving me nuts, and I'm surely not the only one using GNOME > > over NFS, is anyone else seeing this? What exactly is going on? How can > > I fix it? It might be that the problem appeared going from BETA3 to > > BETA6, but I've been unable to "downgrade" the workstation; where can I > > get a copy of BETA3 to test this? > > Are you running the lock daemon on the server? Yes, on both client and server, and the client can see it running too: [EMAIL PROTECTED]:~(0)$ rpcinfo -s grummit program version(s) netid(s) service owner 10 2 udp,tcp portmapper unknown 14 2,1 tcp,udp ypserv unknown 15 1,3 tcp,udp mountd unknown 13 3,2 tcp,udp nfs unknown 100021 4,3,1 tcp,udp nlockmgrunknown 100024 1 tcp,udp status unknown [EMAIL PROTECTED]:~(0)$ rpcinfo -s calvin program version(s) netid(s) service owner 10 2,3,4 local,udp,tcpportmapper superuser 17 2 tcp,udp ypbind superuser 100024 1 tcp,udp status superuser 100021 4,3,1,0 tcp,udp nlockmgrsuperuser tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: process stuck in nfsfsync state
* Robert Watson <[EMAIL PROTECTED]> [20041025 10:42]: > > On Mon, 25 Oct 2004, Joan Picanyol wrote: > > > [please honour Mail-Followup-To:, no need to keep the crosspost] > > Hmm. Don't see one of those, maybe it was trimmed by Mailman? Just checked, must have been. Maybe because it only had -stable@ on it... > > Also, doing 'tcpdump -vv -s 192 port nfs' on the client and the server > > seems support the hypothesis of a locking issue, since I see a write > > request for the same fh repeating over and over. > > Is there an response to the request? If not, that might suggest the > server is wedged, not the client. If you are willing to share the results > of a tcpdump -s 1500 -w output from a few seconds during the > wedge, that would be very useful. Available at http://biaix.org/pk/debug/nfs/ These are from just after logging in to GNOME until gconfd-2 goes to nfsfsync, and the nfs server not responding messages start appearing. > Also useful would be the output of "netstat -na | grep 2049" on the client > and server Nothing special, it's the same before and after the wedge (grummit is the server, calvin the client): calvin# netstat -na | grep 2049 udp4 0 0 192.168.124.9.943 192.168.124.1.2049 udp4 0 0 192.168.124.9.600 192.168.124.1.2049 [EMAIL PROTECTED]:~(0)$ netstat -an | grep 2049 tcp4 0 0 *.2049 *.* LISTEN udp4 0 0 *.2049 *.* FYI, calvin is an SMP box, debug.mpsafenet=0 and the NIC is an xl. tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: process stuck in nfsfsync state
* Robert Watson <[EMAIL PROTECTED]> [20041025 14:24]: > > On Mon, 25 Oct 2004, Joan Picanyol wrote: > > > > Is there an response to the request? If not, that might suggest the > > > server is wedged, not the client. If you are willing to share the results > > > of a tcpdump -s 1500 -w output from a few seconds during the > > > wedge, that would be very useful. > > > > Available at http://biaix.org/pk/debug/nfs/ These are from just after > > logging in to GNOME until gconfd-2 goes to nfsfsync, and the nfs server > > not responding messages start appearing. > [snip *much* appreciated detailed analysis] > So if possible, I might try some of the following: [...] > - I think someone already suggested disabling hardware checksumming, but > if you haven't tried that, it would be worth trying it. No difference. > - It would be useful to see if less complicated NFS meta-transactions than > "Start GTK" can trigger the problem. For example, doing a large dd to a > file in NFS, varying the blocksize to see if you can find useful > thresholds that trigger the problem. I see a lot of successful 512 byte > writes in the trace, but larger datagram sizes of 8192 for writes seem > to have problems. Now this is interesting: dd if=/dev/urandom of=/fs/bulk/mount/dummy bs=512 count=14 wedges the NFS mount point 100% of the times. Lowering the count to 13 doesn't reproduce the hang. An another possibly interesting data point is that NFS over TCP works ok. For this I'm particularly grateful, since I can now mount my /home fs and do my work. Am I the only one seeing this? tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FireFox crash on Print
* Warren Liddell <[EMAIL PROTECTED]> [20041031 00:13]: > Since Upgrading FireFox to 1.0 each time i press print > or goto print something Mozilla either closes itself or re-loads it's > program. I updated ports//src etc yesterday and i am still having this > problem. > > I can re-create this bug by printing from any URL local or on the internet. http://lists.freebsd.org/mailman/htdig/freebsd-gnome/2004-October/008725.html qvb -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
can't freebsd-update from 7.1-PRERELEASE
Hi, Apparently 7.1-PRERELEASE has been pulled from freebsd-update's server while I was being lazy: calvin% sudo freebsd-update --debug upgrade -r 7.1-BETA2 Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching metadata signature for 7.1-PRERELEASE from update1.FreeBSD.org... fetch: http://update1.FreeBSD.org/7.1-PRERELEASE/i386/latest.ssl: Not Found failed. No mirrors remaining, giving up. Any workarounds? -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: sed and comma-delimited file
* SigmaX asdf <[EMAIL PROTECTED]> [20060919 18:31]: > I have a series of comma-delimited text files with fourteen columns of > data and several hundred rows. I want to use a short shell script to > strip them of the last 9 columns, leaving the same file but with just > five of its columns. I can do it in C++, but that seems like > overkill. How would I go about doing it with sed or a similar > utility? cut -d ',' -f 1-5 qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Kernel panic on 5.3-STABLE w/ ACPI
* Admin @ InterCorner <[EMAIL PROTECTED]> [20050129 20:09]: > I have sent this message before (Wed, 19 Jan 2005 04:11:40 +0100), but > without respons. So I'll try again. You didn't provide enough info to help with ACPI debugging http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html and your questions on disabling acpi might be more appropiate in [EMAIL PROTECTED] Try the following: echo hint.acpi.0.disabled="1" >> /boot/loader.conf For details, man acpi, man loader.conf qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: updating from 5.2.1 to RELENG_5
* Phil Brennan <[EMAIL PROTECTED]> [20050401 12:19]: > Will it be ok just to cvsup, rebuild kernel and world, mergemaster, > (etc) like any normal update? Or do I have to do a reinstall? Read UPDATING (all of it). Read UPDATING (all of it). Did you notice the 20041001 entry? You should be able to use libmap.conf to work around it until you recompile all your ports. qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Desired behaviour of "ifconfig -alias"
* Oliver Fromme <[EMAIL PROTECTED]> [20070212 19:11]: > But you called it "confusing". That's just your personal > perception. It doesn't mean it is confusing to everybody. > In fact it might be useful to others. It _is_ useful to > me, for example, and I would object for that syntax to go > away. Also note that it doesn't hurt anybody. Until it appears on a system startup script that ends up dropping your connection (so, go fix rc.d/jail ...). qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ath(4) and 802.11g speed
* Damian Gerow <[EMAIL PROTECTED]> [20060309 00:12]: > # ifconfig ath0 media DS/54Mbps > ifconfig: unknown media subtype: DS/54Mbps > # DS/54 doesn't exist. Try OFDM/54Mbps instead. qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Using jails and djbdns
* Tony Arcieri <[EMAIL PROTECTED]> [20050513 03:21]: > Is there some easy way to reverse this order, so svscan is started first and > jails started afterward? Follow the author's instructions, and put this line into /etc/rc.local: csh -cf '/command/svscanboot &' qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: gvinum/vinum on 6.0
* Brian Szymanski <[EMAIL PROTECTED]> [20060111 13:01]: > >> But most importantly, gvinum configuration (at least for a raid-5 plex) > >> still doesn't persist across a reboot :( > > > > That's a bug; I think it might be related to compiling gvinum in the > > kernel > > as opposed to loading it from /boot/loader.conf. I also think there is a > > fix already commited to 6-STABLE. > > Hmm, I upgraded to 6-STABLE and I'm still having the problem. > > Here's basically how it happens: > gvinum create /etc/vinum.cnf > newfs /dev/gvinum/VOLUME > mount /dev/gvinum/VOLUME /mnt > #screw with /mnt, everything works and is happy, yay! > reboot > > At this point I call "gvinum l" (which loads geom_vinum.ko) by hand (after > the reboot). My configuration mostly seems to persist - except or the > "drives" section... I believe you don't have the proper STABLE version. I'm setting up a new system and after encountering the same problem I can currently reboot successfully and even mount / from vinum: gromit# dmesg |grep 'mount root' Trying to mount root from ufs:/dev/gvinum/std-root I'm using (long lines): gromit# ident /mnt/src/sys/geom/vinum/* | grep FreeBSD ident warning: no id keywords in /mnt/src/sys/geom/vinum/CVS $FreeBSD: src/sys/geom/vinum/geom_vinum.c,v 1.16.2.3 2005/12/10 14:36:17 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum.h,v 1.9.2.1 2005/11/26 11:06:11 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_drive.c,v 1.18.2.4 2005/12/10 14:36:17 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_init.c,v 1.10.2.1 2005/10/09 04:36:44 delphij Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_list.c,v 1.3 2005/01/06 18:27:30 imp Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_move.c,v 1.2.2.1 2005/11/26 11:06:11 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_plex.c,v 1.15.2.1 2005/08/19 08:48:04 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_raid5.c,v 1.10 2004/11/26 11:59:51 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_raid5.h,v 1.6 2005/01/06 18:27:30 imp Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_rename.c,v 1.3.2.1 2005/11/26 11:06:11 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_rm.c,v 1.6.2.3 2005/11/26 11:06:11 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_share.c,v 1.4 2004/11/15 12:30:59 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_share.h,v 1.2 2004/11/15 12:30:59 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_state.c,v 1.7 2005/01/21 18:27:23 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_subr.c,v 1.13 2005/01/19 13:57:09 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_var.h,v 1.8.2.1 2005/08/19 08:48:04 le Exp $ $FreeBSD: src/sys/geom/vinum/geom_vinum_volume.c,v 1.8.2.2 2005/10/09 04:35:42 delphij Exp $ qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Creating a system RAID-10 device
* Sven Willenberger <[EMAIL PROTECTED]> [20060117 22:06]: > over 3 mirror raid arrays that would encompass the entire filesystem > including the /boot and root partitions. > > Generally I would create a RAID10 from 6 disks as follows: > > gmirror label -v -b round-robin md1 da0 da1 > gmirror label -v -b round-robin md2 da2 da3 > gmirror label -v -b round-robin md3 da4 da5 > > gstripe label -v -s 131072 > md0 /dev/mirror/md1 /dev/mirror/md2 /dev/mirror/md3 > > newfs /dev/stripe/md0 > > naturally the problem here is that it cannot be done on a system that > booted from da0. I have seen the example of setting up a mirrored system > drive > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html ) > > which won't quite work for my case either. Using this method I could > probably get the one mirror (md1) to work, but I know of no way of then > adding the other 2 mirror sets and then redoing the system to stripe > across all 3 mirrored sets. Uhm. The problem is that you can't mount the root fs from a striped partition. Create an extra slice on each drive and either configure a 6-way mirror or a mirror-of-3-sripes to boot from. > The only thing I could think of was to boot from the livecd and create > the 6-disk array and then trying to install FreeBSD onto this > filesystem. In order to do this the installer would have to > recognize /dev/stripe/md0 as a valid "drive" -- is there any way to have > this happen? I don't believe sysinstall is smart enough, but you can always use the install.sh scripts on the distribution. However, the above still aplies. qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: PXE Installation
* Karel Miklav <[EMAIL PROTECTED]> [20060120 03:34]: > I tried to follow the spirit and did a PXE boot from the installation > CD (6.0-RELEASE-i386-bootonly.iso) files. It started well, displayed > the FreeBSD boot menu, listed devices, mounted NFS share and finally > crashed with: > > Lookup of /dev for devfs, error 2 > init:not found in path ... > panic: no init > > Please give me a hand, I'm playing with this for whole week. I've succesfully installed PXE booting from the release discs. You need to setup a TFTP server (which you probably already have), a DHCP server and an NFS server. Details of my setup are: #in dhcpd.conf subnet 192.168.124.0 netmask 255.255.255.0 { filename "/boot/pxeboot"; option root-path "192.168.124.1:/tftpboot"; next-server 192.168.124.1; range 192.168.124.64 192.168.124.127; } 515,p1,0$ grep ^tftp /etc/inetd.conf tftpdgram udp waitroot/usr/libexec/tftpd tftpd -l -s /tftpboot 506,p1,0$ ls -l /tftpboot lrwxr-xr-x 1 root wheel 4 Oct 29 14:20 /tftpboot -> /mnt 507,p1,0$ mount |grep mnt /dev/vn0 on /mnt (cd9660, NFS exported, local, read-only) 513,p1,0$ grep mnt /etc/exports /mnt -alldirs -ro -network 192.168.124.0 -mask 255.255.255.0 192.168.124.1 With this setup I boot into the live CD, and from there I use the install.sh scripts to copy the distribution. qvb -- pica ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: (da0:ahc0:0:0:0): Unexpected busfree in Data-in phase and other weirdness
* Andre Albsmeier <[EMAIL PROTECTED]> [20030306 15:32]: > On Sat, 01-Mar-2003 at 10:49:34 +0100, Francesco Casadei wrote: > (I assume the cabling/termination has been checked already.) Yep, I also run the controler's BIOS drive check on the drives. > I had bus problems with my DNES until I upgraded the firmware to: > > da2: Fixed Direct Access SCSI-3 device > > In general, I have often seen bus problems when a lot of different > devices are hanging on the same SCSI bus and some drives are being > hit really hard. That could be my case: 2 drives 1 cdrw, cd burning and compiling (if that qualifies as 'really hard'. > I have written a program to upgrade the firmware on IBM and Plextor > (and some other devices) under FreeBSD in case you are interested... Does it work for Seagate drives? (20:29:52 <~>) 0 $ camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 2 lun 0 (pass1,cd0) at scbus0 target 6 lun 0 (pass2,da1) qvb -- pica To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: Sony Cybershot should be in hardware notes (supported by umass)
* Peter Jeremy <[EMAIL PROTECTED]> [20030310 21:12]: > I think it's already covered by the statement "Owing to the generic > nature of most USB devices, with some exceptions any device of a given > class will be supported, even if not explicitly listed here." I can't sync my Palm m500 through USB even though the release notes say it's supported :(and yeah, it's detected, but of no use :() qvb -- pica To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: Sony Cybershot should be in hardware notes (supported by umass)
* Doug Barton <[EMAIL PROTECTED]> [20030311 00:14]: > > > I think it's already covered by the statement "Owing to the generic > > > nature of most USB devices, with some exceptions any device of a given > > > class will be supported, even if not explicitly listed here." > > I can't sync my Palm m500 through USB even though the release notes say > > it's supported :(and yeah, it's detected, but of no use :() > I'm sorry to say I don't have a solution for you, but I'm curious. What > are you syncing it to, and what software are you using? I have a palm, and > the only useful sync stuff I've found is all windows based. Ideally, I'd sync it against Evolution through pilot-link, but it doesn't work. Searching the pilot-link archives will show you that the people there think it's FreeBSD's fault... qvb -- pica To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
palm m500 and USB (was Re: Sony Cybershot ...)
* Greg 'groggy' Lehey <[EMAIL PROTECTED]> [20030311 01:00]: > There's a bug somewhere which stops pilot-link working with USB. I've > been talking to the author about it, and he's not very motivated to > fix it, particularly because we can't exclude the possibility that > the bug is in the USB stack. Well, I can only say I'll test any patch thrown at me... qvb -- pica To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: (da0:ahc0:0:0:0): Unexpected busfree in Data-in phase and other weirdness
On Sat, Mar 01, 2003 at 12:50:31AM +0100, Joan Picanyol i Puig wrote: > Please have a look at the excerpt of kernel logs at > http://biaix.org/pk/debug/. messages.1.kernel shows what happened (look After a _long_ exchange of mails with [EMAIL PROTECTED] I found out that this drive Tags Queue is only 64 commands deep (I guess I could have found that but myself). Could this be related to the problem I am having? Would 'camcontrol tags 0:0 -N 64 fix it (it doesn't modify maxtags :o)? qvb -- pica To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
mismatching vinum configurations
Hi, I had a power failure, and the on-disk configuration for vinum went bizarre. The logs read from disks are at http://biaix.org/pk/debug/ (log.$DEVICE files). The logs in da0 (barracuda) are the ones obviously wrong, I'm pretty sure the others are ok. Is this a 'virtually' dead drive? Can I force vinum to use the other's drive configuration? What's the less traumatic way to recover the data? Most of the data is mirrored over da0 & da1, but I can't start any of the mirrored volumes (I get 'Drive is down') What should I do to access the mirrored volumes? tks -- pica ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"