Re: Did I take the wrong bus with FreeBSD 6 to VMware?

2007-03-14 Thread Robert Eckardt
On Wed, 14 Mar 2007 21:17:21 -0800, Ted Mittelstaedt wrote > Robert, > > You have device driver conflicts with the hardware. Most likely > it is the ata driver and the rocket raid card. The rocket raids are > nice cards but I have had them blow up too. In my case I simply > moved the rocke

Re: Memory leak and deep swap upon the restart?

2007-03-14 Thread Dan Nelson
In the last episode (Mar 15), Abdullah Ibn Hamad Al-Marri said: > Hello, > > I have a webmail server, has apache 2.2.4, mysql 5.0.33, php 5.2.1, > clamav, mailscanner ..etc. > > The weird issue it goes into deep swap when it starts or I restart it. > *sigh* > This happened since like 6 months I

RE: (no subject)

2007-03-14 Thread Phil Tann
I've found that Greg Lehey's book - The Complete FreeBSD was a huge help when I (very recently) started getting into BSD. Kind Regards Phil Tann [EMAIL PROTECTED] Mobile: 0404 098 268 From: [EMAIL PROTECTED] on behalf of neo neo Sent: Thu 3/15/2007 4:33 PM To:

Re: (no subject) was: command list for FreeBSD

2007-03-14 Thread Oliver Koch
Hello again, Oliver Koch wrote: >> Where can i get FreeBSD commands list? > > that depends on what you want to do. The list can be very long > especially if you start to install things from ports... ;-) those links might help you: http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/

Re: FreeBSD handbook

2007-03-14 Thread Abdullah Ibn Hamad Al-Marri
On 3/15/07, neo neo <[EMAIL PROTECTED]> wrote: hello ; i am new at FreeBSD . Where can i get FreeBSD commands list? thankz . ZAW HTET AUNG Hello, Welcome to FreeBSD, please check http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics.html and http://www.freebsd.org/doc/en_US.ISO8

Re: (no subject) was: command list for FreeBSD

2007-03-14 Thread Oliver Koch
Hello neo neo wrote: > i am new at FreeBSD . > > Where can i get FreeBSD commands list? that depends on what you want to do. The list can be very long especially if you start to install things from ports... ;-) Kind regards, Oliver -- Oliver Koch Phone: +49-(0)5323

Re: squid

2007-03-14 Thread Oliver Koch
Hello, neo neo wrote: > How to configure to use my FreeBSD as a proxy with Squid ? you should try a Google search in order to find a howto for the installation of Squid under FreeBSD. I guess you will find serveral howtos. Kind regards, Oliver -- Oliver Koch Phone:

Re: squid

2007-03-14 Thread David Schulz
maybe this can be of help -> http://www.bsdguides.org/guides/freebsd/ networking/squid.php On Mar 15, 2007, at 2:45 PM, neo neo wrote: hello ; thankz for your reply . could u please help me about that.? How to configure to use my FreeBSD as a proxy with Squid ? thankz a lot ZAW HTET AUNG

RE: started getting repeated "bge0: PHY read timed out" messages

2007-03-14 Thread Michael K. Smith - Adhost
Hello Chad: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chad Leigh -- Shire.Net LLC Sent: Wednesday, March 14, 2007 11:19 PM To: User Questions Subject: Re: started getting repeated "bge0: PHY read timed out" messages On Mar 6, 2007, at 9:55 PM, Chad

squid

2007-03-14 Thread neo neo
hello ; thankz for your reply . could u please help me about that.? How to configure to use my FreeBSD as a proxy with Squid ? thankz a lot ZAW HTET AUNG ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

(no subject)

2007-03-14 Thread neo neo
hello ; i am new at FreeBSD . Where can i get FreeBSD commands list? thankz . ZAW HTET AUNG ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]

Re: started getting repeated "bge0: PHY read timed out" messages

2007-03-14 Thread Chad Leigh -- Shire.Net LLC
On Mar 6, 2007, at 9:55 PM, Chad Leigh -- Shire.Net LLC wrote: On Mar 6, 2007, at 5:08 PM, Michael K. Smith - Adhost wrote: Have you looked at the output of 'netstat -i' to see if there are interface errors? Also, have you looked at the switch-side interface for errors, buffer problems, et

Re: FreeBSD Devil Image

2007-03-14 Thread Ted Mittelstaedt
- Original Message - From: "Jeff Rollin" <[EMAIL PROTECTED]> > > I think it needs to be clarified that the reason /why/ the image of > Beastie is so apt to represent a Daemon is only /because/ it LOOKS > like a daemon/devil. How do ye know what thee Angel of the Bottomless Pit looks li

Re: FreeBSD Devil Image

2007-03-14 Thread Ted Mittelstaedt
- Original Message - From: "Pieter de Goeje" <[EMAIL PROTECTED]> To: Cc: "Adam Gerety" <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2007 11:47 AM Subject: Re: FreeBSD Devil Image > Op dinsdag 13 maart 2007 20:34, schreef Jeff Rollin: > > On 13/03/07, Andrew Pantyukhin <[EMAIL PROTECTED

Re: Optimizationn questions?

2007-03-14 Thread Gary Kline
On Thu, Mar 15, 2007 at 02:47:42AM +0100, Karol Kwiatkowski wrote: > Gary Kline wrote: > > Two quick one for kernel and/or compiler wizards: first, is > > a 400Mz processor considered a 586 (for my KERNELCONF file)? > > That depends on processor architecture rather than clock frequency. H

Re: Fixing DST manually on rel4 & rel5

2007-03-14 Thread Ted Mittelstaedt
here is my quick hack script to manually do this #!/bin/sh zdump -v /etc/localtime | grep 2007 echo If sun Mar 11 and Nov 1 then OK echo Otherwise stop script now and rerun from clean temp dir echo "also ls -l /etc |more and check that localtime is not a link" sleep 5 fetch ftp://sunrise.ipinc.ne

Re: binary patches?

2007-03-14 Thread Gary Kline
On Thu, Mar 15, 2007 at 02:57:14AM +0100, Danny Pansters wrote: > On Thursday 15 March 2007 00:00, Gary Kline wrote: > > On Wed, Mar 14, 2007 at 05:07:43PM +0100, Gabor Kovesdan wrote: > > > Gary Kline schrieb: > > > > Regarding most (or many) of the port changes--say, upgrading > > > > foo-2.1.9_5

Re: Did I take the wrong bus with FreeBSD 6 to VMware?

2007-03-14 Thread Ted Mittelstaedt
Robert, You have device driver conflicts with the hardware. Most likely it is the ata driver and the rocket raid card. The rocket raids are nice cards but I have had them blow up too. In my case I simply moved the rocket raid card to a different system where it was rock solid, and put in a pr

Re: Sendmail on a new Freebsd6.2 Won't Send or Receive.

2007-03-14 Thread Ted Mittelstaedt
sendmail_enable="YES" in /etc/rc.conf? Ted - Original Message - From: "Martin McCormick" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 14, 2007 7:21 PM Subject: Sendmail on a new Freebsd6.2 Won't Send or Receive. > I have just set up a new freeBSD6.2 system which should > be fully ca

Re: binary patches?

2007-03-14 Thread Gary Kline
On Wed, Mar 14, 2007 at 02:55:15PM -0900, Beech Rintoul wrote: > On Wednesday 14 March 2007 15:00, Gary Kline said: > > > This issue comes up about every six months. If you google the mailing > list you will find extensive discussion about why binary upgrades are > a bad idea. Well, cer

Re: Tool for validating sender address as spam-fighting technique?

2007-03-14 Thread Christopher Hilton
Chuck Swiger wrote: On Mar 13, 2007, at 8:37 PM, Chad Leigh -- Shire.Net LLC wrote: Address verification callbacks take various forms, but the way exim does it by default is to attempt to start a DSN delivery to the address and if the RCPT TO is accepted it is affirmative. It is not usually u

Re: Memory leak and deep swap upon the restart?

2007-03-14 Thread Kris Kennaway
On Thu, Mar 15, 2007 at 06:55:24AM +0300, Abdullah Ibn Hamad Al-Marri wrote: > Hello, > > I have a webmail server, has apache 2.2.4, mysql 5.0.33, php 5.2.1, > clamav, mailscanner ..etc. > > The weird issue it goes into deep swap when it starts or I restart it. > *sigh* > This happened since lik

Memory leak and deep swap upon the restart?

2007-03-14 Thread Abdullah Ibn Hamad Al-Marri
Hello, I have a webmail server, has apache 2.2.4, mysql 5.0.33, php 5.2.1, clamav, mailscanner ..etc. The weird issue it goes into deep swap when it starts or I restart it. *sigh* This happened since like 6 months I don't know why? it was okay before that. here is the top info last pid: 790;

Re: sound drivers

2007-03-14 Thread Ariff Abdullah
On Wed, 14 Mar 2007 20:12:35 -0300 freenity <[EMAIL PROTECTED]> wrote: > yes multimedia worked. output: > > > $ pciconf -vl | grep -iB 4 multimedia > class= bridge > subclass = PCI-PCI > [EMAIL PROTECTED]:16:1: class=0x040300 card=0xcb8410de > chip=0x026c10de rev=0xa2 hdr=0x00 >

Re: Optimizationn questions?

2007-03-14 Thread youshi10
On Thu, 15 Mar 2007, Danny Pansters wrote: On Thursday 15 March 2007 02:16, Gary Kline wrote: Two quick one for kernel and/or compiler wizards: first, is a 400Mz processor considered a 586 (for my KERNELCONF file)? Think its 686 (but really, leaving 486 and 586 in isn't going

Sendmail on a new Freebsd6.2 Won't Send or Receive.

2007-03-14 Thread Martin McCormick
I have just set up a new freeBSD6.2 system which should be fully capable of sending and receiving mail via sendmail. The processes are all running. It acts like inetd.conf has the ports closed, but there aren't any specifically for smtp. /etc/services has smtp ports listed and all open lik

Re: Optimizationn questions?

2007-03-14 Thread youshi10
On Thu, 15 Mar 2007, Danny Pansters wrote: On Thursday 15 March 2007 02:16, Gary Kline wrote: Two quick one for kernel and/or compiler wizards: first, is a 400Mz processor considered a 586 (for my KERNELCONF file)? Think its 686 (but really, leaving 486 and 586 in isn't going

Re: binary patches?

2007-03-14 Thread Danny Pansters
On Thursday 15 March 2007 03:13, Danny Pansters wrote: > I suspect that the build cluster is waiting for user input after failed > builds mostly ;-) Before I get spanked for this, I know it's automated, what I meant to say is that the build time only isn't the only time it all takes to get things

Re: Optimizationn questions?

2007-03-14 Thread Danny Pansters
On Thursday 15 March 2007 02:16, Gary Kline wrote: > Two quick one for kernel and/or compiler wizards: first, is > a 400Mz processor considered a 586 (for my KERNELCONF file)? Think its 686 (but really, leaving 486 and 586 in isn't going to slow down booting or anything!) I always sa

Re: binary patches?

2007-03-14 Thread Danny Pansters
On Thursday 15 March 2007 00:55, Beech Rintoul wrote: > This issue comes up about every six months. If you google the mailing > list you will find extensive discussion about why binary upgrades are > a bad idea. If you want to upgrade using packages only > use 'portupgrade -PP'. Bear in mind it

Re: Have screwed up my longin and password

2007-03-14 Thread Jerry McAllister
On Wed, Mar 14, 2007 at 03:21:04PM -0500, Roger Scow wrote: > I am totally new to FreeBSD, and have installed it and Gnome2/X11. > Somewhere in the process I have either corrupted or lost my password > and user name access. When I try to log into Gnome, either as root > or as username, it

Re: Need a good Unix script that..

2007-03-14 Thread Bob Hall
On Wed, Mar 14, 2007 at 05:56:26AM -0400, [EMAIL PROTECTED] wrote: > Hello, > > I'm trying to write a script to delete all line that include a certain > pattern in an output file. I sending information to one of our Security > people and they take this data and create a spreadsheet on the > inf

Re: binary patches?

2007-03-14 Thread Danny Pansters
On Thursday 15 March 2007 00:00, Gary Kline wrote: > On Wed, Mar 14, 2007 at 05:07:43PM +0100, Gabor Kovesdan wrote: > > Gary Kline schrieb: > > > Regarding most (or many) of the port changes--say, upgrading > > > foo-2.1.9_5 to foo-2.1.9_6, if the upgrade could be done by > > > downloading

Re: Optimizationn questions?

2007-03-14 Thread Karol Kwiatkowski
Gary Kline wrote: > Two quick one for kernel and/or compiler wizards: first, is > a 400Mz processor considered a 586 (for my KERNELCONF file)? That depends on processor architecture rather than clock frequency. Have a look at dmesg output - for example, Intel Celeron 400Mhz is a 686 c

CPUTYPE for VIA EPIA M-Series Mini-ITX

2007-03-14 Thread Jeffrey Goldberg
I have one of these CPU: VIA C3 Nehemiah (999.52-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x691 Stepping = 1 Features=0x380b035 http://www.via.com.tw/en/products/mainboards/motherboards.jsp? motherboard_id=81 And 6.2-RELEASE p2 When I set CPUTYPE=c3 in /etc/make.conf the world s

Re: Optimizationn questions?

2007-03-14 Thread Martin Tournoij
On Thu, March 15, 2007 02:16, Gary Kline wrote: > > Two quick one for kernel and/or compiler wizards: first, is > a 400Mz processor considered a 586 (for my KERNELCONF file)? To check: dmesg | grep CPU Two examples (first one is a i686 and second one a i586) CPU: Intel Celeron (902.05-MHz 686-cl

Optimizationn questions?

2007-03-14 Thread Gary Kline
Two quick one for kernel and/or compiler wizards: first, is a 400Mz processor considered a 586 (for my KERNELCONF file)? Second, is it safe to do a buildworld with -O3? If there are stability concerns, I'll go with the default when I rebuild my 6.2 systems

Re: moving binary port as installed from one system to another (openoffice.org-2 amd64)

2007-03-14 Thread Beech Rintoul
On Wednesday 14 March 2007 16:21, Steve Franks said: > No idea why there isn't an openoffice pkg yet for 6.2/amd64, but > some of us are running that on laptops, not servers, and we like to > do things like edit documents. > > Broke down and built the port, which took about 24 hours (after I > foun

Re: Ipod Nano doesn't connect

2007-03-14 Thread Tobias Roth
Tobias Roth wrote: > Hi > > I tried connecting my Ipod Nano 8GB via USB to my -STABLE box. No umass > or ugen device shows up, nothing happens when I connect it. All the USB > stuff is in the kernel, other usb mass devices (cameras, usb sticks) > work like a charm. I tried with GENERIC as well, no

moving binary port as installed from one system to another (openoffice.org-2 amd64)

2007-03-14 Thread Steve Franks
No idea why there isn't an openoffice pkg yet for 6.2/amd64, but some of us are running that on laptops, not servers, and we like to do things like edit documents. Broke down and built the port, which took about 24 hours (after I found & installed all dependent packages [built dependencies for a

Ipod Nano doesn't connect

2007-03-14 Thread Tobias Roth
Hi I tried connecting my Ipod Nano 8GB via USB to my -STABLE box. No umass or ugen device shows up, nothing happens when I connect it. All the USB stuff is in the kernel, other usb mass devices (cameras, usb sticks) work like a charm. I tried with GENERIC as well, nothing. Is there a trick, some s

Re: Have screwed up my longin and password

2007-03-14 Thread Kelly D. Grills
On Wed, Mar 14, 2007 at 03:21:04PM -0500, Roger Scow wrote: > > I am totally new to FreeBSD, and have installed it and Gnome2/X11. > Somewhere in the process I have either corrupted or lost my password > and user name access. When I try to log into Gnome, either as root > or as username, i

Re: Have screwed up my longin and password

2007-03-14 Thread Jeremy Gransden
On 3/14/07, Roger Scow <[EMAIL PROTECTED]> wrote: I am totally new to FreeBSD, and have installed it and Gnome2/X11. Somewhere in the process I have either corrupted or lost my password and user name access. When I try to log into Gnome, either as root or as username, it is a no go. I know tha

Re: binary patches?

2007-03-14 Thread Beech Rintoul
On Wednesday 14 March 2007 15:00, Gary Kline said: > On Wed, Mar 14, 2007 at 05:07:43PM +0100, Gabor Kovesdan wrote: > > Gary Kline schrieb: > > > Regarding most (or many) of the port changes--say, upgrading > > > foo-2.1.9_5 to foo-2.1.9_6, if the upgrade could be done by > > > downloading

Did I take the wrong bus with FreeBSD 6 to VMware?

2007-03-14 Thread Robert Eckardt
Hi, for some time I'm trying to get FreeBSD 6 running on my server as a host for VMware and several other functions. I'm using a 1.7GHz Pentium M 735 on an AOpen i855GMEm-LFS mobo w/ USB, VGA, 2xGbit/s, 2xPATA channels etc. on board. I used to run FBSD-5.2.1 with vmware3 on an Epox mobo w/ a 2G

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread Louis Kowolowski
On Wed, Mar 14, 2007 at 11:55:20AM -0400, Sean Bryant wrote: ... > Try the 'vesa' xorg driver. It may not be fancy or all that accelerated > but it works quite well. I have an nvidia card and cannot get it to work > for the life of me. the drive attached, but nothing happens after that. > It mig

Re: binary patches?

2007-03-14 Thread Gary Kline
On Wed, Mar 14, 2007 at 12:29:58PM -0700, [EMAIL PROTECTED] wrote: > On Wed, 14 Mar 2007, Fabian Keil wrote: > > >Wojciech Puchar <[EMAIL PROTECTED]> wrote: > > > >>> Regarding most (or many) of the port changes--say, upgrading > >>> foo-2.1.9_5 to foo-2.1.9_6, if the upgrade could be done by

Re: sound drivers

2007-03-14 Thread freenity
yes multimedia worked. output: $ pciconf -vl | grep -iB 4 multimedia class= bridge subclass = PCI-PCI [EMAIL PROTECTED]:16:1: class=0x040300 card=0xcb8410de chip=0x026c10de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class= multimedia $ ___

Re: sound drivers

2007-03-14 Thread Chuck Swiger
On Mar 14, 2007, at 3:56 PM, freenity wrote: Thanks for answers. kldload snd_driver didnt help. and pciconf -vl | grep -B 4 audio doesnt output anything. That implies that nothing recognized as an audio device has been configured by your BIOS. You might want to double-check your BIOS set

Re: sound drivers

2007-03-14 Thread Pietro Cerutti
On 3/14/07, freenity <[EMAIL PROTECTED]> wrote: Thanks for answers. kldload snd_driver didnt help. and pciconf -vl | grep -B 4 audio doesnt output anything. try with pciconf -vl | grep -iB 4 audio or pciconf -vl 1 grep -iB 4 multimedia sometimes the class is multimedia, or [Aa]udio is includ

Re: binary patches?

2007-03-14 Thread Gary Kline
On Wed, Mar 14, 2007 at 05:07:43PM +0100, Gabor Kovesdan wrote: > Gary Kline schrieb: > > Regarding most (or many) of the port changes--say, upgrading > > foo-2.1.9_5 to foo-2.1.9_6, if the upgrade could be done by > > downloading a binary diff file, could the resulting > > /usr/lo

Re: why can't i turn off fast_time? [ success w/ post_mortem ]

2007-03-14 Thread spellberg_robert
greetings, all --- i've been meaning to write a whole lot sooner. too many non_maskable interrupts. thank you, matthew. thank you, duane. as it eventuated, i spent all day for four days, mar_01_thu through 04_sun, working on this. most of the results occurred thursday, but i wound up bein

Re: sound drivers

2007-03-14 Thread freenity
Thanks for answers. kldload snd_driver didnt help. and pciconf -vl | grep -B 4 audio doesnt output anything. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[E

Re: sound drivers

2007-03-14 Thread Miguel Alcántara
This works for me: $kldload snd_driver $cat /dev/sndstat then you will see the correct sound driver, and add that in /boot/loader.conf my case: ofuscado# kldload snd_driver ofuscado# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xd800, 0xdc40 irq 17 bufsz 16

Re: sound drivers

2007-03-14 Thread Pieter de Goeje
On Wednesday 14 March 2007 22:18, freenity wrote: > Helo. > Im new to FreeBSD and need some help. I have installed FreeBSD > 6.2-RELEASEfor amd64. I have a 18n-vm mother board. And the problem is > with its onboard > sound card. It seems that its not detected. I tried to use kldload snd_ich > but i

Re: FreeBSD laptop computer

2007-03-14 Thread Giorgos Keramidas
On 2007-03-14 20:14, Wojciech Puchar <[EMAIL PROTECTED]> wrote: > i need to buy new notebook for personal use. > > Could you give me an advice what will be actually FULLY supported by > FreeBSD. > > Other needs are: > > a) low price > b) high reliability > c) long battery run > > processing pow

Re: sendmail not working?

2007-03-14 Thread Gerard Seibert
On Wed, 14 Mar 2007 22:23:32 +0100 Nagy László Zsolt <[EMAIL PROTECTED]> wrote: > Derek Ragona wrote > > You need to make sure sendmail is starting and running. Check your > > rc.conf and any variables that might need to be set. > Thanks! > > In my rc.conf: > > sendmail_enable="NO" > > Howe

sound drivers

2007-03-14 Thread freenity
Helo. Im new to FreeBSD and need some help. I have installed FreeBSD 6.2-RELEASEfor amd64. I have a 18n-vm mother board. And the problem is with its onboard sound card. It seems that its not detected. I tried to use kldload snd_ich but it didnt helped. The output of cat /dev/sndstat is> $ cat /d

Re: sendmail not working?

2007-03-14 Thread Derek Ragona
Postfix is the mail transfer agent, or MTA. That means it does the local delivery. In a sendmail only server you have two instances of sendmail running one to send the mail, one as the MTA. You need at least one running. -Derek At 04:23 PM 3/14/2007, Nagy László Zsolt wrote: Derek

Re: sendmail not working?

2007-03-14 Thread Nagy László Zsolt
Derek Ragona wrote You need to make sure sendmail is starting and running. Check your rc.conf and any variables that might need to be set. Thanks! In my rc.conf: sendmail_enable="NO" However, as I wrote, I was using postfix. I'm not a big guru but I believe that postfix has its own daemon a

Re: sendmail not working?

2007-03-14 Thread Derek Ragona
You need to make sure sendmail is starting and running. Check your rc.conf and any variables that might need to be set. -Derek At 03:58 PM 3/14/2007, Laszlo Nagy wrote: Hi All, Got a problem with FreeBSD 6.2 (upgraded from 6.1): cron is not sending out e-mails. However, it is run

Re: per-interface default routes?

2007-03-14 Thread Alexandre Biancalana
On 3/14/07, Wojciech Puchar <[EMAIL PROTECTED]> wrote: >> I'm likely to do the ipfw approach suggested by Wojceich, >> as soon as I rebuild with "options IPFIREWALL_FORWARD", > > > This could be done with pf route-to too. yes. but ipfw is most universal having all needed things at one place.

sendmail not working?

2007-03-14 Thread Laszlo Nagy
Hi All, Got a problem with FreeBSD 6.2 (upgraded from 6.1): cron is not sending out e-mails. However, it is running: messias# ps ax | grep cron 988 ?? Ss 0:01.86 /usr/sbin/cron -s But, if I write this into the crontab of root: SHELL=/bin/csh * * * * * echo "Test" then I do not get

Re: per-interface default routes?

2007-03-14 Thread Wojciech Puchar
I'm likely to do the ipfw approach suggested by Wojceich, as soon as I rebuild with "options IPFIREWALL_FORWARD", This could be done with pf route-to too. yes. but ipfw is most universal having all needed things at one place. firewalling, routing, shaping, etc. _

Have screwed up my longin and password

2007-03-14 Thread Roger Scow
I am totally new to FreeBSD, and have installed it and Gnome2/X11. Somewhere in the process I have either corrupted or lost my password and user name access. When I try to log into Gnome, either as root or as username, it is a no go. I know that I set up myself as a user, and set a root p

Apache 2.2.4 with mod_ssl start up problem

2007-03-14 Thread Drew Marshall
Hi I am running 6.0 on i386 and have updated apache22 with the latest and greatest from my cvsup'ed ports tree (I also think openssl was updated to the latest beta 0.9.8e, which might be connected or maybe not...) All went fine until I have come to restart Apache when I get this error: h

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-14 Thread hxc
Tore Lund wrote: [EMAIL PROTECTED] wrote: Chris Slothouber wrote: What version of FreeBSD are you currently running. Sorry for pressing the point, but it seems you have not yet told us which version of FreeBSD you are running. /Darn this looks pretty complicated :-P

Re: per-interface default routes?

2007-03-14 Thread Wojciech Puchar
interfaces. I'm familiar with route(8)... but I don't see how that will work. Can you expand on your comment? I'm likely to do the ipfw approach suggested by Wojceich, as soon as I rebuild with "options IPFIREWALL_FORWARD", exactly, sorry i forgot to mention about that option. ___

Re: per-interface default routes?

2007-03-14 Thread Alexandre Biancalana
On 3/14/07, Mark Messier <[EMAIL PROTECTED]> wrote: >> Route has more information if you want to setup default routes for interfaces. I'm familiar with route(8)... but I don't see how that will work. Can you expand on your comment? I'm likely to do the ipfw approach suggested by Wojceich, as

Re: FreeBSD laptop computer

2007-03-14 Thread Alexandre Vieira
On 3/14/07, Wojciech Puchar <[EMAIL PROTECTED]> wrote: i need to buy new notebook for personal use. Could you give me an advice what will be actually FULLY supported by FreeBSD. Other needs are: a) low price b) high reliability c) long battery run processing power and extra peripherals are n

Re: per-interface default routes?

2007-03-14 Thread Mark Messier
>> Route has more information if you want to setup default routes for interfaces. I'm familiar with route(8)... but I don't see how that will work. Can you expand on your comment? I'm likely to do the ipfw approach suggested by Wojceich, as soon as I rebuild with "options IPFIREWALL_FORWARD",

Re: aaccli doesn't work with AOC-LPZCR2 (Supermicro)

2007-03-14 Thread Vivek Khera
On Mar 13, 2007, at 5:44 AM, Thomas Vogt wrote: FreeBSD (6.2 and Current) boots and works perfectly. Only the storage control program from port/sysutils/aaccli doesn't work with this controller. aaccli open aac0: Command Error: Is there a way to check the status from the Raid without it? Per

Re: binary patches?

2007-03-14 Thread Wojciech Puchar
Well, this can be done by diffing two different copies of a similar binary. Frankly, binary patches should be done thought IMHO because like Wojciech mentioned the differences would be huge. actually i never user binary packages from freebsd site. this is no problem to compile from source as

Re: per-interface default routes?

2007-03-14 Thread Wojciech Puchar
That is, I want per-interface default routes (is this the correct term?). How do I do this? Thanks, -mark Route has more information if you want to setup default routes for interfaces. Either that, or natd will yield a solution for you. natd needs IPFW and is quite CPU consuming compared to

Re: binary patches?

2007-03-14 Thread youshi10
On Wed, 14 Mar 2007, Fabian Keil wrote: Wojciech Puchar <[EMAIL PROTECTED]> wrote: Regarding most (or many) of the port changes--say, upgrading foo-2.1.9_5 to foo-2.1.9_6, if the upgrade could be done by downloading a binary diff file, could the resulting /usr/

Re: per-interface default routes?

2007-03-14 Thread youshi10
On Wed, 14 Mar 2007, Mark Messier wrote: Suppose you have a freebsd box with two LAN interfaces, one numbered on netA and one on netB... Some applications are listening on the netA IP address, some on the netB IP address. Some applications may be listening on all interfaces but might have a di

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread youshi10
On Wed, 14 Mar 2007, Oliver Fromme wrote: Vince <[EMAIL PROTECTED]> wrote: > Sean Bryant wrote: > > Andrew Reilly wrote: > > > Does anyone know if there are *any* contemporary graphics cards > > > that have 3D acceleration supported by some flavour of > > > open-source x.org? Doesn't have to be

Re: binary patches?

2007-03-14 Thread Wojciech Puchar
code (or data, rodata) will change. so diff will be big. Is that a guess or did you actually test and verify this? verified, but some time ago in linux, but i think it shouldn't make difference ___ freebsd-questions@freebsd.org mailing list http://

FreeBSD laptop computer

2007-03-14 Thread Wojciech Puchar
i need to buy new notebook for personal use. Could you give me an advice what will be actually FULLY supported by FreeBSD. Other needs are: a) low price b) high reliability c) long battery run processing power and extra peripherals are not important, even slower NEW laptops are much more po

Re: binary patches?

2007-03-14 Thread Fabian Keil
Wojciech Puchar <[EMAIL PROTECTED]> wrote: > > Regarding most (or many) of the port changes--say, upgrading > > foo-2.1.9_5 to foo-2.1.9_6, if the upgrade could be done by > > downloading a binary diff file, could the resulting > > /usr/local/bin/foo-2.1.9_6 be achieved by downloa

ifstated check commands behavior

2007-03-14 Thread Alexandre Biancalana
Hi list, I'm trying to setup ifstated to check two links and if some go down, do some actions like change pf rules and machine's route. My doubt is about the execution order/repetition of the states body of ifstated.conf, in all configs that I tried just the last check is executed always, foll

Re: per-interface default routes?

2007-03-14 Thread Wojciech Puchar
and packets sourced from the netB IP address go out the netB physical interface. That is, I want per-interface default routes (is this the correct term?). How do I do this? using ipfw rule example: add xxx fwd router_for_a_link all from outgoing_address/range to any please learn at least ip

Re: Problems with SSH and Realtek driver

2007-03-14 Thread Lowell Gilbert
"Alexander Schlichting" <[EMAIL PROTECTED]> writes: > > > I had a problem with the sshd disconnecting incoming connections after a few > seconds of inactivity. I tried a lot and found no solution for this so I > ended up with trying the latest driver from here : > http://www.realtek.com.tw/downl

RE: Upgrading from FreeBSD 6.1-Stable to Latest

2007-03-14 Thread Wil Hatfield
Taking this thread a little further since it is right in line with my todo list for tonight. I currently have 6.1 installed on a Supermicro machine with two ata drives. There has been a major bug that causes frequent kernel panics which started at 6.0. The following build options seemed to help wit

Re: binary patches?

2007-03-14 Thread Wojciech Puchar
Regarding most (or many) of the port changes--say, upgrading foo-2.1.9_5 to foo-2.1.9_6, if the upgrade could be done by downloading a binary diff file, could the resulting /usr/local/bin/foo-2.1.9_6 be achieved by downloading a relatively small binary patc

per-interface default routes?

2007-03-14 Thread Mark Messier
Suppose you have a freebsd box with two LAN interfaces, one numbered on netA and one on netB... Some applications are listening on the netA IP address, some on the netB IP address. Some applications may be listening on all interfaces but might have a directive that indicates which IP address to

Re: getting mail to work

2007-03-14 Thread NetOpsCenter
Jeffrey Goldberg wrote: On Mar 13, 2007, at 8:17 PM, jekillen wrote: On Mar 12, 2007, at 5:14 PM, RW wrote: Just as long as you understand the distinction between forward and reverse DNS. Based on the whois record for for your IP address, at the moment you appear to have the following re

Re: Hi ;

2007-03-14 Thread Ivan \"Rambius\" Ivanov
Hello, On 3/14/07, Christian Walther <[EMAIL PROTECTED]> wrote: On 14/03/07, Halil Guven <[EMAIL PROTECTED]> wrote: > Dear Sırs > > I want to open in FreeBSD program 21,443,11905,11907,12341 15501 ports.How > can i do these. > > Please inform me and thanks in advance of your help. > > Wait of yo

Re: Tool for validating sender address as spam-fighting technique?

2007-03-14 Thread Chuck Swiger
On Mar 13, 2007, at 8:37 PM, Chad Leigh -- Shire.Net LLC wrote: Address verification callbacks take various forms, but the way exim does it by default is to attempt to start a DSN delivery to the address and if the RCPT TO is accepted it is affirmative. It is not usually use VRFY. Most add

Zabbix problem

2007-03-14 Thread Alexandre Vieira
Hi list, Anyone installed zabbix-server lately? Everything seems to be working fine except the graphic generating. The graphic apears, the values for max/min/avg appear in the graphic footer, the scale also appears ok but there is no drawing line. I've tried many parameters to generate graphics

Re: Freebsd-Update & Stable Dist's

2007-03-14 Thread Lowell Gilbert
"Don O'Neil" <[EMAIL PROTECTED]> writes: > When I built my latest server I used a FreeBSD 6.1-STABLE-200608 ISO image > that was produced on one of the serveral 'snapshot' sites > > However, I was going to run freebsd-update to check for any patches, etc.. > That may need to be applied and it

beagle contents search not working?

2007-03-14 Thread Must Karu
Hi, can anyone confirm that any of the desktop search engines, beagle or tracker, work on their system? What Im interested in is whether they can search contents of files? When I try to extract content with beagle on my machine (latest mono, FBSD 6.2) using beagle-extract-content file.txt it

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread Scott Long
Stephen Montgomery-Smith wrote: Sean Bryant wrote: Andrew Reilly wrote: On Tue, 13 Mar 2007 14:17:00 -0800 (PST) Doug Ambrisko <[EMAIL PROTECTED]> wrote: One thing that is a plus with nv is that X has some support for it, whereas, the newer ati cards have no support :-( I was a fan of at

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread Oliver Fromme
Vince <[EMAIL PROTECTED]> wrote: > Sean Bryant wrote: > > Andrew Reilly wrote: > > > Does anyone know if there are *any* contemporary graphics cards > > > that have 3D acceleration supported by some flavour of > > > open-source x.org? Doesn't have to be a super-fast 'leet gamer > > > system

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread youshi10
On Wed, 14 Mar 2007, Stephen Montgomery-Smith wrote: Scott Long wrote: Stephen Montgomery-Smith wrote: Sean Bryant wrote: Andrew Reilly wrote: On Tue, 13 Mar 2007 14:17:00 -0800 (PST) Doug Ambrisko <[EMAIL PROTECTED]> wrote: One thing that is a plus with nv is that X has some support

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread Wojciech Puchar
We need to start hounding on AMD to publish the developer documentation for all radeon chipsets. I for one will not buy any AMD or ATI components until they decide to fix the problem. Here's the email address of AMD's president: [EMAIL PROTECTED] Give him your two cents. already did, i use AMD

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread Vince
Sean Bryant wrote: > Andrew Reilly wrote: >> On Tue, 13 Mar 2007 14:17:00 -0800 (PST) >> Doug Ambrisko <[EMAIL PROTECTED]> wrote: >> >>> One thing that is a plus with nv is that X has some support for it, >>> whereas, the newer ati cards have no support :-( I was a fan of ati >>> since it was ea

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread Stephen Montgomery-Smith
Scott Long wrote: Stephen Montgomery-Smith wrote: Sean Bryant wrote: Andrew Reilly wrote: On Tue, 13 Mar 2007 14:17:00 -0800 (PST) Doug Ambrisko <[EMAIL PROTECTED]> wrote: One thing that is a plus with nv is that X has some support for it, whereas, the newer ati cards have no support :

Re: binary patches?

2007-03-14 Thread Gary Kline
On Wed, Mar 14, 2007 at 04:20:00PM +, Vince wrote: > Gary Kline wrote: > > Regarding most (or many) of the port changes--say, upgrading > > foo-2.1.9_5 to foo-2.1.9_6, if the upgrade could be done by > > downloading a binary diff file, could the resulting > > /usr/local/bin/foo

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread Stephen Montgomery-Smith
Sean Bryant wrote: Andrew Reilly wrote: On Tue, 13 Mar 2007 14:17:00 -0800 (PST) Doug Ambrisko <[EMAIL PROTECTED]> wrote: One thing that is a plus with nv is that X has some support for it, whereas, the newer ati cards have no support :-( I was a fan of ati since it was easier to get sup

  1   2   >