Re: 4.8-RELEASE-p13 -and- ntpd

2003-10-09 Thread nw1
After reading further, we've retired ntpdate from this network. Our issue may have been the order in which we ran ntpdate and xntpd within /etc/rc.conf ; subsequently (post reboot) immediately trying to run 'ntpdate xxx.xxx.x.x' would fail (as we posted on http://69.3.136.141/freebsd/ntpd/ntpd_is

Re: How to find out the type of CD in burner from script ?

2003-10-09 Thread aleksandr . derevianko
No, i can't use cdrecord. It is for SCSI CD-writers, and i have ATAPI. Best regards, Alexander Shantanoo Mahajan <[EMAIL PROTECTED]> on 09.10.2003 17:34:03 To: Aleksandr Derevianko/RU/Transport/[EMAIL PROTECTED] cc: [EMAIL PROTECTED] Security Level:? Internal Subject: Re: How

Re: Jail FS questions.

2003-10-09 Thread Kris Kennaway
On Fri, Oct 10, 2003 at 12:46:18AM -0300, Marc G. Fournier wrote: > > On Thu, 9 Oct 2003, Kris Kennaway wrote: > > > Yes, it's a good thing that some developers are finally working on > > fixing some of the problems, but the fact remains that nullfs/unionfs > > *are not known to work in all situa

Re: Ongoing USB messages in /var/log/messages

2003-10-09 Thread Chris
On Thursday 09 October 2003 10:36 pm, Chris wrote: > How might I stop this? By stopping USBd support? > Some facts, 4.8-STABLE, Athlon XP +2100, 1 gig ram > > > tail -f /var/log/messages > > Oct 9 22:33:08 racerx /kernel: usb0: scheduling overrun > Oct 9 22:33:08 racerx /kernel: usb0: scheduling

Re: Jail FS questions.

2003-10-09 Thread Kris Kennaway
On Fri, Oct 10, 2003 at 12:48:49AM -0300, Marc G. Fournier wrote: > > > On Thu, 9 Oct 2003, Kris Kennaway wrote: > > > On Thu, Oct 09, 2003 at 10:19:46PM -0300, Marc G. Fournier wrote: > > > > > > If I use unionfs as the ``base'' for the jail then every directory seems > > > > to be automagical

Ubsa, Ucom and serial problems

2003-10-09 Thread Jeffrey Lang
I have a FreeBSD-5.1 Stable system running on an Intel motherboard, P4, 2.4Ghz, 1G ram. I'm trying to attach my APC UPS Backup Pro 1000 and 1100 to this system to monitor them. One is attached to the serial port and the other a Belkin F5U103 USB to serial adaptor. I'm using the latest version of N

Re: Jail FS questions. (Columbus ref)

2003-10-09 Thread Pat Lashley
--On Thursday, October 09, 2003 22:55:26 -0300 "Marc G. Fournier" <[EMAIL PROTECTED]> wrote: You know, its this attitude that would have kept Christopher Columbus in Europe ... all the "big scary warnings" said that the world was flat back then, no? No, not at all. Because by the time of Columbu

Re: Jail FS questions.

2003-10-09 Thread Marc G. Fournier
On Thu, 9 Oct 2003, Kris Kennaway wrote: > On Thu, Oct 09, 2003 at 10:19:46PM -0300, Marc G. Fournier wrote: > > > > If I use unionfs as the ``base'' for the jail then every directory seems > > > to be automagically owned by the person that mounted it (i.e. root). > > > This causes me problems f

Re: Jail FS questions.

2003-10-09 Thread Marc G. Fournier
On Thu, 9 Oct 2003, Kris Kennaway wrote: > Yes, it's a good thing that some developers are finally working on > fixing some of the problems, but the fact remains that nullfs/unionfs > *are not known to work in all situations* (indeed, I was able to trigger > unionfs bugs within a few minutes of t

Ongoing USB messages in /var/log/messages

2003-10-09 Thread Chris
How might I stop this? By stopping USBd support? Some facts, 4.8-STABLE, Athlon XP +2100, 1 gig ram > tail -f /var/log/messages Oct 9 22:33:08 racerx /kernel: usb0: scheduling overrun Oct 9 22:33:08 racerx /kernel: usb0: scheduling overrun -- Best regards, Chris __

ipfilter/ipnat weirdness

2003-10-09 Thread J. Seth Henry
Hello all, I could use a bit of help with a networking problem. I am trying to replace a dying Netgear RT314 with a FreeBSD 4.8-REL system configured as an Internet gateway. My network is as such: \ | /-

Re: Jail FS questions.

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 10:19:46PM -0300, Marc G. Fournier wrote: > > If I use unionfs as the ``base'' for the jail then every directory seems > > to be automagically owned by the person that mounted it (i.e. root). > > This causes me problems for stuff like mailspool, etc. I think this is > > th

Re: Jail FS questions.

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 10:55:26PM -0300, Marc G. Fournier wrote: > > > On Thu, 9 Oct 2003, Kris Kennaway wrote: > > > On Thu, Oct 09, 2003 at 05:00:02PM -0400, Kenny Freeman wrote: > > > > > > I've been reading about unionfs and nullfs (well, more skim reading > > > > really; I'm not FS guru,

Re: floppy

2003-10-09 Thread Technical Director
Hello, You can mount MS-DOS floppies by doing: mkdir /floppya mount -t msdos /dev/fd0a /floppya df -k <-- Should show your mounted floppy. If you have a problem you can check and see if: options MSDOSFS in your kernel configuration file. R. On Fri, 10 Oct 2003, Lee Harr wrote: > > I am tr

Re: Jail FS questions.

2003-10-09 Thread Marc G. Fournier
On Thu, 9 Oct 2003, Kris Kennaway wrote: > On Thu, Oct 09, 2003 at 05:00:02PM -0400, Kenny Freeman wrote: > > > > I've been reading about unionfs and nullfs (well, more skim reading > > > really; I'm not FS guru, which is why I'm asking here) and one of these > > > sounds like it could be the

RE: Mouse

2003-10-09 Thread Gil Agno Virtucio
I also had a simmilar problem before. I also tried using /dev/sysmouse but in my case it also didn't work. Have you tried looking at the output of "dmesg -a"? Try to look for the exact name of the device mine was assigned to /dev/psm0 try using that instead of /dev/sysmouse. I also tried to dis

Re: floppy

2003-10-09 Thread Lee Harr
> I am trying to mount a floppy. Don't know what is it that I do wrong, > cause it doens't work... I have asked for help before, even here, but the > problem still is not solved :( . > Do not mount a DOS floppy. Use mtools instead. /usr/ports/emulators/mtools ___

Re: Jail FS questions.

2003-10-09 Thread Marc G. Fournier
> 5.1-RELEASE, latest patches. I think this might be the problem. I'm > having vinum issues too. 'K, haven't started to play with 5.1 yet, since its still label'd as "not production quality" ... or at least it was when I asked before installing my last server a month or so ago ... > > permissi

Re: Crash under disk writes (vinum?)

2003-10-09 Thread Greg 'groggy' Lehey
On Thursday, 9 October 2003 at 13:28:48 +0100, Lewis Thompson wrote: > Hi, > > I'm running 5.1-RELEASE (latest patch version) on a machine with a > couple of disks set up in a concatenated vinum-type config. > > Periodically if I do some ``heavy'' writes to the concatenated disk it > causes the

Re: Jail FS questions.

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 05:00:02PM -0400, Kenny Freeman wrote: > > I've been reading about unionfs and nullfs (well, more skim reading > > really; I'm not FS guru, which is why I'm asking here) and one of these > > sounds like it could be the idea solution. At first glance I'd say that > > unio

Re: uucp + email...

2003-10-09 Thread Bill Campbell
On Thu, Oct 09, 2003, Chris P wrote: >Hello, > ... >> My main question is whether the mail got dumped out of the queue on the >> remote uucp host or on his machine locally? The uuclean routines on most >> uucp hosts nukes expired messages completely, and doesn't move it to >> another directory whe

Re: thread safety and host lookups

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 07:31:05PM -0400, Louis LeBlanc wrote: > Hey folks. I'm working on a port from Solaris to FreeBSD. For the > most part, things are pretty straightforward, but I can't seem to find > the details on thread safety for some system calls. > > gethostbyname_r() is the thread sa

Re: XFree86 and Cirrus 5446

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 06:57:33PM -0500, Eduardo Huertas wrote: > Where can I look for some documentation for this > driver to operate decently? Visit www.xfree86.org for XFree86 support. Kris pgp0.pgp Description: PGP signature

change the mouse (from PS to USB)

2003-10-09 Thread MPAREDES
Hi: FreeBSD 4.8 I had a problem with my mouse in the PS port so I need to configure a mouse in the USB port. In sysinstall I can't specify a USB port, how can I enable. maps ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinf

Re: Jail FS questions.

2003-10-09 Thread Lewis Thompson
On Thu, Oct 09, 2003 at 09:31:05PM -0300, Marc G. Fournier wrote: > On Fri, 10 Oct 2003, Lewis Thompson wrote: > > Just causing system reboots. Randomly. > > > > Also, for some reason it doesn't seem to propogate permissions, which > > is annoying for using them as the bases for jails. > > syst

Re: Membership disabled?

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 03:56:47PM -0500, Charles Howse wrote: > Hi, > I received the following from [EMAIL PROTECTED] > earlier today: > > -- > Your membership in the mailing list freebsd-questions has been > disabled due to excessive bounces The last bounce received from you > was da

Re: Errors with smbstatus, Samba 3.0.0b3

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 01:45:16PM -0700, Rick Duvall wrote: > I don't get this error in Linux, but I do when I run it on FreeBSD. Try asking the samba people, since smbstatus is not part of FreeBSD. Kris pgp0.pgp Description: PGP signature

Re: Jail FS questions.

2003-10-09 Thread Marc G. Fournier
On Fri, 10 Oct 2003, Lewis Thompson wrote: > On Thu, Oct 09, 2003 at 09:17:12PM -0300, Marc G. Fournier wrote: > > On Fri, 10 Oct 2003, Lewis Thompson wrote: > > > > > > Anyway, nullfs is great for "remounting" > > > > parts of the file system. > > > > > > Yeah, right now I'm using NFS mounts, w

Re: Jail FS questions.

2003-10-09 Thread Lewis Thompson
On Thu, Oct 09, 2003 at 09:17:12PM -0300, Marc G. Fournier wrote: > On Fri, 10 Oct 2003, Lewis Thompson wrote: > > > > Anyway, nullfs is great for "remounting" > > > parts of the file system. > > > > Yeah, right now I'm using NFS mounts, which is a bit ugly, to say the > > least. Since I had trou

Re: uucp + email...

2003-10-09 Thread Bill Campbell
On Thu, Oct 09, 2003, Tuc wrote: >> Has anyone had any experience with getting email that has been stored on >> a remote machine via uucp? I have a friend who held my email while my >> server is down. He cannot re-que it up, so I need to find a way to uucp >> down load it via the net. Any hel

Re: Jail FS questions.

2003-10-09 Thread Marc G. Fournier
On Fri, 10 Oct 2003, Lewis Thompson wrote: > > Anyway, nullfs is great for "remounting" > > parts of the file system. > > Yeah, right now I'm using NFS mounts, which is a bit ugly, to say the > least. Since I had troubles with union I steered clear of nullfs, since > the same ``slippery dog'' wa

Re: uucp + email...

2003-10-09 Thread Greg 'groggy' Lehey
On Tuesday, 7 October 2003 at 20:31:07 -0700, Chris P wrote: On Wednesday, 8 October 2003 at 10:25:52 -0700, Chris P wrote: On Wednesday, 8 October 2003 at 12:51:23 -0700, Chris P wrote: Once is enough. Sending multiple messages is a good way to be ignored or removed from the mailing list. Se

XFree86 and Cirrus 5446

2003-10-09 Thread Eduardo Huertas
Hi, I have installed FreeBSD 4.8 Release on a Gateway 2000 Pentium 120 with 64 MB and cirrus 5446 video card. I've been trying to configure X with no luck. I used xf86config and used the cirrus 544x drive everything seems OK except that when the server starts it shows two cursors and part of the

Re: uucp + email...

2003-10-09 Thread Tuc
> Has anyone had any experience with getting email that has been stored on > a remote machine via uucp? I have a friend who held my email while my > server is down. He cannot re-que it up, so I need to find a way to uucp > down load it via the net. Any help would be appreciated! Thanks.. >

uucp + email...

2003-10-09 Thread Chris P
Hello, Has anyone had any experience with getting email that has been stored on a remote machine via uucp? I have a friend who held my email while my server is down. He cannot re-que it up, so I need to find a way to uucp down load it via the net. Any help would be appreciated! Thanks.. C.

uucp + email...

2003-10-09 Thread Chris P
Hello, Has anyone had any experience with getting email that has been stored on a remote machine via uucp? I have a friend who held my email while my server is down. He cannot re-que it up, so I need to find a way to uucp down load it via the net. Any help would be appreciated! Thanks.. C.

uucp + email...

2003-10-09 Thread Chris P
Hello, Has anyone had any experience with getting email that has been stored on a remote machine via uucp? I have a friend who held my email while my server is down. He cannot re-que it up, so I need to find a way to uucp down load it via the net. Any help would be appreciated! Thanks.. C

thread safety and host lookups

2003-10-09 Thread Louis LeBlanc
Hey folks. I'm working on a port from Solaris to FreeBSD. For the most part, things are pretty straightforward, but I can't seem to find the details on thread safety for some system calls. gethostbyname_r() is the thread safe call that replaces gethostbyname() on Solaris. Is there a similar alt

Re: Jail FS questions.

2003-10-09 Thread Lewis Thompson
On Thu, Oct 09, 2003 at 05:00:02PM -0400, Kenny Freeman wrote: Content-Description: signed data > I've got a 120GB drive in that system, so for me I don't really have a > problem with space. Yeah, same here, but the way I figure it is it's surely better to conserve the disk space if at all possibl

snort + trunk + cat6500 + vacls

2003-10-09 Thread John
i'm testing out alternatives for using span ports or inline taps and came across a doc on using vlan acls to capture data and send them to a port for sniffing. From what i under stand the sniffer port needs to be a trunk port. What i don't really understand is how freebsd is going to work with the

Re: can't send mail to freebsd lists

2003-10-09 Thread Gary
Hi Nunotex, On Thu, 9 Oct 2003 18:34:41 -0400 GMT (10/9/2003, 5:34 PM +0500 GMT my time), [EMAIL PROTECTED] wrote: n> I'm trying send messages to freebsd lists via my ISP SMTP server but I n> get this error bellow. n> Can anyone help me solving this? n> Nuno Teixeira n> Hi. Thi

RE: Latest "stable" fixes are unstable

2003-10-09 Thread Garance A Drosihn
At 4:14 PM -0400 10/9/03, Jeffrey Wheat wrote: Apologies for being so vague... All that happens on the 4.8(4.9RC) servers is they suddenly reboot without leaving anything in the log files at all, so it is very difficult to provide more details on the crash. In the case of the 4.9 systems, are y

can't send mail to freebsd lists

2003-10-09 Thread nunotex
Hello to all, I'm trying send messages to freebsd lists via my ISP SMTP server but I get this error bellow. Can anyone help me solving this? Thanks very much, Nuno Teixeira Hi. This is the qmail-send program at sapo.pt. I'm afraid I wasn't able to deliver your message to the f

Re: 4.9 RC2/swap file

2003-10-09 Thread Lee Harr
While attempting to perform a standard install, when commiting to write to the Hard drive I get "unable to create swap file-press enter or space to continue" but of course I tried to continue , completed the install but initial boot 4.9 halted "with bad super block magic number wrong" I have

2nd copy of named is dying

2003-10-09 Thread Rich Morin
I run two copies of named(8), out of /etc/rc.network: ${named_program:-named} ${named_flags} /etc/namedb/named.conf ${named_program:-named} ${named_flags} /etc/namedb/lan/named.conf This seems to work fine, except that the second instance of named occasionally (like, once a month) disappears.

Re: Jail FS questions.

2003-10-09 Thread Kenny Freeman
err none /secure/files/mail /secure/internal/smtp/postfix/server/var/spool/mail nullfs rw,noexec,nosuid,nodev 0 0 same for the other entry - forgot the fs type... -Kenny On October 9, 2003 05:00 pm, Kenny Freeman wrote: > I'm not sure about union fs, never had a real use for it yet I have

Re: ipfw using

2003-10-09 Thread traore
When i compile my kernel with ipfw2 and add the follow rule: ipfw add 200 deny mac 12:2d:00:25:23:14 any the folow message appers: ipfw: getsocketopt(IP_FW_ADD): Invalid argument ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/lis

Re: Jail FS questions.

2003-10-09 Thread Kenny Freeman
I'm not sure about union fs, never had a real use for it yet I have a similair setup as you. I have about 4 jails running so far (~8 more to go). I've written a fairly large bash scipt to build the jails + configure them automagically too. I've got a 120GB drive in that system, so for me I d

Membership disabled?

2003-10-09 Thread Charles Howse
Hi, I received the following from [EMAIL PROTECTED] earlier today: -- Your membership in the mailing list freebsd-questions has been disabled due to excessive bounces The last bounce received from you was dated 09-Oct-2003. You will not get any more messages from this list until you r

RE: Screen size

2003-10-09 Thread Minnesota Slinky
Try holding CTL-ALT and pressing the + key (on the number pad, not the one next to the backspace) Eric F Crist AdTech Integrated Systems, Inc (952) 403-9000 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Talbot Sent: Thursday, October 09, 2003 10:23 AM

Re: Errors with smbstatus, Samba 3.0.0b3

2003-10-09 Thread Rick Duvall
Also, it's on FreeBSD 4.8. Just in case anybody needed to know. Sincerely, Rick Duvall - Original Message - From: "Rick Duvall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 1:45 PM Subject: Errors with smbstatus, Samba 3.0.0b3 > I don't get this error in

Re: XFree86 and /dev/agpgart

2003-10-09 Thread Tijl Coosemans
On Thu, 9 Oct 2003 13:03:42 -0700, Kris Kennaway wrote: > On Thu, Oct 09, 2003 at 05:53:36AM -0700, Olga Zenkova wrote: > > Hi! > > Can't start XFree86 ver 4.3.0 on FreeBSD 4.6. Get > > error: "Unable to open /dev/agpgart (Device not > > configured)". What can I do? > > > > The file /dev/agpgart

Errors with smbstatus, Samba 3.0.0b3

2003-10-09 Thread Rick Duvall
I don't get this error in Linux, but I do when I run it on FreeBSD. I look in /usr/local/lib/charset, and there are no .so files that it is refering to. What do I need to do to add them, or at least resolve this issue? [EMAIL PROTECTED]:~$ smbstatus -b Error loading module '/usr/local/lib/charse

Re: freebsd+postfix+mailscanner+uvscan

2003-10-09 Thread Toni Schmidbauer
On Thu, Oct 09, 2003 at 03:16:10PM +0800, [EMAIL PROTECTED] wrote: > Anybody here has some links to help me out with this setup? Any help will be greatly > appreciated =). nothing freebsd specific but i used this documents: http://lawmonkey.org/anti-spam.html http://www.ijs.si/software/amavisd/

Re: difficulties replacing bad libssl.so.3 with newly build libssl.so.3

2003-10-09 Thread Mike Tancsa
At 03:19 PM 09/10/2003, Toni Schmidbauer wrote: On Wed, Oct 08, 2003 at 04:31:21PM -0700, John Fox wrote: > One of my aims was to replace libssl.so.3 with a fixed version, so (after > making a backup copy of the current /usr/lib/libssl.so.3) I placed > /usr/obj/usr/local/world_src/secure/lib/libssl

Re: difficulties replacing bad libssl.so.3 with newly build libssl.so.3

2003-10-09 Thread Toni Schmidbauer
On Wed, Oct 08, 2003 at 04:31:21PM -0700, John Fox wrote: > One of my aims was to replace libssl.so.3 with a fixed version, so (after > making a backup copy of the current /usr/lib/libssl.so.3) I placed > /usr/obj/usr/local/world_src/secure/lib/libssl/libssl.so.3 into /usr/lib > and then attempted

RE: Latest "stable" fixes are unstable

2003-10-09 Thread Jeffrey Wheat
Kris, Apologies for being so vague... All that happens on the 4.8(4.9RC) servers is they suddenly reboot without leaving anything in the log files at all, so it is very difficult to provide more details on the crash. On the 5.0 servers, I get page faults. I am going to enable crash dumps o

Re: Latest "stable" fixes are unstable

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 03:36:55PM -0400, Jeffrey Wheat wrote: > After applying the last set of patches via a cvs > run of RELENG_4, I have servers crashing and rebooting > that had run for months on end prior to the "fixes". > > This is happening on 4.8-STABLE (now called 4.9-RC) > and on 5.0-STA

Re: Latest "stable" fixes are unstable

2003-10-09 Thread Mike Tancsa
Hi, First off, there is no 5.0 STABLE. If you cvsup'd to 5.x this is the source of your problems as that is the development branch. To better understand what problems you are having, you need to give information like a crash dump. Compile a debug kernel for the machine that is crashing

Re: problems with pam_ldap - ssh and file attributes

2003-10-09 Thread Uwe Laverenz
Dan Nelson wrote: /bin/ls is linked statically, which means it only knows about compat, files, nis, and dns; you can build a dynamic one, or step up and write Ahh, thank you for this explanation. :-) There are other strange things with -CURRENT and LDAP-setup: I have jdk13 running on the machine

Re: XFree86 and /dev/agpgart

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 05:53:36AM -0700, Olga Zenkova wrote: > Hi! > Can't start XFree86 ver 4.3.0 on FreeBSD 4.6. Get > error: "Unable to open /dev/agpgart (Device not > configured)". What can I do? > > The file /dev/agpgart exists, on trying to open by > midc (F3) get the same "Cannot open agp

Re: openoffice

2003-10-09 Thread Uwe Laverenz
Aaron Sloan wrote: Am I correct in saying the 2 ports are broken because of the checksum problem? I'm not really interested in using NO_CHECKSUM=YES I also removed /usr/ports/editors/openoffice and openoffice-devel and ran CVS again with the same results. Was my troubleshooting ok? You get thi

Latest "stable" fixes are unstable

2003-10-09 Thread Jeffrey Wheat
After applying the last set of patches via a cvs run of RELENG_4, I have servers crashing and rebooting that had run for months on end prior to the "fixes". This is happening on 4.8-STABLE (now called 4.9-RC) and on 5.0-STABLE servers. I am really concerned about about this as are my higher ups. I

Re: Screen size

2003-10-09 Thread Scott I. Remick
On Thu, 9 Oct 2003 10:23:08 -0500, Talbot wrote: > I recently installed FreeBSD 4.5 with desk top KDE using a CD that > came with the book, FreeBSD Unleashed, by Michael Urban and Brian > Tiemann. Everything seemed to go fine until I execute startx. > The desktop environment on my screen "seem

Re: ipf - sample rulesets

2003-10-09 Thread Jez Hancock
On Thu, Oct 09, 2003 at 02:58:59PM +0200, [EMAIL PROTECTED] wrote: > Hi all. > > Are there any good references and/or sample ipf rulesets that I could use > to look-and-learn from. Mine is here: http://munk.nu/ipf/mboxen/ipf.rules -- Jez Hancock - System Administrator / PHP Developer http:

Test - ignore

2003-10-09 Thread Charles Howse
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: openoffice

2003-10-09 Thread Scott I. Remick
On Thu, 9 Oct 2003 09:38:24 -0500, Aaron Sloan wrote: > I'm trying to build openoffice or openoffice-devel from ports. > CVS, portupgrade etc...completed. says there is a checksum mismatch with the OO > source and stop > 4.8 stable. It has been broken for about a week and a half. First off, I'

Re: mp3 -> wav

2003-10-09 Thread Peder Blom
On Thu, 9 Oct 2003 17:46:46 +0100 "geek" <[EMAIL PROTECTED]> wrote: > I have a problem, i have a bunch of .mp3's files and i want to pass > them to .wav to put it on my cdplayer, anyone knows, how i can put > them in .wav ?! If you look through ports/audio you should be able to find several progr

Re: Screen size

2003-10-09 Thread doug
Yea - I keep submitting a request to the XFree86 folk. I have never had success with the graphifical program. Use one of the text based programs. There are xf86cfg and xf86config, as I recall. Basicall you need the Horizontal and Vertical rates and you need to make sure the screen size and depth c

Re: How to find out the type of CD in burner from script ?

2003-10-09 Thread Shantanoo Mahajan
+-- [EMAIL PROTECTED] [freebsd] [09-10-03 19:05 IST]: | Hello ! | | I have the following problem: I'm writing backup scripts, to store SCM tree on | CD via ATAPI CD-burner. | I need to have ability from inside the script find out the type of CD in burner: | Is it CD-R or CD-RW, and is it blank or

Re: mp3 -> wav

2003-10-09 Thread Axel S. Gruner
On Thu, 9 Oct 2003 17:46:46 +0100 "geek" <[EMAIL PROTECTED]> wrote something special: > > I have a problem, i have a bunch of .mp3's files and i want to pass > them to .wav to put it on my cdplayer, anyone knows, how i can put > them in .wav ?! http://www.freebsd.org/doc/en_US.ISO8859-1/books/ha

Mounting FTP sites to directory?

2003-10-09 Thread Dragoncrest
Went googling on this and haven't come up with anything yet. So since I've already done all my outside research first (as suggested by several members. hehe) so I'm coming to you as a last resort to gather some information on my question. What I'm wanting to do is to mount an FTP site to a folde

mp3 -> wav

2003-10-09 Thread geek
I have a problem, i have a bunch of .mp3's files and i want to pass them to .wav to put it on my cdplayer, anyone knows, how i can put them in .wav ?! PS: with burncd i can rip .wav files?! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/ma

Re: problem with aue card

2003-10-09 Thread Scott Mitchell
On Thu, Oct 09, 2003 at 03:23:15AM -0400, Alexey Koptsevich wrote: > > Hi, > > I have a problem with the network card Linksys USB100TX. The hardware > itself is known to be working, but not under FreeBSD. > > Here is dmesg: > > Oct 8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adap

Re: fetchmail strangeness

2003-10-09 Thread Malcolm Kay
On Fri, 10 Oct 2003 01:01, Louis LeBlanc wrote: > On 10/10/03 12:23 AM, Malcolm Kay sat at the `puter and typed: > > I'm using fetchmail to retrieve email from my isp, and getting the > > following message in /var/log/maillog repeated at about the fetchmail > > polling rate: > > > > Oct 9 00:00:01

Re: ipf - sample rulesets

2003-10-09 Thread Fernando Gleiser
On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote: > Hi all. > > Are there any good references and/or sample ipf rulesets that I could use to > look-and-learn from. Search google for the IPF HOWTO and the FAQ. Fer ___ [EMAIL PROTECT

Re: ipfw using

2003-10-09 Thread Lowell Gilbert
"Michael L. Hostbaek" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (traore) writes: > from 'man ipfw' : > { MAC | mac } dst-mac src-mac But note that this is only available in ipfw2, which is not the default in FreeBSD 4.x. The same manual page describes how to compile it into your kernel. _

Re: fetchmail strangeness

2003-10-09 Thread Louis LeBlanc
On 10/10/03 12:23 AM, Malcolm Kay sat at the `puter and typed: > I'm using fetchmail to retrieve email from my isp, and getting the > following message in /var/log/maillog repeated at about the fetchmail > polling rate: > > Oct 9 00:00:01 beta sm-mta[5995]: h98EU11h005995: Syntax error in mailb

screen font size

2003-10-09 Thread C. W. Talbot
Greetings I recently installed FreeBSD 4.5 with desk top KDE using a CD that came with the book, FreeBSD Unleashed, by Michael Urban and Brian Tiemann. Everything seemed to go fine until I execute startx. The desktop environment on my screen "seems" to be at least four times as big as it sho

Screen size

2003-10-09 Thread Talbot
Greetings I recently installed FreeBSD 4.5 with desk top KDE using a CD that came with the book, FreeBSD Unleashed, by Michael Urban and Brian Tiemann. Everything seemed to go fine until I execute startx. The desktop environment on my screen "seems" to be at least four times as big as it sho

RE: problem with aue card

2003-10-09 Thread Andrew White
Works fine for me on 5.1, although the LED's don't function Make sure aue and mii are compiled in the kernel. .Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Koptsevich Sent: 09 October 2003 08:23 To: [EMAIL PROTECTED] Subject: problem wit

Re: ipfw using

2003-10-09 Thread Michael L. Hostbaek
[EMAIL PROTECTED] (traore) writes: > > Pls > Let me know how use ipfw with adress MAC bloking syntaxe. > from 'man ipfw' : { MAC | mac } dst-mac src-mac Match packets with a given dst-mac and src-mac addresses, specified as the any keyword (matching any MAC address), or six groups of hex digit

from dmitry

2003-10-09 Thread Sigizmund
Hi! No, I did not tried this on 4.x, I have did that on 5.0 and 5.1: both of them the same message: "kernel panic, vm_page already inserted, buffers remaining, giving up on 386 buffers ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailma

Re: Ckermit, Minicom, and even Windows Dial Up won't work..

2003-10-09 Thread Ruben de Groot
On Thu, Oct 09, 2003 at 09:10:02AM -0500, Peter Elsner typed: > I disagree... > > There are 12 SCO Unix servers at 12 of my customers sites, and they haven't > been > modified in years... All 12 of them can't be having the same problem > > The only change was made to my FreeBSD server, whe

Re: 'lo again - downloading 5.0 i-386

2003-10-09 Thread Jud
On Thu, 9 Oct 2003 15:48:09 +0100, wfblabbett <[EMAIL PROTECTED]> wrote: hello all at FreeBSD, i'm currently downloading release 5.0, disc1.iso (i-386) despite what i was told about it not having javascript compatiblity as i'm not that bothered about javascript (and i don't know for sure that i

ipfw using

2003-10-09 Thread traore
Pls Let me know how use ipfw with adress MAC bloking syntaxe. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: floppy

2003-10-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Jamie wrote: On Thu, 9 Oct 2003, [iso-8859-1] Florin Betivoiu wrote: Hello. I am trying to mount a floppy. Don't know what is it that I do wrong, cause it doens't work... I have asked for help before, even here, but the problem still is not solved :( . I am using FreeBSD 5.1-RELEASE. The same

fetchmail strangeness

2003-10-09 Thread Malcolm Kay
I'm using fetchmail to retrieve email from my isp, and getting the following message in /var/log/maillog repeated at about the fetchmail polling rate: Oct 9 00:00:01 beta sm-mta[5995]: h98EU11h005995: Syntax error in mailbox address "[EMAIL PROTECTED]" (non-printable character) Oct 9 00:00:01

Re: [FAQ pointer] Re: Cron

2003-10-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Scott Rothgaber wrote: Lowell Gilbert wrote: A simple copy won't work; the files have different formats. Understood. The format of the tab is fine. When the command runs, however, there is a path problem because the job will generate errors like "chkgrp: not found." Cron has a very limited e

Re: floppy

2003-10-09 Thread Jamie
On Thu, 9 Oct 2003, [iso-8859-1] Florin Betivoiu wrote: > > Hello. > I am trying to mount a floppy. Don't know what is it that I do wrong, > cause it doens't work... I have asked for help before, even here, but the > problem still is not solved :( . > > I am using FreeBSD 5.1-RELEASE. The same h

'lo again - downloading 5.0 i-386

2003-10-09 Thread wfblabbett
hello all at FreeBSD, i'm currently downloading release 5.0, disc1.iso (i-386) despite what i was told about it not having javascript compatiblity as i'm not that bothered about javascript (and i don't know for sure that it doesn't support it). Anyway, i hope i can get it to work. I chose the i

openoffice

2003-10-09 Thread Aaron Sloan
Hello gang, I'm trying to build openoffice or openoffice-devel from ports. CVS, portupgrade etc...completed. says there is a checksum mismatch with the OO source and stop 4.8 stable. It has been broken for about a week and a half. Am I correct in saying the 2 ports are broken because of the che

Re: procmail, forward, and postfix

2003-10-09 Thread Timothy Luoma
On Wed, 08 Oct 2003 22:16:42 -0700, David Bear <[EMAIL PROTECTED]> wrote: I don't understand a thing it does.. but I put it in my home directory anyway and called it .forward. It appears the procmail is no 'firing' when message come. Looking for any pointers? been through to procmail faq sites a

Re: floppy

2003-10-09 Thread Jamie
You've mixed up your input and output files when you run dd. This is what it should be: dd if=/dev/null of=/dev/fd0 You had them swapped, so you were reading the floppy and writing to /dev/null. - Jamie On Thu, 9 Oct 2003, [iso-8859-1] Florin Betivoiu wrote: > > Hello. > I am tr

Re: Hello!

2003-10-09 Thread Jud
On Wed, 8 Oct 2003 21:40:27 EDT, <[EMAIL PROTECTED]> wrote: [snip] Sorry, I can't tell you a solution for your video card problem - you might try the text mode configuration and see if one of the generic or generic ATI cards matches closely enough. Also, I have a sound blaster 16 PCI card(PNP),

RE: Unusual logcheck entry

2003-10-09 Thread Charles Howse
> > Am I now protected from this attack? (note rpc.stat lines below) > > You were anyway; this never affected FreeBSD. Sorry, I mis-spoke. What I should have said is, "Am I now protected from rpc attacks?" > However, I'd also add portmap_flags="-h 192.168.254.2" to your rc.conf Done. :-) > i

RE: Ckermit, Minicom, and even Windows Dial Up won't work..

2003-10-09 Thread Peter Elsner
I disagree... There are 12 SCO Unix servers at 12 of my customers sites, and they haven't been modified in years... All 12 of them can't be having the same problem The only change was made to my FreeBSD server, when I updated hardware... Peter At 09:57 AM 10/9/2003 -0400, you wrote: You

Re: [FAQ pointer] Re: Cron

2003-10-09 Thread Scott Rothgaber
Lowell Gilbert wrote: A simple copy won't work; the files have different formats. Understood. The format of the tab is fine. When the command runs, however, there is a path problem because the job will generate errors like "chkgrp: not found." ___ [EM

Re: make package with deps?

2003-10-09 Thread Alexander Haderer
At 09:35 09.10.2003 -0400, Lowell Gilbert wrote: [EMAIL PROTECTED] writes: > Is it possible to make also the dependant packages when doing > a "make package" command. make package-recursive (as Kris Kennaway has already posted here several times this week) I think this is because 4.8R (and older

Re: vtophys information.

2003-10-09 Thread rk47
Lowell Gilbert wrote: > rk47 <[EMAIL PROTECTED]> writes: > >> Is there a simple example which uses the function vtophys. Or a "normal" >> example which uses the vtophys function in a simple way. This would be >> for driver development for FreeBSD 4.x. > > Luckily, you have the full source code

  1   2   >