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 it, so I downloaded the FreeBSD 7.0/amd64 ISO.
When I boot the computer (Booting FreeBSD), following lines was
printed on my screen:

hptrr: no controller detected
panic: ohci_add_done: addr 0x6fff1ce0 not found
cpuid = 0
uptime: 1s
Cannot dump. No dump device defined.

than I tried the with ACPI disabled option, the message was gone,
but crashed at mounting root from md.

I've queried the PRs, then i got
this: http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/107827
and
this: http://www.freebsd.org/cgi/query-pr.cgi?pr=104810

the PR 104810 suggest to flash the BIOS with the latest. And the
submitter's problem seemed to be solved.
I got no Dell, but I still downloaded the latest version of my BIOS
from its official page and flashed it.
Unluckily, it doesn't work --- I still have the problem.

Any ideas to solve this problem?

Thanks all in advance. :)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkh1p58ACgkQvVxKL9VSxXo6VgCffB0hY9AOXviyxymD18l9WHmT
TP8An12l1ey4h06snzuGM4YFI7jDHmhC
=i8MM
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 route to host 

Why? 

I use ifconfig -a to show my ip,like follows:
 
le0: flags=8843 UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 
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 
media: Ethernet autoselect 
status: active 
plip0:flags=108810 POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT metric 1500 
lo0:flags=8049 UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384 
inet6::1 prefixlen 128 
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
inet 127.0.0.1 netmask 0xff00 

Where is my following configure information, I can't find them!
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 

What raise to lost my configure information? How to configure my ip and how to 
ping successly?

I am a newer to BSDUnix,please give me detail steps.

Thanks in advance!
Best regards,
Edward


--
Confidentiality Notice: The information contained in this e-mail and any 
accompanying attachment(s) is intended only for the use of the intended 
recipient and may be confidential and/or privileged of Neusoft Group Ltd., its 
subsidiaries and/or its affiliates. If any reader of this communication is not 
the intended recipient, unauthorized use, forwarding, printing, storing, 
disclosure or copying is strictly prohibited, and may be unlawful. If you have 
received this communication in error, please immediately notify the sender by 
return e-mail, and delete the original message and all copies from your system. 
Thank you. 
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 itself,like follows:
 #ping 172.18.0.19
 
 Then result is failure:
 ping: sendto: No route to host
 
 Why?
 
 I use ifconfig -a to show my ip,like follows:
 
 le0: flags=8843 UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
 1500

This is your interface - le0.


 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 been assigned with the network
information
that you listed.

Try again but use le0 as your interface instead.

Chris Haulmark

 media: Ethernet autoselect
 status: active
 plip0:flags=108810 POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT metric
 1500
 lo0:flags=8049 UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
 inet6::1 prefixlen 128
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
 inet 127.0.0.1 netmask 0xff00
 
 Where is my following configure information, I can't find them!
 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
 
 What raise to lost my configure information? How to configure my ip
and
 how to ping successly?
 
 I am a newer to BSDUnix,please give me detail steps.
 
 Thanks in advance!
 Best regards,
 Edward
 
 

---
 ---
 Confidentiality Notice: The information contained in this e-mail and
 any accompanying attachment(s) is intended only for the use of the
 intended recipient and may be confidential and/or privileged of
Neusoft
 Group Ltd., its subsidiaries and/or its affiliates. If any reader of
 this communication is not the intended recipient, unauthorized use,
 forwarding, printing, storing, disclosure or copying is strictly
 prohibited, and may be unlawful. If you have received this
 communication in error, please immediately notify the sender by return
 e-mail, and delete the original message and all copies from your
 system. Thank you.

---
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


--
Confidentiality Notice: The information contained in this e-mail and any 
accompanying attachment(s) is intended only for the use of the intended 
recipient and may be confidential and/or privileged of Neusoft Group Ltd., its 
subsidiaries and/or its affiliates. If any reader of this communication is not 
the intended recipient, unauthorized use, forwarding, printing, storing, 
disclosure or copying is strictly prohibited, and may be unlawful. If you have 
received this communication in error, please immediately notify the sender by 
return e-mail, and delete the original message and all copies from your system. 
Thank you. 
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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, but vim does have it.

sac.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


 --
 Confidentiality Notice: The information contained in this e-mail and any 
 accompanying attachment(s) is intended only for the use of the intended 
 recipient and may be confidential and/or privileged of Neusoft Group Ltd., 
 its subsidiaries and/or its affiliates. If any reader of this communication 
 is not the intended recipient, unauthorized use, forwarding, printing, 
 storing, disclosure or copying is strictly prohibited, and may be unlawful. 
 If you have received this communication in error, please immediately notify 
 the sender by return e-mail, and delete the original message and all copies 
 from your system. Thank you. 
 ---

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
   
You may want to start with installing vim. vi to my knowledge is not
`color capable`.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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:?
 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


 --
 Confidentiality Notice: The information contained in this e-mail and any 
 accompanying attachment(s) is intended only for the use of the intended 
 recipient and may be confidential and/or privileged of Neusoft Group Ltd., 
 its subsidiaries and/or its affiliates. If any reader of this communication 
 is not the intended recipient, unauthorized use, forwarding, printing, 
 storing, disclosure or copying is strictly prohibited, and may be unlawful. 
 If you have received this communication in error, please immediately notify 
 the sender by return e-mail, and delete the original message and all copies 
 from your system. Thank you. 
 ---

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
   

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 been assigned with the network
 information
 that you listed.

 Try again but use le0 as your interface instead.

 Chris Haulmark


sac.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 Magdeburg, Germany
Happy FreeBSD user since 4.0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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: TIMEOUT - READ_BIG retraying (1 retry left)
acd0: TIMEOUT - READ_BIG retraying (0 retries left)
acd0: TIMEOUT - READ_BIG timed out
acd0: TIMEOUT - READ_BIG retraying (1 retry left)
acd0: TIMEOUT - READ_BIG retraying (0 retries left)
acd0: TIMEOUT - READ_BIG timed out

the answer is here:
http://lists.freebsd.org/pipermail/freebsd-current/2008-March/084572.html

shortly:
The system will reboot properly if you load ipmi module and specify watchdog
timeout in 60 seconds.

# kldload ipmi
# watchdog -t 60; reboot

You can create handy alias.
alias reboot 'watchdog -t 60; /sbin/reboot'

I didn't have any issue with DVD drive when it was running 6.3/7.0.

similar problem can be found here too:
http://unix.derkeiler.com/Newsgroups/comp.unix.bsd.freebsd.misc/2008-06/msg00171.html

this one solved by editing sysctl hw.ata.atapi_dma to 0.

Now, I am trying to install FreeBSD 7.0 (or 6.3, it does not metter for me).
Can you please let me know how can I change hw.ata.atapi_dma or
kldload ipmi module when I do not have installed FreeBSD on my
machine? how can I change standard install distributive?

How is it possible to install FreeBSD with that problem having one sata cdrom?


Thanks in advance.

-- 
/BR, Alexander
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 you 
want to do.
It's better to create a seperate group, say 'wwwadmin'.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 FreeBSD 7.0 on it, so I downloaded the FreeBSD 7.0/amd64
 ISO. When I boot the computer (Booting FreeBSD), following lines was
 printed on my screen:

 hptrr: no controller detected
 panic: ohci_add_done: addr 0x6fff1ce0 not found
 cpuid = 0
 uptime: 1s
 Cannot dump. No dump device defined.

 than I tried the with ACPI disabled option, the message was gone,
 but crashed at mounting root from md.

 I've queried the PRs, then i got
 this: http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/107827
 and
 this: http://www.freebsd.org/cgi/query-pr.cgi?pr=104810

 the PR 104810 suggest to flash the BIOS with the latest. And the
 submitter's problem seemed to be solved.
 I got no Dell, but I still downloaded the latest version of my BIOS
 from its official page and flashed it.
 Unluckily, it doesn't work --- I still have the problem.

 Any ideas to solve this problem?

Problem is you can't get much information :/ Is there any way to disable the 
USB hubs, or legacy USB support if that's in there, then get a verbose boot?
I'm also mildly confident, that the 6.3 cd will boot. I've had experiences 
with 2 machines now (one new Dell 64-bit, one old gateway 32-bit), that will 
not boot FreeBSD 7 cd, but will boot 6.x. I think it's acpi regressions. The 
Dell will hose the disk and spit out multiple NMI's and WRITE_DMA errors once 
upgraded inplace to 7-STABLE. The gateway now successfully runs 7-STABLE, 
though we changed the SATA disk for an UDMA.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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)
 *
 Presumably someone out there knows where to find it?
 *

It's shorthand for ${paramter:+set}, so if unset, you get , otherwise you 
get set:
$ echo ${foo+set}

$ echo ${HOME+set}
set


-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 shell script:
 
 /etc/periodic/weekly/310.locate
 

You might also think about installing sysutils/anacron, so that the
period scripts get run even if the machine is not left on overnight.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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]:
 Problem is you can't get much information :/ Is there any way to disable the
 USB hubs, or legacy USB support if that's in there, then get a verbose boot?

Now...I think I've got a quick-and-dirty solution, plug out all USB
devices including mouse, keyboard, etc.(continued below)

 I'm also mildly confident, that the 6.3 cd will boot. I've had experiences
 with 2 machines now (one new Dell 64-bit, one old gateway 32-bit),
 that will not boot FreeBSD 7 cd, but will boot 6.x. I think it's acpi 
 regressions.

And reboot the computer with FreeBSD 7 CD...finally I could see the
interface of sysinstall.

It's not the final solution. I think many people are experiencing this
problem. But if that's the only way you've never tried, try it.
Hopefully it will work in many situations. :)

The Dell will hose the disk and spit out multiple NMI's and WRITE_DMA errors 
once
 upgraded inplace to 7-STABLE. The gateway now successfully runs 7-STABLE,
 though we changed the SATA disk for an UDMA.

OK, thanks for sharing the helpful info with me.

Horus
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [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 have 6.3 machine, not 7.0-STABLE so I tried the 6.2 directory.

/Andreas


I install everything from ports so haven't played around with packages 
very much.  I'm sure the FreeBSD team makes sure all official packages 
have correct dependencies set.  But, they have no control over unofficial 
packages others have put together.  That's one drawback to using 
unofficial packages.


When I installed OpenOffice from the ports tree, there were a few packages 
it depended on with licensing restrictions, like diablo-jdk for example, 
that had to be manually downloaded and put in /usr/ports/distfiles before 
the ports in question could be built.  That might have something to do 
with there being no official binary OpenOffice package available.


Even if you don't install from ports you could cd to the 
/usr/ports/editors/openoffice.org-??? directory for the version of 
OpenOffice you installed and issue:


make missing

which should give you a list of missing dependencies that need to be 
installed.  You could then install via either ports or packages depending 
on what you prefer, and what's available.




Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

Si hoc legere scis nimium eruditionis habes.
Longum iter est per praecepta, breve et efficax per exempla!!!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 our user id's, when creating files in
 the directory we share the source code in, create the files with the group
 id common to the three of us.  How do I do this?

 [...]

 New files are created with GID set to that of the directory in which they're
 contained.  In your case, is that directory owned by user and group 'andy'?
 If so:


Thank you.  That is very helpful.  I did not know that.

Andy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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: Kevin Monceaux [EMAIL PROTECTED]
Cc: FreeBSD Questions E-Mail List FreeBSD-Questions@FreeBSD.org
Sent: Thursday, July 10, 2008 3:20:59 PM
Subject: Re: How do I install openoffice from packages?

On Wed, 9 Jul 2008, Kevin Monceaux wrote:

 /Andreas,

 On Wed, 9 Jul 2008, Andreas Davour wrote:

 I've tried and it just wont work. It look like the packages don't reside on 
 the server but I can't change ftp.freebsd.org so how do I get it?

 From the Googling I did on the subject recently there is no official binary 
 packages for OpenOffice available.  It is available in the ports tree.  The 
 following thread:

 http://daemonforums.org/showthread.php?t=21

 on DæmonForums.org has a link to a site:

 ftp://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/2.4.0/7.0-STABLE/amd64/

 With binary packages available for various versions of FreeBSD.  Well, the 
 thread pointed to the i386 packages, but the amd64 packages were easy enough 
 to find.

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 have 6.3 machine, not 7.0-STABLE so I tried the 6.2 directory.

/Andreas

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 might also think about installing sysutils/anacron, so that the
 period scripts get run even if the machine is not left on overnight.

I didn't know about this program, and I will definitely do an
install.  Than you.

Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.138 / Virus Database: 270.4.7/1542 - Release Date: 2008-07-09 06:50






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

/Roger

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 /usr/ports/mail/mimedefang making the decisions  
instead of sendmail or system quota. There you can set your own rules  
and sendmail will abide them. This gives you far better control and  
you're limited by your own imagination.


2.- Implement a mail server with quota capabilities. For instance  
cyrus-imap. There you can set quota limits, warning messages to users,  
percentages and so on. This is the easiest approach.




Regards,
Mikhail.

--
Mikhail Goriachev
Webanoide


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 line to crontab:
 
 00 02 * * * /usr/libexec/locate.updatedb
 
 I guess I'm a locate-freak ;^D
 

Done.  Thanks again.

Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 ${parameter+set} under the
  Bourne shell. (nor bash, nor ksh)
  *
  Presumably someone out there knows where to find it?
  *
 
 It's shorthand for ${paramter:+set}, so if unset, you get , otherwise you 
 get set:
 $ echo ${foo+set}
 
 $ echo ${HOME+set}
 set

So it appears; but is it stated anywhere that this shorthand is legitimate?
I find it quite frequently arising from the GNU configuring tools but
haven't found it elsewhere.

Is it a deliberate shorthand or just a consequence of the way sh and bash 
happen to have been programmed? In other words is it a safe shorthand?

Anyway thanks for the clarification,

Malcolm 

 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 locate database.

-- 
Best regards,
  Daniel Gerzo

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 show the actual check
that was made to fill in the shell variable...

   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)
   *
   Presumably someone out there knows where to find it?
   *
  
  It's shorthand for ${paramter:+set}, so if unset, you get , otherwise you 
  get set:
  $ echo ${foo+set}
  
  $ echo ${HOME+set}
  set
 
 So it appears; but is it stated anywhere that this shorthand is legitimate?
 I find it quite frequently arising from the GNU configuring tools but
 haven't found it elsewhere.
 
 Is it a deliberate shorthand or just a consequence of the way sh and bash 
 happen to have been programmed? In other words is it a safe shorthand?

man sh on Solaris for instance:

 ${parameter:+word}
   If parameter is set and is non-null, substitute  word;
   otherwise substitute nothing.

 In the above, word is not evaluated unless it is to be  used
 as  the  substituted string, so that, in the following exam-
 ple, pwd is executed only if d is not set or is null:

  echo ${d:-`pwd`}



SunOS 5.8Last change: 9 May 19974

The same feature is on OpenBSD - I don't have FreeBSD at hand, but
think it's likely to be found in the manpage - I just looked for

/+.*}

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgp4mLtSA3Vx5.pgp
Description: PGP signature


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 update your locate database.

I'm pretty new to all of this, so how does one go about invoking that
script?

Thanks,

Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
   to find documentation for the expansion of ${parameter+set} under the
   Bourne shell. (nor bash, nor ksh)
   *
   Presumably someone out there knows where to find it?
   *
 
  It's shorthand for ${paramter:+set}, so if unset, you get , otherwise
  you get set:
  $ echo ${foo+set}
 
  $ echo ${HOME+set}
  set

 So it appears; but is it stated anywhere that this shorthand is legitimate?
 I find it quite frequently arising from the GNU configuring tools but
 haven't found it elsewhere.

 Is it a deliberate shorthand or just a consequence of the way sh and bash
 happen to have been programmed? In other words is it a safe shorthand?

 Anyway thanks for the clarification,

Hmm, I'm not sure if the colon syntax came first. Autotools claims to create 
portable shell code, though they also claim to make software developer's 
lives easier.
The person to ask would probably be Doug Barton, since he's capable of writing 
things in shell, normal people would jump to a real language ;)
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 suggest slightly different approaches:

 1.- You could have /usr/ports/mail/mimedefang making the decisions
 instead of sendmail or system quota. There you can set your own rules
 and sendmail will abide them. This gives you far better control and
 you're limited by your own imagination.

 2.- Implement a mail server with quota capabilities. For instance
 cyrus-imap. There you can set quota limits, warning messages to users,
 percentages and so on. This is the easiest approach.

So there isn't an equivalent to postfix's mailbox_size_limit?

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 files writeable by the webserver, generally not something you 
 want to do.

Only if the files have group write permission.   Or was
that covered in this thread already?

jerry

 It's better to create a seperate group, say 'wwwadmin'.
 
 -- 
 Mel
 
 Problem with today's modular software: they start with the modules
 and never get to the software part.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 id from Apache by default, so doing
  this, you'll make the files writeable by the webserver, generally not
  something you want to do.

 Only if the files have group write permission.   Or was
 that covered in this thread already?


I assumed it, since they want to work with 3 people on the same files.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 follows: 
 #ping 172.18.0.19 
 
 Then result is failure:
 ping: sendto: No route to host 
 
 Why? 

I'll make a wild guess that you have DHCP turned on and your le0 NIC 
was automatically configured the way it shows below.
Then, either you don't have an ed0 on the machine, or for some reason,
the system does not find it.   Check dmesg(8) to see if the system
finds an ed0 NIC.

jerry   

 
 I use ifconfig -a to show my ip,like follows:
  
 le0: flags=8843 UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 
 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 
 media: Ethernet autoselect 
 status: active 
 plip0:flags=108810 POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT metric 1500 
 lo0:flags=8049 UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384 
 inet6::1 prefixlen 128 
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
 inet 127.0.0.1 netmask 0xff00 
 
 Where is my following configure information, I can't find them!
 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 
 
 What raise to lost my configure information? How to configure my ip and how 
 to ping successly?
 
 I am a newer to BSDUnix,please give me detail steps.
 
 Thanks in advance!
 Best regards,
 Edward
 
 
 --
 Confidentiality Notice: The information contained in this e-mail and any 
 accompanying attachment(s) is intended only for the use of the intended 
 recipient and may be confidential and/or privileged of Neusoft Group Ltd., 
 its subsidiaries and/or its affiliates. If any reader of this communication 
 is not the intended recipient, unauthorized use, forwarding, printing, 
 storing, disclosure or copying is strictly prohibited, and may be unlawful. 
 If you have received this communication in error, please immediately notify 
 the sender by return e-mail, and delete the original message and all copies 
 from your system. Thank you. 
 ---
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 not been able
  to find documentation for the expansion of ${parameter+set} under the
  Bourne shell. (nor bash, nor ksh)
  *
  Presumably someone out there knows where to find it?
  *

 It's shorthand for ${paramter:+set}, so if unset, you get , otherwise you
 get set:
 $ echo ${foo+set}

 $ echo ${HOME+set}
 set

 So it appears; but is it stated anywhere that this shorthand is
 legitimate?  I find it quite frequently arising from the GNU
 configuring tools but haven't found it elsewhere.

It's legitimate.

 Is it a deliberate shorthand or just a consequence of the way sh and
 bash happen to have been programmed? In other words is it a safe
 shorthand?

The shorthand version would work too:

  if ${foo+set} = 'set' ; then
 bar
  fi

The interesting bits in the Autoconf generated code are, however, the
side-effects of the expression:

  * ${ac_var} is set to the name of the variable to check.

  * The `ac_var' variable is expanded *twice* in the check.  It is
expanded once before eval runs, to get the _name_ of the variable to
check, and then eval sees something like ${foo+set}.

  * The assignment to `ac_var' is done inside a { ... } pair of
brackets; not in parentheses.  This means that the rest of the
script can keep using ${ac_var} to find the name of the `autoconf
variable' this part of the script has set (the assignment to ac_var
happens in the current shell, and not in a sub-process).

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 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)
*
Presumably someone out there knows where to find it?
*
  
   It's shorthand for ${paramter:+set}, so if unset, you get , otherwise
   you get set:
   $ echo ${foo+set}
  
   $ echo ${HOME+set}
   set
 
  So it appears; but is it stated anywhere that this shorthand is legitimate?
  I find it quite frequently arising from the GNU configuring tools but
  haven't found it elsewhere.
 
  Is it a deliberate shorthand or just a consequence of the way sh and bash
  happen to have been programmed? In other words is it a safe shorthand?
 
  Anyway thanks for the clarification,
 
 Hmm, I'm not sure if the colon syntax came first.

Looks like your supposition is correct. I dug out an old DEC Ultrix manual 
which ducuments an 'sh' shell and a 'sh5' shell the 'sh' being the normal 
bsd version of the Bourne shell and 'sh5' being a compatibility version 
for system V scripts. The former (bsd version) does not use the ':' in 
parameter substitutions. But the system V version does.

 Autotools claims to create 
 portable shell code, though they 
 also claim to make software developer's 
 lives easier.


Malcolm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 understand everything so that I know exactly what all I did. :)

I have the following:
I installed OpenLdap which put ldap.conf in /usr/local/etc/openldap.
I installed PAM which put ldap.conf.dist in /usr/local/etc.
I installed NSS which put nss_ldap.conf in /usr/local/etc.

From looking at them I assume that the last two are the same file and one
of them just needs to be renamed to ldap.conf and configured for PAM and
NSS, is that correct?

The ldap.conf in /usr/local/etc/openldap is a different config file even
though it has the same name?  It is used for openldap and the other is
used for PAM and NSS?

Thanks for any info.

-- 
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669  FA: 573-568-4565

Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 to [EMAIL PROTECTED]


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 advisory. Please 
use the ports system to get up to speed.

Thanks Doug for working on this on such short notice!

Cheers,
remko


I understand you can implement the patch manually and rebuild BIND yourself,
someone listed the steps needed to do that in -security as well. 


~k


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 using the included base
bind 9.4.2 as resolver for my network.  Will there be an update
through freebsd-update to upgrade to bind 9.4.2-p1, or is there some
other process I need to followcompile source and replace?.

Thanks,

-- 
Joshua Frugé
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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?

С уважением. Тарас Голуб

-- реклама ---
Новый Chevrolet Aveo уже в Украине! 
http://video.i.ua/user/835678/9877/43665/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 --disable-skins2.


Who's bright idea was it to move from WxGTK to qt4?
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=756874+0+current/cvs-ports
Fix volume bar position problem ?  USE_WX=2.6 fixed that issue.

Can anyone suggest a work around for us GTK2 users that doesn't require qt4?


--
Over the years I've come to regard you as people I've met.
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [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:


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 might not have 
heard of before.




Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

Si hoc legere scis nimium eruditionis habes.
Longum iter est per praecepta, breve et efficax per exempla!!!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 update your locate database.


I'm pretty new to all of this, so how does one go about invoking that
script?


Well, to run it by hand you type:

   /etc/periodic/weekly/310.locate

Otherwise it will be run automatically by the periodic(8) system. 
It is enabled by default:


happy-idiot-talk:~:% grep locate /etc/defaults/periodic.conf 
# 310.locate

weekly_locate_enable=YES  # Update locate weekly

You can create a file /etc/periodic.conf to control turning on
or off or to tweak parameters for any of the periodic scripts.

As the name suggests it's a weekly script, and if you look at
/etc/crontab you will see the line:

15  4   *   *   6   rootperiodic weekly

Or in other words, it runs at around 4:15am on Saturdays.

If you wanted to run it every day, then you'ld copy it to
/usr/local/etc/periodic/daily/310.locate, globally substitute
daily_locate for weekly_locate eg. by:

sed -i.bak -e 's/weekly_locate/daily_locate/' \
/usr/local/etc/periodic/daily/310.locate

and then put both 'daily_locate_enable=YES' and 'weekly_locate_enable=NO' 
into /etc/periodic.conf

In this case it would be run by the periodic system like so:

1   3   *   *   *   rootperiodic daily

that is: at 3:01am every day.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


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
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 you want to do.
 
  Only if the files have group write permission.   Or was
  that covered in this thread already?
 
 
 I assumed it, since they want to work with 3 people on the same files.

OK.  I missed that part.

Sounds like they need to set up a virtual host tied to a login
address - eg create a user, add content to user's public_html
directory and make that ~newuser/public_html/  directory be the
document root for the virtual host web site.   Give those 3 users
write access to that public_html directory, probably by making a
unique group for it, making it group writable and world readable
and put those users in that group.

Playing around with ACLs would be more interesting for it.

jerry

 
 -- 
 Mel
 
 Problem with today's modular software: they start with the modules
 and never get to the software part.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 script
 to update your locate database.
 
 I'm pretty new to all of this, so how does one go about invoking that
 script?
 
 Well, to run it by hand you type:
 
/etc/periodic/weekly/310.locate
 
 Otherwise it will be run automatically by the periodic(8) system. 
 It is enabled by default:
 
 happy-idiot-talk:~:% grep locate /etc/defaults/periodic.conf 
 # 310.locate
 weekly_locate_enable=YES  # Update locate 
 weekly
 
 You can create a file /etc/periodic.conf to control turning on
 or off or to tweak parameters for any of the periodic scripts.
 
 As the name suggests it's a weekly script, and if you look at
 /etc/crontab you will see the line:
 
 15  4   *   *   6   rootperiodic weekly
 
 Or in other words, it runs at around 4:15am on Saturdays.
 
 If you wanted to run it every day, then you'ld copy it to
 /usr/local/etc/periodic/daily/310.locate, globally substitute
 daily_locate for weekly_locate eg. by:
 
 sed -i.bak -e 's/weekly_locate/daily_locate/' \
 /usr/local/etc/periodic/daily/310.locate
 
 and then put both 'daily_locate_enable=YES' and 
 'weekly_locate_enable=NO' into /etc/periodic.conf
 
 In this case it would be run by the periodic system like so:
 
 1   3   *   *   *   rootperiodic daily
 
 that is: at 3:01am every day.
 
   Cheers,
 
   Matthew
 

Thanks to folks like you, Matthew, I'm slowly, but surely, learning this
stuff.

Rem

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 ${parameter+set} under the
Bourne shell. (nor bash, nor ksh)
*
Presumably someone out there knows where to find it?
*
It's shorthand for ${paramter:+set}, so if unset, you get , otherwise you 
get set:

$ echo ${foo+set}

$ echo ${HOME+set}
set


So it appears; but is it stated anywhere that this shorthand is legitimate?
I find it quite frequently arising from the GNU configuring tools but
haven't found it elsewhere.

Is it a deliberate shorthand or just a consequence of the way sh and bash 
happen to have been programmed? In other words is it a safe shorthand?


Anyway thanks for the clarification,


This syntax is certainly legitimate, and it is covered in the sh(1)
man page.  However, the relevant section talks mostly about the related
form:

 ${parameter:+word}

which means 'evaluate to null unless ${parameter} is unset or null, otherwise evaluate to 
word'.  Then there's a very small and easily
missed note to the effect:

 In the parameter expansions shown previously, use of the colon in the
  format results in a test for a parameter that is unset or null; omission
  of the colon results in a test for a parameter that is only unset.

So ${parameter+word} means 'evaluate to null unless ${parameter} is unset,
otherwise evaluate to word'

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


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 7.0-RELEASE-p2 and I am using the included base
bind 9.4.2 as resolver for my network.  Will there be an update
through freebsd-update to upgrade to bind 9.4.2-p1, or is there some
other process I need to followcompile source and replace?.


I recommend you install one or other of the bind ports:

  dns/bin9
  dns/bind94
  dns/bind95

All of these were updated last night to include the UDP port
randomization stuff in the latest security patch. (There's not much
point in installing dns/bind9 though, as that's a downgrade to bind9.3
from the system supplied bind-9.4.2)

You don't need to overwrite the base system bind -- the vulnerability
works on the cache of a running instance of named when configured as a 
recursive resolver.  So as long as you start up the patched daemon, everything 
should be fine.

To start up the version of bind you just installed from ports, add

 named_enable=YES
 named_program=/usr/local/sbin/named
 named_flags=-c /etc/namedb/named.conf

to /etc/rc.conf and then run:

 /etc/rc.d/named restart

and check your system logs for a line saying something like:

starting BIND 9.X.Y-P1 -c /etc/namedb/named.conf -t /var/named -u bind

where the 'P1' bit shows you're running the patched version.

There may well be a security notice and a patch for the base system
generated in the next few days: the security team is looking into the
matter and will respond in due course.  D-day for having everything 
properly patched is the presentation Dan Kaminsky is doing at the

Blackhats conference on August 6th (or possibly August 7th)

The patches ISC  have produced will have an adverse effect if you're 
answering something in excess of  10,000 DNS queries a second, which is 
rather more than most people would get to deal with, but are otherwise 
innocuous.


 http://www.isc.org/index.pl?/sw/bind/bind-security.php

To test if a recursive nameserver is potentially vulnerable, grab
the perl script from this site:

 http://michael.toren.net/code/noclicky/

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


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 on 'man 4 random' I see:
 The only hardware implementation currently is for the
  VIA C3 Nehemiah (stepping 3 or greater) CPU.  More will be added
 in the future.
 
 Poking around in the kernel I see that indeed nehemiah and yarrow seem
 to be the only random sources there.

If you have a need for a lot of entropy, you can also use the kernel RC4
generator via sysctl kern.arandom.

A couple of other hardware sources are implemented as yarrow entropy
sources rather than using the hardware generator directly. I think the
support for AMD Geode LX, will be of this form. I suspect that this is
more secure than the nehemiah support since it doesn't actually rely on
on the hardware alone. 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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?
 
 С уважением. Тарас Голуб
 

Have a look at this:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT

Did that help?


\\troback
-- 


Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 vuln that seems to be all the rage lately?

I'm running freebsd 7.0-RELEASE-p2 and I am using the included base
bind 9.4.2 as resolver for my network.  Will there be an update
through freebsd-update to upgrade to bind 9.4.2-p1, or is there some
other process I need to followcompile source and replace?.



Base bind is updated by freebsd-update *assuming* you are using the base bind 
and not the port bind *and* assuming you haven't altered any of the binaries by 
patching them manually.  You can, of course, use the tried and true make 
buildworld process to update it as well *when* the patches are released.


--
Paul Schmehl
As if it wasn't already obvious,
my opinions are my own and not
those of my employer.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 the handbook and maybe
http://renaud.waldura.com/doc/freebsd/automounting.txt


\\troback
-- 


Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 ]
Edmund Burke: The only thing necessary for the triumph of evil is for
good men to do nothing.


pgpKdHwmSdb69.pgp
Description: PGP signature


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 the device node (see
  devfs.rules(5)).
- make sure that the sysctl vfs.usermount=1
- make sure that you own the mount point.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpJVAThCtyaS.pgp
Description: PGP signature


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 [EMAIL PROTECTED]


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  = 2680160256 (2556 MB)
avail memory = 2617892864 (2496 MB)

Why? What is wrong that FreeBSD sees only about 2.5GB instead of 6GB?


Having only 2.5 GB is a bit severe (do you have lots of PCI hardware? 
video cards with lots of memory?), but PAE could be your solution. See here:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/compatibility-memory.html




signature.asc
Description: OpenPGP digital signature


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 list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 compiled into the GENERIC kernel. And it is available
as a module that can be loaded via /boot/loader.conf.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpJgRXyaHsxD.pgp
Description: PGP signature


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: 
1x6 Backplane for 3.5-inch Hard Drives [Included in Price] 

SAS RAID Contoller: 
PERC6i SAS RAID Controller, 2x4 Connectors, Int, PCIe, 256MB Cache, x6 Back 

Hard Drive Configuration:
Integrated SAS/SATA RAID 5, PERC 6/i Integrated

Hard Drive:
Five (5) 146GB 15K RPM Serial-Attach SCSI 3Gbps 3.5-in HotPlug Hard Drive

Regards,
Julio Gomez

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 I don't have the password to any of those. Can someone advise me as to
either, how to get the root login enabled or how to change the password on a
different account? 
Thanks for any help you can provide.
Viqui
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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. There are various administrative accounts on the  
server,
but I don't have the password to any of those. Can someone advise me  
as to
either, how to get the root login enabled or how to change the  
password on a

different account?
Thanks for any help you can provide.


If you can login to the machine directly on console, the root password  
should work.  At which point, set up a normal user account which is in  
the wheel group and can use su, and/or install sudo.  Or use passwd to  
change the passwords of some of the existing accounts to a known state.


If you really want to permit remote logins as root via SSH, edit /etc/ 
ssh/sshd_config and set PermitRootLogin yes, and then restart  
SSHd...but please be warned that this is a significant security risk,  
unless you take measures like disabling password in favor of SSH keys  
only, or use a firewall to restrict which machines can connect to SSHd  
on this machine.


Regards,
--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 accounts on the server,
but I don't have the password to any of those. Can someone advise me as to
either, how to get the root login enabled or how to change the password on a
different account? 
Thanks for any help you can provide.

Viqui
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  
I'm assuming you mean root login via SSH is disabled (as is the 
default). IIRC, root can always login from the console.


Login as root from the console (or boot into single user mode) and edit 
/etc/ssh/sshd_config


Uncomment PermitRootLogin line and change no to yes.

An alternate (and better) solution is to create yourself a user account 
in the wheel group and use that to login then SU up to root.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 FreeBSD 7.0-RELEASE-p2 #1: Wed 
Jul  2 19:48:58 CEST 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM  i386


But when compiling the kernel I have the following error:

[EMAIL PROTECTED] /usr/src]# make buildkernel KERNCONF=CUSTOM
--
 Kernel build for CUSTOM started on Thu Jul 10 23:21:45 CEST 2008
--
=== CUSTOM
mkdir -p /usr/obj/usr/src/sys
--
 stage 1: configuring the kernel
--
cd /usr/src/sys/i386/conf; 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin 
 config  -d /usr/obj/usr/src/sys/CUSTOM  /usr/src/sys/i386/conf/CUSTOM

/usr/src/sys/i386/conf/CUSTOM: unknown option IPV6FIREWALL_VERBOSE
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.

The kernel configuration is a GENERIC with this few customizations:

options ACCEPT_FILTER_HTTP
options ACCEPT_FILTER_DATA
options DEVICE_POLLING
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPV6FIREWALL
options IPV6FIREWALL_VERBOSE
options IPV6FIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT

I tried to update through cvsup the system and then recompile the kernel 
with the new options but the error is still there.

Any idea?

nick


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 good /practically new) and
I'm ready to do a fresh install of 7.0-RELEASE onto this fresh new
blank drive.

The problem is that the bleedin' *[EMAIL PROTECTED] 7.0-RELEASE install disk 
(#1)
seems to be trying to do some new and fancy schmancy stuff as regards to
reading stuff off the installation CD that prior releases did not do.
(I've checked with the exact same hardware, and I can still boot/install
from an old 6.1-RELEASE CD with no problems.  So the software has changed,
obviously, and not in a good way.)

Basically, I get down past the so-called Stage 3 boot loader prompt
and then I'm actually booting the 7.0 OS from the CD ROM drive and
regardless of which CD ROM drive I use... I've already tried several...
and regardless of which burned copy of 7.0-RELEASE install disk #1 I
try to use (I have tried at least two... one know to be good from a
prior install on a different machine) I always get the same results...

acd0: CDROM ATAPI CD-ROM MAX 58X/Ver9.05N at ata1-master UDMA33
acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00
GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_Install.
acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00


... whreupon the install process dies with some other messages that
I doubt are of any importance to what is happening here.  The real problem
seems to clearly be the failure of these big reads off the CD that this
new 7.0-RELEASE is trying to do as part of the install process.

Can anybody help?

I've been Googling around for acd0: FAILURE - READ_BIG ILLEGAL REQUEST
for half the day already and I'm no wiser about this problem than when
I started.

What the bleep does this message actually mean?  And what the devil is
actually causing it?  More importantly, how can I get it to go away so
that I can just simply complete my install of 7.0-RELEASE onto this
system?

A little help would be appreciated.


Regards,
rfg


P.S.  Before anybody asks to see my dmesg output, please remember that
I'm trying to do an install, and I'm not even getting fully booted up.
So I have no way to capture, let alone share a dmesg log.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 3ware (AMCC) cards? I'm
not affiliated either, but it seems to be a great combo. AMCC still
supports FreeBSD pretty well, and the cards perform well.

-Patrick

2008/7/10 Julio Gomez [EMAIL PROTECTED]:
 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:
 1x6 Backplane for 3.5-inch Hard Drives [Included in Price]

 SAS RAID Contoller:
 PERC6i SAS RAID Controller, 2x4 Connectors, Int, PCIe, 256MB Cache, x6 Back

 Hard Drive Configuration:
 Integrated SAS/SATA RAID 5, PERC 6/i Integrated

 Hard Drive:
 Five (5) 146GB 15K RPM Serial-Attach SCSI 3Gbps 3.5-in HotPlug Hard Drive

 Regards,
 Julio Gomez

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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,
Thanks for your quick response. No. I mean root login at the console is
dissallowed. Why??? Beats me! I got it that way. 
Viqui 


-Original Message-
From: Chris St Denis [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 10, 2008 2:24 PM

To: Veronica Labarca
Cc: freebsd-questions@freebsd.org
Subject: Re: Enabling root login without an administrator account

 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 accounts on the server, but I don't have the password 
to any of those. Can someone advise me as to either, how to get the 
root login enabled or how to change the password on a different account?

Thanks for any help you can provide.
Viqui
___
freebsd-questions@freebsd.org mailing list 
http://lists.freebsd.org/mailman/listinfo/freebsd-questions

To unsubscribe, send any mail to


[EMAIL PROTECTED]
  
  


I'm assuming you mean root login via SSH is disabled (as is the default).
IIRC, root can always login from the console.

Login as root from the console (or boot into single user mode) and edit
/etc/ssh/sshd_config

Uncomment PermitRootLogin line and change no to yes.

An alternate (and better) solution is to create yourself a user account in
the wheel group and use that to login then SU up to root.

  



--
Chris St Denis
Programmer
SmarttNet (www.smartt.com)
Ph: 604-473-9700 Ext. 200
---
Smart Internet Solutions For Businesses 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
you say that cd works.  Then do 'freebsd-update -r 7.0-RELEASE
upgrade'.  See the man page on freebsd-update.  Afterwords either
pkg_add -r, sysinstall, or use the ports to install packages.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 worked.  Now I
want to understand everything so that I know exactly what all I did. :)

I have the following:
I installed OpenLdap which put ldap.conf in /usr/local/etc/openldap.
I installed PAM which put ldap.conf.dist in /usr/local/etc.
I installed NSS which put nss_ldap.conf in /usr/local/etc.

From looking at them I assume that the last two are the same file and one
of them just needs to be renamed to ldap.conf and configured for PAM and
NSS, is that correct?

The ldap.conf in /usr/local/etc/openldap is a different config file even
though it has the same name?  It is used for openldap and the other is
used for PAM and NSS?

Thanks for any info.

  
openldap/ldap.conf is the OpenLDAP client configuration.  You're likely 
looking for the LDAP server configuration, openldap/slapd.conf


etc/ldap.conf is for PAM, and etc/nss_ldap.conf are not to be merged.  
I've played ***VERY*** briefly with LDAP authentication through PAM and 
NSS, and both were required.  I can't quote easily what the difference 
between NSS and PAM is, but all the docs I referenced from Google when I 
searched said I needed both.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 PROTECTED], freebsd-questions@freebsd.org
Date: Thursday, July 10, 2008, 10:19 PM

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 /usr/ports/mail/mimedefang making the decisions  
instead of sendmail or system quota. There you can set your own rules  
and sendmail will abide them. This gives you far better control and  
you're limited by your own imagination.

2.- Implement a mail server with quota capabilities. For instance  
cyrus-imap. There you can set quota limits, warning messages to users,  
percentages and so on. This is the easiest approach.



Regards,
Mikhail.

-- 
Mikhail Goriachev
Webanoide


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 Labarca wrote:

Hi Chris,
Thanks for your quick response. No. I mean root login at the console is
dissallowed. Why??? Beats me! I got it that way. Viqui
-Original Message-
From: Chris St Denis [mailto:[EMAIL PROTECTED] Sent: Thursday, July 
10, 2008 2:24 PM

To: Veronica Labarca
Cc: freebsd-questions@freebsd.org
Subject: Re: Enabling root login without an administrator account

 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 accounts on the server, but I don't have the password 
to any of those. Can someone advise me as to either, how to get the 
root login enabled or how to change the password on a different 
account?

Thanks for any help you can provide.
Viqui
___
freebsd-questions@freebsd.org mailing list 
http://lists.freebsd.org/mailman/listinfo/freebsd-questions

To unsubscribe, send any mail to


[EMAIL PROTECTED]
 
  
I'm assuming you mean root login via SSH is disabled (as is the 
default).

IIRC, root can always login from the console.

Login as root from the console (or boot into single user mode) and edit
/etc/ssh/sshd_config

Uncomment PermitRootLogin line and change no to yes.

An alternate (and better) solution is to create yourself a user 
account in

the wheel group and use that to login then SU up to root.

  



Maybe root logins on TTYv0 is disabled, but enabled on TTYv1-7.  Have 
you tried switching virtual consoles and logging in?  From the console, 
can you login as a regular user and su/sudo up?


Couple of ideas there -- all valid choices.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


--
Confidentiality Notice: The information contained in this e-mail and any 
accompanying attachment(s) is intended only for the use of the intended 
recipient and may be confidential and/or privileged of Neusoft Group Ltd., its 
subsidiaries and/or its affiliates. If any reader of this communication is not 
the intended recipient, unauthorized use, forwarding, printing, storing, 
disclosure or copying is strictly prohibited, and may be unlawful. If you have 
received this communication in error, please immediately notify the sender by 
return e-mail, and delete the original message and all copies from your system. 
Thank you. 
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 letter? where is wrong?

mailx depends on a correctly configured `mail transfer agent', and it
expects the *login* name of a user, not their real name.

  * Do you have a local user whose login name is `Kate'?

  * Did you do anything to enable Sendmail (the default mail transfer
agent)?

  * What does the `/var/log/maillog' file contain?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 not submit it right.

How do I submit a patch to the FreeBSD project?

Kind regards
Unga


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 patches
 from non-committers or may be I did not submit it right.

 How do I submit a patch to the FreeBSD project?

 Kind regards
 Unga

File a pr. You can use send-pr or the web interface on the website. 
Attach your patch to the pr. 

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
 
  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 patches
  from non-committers or may be I did not submit it
 right.
 
  How do I submit a patch to the FreeBSD project?
 
  Kind regards
  Unga
 
 File a pr. You can use send-pr or the web interface on the
 website. 
 Attach your patch to the pr. 
 

Thanks Beech and v. I'll submit it again the right way.

Regards
Unga


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 project does not accept patches from 
 non-committers or may be I did not submit it right.

 How do I submit a patch to the FreeBSD project?

http://www.freebsd.org/support/bugreports.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
To unsubscribe, send any mail to [EMAIL PROTECTED]


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, how to make mail work?

Jul  9 17:45:58 k6-2 newsyslog[585]: logfile first created
Jul  9 17:46:02 k6-2 sm-mta[760]: starting daemon (8.14.2): [EMAIL 
PROTECTED]:30:00
Jul  9 17:46:02 k6-2 sm-msp-queue[764]: starting daemon (8.14.2): [EMAIL 
PROTECTED]:30:00
Jul  9 18:16:31 k6-2 sm-mta[761]: starting daemon (8.14.2): [EMAIL 
PROTECTED]:30:00
Jul  9 18:16:31 k6-2 sm-msp-queue[765]: starting daemon (8.14.2): [EMAIL 
PROTECTED]:30:00
Jul  9 19:20:05 k6-2 sm-mta[761]: starting daemon (8.14.2): [EMAIL 
PROTECTED]:30:00
Jul  9 19:20:05 k6-2 sm-msp-queue[765]: starting daemon (8.14.2): [EMAIL 
PROTECTED]:30:00
Jul  9 22:09:08 k6-2 sendmail[1314]: m69E98gv001314: from=Tom, size=86, 
class=0, nrcpts=1, msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Jul  9 22:09:08 k6-2 sm-mta[1315]: m69E98rr001315: from=[EMAIL PROTECTED], 
size=414, class=0, nrcpts=1, msgid=[EMAIL PROTECTED], proto=ESMTP, 
daemon=Daemon0, relay=localhost [127.0.0.1]
Jul  9 22:09:08 k6-2 sm-mta[1315]: m69E98rr001315: to=[EMAIL PROTECTED], 
delay=00:00:00, mailer=local, pri=30414, dsn=4.4.3, stat=queued
Jul  9 22:09:08 k6-2 sendmail[1314]: m69E98gv001314: to=Kate, ctladdr=Tom 
(0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30086, 
relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m69E98rr001315 Message 
accepted for delivery)
Jul  9 22:17:17 k6-2 sendmail[1351]: m69EHHKv001351: from=Tom, size=25, 
class=0, nrcpts=1, msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Jul  9 22:17:17 k6-2 sm-mta[1352]: m69EHHJs001352: from=[EMAIL PROTECTED], 
size=353, class=0, nrcpts=1, msgid=[EMAIL PROTECTED], proto=ESMTP, 
daemon=Daemon0, relay=localhost [127.0.0.1]
Jul  9 22:17:17 k6-2 sm-mta[1352]: m69EHHJs001352: to=[EMAIL PROTECTED], 
delay=00:00:00, mailer=local, pri=30353, dsn=4.4.3, stat=queued
Jul  9 22:17:17 k6-2 sendmail[1351]: m69EHHKv001351: to=Kate, ctladdr=Tom 
(0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025, 
relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m69EHHJs001352 Message 
accepted for delivery)
Jul  9 22:22:48 k6-2 sendmail[1381]: m69EMmKR001381: from=Kate, size=29, 
class=0, nrcpts=2, msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Jul  9 22:22:48 k6-2 sm-mta[1382]: m69EMmsR001382: from=[EMAIL PROTECTED], 
size=368, class=0, nrcpts=2, msgid=[EMAIL PROTECTED], proto=ESMTP, 
daemon=Daemon0, relay=localhost [127.0.0.1]
Jul  9 22:22:48 k6-2 sm-mta[1382]: m69EMmsR001382: to=[EMAIL PROTECTED], 
delay=00:00:00, mailer=local, pri=60368, dsn=4.4.3, stat=queued
Jul  9 22:22:48 k6-2 sm-mta[1382]: m69EMmsR001382: to=[EMAIL PROTECTED], 
delay=00:00:00, mailer=local, pri=60368, dsn=4.4.3, stat=queued
Jul  9 22:22:48 k6-2 sendmail[1381]: m69EMmKR001381: to=Tom,for, ctladdr=Kate 
(1001/1001), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=60029, 
relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m69EMmsR001382 Message 
accepted for delivery)
Jul  9 22:54:32 k6-2 sendmail[1476]: m69EsW8m001476: from=Tom, size=42, 
class=0, nrcpts=1, msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Jul  9 22:54:32 k6-2 sendmail[1476]: m69EsW8m001476: [EMAIL PROTECTED], 
delay=00:00:00, mailer=esmtp, pri=30042, dsn=4.4.3, stat=queued
Jul 10 18:53:18 k6-2 sm-mta[778]: starting daemon (8.14.2): [EMAIL 
PROTECTED]:30:00
Jul 10 18:53:18 k6-2 sm-mta[780]: m69EMmsR001382: m6AArIqi000780: sender 
notify: Warning: could not send message for past 4 hours
Jul 10 18:53:18 k6-2 sm-mta[780]: m6AArIqi000780: to=[EMAIL PROTECTED], 
delay=00:00:00, mailer=local, pri=31604, dsn=4.4.3, stat=queued
Jul 10 18:53:18 k6-2 sm-mta[780]: m69EHHJs001352: m6AArIqj000780: sender 
notify: Warning: could not send message for past 4 hours
Jul 10 18:53:18 k6-2 sm-mta[780]: m6AArIqj000780: to=[EMAIL PROTECTED], 
delay=00:00:00, mailer=local, pri=31641, dsn=4.4.3, stat=queued
Jul 10 18:53:18 k6-2 sm-mta[780]: m69E98rr001315: m6AArIqk000780: sender 
notify: Warning: could not send message for past 4 hours
Jul 10 18:53:18 k6-2 sm-mta[780]: m6AArIqk000780: to=[EMAIL PROTECTED], 
delay=00:00:00, mailer=local, pri=31702, dsn=4.4.3, stat=queued
Jul 10 18:53:18 k6-2 sm-msp-queue[784]: starting daemon (8.14.2): [EMAIL 
PROTECTED]:30:00
Jul 10 18:53:18 k6-2 sm-msp-queue[786]: m69EsW8m001476: m6AArIvV000786: sender 
notify: Warning: could not send message for past 4 hours
Jul 10 18:53:18 k6-2 sm-mta[790]: m6AArImM000790: from=, size=2017, class=0, 
nrcpts=1, msgid=[EMAIL PROTECTED], proto=ESMTP, daemon=Daemon0, 
relay=localhost [127.0.0.1]
Jul 10 18:53:18 k6-2 sm-mta[790]: m6AArImM000790: to=[EMAIL PROTECTED], 
delay=00:00:00, mailer=local, pri=32017, dsn=4.4.3, stat=queued
Jul 10 18:53:18 k6-2 sm-msp-queue[786]: m6AArIvV000786: to=Tom, delay=00:00:00, 
xdelay=00:00:00, mailer=relay, pri=31410, 

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


--
Confidentiality Notice: The information contained in this e-mail and any 
accompanying attachment(s) is intended only for the use of the intended 
recipient and may be confidential and/or privileged of Neusoft Group Ltd., its 
subsidiaries and/or its affiliates. If any reader of this communication is not 
the intended recipient, unauthorized use, forwarding, printing, storing, 
disclosure or copying is strictly prohibited, and may be unlawful. If you have 
received this communication in error, please immediately notify the sender by 
return e-mail, and delete the original message and all copies from your system. 
Thank you. 
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 Wednesday 09 July 2008 08:46, Ruel Luchavez wrote:
  Hi again list,
 
  Is it possible to run a VM machine in your freebsd server in which inside
  that VM you are running on it a Linux environment? coul it be?
  You would rather want to know why do I want that set up? Simply because I
  want to install a Quickbooks Enterprise solutions Database
  manager in Linux, further, Freebsd doesn't support the Quickbooks (also
  vice versa) it only runs or support in Linux..thats the reason guys..
  Could some one give me some idea how will I do that?

 Did you read section 10 of the Handbook - Linux Binary Compatibility?

 Jonathan
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


 --
 Confidentiality Notice: The information contained in this e-mail and any 
 accompanying attachment(s) is intended only for the use of the intended 
 recipient and may be confidential and/or privileged of Neusoft Group Ltd., 
 its subsidiaries and/or its affiliates. If any reader of this communication 
 is not the intended recipient, unauthorized use, forwarding, printing, 
 storing, disclosure or copying is strictly prohibited, and may be unlawful. 
 If you have received this communication in error, please immediately notify 
 the sender by return e-mail, and delete the original message and all copies 
 from your system. Thank you. 
 ---

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
   
Type exactly that within a shell (as root):

/usr/libexec/locate.updatedb

or alternatively

/etc/periodic/weekly/310.locate


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 really Thank you from my part also, this Problem Report wasted lot of my 
time :(

Regards
Unga





  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 rolling back to 169.12 and everything is fine.

If that doesn't solve your issues, please let us know what driver you're
using, which FreeBSD version, et cetera.

frase


pgpB58iSDAUQR.pgp
Description: PGP signature


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 
 the form and enter the code exactly as shown. Thank you.
 
 Its really Thank you from my part also, this Problem Report wasted lot of 
 my time :(
 
 Regards
 Unga

That sucks :-(

In some browsers (Opera for example) you can press back and whatever you typed
in forms will still be there ... Not sure how this works with other browsers
... Guess it's to late for that now...

Other then this, I would recommend to _ALWAYS_, on any site/forum, copy
content to a file and/or the clipboard before submitting it in a webform.

You may also want to try using send-pr(1) included in FreeBSD base, IMO it
works a lot better than the webform anyway.

-- 
Martin Tournoij
[EMAIL PROTECTED]
http://www.daemonforums.org

QOTD:
It isn't easy being the parent of a six-year-old.  However, it's
a pretty small price to pay for having somebody around the house
who understands computers.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 Unix,how to do it?

Probably the best way to do it is to become root using su(1) or sudo(1),
and then type:

/etc/periodic/weekly/310.locate

This could take several minutes, depending on your system.

Or you could wait another couple of days, and it will run automatically
(take a look at cron(8), crontab(1,5), periodic(8) and periodic.conf(5))

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpI0tDv00GP5.pgp
Description: PGP signature


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 socket via 
hypertransport link), and
whether recent releases or -current can see all ethernet ports and PCI (incl. 
-X and e)
slots with ACPI enabled/disabled.  Has anyone tried the new BIOS
update?  S2895's not EOL'd yet - though availability is getting
sketchy...

Below is some of the stuff I've dug up so far...

Carlos T. Linares
nvllvmmagnvmingenivmsinemixtvradementiae
NetBSD 4.99.64 amd64 on Tyan K8SD Pro (S2882-D) 

http://search.gmane.org/?query=s2895+author=group=gmane.os.freebsd.*sort=relevanceDEFAULTOP=and%5B=1TOPDOC=40xP=Zs2895xFILTERS=Gos.freebsd.*---A

http://mail-index.netbsd.org/netbsd-bugs/2008/01/19/msg000353.html

http://www.tyan.com/support_download_bios.aspx?model=S.S2895


2008/07/09 S2895_v105e_beta.zip  v.1.05E BETA  
Problem Fix Description:
 
- Changed PCI-e Slot 3 Option ROM default setting to [Enabled}
- Fixed an issue where you could not run 2x 7950GT video cards under Vista 
without getting a Code 12 in the device manager
- Fixed an issue where you could not run 2x 8800GT video cards under Vista 
without getting a Code 12 in the device manager
- Added bios option for enabling SLI for 88xx series video cards 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]