Re: FreeBSD server behind router-NAT; how to configure sendmail?

2005-04-03 Thread Rob
Harald Schmalzbauer wrote: > Am Sonntag, 3. April 2005 17:36 schrieb Rob: >>There is a FAQ, that explains: >> >> If you want all outgoing SMTP connections to use >> port 2525, you can use this in your .mc file: >> >> define(`RELAY_MAILER_ARGS', `TCP $h 2525') >> define(`ESMTP_MAILER_ARGS', `TCP

Re: shell stdin redirection: possible for ssh-password input?

2005-04-03 Thread Rob
Danny Howard wrote: > > Check out expect. There's even a Perl module for > it. Expect is the bad old way we used to handle > such problems. It is this funky sub-language > designed for completing interactive sessions in > an automated way. This is exactly what I need and it works beautifully.

Re: Rsync Setup SOLVED

2005-04-03 Thread Robert Slade
On Mon, 2005-04-04 at 05:56, N. Raghavendra wrote: > At 2005-04-03T21:28:13+01:00, Robert Slade wrote: > > > If so, is there any other way of synchronising the 2 directories so > > that they end up with the latest version of the file(s) from either > > machine. > > The `net/unison' port may be of

freebsd disc 1

2005-04-03 Thread Gert Cuykens
Who do i ask if he / she would like to put this to the distribution list [ ] cvsupdate-nogui Cant we make some user freebsd-voting list were we can vote for changes :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: how to install a patch

2005-04-03 Thread Zeng Nan
On Mon, Apr 04, 2005 at 08:08:09AM +1000, Warren wrote: > I was given a patch to try out for a program, but am unsure as to how to > apply > it/install it usually, under the src dir of the program, run $ patch < patchfile for details of the usage of patch, please read `man patch` -- Zeng Nan

Re: how to restrict lpd

2005-04-03 Thread Garance A Drosihn
At 4:37 PM -0700 4/3/05, Bill Ding wrote: Hello, I am setting up some jails and have limited all the host daemons to the host's IP except for lpd. I can't find a way of doing that. Can it be done? I know it can in LPRng, but I prefer to install as little software as possible on servers. I don't und

RE: New Freebsd Install Guide Available

2005-04-03 Thread bob
As stated in the content displayed by those URL's the Install guide is free to anyone to download and very plainly states the content is contributed to public domain. So why are so many people asking the same question when the answer is so self evident? And this writer takes offence to anybody c

Re: Rsync Setup

2005-04-03 Thread N. Raghavendra
At 2005-04-03T21:28:13+01:00, Robert Slade wrote: > If so, is there any other way of synchronising the 2 directories so > that they end up with the latest version of the file(s) from either > machine. The `net/unison' port may be of use to you. See http://www.cis.upenn.edu/~bcpierce/unison/

Re: make installkernel error

2005-04-03 Thread Gert Cuykens
On Apr 4, 2005 6:22 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > ===> usr.bin/bluetooth > ===> usr.bin/bluetooth/bthost > install -s -o root -g wheel -m 555 bthost /usr/bin > install -o root -g wheel -m 444 bthost.1.gz /usr/share/man/man1 > ===> usr.bin/bluetooth/btsockstat > install -s -o root

make installkernel error

2005-04-03 Thread Gert Cuykens
===> usr.bin/bluetooth ===> usr.bin/bluetooth/bthost install -s -o root -g wheel -m 555 bthost /usr/bin install -o root -g wheel -m 444 bthost.1.gz /usr/share/man/man1 ===> usr.bin/bluetooth/btsockstat install -s -o root -g kmem -m 2555 btsockstat /usr/bin install: kmem: Invalid argument *** E

Re: exec make buildworld

2005-04-03 Thread Gert Cuykens
On Apr 4, 2005 6:07 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > Is it possible to do a ssh conection then do exec make buildworld on > the remote system close the conection and do a conection again later > and get the output from make buildworld again ? > Doh i forgot the important part again,

Re: just got DSL, can't surf or get mail

2005-04-03 Thread Anthony Atkielski
Brian John writes: > I don't think so because it works fine in Windows. Wouldn't it not work > in windows if that was the case? I understood that you had changed ISP connections also. If you're using the same connection that Windows used, then it's not the ISP. Based on your other posts, it so

Re: just got DSL, can't surf or get mail

2005-04-03 Thread Anthony Atkielski
Brian John writes: > Now, if I change it to this (using my secondary DNS server from my DSL > modem's 'setup' page): > search domain.actdsltmp > nameserver 205.171.2.65 > > ...everything works. Is there a way that I could keep this from > changing every time that I reboot my computer? One you'v

exec make buildworld

2005-04-03 Thread Gert Cuykens
Is it possible to do a ssh conection then do exec make buildworld on the remote system close the conection and do a conection again later and get the output from make buildworld again ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

Re: IPFILTER and NFS

2005-04-03 Thread Matt Juszczak
Erik, I already have that :-( ---snip--- # Default pass out pass out quick on em0 all keep state # Fragmented/Short/Opts/Fprinting packets block in quick on em0 all with ipopts block in quick on em0 all with frag block in quick on em0 proto tcp all with short block in quick on em0 proto tcp all fla

RE: ipfilter.log

2005-04-03 Thread bob
The answer is very simple. The integration of the open source ipfilter firewall into FreeBSD has changed between the 4.x releases and the 5.3 release just made available. If you change the syslog.conf: Local0.* /var/log/ipfilter.log which is how 4.10 & 4.11 work To security.

Re: X on a server Re: Freebsd vs. linux

2005-04-03 Thread Loren M. Lang
On Sun, Feb 13, 2005 at 09:53:12AM +0100, Anthony Atkielski wrote: > Chad Leigh -- Shire.Net LLC writes: > > > You can install the X libraries and client apps on your server -- this > > works fine at secure level 3 and does not require kernel configurations > > changes or special daemons or anythi

RE: help with pf

2005-04-03 Thread Björn König
Brian John wrote: > However, when I start pf it gives me errors > about the syntax of my file. Read http://www.openbsd.org/faq/pf/queueing.html. There are good examples. Regards Björn ___ freebsd-questions@freebsd.org mailing list http://lists.fre

Re: New Freebsd Install Guide Available

2005-04-03 Thread Chris Hill
On Sun, 3 Apr 2005 [EMAIL PROTECTED] wrote: YES there is something major wrong with the official handbook. [snip] The FreeBSD Install Guide is mirrored at the following sites. http://freebsd.easyasthat.co.uk/ http://www.unixguide.net/freebsd/fbsd_installguide/index.php http://freebsd.packards-home.

help with pf

2005-04-03 Thread Brian John
Hello, I read the manpage on pf and constructed a basic set of rules and macros. However, when I start pf it gives me errors about the syntax of my file. Basically all I want to accomplish is I don't want my p2p programs to be able to hog the traffic away from me if I'm trying to surf. When

Re: just got DSL, can't surf or get mail

2005-04-03 Thread Brian John
[EMAIL PROTECTED] wrote: On Sun, 3 Apr 2005 15:51:47 -0500 (CDT) "Brian John" <[EMAIL PROTECTED]> wrote: Hello, I just got an xDSL system. In Windows I can browse the internet and do whatever I want just fine. However, in FreeBSD the only things that work are my p2p programs. Azureus and amul

Re: ipfilter.log

2005-04-03 Thread Andy Firman
On Sun, Apr 03, 2005 at 09:29:13PM -0400, Francis Whittington wrote: > I am using ipf.rules and ipnat.rules. I created ipfilter.log in /var/log/ and > I added this line to syslog.conf: > Local0.* /var/log/ipfilter.log > and I added the following line to newsyslog.conf for rotating the log. > /

Re: Managing compact source tree

2005-04-03 Thread Kris Kennaway
On Mon, Apr 04, 2005 at 10:44:47AM +, Iain Dooley wrote: > hi, i'm just upgrading my thinkpad to 5.3 RELEASE. when i use anything > other than 'src-all' to update my sources via CVSUP, i get errors in the > buildworld process. Correct. > how can i set up my source tree so that when i cvsup

ipfilter.log

2005-04-03 Thread Francis Whittington
Hi guys, I've been following this guide: http://www.unixguide.net/freebsd/fbsd_installguide/index.php So far I have gotten the firewall/router to work. Everything seems to be okay, except I do not see anything being logged in ipfilter.log. My rc.conf options are: moused_enable="YES" moused_p

Fwd: RE: looking for jail tutorial

2005-04-03 Thread Bill Ding
--- [EMAIL PROTECTED] wrote: > You should search this lists archives for answers first. > In the list archives I found this. > > http://subwiki.honeypot.net/cgi-bin/view/Freebsd/JailAdmin > > > http://jailnotes.cg.nu/ > > > Does anyone have any bright ideas for good file

Re: Adding a default route for a specific NIC

2005-04-03 Thread patrick
And one more bit of info that might be helpful to know... The jail I've setup will serve sites on various IP addresses. Since FreeBSD jails by default only allow one IP, I've given the jail an internal IP, and am just forwarding the desired ports on the external IPs into the jail's IP using ipfw.

Managing compact source tree

2005-04-03 Thread Iain Dooley
hi, i'm just upgrading my thinkpad to 5.3 RELEASE. when i use anything other than 'src-all' to update my sources via CVSUP, i get errors in the buildworld process. i can comment out games, kerberos and crypto packages and then pass -DNOGAMES, -DNO_KERBEROS AND -DNOCRYPTO to make buildworld, but t

RE: just got DSL, can't surf or get mail

2005-04-03 Thread Brian John
I didn't use any config files for this. I never had to use any to get my cable modem to work either. What config files should I be looking at? /Brian - Original Message - > Sounds to me as if you don't have your FreeBSD system configured > correctly for DSL modem hookup. > > Post the

Re: Adding a default route for a specific NIC

2005-04-03 Thread patrick
To follow-up, I basically want to say: if traffic originals from 192.168.42.6, use 192.168.42.3 as the default gatway else use default gateway for bge0... Patrick On Apr 3, 2005 4:17 PM, patrick <[EMAIL PROTECTED]> wrote: > I have a FreeBSD 4.11 server with two NICs -- one has a real IP (bge0)

RE: looking for jail tutorial

2005-04-03 Thread bob
You should search this lists archives for answers first. In the list archives I found this. http://subwiki.honeypot.net/cgi-bin/view/Freebsd/JailAdmin http://jailnotes.cg.nu/ > Does anyone have any bright ideas for good file system layouts when > running multiple jails? I won't say the

how to restrict lpd

2005-04-03 Thread Bill Ding
Hello, I am setting up some jails and have limited all the host daemons to the host's IP except for lpd. I can't find a way of doing that. Can it be done? I know it can in LPRng, but I prefer to install as little software as possible on servers. Thanx, Bill The word 'politics' describes the sit

looking for jail tutorial

2005-04-03 Thread Bill Ding
Hello, Running 5.3-p6 on a box with two NICs. I'm new to the list and FreeBSD in general. I'm trying to find more documentation on jail(8) than is offered in the man page. (I checked the Handbook but couldn't find anything about jails. Did I miss it?) For instance, the man page says: NOTE: It is

Adding a default route for a specific NIC

2005-04-03 Thread patrick
I have a FreeBSD 4.11 server with two NICs -- one has a real IP (bge0) and the other has an internal IP (bge1, 192.168.42.6). The default route for the server (defaultrouter= in rc.conf) is the gateway for the real IP. How can I set a route such that traffic going out on bge1 goes through a differ

Re: Formating a 1680k floppy

2005-04-03 Thread Kevin G. Eliuk
Jason Taylor wrote: How do I format a 1680k floppy? I tried: %fdformat -s 2180 /dev/fd0 That just produces a line of errors. That is ... instead of I'm able to format the same floppy in Windows using WinImage. Are you sure you don't mean 1720k? Look at "/etc/disktab" for stres

how to install a patch

2005-04-03 Thread Warren
I was given a patch to try out for a program, but am unsure as to how to apply it/install it -- Yours Sincerely Shinjii http://www.shinji.nq.nu ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: device_polling

2005-04-03 Thread dick hoogendijk
On Sun, 3 Apr 2005 22:28:19 +0200 Anthony Atkielski wrote: > dick hoogendijk writes: > > > I build a kernel with devoce_polling and hz=1000 and experimented a > > bit. Using "netstat -w 1" I see a drop in performance. In/output is > > about 20% higher if polling is disabled. That was not what I >

Re: just got DSL, can't surf or get mail

2005-04-03 Thread Brian John
> Brian John writes: > > > Hello, I just got an xDSL system. In Windows I can browse the internet > > and do whatever I want just fine. However, in FreeBSD the only things > > that work are my p2p programs. Azureus and amule work fine, they both > > connect and download. However, when I try to

Re: just got DSL, can't surf or get mail

2005-04-03 Thread Brian John
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2005-04-03, Brian John scribbled these > curious markings: > > Hello, I just got an xDSL system. In Windows I can browse the internet > > and do whatever I want just fine. However, in FreeBSD the only things > > that work are my p2p program

Re: just got DSL, can't surf or get mail

2005-04-03 Thread [EMAIL PROTECTED]
On Sun, 3 Apr 2005 15:51:47 -0500 (CDT) "Brian John" <[EMAIL PROTECTED]> wrote: > Hello, I just got an xDSL system. In Windows I can browse the > internet and do whatever I want just fine. However, in FreeBSD the > only things that work are my p2p programs. Azureus and amule work > fine, they b

Re: just got DSL, can't surf or get mail

2005-04-03 Thread Anthony Atkielski
Brian John writes: > Hello, I just got an xDSL system. In Windows I can browse the internet > and do whatever I want just fine. However, in FreeBSD the only things > that work are my p2p programs. Azureus and amule work fine, they both > connect and download. However, when I try to use dillo,

Formating a 1680k floppy

2005-04-03 Thread Jason Taylor
How do I format a 1680k floppy? I tried: %fdformat -s 2180 /dev/fd0 That just produces a line of errors. That is ... instead of I'm able to format the same floppy in Windows using WinImage. %uname -a FreeBSD odin.infinitebubble.com 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Mo

Re: just got DSL, can't surf or get mail

2005-04-03 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-04-03, Brian John scribbled these curious markings: > Hello, I just got an xDSL system. In Windows I can browse the internet > and do whatever I want just fine. However, in FreeBSD the only things > that work are my p2p programs. Azureus and

just got DSL, can't surf or get mail

2005-04-03 Thread Brian John
Hello, I just got an xDSL system. In Windows I can browse the internet and do whatever I want just fine. However, in FreeBSD the only things that work are my p2p programs. Azureus and amule work fine, they both connect and download. However, when I try to use dillo, Firefox or Thunderbird they

Webmin - ssh - 4.11

2005-04-03 Thread Graham North
Hello: I just installed Webmin - great program. Q - the telnet/ssh portion does not seem to work properly. It opens an ssh window for me but the window is unresponsive. It is configured for ssh instead of telnet, and I have port 22 open on my router. I am able to ssh into my server using Putt

Re: Rsync Setup

2005-04-03 Thread Chuck Swiger
Robert Slade wrote: Hi, I'm trying to get my brain around rsync. What I am trying to do is synchronise 2 directories on different machines. I have an rsync server running on one machine and running it as a client on the other. I have been able to get this setup to work. However, it just syncs the d

Re: Rsync Setup

2005-04-03 Thread Erik Nørgaard
Robert Slade wrote: Hi, I'm trying to get my brain around rsync. What I am trying to do is synchronise 2 directories on different machines. I have an rsync server running on one machine and running it as a client on the other. I have been able to get this setup to work. However, it just syncs the d

Re: device_polling

2005-04-03 Thread Anthony Atkielski
dick hoogendijk writes: > I build a kernel with devoce_polling and hz=1000 and experimented a bit. > Using "netstat -w 1" I see a drop in performance. In/output is about 20% > higher if polling is disabled. That was not what I expexted. I really > thought polling would be better. I use cheap rl (r

Rsync Setup

2005-04-03 Thread Robert Slade
Hi, I'm trying to get my brain around rsync. What I am trying to do is synchronise 2 directories on different machines. I have an rsync server running on one machine and running it as a client on the other. I have been able to get this setup to work. However, it just syncs the directories on machin

Re: device_polling

2005-04-03 Thread dick hoogendijk
On Sat, 02 Apr 2005 21:06:37 -0500 jason henson wrote: > dick hoogendijk wrote: > > >I was building a new kernel today and came across an option I had not > >seen before. I googled some and concluded that "options > >device_polling / options HZ=1000" would be a better way for my > >realtec networ

[Fwd: Network Printing to Windows - CUPS?]

2005-04-03 Thread Graham North
Hello: Has anyone had any joy printing from FreeBSD box to Windows print server? CUPS? Pointers? I have 3 machince and would prefer to leave printer attached to WinXP box. Suse is running another machine, and even using their YAST config too. I was not able to make it print properly - it found

Re: Boot manager

2005-04-03 Thread Gert Cuykens
On Apr 3, 2005 9:24 PM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > On Apr 3, 2005 9:07 PM, Christopher Nehren > <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 2005-04-03, Gert Cuykens scribbled these > > curious markings: > > > It doesnt have colors > > >

Re: Boot manager

2005-04-03 Thread Gert Cuykens
On Apr 3, 2005 9:07 PM, Christopher Nehren <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2005-04-03, Gert Cuykens scribbled these > curious markings: > > It doesnt have colors > > So? It's a boot manager, not a piece of artwork. > > > It doesnt look pretty >

RE: New Freebsd Install Guide Available

2005-04-03 Thread bob
What you didn't read the complete content of the message. You just wanted to see this, your meaningless out of context mesg on the list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christopher Nehren Sent: Sunday, April 03, 2005 3:09 PM To: freebsd-que

HT still not working ... version 5.3

2005-04-03 Thread faisal gillani
i have intel 2.8 ghz HT enabled system,which works on windows XP but not working with HT technology in freebsd i did compile freebsd kernal with smp support but still 2nd processor fails to start , here are the messages in the dmesg output. FreeBSD 5.3-RELEASE #1: Mon Apr 4 00:03:25 UTC 2005

Re: question

2005-04-03 Thread Giorgos Keramidas
On 2005-04-03 14:50, [EMAIL PROTECTED] wrote: > YES there is something major wrong with the official handbook. The > majority of the content is written like the reader already has good > understanding of how FreeBSD works. It is not detailed enough for > someone who has no previous experience with

Re: Boot manager

2005-04-03 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-04-03, Gert Cuykens scribbled these curious markings: > It doesnt have colors So? It's a boot manager, not a piece of artwork. > It doesnt look pretty Ditto. > It writes ?? instead of windows It prints ?? because it can't possibly imagine

Re: New Freebsd Install Guide Available

2005-04-03 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-04-03, <[EMAIL PROTECTED]> scribbled these curious markings: > YES there is something major wrong with the official handbook. The > majority of the content is written like the reader already has good > understanding of how FreeBSD works. It is

New Freebsd Install Guide Available

2005-04-03 Thread bob
YES there is something major wrong with the official handbook. The majority of the content is written like the reader already has good understanding of how FreeBSD works. It is not detailed enough for someone who has no previous experience with Unix like operating systems. The referenced Install

RE: question

2005-04-03 Thread bob
YES there is something major wrong with the official handbook. The majority of the content is written like the reader already has good understanding of how FreeBSD works. It is not detailed enough for someone who has no previous experience with Unix like operating systems. The referenced Install

Re: IPFILTER and NFS

2005-04-03 Thread Erik NÃrgaard
Matt Juszczak wrote: I dont have access to the nfs server... only the client. Your configuration info showed me making changes on the server. is there a way to make the client work ok? Just let your client connect to any port on the server - keep state so you can block incoming connections: p

Re: Boot manager

2005-04-03 Thread Emanuel Strobl
Am Sonntag, 3. April 2005 20:36 schrieb Gert Cuykens: > On Apr 3, 2005 7:33 PM, Christopher Nehren > > <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 2005-04-03, Teilhard Knight scribbled these > > > > curious markings: > > > Could you recommend a good b

Re: Boot manager

2005-04-03 Thread Gert Cuykens
On Apr 3, 2005 7:33 PM, Christopher Nehren <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2005-04-03, Teilhard Knight scribbled these > curious markings: > > Could you recommend a good boot manager, please? I mean, to boot several > > OSs, but not relying on Li

Re: 1001:1001::0:0

2005-04-03 Thread Gert Cuykens
On Apr 3, 2005 8:25 PM, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Apr 03), Gert Cuykens said: > > On Apr 3, 2005 7:57 PM, Dan Nelson <[EMAIL PROTECTED]> wrote: > > > In the last episode (Apr 03), Gert Cuykens said: > > > > what does 1001:1001::0:0 in vipw mean ? > > > > > > > > i

Re: 1001:1001::0:0

2005-04-03 Thread Gert Cuykens
Alrighdy i found the honny jar :) http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/users-introduction.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail t

Re: 1001:1001::0:0

2005-04-03 Thread Gert Cuykens
On Apr 3, 2005 8:18 PM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > On Apr 3, 2005 7:57 PM, Dan Nelson <[EMAIL PROTECTED]> wrote: > > In the last episode (Apr 03), Gert Cuykens said: > > > what does 1001:1001::0:0 in vipw mean ? > > > > > > i thought 1001 is the user id ? And 0 the x screen : 0 the x

Re: IPFILTER and NFS

2005-04-03 Thread Matt Juszczak
Problem is that I need to firewall the client. I dont have access to the nfs server... only the client. Your configuration info showed me making changes on the server. is there a way to make the client work ok? -Matt Erik NÃrgaard wrote: Matt Juszczak wrote: Howdy, Trying to get IPFILTER and N

Re: 1001:1001::0:0

2005-04-03 Thread Dan Nelson
In the last episode (Apr 03), Gert Cuykens said: > what does 1001:1001::0:0 in vipw mean ? > > i thought 1001 is the user id ? And 0 the x screen : 0 the x display? > Why are there 2 times 1001 written ? The passwd manpage explains it (man 5 passwd). The first two numbers are the uid and primary

1001:1001::0:0

2005-04-03 Thread Gert Cuykens
what does 1001:1001::0:0 in vipw mean ? i thought 1001 is the user id ? And 0 the x screen : 0 the x display ? Why are there 2 times 1001 written ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Unable to find device node for /dev/ad0s1b in /dev!

2005-04-03 Thread Keith Rackleff
I had this same type problem. It appears that FreeBSD and the BIOS did not select the proper geometry for the disk. I tried a different disk on the same system, and I was able to install. Knopptix reported a different geometry than FreeBSD, so I tried setting the geometry to match what Knopp

Re: Boot manager

2005-04-03 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-04-03, Teilhard Knight scribbled these curious markings: > Could you recommend a good boot manager, please? I mean, to boot several > OSs, but not relying on Lilo. Not Xosl, because it doesn't work together > with a Drive Overlay. What's wro

Re: Boot manager

2005-04-03 Thread Teilhard Knight
- Original Message - From: "Emanuel Strobl" <[EMAIL PROTECTED]> To: Cc: "Teilhard Knight" <[EMAIL PROTECTED]> Sent: Sunday, April 03, 2005 11:19 AM Subject: Re: Boot manager Thank you. I have had a look at it, and I would prefer a boot manager which can be installed in a dedicated parti

Which mail server is the best for me?

2005-04-03 Thread Joshua Lewis
Gosh could you have picked a harder question? That is like saying Blondes, Brunets or Red Heads? You will have to read up about several MTA¹s and figure out what suites your needs. It will take a good few hours of reading and if you are anything like me with a wife job and three kids then time is

Re: Boot manager

2005-04-03 Thread Emanuel Strobl
Am Sonntag, 3. April 2005 19:07 schrieb Teilhard Knight: > Could you recommend a good boot manager, please? I mean, to boot several > OSs, but not relying on Lilo. Not Xosl, because it doesn't work together > with a Drive Overlay. Yes, I can strongly recommend gag. Very powerfull, yet very simple

Boot manager

2005-04-03 Thread Teilhard Knight
Could you recommend a good boot manager, please? I mean, to boot several OSs, but not relying on Lilo. Not Xosl, because it doesn't work together with a Drive Overlay. Teilhard. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/

Re: fdisk -B -b /boot/boot0 device

2005-04-03 Thread Gert Cuykens
On Apr 3, 2005 6:27 PM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > On Apr 3, 2005 3:19 PM, Chris <[EMAIL PROTECTED]> wrote: > > Gert Cuykens wrote: > > > On Apr 3, 2005 7:22 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > > > > > >>On Mar 31, 2005 3:34 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > > >

Re: Sound problem ...

2005-04-03 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-04-03, Aaron Siegel scribbled these curious markings: > My whining attached bellow [snipped] Then fix it. Best Regards, Christopher Nehren -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCUCABk/lo7zvzJioRAv3cAKCNMRWeU/if

VPN with setkey

2005-04-03 Thread Martin Schweizer
Hello I've been run in troubles with setkey. My goal is to etablish a vpn connection with setkey/racoon to an vpn box from ZyXEL (Prestige 600series). My setup is: notebook ---> FreeBSD gateway/firewall ---> Internet -> ZyXEL Notebook: 192.168.50.55 FreeBSD gatewy/firewall: 192.168.50.1 ZyX

Re: fdisk -B -b /boot/boot0 device

2005-04-03 Thread Gert Cuykens
On Apr 3, 2005 3:19 PM, Chris <[EMAIL PROTECTED]> wrote: > Gert Cuykens wrote: > > On Apr 3, 2005 7:22 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > > > >>On Mar 31, 2005 3:34 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > >> > >>>Is boot0 a bootmanager ? > >>> > >> > >>I booted cd2 went into fixit

Re: FreeBSD server behind router-NAT; how to configure sendmail?

2005-04-03 Thread Harald Schmalzbauer
Am Sonntag, 3. April 2005 17:36 schrieb Rob: > Emanuel Strobl wrote:\> > > > If you don't have /etc/mail/yourhostname.domain.mc > > then you should cd to /etc/mail and type "make", > > after you edited the file "make all install restart" > > Thanks for your help. I generated the files with this > m

Re: FreeBSD server behind router-NAT; how to configure sendmail?

2005-04-03 Thread Rob
Emanuel Strobl wrote:\> > If you don't have /etc/mail/yourhostname.domain.mc > then you should cd to /etc/mail and type "make", > after you edited the file "make all install restart" Thanks for your help. I generated the files with this make command, and all just worked out of the box. I can send

Re: Repairing an inconsistent system

2005-04-03 Thread Chris
Mike Jeays wrote: I made a mess of my 5.3 installation. I cvsupped the ports tree, and then tried to get the gtk interface to Ruby to work, and reinstalled the port for gtk20. Firefox and Evolution then stopped working, complaining about missing libraries such as libgtk-x11-2.0.so.400 being absen

Repairing an inconsistent system

2005-04-03 Thread Mike Jeays
I made a mess of my 5.3 installation. I cvsupped the ports tree, and then tried to get the gtk interface to Ruby to work, and reinstalled the port for gtk20. Firefox and Evolution then stopped working, complaining about missing libraries such as libgtk-x11-2.0.so.400 being absent - they have been

Re: Sound problem ...

2005-04-03 Thread Chris
Aaron Siegel wrote: Faisal Gillani I do not like the handbook instructions, read my whining bellow. I would recommend following these procedures for configuring your sound card. The instruction in this email are very similar to the handbooks. Do not try to figure out what driver you sound card

Re: webalizer package installation

2005-04-03 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-04-03 19:13:04 +0530: > I am trying to install webalizer. I am newbie and I have tried a lot. > But it is giving me error .. Hello, please don't post to many lists at once. If in doubt, check the charters at http://www.freebsd.org/doc/en/books/handbook/

Re: Some kind of intranet update system for FreeBSD?

2005-04-03 Thread Andrew P.
Richard Caley wrote: In article <[EMAIL PROTECTED]>, Fabian Keil (fk) writes: fk> If the kernels are the same, you can use the same build fk> on every machine as well. If they aren't it works to set KERNCONF to the whole list on the build machine KENRCONF="Macine1 Macine2 Machine3" It bui

Re: Sound problem ...

2005-04-03 Thread Aaron Siegel
Faisal Gillani I do not like the handbook instructions, read my whining bellow. I would recommend following these procedures for configuring your sound card. The instruction in this email are very similar to the handbooks. Do not try to figure out what driver you sound card using form the Hard

Re: Some kind of intranet update system for FreeBSD?

2005-04-03 Thread Richard Caley
In article <[EMAIL PROTECTED]>, Fabian Keil (fk) writes: fk> If the kernels are the same, you can use the same build fk> on every machine as well. If they aren't it works to set KERNCONF to the whole list on the build machine KENRCONF="Macine1 Macine2 Machine3" It builds them all, but

Re: Some kind of intranet update system for FreeBSD?

2005-04-03 Thread Andrew P.
Chris wrote: Andrew P. wrote: Thanks, Andrew P. P.S. Still, IMHO a nicely-designed port would be great. I mean we do have portupgrade for crying out loud. If we have something for a network of freebsd boxes, we could start talking enterprise-level management. P.P.S. What a pity that we don't have t

Re: Some kind of intranet update system for FreeBSD?

2005-04-03 Thread Chris
Andrew P. wrote: Thanks, Andrew P. P.S. Still, IMHO a nicely-designed port would be great. I mean we do have portupgrade for crying out loud. If we have something for a network of freebsd boxes, we could start talking enterprise-level management. P.P.S. What a pity that we don't have tarfs/ftpfs. O

RE: Some kind of intranet update system for FreeBSD?

2005-04-03 Thread Vince
> > Thanks, I'll try to do this via ftp. What about the system > itself? Is there an easy way to copy all the binaries from > one box to another? > How about Port: freebsd-update-1.6_1 Path: /usr/ports/security/freebsd-update Info: Fetches and installs binary updates to FreeBSD Maint:

Re: webalizer package installation

2005-04-03 Thread albi
> 1) How to install gd and png libraries? Can you provide me url? How to > check they are installed or not? see below > 2) I also want to install a JAVA on freeBSD. What are the packages > requires, how to install them. I know pkg_add command. see here for installing java on FreeBSD : http://w

Re: Some kind of intranet update system for FreeBSD?

2005-04-03 Thread Andrew P.
Fabian Keil wrote: "Andrew P." <[EMAIL PROTECTED]> wrote: I dream about a server running on my main machine, which gets queries from intranet freebsd boxes that want to be updated. The server negotiates with each client and acts as requested: 1.1) fetches a binary package, or 1.2) f

webalizer package installation

2005-04-03 Thread Sadashiv Kulthe
Hello, I am trying to install webalizer. I am newbie and I have tried a lot. But it is giving me error .. checking for main in -lpng... no configure: error: png library not found... please install Png. checking for libgd.so... (cached) no configure: error: gd library not found... please install

Re: Some kind of intranet update system for FreeBSD?

2005-04-03 Thread Fabian Keil
"Andrew P." <[EMAIL PROTECTED]> wrote: > Michael C. Shultz wrote: > > On Saturday 02 April 2005 10:57 am, Andrew P. wrote: > >>It seems we lack some update system in FreeBSD. I > >>have only 2 freebsd boxes, one serving as an > >>internet gateway for the other. And whenever I want > >>to update t

Re: fdisk -B -b /boot/boot0 device

2005-04-03 Thread Chris
Gert Cuykens wrote: On Apr 3, 2005 7:22 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: On Mar 31, 2005 3:34 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: Is boot0 a bootmanager ? I booted cd2 went into fixit mode did mount /dev/ad1 /mnt cd /mnt/boot fdisk -B -b /dev/ad1 boot0 fdisk ask me to write boot

Re: Hyperthreading not working on my 5.3 FreeBSD

2005-04-03 Thread Anthony Atkielski
faisal gillani writes: > Well the output of my dmesg command is only showing 1 > processor , HT is enabled in bios , & working on > windows XP on the same PC. > what can be wrong ? is there anyway to enable it ? Recompile the kernel with options SMP You should then see the second logical proc

Re: FreeBSD Tuning

2005-04-03 Thread Giorgos Keramidas
On 2005-04-03 03:12, Pedram M <[EMAIL PROTECTED]> wrote: >Giorgos Keramidas [EMAIL PROTECTED] wrote: >>On 2005-04-02 22:36, Pedram M <[EMAIL PROTECTED]> wrote: >>> Anyone can give me references or suggestions on what to do tune >>> FreeBSD for a heavily loaded mail server? >>> >>> Any suggestions f

Re: IPFILTER and NFS

2005-04-03 Thread Erik Nørgaard
Matt Juszczak wrote: Howdy, Trying to get IPFILTER and NFS working. A google search didn't show much about my specific issue. With ipfilter working, nfs initially works, until someone tries to login. Then it stops working. With my firewall down on the NFS-CLIENT machine, it works fine. Any

Re: FreeBSD Tuning

2005-04-03 Thread Pedram M
Yeah I read the tuning manpage, Not enough, need more :) Regards, PD - Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "Pedram M" <[EMAIL PROTECTED]> Cc: Sent: Sunday, April 03, 2005 2:46 AM Subject: Re: FreeBSD Tuning > On 2005-04-02 22:36, Pedram M <[EMAIL PROT

Re: Sound problem ...

2005-04-03 Thread wizlayer
On Sunday 03 April 2005 05:49 am, faisal gillani wrote: > i configured Freebsd as my desktop, everything is > working fine , except sound , freebsd havent seemed to > pick up my sound card .. or its not configured , is > there any utility there to configure sound ? > > thanks > > > *º¤., ¸¸,.¤º*¨¨¨

  1   2   >