File owner name not updated.

2003-03-25 Thread Kevin Stevens
I had this problem several months ago, submitted a bug report on it, and promptly forgot about it. I'm now seeing the same issue in 5.0, and want to delve a little deeper to see if this is expected behavior or not. I created a user, let's call him fred, which was assigned uid 503. The user

Re: File owner name not updated.

2003-03-25 Thread Matthew Seaman
On Tue, Mar 25, 2003 at 10:55:03PM -0800, Kevin Stevens wrote: I had this problem several months ago, submitted a bug report on it, and promptly forgot about it. I'm now seeing the same issue in 5.0, and want to delve a little deeper to see if this is expected behavior or not. I created

Re: File owner name not updated.

2003-03-25 Thread Kevin Stevens
On Tuesday, Mar 25, 2003, at 23:29 US/Pacific, Matthew Seaman wrote: Two things occur to me: i) Did root use vipw(8) to edit the passwd database, or otherwise run: # cap_mkdb /etc/master.passwd when the UID was changed? It's the value in the hashed database

Re: File owner name not updated.

2003-03-25 Thread Kevin Stevens
On Tuesday, Mar 25, 2003, at 23:29 US/Pacific, Matthew Seaman wrote: Two things occur to me: i) Did root use vipw(8) to edit the passwd database, or otherwise run: # cap_mkdb /etc/master.passwd when the UID was changed? It's the value in the hashed database

rl(4): autoselect/manual media == no carrier at boot time?

2003-03-25 Thread Olivier Dony
Hello, that's me again :) rl0: RealTek 8139 10/100BaseTX port 0xec00-0xecff mem 0xdf00-0xdfff irq 10 at device 5.0 on pci0 rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode ^^ ^^ This is my

Re: rl(4): autoselect/manual media == no carrier at boot time?

2003-03-25 Thread Alexander Haderer
At 15:01 25.03.2003 +0100, Olivier Dony wrote: Hello, that's me again :) [... realtek has no carrier...] My question is, is it possible that setting the media to 100baseTX full-duplex could cause problems for carrier detection at boot time? Or is my ISP lying and they unplugged the network just

Re: gcc bug?

2003-03-25 Thread Kris Kennaway
On Mon, Mar 24, 2003 at 09:25:41PM -0800, milo wrote: On Mon, Mar 24, 2003 at 09:00:30PM -0800, Kris Kennaway wrote: Date: Mon, 24 Mar 2003 21:00:30 -0800 From: Kris Kennaway [EMAIL PROTECTED] To: milo [EMAIL PROTECTED] Cc: Adam [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: gcc bug?

Re: [PATCH2] PPP in -direct mode does not execute any chat scripts

2003-03-25 Thread Brian Somers
Hi, Yes, this looks fine, although I think this shows that the -direct description is wrong. Perhaps this is more appropriate: -direct This is used for communicating over an already established connection, usually when receiving incoming connections accepted by getty(8). ppp ignores

Re: [OT] file synchronization between two machines

2003-03-25 Thread Dan Nelson
In the last episode (Mar 25), Louis LeBlanc said: That sounds right, but what if the file last changed on the remote machine? Will rsync copy the newer remote copy to the local machine when necessary and copy the newer local copy to the remote machine when necessary? This is the problem,

libX11 too old?

2003-03-25 Thread David Banning
compiling gtk2 I get the folllowing error; checking for XOpenDisplay in -lX11... no configure: error: *** libX11 not found. Check 'config.log' config log states that is looking in the right place; $ ./configure --enable-static --x-libraries=/usr/X11R6/lib --x-includes=/usr/X 11R6/include

Re: [OT] file synchronization between two machines

2003-03-25 Thread Dan Nelson
In the last episode (Mar 25), John Straiton said: The only drawback is rsync will never delete files; you have to manually remove them from both machines manually. It wouldn't be near as neat a utility if that were true (unless I misunderstood your statement). You might have. For

Re: [PATCH2] PPP in -direct mode does not execute any chat scripts

2003-03-25 Thread Maksim Yevmenkin
Hello Brian, Yes, this looks fine, although I think this shows that the -direct description is wrong. Perhaps this is more appropriate: -direct This is used for communicating over an already established connection, usually when receiving incoming connections accepted by getty(8). ppp

port to convert comma delimited file

2003-03-25 Thread Dru
Hello, I have a comma delimited file with approximately 7000 rows and 5 columns. I have absolutely no database skills and and almost as much HTML skill, yet I need to convert this file into an HTML table. Is there something in the ports collection that will do this for me, a sort of converter

Re: port to convert comma delimited file

2003-03-25 Thread Martin Karlsson
* Dru [EMAIL PROTECTED] [2003-03-25 20.51 -0500]: Hello, Hi, I have a comma delimited file with approximately 7000 rows and 5 columns. I have absolutely no database skills and and almost as much HTML skill, yet I need to convert this file into an HTML table. Is there something in the

Re: port to convert comma delimited file

2003-03-25 Thread Simon Barner
Hi, I have a comma delimited file with approximately 7000 rows and 5 columns. I have absolutely no database skills and and almost as much HTML skill, yet I need to convert this file into an HTML table. Is there something in the ports collection that will do this for me, a sort of converter

Re: port to convert comma delimited file

2003-03-25 Thread Dru
On Wed, 26 Mar 2003, Martin Karlsson wrote: * Dru [EMAIL PROTECTED] [2003-03-25 20.51 -0500]: Hello, Hi, I have a comma delimited file with approximately 7000 rows and 5 columns. I have absolutely no database skills and and almost as much HTML skill, yet I need to convert this

Re: port to convert comma delimited file

2003-03-25 Thread Giorgos Keramidas
On 2003-03-25 20:51, Dru [EMAIL PROTECTED] wrote: I have a comma delimited file with approximately 7000 rows and 5 columns. I have absolutely no database skills and and almost as much HTML skill, yet I need to convert this file into an HTML table. Is there something in the ports collection

Re: LVM / Vinum

2003-03-25 Thread Dan Nelson
In the last episode (Mar 26), Greg 'groggy' Lehey said: On Tuesday, 25 March 2003 at 8:40:26 +, james wrote: I'll look into that, but will stick to Vinum for now. I actually work for Veritas so it's a shame VM isn't on freebsd :) What important VxVM functionality is missing in Vinum?

Re: port to convert comma delimited file

2003-03-25 Thread Simon Barner
Someone mentioned Perl. Try the following little Perl snippet: #!/usr/bin/perl print TABLE\n; while (defined($line = STDIN)) { chomp $line; print TRTD . join(/TDTD, split(/;/, $line)) . /TD/TR\n; } print /TABLE\n; Yes,

RE: Moving Disks to new PC Machines

2003-03-25 Thread Brent Wiese
Joseph Maxwell wrote: Hello, I need to move my system ( actually 2 hard disk) to another machine w/ different MotherBoard and CPU. The disks have been configured as a bootablesyetm disk and the other data storage. How can I reconfigure to achieve this with the minimum amount of

Re: CVSUP help

2003-03-25 Thread Toomas Aas
Hello! Im running a few FBSD systems doing a number of things from webhosting mail etcmost of the machines are Duel P3 450 w/ 512 MB ram (kinda old butohwell) My question is thisI have done a full system update of a FBSD system on a older system 4.1 FBSD..however im getting ready to

Re: FW: FW: Retrieving web based mail?

2003-03-25 Thread Toomas Aas
The new powers that be have decided to turn of the POP2 server. There suggested alternative is a miserable web based mail access (Lotus Notes, I think, if it matters). Lotus Domino server (while being miserable indeed g) contains POP3 and IMAP server. Maybe you can persuade the admins to

Re: Sendmail questions

2003-03-25 Thread Andreas Widerøe Andersen
At 02:09 25.03.2003 +0200, you wrote: On 2003-03-24 15:14, Andreas Wider?e Andersen [EMAIL PROTECTED] wrote: I've got two questions: 1. I've been getting this error all day on both of my FreeBSD servers (different physic location and version - 4.7 STABLE and 4.8 RC): ... did not issue

Re: LVM / Vinum

2003-03-25 Thread james
Hi Greg Thanks for the reply, appreciate it! On Tue, 25 Mar 2003, Greg 'groggy' Lehey wrote: I'm very used to using LVM on Linux, AIX, HP/UX etc, and I want to be able to similar stuff on fbsd. I've had a play with Vinum, and I'm just wondering if there are any other alternatives?

Re: Okano Mouse

2003-03-25 Thread CARTER Anthony
Try disabling the touchpad from the BIOS of the laptop. With Windows drivers, I believe that the touchpad gets disabled if a detection on the PS/2 port is detected, but I don't know if FreeBSD does... Anthony On Monday 24 March 2003 20:59, Pierrick Brossin wrote: Hey! Wheel still not

Portupgrading all

2003-03-25 Thread CARTER Anthony
Hi, Is there anyway to portupgrade all the installed applications that I have on my FreeBSD box? Anthony portupgrade -rRN pkgconfig???would this do? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Portupgrading all

2003-03-25 Thread Antoine Jacoutot
On Tuesday 25 March 2003 10:33, CARTER Anthony wrote: Hi, Is there anyway to portupgrade all the installed applications that I have on my FreeBSD box? I think portupgrade -Rra qhould do it. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the

Re: Portupgrading all

2003-03-25 Thread Marcel Stangenberger
Is there anyway to portupgrade all the installed applications that I have on my FreeBSD box? portupgrade -v -all that should do the trick :-) Marcel To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Question

2003-03-25 Thread CARTER Anthony
Take a normal DOS boot disk with fdisk on it and do: fdisk /mbr That will get your NT back... Now boot FreeBSD and add the loader, if you so wish. Please note, PQMagic ver 7 does not recognise FBSDs filesystem (don't know about version 8). Anthony On Tuesday 25 March 2003 12:23, wrote:

Re: 5.0 Release frequently asked questions

2003-03-25 Thread P. U. Kruppa
On Sun, 23 Mar 2003, taxman wrote: Hi, due to the multiple questions that users have regarding 5.0, and not reading the documentation, I whipped up a quick version specific FAQ, that I think will be useful at least until 5.1 is released or 5-stable is created. We seem to get up to 5

Upgrading mobos...raid 1 to no raid?

2003-03-25 Thread Zach Thompson
I've been using raid 1 on an Abit kr7a-133r motherboard and am planning to upgrade to a different mobo without raid (for the time being.) Considering this is just mirroring, I should be able to drop down to one drive, right? Also, when and how should I change the mount points for the file systems,

Re: 5.0 Release frequently asked questions

2003-03-25 Thread Giorgos Keramidas
Please, don't Cc: the doc@ list with general questions... On 2003-03-25 14:53, P. U. Kruppa [EMAIL PROTECTED] wrote: Ok. I think I have got two nice and typical 5.0-nonProduction questions for you: 1) What do these messages calcru: negative time of -67779 usec ... messages mean? They

Re: Upgrading mobos...raid 1 to no raid?

2003-03-25 Thread Zach Thompson
On Tue, 2003-03-25 at 06:55, Zach Thompson wrote: Also, when and how should I change the mount points for the file systems, e.g. via an install cd, before I switch mobos, etc.? Sorry, really meant the device as this is what will be changing. To Unsubscribe: send mail to [EMAIL PROTECTED] with

RE: 5.0 In-stalls

2003-03-25 Thread John Straiton
But the install breaks telling me that the filesystem is full while trying to complete an extract. I allocate 128MB for the root mount, but when I allocate more, it still breaks but on a later extract, so the install seems to proceed futher. I know I'm missing something obvious. Sounds to

Re: 5.0 In-stalls

2003-03-25 Thread CARTER Anthony
As default during install i believe that root is 256MB...maybe try that... Anthony On Tuesday 25 March 2003 15:53, John Straiton wrote: But the install breaks telling me that the filesystem is full while trying to complete an extract. I allocate 128MB for the root mount, but when I

Hide mouse pointer with Xwindows

2003-03-25 Thread Emilio Manuel
Hi... I need to hide mouse pointer (the big X) with Xwindows. I have read man XF86Config but I cann't find anything related and I don't know any program/command/option that can do it. I want hide mouse pointer just at Xwindows starts, and probably, I don't show it again. ¿Do you know how to

[no subject]

2003-03-25 Thread bush
I am testing this out. That's right, Bush needs FreeBSD to survive! To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: OpenSSL obstacle to PostgreSQL Installation

2003-03-25 Thread Mike Meyer
In [EMAIL PROTECTED], Tamir Halperin [EMAIL PROTECTED] typed: It appears that a symlink solved the problem. I did try someone else's symlink suggestion but it didn't point to the /usr/lib directory like Dmitry's did. A brief conversation with Dmitry Morozovsky [mailto:[EMAIL PROTECTED] in

Open Source

2003-03-25 Thread Don Juan
Hey. I was wondering if FreeBSD Linux is open source (source code) I want to see how it is build up and stuff. If it is Open source, do you think you can tell me how to get it???=) Greatings Dan Gaute -- __ Sign-up for your own FREE

Re: Open Source

2003-03-25 Thread Andreas Widerøe Andersen
At 03:10 25.03.2003 -0500, Don Juan wrote: Hey. I was wondering if FreeBSD Linux is open source (source code) FreeBSD is not Linux, but an alternative preferred by many. I want to see how it is build up and stuff. If it is Open source, do you think you can tell me how to get it???=) Install

Question

2003-03-25 Thread
Hello! I need help. After installing fBSD 5.0 release on drive with configuration ntfs - ad0s1 ntfs - ad0s2 fBSD - ad0s3 = new slice, after bios setup process i see messagentloader is missing, press ctr+alt+del. Trying fix it with FIXMBR and FIXBOOT of the win recovery console, take no effect. PQ

Re: multi-port serial IO support

2003-03-25 Thread Tom Limoncelli
On Thursday, February 20, 2003, at 01:38 PM, Douglas K. Rand wrote: ** Jim Pazarena [EMAIL PROTECTED] on Wed, 19 Feb 2003 18:38:01 -0800 ** in [multi-port serial IO support] writes: Jim Can anyone suggest a reliable multi-port serial system which has Jim native support for FreeBSD (without the

[OT] file synchronization between two machines

2003-03-25 Thread Louis LeBlanc
Hey all. Sorry for the OT question, but here goes. I have several documents that I modify on two different machines. Of course, before I start work on one machine, I have to remember where I last modified it, and if necessary, copy it over. I'd like to automate this process. I know rdist is

Re: [OT] file synchronization between two machines

2003-03-25 Thread Doug Hardie
On Tuesday, Mar 25, 2003, at 08:01 US/Pacific, Louis LeBlanc wrote: Hey all. Sorry for the OT question, but here goes. Anyone know of a tool or method that can check the last modification date of two files under these conditions and keep them in sync? I've never tried this, but you might give

Re: [OT] file synchronization between two machines

2003-03-25 Thread Giorgos Keramidas
On 2003-03-25 11:01, Louis LeBlanc [EMAIL PROTECTED] wrote: Hey all. Sorry for the OT question, but here goes. I have several documents that I modify on two different machines. Of course, before I start work on one machine, I have to remember where I last modified it, and if necessary, copy

RE: [OT] file synchronization between two machines

2003-03-25 Thread Yonatan Bokovza
-Original Message- From: Doug Hardie [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 18:10 To: [EMAIL PROTECTED] Subject: Re: [OT] file synchronization between two machines On Tuesday, Mar 25, 2003, at 08:01 US/Pacific, Louis LeBlanc wrote: Hey all. Sorry for the

Re: [OT] file synchronization between two machines

2003-03-25 Thread Adam Maas
- Original Message - From: Louis LeBlanc [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 11:01 AM Subject: [OT] file synchronization between two machines Hey all. Sorry for the OT question, but here goes. --SNIP-- Anyone know of a tool or

Re: [OT] file synchronization between two machines

2003-03-25 Thread Louis LeBlanc
On 03/25/03 06:40 PM, Yonatan Bokovza sat at the `puter and typed: On Tuesday, Mar 25, 2003, at 08:01 US/Pacific, Louis LeBlanc wrote: Hey all. Sorry for the OT question, but here goes. Anyone know of a tool or method that can check the last modification date of two files under

RE: OpenSSL obstacle to PostgreSQL Installation

2003-03-25 Thread Tamir Halperin
I have a few questions and I'll jump right into this. -Original Message- From: Mike Meyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:50 AM To: Tamir Halperin Cc: [EMAIL PROTECTED] Subject: RE: OpenSSL obstacle to PostgreSQL Installation Right. That's a good

RE: [OT] file synchronization between two machines

2003-03-25 Thread Yonatan Bokovza
-Original Message- From: Louis LeBlanc [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 18:57 To: [EMAIL PROTECTED] Subject: Re: [OT] file synchronization between two machines On 03/25/03 06:40 PM, Yonatan Bokovza sat at the `puter and typed: On Tuesday, Mar 25, 2003,

usb device driver skeleton?

2003-03-25 Thread David Rio
Hi all: I want to port a linux device driver that I did to *BSD. I would like to know if there is some source of information to develope usb device drivers in freebsd. Handbook talks about usb in general, an about device drivers but not about usb device drivers. My last option is to read some

RE: file system help needed

2003-03-25 Thread John Straiton
I'd think something like this should work for you (please give your own consideration on which filesystem you'd like to use otherwise) Make a backup of /etc/namedb of course first stop bind.. mkdir /usr/www/etc cp -Rp /etc/namedb /usr/www/etc/ rm -r /etc/namedb ln -s /usr/www/etc/namedb

RE: [OT] file synchronization between two machines

2003-03-25 Thread John Straiton
The only drawback is rsync will never delete files; you have to manually remove them from both machines manually. It wouldn't be near as neat a utility if that were true. From the man page for rsync: --deletedelete files that don't exist on the sending side

RE: [OT] file synchronization between two machines

2003-03-25 Thread John Straiton
The only drawback is rsync will never delete files; you have to manually remove them from both machines manually. It wouldn't be near as neat a utility if that were true (unless I misunderstood your statement). From the man page for rsync: --deletedelete files

some questions about FreeBSD 5.x

2003-03-25 Thread Alex
Hi everybody! I was so much enthusiastic about kernel threads implemented in 5.x but some ugly rumors spoiled my dreams :0) So I want to get if these rumors are myths or not. 1.Is it true that kernel threads are more heavy than userspace ones (pthread) and hence application with hundreds

RE: OpenSSL obstacle to PostgreSQL Installation

2003-03-25 Thread Mike Meyer
In [EMAIL PROTECTED], Tamir Halperin [EMAIL PROTECTED] typed: -Original Message- From: Mike Meyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:50 AM To: Tamir Halperin Cc: [EMAIL PROTECTED] Subject: RE: OpenSSL obstacle to PostgreSQL Installation Right.

Re: [OT] file synchronization between two machines

2003-03-25 Thread Oliver Braun
* Louis LeBlanc [EMAIL PROTECTED] [2003-03-25 11:01 -0500]: Anyone know of a tool or method that can check the last modification date of two files under these conditions and keep them in sync? Try unison[1][2]. I love it. Regards, Olli 1. http://www.cis.upenn.edu/~bcpierce/unison/ 2.

Re: [OT] file synchronization between two machines

2003-03-25 Thread Louis LeBlanc
On 03/25/03 12:23 PM, John Straiton sat at the `puter and typed: The only drawback is rsync will never delete files; you have to manually remove them from both machines manually. It wouldn't be near as neat a utility if that were true (unless I misunderstood your statement). From the

RE: OpenSSL obstacle to PostgreSQL Installation

2003-03-25 Thread Tamir Halperin
I did do a custom kernel only it wasn't me and the person that did this for me is no longer available to refer the question to. I remember clearly that he was interested in shrinking down the size of the kernel for the sake of saving memory but I don't remember the details of how he achieved

CVSUP help

2003-03-25 Thread Brent Bailey
hello, Im running a few FBSD systems doing a number of things from webhosting mail etcmost of the machines are Duel P3 450 w/ 512 MB ram (kinda old butohwell) My question is thisI have done a full system update of a FBSD system on a older system 4.1 FBSD..however im getting ready to

RE: OpenSSL obstacle to PostgreSQL Installation

2003-03-25 Thread Mike Meyer
In [EMAIL PROTECTED], Tamir Halperin [EMAIL PROTECTED] typed: I did do a custom kernel only it wasn't me and the person that did this for me is no longer available to refer the question to. I remember clearly that he was interested in shrinking down the size of the kernel for the sake of

FW: FW: Retrieving web based mail?

2003-03-25 Thread stan
The company I worked for is in the process of being merged. Lot's of fun :-( In any case one of the results of this is a huge problem for me in mail retrieval. I use a freeBSD laptop as my primary machine. I had been using fetchmail to retrieve my email, and passing the mail on to sendmail on

Re: Can't get PCI128 sound card to be recognized

2003-03-25 Thread Steve Willoughby
[EMAIL PROTECTED] wrote: Cc: [EMAIL PROTECTED] Subject: Can't get PCI128 sound card to be recognized Perhaps you should change your BIOS settings to no PnP OS No, I looked there first. The BIOS doesn't appear to have any such setting. -- Steve Willoughby | The purpose of IT

Re: FW: FW: Retrieving web based mail?

2003-03-25 Thread Stephen Hovey
I feel for ya - we used to call this the result of 'damagement' :) On Tue, 25 Mar 2003, stan wrote: The company I worked for is in the process of being merged. Lot's of fun :-( In any case one of the results of this is a huge problem for me in mail retrieval. I use a freeBSD laptop as

Re: Problem with soundcard fm801 under 4.8RC1

2003-03-25 Thread Willie Viljoen
On Thursday 20 March 2003 19:33, someone, possibly Whyking, typed: Hi, my problem is still not fixed. I'm pretty sure by the time that the driver maybe just broken. When noone of you has an idea what the problem could be I gonna fill out a bug report. So any hints would be appreciated.

RE: Upgrading mobos...raid 1 to no raid?

2003-03-25 Thread Brent Wiese
It depends on the RAID chip. I believe (don't quote me on this tho) that the Promise raid chips in mirroring mode uses a master drive, then mirrors that to the secondary drive as it can (I'm sure using some complicated methodolgy). In theory, you should just be able to use the regular wd driver

IPFW - Why Doesn't This Rule Match?

2003-03-25 Thread Drew Tomlinson
I am using the following rules to match traffic on my home network with a FBSD 4.8 firewall. The first rule matches but the second doesn't. Here's the rules: # Match this specific traffic 00700288 329708 count ip from 192.168.1.3 8080 to any # Match everything else 00800 0

RE: FW: Retrieving web based mail?

2003-03-25 Thread Brent Wiese
The company I worked for is in the process of being merged. Lot's of fun :-( In any case one of the results of this is a huge problem for me in mail retrieval. I use a freeBSD laptop as my primary machine. I had been using fetchmail to retrieve my email, and passing the mail on to

RE: Freebsd - restarting itself - followup

2003-03-25 Thread Brent Wiese
Right now I have the exact same thing happening to one machine. It is located offsite (naturally) and about 10 days ago it had a random shutdown (did not come back up) followed by a random reboot a couple days later. It had been running 50-60 days previous. The shutdown occurred just after

freebsd_spreading

2003-03-25 Thread Silvestre Crispim
Hi, FreeBSD brothers ___ translated message I am using of the FreeBSD and would like to receive for e_mail the images (marks) the FreeBSD, to help to divulge the system in my country. Any illustration for impression in shirts. Phrases, symbols,

Re: IPFW - Why Doesn't This Rule Match?

2003-03-25 Thread Dan Pelleg
Drew Tomlinson [EMAIL PROTECTED] writes: I am using the following rules to match traffic on my home network with a FBSD 4.8 firewall. The first rule matches but the second doesn't. Here's the rules: # Match this specific traffic 00700288 329708 count ip from 192.168.1.3 8080

wavelan lucent

2003-03-25 Thread Jose Weyne Nunes Marcelino
Hi. I am trying install Wavelan Lucent (pcmcia orinoco silver) in freebsd 4.5 but I donït have sucesss. On boot arise the follow message: pccardd[42]: No card in database for (null)((null)) pccardd[42]: pccardd started Thanks some help. Ceara P.S. Sorry my english. --

/kernel: file: table is full

2003-03-25 Thread Worth Bishop
I'm running FreeBSD 4.2, Apache Webserver, and send ~20k e-mails to opt-in subscribers daily. I am regularly seeing the message /kernel: file: table is full in my messages log. Can anyone tell me what this signifies and how to correct this condition? Thanks, Worth Bishop To Unsubscribe: send

Re: /kernel: file: table is full

2003-03-25 Thread Francesco Casadei
On Tue, Mar 25, 2003 at 04:41:27PM -0500, Worth Bishop wrote: I'm running FreeBSD 4.2, Apache Webserver, and send ~20k e-mails to opt-in subscribers daily. I am regularly seeing the message /kernel: file: table is full in my messages log. Can anyone tell me what this signifies and how to

Re: /kernel: file: table is full

2003-03-25 Thread Philip Hallstrom
play around with and read up on... [EMAIL PROTECTED]:~% pstat -T 226/14000 files 0M/1023M swap space [EMAIL PROTECTED]:~% more /etc/sysctl.conf kern.maxfiles=14000 [EMAIL PROTECTED]:~% -philip On Tue, 25 Mar 2003, Worth Bishop wrote: I'm running FreeBSD 4.2, Apache Webserver, and send ~20k

Re: /kernel: file: table is full

2003-03-25 Thread Jim Mock
On Tue, 25 Mar 2003 at 16:41:27 -0500, Worth Bishop wrote: I'm running FreeBSD 4.2, Apache Webserver, and send ~20k e-mails to opt-in subscribers daily. I am regularly seeing the message /kernel: file: table is full in my messages log. Can anyone tell me what this signifies and how to

send-pr to different smtp server

2003-03-25 Thread Khairil Yusof
Is there a setting/environment variable so that send-pr uses a different smtp server (eg. my isp?) other than local sendmail? This is so I can send-pr, without it getting rejected. -- Khairil Yusof [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: send-pr to different smtp server

2003-03-25 Thread Giorgos Keramidas
On 2003-03-26 07:12, Khairil Yusof [EMAIL PROTECTED] wrote: Is there a setting/environment variable so that send-pr uses a different smtp server (eg. my isp?) other than local sendmail? This is so I can send-pr, without it getting rejected. The correct fix is to configure your mail transfer

Re: /usr/share/man - Rules for showing/gernerating manual pages

2003-03-25 Thread Giorgos Keramidas
On 2003-03-25 14:48, parv [EMAIL PROTECTED] wrote: Could somebody tell me what are the rules for showing/generating man pages in (man|cat)? directories (in /usr/share/man)? Given that i upgrade from source, are some of the man pages in /usr/share/man available only pre-formatted (in cat?

Re: LVM / Vinum

2003-03-25 Thread Greg 'groggy' Lehey
On Tuesday, 25 March 2003 at 8:40:26 +, james wrote: Hi Greg Thanks for the reply, appreciate it! On Tue, 25 Mar 2003, Greg 'groggy' Lehey wrote: I'm very used to using LVM on Linux, AIX, HP/UX etc, and I want to be able to similar stuff on fbsd. I've had a play with Vinum, and I'm

printing worked fine yesterday, today prints junk

2003-03-25 Thread chip wiegand
Yesterday, I was printing .jpg images just fine, from XV. Today I try to print some more and all I get are pages with a little bit of junk on the first line, many many pages like this. I reset the printer, clear the queue, even unplug/plug in the usb cable. No good. Any ideas why this is? --

Re: usb device driver skeleton?

2003-03-25 Thread taxman
On Tuesday 25 March 2003 12:15 pm, David Rio wrote: Hi all: I want to port a linux device driver that I did to *BSD. I would That would be great. like to know if there is some source of information to develope usb device drivers in freebsd. Handbook talks about usb in general, an about

Re: dmesg Analysis

2003-03-25 Thread Bob Perry
- Original Message - From: Bob Perry [EMAIL PROTECTED] To: taxman [EMAIL PROTECTED]; Josh Paetzel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, March 24, 2003 11:31 PM Subject: Re: dmesg Analysis - Original Message - From: taxman [EMAIL PROTECTED] To: Bob Perry

sockets

2003-03-25 Thread Jesus Daniel Valencia Sanchez
---BeginMessage--- hello I'm using R4.6.2 and when i try to compile anything with the file sys/socket.h i get tons of error messages INSIDE that file. is there anything i should know about it? any help will be very appreciated thank you Daniel Valencia - have fun ---End Message---

Re: sockets

2003-03-25 Thread Giorgos Keramidas
On 2003-03-25 19:07, Jesus Daniel Valencia Sanchez [EMAIL PROTECTED] wrote: I'm using R4.6.2 and when i try to compile anything with the file sys/socket.h i get tons of error messages INSIDE that file. is there anything i should know about it? any help will be very appreciated Show us the

drive image dd booting backup question

2003-03-25 Thread trader
Hi, I have two identical (model/size/etc.) hard drives in a computer, both of which are recognized by the PC's BIOS, both of which are listed in dmesg as ad0 and ad1, respectively, and both of which appear as /dev/ad0 and /dev/ad1. One is master, one is slave. The slave (ad1) is never

Re: drive image dd booting backup question a non-issue

2003-03-25 Thread trader
My apologies... The BIOS just needed a sharp smack up against the head, and it has booted just fine. Old hardware... {mutters} Thanks again, G. Sherman ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: multi-port serial IO support

2003-03-25 Thread Peter Losher
On Tuesday 25 March 2003 08:29 am, Douglas K. Rand wrote: Tom WARNING: driver rp should register devices with make_dev() (dev_t = Tom #rp/0x10082) While I haven't tested it, I expect that this message goes away with FreeBSD 4.7. The rp driver got some work done to it between 4.6 and 4.7.

Re: Problems making ogle and libdvdread

2003-03-25 Thread Peter Leftwich
On Sun, 23 Mar 2003, Stephen Hilton wrote: On Sat, 22 Mar 2003 22:34:21 -0800 (PST), Peter Leftwich [EMAIL PROTECTED] wrote: Actually, switch the order of those. I'm trying to make or put libdvdread in the right place so when I run `./configure` in the ogle-0.9.0 directory it won't keep

Antigen Notification:Antigen found FILE FILTER= *.bat file

2003-03-25 Thread ANTIGEN_ALPINE
Title: Antigen Notification:Antigen found FILE FILTER= *.bat file Antigen for Exchange found Rwowo.bat matching FILE FILTER= *.bat file filter. The file is currently Removed. The message, A powful tool, was sent from postmaster and was discovered in Realtime Scan Job\Hays,

Email with enclosed suspicious file type intercepted.

2003-03-25 Thread Jason postmaster de Cordoba, Vista View Imagery
Email with enclosed suspicious file type intercepted. Automated Message: An email was intercepted that had an enclosed attachment that was considered dangerous. The email was deleted and the recipient was spared the situation of receiving an email containing a possible virus. This account

Re: Problems making ogle and libdvdread

2003-03-25 Thread Martin Karlsson
* Peter Leftwich [EMAIL PROTECTED] [2003-03-26 00.10 -0500]: [...snip] Thank you for the idea and encouragement, but I remain anti-ports. I don't see any good in a process whereby the user must download all in order to, if he or she wishes at a later date, only install or activate a handful

HELP TV

2003-03-25 Thread
Help to settle problem with driver and installation them on equipment TV Eline Vision TVMaster-2000 (Chips philips saa7130) OS Freebsd 4.6 Is it Beforehand thanked. Aleksey [EMAIL PROTECTED] - Eline Vision TVMaster-2000 philips

flat hippie

2003-03-25 Thread Matt Navarre
-- It was a hard sell, since he's a database person, and as far as I've seen, once those database worms eat into your brain, it's hard to ever get anything practical done again. To a database person, every nail looks like a thumb. Or something like that. -

filesystem problem resolved - /sbin/mount was causing it

2003-03-25 Thread Arie J. Gerszt
Hi Everybody The problem cleared out. I now know what, but not why :) For those of you interested. I have a 2nd disk in the machine (ad3) which has a backup parition (ad3f). This partition is mounted to a mountpoint (guess: in root) to /mnt/vol1. For strange reasons (who knows why?) mount fails

Re: filesystem problem resolved - /sbin/mount was causing it

2003-03-25 Thread Subhro Sankha Kar
Arie J. Gerszt writes: Hi Everybody The problem cleared out. I now know what, but not why :) For those of you interested. I have a 2nd disk in the machine (ad3) which has a backup parition (ad3f). This partition is mounted to a mountpoint (guess: in root) to /mnt/vol1. For strange reasons