Portupgrade problems

2003-09-06 Thread Alastair G. Hogge
Hey all, I haven't updated my ports for a few weeks and after after a recent cvsup of world and the ports tree I tried to run portupgrade -aCC and was displayed with the following: n /var/db/pkg ... - 318 packages found (-8 +6) (...)/usr/local/lib/ruby/site_ruby/1.6/ports.rb:4:in `require': /us

Re: PAM, X11, and su as a normal user? (fwd)

2003-09-06 Thread Steven G. Kargl
Pat Lashley wrote: > --On Friday, September 05, 2003 23:13:29 -0700 "Steven G. Kargl" > <[EMAIL PROTECTED]> wrote: > > > I have 2 accounts on my freebsd-current machine. I use > > startx to start X11 as user kargl. If I then su to user > > sgk, I cannot fire up X clients. For example, > > Try

Re: PAM, X11, and su as a normal user? (fwd)

2003-09-06 Thread Steven G. Kargl
Brandon S. Allbery KF8NH wrote: > On Sat, 2003-09-06 at 02:13, Steven G. Kargl wrote: > > I have 2 accounts on my freebsd-current machine. I use > > startx to start X11 as user kargl. If I then su to user > > sgk, I cannot fire up X clients. For example, > > Is $XAUTHORITY still set in the subs

Re: PAM, X11, and su as a normal user? (fwd)

2003-09-06 Thread Brandon S. Allbery KF8NH
On Sat, 2003-09-06 at 03:41, Steven G. Kargl wrote: > Brandon S. Allbery KF8NH wrote: > > On Sat, 2003-09-06 at 02:13, Steven G. Kargl wrote: > > > I have 2 accounts on my freebsd-current machine. I use > > > startx to start X11 as user kargl. If I then su to user > > > sgk, I cannot fire up X cl

Re: devd *NOT* called on wi0 insert?

2003-09-06 Thread Larry Rosenman
--On Friday, September 05, 2003 15:41:22 -0500 Larry Rosenman <[EMAIL PROTECTED]> wrote: > Although I'd like to tell it NOT to config the onboard rl0 interface. : > : > Will ifconfig_rl0="NO" do that? : In answer to my own question, the answer is NO. : : So, we still need a way to do that. You

Re: Question about genassym, locore.s and 0-sized arrays(showstopper for an icc compiled kernel)

2003-09-06 Thread Alexander Leidinger
On Fri, 5 Sep 2003 09:55:57 -0700 Marcel Moolenaar <[EMAIL PROTECTED]> wrote: > Interesting, What does icc do with: > > struct { > int tag; > char obj[]; > } foo; > > And what does the sizeof() operator give. ---snip--- % struct { int tag; char obj[]; } foo; int m

Re: PAM, X11, and su as a normal user? (fwd)

2003-09-06 Thread Pat Lashley
--On Saturday, September 06, 2003 00:31:17 -0700 "Steven G. Kargl" <[EMAIL PROTECTED]> wrote: I don't quite understand your suggestion. I login as user kargl. I fire up X11 as user kargl with startx. I use su in a xterm to connect to my alter ego (su sgk). Now, as user sgk I want to use a X11

Re: Question about genassym, locore.s and 0-sized arrays(showstopper for an icc compiled kernel)

2003-09-06 Thread John-Mark Gurney
Alexander Leidinger wrote this message on Sat, Sep 06, 2003 at 10:33 +0200: > struct { ^ try moving foo to here. > int tag; > char obj[]; > } foo; ^^^ from here. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has be

sound lock

2003-09-06 Thread Dave
I got this when I exited XFree86 Reproduceable? Not always... acquiring duplicate lock of same type: "pcm channel" 1st pcm0:record:0 @ /usr/src/sys/dev/sound/pcm/sound.c:195 2nd pcm0:play:0 @ /usr/src/sys/dev/sound/pcm/sound.c:195 Stack backtrace: backtrace(c05a25b4,c44a2a54,c059025d,c3,2

Re: Question about genassym, locore.s and 0-sized arrays(showstopper for an icc compiled kernel)

2003-09-06 Thread Alexander Leidinger
On Sat, 6 Sep 2003 01:42:59 -0700 John-Mark Gurney <[EMAIL PROTECTED]> wrote: > Alexander Leidinger wrote this message on Sat, Sep 06, 2003 at 10:33 +0200: > > struct { > ^ try moving foo to here. > > int tag; > > char obj[]; > > } foo; > ^^^ from here. > Uhm... yes,

Re: Question about genassym, locore.s and 0-sized arrays(showstopper for an icc compiled kernel)

2003-09-06 Thread Marcel Moolenaar
On Sat, Sep 06, 2003 at 10:57:52AM +0200, Alexander Leidinger wrote: > > ---snip--- > % #include > > struct foo { > int tag; > char obj[]; > }; > > int main(void) { > struct foo bar; > > printf("%d\n", sizeof(struct foo)); > printf("%d\n", sizeof(bar));

Re: devd *NOT* called on wi0 insert?

2003-09-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Larry Rosenman <[EMAIL PROTECTED]> writes: : However, I still am not impressed with the devd.conf(5) man page. It could : be lots more helpful. agreed 100% Warner ___ [EMAIL PROTECTED] mailing list http://lis

Re: rpc.ypxfrd(8)

2003-09-06 Thread Ruslan Ermilov
On Fri, Sep 05, 2003 at 04:49:17PM -0500, Dan Nelson wrote: > In the last episode (Sep 05), Ruslan Ermilov said: > > Is there anybody out there who successfully uses the rpc.ypxfrd(8) > > server to speed up distribution of NIS maps, either on 4.x or 5.x? > > I have trouble getting it to work. > >

Re: rpc.ypxfrd(8)

2003-09-06 Thread Ruslan Ermilov
On Sat, Sep 06, 2003 at 08:24:57AM +0900, horio shoichi wrote: > On Fri, 5 Sep 2003 22:47:02 +0300 > Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > Is there anybody out there who successfully uses the rpc.ypxfrd(8) > > server to speed up distribution of NIS maps, either on 4.x or 5.x? > > I have tro

ATAng regression: cdcontrol close not working

2003-09-06 Thread Pav Lucistnik
Hi, after recent ATAng changes, cdcontrol close stopped working with my CD-ROM drive. It used to close the tray. It works with -f /dev/cd0 but not with /dev/acd0. cdcontrol eject still works fine. Relevant dmesg parts: atapci0: port 0xfc00-0xfc0f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on

Re: rpc.ypxfrd(8)

2003-09-06 Thread Dan Nelson
In the last episode (Sep 06), Ruslan Ermilov said: > On Fri, Sep 05, 2003 at 04:49:17PM -0500, Dan Nelson wrote: > > In the last episode (Sep 05), Ruslan Ermilov said: > > > Is there anybody out there who successfully uses the rpc.ypxfrd(8) > > > server to speed up distribution of NIS maps, either

Re: Portupgrade problems

2003-09-06 Thread Lars Eggert
Alastair G. Hogge wrote: Hey all, I haven't updated my ports for a few weeks and after after a recent cvsup of world and the ports tree I tried to run portupgrade -aCC and was displayed with the following: n /var/db/pkg ... - 318 packages found (-8 +6) (...)/usr/local/lib/ruby/site_ruby/1.6/por

acd0 vs cd0 (ATAPICAM)

2003-09-06 Thread Guillaume
Hi, I'm running FreeBSD 5-CURRENT (Aug. 28 2003) on a P3 733MHz, 768MB ram with a LG DVD-RW/DVD-RAM burner. I would like to know why ATAPICAM is so slow with my system. DMA is enabled for my ATAPI burner. When I'm copying something using cd0, my system is very slow. (e.g. my mouse moves very ver

Re: PAM, X11, and su as a normal user? (fwd)

2003-09-06 Thread Steven G. Kargl
Pat Lashley wrote: > --On Saturday, September 06, 2003 00:31:17 -0700 "Steven G. Kargl" > <[EMAIL PROTECTED]> wrote: > > > I don't quite understand your suggestion. > > > > I login as user kargl. I fire up X11 > > as user kargl with startx. I use su in a > > xterm to connect to my alter ego (su

Re: PAM, X11, and su as a normal user? (fwd)

2003-09-06 Thread Steven G. Kargl
Brandon S. Allbery KF8NH wrote: > On Sat, 2003-09-06 at 03:41, Steven G. Kargl wrote: > > Brandon S. Allbery KF8NH wrote: > > > On Sat, 2003-09-06 at 02:13, Steven G. Kargl wrote: > > > > I have 2 accounts on my freebsd-current machine. I use > > > > startx to start X11 as user kargl. If I then s

Re: Portupgrade problems

2003-09-06 Thread Alastair G. Hogge
On Sunday, 07 September 2003 00:43, Lars Eggert wrote: > Alastair G. Hogge wrote: > > Hey all, > > > > I haven't updated my ports for a few weeks and after after a recent cvsup > > of world and the ports tree I tried to run portupgrade -aCC and was > > displayed with the following: > > n /var/db/pk

atapicam panic

2003-09-06 Thread Petri Helenius
Atacontrol detach / attach seems to panic if atapicam is complied in the kernel. Should this work or is the work to port this to ATAng still undergoing? This is current from four days ago, just after Soren's ar DMA size commit. # atacontrol detach 4 ad8: deleted from ar0 disk1 ar0: WARNING - mir

ATAng problems

2003-09-06 Thread Christian Laursen
Since ATAng was comitted I've had problems with the disk on which my root filesystem is residing. If I choose 'Safe mode' in the boot menu, it will boot but it is then running with DMA and write caching disabled. This is the dmesg output from a failed boot. If anything else is needed to figure it

Re: ATAng regression: cdcontrol close not working

2003-09-06 Thread Bruce Evans
On Sat, 6 Sep 2003, Pav Lucistnik wrote: > after recent ATAng changes, cdcontrol close stopped working > with my CD-ROM drive. It used to close the tray. It works with -f > /dev/cd0 but not with /dev/acd0. cdcontrol eject still works fine. I use the following fix: %%% Index: atapi-cd.c =

-current ATI TV-Wonder btkr driver -- no sound?

2003-09-06 Thread Dan Silvers
I can't get sound to work on this card. Video displays just fine. What gives? Volume is not muted, and the patch cable is going between the TV tuner and my sound card. Sound works playing mp3s and other videos. Any ideas? --Dan Silvers [EMAIL PROTECTED] ___

fix for PIO mode detection in ATAng. etc.

2003-09-06 Thread Bruce Evans
Endianness-related cleanups in ATAng broke detection of the PIO mode capabilty of old drives by getting the bytes in the retired_piomode word backwards. %%% Index: ata-all.c === RCS file: /home/ncvs/src/sys/dev/ata/ata-all.c,v retriev

can't log in! openpam_load_module failures on strcpy, cgetclose

2003-09-06 Thread Aaron Smith
Hi everyone. login and sshd are both failing for me after a make world on current. I have mergemaster'd, rebuilt world, ad infinitum. I've compared /etc/pam.d with the source tree version and they're the same. I instrumented openpam_dynamic, and login is failing on 'strcpy': login: in openpam_dyn

panic while fsck

2003-09-06 Thread Petri Helenius
While fscking from previous panic in ufs2 code on -CURRENT from Sep 2, I got this: panic: ffs_copyonwrite: recursive call cpuid = 1; lapic.id = 0100 Debugger("panic") Stopped at Debugger+0x55: xchgl %ebx,in_Debugger.0 db> trace Debugger(c03e1565,100,c03eebf0,dd78eac8,100) at Debugg

Re: panic while fsck

2003-09-06 Thread David Rhodus
On Saturday, September 6, 2003, at 05:33 PM, Petri Helenius wrote: While fscking from previous panic in ufs2 code on -CURRENT from Sep 2, I got this: panic: ffs_copyonwrite: recursive call Reboot into single usermode and run the fsck. Then update your kernel as Jeff had broken a fews things coul

Re: ATAng - copying atapi CD

2003-09-06 Thread Andy Hauser
On Thu, Sep 04, 2003 at 07:59:36AM -0400, Bryan Liesner wrote: > On Wed, 3 Sep 2003, Terry Lambert wrote: > > > Bryan Liesner wrote: > > > On Wed, 3 Sep 2003, Martin wrote: > > > > If you notice that your CD-R label looks strange and if you need > > > > the data, you should backup it fast. > > > >

Re: can't log in! openpam_load_module failures on strcpy, cgetclose

2003-09-06 Thread Manfred Antar
At 01:35 PM 09/06/2003 -0700, Aaron Smith wrote: >Hi everyone. login and sshd are both failing for me after a make world on >current. I have mergemaster'd, rebuilt world, ad infinitum. I've compared >/etc/pam.d with the source tree version and they're the same. > >I instrumented openpam_dynamic, an

IDE Card Reader

2003-09-06 Thread David L
I'm trying to use a IDE SD, MS, CF, SM card reader ( it slots into the 3.5 inch floppy slot and uses an IDE port instead of USB ) on my FreeBSD 5.1 Release system. This piece of hardware is not in any of the suppported hardware list but I thought Id place post this incase anyone has had any exp

LS120, ATANg and Atapicam

2003-09-06 Thread Mark Dixon
Hi, I'm not sure if this is a known problem, but I don't see any references to it. I've gone from 5.1-RELEASE to todays CURRENT to try to get rid of a different panic (no news on that yet), but I have hit this one. If I boot my system with no floppy in the LS-120, the system panics where atapi

[PATCH] /bin/sh buglet

2003-09-06 Thread Enache Adrian
$ a=foo $ : $((a=15)) arithmetic expression: variable assignment error: "a=15" $ echo $a 15 --- /usr/src/bin/sh/arith.y Thu Sep 4 23:31:14 2003 +++ ./arith.y Sun Sep 7 01:04:06 2003 @@ -155,7 +155,7 @@ } | ARITH_VAR ARITH_ASSIGN expr { -

Re: -current ATI TV-Wonder btkr driver -- no sound?

2003-09-06 Thread Doug White
On Sat, 6 Sep 2003, Dan Silvers wrote: > I can't get sound to work on this card. Video displays just fine. What gives? > > Volume is not muted, and the patch cable is going between the TV tuner and my sound > card. > > Sound works playing mp3s and other videos. > > Any ideas? Check mixer set

[current tinderbox] failure on alpha/alpha

2003-09-06 Thread Tinderbox
TB --- 2003-09-07 04:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-09-07 04:00:01 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-09-07 04:09:12 - building world TB --- cd /

usb flashkey disk copy error

2003-09-06 Thread raoul.megelas
Hello all, I have a copy error between hdd and a flashkey 1gig usb (easydisk) on Current dated August 28. Here is in short: mount -t msdos /dev/da2s1 /flashkey cp myfile /flashkey/ diff myfile /flashkey/myfile (ok). umount /flashkey mount (flashkey) diff myfile /flashkey/myfile (