panic: ohci_add_done

2008-07-10 Thread Horus Lee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey all FreeBSD folks, I bought myself a new PC: AMD Athlon 64 X2 5000+ Black Edition Jetway HA06 (http://www.jetway.com.tw/jw/motherboard_view.asp?productid=481proname=HA06, Integrated USB) Kingston DDR2 800 1GB * 2 I want to install FreeBSD 7.0 on

Why can't ping

2008-07-10 Thread EdwardKing
I configure ed0 when I install FreeBSD7.0,like follows: Host:test.example.com Domain:test.com IPv4 GateWay: 172.18.0.1 Name server: 172.18.0.250 IPv4 Address: 172.18.0.19 Netmask:255.255.255.0 Then I Ping itself,like follows: #ping 172.18.0.19 Then result is failure: ping: sendto: No

RE: Why can't ping

2008-07-10 Thread Chris Haulmark
Hello! I configure ed0 when I install FreeBSD7.0,like follows: Host:test.example.com Domain:test.com IPv4 GateWay: 172.18.0.1 Name server: 172.18.0.250 IPv4 Address: 172.18.0.19 Netmask:255.255.255.0 I noticed you are using ed0 as the interface? There is no ed in FreeBSD. Then I Ping

how to set vi line number?

2008-07-10 Thread EdwardKing
my first question is whether vi can show line number,such as 1: 2: 3:? my second question is whether vi support c syntax,such as show #include with other different color? How to modify to realize above function? thanks

Re: how to set vi line number?

2008-07-10 Thread sac u
On 7/10/08, EdwardKing [EMAIL PROTECTED] wrote: my first question is whether vi can show line number,such as 1: 2: 3:? my second question is whether vi support c syntax,such as show #include with other different color? To list line numbers. :set nu I don't think vi has syntax highlighting,

Re: how to set vi line number?

2008-07-10 Thread Paul Procacci
EdwardKing wrote: my first question is whether vi can show line number,such as 1: 2: 3:? my second question is whether vi support c syntax,such as show #include with other different color? How to modify to realize above function? thanks

Re: how to set vi line number?

2008-07-10 Thread alt127
hi, for line number try set number for syntax highlighting try vim with syntax on if you don`t have vim try pkg_add or ports... ^/ p.s. I suppose this was a generic question out of the list`s scope. :-) EdwardKing wrote: my first question is whether vi can show line number,such as 1: 2: 3:?

Re: Why can't ping

2008-07-10 Thread sac u
This is your interface - le0. Additonally do not forget to run /etc/netstart options=8 VLAN_MTU either 00:0d:18:23:32:7a inet6 fe80::20c:29ff:fe76:365a%le0 prefixlen 64 scopeid 0x1 inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255 It shows that your le0 interface has not

Re: Why can't ping

2008-07-10 Thread Polytropon
On Thu, 10 Jul 2008 05:10:25 -0400, Chris Haulmark [EMAIL PROTECTED] wrote: There is no ed in FreeBSD. Off topic, but there is: % man 4 ed ed -- NE-2000 and WD-80x3 Ethernet driver Older NIC, but still present, works for RealTek RTL-8029, for example. -- Polytropon From

known problem about SATA CD-ROM

2008-07-10 Thread Alexander Bubnov
Hi, I have the same problem as describe here http://arkiv.freebsd.se/?ml=freebsd-prolianta=2008-03t=6875944 shortly: acd0: DVDR SMP: AP CPU #1 Launched! acd0: TIMEOUT - READ_BIG retraying (1 retry left) acd0: TIMEOUT - READ_BIG retraying (0 retries left) acd0: TIMEOUT - READ_BIG timed out acd0:

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Mel
On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: How do I get this to stop working like this and create files with UID=andy GID=www? Just a head's up: www is the group id from Apache by default, so doing this, you'll make the files writeable by the webserver, generally not something

Re: panic: ohci_add_done

2008-07-10 Thread Mel
On Thursday 10 July 2008 08:09:38 Horus Lee wrote: Hey all FreeBSD folks, I bought myself a new PC: AMD Athlon 64 X2 5000+ Black Edition Jetway HA06 (http://www.jetway.com.tw/jw/motherboard_view.asp?productid=481proname=HA0 6, Integrated USB) Kingston DDR2 800 1GB * 2 I want to install

Re: snippet of configure script - explain please

2008-07-10 Thread Mel
On Thursday 10 July 2008 06:24:46 Malcolm Kay wrote: 9255 if { as_var=$as_ac_var; eval test \\${$as_var+set}\ = set; }; then I find this line somewhat strange as I've not been able to find documentation for the expansion of ${parameter+set} under the Bourne shell. (nor bash, nor ksh)

Re: Locate command

2008-07-10 Thread RW
On Wed, 09 Jul 2008 21:48:02 -0500 Paul Procacci [EMAIL PROTECTED] wrote: Rem P Roberti wrote: Whenever I do a locate command on a new installation I get this message: locate: database too small: /var/db/locate.database Can someone give me a heads up on how to fix this? Run this

Re: panic: ohci_add_done

2008-07-10 Thread Horus Lee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mel and all, -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAkh2CcUACgkQvVxKL9VSxXr6rgCgmK63mJx8GlFmsKELMnZ8EtZ6 /BQAoIW/3f7dt+bxjZnBy38V75Irv/Tc =mPiu -END PGP SIGNATURE- 2008/7/10 Mel [EMAIL PROTECTED]:

Re: How do I install openoffice from packages?

2008-07-10 Thread Kevin Monceaux
/Andreas, On Thu, 10 Jul 2008, Andreas Davour wrote: After fooling around a bit with online installs I downloaded the package and installed manually. It does complain about other stuff not being there. Isn't packages supposed to work like port and pull in requirements automagically? Note: I

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Andrew Falanga
On Wed, Jul 9, 2008 at 9:30 PM, Sahil Tandon [EMAIL PROTECTED] wrote: Andrew Falanga [EMAIL PROTECTED] wrote: I've not had to set this up and so far my efforts have proven less than successful. I'm working on a web project with my father and one other developer. I need to have it so that

Re: How do I install openoffice from packages?

2008-07-10 Thread Danielisz Laszlo
I installed OO on FreeBSD 6.2 using this link: ftp://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/2.2.1/i386/OOo_2.2.1_FreeBSD62Intel_install_en-US.tbz, without any problems, exactly what error log do you have? - Original Message From: Andreas Davour [EMAIL PROTECTED] To:

Re: Locate command

2008-07-10 Thread Rem P Roberti
Rem P Roberti wrote: Whenever I do a locate command on a new installation I get this message: locate: database too small: /var/db/locate.database Can someone give me a heads up on how to fix this? Run this shell script: /etc/periodic/weekly/310.locate You

Re: Locate command

2008-07-10 Thread Roger Olofsson
Rem P Roberti skrev: Whenever I do a locate command on a new installation I get this message: locate: database too small: /var/db/locate.database Can someone give me a heads up on how to fix this? Thanks, Rem ___ freebsd-questions@freebsd.org

Re: quota and sendmail accepts 10k mail size

2008-07-10 Thread Mikhail Goriachev
Quoting lyd mc [EMAIL PROTECTED]: However, my company wants to have 20meg mbox space per user. If the User exceeds, he/she should not recieved any mail. So, I use system quota to prevent sendmail from writing to mbox of a Let me suggest slightly different approaches: 1.- You could have

Re: Locate command

2008-07-10 Thread Rem P Roberti
Whenever I do a locate command on a new installation I get this message: locate: database too small: /var/db/locate.database Can someone give me a heads up on how to fix this? Thanks, Rem Actually, the very first thing I always do after installing a FreeBSD is add this

Automounting usb flash memory in FreeBSD 7.0

2008-07-10 Thread Robe
Hi there, I'm a novice in FreeBSD and I wanna know if there's some application to automount my USB flash memory in FreeBSD 7.0. Thanks, -- Robe. No se como será la tercera guerra mundial, sólo se que la cuarta será con piedras y lanzas. ___

Re: snippet of configure script - explain please

2008-07-10 Thread Malcolm Kay
On Thu, 10 Jul 2008 09:45 pm, Mel wrote: On Thursday 10 July 2008 06:24:46 Malcolm Kay wrote: 9255 if { as_var=$as_ac_var; eval test \\${$as_var+set}\ = set; }; then I find this line somewhat strange as I've not been able to find documentation for the expansion of

Re: Locate command

2008-07-10 Thread Daniel Gerzo
Hello, Actually, the very first thing I always do after installing a FreeBSD is add this line to crontab: 00 02 * * * /usr/libexec/locate.updatedb I guess I'm a locate-freak ;^D Done. Thanks again. You guys should rather use /etc/periodic/weekly/310.locate script to update your

Re: snippet of configure script - explain please

2008-07-10 Thread Thomas Dickey
On Fri, Jul 11, 2008 at 12:18:42AM +0930, Malcolm Kay wrote: On Thu, 10 Jul 2008 09:45 pm, Mel wrote: On Thursday 10 July 2008 06:24:46 Malcolm Kay wrote: 9255 if { as_var=$as_ac_var; eval test \\${$as_var+set}\ = set; }; then it's interesting, but config.log would probably

Re: Locate command

2008-07-10 Thread Rem P Roberti
Hello, Actually, the very first thing I always do after installing a FreeBSD is add this line to crontab: 00 02 * * * /usr/libexec/locate.updatedb I guess I'm a locate-freak ;^D Done. Thanks again. You guys should rather use /etc/periodic/weekly/310.locate script to

Re: snippet of configure script - explain please

2008-07-10 Thread Mel
On Thursday 10 July 2008 16:48:42 Malcolm Kay wrote: On Thu, 10 Jul 2008 09:45 pm, Mel wrote: On Thursday 10 July 2008 06:24:46 Malcolm Kay wrote: 9255 if { as_var=$as_ac_var; eval test \\${$as_var+set}\ = set; }; then I find this line somewhat strange as I've not been able

Re: quota and sendmail accepts 10k mail size

2008-07-10 Thread Mel
On Thursday 10 July 2008 16:19:59 Mikhail Goriachev wrote: Quoting lyd mc [EMAIL PROTECTED]: However, my company wants to have 20meg mbox space per user. If the User exceeds, he/she should not recieved any mail. So, I use system quota to prevent sendmail from writing to mbox of a Let me

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Jerry McAllister
On Thu, Jul 10, 2008 at 01:45:00PM +0200, Mel wrote: On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: How do I get this to stop working like this and create files with UID=andy GID=www? Just a head's up: www is the group id from Apache by default, so doing this, you'll make the

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Mel
On Thursday 10 July 2008 17:12:36 Jerry McAllister wrote: On Thu, Jul 10, 2008 at 01:45:00PM +0200, Mel wrote: On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: How do I get this to stop working like this and create files with UID=andy GID=www? Just a head's up: www is the group

Re: Why can't ping

2008-07-10 Thread Jerry McAllister
On Wed, Jul 09, 2008 at 04:01:27PM +0800, EdwardKing wrote: I configure ed0 when I install FreeBSD7.0,like follows: Host:test.example.com Domain:test.com IPv4 GateWay: 172.18.0.1 Name server: 172.18.0.250 IPv4 Address: 172.18.0.19 Netmask:255.255.255.0 Then I Ping itself,like

Re: snippet of configure script - explain please

2008-07-10 Thread Giorgos Keramidas
On Fri, 11 Jul 2008 00:18:42 +0930, Malcolm Kay [EMAIL PROTECTED] wrote: On Thu, 10 Jul 2008 09:45 pm, Mel wrote: On Thursday 10 July 2008 06:24:46 Malcolm Kay wrote: 9255 if { as_var=$as_ac_var; eval test \\${$as_var+set}\ = set; }; then I find this line somewhat strange as I've

Re: snippet of configure script - explain please

2008-07-10 Thread Malcolm Kay
On Fri, 11 Jul 2008 12:34 am, Mel wrote: On Thursday 10 July 2008 16:48:42 Malcolm Kay wrote: On Thu, 10 Jul 2008 09:45 pm, Mel wrote: On Thursday 10 July 2008 06:24:46 Malcolm Kay wrote: 9255 if { as_var=$as_ac_var; eval test \\${$as_var+set}\ = set; }; then I find this

Ldap NSS PAM Samba

2008-07-10 Thread sgmayo
I am trying to setup a FreeBSD server with samba that uses OpenLdap. I have installed everything and was doing some configuring. I set this all up once before on a Linux box, but I basically just went through the motions and really was not sure what all I did...but it worked. Now I want to

brazilian ABNT2 keyboard on FBSD-7.0

2008-07-10 Thread luizbcampos
FBSD-7.0-R amd64 is unable to recognize my keyboard. I have already setup xorgconfig but the failure lingers on ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

RE: Any idea when a bind update will be forthcoming?

2008-07-10 Thread Kevin K
Given the serious nature of the vulnerability, I'm sure this is at the top of someone's list. Do we have a scheduled release date yet? From -security : Dear all, Doug just updated the ports tree with the updated BIND ports. If you urgently want to upgrade and really cannot wait for the

dns update for 7.0

2008-07-10 Thread Joshua Frugé
I just joined the list (but did search the archive), so I apologize in advance if this was already answered and I missed it. What's the process to update the base bind in freebsd for the new cacheing poisoning vuln that seems to be all the rage lately? I'm running freebsd 7.0-RELEASE-p2 and I am

Any idea when a bind update will be forthcoming?

2008-07-10 Thread Paul Schmehl
Given the serious nature of the vulnerability, I'm sure this is at the top of someone's list. Do we have a scheduled release date yet? -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. ___

Re: Any idea when a bind update will be forthcoming?

2008-07-10 Thread Scott Ullrich
On Thu, Jul 10, 2008 at 12:09 PM, Paul Schmehl [EMAIL PROTECTED] wrote: Given the serious nature of the vulnerability, I'm sure this is at the top of someone's list. Do we have a scheduled release date yet? See the thread BIND update?. Scott PS: please do not crosspost.

mount USB on FreeBSD 7.0

2008-07-10 Thread Тарас
I need to mount USB on FreeBSD 7.0 # mount -t msdos /dev/da0s1 /mnt/usb mount: Using -t msdosfs, since -t msdos is deprecated. mount_msdosfs: /dev/da0s1: : Operation not permitted what must I do? С уважением. Тарас Голуб -- реклама ---

vlc-devel WxGTK switch to qt4

2008-07-10 Thread Jimmie James
configure: error: The skins2 module depends on a the Qt4 development package. Without it you won't be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the Qt4 development package or alternatively you can also configure with: --disable-qt4

Re: How do I install openoffice from packages?

2008-07-10 Thread Kevin Monceaux
/Andreas, On Thu, 10 Jul 2008, Andreas Davour wrote: On Thu, 10 Jul 2008, Kevin Monceaux wrote: make missing Nifty! I wasn't aware of that option. Very useful. Thanks. I just recently became aware of it myself. Try: man ports and you might discover several useful make targets you

Re: Locate command

2008-07-10 Thread Matthew Seaman
Rem P Roberti wrote: Hello, Actually, the very first thing I always do after installing a FreeBSD is add this line to crontab: 00 02 * * * /usr/libexec/locate.updatedb I guess I'm a locate-freak ;^D Done. Thanks again. You guys should rather use /etc/periodic/weekly/310.locate script to

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Jerry McAllister
On Thu, Jul 10, 2008 at 05:32:15PM +0200, Mel wrote: On Thursday 10 July 2008 17:12:36 Jerry McAllister wrote: On Thu, Jul 10, 2008 at 01:45:00PM +0200, Mel wrote: On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: How do I get this to stop working like this and create files

Re: Locate command

2008-07-10 Thread Rem P Roberti
Rem P Roberti wrote: Hello, Actually, the very first thing I always do after installing a FreeBSD is add this line to crontab: 00 02 * * * /usr/libexec/locate.updatedb I guess I'm a locate-freak ;^D Done. Thanks again. You guys should rather use /etc/periodic/weekly/310.locate

Re: snippet of configure script - explain please

2008-07-10 Thread Matthew Seaman
Malcolm Kay wrote: On Thu, 10 Jul 2008 09:45 pm, Mel wrote: On Thursday 10 July 2008 06:24:46 Malcolm Kay wrote: 9255 if { as_var=$as_ac_var; eval test \\${$as_var+set}\ = set; }; then I find this line somewhat strange as I've not been able to find documentation for the expansion of

Re: dns update for 7.0

2008-07-10 Thread Matthew Seaman
Joshua Frugé wrote: I just joined the list (but did search the archive), so I apologize in advance if this was already answered and I missed it. What's the process to update the base bind in freebsd for the new cacheing poisoning vuln that seems to be all the rage lately? I'm running freebsd

Re: Which VIA CPUs have hardware RNG support?

2008-07-10 Thread RW
On Wed, 9 Jul 2008 11:31:36 -0400 Joseph Gleason [EMAIL PROTECTED] wrote: I am trying to figure out which VIA CPUs support hardware RNG under recent FreeBSD. I've been looking at things on 7.0-RELEASE-p2. If there is something that else I should be looking at, please let me know. Based

Re: mount USB on FreeBSD 7.0

2008-07-10 Thread Anders Trobäck
On Thu, 10 Jul 2008 18:07:32 +0300 Тарас [EMAIL PROTECTED] wrote: I need to mount USB on FreeBSD 7.0 # mount -t msdos /dev/da0s1 /mnt/usb mount: Using -t msdosfs, since -t msdos is deprecated. mount_msdosfs: /dev/da0s1: : Operation not permitted what must I do? С уважением. Тарас Голуб

Re: dns update for 7.0

2008-07-10 Thread Paul Schmehl
--On Thursday, July 10, 2008 11:05:11 -0500 Joshua Frugé [EMAIL PROTECTED] wrote: I just joined the list (but did search the archive), so I apologize in advance if this was already answered and I missed it. What's the process to update the base bind in freebsd for the new cacheing poisoning

Re: Automounting usb flash memory in FreeBSD 7.0

2008-07-10 Thread Anders Trobäck
On Thu, 10 Jul 2008 09:21:35 -0500 Robe [EMAIL PROTECTED] wrote: Hi there, I'm a novice in FreeBSD and I wanna know if there's some application to automount my USB flash memory in FreeBSD 7.0. Thanks, Hi, one way is amd. Have a look at section 27.3.5 Automatic Mounts with amd in

GPL in the base system

2008-07-10 Thread Chad Perrin
Is there an up-to-date list of GPLed stuff in the base system? I seem to recall finding a page for a project for replacing GNU tools with BSD-licensed tools, but managed to lose it in the meantime. I'd like to find that again too. -- Chad Perrin [ content licensed PDL: http://pdl.apotheon.org

Re: mount USB on FreeBSD 7.0

2008-07-10 Thread Roland Smith
On Thu, Jul 10, 2008 at 06:07:32PM +0300, Тарас wrote: I need to mount USB on FreeBSD 7.0 # mount -t msdos /dev/da0s1 /mnt/usb mount: Using -t msdosfs, since -t msdos is deprecated. mount_msdosfs: /dev/da0s1: : Operation not permitted what must I do? - make sure you have read/write access to

Re: GPL in the base system

2008-07-10 Thread Kris Kennaway
Chad Perrin wrote: Is there an up-to-date list of GPLed stuff in the base system? find /usr/src/gnu Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: FreeBSD 7.0 and RAM limit

2008-07-10 Thread Ivan Voras
Robert Heron wrote: Hi, I use: FreeBSD 7.0-R on i386 server with motherboard S5000VSA and 6GB RAM onboard. BIOS version - 88 (the latest) Kernel includes: optionsMAXMEM=(6*1024*1024) You generally shouldn't touch MAXMEM as it's autotuned. And FreeBSD reports only: real memory

compile agp kernel support

2008-07-10 Thread Max Russell
I need to compile nvidia agp support in to my kernel. I can work through the handbook and have previously compiled a kernel, but if anyone has previously add the agp support, could they give me sime pointers? ___ freebsd-questions@freebsd.org mailing

Re: compile agp kernel support

2008-07-10 Thread Roland Smith
On Thu, Jul 10, 2008 at 08:48:35PM +0100, Max Russell wrote: I need to compile nvidia agp support in to my kernel. I can work through the handbook and have previously compiled a kernel, but if anyone has previously add the agp support, could they give me sime pointers? The agp driver is

Dell's PERC6i

2008-07-10 Thread Julio Gomez
I am planning to purchase Dell PowerEdge 2950 III with RAID 5 configuration. I checked Hardware Note on FreeBSD site but Dell's PERC6i is not on the list. Is it supported by FreeBSD 7.0 and/or FreeBSD 6.3 Thank you very much for your help in advance. === Hardware Configuration === Backplane:

Enabling root login without an administrator account

2008-07-10 Thread Veronica Labarca
Hi, I have inherited a FreeBSD server and need to change the apache configuration, but cannot log in to the server. I have the root password (and know how to change it if needed in any case). The problem is that root login is disabled. There are various administrative accounts on the server, but

Re: Enabling root login without an administrator account

2008-07-10 Thread Chuck Swiger
Hi-- On Jul 10, 2008, at 1:58 PM, Veronica Labarca wrote: I have inherited a FreeBSD server and need to change the apache configuration, but cannot log in to the server. I have the root password (and know how to change it if needed in any case). The problem is that root login is disabled.

Re: Enabling root login without an administrator account

2008-07-10 Thread Chris St Denis
Veronica Labarca wrote: Hi, I have inherited a FreeBSD server and need to change the apache configuration, but cannot log in to the server. I have the root password (and know how to change it if needed in any case). The problem is that root login is disabled. There are various administrative

unknown option IPV6FIREWALL_VERBOSE when compiling

2008-07-10 Thread [EMAIL PROTECTED]
Hi list. I was following this guide (http://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html) to configure and use IPFW on my FreeBSD 7 (is a vmware virtual machine but I don't think this is a problem) [EMAIL PROTECTED] /usr/src]$ uname -a FreeBSD hyperion.xxx.org 7.0-RELEASE-p2

Install failure for 7.0-RELEASE (Need help!)

2008-07-10 Thread Ronald F. Guilmette
This is drivin' me nuts. I hope somebody can pass me a clue. I have an older system that I've been running 6.1-RELEASE on for a long long time now. I want to upgrade it to run 7.0-RELEASE. (CPU = AMD Athlon XP 2000, Motherboard = ASUS A7N266-VM/AA.) OK, so I install a new hard drive (known

Re: Dell's PERC6i

2008-07-10 Thread Patrick C
The 6i will work on FreeBSD, however realize that a much better choice for a production machine is a card which really supports FreeBSD... just due to the availability and reliability of the tools required for maintaining the system while running. Have you considered SuperMicro machines with

Re: Enabling root login without an administrator account

2008-07-10 Thread Chris St Denis
Well, my second suggestion about creating an account and SUing to root should still be correct. Assuming of course that you can get in in single user mode. Take a look at /etc/ttys there may be something in there restricting it, thats all I can think of. Veronica Labarca wrote: Hi Chris,

Re: Install failure for 7.0-RELEASE (Need help!)

2008-07-10 Thread David Gurvich
Have you tried mounting the iso on the existing system and using sysinstall to partition and install 7.0 on the new hard drive? There may be a problem with the ide controller or ide cable. Have you tried swapping cables? You could also do a minimal 6.3 install with no additional packages as

Re: Ldap NSS PAM Samba

2008-07-10 Thread Tim Judd
[EMAIL PROTECTED] wrote: I am trying to setup a FreeBSD server with samba that uses OpenLdap. I have installed everything and was doing some configuring. I set this all up once before on a Linux box, but I basically just went through the motions and really was not sure what all I did...but it

Re: quota and sendmail accepts 10k mail size

2008-07-10 Thread lyd mc
Hi Mikhail, Thank you for the great suggestion. I will try it in our new server. Regards, alyd --- On Thu, 7/10/08, Mikhail Goriachev [EMAIL PROTECTED] wrote: From: Mikhail Goriachev [EMAIL PROTECTED] Subject: Re: quota and sendmail accepts 10k mail size To: [EMAIL PROTECTED], [EMAIL

Re: Enabling root login without an administrator account

2008-07-10 Thread Tim Judd
Chris St Denis wrote: Well, my second suggestion about creating an account and SUing to root should still be correct. Assuming of course that you can get in in single user mode. Take a look at /etc/ttys there may be something in there restricting it, thats all I can think of. Veronica

mail not work

2008-07-10 Thread EdwardKing
I use mailx command,such as Tom to Kate,I like following command: $mail Kate Subject:Hello Hello world (press Ctrl+D) EOT Then I use user Kate to login,and check mail, $mail No mail for Kate Why I can't receive letter? where is wrong? Thanks

Re: mail not work

2008-07-10 Thread Giorgos Keramidas
On Fri, 11 Jul 2008 08:30:18 +0800, EdwardKing [EMAIL PROTECTED] wrote: I use mailx command,such as Tom to Kate,I like following command: $mail Kate Subject:Hello Hello world (press Ctrl+D) EOT Then I use user Kate to login,and check mail, $mail No mail for Kate Why I can't receive

Re: mail not work

2008-07-10 Thread RW
On Fri, 11 Jul 2008 04:06:01 +0300 Giorgos Keramidas [EMAIL PROTECTED] wrote: * Did you do anything to enable Sendmail (the default mail transfer agent)? It's enabled by default on localhost. ___ freebsd-questions@freebsd.org mailing list

How to submit a patch to FreeBSD project?

2008-07-10 Thread Unga
Hi all Recently I have submitted a patch to the FreeBSD current mailing list, it seems the patch is not applied yet. (http://lists.freebsd.org/pipermail/freebsd-current/2008-July/086814.html) I'm not sure whether the FreeBSD project does not accept patches from non-committers or may be I did

Re: How to submit a patch to FreeBSD project?

2008-07-10 Thread Beech Rintoul
On Thursday 10 July 2008, Unga said: Hi all Recently I have submitted a patch to the FreeBSD current mailing list, it seems the patch is not applied yet. (http://lists.freebsd.org/pipermail/freebsd-current/2008-July/08681 4.html) I'm not sure whether the FreeBSD project does not accept

Re: How to submit a patch to FreeBSD project?

2008-07-10 Thread Unga
--- On Fri, 7/11/08, Beech Rintoul [EMAIL PROTECTED] wrote: From: Beech Rintoul [EMAIL PROTECTED] Subject: Re: How to submit a patch to FreeBSD project? To: freebsd-questions@freebsd.org, [EMAIL PROTECTED] Date: Friday, July 11, 2008, 10:25 AM On Thursday 10 July 2008, Unga said: Hi all

Re: How to submit a patch to FreeBSD project?

2008-07-10 Thread v
On Fri, Jul 11, 2008 at 2:12 AM, Unga [EMAIL PROTECTED] wrote: Hi all Recently I have submitted a patch to the FreeBSD current mailing list, it seems the patch is not applied yet. (http://lists.freebsd.org/pipermail/freebsd-current/2008-July/086814.html) I'm not sure whether the FreeBSD

Re: freebsd-questions Digest, Vol 223, Issue 10

2008-07-10 Thread Jeff Molofee
I'm having some MAJOR issues with compiz/nvidia crashing xorg whenever I try to run an opengl application... is anyone else experiencing this? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: mail not work

2008-07-10 Thread EdwardKing
* Do you have a local user whose login name is `Kate'? I have a local user whose login name is `Kate' * Did you do anything to enable Sendmail (the default mail transfer agent)? How to enable Sendmail? * What does the `/var/log/maillog' file contain? I have maillog,its contains is follows,

locate:database too small

2008-07-10 Thread EdwardKing
I use locate command,like follows: $locate mail locate:database too small: /var/db/locate.database I know it need to update from document: /usr/libexec/locate.updatedb ,but I don't know how to execute above command,I am a newer to Unix,how to do it? Thanks

Re: Install Linux in FreeBSD

2008-07-10 Thread Ruel Luchavez
Yes I read it Jonathan, Im newbie in BSD...regarding on my post is it possible? or Do you have any link so that i could much understand it aside from freebsd handbook? Thanks to your reply... FreeBSD Rocks.:D On Wed, Jul 9, 2008 at 2:58 PM, Jonathan McKeown [EMAIL PROTECTED] wrote: On

Re: locate:database too small

2008-07-10 Thread Paul Procacci
EdwardKing wrote: I use locate command,like follows: $locate mail locate:database too small: /var/db/locate.database I know it need to update from document: /usr/libexec/locate.updatedb ,but I don't know how to execute above command,I am a newer to Unix,how to do it? Thanks

PR - Incorrect confirmation code

2008-07-10 Thread Unga
Hi I tried to submit a problem report over the web (http://www.freebsd.org/send-pr.html) but on submit gives following error: Incorrect confirmation code You need to enter the correct code from the image displayed. Please return to the form and enter the code exactly as shown. Thank you. Its

Re: freebsd-questions Digest, Vol 223, Issue 10

2008-07-10 Thread Fraser Tweedale
On Thu, Jul 10, 2008 at 08:51:56PM -0600, Jeff Molofee wrote: I'm having some MAJOR issues with compiz/nvidia crashing xorg whenever I try to run an opengl application... is anyone else experiencing this? Which driver are you using. I had issues with the 173.14.0x official driver, but

Re: PR - Incorrect confirmation code

2008-07-10 Thread Martin Tournoij
On Thu, Jul 10, 2008 at 08:35:38PM -0700, Unga wrote: Hi I tried to submit a problem report over the web (http://www.freebsd.org/send-pr.html) but on submit gives following error: Incorrect confirmation code You need to enter the correct code from the image displayed. Please return to

Re: locate:database too small

2008-07-10 Thread Daniel Bye
On Fri, Jul 11, 2008 at 11:26:19AM +0800, EdwardKing wrote: I use locate command,like follows: $locate mail locate:database too small: /var/db/locate.database I know it need to update from document: /usr/libexec/locate.updatedb ,but I don't know how to execute above command,I am a newer to

Tyan K8WE (S2895) Status

2008-07-10 Thread Carlos Linares
Hello all. Can anyone with the afore-mentioned motherboard relate their experiences? I'm particularly interested in how it runs FreeBSD amd64 with two Opteron dual-core 2xx chips (it seems you need both chips in order to see all mobo devices since buses are connected to one or the other cpu