Asus P5MT-M and FreeBSD 6.0

2006-02-17 Thread Ben House
I am attempting to install 6.0 Stable on an Asus P5MT-M motherboard (Intel ICH7R), which contains onboard SATA RAID bios (LSI MegaRAID). Standard sysinstall in call cases. I am noticing several inconsistencies: 1) When SATA is in Enhanced mode, no drives are detected. 5.4 detects both drives ju

Re: getline function

2006-02-17 Thread Mike Jeays
On Fri, 2006-02-17 at 21:54 -0500, Tom Grove wrote: > Is there anyone who can compile a program using the getline() function? > Here is a really simple program to recreate the following error: > > ##Error## > /var/tmp//ccvYIi4C.o(.text+0x26): In function `main': > : undefined reference to `getli

getline function

2006-02-17 Thread Tom Grove
Is there anyone who can compile a program using the getline() function? Here is a really simple program to recreate the following error: ##Error## /var/tmp//ccvYIi4C.o(.text+0x26): In function `main': : undefined reference to `getline' ##Error## ##Source File## #include int main() { c

Re: Firefox 1.5.0.1 port

2006-02-17 Thread Joseph Vella
> Hello, >I have installed the firefox 1.5.0.1 browser port -- the > latest version -- but everytime uses the pc speaker and I > get a constant "beep!, beep!, beep!". >Anyone knows the solution to this problem?. >I've searched in preferences and about:config url, but > nothing seems

Re: Firefox 1.5.0.1 port

2006-02-17 Thread Karol Kwiatkowski
Daniel Molina Wegener wrote: > Hello, > >I have installed the firefox 1.5.0.1 browser port -- the > latest version -- but everytime uses the pc speaker and I > get a constant "beep!, beep!, beep!". > >Anyone knows the solution to this problem?. > >I've searched in preferences and abo

Re: Setting up VPN+IPSec+Racoon

2006-02-17 Thread Michael Vince
Kövesdán Gábor wrote: Hello, it is the first time I have to set up such configuration. Could you tell me some guidelines? What should I care about? I see there's a chapter in the Handbook about VPN. It mentions the FAST_IPSEC kernel option in >5.X. Should I use this implemetation or the KAME

Firefox 1.5.0.1 port

2006-02-17 Thread Daniel Molina Wegener
Hello, I have installed the firefox 1.5.0.1 browser port -- the latest version -- but everytime uses the pc speaker and I get a constant "beep!, beep!, beep!". Anyone knows the solution to this problem?. I've searched in preferences and about:config url, but nothing seems to be the righ

Re: DVD Burners

2006-02-17 Thread Mike Tancsa
On Fri, 17 Feb 2006 16:46:44 -0500, in sentex.lists.freebsd.questions you wrote: >On Friday 17 February 2006 16:41, dgmm wrote: >> On Friday 17 February 2006 21:05, Mike Jeays wrote: >> > On Fri, 2006-02-17 at 14:36 -0500, Sean wrote: >> > > I would like to add a DVD burner to my system. >> > > >>

Re: sos: boot fail

2006-02-17 Thread Mike Tancsa
On Fri, 17 Feb 2006 10:11:15 +0700, in sentex.lists.freebsd.questions you wrote: > >i can not boot into single user mode or safe mode. > >please help me. and cc to me too. Try and boot to your previous kernel. If that is broken for some reason as well, boot with something like Fresbie and instal

Re: Remving All of MySQL Database

2006-02-17 Thread Robert Uzzi
> hello i need to remove all of the mysql databases... i messed it up... > and now cant log in? please help. I tried deleting the /var/dg/mysql and > running mysql_install_sh > Try looking at the MySQL manual. http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

Remving All of MySQL Database

2006-02-17 Thread Roman Shakin
hello i need to remove all of the mysql databases... i messed it up... and now cant log in? please help. I tried deleting the /var/dg/mysql and running mysql_install_sh --roman ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

Re: debugging kernel code..

2006-02-17 Thread Pranav Peshwe
On 2/18/06, divyesh shah <[EMAIL PROTECTED]> wrote: > I have added a system call and a somple program which > uses that call. However, I need to debug my system > call code. gdb doesn't help as it doesnt allow me to > step into kernel level code from my user test program. > Is there any way I can w

Re: /bin/sh Madness

2006-02-17 Thread Dan Nelson
In the last episode (Feb 17), Tim Daneliuk said: > Dan Nelson wrote: > >Could your $3 command be returning a nonzero exit code? You probably > >want something more like > > > >touch $2/.$1-begin && { eval $3 2>&1 >> $log ; touch $2/.$1-end } & > > > >so your end timestamp always gets created wheth

Re: /bin/sh Madness

2006-02-17 Thread Tim Daneliuk
Dan Nelson wrote: In the last episode (Feb 16), Tim Daneliuk said: Here is a shell function that behaves quite strangely: #!/bin/sh # # Execute A Command, Noting Start/Stop Time, & Logging Output # Args: # $1 Command Name # $2 Log Directory # $3 Command String To Execute

RE: sendmail autoresponder

2006-02-17 Thread Ted Mittelstaedt
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of jdow >Sent: Friday, February 17, 2006 2:27 PM >To: freebsd-questions@freebsd.org >Subject: Re: sendmail autoresponder > > >From: "Giorgos Keramidas" <[EMAIL PROTECTED]> > >> On 2006-02-17 09:29, Ted Mittelst

RE: question on NAT for multiple subnets

2006-02-17 Thread Ted Mittelstaedt
>-Original Message- >From: Greg Barniskis [mailto:[EMAIL PROTECTED] >Sent: Friday, February 17, 2006 10:14 AM >To: Ted Mittelstaedt >Cc: freebsd-questions >Subject: Re: question on NAT for multiple subnets > > >Ted Mittelstaedt wrote: >> I've never done it but I think you can run multiple

debugging kernel code..

2006-02-17 Thread divyesh shah
I have added a system call and a somple program which uses that call. However, I need to debug my system call code. gdb doesn't help as it doesnt allow me to step into kernel level code from my user test program. Is there any way I can write debug information(say like printf statements)? I have see

Re: sendmail autoresponder

2006-02-17 Thread jdow
From: "Giorgos Keramidas" <[EMAIL PROTECTED]> On 2006-02-17 09:29, Ted Mittelstaedt <[EMAIL PROTECTED]> wrote: You do NOT want to setup an autoresponder like vacation! The FEATURE method that Giorgos explained is the correct way to do it. If your not using sendmail and your MTA cannot issue an

Quota high watermark?

2006-02-17 Thread Skye Poier
Hi, is there anyway to query for users' max disk usage with the quota system? (and reset the high water mark after reading?) If not, I can just write a daemon script that polls quota(1) every couple of minutes and stores the max value for each user in some file just leaves a hole between p

Re: small freebsd laptop suggestions?

2006-02-17 Thread Xn Nooby
thats an awesome website! I will check it out more thoroughly over the weekend, they had a lot of used thinkpads thanks! On 2/17/06, Nikolas Britton <[EMAIL PROTECTED]> wrote: > > On 2/17/06, Xn Nooby <[EMAIL PROTECTED]> wrote: > > I would like to get a small laptop dedicated to (desktop) FreeB

Re: small freebsd laptop suggestions?

2006-02-17 Thread Xn Nooby
I forget exactly what I tried a few months ago, I thought I tried everything everyone said. The hints you mentioned look different, so maybe I better try them. Maybe the hints came from another thread, after I had given up. If my existing laptop can be made to run FreeBSD without having to attach

Re: DVD Burners

2006-02-17 Thread Andrew L. Gould
On Fri, 17 Feb 2006 21:41:54 + dgmm <[EMAIL PROTECTED]> wrote: > On Friday 17 February 2006 21:05, Mike Jeays wrote: > > On Fri, 2006-02-17 at 14:36 -0500, Sean wrote: > > > I would like to add a DVD burner to my system. > > > > > > Anyone have recommendations on which ones play nice with Free

Re: DVD Burners

2006-02-17 Thread Nicolas Blais
On Friday 17 February 2006 16:41, dgmm wrote: > On Friday 17 February 2006 21:05, Mike Jeays wrote: > > On Fri, 2006-02-17 at 14:36 -0500, Sean wrote: > > > I would like to add a DVD burner to my system. > > > > > > Anyone have recommendations on which ones play nice with FreeBSD? > > > With so man

RE: Radeon x1600

2006-02-17 Thread Paul Murphy
Christian Reiss wrote: > Hello all, > > So I fear there is no solution to get this card working in any > way with BSD? No well-kept secret moves? > > Oh well. > > Thanks anyway! > -Christian Reiss. > > > --- 8< --- --- 8< --- --- 8< --- --- 8< --- --- 8< --- --- 8< --- > > Greetings people! >

Re: DVD Burners

2006-02-17 Thread dgmm
On Friday 17 February 2006 21:05, Mike Jeays wrote: > On Fri, 2006-02-17 at 14:36 -0500, Sean wrote: > > I would like to add a DVD burner to my system. > > > > Anyone have recommendations on which ones play nice with FreeBSD? > > With so many formats I am trying to decide which one will be my best

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
On Fri, Feb 17, 2006 at 08:11:35PM +0200, Giorgos Keramidas wrote: > On 2006-02-17 12:04, David Banning <[EMAIL PROTECTED]> wrote: > > > Do you have an entry in /etc/hosts for banning.ca ? > > > > I put it in, and it cured the problem. I just don't know if I can have > > more than one entry in /etc

Re: What about this solution

2006-02-17 Thread David Banning
On Fri, Feb 17, 2006 at 08:09:07PM +0200, Giorgos Keramidas wrote: > On 2006-02-17 11:59, David Banning <[EMAIL PROTECTED]> wrote: > > I just put > > > > 209.161.205.12banning.ca > > > > in my /etc/hosts and it solved the problem. > > > > Can I have multiple lines, each line with the same I

Re: DVD Burners

2006-02-17 Thread Mike Jeays
On Fri, 2006-02-17 at 14:36 -0500, Sean wrote: > I would like to add a DVD burner to my system. > > Anyone have recommendations on which ones play nice with FreeBSD? > With so many formats I am trying to decide which one will be my best option. > > Thanks >

Re: small freebsd laptop suggestions?

2006-02-17 Thread Micah
Xn Nooby wrote: I would like to get a small laptop dedicated to (desktop) FreeBSD 6.x, ideally one that could run Win2000 inside QEMU and has an nVidia chip so I can do OpenGL stuff. Any suggestions? It doesnt have to be superfast, though I would prolly want to drop a 100GB 2.5" drive in it la

Re: DVD Burner

2006-02-17 Thread Garrett Cooper
On Feb 17, 2006, at 12:25 PM, Sean wrote: I would like to add a DVD Burner to my system. Any recommendations on which models are friendly with FreeBSD? I want to try to get one that will give me the best options. Also, what interface types would you recommend? I am leaning on SCSI.

Re: apsfilter question/problem

2006-02-17 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Today Mike Jeays spake forth boldly: On Fri, 2006-02-17 at 11:09 +, Denny White wrote: I read the article at Onlamp about printing for the impatient. Installed apsfilter and samba on my old hp netserver so I'd be able to print to an hp 722c

Re: small freebsd laptop suggestions?

2006-02-17 Thread Nikolas Britton
On 2/17/06, Xn Nooby <[EMAIL PROTECTED]> wrote: > I would like to get a small laptop dedicated to (desktop) FreeBSD 6.x, > ideally one that could run Win2000 inside QEMU and has an nVidia chip so I > can do OpenGL stuff. Any suggestions? It doesnt have to be superfast, > though I would prolly wa

Fax Message

2006-02-17 Thread admin
Check attached file.___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

DVD Burner

2006-02-17 Thread Sean
I would like to add a DVD Burner to my system. Any recommendations on which models are friendly with FreeBSD? I want to try to get one that will give me the best options. Also, what interface types would you recommend? I am leaning on SCSI. Thanks

about the ISO9660

2006-02-17 Thread Sergio de Almeida Lenzi
Em Sex, 2006-02-17 às 10:03 -0500, Lowell Gilbert escreveu: > Sergio de Almeida Lenzi <[EMAIL PROTECTED]> writes: > > > I posted a question about the ISO9660 and the hard links > > in the ISO filesystem... some days ago... > > A bit under 1 day ago, actually. > > > and no one answer... > > It

DVD Burners

2006-02-17 Thread Sean
I would like to add a DVD burner to my system. Anyone have recommendations on which ones play nice with FreeBSD? With so many formats I am trying to decide which one will be my best option. Thanks Sean __

Re: small freebsd laptop suggestions?

2006-02-17 Thread Alex Zbyslaw
Xn Nooby wrote: I dont particularly trust the online lists of "laptops that work with FreeBSD", since my other laptop is on one of them. No specific laptop advice but I would have thought of that laptop list as a starting point. I wouldn't trust any single occurrence of "this laptop works

Re: What about this solution

2006-02-17 Thread Alex Zbyslaw
Giorgos Keramidas wrote: On 2006-02-17 11:59, David Banning <[EMAIL PROTECTED]> wrote: I just put 209.161.205.12banning.ca in my /etc/hosts and it solved the problem. Can I have multiple lines, each line with the same IP number in /etc/hosts, with different virtual hosts on the ri

small freebsd laptop suggestions?

2006-02-17 Thread Xn Nooby
I would like to get a small laptop dedicated to (desktop) FreeBSD 6.x, ideally one that could run Win2000 inside QEMU and has an nVidia chip so I can do OpenGL stuff. Any suggestions? It doesnt have to be superfast, though I would prolly want to drop a 100GB 2.5" drive in it later. 2 years ago

Re: [Total OT] Trying to improve some numbers ...

2006-02-17 Thread Marc G. Fournier
On Fri, 17 Feb 2006, lars wrote: I'm not entirely against such efforts of long uptimes. I strongly believe in efforts to back up rumor with fact, as in the rumor 'FreeBSD is rock-solid'. Actually I believe it is, but I can't prove it beyond talking of my own experience with it. IMHO a lot of s

Re: [Total OT] Trying to improve some numbers ...

2006-02-17 Thread lars
Marc G. Fournier wrote: You can say you are losing out on 'stability fixes', else the server itself wouldn't stay up that long ... so about the only thing you lose would be performance related improvements and/or stuff like memory leakage ... And I could do this all *without* any firewalls pr

Re: apsfilter question/problem

2006-02-17 Thread Mike Jeays
On Fri, 2006-02-17 at 11:09 +, Denny White wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > I read the article at Onlamp about printing for the impatient. > Installed apsfilter and samba on my old hp netserver so I'd > be able to print to an hp 722c deskjet printer connected to

Re: VNC forwarding over sshd issue

2006-02-17 Thread Micah
Scott I. Remick wrote: I'm having a weird problem that surfaces sometimes and I am having trouble pinning down the cause. What I do is use VNC to remote-control my home FreeBSD box remotely. Most of the time, this works fine. My home router forwards the external port to my FreeBSD (6.0R) box. I

Re: Setting up VPN+IPSec+Racoon

2006-02-17 Thread Kövesdán Gábor
Mike Tancsa wrote: At 11:26 AM 17/02/2006, Kövesdán Gábor wrote: Mike Tancsa wrote: As for tutorials, google around and read through various posts. There is lots of good info out there. Perhaps if you describe what you want to do, people can make specific suggestions. ---Mike Un

Set up routing?

2006-02-17 Thread Kövesdán Gábor
Hello, I'm trying to set up an additional routing for a host via a VPN tunnel with IPsec. The tunnel is working now, I see tcp packages going out with tcpdump, but IMCP host unreachable packages coming in from the VPN peer. What I did: route add A.B.C.D W.X.Y.Z Where A.B.C.D is the target ma

Re: sendmail autoresponder

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 09:29, Ted Mittelstaedt <[EMAIL PROTECTED]> wrote: > You do NOT want to setup an autoresponder like vacation! The > FEATURE method that Giorgos explained is the correct way to do it. > If your not using sendmail and your MTA cannot issue an error in > this fashion, you do not want to

Re: question on NAT for multiple subnets

2006-02-17 Thread Greg Barniskis
Ted Mittelstaedt wrote: I've never done it but I think you can run multiple nat instances and multiple divert sockets, you will have to specify them in the config file to natd, though. Excellent. That's what I was hoping for. So instead of one "divert natd" rule in ipfw, I simply need "diver

Re: mail port 8025 conundrum

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 12:04, David Banning <[EMAIL PROTECTED]> wrote: > > Do you have an entry in /etc/hosts for banning.ca ? > > I put it in, and it cured the problem. I just don't know if I can have > more than one entry in /etc/hosts representing all virtual hosts, > each one with the same IP. You don'

Re: mail port 8025 conundrum

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 12:21, David Banning <[EMAIL PROTECTED]> wrote: > > Er, I'm pretty sure it's /etc/host.conf (no "s"). > > > > But if your /etc/hosts doesn't contain the hostname you are after, that > > only leaves DNS, NIS and LDAP (I think) for the host.conf file to > > order. For DNS, what does "h

Re: [Total OT] Trying to improve some numbers ...

2006-02-17 Thread Marc G. Fournier
On Fri, 17 Feb 2006, lars wrote: Marc G. Fournier wrote: On Thu, 16 Feb 2006, lars wrote: If your machine only runs an NFS daemon and is behind a firewall, ok, you don't need to patch it asap when an NFS SA and patch is issued, if all clients connecting to the machine are benign. Actually,

Re: What about this solution

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 11:59, David Banning <[EMAIL PROTECTED]> wrote: > I just put > > 209.161.205.12banning.ca > > in my /etc/hosts and it solved the problem. > > Can I have multiple lines, each line with the same IP number in > /etc/hosts, with different virtual hosts on the right? I think it's

Re: mail port 8025 conundrum

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 17:16, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: >David Banning wrote: >>>Look under /etc for hosts.conf or nsswitch.conf: >>> >>> [...] >> >> root# ls -l /etc/hosts* >> -rw-r--r-- 1 root wheel 1694 May 13 2005 /etc/hosts >> -rw-r--r-- 1 root wheel 3027 Mar 27 2005 /etc/hosts.al

RE: How would you improve FreeBSD?

2006-02-17 Thread Ted Mittelstaedt
>-Original Message- >From: Kristian Vaaf [mailto:[EMAIL PROTECTED] >Sent: Friday, February 17, 2006 5:24 AM >To: Ted Mittelstaedt; [EMAIL PROTECTED] >Subject: RE: How would you improve FreeBSD? > > > >No need to be so FUCKING arrogant. > Hey, I was not trying to be arrogant, I was trying

RE: midnight commander and ssh sftp

2006-02-17 Thread Bob
> Is there some way to be able to use midnight commander through a SSH > tunnel? 1) Use scp/sftp: it's called "Shell link..." is mc menu (the problem is Password: prompt is displayed somewhere on the mc command line as it seems to be unable to parse it for some reason. So when see it, simply ent

RE: question on NAT for multiple subnets

2006-02-17 Thread Ted Mittelstaedt
I've never done it but I think you can run multiple nat instances and multiple divert sockets, you will have to specify them in the config file to natd, though. If it were me, though, I would try to setup multiple FreeBSD boxes, not only does that give you some redundancy, but it makes troublesho

RE: sendmail autoresponder

2006-02-17 Thread Ted Mittelstaedt
You do NOT want to setup an autoresponder like vacation! The FEATURE method that Giorgos explained is the correct way to do it. If your not using sendmail and your MTA cannot issue an error in this fashion, you do not want to mess around with this. What happens with autoresponders is that spamme

RE: 80 pin SCSI hard drives.

2006-02-17 Thread Ted Mittelstaedt
Mark, The problem you have with the 80-pin to 68-pin adapters is this. A lot of the el-cheapo adapters do not terminate the unconnected data lines, that is when you get instability. The better quality adapters do terminate them and don't have instability problems. Ted >-Original Message-

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
> Er, I'm pretty sure it's /etc/host.conf (no "s"). > > But if your /etc/hosts doesn't contain the hostname you are after, that > only leaves DNS, NIS and LDAP (I think) for the host.conf file to > order. For DNS, what does "host whatever.your.hostname.was" show from > the machine where you s

Re: mail port 8025 conundrum

2006-02-17 Thread Alex Zbyslaw
David Banning wrote: Look under /etc for hosts.conf or nsswitch.conf: [EMAIL PROTECTED]:/home/keramida$ ls -l /etc/hosts* -rw-r--r-- 1 root wheel - 655 Feb 15 15:00 /etc/hosts -rw-r--r-- 1 root wheel - 1484 Feb 15 15:00 /etc/hosts.allow -rw-r--r-- 1 root wheel - 111 Feb 1

apsfilter question/problem

2006-02-17 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I read the article at Onlamp about printing for the impatient. Installed apsfilter and samba on my old hp netserver so I'd be able to print to an hp 722c deskjet printer connected to an xp box. Gimp-print was also installed. Ghostscript was already i

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
> Do you have an entry in /etc/hosts for banning.ca ? I put it in, and it cured the problem. I just don't know if I can have more than one entry in /etc/hosts representing all virtual hosts, each one with the same IP. ___ freebsd-questions@freebsd.org m

Re: daily security output usr/src should be gid = 9 = man

2006-02-17 Thread Stefan
When you say 'label' do you mean using chown or chgrp? I mean: chgrp wheel /usr/src Your daily security output may just be telling you that it changed to something from the GID of 9 that it was the last time it checked.I don't know of any other reason it would point that out. Damn you

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
> What version of FreeBSD is this? You may have to create hosts.conf or > nsswitch.conf yourself to change the default order of lookup for host > names (from "files dns" to "dns files" if that works better for your > setup). root# uname -a FreeBSD 3s1.com 4.8-RELEASE FreeBSD 4.8-RELEASE #6: Tue M

"The Complete FreeBSD": errata and addenda

2006-02-17 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

2006-02-17 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2005/08/10 02:21:44 $ 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 a

What about this solution

2006-02-17 Thread David Banning
I just put 209.161.205.12banning.ca in my /etc/hosts and it solved the problem. Can I have multiple lines, each line with the same IP number in /etc/hosts, with different virtual hosts on the right? ___ freebsd-questions@freebsd.org mailing l

Re: mail port 8025 conundrum

2006-02-17 Thread Ken Stevenson
David Banning wrote: It works from the outside world: Well that is good news. OK, so why would my server be looking internally for the banning.ca IP address? Any ideas? Do you have an entry in /etc/hosts for banning.ca ? -- Ken Stevenson Allen-Myland Inc. _

Re: mail port 8025 conundrum

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 11:50, David Banning <[EMAIL PROTECTED]> wrote: >> Look under /etc for hosts.conf or nsswitch.conf: >> >> [EMAIL PROTECTED]:/home/keramida$ ls -l /etc/hosts* >> -rw-r--r-- 1 root wheel - 655 Feb 15 15:00 /etc/hosts >> -rw-r--r-- 1 root wheel - 1484 Feb 15 15:00 /etc

Re: RELENG_6 and a Razer Copperhead mouse don't work

2006-02-17 Thread lars
lars wrote: I have a Diamondback that works well under Xorg and console: ums0: Razer Razer Diamondback Optical Mouse, rev 2.00/1.00, addr 2, iclass 3/1 Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Devic

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
> Look under /etc for hosts.conf or nsswitch.conf: > > [EMAIL PROTECTED]:/home/keramida$ ls -l /etc/hosts* > -rw-r--r-- 1 root wheel - 655 Feb 15 15:00 /etc/hosts > -rw-r--r-- 1 root wheel - 1484 Feb 15 15:00 /etc/hosts.allow > -rw-r--r-- 1 root wheel - 111 Feb 15 14:45

Re: How would you improve FreeBSD?

2006-02-17 Thread lars
Kristian Vaaf wrote: At 13:11 17.02.2006, Ted Mittelstaedt wrote: >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Kristian Vaaf >Sent: Friday, February 17, 2006 2:06 AM >To: [EMAIL PROTECTED] >Subject: How would you improve FreeBSD? > > > >Hello. > >Ye

Re: Setting up VPN+IPSec+Racoon

2006-02-17 Thread Mike Tancsa
At 11:26 AM 17/02/2006, Kövesdán Gábor wrote: Mike Tancsa wrote: As for tutorials, google around and read through various posts. There is lots of good info out there. Perhaps if you describe what you want to do, people can make specific suggestions. ---Mike Unfortunately, I haven'

Re: sendmail autoresponder

2006-02-17 Thread James Csoka
This isn't a sendmail solution, but I use openwebmail for my company's webmail interface, and it has an autoresponder option. It'll send back an email response, and you can simply set up filtering to dump the incoming mail to the trash folder. -jim - Original Message - From: "Dave" <[E

Re: mail port 8025 conundrum

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 11:38, David Banning <[EMAIL PROTECTED]> wrote: > > That depends, of course, on what your nsswitch.conf or hosts.conf file > > has been set up for :) > > Nothing to speak of there; > > root# locate nsswitch.conf > /usr/compat/linux/etc/nsswitch.conf > /usr/ports/emulators/linux_base/w

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
>I think you want to look for /etc/hosts ..:) >Gable That was my first guess, but I couldn't see anything in there; root# grep -i banning /etc/hosts root# ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: sendmail autoresponder

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 11:24, Dave <[EMAIL PROTECTED]> wrote: > Hello, >I've got a box that i took over that runs sendmail, mailscanner, and sa > for antispam. There's an email address at one of the domains that the owner > has indicated he would like an autoresponder hooked to it. THe objective is > wh

question on NAT for multiple subnets

2006-02-17 Thread Greg Barniskis
I'm sure I could figure this out from scrutinizing Google, the FreeBSD documentation, and testing in a lab, but I'm particularly pressed for time on finding the right answer to this. For a long time we've been quite happy coalescing all private IP client requests onto a single public IP addres

Re: sendmail autoresponder

2006-02-17 Thread Dan Nelson
In the last episode (Feb 17), Dave said: >I've got a box that i took over that runs sendmail, mailscanner, > and sa for antispam. There's an email address at one of the domains > that the owner has indicated he would like an autoresponder hooked to > it. THe objective is whenever someone sends

Re: /bin/sh Madness

2006-02-17 Thread Tim Daneliuk
Dan Nelson wrote: In the last episode (Feb 16), Tim Daneliuk said: Here is a shell function that behaves quite strangely: #!/bin/sh # # Execute A Command, Noting Start/Stop Time, & Logging Output # Args: # $1 Command Name # $2 Log Directory # $3 Command String To Execute

Re: mail port 8025 conundrum

2006-02-17 Thread Gable Barber
On 2/17/06, David Banning <[EMAIL PROTECTED]> wrote: > > > That depends, of course, on what your nsswitch.conf or hosts.conf file > > has been set up for :) > > Nothing to speak of there; > > root# locate nsswitch.conf > /usr/compat/linux/etc/nsswitch.conf > /usr/ports/emulators/linux_base/work/lin

Re: 80 pin SCSI hard drives.

2006-02-17 Thread Dan Nelson
In the last episode (Feb 17), Robert Huff said: > Mark Ovens writes: > > > I also have the same drives in a different system connected to > > > normal SCSI LVD cable using small adaptors which have an 80 pin > > > receptacle on one side and a 68 pin SCSI connector plus 4 pin > > > molex power c

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
> That depends, of course, on what your nsswitch.conf or hosts.conf file > has been set up for :) Nothing to speak of there; root# locate nsswitch.conf /usr/compat/linux/etc/nsswitch.conf /usr/ports/emulators/linux_base/work/linux_base-rh-7.3/etc/nsswitch.conf /usr/ports/emulators/svr4_base/file

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
> It works from the outside world: Well that is good news. OK, so why would my server be looking internally for the banning.ca IP address? Any ideas? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: mail port 8025 conundrum

2006-02-17 Thread Giorgos Keramidas
On 2006-02-17 11:29, David Banning <[EMAIL PROTECTED]> wrote: > > It looks like nothing is bound to port 8025 on 127.0.0.1 (localhost). > > > > You can do a sockstat and verify. > > root# sockstat -l | grep 8025 > tofmipd python 2385 tcp4 209.161.205.12:8025 *:* > root# > > sockstat ve

sendmail autoresponder

2006-02-17 Thread Dave
Hello, I've got a box that i took over that runs sendmail, mailscanner, and sa for antispam. There's an email address at one of the domains that the owner has indicated he would like an autoresponder hooked to it. THe objective is whenever someone sends to that address it won't be delivered

Re: mail port 8025 conundrum

2006-02-17 Thread David Banning
> It looks like nothing is bound to port 8025 on 127.0.0.1 (localhost). > > You can do a sockstat and verify. root# sockstat -l | grep 8025 tofmipd python 2385 tcp4 209.161.205.12:8025 *:* root# sockstat verifies that I have 8025 open on port 209.161.205.12 which i

Re: Setting up VPN+IPSec+Racoon

2006-02-17 Thread Kövesdán Gábor
Mike Tancsa wrote: On Thu, 16 Feb 2006 18:26:42 +0100, in sentex.lists.freebsd.questions you wrote: Hello, it is the first time I have to set up such configuration. Could you tell me some guidelines? What should I care about? I see there's a chapter in the Handbook about VPN. It mentions

Re: mail port 8025 conundrum

2006-02-17 Thread Ken Stevenson
David Banning wrote: I have a strange problem where port 8025 is blocked on my server. Trying to connect with telnet, here is the response; david$ telnet banning.ca 8025 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host Yet I

Re: VMware host on stable?

2006-02-17 Thread dick hoogendijk
On 16 Feb Scott Long wrote: > dick hoogendijk wrote: > >On Wed, 15 Feb 2006 14:15:55 -0700 > >Scott Long <[EMAIL PROTECTED]> wrote: > > > >>Michael Butler wrote: > >> > >>>What is the most recent version of VMware known to work on 6.x in > >>>host mode so as to be able to run windoze as a guest? >

RE: mail port 8025 conundrum

2006-02-17 Thread Erin Fortenberry
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > David Banning > Sent: Friday, February 17, 2006 11:07 AM > To: [EMAIL PROTECTED] > Subject: mail port 8025 conundrum > > I have a strange problem where port 8025 is blocked on my server. > > Try

Re: daily security output usr/src should be gid = 9 = man

2006-02-17 Thread Jerry McAllister
> > Hi, > > is this the right behaviour that /usr/src should be labeled with gid > 9 which is the group man? When I label /usr/src with the group wheel > I get a daily security output like this: When you say 'label' do you mean using chown or chgrp? > > Checking special files and directori

Re: 80 pin SCSI hard drives.

2006-02-17 Thread Robert Huff
Mark Ovens writes: > > I also have the same drives in a different system connected to > > normal SCSI LVD cable using small adaptors which have an 80 pin > > receptacle on one side and a 68 pin SCSI connector plus 4 pin > > molex power connector on the other, as well as jumpers to > > define

mail port 8025 conundrum

2006-02-17 Thread David Banning
I have a strange problem where port 8025 is blocked on my server. Trying to connect with telnet, here is the response; david$ telnet banning.ca 8025 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host Yet I host 6 other domains on

daily security output usr/src should be gid = 9 = man

2006-02-17 Thread Stefan
Hi, is this the right behaviour that /usr/src should be labeled with gid 9 which is the group man? When I label /usr/src with the group wheel I get a daily security output like this: Checking special files and directories. Output format is: filename: criteria (should

Re: [Total OT] Trying to improve some numbers ...

2006-02-17 Thread lars
Marc G. Fournier wrote: On Thu, 16 Feb 2006, lars wrote: If your machine only runs an NFS daemon and is behind a firewall, ok, you don't need to patch it asap when an NFS SA and patch is issued, if all clients connecting to the machine are benign. Actually, there are alot of situations where

Re: 80 pin SCSI hard drives.

2006-02-17 Thread Mark Ovens
Alfredo Finelli wrote: I have 80 pin SCSI discs mounted in hot-swappable trays on a SCSI backplane which takes care also of powering them up and of SCSI termination. This is one way of using them. I also have the same drives in a different system connected to normal SCSI LVD cable using smal

Re: Wrong list post????

2006-02-17 Thread Lowell Gilbert
Lowell Gilbert <[EMAIL PROTECTED]> writes: > Sergio de Almeida Lenzi <[EMAIL PROTECTED]> writes: > > > I posted a question about the ISO9660 and the hard links > > in the ISO filesystem... some days ago... > > A bit under 1 day ago, actually. And my mail to you bounced, anyway. > I tried to du

VNC forwarding over sshd issue

2006-02-17 Thread Scott I. Remick
I'm having a weird problem that surfaces sometimes and I am having trouble pinning down the cause. What I do is use VNC to remote-control my home FreeBSD box remotely. Most of the time, this works fine. My home router forwards the external port to my FreeBSD (6.0R) box. I use PuTTY as a Windows ss

Re: Wrong list post????

2006-02-17 Thread Lowell Gilbert
Sergio de Almeida Lenzi <[EMAIL PROTECTED]> writes: > I posted a question about the ISO9660 and the hard links > in the ISO filesystem... some days ago... A bit under 1 day ago, actually. > and no one answer... It was still in my incoming queue, but first I was planning to take care of the wor

Radeon x1600

2006-02-17 Thread Christian Reiss
Hello all, So I fear there is no solution to get this card working in any way with BSD? No well-kept secret moves? Oh well. Thanks anyway! -Christian Reiss. --- 8< --- --- 8< --- --- 8< --- --- 8< --- --- 8< --- --- 8< --- Greetings people! I am using FreeBSD for quiet some years now, and I

  1   2   >