Re: kernel panic question

2003-03-01 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html] On Friday, 28 February 2003 at 20:02:50 -0600, kitsune wrote: On Sat, 1 Mar 2003 17:04:00 +1030 Greg 'groggy' Lehey wrote: On Friday, 28 February 2003 at 19:03:03 -0600, kitsune wrote: Any ways since ye wanted proof, why I

Re: filesystem size

2003-03-01 Thread Francesco Casadei
On Fri, Feb 28, 2003 at 10:06:31PM -0800, Jesse Geddis wrote: What is the maximum filesystem/partition size on FreeBSD 4.7? Also, does this same limit apply to NFS mounts. Jesse Geddis http://www.sgeine.net/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

burncd data files

2003-03-01 Thread Dick Hoogendijk
As I understand I can execute a line like: ## burncd -f /dev/acd0c -s 12 data win98.iso fixate For this to work I create the iso file system w/ mkisofs. OK, but what if I just want to backup some files on my fbsd system to cd/rw? Is this possible or do all (data) files written by burncd *have* to

Can't read russian filenames in smbfs

2003-03-01 Thread sergey dyshel
Hi How can I set FreeBSD to read russian filenames in smbfs mounts. mount_msdos has both -L option for setting locale and -W option for setting conversion table. I usually pass -W koi2dos and -L u_RU.KOI8-R and it works. However mount_smbfs has only -L and when I pass -L ru_RU.KOI8-R I still see

vmware enlarging a persistant disk

2003-03-01 Thread Dick Hoogendijk
Not a particular fbsd question but as I do run vmware2 on my fbsd box I ask it here ;-)) I have a win98 persistant disk (in vmware) that becomes too small. On a true windows system all you do is make an image, buy a larger harddisk an put the image back. This works great w/ ghost/diskimage. But

Re: filesystem size

2003-03-01 Thread Francesco Casadei
On Sat, Mar 01, 2003 at 02:07:05AM -0800, Jesse Geddis wrote: Thank you, It didn't mention what if any (and i don't believe there is one) size limitation there is on an nvs mounted volume. Do you know of one? Specifically, we have a 9tb NetApp we want to make sure we aren't going to have to

Apache and shared memory

2003-03-01 Thread Haapanen, Tom
We are running a reasonably busy web site on FreeBSD (100K-200K hits per day); we have split the database server (MySQL on FreeBSD 4.3) apart from the web server (Apache on FreeBSD 5.0 now). Both running i386 versions (Athlon CPUs). Things generally work very well, but ongoing memory usage is a

Re: Bandwidth priority

2003-03-01 Thread Bill Moran
Daniela wrote: How can I tell a program not to use up internet bandwidth when something else wants to? The program doesn't have an option for this. Dummynet is one way. 'man dummynet' is a good place to start reading. -- Bill Moran Potential Technologies http://www.potentialtech.com To

Re: How to install my PnP ISA sound-card (ES688 AudioDrive)?

2003-03-01 Thread kitsune
On Sat, 1 Mar 2003 06:26:41 -0800 (PST) sergey dyshel [EMAIL PROTECTED] wrote: Hi I have ES688 AudioDrive PnP ISA card. Windows 95 recognizes it without any problem but FreeBSD doesn't show anything about it on boot process. Can I install this card without recompiling the kernel? Yeah,

Re: Sendmail - blackhole da spam?

2003-03-01 Thread Giorgos Keramidas
On 2003-02-28 11:36, Steve Warwick [EMAIL PROTECTED] wrote: Hey All, I seem to be getting more spam lately and in an effort to protect my clients I use a catch all in the the virtuser table @domain-name.ext error:nouser However, this is resulting in more traffic as the spam needs to be

RAM

2003-03-01 Thread Paul Patryas
To whom it may concern: What is the minimal amount of RAM do you need to install FreeBSD 4.6/5.0? Thank you. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: RAM

2003-03-01 Thread Aaron Burke
To whom it may concern: What is the minimal amount of RAM do you need to install FreeBSD 4.6/5.0? According to some docs at FreeBSD, you should only need 5MB to install, and 4MB to run. However more than 5MB is of course better. Thank you. No problem. To Unsubscribe: send mail to

Re: RAM

2003-03-01 Thread Drew Tomlinson
- Original Message - From: Paul Patryas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 01, 2003 7:56 AM Subject: RAM To whom it may concern: What is the minimal amount of RAM do you need to install FreeBSD 4.6/5.0? Thank you. You need to read the install notes for

pppoE question

2003-03-01 Thread a
Hi. A simple question, what does this mean (output of dmesg): /kernel: can't re-use a leaf (nonstandard_pppoe)! Thanks in advance. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Bison

2003-03-01 Thread Andrew Arensburger
On Fri, Feb 28, 2003 at 08:43:49AM -0600, Jack L. Stone wrote: I know this was discussed many months ago, but I've forgotten what Bison is used for?? 'bison' is the GNU version of 'yacc'. 'yacc' (Yet Another Compiler Compiler) is a massively-useful but evidently forgotten

Re: burncd data files

2003-03-01 Thread Mike Meyer
In [EMAIL PROTECTED], Dick Hoogendijk [EMAIL PROTECTED] typed: As I understand I can execute a line like: ## burncd -f /dev/acd0c -s 12 data win98.iso fixate For this to work I create the iso file system w/ mkisofs. OK, but what if I just want to backup some files on my fbsd system to cd/rw?

Re: kernel panic question

2003-03-01 Thread Tillman
On Fri, Feb 28, 2003 at 08:05:25PM -0600, kitsune wrote: I reccomend setting up a serial console. you'll need a null modem cable and another system to connect the console to. Cool, yeah, planning on looking into that. :) Just need to find a program for that now, any suggestions?

Hooking 2 Networks

2003-03-01 Thread Jack L. Stone
I have two separate connections to the Internet with static IPs and two separate networks. Each network has an internal FBSD Gateway/NAT/caching DNS connected to the backbone each have a separate LAN subnet (192.168.0.x on one and 10.0.0.x on another). The default router for each LAN is its

Re: Sendmail - blackhole da spam?

2003-03-01 Thread Shantanu Mahajan
+++ Steve Warwick [freebsd] [28-02-03 11:36 -0800]: | Hey All, | | I seem to be getting more spam lately and in an effort to protect my clients | I use a catch all in the the virtuser table | | @domain-name.ext error:nouser | | However, this is resulting in more traffic as the spam needs to be

RE: Hooking 2 Networks

2003-03-01 Thread Aaron Burke
Subject: Hooking 2 Networks I have two separate connections to the Internet with static IPs and two separate networks. Each network has an internal FBSD Gateway/NAT/caching DNS connected to the backbone each have a separate LAN subnet (192.168.0.x on one and 10.0.0.x on another). The

shutdown now probs

2003-03-01 Thread Dick Hoogendijk
I have an annoying problem. Whenever I want to go to single user mode and run shutdown now the system freezes. Nothing happens; I one waited for ten minutes or more. Sometimes toggling ctrl+c or enter, enter, enter smees to work but I never see when exactly. Something does not go right I suppose,

RE: Hooking 2 Networks

2003-03-01 Thread Jack L. Stone
At 11:00 AM 3.1.2003 -0800, Aaron Burke wrote: Subject: Hooking 2 Networks I have two separate connections to the Internet with static IPs and two separate networks. Each network has an internal FBSD Gateway/NAT/caching DNS connected to the backbone each have a separate LAN subnet

Urgent Text Msg from CEO

2003-03-01 Thread Aamir Awan
Aamir Awan CEO Chief Design Engineer Battle SE Long Island, NY USA [EMAIL PROTECTED] March 1,

Re: OT: AGP Pro 8x Slot

2003-03-01 Thread Jud
On Thu, 27 Feb 2003 14:09:32 -0500 (EST), Kenneth Culver [EMAIL PROTECTED] wrote: They are backwards compatable, so there must be some other problem. Ken On Thu, 27 Feb 2003, Brian Henning wrote: Hello- I just bought a new motherboard, the ASUS A7N8X (not deluxe). I want to use it for my new

RE: Hooking 2 Networks

2003-03-01 Thread Aaron Burke
Each machine has static internal IPs and listed in the /etc/hosts so finding them is easy. You dont have to worry about this. It should be fine that they are in hosts. (snip) {192.168.0.0}--[freebsd-gateway]--{internet conn1} (link) {10.0.0.0}--[freebsd

RE: Hooking 2 Networks

2003-03-01 Thread Jack L. Stone
At 01:13 PM 3.1.2003 -0800, Aaron Burke wrote: Each machine has static internal IPs and listed in the /etc/hosts so finding them is easy. You dont have to worry about this. It should be fine that they are in hosts. (snip) {192.168.0.0}--[freebsd-gateway]--{internet conn1}

Re: single user mode

2003-03-01 Thread taxman
On Friday 28 February 2003 12:57 pm, Mike Meyer wrote: Since nobody else stepped forward with an answer, I'll try In [EMAIL PROTECTED], Cliff Sarginson [EMAIL PROTECTED] typed: No I can think of kludgy ways to do this, but I want to know the way it should be done. How can you tell from

Re: dump exept dir

2003-03-01 Thread Scott Mitchell
On Sat, Mar 01, 2003 at 06:56:10PM +0100, Dick Hoogendijk wrote: I want to dump a mountpoint *EXEPT* for a specific directory (a vmware windows machine). The manual talks about skipping inodes (or the directory inode) but I'm a bit confused on this matter. How exactly do I skip a complete

Soundcard not working

2003-03-01 Thread James McNaughton
I just got a new soundcard, a SIIG Soundwave Pro PCI. It has what is supposed to be a supported chip, the ALS4000. I get the following errors on boot: pcm0: Avance Logic ALS4000 irq 5 at device 14.0 on pci0 pcm0: unable to allocate register space pcm0: failed to allocate resources I tried

TI486dx100 any chance of FreeBSD on these?

2003-03-01 Thread John Murphy
I've been given some old but sturdy TI486dx100 Ali chip set pcs on which I'd like to run any version of FreeBSD. NetBSD installs and runs, but Free fatal traps with 'privileged instruction fault while in kernel mode' on everything I've tried. Is there any kind of FreeBSD kernel I could build (on

Re: Epson 740/USB Revisited

2003-03-01 Thread Dan Pelleg
Cliff Sarginson [EMAIL PROTECTED] writes: Some time ago a discussion took place here on the inability to use an Epson 740 printer on a USB port, it was a case of it used to work and then it does not anymore after some updates later. I gave up trying. Well, I tried again..now months

[no subject]

2003-03-01 Thread edmund jones
Hello oh great sages, Thanks so much for your past help. Of course, I have another quetion. I've got X up and run Kdesk - coool. However, the browser -I haven't configured - debating on netscape. That brings me to install or not? The bsd ports site mentions that mozilla is comparatively large and

Portupgrade -- am not Einstein

2003-03-01 Thread Cliff Sarginson
Ok, I give in. /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:310:in `deorigin': failed to convert nil into String (Pkg DB::DBError) After most of two days trying to understand portupgrade, RTFM, and advice given on this list, I give in. Trying to upgrade KDE .. totally hopeless. arts won't

Re: Browser (was No Subject)

2003-03-01 Thread Jud
On Sat, 1 Mar 2003 15:52:44 -0800 (PST), edmund jones [EMAIL PROTECTED] wrote: Hello oh great sages, Thanks so much for your past help. Of course, I have another quetion. I've got X up and run Kdesk - coool. However, the browser -I haven't configured - debating on netscape. That brings me to

Re: recover /etc/passwd from pwd.db

2003-03-01 Thread Matthias Buelow
I wrote: after the latest crash of 5.0-p2/i386, my /etc/passwd and /etc/master.passwd are trashed (I used chsh just before the crash). My user line is missing in passwd, and the master.passwd file is just binary garbage. pwd.db and spwd.db however seem to be ok. How can I recover the text files

RE: problems with SSH/DSA authentication

2003-03-01 Thread Bsd Neophyte
--- Ronald Clark [EMAIL PROTECTED] wrote: Permissions. Start there by issuing the command chmod -R 0600 your-ssh-dir. i've done this. Also, how is your key pasted into authorized_keys2? If you did the key block, I have had some trouble in the past getting that to work. So take the public

translation the FreeBSD homepage to brazilian portuguese

2003-03-01 Thread igor
Dear FreeBSD friends: I´m brazilian and I liked help this project translating the FreeBSD homepage to brazilian portuguese. I´m send a email to you because I send a email to brazilian docs mail list and I didn´t receive any answer I need some information to do this, like: *) I can do

Ðàñøèðüòå ðûíîê ñáûòà... YRPZHNTVBS

2003-03-01 Thread ASIA
( 10 ) - , , , . , , , , , . , . (). : (095) 464-71-60, 139-83-16. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: shutdown now probs

2003-03-01 Thread Peter Wu
Dick Hoogendijk [EMAIL PROTECTED] writes: I have an annoying problem. Whenever I want to go to single user mode and run shutdown now the system freezes. Nothing happens; I one waited for ten minutes or more. Sometimes toggling ctrl+c or enter, enter, enter smees to work but I never see when

Problem: Constant USB messages: 1 scheduling overruns

2003-03-01 Thread Dan Delaney
I recently installed FreeBSD 5 on a server for one of my clients. For some reason, the following messages CONSTANTLY appear in the messages log file (and on the console) kernel: usb0: 1 scheduling overruns kernel: usb1: 1 scheduling overruns These appear at random intervals between 20

The web-based bug interface is currently disabled.

2003-03-01 Thread Pedro F. Giffuni
Hi guys; Any chance that http://www.freebsd.org/send-pr.html will be fixed, or FreeBSD dislikes feedback?? I've been waiting for this to get fixed to submit two ports and the ports guys did changes to the ports tree in the meantime :(. I know . send-pr(1), but 1) I've been unable to make

Re: kernel compile woes

2003-03-01 Thread taxman
On Friday 28 February 2003 01:13 pm, [EMAIL PROTECTED] wrote: I've managed to bork something up badly... First off, I had earlier today upgrade my src tree with this supfile: *default host=cvsup11.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default

Re: Portupgrade -- am not Einstein

2003-03-01 Thread taxman
On Saturday 01 March 2003 06:53 pm, Cliff Sarginson wrote: Ok, I give in. /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:310:in `deorigin': failed to convert nil into String (Pkg DB::DBError) After most of two days trying to understand portupgrade, RTFM, and advice given on this list, I give

Re: DNS and ipfw

2003-03-01 Thread Bill Moran
Mark wrote: This is really wonky! I've tried all sorts of variations on the following rules: add pass tcp from any 53 to 10.0.0.0/24 add pass udp from any 53 to 10.0.0.0/24 add pass tcp from 10.0.0.0/24 to any 53 add pass udp from 10.0.0.0/24 to any 53 I'm

Re: DNS and ipfw

2003-03-01 Thread Mark
On Sat, 2003-03-01 at 07:17, Bill Moran wrote: Mark wrote: This is really wonky! I've tried all sorts of variations on the following rules: add pass tcp from any 53 to 10.0.0.0/24 add pass udp from any 53 to 10.0.0.0/24 add pass tcp from 10.0.0.0/24 to any 53

Looking for mail server tool recommendations

2003-03-01 Thread Jim Trigg
I am currently using Postfix/SASL/Courier-IMAP, and am looking for a set of tools that will do what I want. Requirements: - Authenticated SMTP where no password is sent in cleartext (preferably allowing but not requiring TLS) - Authenticated IMAP and POP where no password is sent in cleartext

RFC 1912 compliant ISP's...

2003-03-01 Thread Kevin Kinsey, DaleCo, S.P.
Hi, mostly I'm just testing my ISP's smtp service(s). The name they give out for users to use as the outgoing MTA is not listed in the reverse zone, so I can't post to wonderful servers like those @freebsd.org. Anybody else got service this wonderful :) ?? Kevin Kinsey DaleCo, S.P. To

Re: RFC 1912 compliant ISP's...

2003-03-01 Thread Kevin Kinsey, DaleCo, S.P.
And, since it worked I'll pat myself on the back for my ingenuity, and slap myself on the wrist for forgetting that there's a test@ list for just such a purpose. Apologies. Anyone from SouthWest Missouri who uses my ISP, I'll let you in on the secret... KDK - Original Message - From:

instant-workstation can't find ldes (for postfix)

2003-03-01 Thread Tom Parquette
Hi. I've been trying to install misc/instant-server on my 5.0-CURRENT system and I'm running into, I think, a postfix problem. I've been looking at this and I cannot figure out where -ldes should be. For some reason, Gnome2 will not let me copy and paste the actual command but it's complaining

Re: TX underrun

2003-03-01 Thread Franklin Pierce
- Original Message - From: default013 [EMAIL PROTECTED] Date: Sat, 1 Mar 2003 13:42:45 -0600 To: FreeBSD-Questions [EMAIL PROTECTED] Subject: TX underrun I recently moved my server from a 384 SDSL line to a colocation facility. Since the move, I've been receiving these messages about

Re: The web-based bug interface is currently disabled.

2003-03-01 Thread Kris Kennaway
On Sun, Mar 02, 2003 at 05:47:03AM +0100, Pedro F. Giffuni wrote: Hi guys; Any chance that http://www.freebsd.org/send-pr.html will be fixed, or FreeBSD dislikes feedback?? It was disabled because it was being abused by a juvenile who was spamming the GNATS DB with bogus PRs. Talk to the

Re: instant-workstation can't find ldes (for postfix)

2003-03-01 Thread Kris Kennaway
On Sun, Mar 02, 2003 at 01:23:03AM -0500, Tom Parquette wrote: Hi. I've been trying to install misc/instant-server on my 5.0-CURRENT system and I'm running into, I think, a postfix problem. I've been looking at this and I cannot figure out where -ldes should be. For some reason, Gnome2

Re: The web-based bug interface is currently disabled.

2003-03-01 Thread Jim Mock
On Saturday, March 1, 2003, at 08:47 PM, Pedro F. Giffuni wrote: Hi guys; Any chance that http://www.freebsd.org/send-pr.html will be fixed, or FreeBSD dislikes feedback?? No, FreeBSD dislikes moronic skript kiddies spamming the PR database. I've been waiting for this to get fixed to submit two