daily reports

2001-08-07 Thread alexus
after updating from 4-3RELEASE to 4.3STABLE i dont get those daily reports anymore any ideas how to fix it? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: Re[2]: SMBFS panic: malloc: wrong bucket (was: 4.3-20010721-STABLE)

2001-08-07 Thread Boris Popov
On Sat, 4 Aug 2001, Dimitry Andric wrote: > Okay, this patch seems to solve the panic problem for me. On the > previously crashing box, I cvsup'd today (to 4.4-PRERELEASE) and > rebuilt everything, including the kernel with your patch, and the > smbfs-1.4.1 port. Since then, I haven't been able t

Re: arp doesn't like two NIC's in same subnet on same machine?

2001-08-07 Thread David Kelly
On Tue, Aug 07, 2001 at 12:41:02AM -0400, diesel wrote: > You can see this often on misconfigured Bridge. I am not sure if you > can do this on FreeBSD but in solaris you can just ifconfig the > interface and assign it another MAC address. This is a feature set of > solaris starting at 2.5. I a

Re: Watching DVD's in -stable

2001-08-07 Thread Jason Andresen
Daichi GOTO wrote: > > > > There is a yet another vlc port since 0.2.63 of vlc by Akihiko > > > GOTANDA. > > > > > > http://www.agt.ne.jp/~a-gota/original-ports.html > > > > > > But my built vlc can not run. It starts with core and down > > > immediately. Did you meet the same situation? > >

pcm problem in 4.4-PRERELEASE

2001-08-07 Thread Conrad Sabatier
Since upgrading to 4.4-PRERELEASE, I can't get mtv to do audio anymore. The following message appears in the console window: pcm0: play interrupt timeout, channel dead I've tried both with and without esd enabled. Same results. Strangely enough, mpg123 works just fine. Any clues as to what's

ipfw question this time

2001-08-07 Thread Douglas G. Allen
Now that the problem with the machine with two physical cards is solved, by downing one card and using an alias and leaving the extra card in for a quick fix should the active one fail, I have another problem. This may have been in the back of my addled thinking when I decided to put two NIC's

Re: IPFilter, no such process?

2001-08-07 Thread Christopher JS Vance
On Sun, Aug 05, 2001 at 03:11:46PM -0400, Normand Leclerc wrote: : When I run ipf -Fa -v -f /etc/ipf.rules, I get this output: : [pass in all] : pass in from any to any : 1:ioctl(add/insert rule): No such process : [pass out all] : pass out from any to any : 2:ioctl(add/insert rule): No such proce

IBM hardware

2001-08-07 Thread Pavel A Crasotin
Hi, does FreeBSD support IBM ServeRAID-4L controllers? We plan to use it on Netfinity 4500 under FreeBSD. With respect, Pavel A Crasotin OJSC SeverTransCom 40/13 Sobinova, Yaroslavl, 15, Russia Tel/Fax: +7 (0852) 47-71-70, 47-69-49 +7 (0852) 72-

Re: Watching DVD's in -stable

2001-08-07 Thread Dan
Daichi GOTO wrote: [snip] > > > But my built vlc can not run. It starts with core and down > > > immediately. Did you meet the same situation? [snip] I used to have that problem when I was running XFree86 4.0.3 - there was a problem with the Xv (hardware video support) driver for my graphics card

Re: PATCH: syscons.c sysctl for PC-Reboot Keys

2001-08-07 Thread Antony T Curtis
Pascal Pederiva wrote: > Well, I'm not going to insist. Too many long-winding discussions here > already - I always can apply my own patches to my own kernel :) Perhaps there ought to be a patch-central website for user's kernel patches... which need not be rolled into the main distro. -- A

Re: Watching DVD's in -stable

2001-08-07 Thread Josef Karthauser
On Tue, Aug 07, 2001 at 04:38:40PM +0900, Daichi GOTO wrote: > > BTW, since this tread isn't older than dirt yet, I decided to tag this on. > > > > Brian Somers has committed a port of vlc to the FreeBSD ports tree. > > > > /usr/ports/graphics/vlc > > > > :-) enjoy. > > There is a yet another

Re: Cross compiling for AIX

2001-08-07 Thread Antony T Curtis
Kevin Mills wrote: > > I've follwed the cross GCC instructions and had little success, so I'm > beginning to wonder if it is even possible - Is it possible to set up GCC to > cross-compile on FreeBSD for AIX? Has anyone attempted this? I would think this is difficult at best as binutils cannot

Re: Watching DVD's in -stable

2001-08-07 Thread Jim Mock
On Tue, 07 Aug 2001 at 16:52:50 +0900, Daichi GOTO wrote: > > > There is a yet another vlc port since 0.2.63 of vlc by Akihiko > > > GOTANDA. > > > > > > http://www.agt.ne.jp/~a-gota/original-ports.html > > > > > > But my built vlc can not run. It starts with core and down > > > immediately.

Re: Current stable (fresh sup) broken for no opt

2001-08-07 Thread Chris BeHanna
On Tue, 7 Aug 2001, GB Clark II wrote: > When I compile a kernel with no optimiztion(sp) it will bomb in atomic with > a problem in the asm. > With -O it works fine. If atomic operations rely on having functions inlined, then this makes perfect sense. Without -O, no inlining takes place. -