periodic weekly and 'find' commands ...

2003-10-31 Thread Marc G. Fournier
I can see my machine running /usr/bin/periodic weekly right now, and it has a find running that I can't seem to find in any of the weekly scripts: find -s / ! ( -fstype ufs ) -prune -or -path /tmp -prune -or -path /usr/tmp -prune -or -path /var/tmp -prune -or -print I did a 'grep' for find in /

Ssh missing 'login as' prompt

2003-10-31 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Whenever I try to ssh into my machie, it just goes straight to [EMAIL PROTECTED] password: by passing the traditional login as: . How can I turn that back on? - -- Mike Loiterman grantADLER Tel: 630-302-4944 Fax: 773-868

RE: problems with LPD

2003-10-31 Thread Garance A Drosihn
At 8:55 PM -0700 10/31/03, <[EMAIL PROTECTED]> wrote: Hi Garance. Thanks for your answer, ... I think that the solution to my dilemma, is modify the source code of LPD. But before this I like to try the "netgroup" option, where can I begin to read? Well, you can check: man hosts.lpd which

Possible CDROM problems with install

2003-10-31 Thread Mike Leman
I am trying to install Freebsd 4.8 on a computer and having a great deal of problems. The first time I tried the install stopped when the doc install was at 100% and would not go on. I rebooted and it would boot, but I didn't have much. I tried booting from the CD to finish the install, but

question on linux-base installs

2003-10-31 Thread Michael Perry
HI all- I recently did my first make buildworld make installworld and it went very well. The howto stuff is very handy :). My question though probably has two parts or so so I'll try to elaborate them a bit. I have been using the linux-mozilla 1.4 port a lot so I can take advantage of the plugi

sendmail question

2003-10-31 Thread Mail Monitor
Hi, I'm running sendmail on FreeBSD 4.7 and have a problem with sendmail. Even though the sendmail is running, the mails are not coming into the server. I tried sending a mail from command line using /usr/sbin/sendmail -v [EMAIL PROTECTED] The output of this command hangs just before DATA i.e E

Re: Verifying integrity of Backup Tapes

2003-10-31 Thread Technical Director
Rick, I'm not to sure of a best method for checking the tapes, I might tar'ing a massive file to the tape and then back to see if it is working. Unfortunately during the use of your backup schema the tapes have to degrade. If it's a DLT400 tape or even a DDS# series I can see the need to hang o

Re: firebird as non-root

2003-10-31 Thread Gerard Samuel
On Friday 31 October 2003 11:25 pm, Vulpes Velox wrote: > Has any one else here had problems running firebird not as root? I can > execute it and a ps -aux shows it as running, but nothing comes up on the > screen. Under root it works rather fine. Comes up fine for me. Just installed it, and at fi

Verifying integrity of Backup Tapes

2003-10-31 Thread Rick Duvall
I have some backup tapes that I have been using each once per week for about 8 months. I am getting errors when running amverify on a couple of them. To be sure that my tapes are still good and not just the system giving me fits, it would be nice if I could run a program that would write bits to t

Re: newbie: myPHPadmin - LOCK TABLES

2003-10-31 Thread Gerard Samuel
On Friday 31 October 2003 06:44 pm, Noah wrote: > Hi, > > okay I am a little new to myPHPadmin and mysql in general.I am trying > to figure out how to set "LOCK TABLES" priv to a specific user? > > how Might I go to do this. this user has access only to specific > databases. I hope my quesiton

firebird as non-root

2003-10-31 Thread Vulpes Velox
Has any one else here had problems running firebird not as root? I can execute it and a ps -aux shows it as running, but nothing comes up on the screen. Under root it works rather fine. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/l

Re: linprocfs: Operation not supported

2003-10-31 Thread Brian Denny
> > Hmm, yes I suspect the identifier in the 'device' column is arbitrary. ya, i think so too. > > Some other thoughts (possibly equally useless ;-) : > Do you have the executable /sbin/mount_linprocfs ? > Does the mount point /compat/linux/proc actually exist ? yes, and yes. :-/ thanks

RE: problems with LPD

2003-10-31 Thread MPAREDES
Hi Garance. Thanks for your answer, I had tried with the IP only and the name only in the /etc/hosts.lpd and the problem persist, but when I add the entry in /etc/hosts the printings go fine no matter what I had in /etc/hosts.lpd (the name or the IP), so I can assure you that the problem is becau

Two sound cards

2003-10-31 Thread Alexey V. Litvinov
Hello All, I have two sound cards and FreeBSD 5.0 cat < /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xd000 irq 11 (1p/1r/0v channels duplex default) pcm1: at io 0xe400 irq 10 (1p/1r/0v channels duplex) And wants to make /dev/dsp point to pcm1 by default instead of

Re: linprocfs: Operation not supported

2003-10-31 Thread Malcolm Kay
On Sat, 1 Nov 2003 13:34, Brian Denny wrote: > On Sat, Nov 01, 2003 at 12:58:22PM +1030, Malcolm Kay wrote: > > On Sat, 1 Nov 2003 12:37, Brian Denny wrote: > > > I put the following in my /etc/fstab: > > > linproc /compat/linux/proc linprocfs rw,noauto0 0 > > > > I know this is what the

Re: linprocfs: Operation not supported

2003-10-31 Thread Brian Denny
On Sat, Nov 01, 2003 at 12:58:22PM +1030, Malcolm Kay wrote: > On Sat, 1 Nov 2003 12:37, Brian Denny wrote: > > I put the following in my /etc/fstab: > > linproc /compat/linux/proc linprocfs rw,noauto0 0 > > I know this is what the man page says; but I find my /etc/fstab actually > uses

Re: Netinet6

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 07:28:04PM -0700, Aaron Dalton wrote: > On October 31, 2003 04:04 pm, Kris Kennaway wrote: > > On Fri, Oct 31, 2003 at 04:00:41PM -0700, Aaron Dalton wrote: > > > These aren't ports, which is the problem :) I'm trying to compile > > > HawkNL (a c++ socket library) and a lin

Re: linprocfs: Operation not supported

2003-10-31 Thread Malcolm Kay
On Sat, 1 Nov 2003 12:37, Brian Denny wrote: > Hi, > > I am trying to mount linprocfs (required as part of a Java installation). > > I put the following in my /etc/fstab: > linproc /compat/linux/proc linprocfs rw,noauto0 0 I know this is what the man page says; but I find my /etc/fstab

Re: Netinet6

2003-10-31 Thread Aaron Dalton
On October 31, 2003 04:04 pm, Kris Kennaway wrote: > On Fri, Oct 31, 2003 at 04:00:41PM -0700, Aaron Dalton wrote: > > These aren't ports, which is the problem :) I'm trying to compile > > HawkNL (a c++ socket library) and a linux bandwidth monitor I use > > on my Linux box. Neither of which are

linprocfs: Operation not supported

2003-10-31 Thread Brian Denny
Hi, I am trying to mount linprocfs (required as part of a Java installation). I put the following in my /etc/fstab: linproc /compat/linux/proc linprocfs rw,noauto0 0 Then I did: # kldload linprocfs # mount linproc and I get: linprocfs: Operation not supported Any idea what

What Does the Install Put In /var/log/security?

2003-10-31 Thread billg
I've been playing with a new install of 4.8-release (now 4.9-stable). I've set up a simple ipfw firewall. Before enabling firewall logging, I thought I noticed that /var/log/security was a binary file. Is that right? What is installed there by default? Thanks. _

Re: Silent boot?

2003-10-31 Thread slave-mike
If all you are wanting to do is hide the boot messages at boot time, the splash boot screen would be an option. look in /boot/defaults Yong Yi wrote: Anyone know whether it'd be possible to cleanly disable printing the kernel boot messages (the bold white text)? Meaning, short of commenting out the

"The Complete FreeBSD": errata and addenda

2003-10-31 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inev

How to get best results from FreeBSD-questions

2003-10-31 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2003/03/09 22:09:31 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at

Re: Help With 'find' Syntax

2003-10-31 Thread Malcolm Kay
On Sat, 1 Nov 2003 11:34, David Carter-Hitchin wrote: > Hi Drew, [snip] > You may find the following note from man find helpful: > > # All primaries which take a numeric argument allow the number to be pre- > # ceded by a plus sign (``+'') or a minus sign (``-''). A preceding plus > # sign means `

Re: Help With 'find' Syntax

2003-10-31 Thread David Carter-Hitchin
Hi Drew, Find is one of those classic commands for confusing people. One just gets used to it over time. The behaviour of find varies significantly with different unixes under different shells. Which shell are you using? Under bash this command does what you want: find / -mtime 7 -size +1024c

newbie: myPHPadmin - LOCK TABLES

2003-10-31 Thread Noah
Hi, okay I am a little new to myPHPadmin and mysql in general.I am trying to figure out how to set "LOCK TABLES" priv to a specific user? how Might I go to do this. this user has access only to specific databases. I hope my quesiton is clear? - Noah __

Re: Netinet6

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 04:00:41PM -0700, Aaron Dalton wrote: > These aren't ports, which is the problem :) I'm trying to compile > HawkNL (a c++ socket library) and a linux bandwidth monitor I use on my > Linux box. Neither of which are in the ports tree. Sounds like the code could be broken

Re: Netinet6

2003-10-31 Thread Aaron Dalton
On October 31, 2003 03:48 pm, Kris Kennaway wrote: > On Fri, Oct 31, 2003 at 03:42:43PM -0700, Aaron Dalton wrote: > > On October 31, 2003 03:11 pm, Kris Kennaway wrote: > > > On Fri, Oct 31, 2003 at 12:15:03PM -0700, Aaron Dalton wrote: > > > > I have been trying to compile some C++ socket code.

Re: Adaptec 29160N errors

2003-10-31 Thread whizkid
here are the errors from the messages log. This ONLY happened when A) a device was connected to the Adaptec 29160N and B) when the device was being used by dump. According the the replies I am afraid the problem may be related to the MB.. And ideas on how to trouble shoot it? For some reason th

Re: Netinet6

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 03:42:43PM -0700, Aaron Dalton wrote: > On October 31, 2003 03:11 pm, Kris Kennaway wrote: > > On Fri, Oct 31, 2003 at 12:15:03PM -0700, Aaron Dalton wrote: > > > I have been trying to compile some C++ socket code. I get the same > > > errors with multiple software packages

Re: Netinet6

2003-10-31 Thread Aaron Dalton
On October 31, 2003 03:11 pm, Kris Kennaway wrote: > On Fri, Oct 31, 2003 at 12:15:03PM -0700, Aaron Dalton wrote: > > I have been trying to compile some C++ socket code. I get the same > > errors with multiple software packages so I'm thinking it's > > something FreeBSD-related. I am a BSD newb

Re: Databases

2003-10-31 Thread Francisco J Reyes
On Wed, 22 Oct 2003, E. J. Cerejo wrote: > I just went through the download page of postgresql but I couldn't see > the client for windows, could you send me the link for the client or is > it accessible with IE? For starters most databases don't have "clients" in the sense of a program to conne

Re: microcrap basic wiireless optical desktop *sighs*

2003-10-31 Thread Sean West
ok.. it doesnt work in the console or X, i had a microsoft intellipoint somethingrather before, with a scroller and the ball ontop, 5 buttons. it worked fine, wasnt wireless though. my new one doesnt work in usb OR ps/2, it came with an adapter and my Pointers section is as follow ;] Section "I

Re: Netinet6

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 12:15:03PM -0700, Aaron Dalton wrote: > I have been trying to compile some C++ socket code. I get the same > errors with multiple software packages so I'm thinking it's something > FreeBSD-related. I am a BSD newb so I would appreciate any advice you > could give me. B

Re: error installing FreeBSD 5.1

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 04:30:15PM +1030, Andrew wrote: > error mounting /dev/acd0 on /dist: Input/Output error (5) Looks like a problem reading the DVD, perhaps it did not burn properly. Kris pgp0.pgp Description: PGP signature

Re: Silent boot?

2003-10-31 Thread Mike Hogsett
> Anyone know whether it'd be possible to cleanly disable printing the > kernel boot messages (the bold white text)? Meaning, short of > commenting out the code that prints this, is there any way? If you dont mind **NOT** having a console **AT ALL** you can comment out the system console device

Re: removing tripwire reports

2003-10-31 Thread Robert Huff
Mike Hogsett writes: > Read find(1). find is your friend. Or possibly newsyslog. Robert Huff ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Silent boot?

2003-10-31 Thread Yong Yi
Anyone know whether it'd be possible to cleanly disable printing the kernel boot messages (the bold white text)? Meaning, short of commenting out the code that prints this, is there any way? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mail

Re: Adaptec 29160N errors

2003-10-31 Thread whizkid
> The controller is complaining that some device in your system is > generating > PCI transactions that cannot be safely decoded because they contain parity > errors. Just moving the 160 card won't make this situation go away. You > need to find the source of these errors. Otherwise, you might a

Re: IPSec/VPN - Issues

2003-10-31 Thread Micheal Patterson
- Original Message - From: "Tommy Forrest - KE4PYM" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 2:18 PM Subject: IPSec/VPN - Issues > I am trying to setup an IPSec connection using > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html. > >

IPSec/VPN - Issues

2003-10-31 Thread Tommy Forrest - KE4PYM
I am trying to setup an IPSec connection using http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html. When I get to the bit about gifconfig gif0 a.b.c.d w.x.y.z (though I'm using my real values) I get the following error: weedwhacker# gifconfig gif0 a.b.c.d w.x.y.z gifconfig: inter

Re: SNMP help

2003-10-31 Thread Richard Coleman
After installing the net-snmp port, add snmpd_enable="YES" to your /etc/rc.conf. Then the snmpd daemon will start upon next boot (startup script should be in /usr/local/etc/rc.d). Then do your standard Openview snmp discovery for this machine. That should be enough to get you started. If yo

Adaptec 29160N errors

2003-10-31 Thread whizkid
Hi all, I have a AMD ThunderBird 1 gig machine on a Abit KT7A-Raid MB. When I install my Adaptec 29160N Ultra 160 scsi card, and try to do any writing to a DDS2 tape drive, I get a screen full of Ahc0 - Parity error then I get another error stating that the card is *Reporting* the errors and n

Re: removing tripwire reports

2003-10-31 Thread Mike Hogsett
Read find(1). find is your friend. - Mike > > > > I have a need for a script that removes tripwire reports that are over 30 day > s > old. my /var fills up quickly from them. aany clue on how to write this? > > - Noah > > > ___ > [EMAIL PR

Netinet6

2003-10-31 Thread Aaron Dalton
I have been trying to compile some C++ socket code. I get the same errors with multiple software packages so I'm thinking it's something FreeBSD-related. I am a BSD newb so I would appreciate any advice you could give me. Below are the errors themselves. Thank you so much for your time. -B

crontab question...

2003-10-31 Thread Xpression
Hi guys, I was wondering if I have three script files on crontab and all they are executed at the same hour how it's function ??? I mean: # #minutehourmdaymonthwdaywhocommand # 00*** root /path/one/script1 0

Re: vinum on atapi raid

2003-10-31 Thread Jonas Sonntag
hi again just for the record: this really seems to be an issue with the ar device. i took one of the drives off from the promise controller (ar), attached it to the onboard controller (ad) and everything works fine. i'm cc'ing to freebsd-hackers because of this post: http://www.geocrawler.com/m

removing tripwire reports

2003-10-31 Thread Noah
I have a need for a script that removes tripwire reports that are over 30 days old. my /var fills up quickly from them. aany clue on how to write this? - Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: microcrap basic wiireless optical desktop *sighs*

2003-10-31 Thread C. Ulrich
On Thu, 2003-10-30 at 23:26, [EMAIL PROTECTED] wrote: > hey.. > > i just invested my money in this product... and im beginning to wonder why > i chose microsoft =P > > anywho... the keyboard works great, other than the fact that i gotta deal > with the different layout of the keys =PP lol ill liv

Machine locks in "Probing devices..." (4.9-RELEASE)

2003-10-31 Thread Carlos A. Carnero Delgado
Hello, I'm installing 4.9-RELEASE into a (marginally) older Compaq computer (Presario 7000 series, Pentium III 1GHz). Well, booting off the CD doesn't work (a 4.8-RELEASE disc does); so I had to go with the floppy method. Way after the MFS is loaded, this machine seems to lock up in the "Probing

Video crash leaving X in 4.9-RELEASE

2003-10-31 Thread Chris Readle
Has anyone else seen this? I've got an issue where my video goes totally fubar on me, that is to say becomes entirely scrambled when leaving X after upgrading to 4.9. This happens with both KDE and WindowMaker. The really funny thing is, is that the X server seems to exit normally, with nothing

Re: about PAE questions under 4.9R

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 10:51:58AM +0800, Suken Woo wrote: > hi,folks: > There are few confuses with me after cvsupd(10.28.2003) to 4.9R > I found that in my GERNERIC/LINT file i couldn't find > anything about PAE options :( and I found these 2 > files modified date is: > -rw-r--r-- 1 root whee

Re: Fwd: Re: kernel "make" error.

2003-10-31 Thread Kris Kennaway
On Thu, Oct 30, 2003 at 04:36:14PM -0800, Paul Beard wrote: > Reply-to: risto phario <[EMAIL PROTECTED]> > > > From: risto phario <[EMAIL PROTECTED]> > TO: paul beard <[EMAIL PROTECTED]> > CC: > Date: Thu Oct 30, 2003 11:38:05 AM PST > Subject: Re: kernel "make" error. > > Ok, I have attached

Re: ICMP being blocked by ATT

2003-10-31 Thread Steve Hovey
Ive still got my traffic blocked for that reason - the second I drop the filter the pipes plug up.. On Fri, 31 Oct 2003, Derek Zeanah wrote: > > >I was chatting with our internet provider who gets their feed from ATT, > >he notified me that they are blocking all ICMP protocols. > >By gosh by g

Re: ICMP being blocked by ATT

2003-10-31 Thread Derek Zeanah
I was chatting with our internet provider who gets their feed from ATT, he notified me that they are blocking all ICMP protocols. By gosh by golly, I can't ping, tracert, nothing... Is this new? Shall I complain? I'm not sure you'll be able to do much. You remember that last batch of Microsoft R

Re: simple&silly wish to know port dependency.

2003-10-31 Thread Daniela
On Saturday 01 November 2003 03:45, Zhang Weiwu wrote: > Hello. When I make deinstall a port I often get the message: > port xxx depends on this port, but I'll still deinstall it anyway. > > That's really frustrating. I'd like to be able to know who depends on it > before de-installing it. Any sugg

Re: Help With 'find' Syntax

2003-10-31 Thread Drew Tomlinson
- Original Message - From: "David Carter-Hitchin" <[EMAIL PROTECTED]> To: "Drew Tomlinson" <[EMAIL PROTECTED]> Cc: "FreeBSD Questions" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 5:55 PM Subject: Re: Help With 'find' Syntax > Hi Drew, > > This should find all files created or mo

-CURRENT panic: lockmgr locking against myself

2003-10-31 Thread Robert Huff
One of my boxes, running: FreeBSD 5.1-CURRENT #0: Tue Oct 21 23:17:38 EDT 2003 froze, then paniced recently. While I was not able to get to the debugger, I did see lockmgr: locking against myself flash by on the screen. A little bit of research

Re: what happens when connection is lost ?

2003-10-31 Thread Vince Hoffman
> On Oct 31, 2003, at 11:54 AM, M.D. DeWar wrote: > > Hello, > > If I am logged in on a FreeBSD machine with ssh. > > And doing say a ./configure or make and I lose connection does that > > stop > > what I was doing ? > > In general, yes-- what happens is that a broken connection results in a > ha

Re: what happens when connection is lost ?

2003-10-31 Thread Charles Swiger
On Oct 31, 2003, at 11:54 AM, M.D. DeWar wrote: Hello, If I am logged in on a FreeBSD machine with ssh. And doing say a ./configure or make and I lose connection does that stop what I was doing ? In general, yes-- what happens is that a broken connection results in a hangup (HUP) signal being se

what happens when connection is lost ?

2003-10-31 Thread M.D. DeWar
Hello, If I am logged in on a FreeBSD machine with ssh. And doing say a ./configure or make and I lose connection does that stop what I was doing ? data get corrupted etc ? Thanks Mark ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailma

Re: x

2003-10-31 Thread Wout A.
Hi, I'd say, try to run xf86config or start the graphical configuration from /stand/sysinstall . Good Luck. - Original Message - From: "Gottfried wilhelm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 2:15 AM Subject: x Hello, i have freeBSD but i can't run

Re: Firewall for VoIP box

2003-10-31 Thread Vivek Khera
> "DM" == Dmitry Mishchenko <[EMAIL PROTECTED]> writes: DM> - second card has another real IP (lets say 65.1.1.2) and connected to DM> Quintum VoIP box. Personally, I would *never* put my quintum on a public IP even with a firewall in front of it i run mine inside a NAT'd LAN, and let re

x

2003-10-31 Thread Gottfried wilhelm
Hello, i have freeBSD but i can't run the X with startx comand, when i write it and push enter "fatal error" is displayed. What can i do? my computer is a compaq presario laptop. - Do You Yahoo!? Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo p

Unable to start NFS server from FreeBSD Jail environment.

2003-10-31 Thread Prashant Sarma
Hi everybody, I am relatively new to FreeBSD, so please pardon me if this question is not appropriate for this mailing list. My question pertains to FreeBSD jail environments. I am unable start an NFS server from within a FreeBSD jail. I have configured the jail environment to allow sshd and te

mod_ssl port and FreeBSD 5.1

2003-10-31 Thread Matt Edwards
Has anyone gottent the /usr/ports/www/apache13-modssl port to compile lately? What am I doing wrong? I have litterally reloaded FreeBSD 5.1 and cvsuped and still can't get the port build. Here's what I did: 1) Wiped HD clean 2) re-installed FreeBSD 5.1 via FTP, & installed cvsup 3) cvsuped to

Re: 5.x Works, 4.x Fails ..

2003-10-31 Thread Alex de Kruijff
On Tue, Oct 28, 2003 at 02:24:38PM +0100, Wout A. wrote: > Hi, > I'm trying to install FreeBSD 4.9-RC4 on a amd k6/2 333mhz with a seagate > 10gb hdd > and 64M ram. > When I partition my hdd and it 'should' start formatting the disk, I get > these errors: > > "Unable to swap to /dev/ad0s1b: invali

Re: http from command line

2003-10-31 Thread David S. Jackson
On Fri, Oct 31, 2003 at 12:44:21AM + Rus Foster <[EMAIL PROTECTED]> wrote: > On Thu, 30 Oct 2003, Gregory Stearns wrote: > > > I hate to be a pest but is there a utility to do http web browsing from the > > command line, and how would I use it? > > Try lynx or links Also, w3m is quite nice.

Re: request for comments

2003-10-31 Thread Alex de Kruijff
On Wed, Oct 29, 2003 at 10:08:21AM +0200, molotov wrote: > Hello, > > I've been looking for some assistance regarding hardware support, but I > can't find any. Sorry for repeated posts, but if you can, please read > the following message at http://news.gw.com/freebsd.hardware/3909 Sorry but i'm

Re: sendmail problem

2003-10-31 Thread Alex de Kruijff
On Wed, Oct 29, 2003 at 07:05:40PM -0800, Bugarin Luis wrote: > sir/madame, > > I didn't touch any of the configuration on my > > sendmail, running of freebsd4.5 but when i noticed i > > never received massage from any of the subcriptions Sendmail is closed by default for outsite traffic in th

Re: when I invoke startx, it seems to 'freeze' for a minute orso,then starts

2003-10-31 Thread Alex de Kruijff
On Thu, Oct 30, 2003 at 12:28:28PM +0100, [EMAIL PROTECTED] wrote: > Hi, > > I just installed a port (fluxconf).That port installed Xfree86 Libraries 4.3.0. > Since then,when I invoke startx, it seems to 'freeze' for a minute or so, > then it starts the window manager. I have the same with KDE it

wake-on-lan support?

2003-10-31 Thread Alexander Mayer
Hi, is wake-on-lan possible on a PC running FreeBSD? I want to boot my FreeBSD-PC with wake-on-lan. In Linux there is a problem with many drivers because they disable wake-on-lan. Only a few drivers give the possibility to enable this feature. What about FreeBSD? Alex

Pre-installation question (was Re: Question, I am new to FreeBSD.)

2003-10-31 Thread Alex de Kruijff
On Thu, Oct 30, 2003 at 04:24:33AM -0800, Shailesh Joshi wrote: > Hi, > I want to install FreeBSD on my home PC. I have > instlled Red Hat Linux currently on my PC. > > My question is i want to get all files for > installation (i.e. all ports), where can i get them in > one shot or is there any lo

Re: Should I upgrade to 4.9?

2003-10-31 Thread Alex de Kruijff
On Wed, Oct 29, 2003 at 05:52:09PM -0500, Dragoncrest wrote: > I'm upgrading all my workstations to 4.9 tonight, but I have a small > mail server (p120 with 120m ram) that's running 4.8 that does nothing more > than fetch mail, sort it, scan it, then deliver it locally for me to pick

Re: Problem with new laptop touch pad

2003-10-31 Thread Ray Seals
On Thu, 2003-10-30 at 23:25, Frank Knobbe wrote: > My Dell Inspiron 8100 has a Synaptics Touchpad. There was nothing > special that needed to be done. It is found like any other PS/2 mouse as > psm0. Isn't that found during startup on your box? Check your messages > log file or "dmesg | grep psm0"

Re: kernel "make" error.

2003-10-31 Thread Lowell Gilbert
"risto phario" <[EMAIL PROTECTED]> writes: > Hi, I was hoping you could help me out a bit. I am new to FreeBSD > and was trying to compile a custom kernel. I ran config on it and > everything went good. I did make depend, and everything went > good. Then I did make and it gave me an error. I am ne

Re: simple&silly wish to know port dependency.

2003-10-31 Thread Alex de Kruijff
On Sat, Nov 01, 2003 at 11:45:22AM +0800, Zhang Weiwu wrote: > Hello. When I make deinstall a port I often get the message: > port xxx depends on this port, but I'll still deinstall it anyway. > > That's really frustrating. I'd like to be able to know who depends on it > before de-installing it.

Firewall for VoIP box

2003-10-31 Thread Dmitry Mishchenko
Hello, We have the following configuration: FreeBSD router with 2 network cards. - first card has a real IP and connected to internet (lets say 65.1.1.1). There is a ipfw firewall which control traffic to this card. - second card has another real IP (lets say 65.1.1.2) and connected to Quintum

Re: p5-DBD-ODBC build error

2003-10-31 Thread Mathieu Arnold
+-le 29/10/2003 11:05 -0800, Dave McCammon écrivait : | FreeBSD 4.8-STABLE #0: Thu Aug 14 15:55:21 EST 2003 | on i386 arch. | | When try to make install in /usr/ports/p5-DBD-ODBC | | In file included from dbdodbc.h:7, | from ODBC.h:9, | from ODBC.xs:1: | Any he

Re: vinum enabled freebsd fresh install

2003-10-31 Thread S H A N
sincere apologies for sending out this... as http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vinum/ answered me very well. sorry for the trouble. S H A N On Fri Oct 31, 2003 at 06:53:48PM SGT, S H A N wrote: > hi, > i got a machine with 2 drives (each 17G, identical specs) > a

vinum enabled freebsd fresh install

2003-10-31 Thread S H A N
hi, i got a machine with 2 drives (each 17G, identical specs) and i want to install FreeBSD. my question is... i would like to use vinum mirroring (RAID 1) right from the begining so is there any resources avaiable for step by step install instructions fo

running log program

2003-10-31 Thread R.T.G. TAN
This message I posted before but as a reply. Thought that was easy to. Now it shows up in some thread that has nothing to do with this. Anyways. As I said before I like running and Im looking for a program to keep track of my training. Anyone know of a program running on FreeBSd? -- tnx, rober

running log program

2003-10-31 Thread R.T.G. TAN
Hi, I like running, and am looking for a program that will help me keep track of my training. Does anyone know of a good program that I can run on FreeBSD. -- tnx, robert tan ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/list

Re: SNMP help

2003-10-31 Thread Ilya Varlashkin
On Thu, Oct 30, 2003 at 08:37:09PM -0500, Joe Marcus Clarke wrote: > On Thu, 2003-10-30 at 17:59, Ronnie Clark wrote: > > Thanks all for the suggestions. I have the port > > installed, but how do I configure this beast to work > > with OpenView? I have looked at the online docs for > > the port, bu

Re: openssh in 4.9

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 08:55:15AM +, Wayne Pascoe wrote: > On Thu, Oct 30, 2003 at 10:22:06AM -0800, Kris Kennaway wrote: > > Please read the security advisory. > > I've read the advisory. It states a couple of workarounds (which I > enabled at the time anyway) and also states that the proble

Probs with racoon

2003-10-31 Thread Mantas S.
Hi, i have a number of machines for vpn. today i tried to run a new server for vpn, but i have a strange error in racoon.log ERROR: isakmp_inf.c:776:isakmp_info_recv_n(): unknown notify message, no phase2 handle found. i run ipsec between FreeBSD 4.8-p13 and Cisco PIX where is problem? Thank

Re: openssh in 4.9

2003-10-31 Thread Wayne Pascoe
On Thu, Oct 30, 2003 at 10:22:06AM -0800, Kris Kennaway wrote: > Please read the security advisory. I've read the advisory. It states a couple of workarounds (which I enabled at the time anyway) and also states that the problem is rectified in -STABLE beyond a certain date. However, looking at th

Why stop_cmd=":" in /etc/rc.d/pccard ?

2003-10-31 Thread Jan . Stary
Hi all, why does /etc/rc.d/pccard say stop_cmd=":" in CURRENT? This obviously does not 'stop' pccardd. As a consequence, '/etc/rc.d/pccard restart' gives you two pccardd's running. Thanks Jan ___ [EMAIL PROTECTED] mailing list