encrypted drives

2006-03-22 Thread Erik Norgaard

Hi:

1) I was thinking, what is the performance penalty of storing data on an 
encrypted device? Sure, for writing documents, coding and stuff, I guess 
the performance loss is insignificant, but for music and video which 
then needs to be decrypted and then decoded, is this a problem?


2) One thing is to create an entire encrypted device for /home. But that 
have the unfortunate consequence that other user's data is unencrypted 
once the system is up.


What would be more appropriate is a solution where each home-dir is an 
encrypted mfs which is decrypted and mounted when the user log in, is 
this possible?


If not, then the alternative would be to have a private mfs in the 
user's home dir which is mounted after login, but I think yet the user 
needs root access to mount encrypted devices.


Is there any possibility for users to mount their own encrypted mfs?

Thanks, Erik

--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.1-BETA 4 stable for normal use?

2006-03-22 Thread Kris Kennaway
On Tue, Mar 21, 2006 at 09:04:32PM -0800, Rakhesh Sasidharan wrote:
 Hi,
 
 I'd like to try out FreeBSD and was wondering whether
 I should start with 6.1-BETA4 or 6.0? Its just for
 home use anyways, more as a way to fool around with
 FreeBSD a bit, so was wondering if 6.1-BETA4 would
 suffice for the purpose ... is it stable enough or
 would it give me issues? 

Yes, it's quite stable and has many fewer bugs than 6.0.

Kris


pgpHHij2fRcCA.pgp
Description: PGP signature


Re: encrypted drives

2006-03-22 Thread Kenyon Ralph
On 3/22/06, Erik Norgaard [EMAIL PROTECTED] wrote:
 2) One thing is to create an entire encrypted device for /home. But that
 have the unfortunate consequence that other user's data is unencrypted
 once the system is up.

 What would be more appropriate is a solution where each home-dir is an
 encrypted mfs which is decrypted and mounted when the user log in, is
 this possible?

I think this is exactly what Mac OS X does with its FileVault feature.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: encrypted drives

2006-03-22 Thread Duane Whitty

Erik Norgaard wrote:

Hi:

1) I was thinking, what is the performance penalty of storing data on 
an encrypted device? Sure, for writing documents, coding and stuff, I 
guess the performance loss is insignificant, but for music and video 
which then needs to be decrypted and then decoded, is this a problem?


2) One thing is to create an entire encrypted device for /home. But 
that have the unfortunate consequence that other user's data is 
unencrypted once the system is up.


What would be more appropriate is a solution where each home-dir is an 
encrypted mfs which is decrypted and mounted when the user log in, is 
this possible?


If not, then the alternative would be to have a private mfs in the 
user's home dir which is mounted after login, but I think yet the user 
needs root access to mount encrypted devices.


Is there any possibility for users to mount their own encrypted mfs?

Thanks, Erik


Hi Erik,

Perhaps this would interest you:

http://events.ccc.de/congress/2005/fahrplan/attachments/586-paper_Complete_Hard_Disk_Encryption.pdf

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


Re: 6.1-BETA 4 stable for normal use?

2006-03-22 Thread Erik Norgaard

Rakhesh Sasidharan wrote:


I'd like to try out FreeBSD and was wondering whether
I should start with 6.1-BETA4 or 6.0? Its just for
home use anyways, more as a way to fool around with
FreeBSD a bit, so was wondering if 6.1-BETA4 would
suffice for the purpose ... is it stable enough or
would it give me issues? 


I am using 6.1-PRERELEASE which has actually been upgraded from 
6.1-BETA3. The system as such is stable, but there are some nuisances.
These are not fatal in any way but may cause confusion. So in particular 
if you're new to FreeBSD, better stay with 6.0.



Also, suppose I were to go with 6.0, is there some way
I can update to the 6.1 release when its released,
*without* downloading the CDs etc? Maybe give some
command which would download the required parts over
the Internet? 


It is fairly easy to upgrade, see the handbook, in fact I had a system 
that I had continuously upgraded from a 5.2.1 installation in march 2004 
to the 6.1-PRERELEASE. I only reinstalled because I needed to 
repartition my disk to get more space available on my /home.


To practice upgrading you can try using the tag RELENG_6_0 - you will 
know what that means when you read the handbook. This will keep you on 
6.0 but apply the patches that have been committed since the release.


If you later want to upgrade to 6.1 (that branch has not yet been 
created) then you just change the tag to RELENG_6_1 and if you want to 
move with the head of the 6_STABLE branch then use tag RELENG_6.


Cheers, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer-plugin build failure

2006-03-22 Thread kalin mintchev

 You need to make sure this command works:

 pkg-config --exists firefox-plugin

 If you're building against seamonkey, then this command must succeed:

 pkg-config --exists seamonkey-plugin

 These commands check for the existence of a browser-plugin.pc file in
 /usr/X11R6/libdata/pkgconfig.

 well... pkg-config doesn't see them but locate does - and they are there,
 in the right place... both...

 so what's wrong with pkg-config?!?

ok here is the errors output from pkg-config:

# pkg-config --print-errors --exists firefox-plugin.pc
Package nspr was not found in the pkg-config search path.
Perhaps you should add the directory containing `nspr.pc'
to the PKG_CONFIG_PATH environment variable
Package 'nspr', required by 'XPCOM', not found

# locate nspr.pc
/usr/X11R6/libdata/pkgconfig/mozilla-nspr.pc

i have mozilla-nspr.pc not just nspr.pc...

can i just link it?!?
are they the same thing/version?!?
is that going to work?!?

thanks...





 Joe

 - --
 Joe Marcus Clarke
 FreeBSD GNOME Team   ::  [EMAIL PROTECTED]
 FreeNode / #freebsd-gnome
 http://www.FreeBSD.org/gnome
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFEIHb0b2iPiv4Uz4cRAmZoAJ4yR+jl2aKPl1ThUX+05DugBNcDNACfSBpm
 0vRZ7Mcoi9FMS4nQ9enX/L0=
 =LaFm
 -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]


Re: Kernel settings for Dell 1850 and 2850 with 4GB of ram

2006-03-22 Thread Riemer Palstra
On Tue, Mar 21, 2006 at 02:57:15PM -0500, Ian Lord wrote:
 I am currently running freebsd 6 (amd64) on dells servers that have
 dual xeon processors in them. There is also 4 gigs of ram in them.

Your mileage may vary, but this is what I run on some Dedicated Dell
1850s which have quite some heavy MySQL usage:

 Could someone tell me:
 
 1- What is the cpu I need to specify in my config ?

I generally go with just 'i686'.

 2- Do I need to run PAE to have access to all my 4 gigs of ram ?

Yes. (On a 1850, I only got +/- 3 GB with PAE off).

 3- Should I use ULE or 4BSD has my threading model ? (I currently run
 ULE but it seems it's slower then 4BSD for the posts in that forum)

I still tend to stay away from ULE from production machines, my last
testing on 6.0 with it still showed signs of it being somewhat slower.
This may have changed for the upcoming 6.1, haven't tested that yet.

 4- What threading should I use in mysql for better stability and
 performance (generic or ?)

I use libthr. It performs slightly better than default for the
situations I use it in (which is mainly database powered websites and
such).

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Samba shares and logging in

2006-03-22 Thread Vayu
In windows when I have the same user account on two machines, neither needs to 
login to access the share.  With Samba I have to use the username/password.  
The XP machine can get straight into the FreeBSD machine (which has the same 
username and password) but the FreeBSD machine needs to login to access the 
XP share.

Are there any Samba settings that would allow the FreeBSD machine the ability 
to access shares without logging in if (and only if) the user exists on both 
computers?

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


Re: encrypted drives

2006-03-22 Thread Erik Norgaard

Kenyon Ralph wrote:

On 3/22/06, Erik Norgaard [EMAIL PROTECTED] wrote:

2) One thing is to create an entire encrypted device for /home. But that
have the unfortunate consequence that other user's data is unencrypted
once the system is up.

What would be more appropriate is a solution where each home-dir is an
encrypted mfs which is decrypted and mounted when the user log in, is
this possible?


I think this is exactly what Mac OS X does with its FileVault feature.


I was just reading this column by Kelly Martin

  http://www.securityfocus.com/columnists/393

when I wrote this, but the FreeBSD solution may not be so simple as the 
OSX. Now, the FileVault according to the article encrypts the entire 
home partition which is fine for single user laptops, but on multiuser 
systems, each home directory should be distinct encrypted partitions in 
order not to disclose data to other users.


In this case, you would also like the ability to dynamically grow the 
filesystem when more space is needed, unless ofcourse you simply say, 
that's the hard quota limit.


Cheers, Erik

--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: encrypted drives

2006-03-22 Thread Kenyon Ralph
On 3/22/06, Erik Norgaard [EMAIL PROTECTED] wrote:
 Kenyon Ralph wrote:
  On 3/22/06, Erik Norgaard [EMAIL PROTECTED] wrote:
  2) One thing is to create an entire encrypted device for /home. But that
  have the unfortunate consequence that other user's data is unencrypted
  once the system is up.
 
  What would be more appropriate is a solution where each home-dir is an
  encrypted mfs which is decrypted and mounted when the user log in, is
  this possible?
 
  I think this is exactly what Mac OS X does with its FileVault feature.

 I was just reading this column by Kelly Martin

http://www.securityfocus.com/columnists/393

 when I wrote this, but the FreeBSD solution may not be so simple as the
 OSX. Now, the FileVault according to the article encrypts the entire
 home partition which is fine for single user laptops, but on multiuser
 systems, each home directory should be distinct encrypted partitions in
 order not to disclose data to other users.

 In this case, you would also like the ability to dynamically grow the
 filesystem when more space is needed, unless ofcourse you simply say,
 that's the hard quota limit.

Actually, the article says FileVault encrypts a user's entire home
directory, settings and all data.  I have a PowerBook and I used to
use FileVault on it.  From my observations, it works by making an
encrypted Disk Image file of your home directory which is mounted and
unmounted at login and logoff.  It is a special disk image called a
sparse image which can grow, but can't be shrunk while the image is
mounted.  This is mostly why I stopped using FileVault--doing a lot of
I/O in my homedir caused the sparse image to gradually grow, then I'd
eventually have to logoff and let it recover all the gaps in the
image, a slow process.  There is a different image for each user, so
it works in multiuser environments.  OS X keeps your unix passwd and
the disk image decryption passphrase synchronized if you use the OS X
GUI to change your password.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: using KVM switch /dev/psm0 is missing

2006-03-22 Thread Richard Burakowski

Malcolm Fitzgerald wrote:

I have a no name 2 port KVM switch and a Logitech marble mouse USB with a ps/2 
adapter.


my cheapo noname kvm presents it's ps2 keyboard and mouse ports as usb 
devices.

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


Re: What does udp port 514 use?

2006-03-22 Thread Erik Norgaard

Miguel wrote:

Halid Faith wrote:


2 - When I type netstat -na  I see that udp port 514 is open as below
udp4   0  0  *.514  *.*
udp6   0  0  *.514  *.*

Should I close this port ? then How can I close this port?
 
that is the syslog port for remote hosts' events , you can disable it 
adding this to your rc.conf


syslog_flags=-ss


The default setting is -s which means that syslog will not log events 
from foreign hosts. -ss means it wont listen at all on that port.


There are few reasons to have syslog listening on that port:

There might be some services running on you host (not that I know any) 
that try to write to the loopback interface rather than a UNIX socket. 
In that case you can force syslog only to bind to the loopback interface 
adding -b localhost.


Also, you should have your local firewall block incoming traffic.

Cheers, Erik

--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


smb startup

2006-03-22 Thread spen
Hello to all here. I have been in the list for quite a while and I must thank 
you all for your precious help to me and other fBSD users.

I have recently setted up fBSD 6.0 stable and installed + configured samba 3, 
which works fine...up to the point of a restart. 
the samba.sh does not start up when i reboot.

This is my smb.conf 

[global]

workgroup = e-global
netbios name = avid
security = share
hosts allow = 10.10.10.200/255.255.255.128
load printers = no
user = nobody
log file = /var/log/samba/log/%m
max log size = 10
socket options = TCP_NODELAY
dns proxy = no
force directory mode = 777
null passwords = yes
encrypt passwords = yes
public = no
security = share

# Share Definitions ==
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
   read only = no
   guest ok = no
  

[shared]
path = /SHARED
force directory mode = 0777
force create mode = 0777
write list = nobody,@nobody
force group = nobody
force user = nobody
valid users = nobody,@nobody
guest only = yes
user = nobody,@nobody
browseable = yes
guest ok = yes
writeable = yes
case sensitive = no


and this is my rc.conf 

# -- sysinstall generated deltas -- # Thu Mar 16 18:21:31 2006
# Created: Thu Mar 16 18:21:31 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=10.10.10.1
hostname=avid.e-global.gr
ifconfig_xl0=inet 10.10.10.10  netmask 255.255.255.240
sshd_enable=YES
usbd_enable=YES


###samba start###
samba_enable=YES

should I be adding something  else to my rc.conf?
Thank you in advance



--spen--

-
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smb startup

2006-03-22 Thread Riemer Palstra
On Wed, Mar 22, 2006 at 02:10:00AM -0800, spen wrote:
 ###samba start###
 samba_enable=YES
 
 should I be adding something  else to my rc.conf?

Try these instead:

smbd_enable=YES
nmbd_enable=YES

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipfilter nat redirect

2006-03-22 Thread Erik Norgaard

fbsd_user wrote:

I have a web server on my private lan that I want
to be accessible from the public internet.

dc0 is the interface facing the public internet

I added this rdr rule after the map rules at the end of my nat file.


ordering is extremely important, nat rules are first match while filter 
rules are last match unless you add the quick keyword. So, if you have 
eg a binat rule, then the rdr never takes place.



  rdr dc0 0/0 port 80 - 10.0.10.4 port 8080

also tried this rule

  rdr dc0 0.0.0.0/0 port 80 - 10.0.10.4 port 8080


seems ok, but you may want to replace the 0/0 with your external ip/32 
if it is fixed.



My understanding of the documentation says the above rdr rule means,

check all packets inbound on interface dc0, and
no matter what the sending ip address of the packet may be,
if the port number of the destination ip address of that packet
matches port 80,
then re-write the packet's destination ip address and port to
10.0.10.4 port 8080 and create the internal nat table to
handle the translation of the outbound packets coming from
10.0.10.4.
Then hand the re-written packet to the firewall to be processed
against the firewall rules.

My ipfilter firewall rules would need a pass rule like this

pass in log quick on dc0 proto tcp from any to 10.0.10.4 port = 8080
flags S keep state

to create the by-directional packet session.

Problem is I cant get this to work.
I see nothing in the log for the pass rule.

Anybody have any idea what I am doing wrong
or if my understanding of the re-direct process is in error.


When using rdr, the rdr rule is applied _before_ the filtering, so 
filter rule  above seems correct to me.


Always, and in particular for debugging, create a rule that catches and 
logs anything you haven't thought of. Your log only catches successful 
passes, after that rule, add a log rule like:


  block in log quick on dc0

this should show you the packets that actually are filtered.

Cheers, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: encrypted drives

2006-03-22 Thread Erik Norgaard

Erik Norgaard wrote:


Is there any possibility for users to mount their own encrypted mfs?


I played a bit with mdconfig and gbde:

1) it seems that ordinary users cannot create any devices. I guess this 
should be configurable in devfs.rules or devfs.conf? At least that would 
allow user creation of a memory disk.


2) changning owner of the created md0 I as user cannot create the 
encrypted device with gbde. It is not clear to me if this is for the 
same problem as in 1) or if gbde futher messes with the kernel?


Any solution on the above?

Using geli appears to be the same as for gbde.

Thanks, Erik

--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ongoing Saga Dell PE1850 - FreeBSD 6.0 Release Freezups.

2006-03-22 Thread Riemer Palstra
On Mon, Mar 20, 2006 at 05:12:33PM -0500, Grant Peel wrote:
 I have been having freezups of my PE 1850 and FreeBSD 6.0 RELEASE.
 since about Feb 23. 1 about every three days. Sometimes twice a day.

I was having these on a 1850 whilst running 5.4 with SMP, but not 6.0.

 So I am just wondering (before I start the task of movinf this client
 to a new machine) if anyone has seen complete software freezes, again,
 with no errors whatsoever in any log, no panics, no coredumps, of
 FreeBSD 6.0 freezing with the only recovery method being a machine
 reset, if so what was done to correct it.

Is this a dual proc machine running SMP? If so, is HyperThreading
enabled in the BIOS?

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sound on Compaq Presario (and kernel question)

2006-03-22 Thread Anna Davour

On Wed, 22 Mar 2006, Ariff Abdullah wrote:


On Tue, 21 Mar 2006 18:46:25 +0100 (CET)
Anna Davour [EMAIL PROTECTED] wrote:


Trying to get the sound to work on my Compaq Presario M2000.

Now uname -a gives:

FreeBSD possession 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Mar
 9
20:27:08 CET 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/KERNEL2  i386



1) Don't compile sound support into your kernel, remove any
 device sound/snd or whatsoever from there.
2) Don't kldload snd_driver . Use kldload sound and
  kldload snd_atiixp
3) If the above doesn't work, post your kernel config here, also the
  output of vmstat -i


OK. I have tried 1) and 2), and still don't get it to work. Kernel config 
is attached, and vmstat -i gives


possession# vmstat -i
interrupt  total   rate
irq1: atkbd01650  0
irq12: psm030536 17
irq13: npx01  0
irq14: ata0 7014  4
irq15: ata1   40  0
irq17: pcm01  0
irq18: rl0  5754  3
irq19: ohci0 ohci1 2  0
irq21: acpi0 311  0
cpu0: timer  3443599   1998
Total3488908   2024

/wokka
--
Doktorand, Institutionen för kärn- och partikelfysik
Uppsala universitet
http://www3.tsl.uu.se/~akesson/#
# modified from GENERIC -- Generic kernel configuration file for FreeBSD/i386
#

machine i386
cpu I686_CPU
ident   KERNEL2

# To statically compile in device wiring instead of /boot/device.hints
#hints  GENERIC.hints # Default places to look for devices.

options SCHED_4BSD  # 4BSD scheduler
options INET# InterNETworking
options INET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device

options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD
options COMPAT_FREEBSD5 # Compatible with FreeBSD4
options SCSI_DELAY=15000# Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
options ADAPTIVE_GIANT  # Giant mutex is adaptive.

device  apic# I/O APIC

# don't know what this is, apparently needed for X
device  io

# IPFW Firewall settings
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=10
options IPFIREWALL_DEFAULT_TO_ACCEPT
options DUMMYNET
options HZ=1000

# Bus support.  Do not remove isa, even if you have no isa slots
device  isa
device  eisa
device  pci

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  ataraid # ATA RAID drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
device  atapist # ATAPI tape drives
options ATA_STATIC_ID   # Static device numbering

# SCSI Controllers
device  ahb # EISA AHA1742 family
device  ahc # AHA2940 and onboard AIC7xxx devices
device  ahd # AHA39320/29320 and onboard AIC79xx devices
device  amd # AMD 53C974 (Tekram DC-390(T))
device  isp # Qlogic family
device  mpt # LSI-Logic MPT-Fusion

device

Re: Why doesn't Turn Off The Computer turn off the computer?

2006-03-22 Thread Alex Zbyslaw

Chris Hill wrote:


On Tue, 21 Mar 2006, Yance Kowara wrote:


In Linux, shutdown -h now will power off the machine.



*That* makes no sense to me, and I would find it to be unexpected 
behavior... but I guess it's a matter of what you're used to.


Where FreeBSD aims for a Principle of Least Astonishment (POLA) my 
experience of Linux is that they have no such principle, and in some 
cases (when I'm having a bad day :-)) even a Principle of Greatest 
Astonishment.


Shutdown -h has halted machines since forever (or course, in them days 
you *couldn't* power the machine off).


Enough rambling,

--Alex

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


Re: ipfilter nat redirect

2006-03-22 Thread Erik Norgaard

John Murphy wrote:

I think the filter action occurs before NAT so you would need this:

pass in log quick on dc0 proto tcp from any to your live IP port = 80


For ip-filter, if nat is done when the packet comes IN on an interface, 
like with rdr, then this takes place BEFORE filtering. If nat is done 
when the packet goes OUT on an interface then this takes place AFTER 
filtering.


If you use binat then you can think of it as the combination of rdr and 
nat. The reason that binat is not really rdr+nat is that rdr requires a 
specific port. But for understanding where the nat'ing takes place for 
binat, thinking rdr+nat on the same interface works.


This means that when nat is configured correctly then you can completely 
forget about it when writing the firewall rules and just think of all 
networks to be routable.


Cheers, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Detecting CPU type without dmesg

2006-03-22 Thread Nathan Butcher
Hi everyone,

Here's a curly question:- How can you detect the CPU type (make, model,
and rated speed) on a running FreeBSD server without using dmesg?

I can't shut this machine off to check BIOS messages, and neither can I
check dmesg (it seems that a pile of network dmesg logging has rotated
the kernel initialization log part off into the sunset).

Is there a way to check CPU processor make and model type at all now?
I'm starting to wish that FreeBSD would save the kernel initialization
log in a place where it couldn't get lost (sort of like /proc in Linux
but without the fanciness that entails)... or perhaps there is such a
Valhalla in FreeBSD and I can't see it for the forest?

Help much appreciated

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


Re: Ongoing Saga Dell PE1850 - FreeBSD 6.0 Release Freezups.

2006-03-22 Thread Grant Peel
It is a single processor, duel core Xenon. Hyperthreading has been turned 
off in the BIOS after about the thrird crash. APCI has been disabled in FBSD 
as well.



- Original Message - 
From: Riemer Palstra [EMAIL PROTECTED]

To: Grant Peel [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, March 22, 2006 6:25 AM
Subject: Re: Ongoing Saga Dell PE1850 - FreeBSD 6.0 Release Freezups.



On Mon, Mar 20, 2006 at 05:12:33PM -0500, Grant Peel wrote:

I have been having freezups of my PE 1850 and FreeBSD 6.0 RELEASE.
since about Feb 23. 1 about every three days. Sometimes twice a day.


I was having these on a 1850 whilst running 5.4 with SMP, but not 6.0.


So I am just wondering (before I start the task of movinf this client
to a new machine) if anyone has seen complete software freezes, again,
with no errors whatsoever in any log, no panics, no coredumps, of
FreeBSD 6.0 freezing with the only recovery method being a machine
reset, if so what was done to correct it.


Is this a dual proc machine running SMP? If so, is HyperThreading
enabled in the BIOS?

--
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED] http://www.palstra.com/




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


Re: Detecting CPU type without dmesg

2006-03-22 Thread Andrey V. Semyonov

Nathan Butcher wrote:

Here's a curly question:- How can you detect the CPU type (make, model,
and rated speed) on a running FreeBSD server without using dmesg?

I can't shut this machine off to check BIOS messages, and neither can I
check dmesg (it seems that a pile of network dmesg logging has rotated
the kernel initialization log part off into the sunset).

Is there a way to check CPU processor make and model type at all now?
I'm starting to wish that FreeBSD would save the kernel initialization
log in a place where it couldn't get lost (sort of like /proc in Linux
but without the fanciness that entails)... or perhaps there is such a
Valhalla in FreeBSD and I can't see it for the forest?


You may try:
# less /var/run/dmesg.boot
The boot-stage dmesg is always saved there.


Also, try to use linprocfs(5) and mount_linprocfs(8). The linux-style 
hardware description is there.

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


Re: sound on Compaq Presario (and kernel question)

2006-03-22 Thread Erik Norgaard

Anna Davour wrote:

On Wed, 22 Mar 2006, Ariff Abdullah wrote:


On Tue, 21 Mar 2006 18:46:25 +0100 (CET)
Anna Davour [EMAIL PROTECTED] wrote:


Trying to get the sound to work on my Compaq Presario M2000.

Now uname -a gives:

FreeBSD possession 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Mar
 9
20:27:08 CET 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/KERNEL2  i386



1) Don't compile sound support into your kernel, remove any
 device sound/snd or whatsoever from there.
2) Don't kldload snd_driver . Use kldload sound and
  kldload snd_atiixp
3) If the above doesn't work, post your kernel config here, also the
  output of vmstat -i


OK. I have tried 1) and 2), and still don't get it to work. Kernel 
config is attached, and vmstat -i gives


Sorry, I got late into this thread and lost your first post.

1st: when having this kind of kernel problems it is good practice to go 
back and try the GENERIC kernel configuration. Then we all know what you 
are talking about, once the problem is solved you can try to tune it.


2nd: kldload sound may not load the driver you need - now I didn't see 
your first post so I don't know if you identified the correct driver. 
Anyway, you can try the snd_ modules one by one.


3rd: Long ago, a common mistake was not to turn up the volume (yeah, I 
know it's silly). Try using mixer.


Still out of luck? If you use the GENERIC kernel, then show us output of:

# kldstat
# sysctl -a|grep snd

Hope this helps, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Detecting CPU type without dmesg

2006-03-22 Thread Nathan Butcher
Hi everyone,

Darn it. I really should have checked the ports collection before
posting my problem.
I forgot that /usr/ports/misc/cpuid existed.

False alarm.

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


Re: Detecting CPU type without dmesg

2006-03-22 Thread lars
Nathan Butcher [EMAIL PROTECTED] wrote:
 Hi everyone,
 
 Here's a curly question:- How can you detect the CPU type (make, model,
 and rated speed) on a running FreeBSD server without using dmesg?
 
 I can't shut this machine off to check BIOS messages, and neither can I
 check dmesg (it seems that a pile of network dmesg logging has rotated
 the kernel initialization log part off into the sunset).
 
 Is there a way to check CPU processor make and model type at all now?
 I'm starting to wish that FreeBSD would save the kernel initialization
 log in a place where it couldn't get lost (sort of like /proc in Linux
 but without the fanciness that entails)... or perhaps there is such a
 Valhalla in FreeBSD and I can't see it for the forest?
 
 Help much appreciated
 
 Nathan
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
You could use dmidecode, it's in the Ports.

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


Re: smb startup

2006-03-22 Thread spen
Thank you for you answer but unfortunately this didn't work either...
if I ps -auwx |grep mbd I get nothing running

If I manually start the script :

avid# /usr/local/etc/rc.d/samba.sh start
Starting SAMBA: removing stale tdbs :
Starting nmbd.
Starting smbd.
avid# 
avid# 
avid# ps -auwx | grep mbd
root558  0.0  1.1  4828  2712  ??  Ss1:25PM   0:00.01 
/usr/local/sbin/nmbd -D -s /usr/local/etc/smb.conf
root562  0.0  1.8  7492  4500  ??  Ss1:25PM   0:00.01 
/usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf
root564  0.0  1.8  7492  4488  ??  S 1:25PM   0:00.00 
/usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf

##my rc.conf##
avid# cat /etc/rc.conf

# -- sysinstall generated deltas -- # Thu Mar 16 18:21:31 2006
# Created: Thu Mar 16 18:21:31 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=10.10.10.1
hostname=avid.e-global.gr
ifconfig_xl0=inet 10.10.10.10  netmask 255.255.255.240
sshd_enable=YES
usbd_enable=YES


###samba start###
smbd_enable=YES
nmbd_enable=YES



Riemer Palstra [EMAIL PROTECTED] wrote: On Wed, Mar 22, 2006 at 02:10:00AM 
-0800, spen wrote:
 ###samba start###
 samba_enable=YES
 
 should I be adding something  else to my rc.conf?

Try these instead:

smbd_enable=YES
nmbd_enable=YES

-- 
Riemer Palstra   Amsterdam, The Netherlands
[EMAIL PROTECTED] http://www.palstra.com/



--spen--

-
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How do I test disk performance in Freebsd60 ?

2006-03-22 Thread Halid Faith
I use FreeBSD60 on Dell1600 SC ( 2gbyte Ram 4 CPU )
amr0: LSILogic MegaRAID 1.51 mem 0xfcc0-0xfcc0 irq 21 at device
2.0 on pci2
amr0: LSILogic PERC 4/SC Firmware 351X, BIOS 1.10, 64MB RAM

I have 3 scsi disks that each about 70 Gbyte based RAID5. That is Total
capacity nearly 140 Gbyte.


I want to test disk / raid card.

I tried below command 10 times while I 'm root
date  dd if=/dev/zero of=deleteme.now bs=64k count=300  rm deleteme.now
 date

1 - 19660800 bytes transferred in 3.420916 secs (5747232 bytes/sec)
2 - 19660800 bytes transferred in 3.318186 secs (5925165 bytes/sec)
3 - 19660800 bytes transferred in 1.325308 secs (14834893 bytes/sec)
4 - 19660800 bytes transferred in 1.475633 secs (13323637 bytes/sec)
5 - 19660800 bytes transferred in 1.458992 secs (13475605 bytes/sec)
6 - 19660800 bytes transferred in 1.373914 secs (14310066 bytes/sec)
7 - 19660800 bytes transferred in 1.597467 secs (19307485 bytes/sec)
8 - 19660800 bytes transferred in 1.308806 secs (15021937 bytes/sec)
9 - 19660800 bytes transferred in 1.324031 secs (14849201 bytes/sec)
10- 19660800 bytes transferred in 1.438717 secs (13665510 bytes/sec)

As you see the values of  bytes/sec is not stable  very changeable.
I wonder Do disks or the raid card work properly ?

Thanks





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


Where is $PAGER defined?

2006-03-22 Thread Kenyon Ralph
The subject says it all - Where is the environment variable $PAGER defined?

If I define PAGER myself in /etc/profile, it is still set to more
upon login.  I've done grep -R PAGER /etc and got nothing (except
/etc/profile of course, which apparently is being overridden).

Thanks!

$ uname -a
FreeBSD sloth 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13
UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

$ echo $BASH_VERSION
3.00.16(1)-release

$ cat /etc/profile
shopt -s checkwinsize
set -o vi

alias chgrp='chgrp -v'
alias chmod='chmod -v'
alias chown='chown -v'
alias cp='cp -iv'
alias df='df -h'
alias du='du -sh'
alias egrep='egrep --color'
alias fgrep='fgrep --color'
alias g='gvim'
alias grep='grep --color'
alias l='ls -a'
alias ll='ls -la'
alias ln='ln -iv'
alias ls='ls -GFh'
alias mkdir='mkdir -v'
alias mv='mv -iv'
alias rm='rm -Iv'
alias rmdir='rmdir -v'
alias vi='vim'

export EDITOR=/usr/local/bin/vim
export VISUAL=/usr/local/bin/vim
export PAGER=/usr/bin/less -MiR
export LESSOPEN=|/usr/local/bin/lesspipe.sh %s
export LESS=-MiR
export HISTCONTROL=ignoredups
export HISTSIZE=1000
export HISTFILESIZE=1000

if [[ ${EUID} == 0 ]] ; then
PS1='\[\033[\e[32m\]\t \[\033[01;31m\]\h \[\033[01;34m\]\w \$ \[\033[00m\]'
else
PS1='\[\033[\e[32m\]\t \[\033[01;[EMAIL PROTECTED] \[\033[01;34m\]\w \$
\[\033[00m\]'
fi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Google Talk and NAT issue ?

2006-03-22 Thread Norberto Meijome
On Mon, 13 Mar 2006 20:54:14 +0800
Yuan Jue [EMAIL PROTECTED] wrote:

 What kind of new technology Google use to
 overcome a NAT issue?

Hi there, no idea if you figured this out yet.
I dont use (any version of ) google talk (skype works just great :) ),
so these are only suggestions.

Windows version may be using uPNP to open up your firewall.

If i were you, i'd compare a tcpdump of both the google-talk (windows)
vs google-talk (kopete) and see the difference.

Or maybe google has locked down their servers so kopete cannot talk to
them anymore . 

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


Re: Where is $PAGER defined?

2006-03-22 Thread Norberto Meijome
On Wed, 22 Mar 2006 03:48:50 -0800
Kenyon Ralph [EMAIL PROTECTED] wrote:

 If I define PAGER myself in /etc/profile, it is still set to more
 upon login.  I've done grep -R PAGER /etc and got nothing (except
 /etc/profile of course, which apparently is being overridden).

~/.bashrc

i believe its run after .profile (and the system wide /etc/profile), so
it gets overriden.

it may also depend on your shell of choice (bash v3 here)

B
___
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 test disk performance in Freebsd60 ?

2006-03-22 Thread Norberto Meijome
On Wed, 22 Mar 2006 13:32:29 +0200
Halid Faith [EMAIL PROTECTED] wrote:

 I use FreeBSD60 on Dell1600 SC ( 2gbyte Ram 4 CPU )
 amr0: LSILogic MegaRAID 1.51 mem 0xfcc0-0xfcc0 irq 21 at
 device 2.0 on pci2
 amr0: LSILogic PERC 4/SC Firmware 351X, BIOS 1.10, 64MB RAM
 
 I have 3 scsi disks that each about 70 Gbyte based RAID5. That is
 Total capacity nearly 140 Gbyte.
 
 
 I want to test disk /

cd /usr/ports ; make search info=performance

should give you some tools (bonnie, from memory)

 raid card.

... other than setup raid, yank the cable in one/several of the
drives and see what happens? 

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


Re: encrypted drives

2006-03-22 Thread Norberto Meijome
On Wed, 22 Mar 2006 11:20:34 +0100
Erik Norgaard [EMAIL PROTECTED] wrote:

 Using geli appears to be the same as for gbde.

Using geli here (FreeBSD 6.1-PRERELEASE #0). since this is my
(work) laptop, the only (allowed) user is me - I simply use sudo as
needed (IOW, yes, mdconfig , geli and mount require root access)

You could create wrappers for each user with the sudo option NOPASSWORD
so the users can create / mount their devices without entering their
password ( user-friendliness ). Or setuid the bins...(without
much time to think about it, i prefer sudo...)

How to mount the user's homedir would require some changes to how the
login process works, i guess (i.e., know that the homedir's contents
are encrypted, then  mount the disk...)...

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


Re: smb startup

2006-03-22 Thread Ken Stevenson

spen wrote:

Thank you for you answer but unfortunately this didn't work either...
if I ps -auwx |grep mbd I get nothing running

If I manually start the script :

avid# /usr/local/etc/rc.d/samba.sh start
Starting SAMBA: removing stale tdbs :
Starting nmbd.
Starting smbd.
avid# 
avid# 
avid# ps -auwx | grep mbd

root558  0.0  1.1  4828  2712  ??  Ss1:25PM   0:00.01 
/usr/local/sbin/nmbd -D -s /usr/local/etc/smb.conf
root562  0.0  1.8  7492  4500  ??  Ss1:25PM   0:00.01 
/usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf
root564  0.0  1.8  7492  4488  ??  S 1:25PM   0:00.00 
/usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf

##my rc.conf##
avid# cat /etc/rc.conf

# -- sysinstall generated deltas -- # Thu Mar 16 18:21:31 2006
# Created: Thu Mar 16 18:21:31 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=10.10.10.1
hostname=avid.e-global.gr
ifconfig_xl0=inet 10.10.10.10  netmask 255.255.255.240
sshd_enable=YES
usbd_enable=YES


###samba start###
smbd_enable=YES
nmbd_enable=YES



Riemer Palstra [EMAIL PROTECTED] wrote: On Wed, Mar 22, 2006 at 02:10:00AM 
-0800, spen wrote:

###samba start###
samba_enable=YES

should I be adding something  else to my rc.conf?


Try these instead:

smbd_enable=YES
nmbd_enable=YES


The only thing you need in rc.conf is samba_enable=YES.

If you do a dmesg -a, do you see any Samba related startup errors? If 
not, how about the log files in /var/log/samba?


It sounds like Samba is failing at startup because it requires 
something that's not available yet (like DNS). After your machine is 
finished booting, it has the environment it requires.


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


Re: Detecting CPU type without dmesg

2006-03-22 Thread Andrew Pantyukhin
On 3/22/06, lars [EMAIL PROTECTED] wrote:
 Nathan Butcher [EMAIL PROTECTED] wrote:
  Hi everyone,
 
  Here's a curly question:- How can you detect the CPU type (make, model,
  and rated speed) on a running FreeBSD server without using dmesg?
 
  I can't shut this machine off to check BIOS messages, and neither can I
  check dmesg (it seems that a pile of network dmesg logging has rotated
  the kernel initialization log part off into the sunset).
 
  Is there a way to check CPU processor make and model type at all now?
  I'm starting to wish that FreeBSD would save the kernel initialization
  log in a place where it couldn't get lost (sort of like /proc in Linux
  but without the fanciness that entails)... or perhaps there is such a
  Valhalla in FreeBSD and I can't see it for the forest?
 
  Help much appreciated
 
  Nathan
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 You could use dmidecode, it's in the Ports.

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


Re: clock drifts after upgrade from 5.x to 6.x

2006-03-22 Thread Bill Moran
On Wed, 22 Mar 2006 00:46:57 +
John Murphy [EMAIL PROTECTED] wrote:

 Alfred Morgan [EMAIL PROTECTED] wrote:
 
 
I have upgraded 4 different machines from various FreeBSD versions of
5 to various versions of 6 and 3 of the machines has a problem where
the clock will drift very quickly slowing about 2 seconds per minute.
 
Interesting.  Were all the upgrades from versions less than 5.3
I wonder? Reason I ask is that many people (including me) seem to
have started having problems with ntp around that time.  There was
a thread in the stable mailing list about it here:
http://docs.freebsd.org/cgi/mid.cgi?20050401104508.GJ71384

Most machines these days have a number of clocks available.  ACPI
is likely choosing a less accurate clock than you would like.
Apparently, with ACPI disabled, the default clock is pretty
accurate.  The worst examples of this are when you get calcru()
errors because the clock actually appears to tick backwards
sometimes.

You can manually tell FreeBSD which clock to use via sysctl.  I
don't remember the magic incanation, but a few google searches
should set you on the right path.  Search for timecounter and calcru
in addition to other terms relevent to your issue.

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


Re: Google Talk and NAT issue ?

2006-03-22 Thread Andrew Pantyukhin
On 3/22/06, Norberto Meijome [EMAIL PROTECTED] wrote:
 On Mon, 13 Mar 2006 20:54:14 +0800
 Yuan Jue [EMAIL PROTECTED] wrote:

  What kind of new technology Google use to
  overcome a NAT issue?

 Hi there, no idea if you figured this out yet.
 I dont use (any version of ) google talk (skype works just great :) ),
 so these are only suggestions.

 Windows version may be using uPNP to open up your firewall.

...or punching holes in stateful firewalls. I think that's what
skype does.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sound on Compaq Presario (and kernel question)

2006-03-22 Thread Ariff Abdullah
On Wed, 22 Mar 2006 12:30:05 +0100 (CET)
Anna Davour [EMAIL PROTECTED] wrote:
 On Wed, 22 Mar 2006, Ariff Abdullah wrote:
 
  On Tue, 21 Mar 2006 18:46:25 +0100 (CET)
  Anna Davour [EMAIL PROTECTED] wrote:
 
  Trying to get the sound to work on my Compaq Presario M2000.
 
  Now uname -a gives:
 
  FreeBSD possession 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu
 Mar   9
  20:27:08 CET 2006
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KERNEL2  i386
 
 
  1) Don't compile sound support into your kernel, remove any
   device sound/snd or whatsoever from there.
  2) Don't kldload snd_driver . Use kldload sound and
kldload snd_atiixp
  3) If the above doesn't work, post your kernel config here, also
  the
output of vmstat -i
 
 OK. I have tried 1) and 2), and still don't get it to work. Kernel
 config  is attached, and vmstat -i gives
 
You left out options PREEMPTION in your kernel, which is pretty much
*mandatory* for snd_atiixp driver. Put it back, recompile your kernel,
and try again.



--
Ariff Abdullah
FreeBSD


pgpkPWyDGGXoD.pgp
Description: PGP signature


Re: smb startup

2006-03-22 Thread spen

thank you very much for the suggestion.
I checked my dmesg -a and I came up with these errors concerning samba:
---
Starting SAMBA: removing stale tdbs :
Starting nmbd.
/libexec/ld-elf.so.1: 
Shared object libintl.so.6 not found, required by libpopt.so.0

Starting smbd.
/libexec/ld-elf.so.1: 
Shared object libintl.so.6 not found, required by libpopt.so.0

ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
---

so I acted :

avid# locate libintl.so.6
/usr/local/lib/libintl.so.6
avid# cp /usr/local/lib/libintl.so.6 /usr/lib/libintl.so.6
avid# reboot

and smb started normally...
so I guess --read the errors--!!
but, why didn't it find the /usr/local/lib/libintl.so.6 and had to be copied 
to /usr/lib ??

(I found a similar situation here -- 
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2004-12/1060.html)

Ken Stevenson [EMAIL PROTECTED] wrote:
The only thing you need in rc.conf is samba_enable=YES.

If you do a dmesg -a, do you see any Samba related startup errors? If 
not, how about the log files in /var/log/samba?

It sounds like Samba is failing at startup because it requires 
something that's not available yet (like DNS). After your machine is 
finished booting, it has the environment it requires.

-- 
Ken Stevenson
Allen-Myland Inc.



--spen--

-
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Google Talk and NAT issue ?

2006-03-22 Thread fbsd_user

Just what do you mean by punching a hole in the
firewall without the firewalls knowledge?

The firewall is designed to stop just such a thing.

Please explain your Statement.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andrew
Pantyukhin
Sent: Wednesday, March 22, 2006 8:35 AM
To: Norberto Meijome
Cc: Yuan Jue; freebsd-questions@freebsd.org
Subject: Re: Google Talk and NAT issue ?


On 3/22/06, Norberto Meijome [EMAIL PROTECTED] wrote:
 On Mon, 13 Mar 2006 20:54:14 +0800
 Yuan Jue [EMAIL PROTECTED] wrote:

  What kind of new technology Google use to
  overcome a NAT issue?

 Hi there, no idea if you figured this out yet.
 I dont use (any version of ) google talk (skype works just great
:) ),
 so these are only suggestions.

 Windows version may be using uPNP to open up your firewall.

...or punching holes in stateful firewalls. I think that's what
skype does.
___
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]


stupid question - disk mirroring

2006-03-22 Thread Wojciech Puchar
what is right/best/simplest way to configure mirrored disk system? there 
was raid driver in NetBSD, but how in FreeBSD. possibility of booting from 
this set is important.


thank you (please point to RTFM)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stupid question - disk mirroring

2006-03-22 Thread Joacim Melin

http://dannyman.toldme.com/2005/01/24/freebsd-howto-gmirror-system/

Cheers,

Joacim

On 22 mar 2006, at 15.50, Wojciech Puchar wrote:

what is right/best/simplest way to configure mirrored disk system?  
there was raid driver in NetBSD, but how in FreeBSD. possibility of  
booting from this set is important.


thank you (please point to RTFM)
___
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]


RE: stupid question - disk mirroring

2006-03-22 Thread Ruben Bloemgarten
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/raid.html


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wojciech Puchar
Sent: March 22, 2006 3:50 PM
To: freebsd-questions@freebsd.org
Subject: stupid question - disk mirroring

what is right/best/simplest way to configure mirrored disk system? there 
was raid driver in NetBSD, but how in FreeBSD. possibility of booting from 
this set is important.

thank you (please point to RTFM)
___
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 Free Edition.
Version: 7.1.385 / Virus Database: 268.2.6/287 - Release Date: 03/21/2006


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.2.6/287 - Release Date: 03/21/2006
 

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


Re: stupid question - disk mirroring

2006-03-22 Thread robert
On Wed, 2006-03-22 at 15:50 +0100, Wojciech Puchar wrote:
 what is right/best/simplest way to configure mirrored disk system? there 
 was raid driver in NetBSD, but how in FreeBSD. possibility of booting from 
 this set is important.
 
 thank you (please point to RTFM)

Here you go:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom.html

Works at treat.

Rob

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


Re: stupid question - disk mirroring

2006-03-22 Thread Danny Butroyd
Wojciech Puchar wrote:
 what is right/best/simplest way to configure mirrored disk system?
 there was raid driver in NetBSD, but how in FreeBSD. possibility of
 booting from this set is important.

If you are talking software raid then try Geom.  A really nice howto can
be found here:-

http://people.freebsd.org/~rse/mirror/

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


Re: 6.1-BETA 4 stable for normal use?

2006-03-22 Thread Antony M Rasat
Yes, it's quite stable and has many fewer bugs than 6.0.  
  ^  
Now that's quite convincing. 
  
Regards,  
  
Anthony M. Rasat  
PT. Kalteng Pos Press  
Palangkaraya - Indonesia.-  
  


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


Re: Google Talk and NAT issue ?

2006-03-22 Thread Chuck Swiger
fbsd_user wrote:
 Just what do you mean by punching a hole in the
 firewall without the firewalls knowledge?
 
 The firewall is designed to stop just such a thing.

If the firewall opens a path for the external server inbound as a result of
supporting active-mode FTP or the data channel for IRC, which most firewalls do
by default if they permit FTP through in the first place, that can be used to
send arbitrary data back to the client.

Having the firewall block FTP, HTTP, and IRC/6667 traffic from inside machines,
except for a trusted and monitored proxy server like Squid, will significantly
improve the security of the network...

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


Re: Google Talk and NAT issue ?

2006-03-22 Thread Andrew Pantyukhin
On 3/22/06, fbsd_user [EMAIL PROTECTED] wrote:

 Just what do you mean by punching a hole in the
 firewall without the firewalls knowledge?

 The firewall is designed to stop just such a thing.

 Please explain your Statement.

http://www.google.com/search?q=skype+nat+traversal
http://www.mocaedu.com/mt/archives/000140.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smb startup

2006-03-22 Thread Paul Schmehl
--On Wednesday, March 22, 2006 06:11:39 -0800 spen [EMAIL PROTECTED] 
wrote:


thank you very much for the suggestion.
I checked my dmesg -a and I came up with these errors concerning samba:
-
-- Starting SAMBA: removing stale tdbs :
Starting nmbd.
/libexec/ld-elf.so.1:
Shared object libintl.so.6 not found, required by libpopt.so.0

Starting smbd.
/libexec/ld-elf.so.1:
Shared object libintl.so.6 not found, required by libpopt.so.0

ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
-
--

so I acted :

avid# locate libintl.so.6
/usr/local/lib/libintl.so.6
avid# cp /usr/local/lib/libintl.so.6 /usr/lib/libintl.so.6
avid# reboot

and smb started normally...
so I guess --read the errors--!!
but, why didn't it find the /usr/local/lib/libintl.so.6 and had to be
copied to /usr/lib ??

(I found a similar situation here --
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2004-12/1060.ht
ml)

Ken Stevenson [EMAIL PROTECTED] wrote:
The only thing you need in rc.conf is samba_enable=YES.

If you do a dmesg -a, do you see any Samba related startup errors? If
not, how about the log files in /var/log/samba?

It sounds like Samba is failing at startup because it requires
something that's not available yet (like DNS). After your machine is
finished booting, it has the environment it requires.


That is odd, because the rc script requires ldconfig before starting. 
Does ldconfig run before the script tries to start samba?


Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

Re: smb startup

2006-03-22 Thread Kevin Kinsey

spen wrote:


thank you very much for the suggestion.
I checked my dmesg -a and I came up with these errors concerning samba:
---
Starting SAMBA: removing stale tdbs :
Starting nmbd.
/libexec/ld-elf.so.1: 
Shared object libintl.so.6 not found, required by libpopt.so.0


Starting smbd.
/libexec/ld-elf.so.1: 
Shared object libintl.so.6 not found, required by libpopt.so.0


ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
---

so I acted :

avid# locate libintl.so.6
/usr/local/lib/libintl.so.6
avid# cp /usr/local/lib/libintl.so.6 /usr/lib/libintl.so.6
avid# reboot

and smb started normally...
so I guess --read the errors--!!
but, why didn't it find the /usr/local/lib/libintl.so.6 and
had to be copied to /usr/lib ??
 


To quote from your original post:

I have recently setted up fBSD 6.0 stable and installed + configured samba 3, which 
works fine...up to the point of a restart.

So, you installed from source, or from the ports/packages system?
It reads like you installed from source, to me.

If you installed from source, I would expect that you forgot to
tell the configure script where the libraries were, or it was too
dumb to find them; if you had used ports/packages, it would have been 
handled automagically for you (which is the reason to use said system

in the first place).

If you did indeed install from ports/packages, it would be good
to know, because something *might* be broken.  But, I *strongly*
suspect that it's simply a misconfiguration, unfortunately, on
your part --- you installed from source and missed setting the
proper location for libs, which, on FreeBSD, is /usr/local/lib
for this internationalization lib...

At least it's working now, right?  Good catch of the problem!

Kevin Kinsey

--
WARNING TO ALL PERSONNEL:

Firings will continue until morale improves.

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


smb_maperror unmapped error 1:158

2006-03-22 Thread Steel City Phantom
Judging from google, this has been asked a few times and never really 
answered.  my bsd box mounts several shares from a win 2000 box.  not 
all of the files that appear in the win 2k box, appear on the bsd box in 
the mount location.  switching over from kde to the console shows a list 
of errors


smb_maperror unmapped error 1:158

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


RE: Ongoing Saga Dell PE1850 - FreeBSD 6.0 Release Freezups.

2006-03-22 Thread Brown, Steve
Does your system in question use a SATA hard drive(s)?  I've had similar
issues with no logs or any errors whatsoever and when I switched from SATA
to IDE drives on the same system (it had both SATA and IDE connections) the
problem disappeared completely.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Grant Peel
Sent: Wednesday, March 22, 2006 5:43 AM
To: Riemer Palstra
Cc: freebsd-questions@freebsd.org
Subject: Re: Ongoing Saga Dell PE1850 - FreeBSD 6.0 Release Freezups.


It is a single processor, duel core Xenon. Hyperthreading has been turned 
off in the BIOS after about the thrird crash. APCI has been disabled in FBSD

as well.


- Original Message - 
From: Riemer Palstra [EMAIL PROTECTED]
To: Grant Peel [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, March 22, 2006 6:25 AM
Subject: Re: Ongoing Saga Dell PE1850 - FreeBSD 6.0 Release Freezups.


 On Mon, Mar 20, 2006 at 05:12:33PM -0500, Grant Peel wrote:
 I have been having freezups of my PE 1850 and FreeBSD 6.0 RELEASE.
 since about Feb 23. 1 about every three days. Sometimes twice a day.

 I was having these on a 1850 whilst running 5.4 with SMP, but not 6.0.

 So I am just wondering (before I start the task of movinf this client
 to a new machine) if anyone has seen complete software freezes, again,
 with no errors whatsoever in any log, no panics, no coredumps, of
 FreeBSD 6.0 freezing with the only recovery method being a machine
 reset, if so what was done to correct it.

 Is this a dual proc machine running SMP? If so, is HyperThreading
 enabled in the BIOS?

 -- 
 Riemer PalstraAmsterdam, The Netherlands
 [EMAIL PROTECTED] http://www.palstra.com/
 


___
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]


php dependency hell

2006-03-22 Thread Michael P. Soulier
Hey people,

I'm trying to install Cacti, and it builds and installs fine. But, it's
looking for the php command-line binary as well, which the port did not pull
in for some reason. 

So, I go to build php-cli, and install it. 

[EMAIL PROTECTED] php4-cli]$ sudo make install
===  Installing for php4-cli-4.4.2_1

===  php4-cli-4.4.2_1 conflicts with installed package(s):
  mod_php4-4.4.1,1

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/lang/php4-cli.

But I need mod_php4 for apache. What guarantee do I have that php4-cli will
provide the same functionality? 

Plus, this...

[EMAIL PROTECTED] php4-cli]$ sudo pkg_delete -n mod_php4-4.4.1,1
pkg_delete: package 'mod_php4-4.4.1,1' is required by these other packages
and may not be deinstalled:
cacti-0.8.6h_41
php4-ctype-4.4.1
php4-extensions-1.0
php4-mysql-4.4.1
php4-overload-4.4.1
php4-pcre-4.4.1
php4-posix-4.4.1
php4-session-4.4.1
php4-tokenizer-4.4.1
php4-xml-4.4.1
php4-zlib-4.4.1
pkg_delete: 1 package deletion(s) failed

How do I resolve this? This looks like a huge mess.

Mike

-- 
Michael P. Soulier [EMAIL PROTECTED]
Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction. --Albert Einstein


pgpEKzGC8xhnr.pgp
Description: PGP signature


Apache ssl startup

2006-03-22 Thread Beech Rintoul
I'm trying to get apache2 to start at boot in ssl mode. After reading through 
the rc.d script I put apache2ssl_enable=YES in /etc/rc.conf, but it 
doesn't work. What is the proper way to start the server at boot?

The machine is running 6.1-PRERELEASE.

Beech
-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgpIgHbQqlbJT.pgp
Description: PGP signature


RE: BSD License Innocence Clause Proposal

2006-03-22 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Danny Pansters
Sent: Sunday, March 19, 2006 2:57 PM
To: freebsd-questions@freebsd.org
Subject: Re: BSD License Innocence Clause Proposal


On Sunday 19 March 2006 23:16, Andrew Pantyukhin wrote:
 I'm not sure if I should start advocating the idea here.
 Some people must've had this thought before I ever
 did, I hope they will support me.

 We need a special clause in the license we release
 our work under. I'm not a lawyer, but I understand that
 it will be very hard to devise and formulate. Basically,
 it should state that under no circumstances and under
 no legislation should ever any entity be punished for
 breaking the license terms.

 I just can't sleep tight when a man can get sued and
 prosecuted because he copied a piece of my work
 without mentioning my name, whatever his motives
 are. At the same time, I respect my work and the work
 of other, and appreciate a way to state that names
 should be mentioned.

 So we need a law, that can be followed and can
 be broken, but can't be enforced.

 What do you think, guys?

I think that's called public domain.

Since the BSD license like GPL defaults to normal copyright if
not followed or
accepted it's at *your* descretion whether or not someone
can/will be sued,
and no one elses.

Nope.  The real BSD license gives copyrights to the University of
California, Berkeley.  Mainly for historical reasons because BSD
originated from there, but there is a legal reason also.  You see, if
I Ted Mittelstaedt release software copyright Ted Mittelstaedt, even
if I give everyone rights to use it, I still retain copyright and
later on I can change the terms of that copyright.  That is what the
courts have said I can do.  As a result of this, people, when they use
my work commercially they will need to get me to sign a piece of paper.
If I'm not reachable, that's kind of hard.  By giving the copyright
to the University, it assures any future entity that there will never
be any question of copyight rights to use the work since the UCB
obviously
isn't difficult to find, and is not likely to dry up and disappear.

This is why FreeBSD is copyrighted The FreeBSD Project and
not the individual developers copyrights.

If you retain your own copyright on the
work then your license might be a BSD-like license, but it's not
the BSD license.


You're the copyright holder and you decided to cover
reproduction with the BSDL (you can make exceptions as you
please as well) on
top of copyright with or without a declaration of you asserting your
copyright --  which some feel makes your standing stronger (see
also: all
rights reserved) in case you get involved in a copyright issue.

The licenses themselves could only become of legal importance
if you accuse
someone of breach while they say they still accept the license
but believe
they abide to it. But that can only be started by your
declaring copyright
infringement. This is more prominent in the GPL but it applies
for the BSDL
as well I think.

So what I think (IANALIJRS) is that you're proposing something that
essentially gives up copyright. That's the public domain as I
understand it.

Dan
___
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 Free Edition.
Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 3/20/2006


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


RE: Google Talk and NAT issue ?

2006-03-22 Thread fbsd_user
Thanks for the links to the details.

From my reading of the details at the google link my firewall
is secure as long as the skype client software is not installed
on any of the LAN pcs behind my firewall.

I added deny rules for the ip address where the skype client can
be downloaded from so employees can not install it.

Does anyone know if there are any other client software products
that use this same technique.
I will add their download ip address to my firewall rules also.

Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andrew
Pantyukhin
Sent: Wednesday, March 22, 2006 10:42 AM
To: [EMAIL PROTECTED]
Cc: Yuan Jue; Norberto Meijome; freebsd-questions@freebsd.org
Subject: Re: Google Talk and NAT issue ?


On 3/22/06, fbsd_user [EMAIL PROTECTED] wrote:

 Just what do you mean by punching a hole in the
 firewall without the firewalls knowledge?

 The firewall is designed to stop just such a thing.

 Please explain your Statement.

http://www.google.com/search?q=skype+nat+traversal
http://www.mocaedu.com/mt/archives/000140.html
___
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: Google Talk and NAT issue ?

2006-03-22 Thread Andrew Pantyukhin
On 3/22/06, fbsd_user [EMAIL PROTECTED] wrote:
 Thanks for the links to the details.

 From my reading of the details at the google link my firewall
 is secure as long as the skype client software is not installed
 on any of the LAN pcs behind my firewall.

 I added deny rules for the ip address where the skype client can
 be downloaded from so employees can not install it.

 Does anyone know if there are any other client software products
 that use this same technique.
 I will add their download ip address to my firewall rules also.

LOL :-))) Are you kidding man? :D
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php dependency hell

2006-03-22 Thread Philip Hallstrom


I'm trying to install Cacti, and it builds and installs fine. But, it's
looking for the php command-line binary as well, which the port did not pull
in for some reason.

So, I go to build php-cli, and install it.

[EMAIL PROTECTED] php4-cli]$ sudo make install
===  Installing for php4-cli-4.4.2_1

===  php4-cli-4.4.2_1 conflicts with installed package(s):
 mod_php4-4.4.1,1

 They install files into the same place.
 Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/lang/php4-cli.

But I need mod_php4 for apache. What guarantee do I have that php4-cli will
provide the same functionality?


install /usr/ports/lang/php4 which installs both the apache module and the 
cli.



Plus, this...

[EMAIL PROTECTED] php4-cli]$ sudo pkg_delete -n mod_php4-4.4.1,1
pkg_delete: package 'mod_php4-4.4.1,1' is required by these other packages
and may not be deinstalled:
cacti-0.8.6h_41
php4-ctype-4.4.1
php4-extensions-1.0
php4-mysql-4.4.1
php4-overload-4.4.1
php4-pcre-4.4.1
php4-posix-4.4.1
php4-session-4.4.1
php4-tokenizer-4.4.1
php4-xml-4.4.1
php4-zlib-4.4.1
pkg_delete: 1 package deletion(s) failed

How do I resolve this? This looks like a huge mess.


If it were me, I'd remove all of those and start over.  Otherwise add a -f 
option to pkg_delete to forcibly remove mod_php4.


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


Panic messages

2006-03-22 Thread Guilherme
Hello all, I have two freebsd servers workiing as
email servers. Two days ago I got some crashes in the
server and the error shown in the screen was:

PANIC: SBFLUSH_LOCKER : cc 0 :: mb 0xc22be000 :: mbcnt
512

and

PANIC: SBDROP

I think this problem is related to high temperature in
my server. Am I right?

If somebody knows how to fix this problem, please help
me!!

Guilherme



___ 
Novo Yahoo! Messenger com voz: Instale agora e faça ligações de graça. 
http://br.messenger.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail patches

2006-03-22 Thread David Kirchner
The patches listed in the recent advisory about sendmail don't
currently exist on the FTP server. Does this mean:

a) They're just not there yet.

b) They were there, but they were taken down because of some problem with them.

I'm concerned it may be b) because the advisory indicates they're not
sure the patch will fix the bug.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail patches

2006-03-22 Thread Colin Percival
David Kirchner wrote:
 The patches listed in the recent advisory about sendmail don't
 currently exist on the FTP server. Does this mean:
 
 a) They're just not there yet.
 
 b) They were there, but they were taken down because of some problem with 
 them.

They're just not there yet.  ftp.freebsd.org mirrors from
ftp-master.freebsd.org; the files are on ftp-master, but
they apparently haven't been mirrored yet.

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


Flash 7

2006-03-22 Thread Chris Maness
I'm still running Flash 6.  I would like to upgrade to 7 because of the 
security issue.  Has anyone been able to get it to work right under 
FreeBSD?  If not, is the security issue so severe that it would warrant 
not running flash at all?


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


Re: php dependency hell

2006-03-22 Thread Bill Moran
On Wed, 22 Mar 2006 11:15:38 -0600 (CST)
Philip Hallstrom [EMAIL PROTECTED] wrote:

  Plus, this...
 
  [EMAIL PROTECTED] php4-cli]$ sudo pkg_delete -n mod_php4-4.4.1,1
  pkg_delete: package 'mod_php4-4.4.1,1' is required by these other packages
  and may not be deinstalled:
  cacti-0.8.6h_41
  php4-ctype-4.4.1
  php4-extensions-1.0
  php4-mysql-4.4.1
  php4-overload-4.4.1
  php4-pcre-4.4.1
  php4-posix-4.4.1
  php4-session-4.4.1
  php4-tokenizer-4.4.1
  php4-xml-4.4.1
  php4-zlib-4.4.1
  pkg_delete: 1 package deletion(s) failed
 
  How do I resolve this? This looks like a huge mess.
 
 If it were me, I'd remove all of those and start over.  Otherwise add a -f 
 option to pkg_delete to forcibly remove mod_php4.

You should be able to use portupgrade with the -o option to replace
mod_php4 with php4.  See the man page for portupgrade for examples
(the EXAMPLES section in particular).

In my experience, this works 90%+ of the time.  If this is a
production system, however, you'll do well to test on a scratch
system first.

-- 
Bill Moran
Collaborative Fusion Inc.


IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.

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


Re: Panic messages

2006-03-22 Thread Kris Kennaway
On Wed, Mar 22, 2006 at 02:29:38PM -0300, Guilherme wrote:
 Hello all, I have two freebsd servers workiing as
 email servers. Two days ago I got some crashes in the
 server and the error shown in the screen was:
 
 PANIC: SBFLUSH_LOCKER : cc 0 :: mb 0xc22be000 :: mbcnt
 512
 
 and
 
 PANIC: SBDROP

That's not the literal text of the panics, please don't randomly
change things because it's important that you be precise.

 I think this problem is related to high temperature in
 my server. Am I right?

If your server temperature is high, it could cause panics.

 If somebody knows how to fix this problem, please help
 me!!

You also forgot to mention which freeBSD version you're running.
Putting on my magic crystal ball hat, I'd say 5.3.

Kris


pgpAXab0dxCc1.pgp
Description: PGP signature


Remote Single User Mode?

2006-03-22 Thread Chris Maness
In the make file for /usr/src it says I need to boot into single user 
mode.  Is this possible from a remote connection (I don't think it is)?  
Do I have to be in single user mode to do the following?:


# 5.  `reboot'(in single user mode: boot -s from the loader prompt).
# 6.  `mergemaster -p'
# 7.  `make installworld'
# 8.  `mergemaster'
# 9.  `reboot'

I administer this box by remote.

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


Re: Apache ssl startup

2006-03-22 Thread Rajarajan Rajamani
On Wed, Mar 22, 2006 at 07:57:24AM -0900, Beech Rintoul wrote:
 I'm trying to get apache2 to start at boot in ssl mode. After reading through 
 the rc.d script I put apache2ssl_enable=YES in /etc/rc.conf, but it 
 doesn't work. What is the proper way to start the server at boot?
 
 The machine is running 6.1-PRERELEASE.
 
 Beech

Is apache compiled with ssl ? Otherwise you can portupgrade it 

portupgrade -m -DWITH_SSL_MODULES apache

RR

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


Re: Remote Single User Mode?

2006-03-22 Thread Kris Kennaway
On Wed, Mar 22, 2006 at 10:11:48AM -0800, Chris Maness wrote:
 In the make file for /usr/src it says I need to boot into single user 
 mode.  Is this possible from a remote connection (I don't think it is)?  
 Do I have to be in single user mode to do the following?:
 
 # 5.  `reboot'(in single user mode: boot -s from the loader prompt).
 # 6.  `mergemaster -p'
 # 7.  `make installworld'
 # 8.  `mergemaster'
 # 9.  `reboot'
 
 I administer this box by remote.

You absolutely need to in certain situations.  Sometimes (even often)
you can get away without it, but sometimes your system won't reboot to
multiuser mode unless you do those steps.

Look into setting up a serial console; this is the remote single user
mode you're looking for.

Kris


pgpLnReMHgwmP.pgp
Description: PGP signature


Upgrading to n-STABLE or RELENG_x

2006-03-22 Thread daniel
FreeBSD will occasionally release security advisories detailing the badness 
surrounding a single package and will often include the following as the 
solution:

  1) Upgrade your vulnerable system to 4-STABLE, 5-STABLE, or 6-STABLE,
  or to the RELENG_6_0, RELENG_5_4, RELENG_5_3, RELENG_4_11, or
  RELENG_4_10 security branch dated after the correction date.

What does this mean?  And how do I do it?  The current output of uname -a on 
my machine right now is:

  FreeBSD hostname 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Wed Nov 30 16:39:45 
  EST 2005 user@hostname:/usr/src/sys/i386/compile/hostname i386

Does 5.3-RELEASE == 5-STABLE?
Why are security advisories not reported by way of portaudit?
Any help would be very much appreciated.


-- 
Thanks be to God that gave me stubborness when I know I am right.
  - John Adams
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with mpt

2006-03-22 Thread Tofik Suleymanov

Hello folks,

HP DL 140 box with freebsd 6.1-PRERELEASE installed:
FreeBSD xxx.xxx.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Feb 23 
09:23:17 EST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


When i do intensive scp over network, or e.g. issue pretty large 
SELECT/UPDATE in PostgreSQL i get perfomance degradation.Need to say, 
that i've tried 6.0-RELEASE also, but no success.
I've been suspecting cards to be somehow broken and therefore tried this 
 on other two identical boxes (same harddware, same os) but again, no 
success.


Below are the logs in /var/log/messages:

Mar 17 12:33:21 xxx kernel: mpt0: Request 0xc4bbf3d8 Timed out.
Mar 17 12:33:21 xxx kernel: mpt0: Request 0xc4bbf4c8 Timed out.
Mar 17 12:33:21 xxx kernel: mpt0: Request 0xc4bbf540 Timed out.
Mar 17 12:33:21 xxx kernel: mpt0: Request 0xc4bc0008 Timed out.
Mar 17 12:33:21 xxx kernel: mpt0: Request 0xc4bbf630 Timed out.
Mar 17 12:33:21 xxx kernel: mpt0: Request 0xc4bc0350 Timed out.
Mar 17 12:38:37 xxx kernel: mpt0: Request 0xc4bc0530 Timed out.
Mar 17 12:38:37 xxx kernel: mpt0: Request 0xc4bc02b0 Timed out.
Mar 17 12:38:37 xxx kernel: mpt0: mpt_recover_commands: Abort 
timed-out.Resetting controller

Mar 17 12:38:37 xxx kernel: mpt0: soft reset failed: ack timeout
Mar 17 12:38:37 xxx kernel: mpt0: WARNING - Failed hard reset! Trying to 
initialize anyway.
Mar 17 12:38:37 xxx kernel: mpt0: Unhandled Event Notify Frame. Event 
0xc086254d.
Mar 17 12:38:37 xxx kernel: (da0:mpt0:0:0:0): WRITE(10). CDB: 2a 0 4 37 
c7 8f 0 0 20 0

Mar 17 12:38:37 xxx kernel: (da0:mpt0:0:0:0): CAM Status: SCSI Status Error
Mar 17 12:38:37 xxx kernel: (da0:mpt0:0:0:0): SCSI Status: Check Condition
Mar 17 12:38:37 xxx kernel: (da0:mpt0:0:0:0): UNIT ATTENTION asc:29,2
Mar 17 12:38:37 xxx kernel: (da0:mpt0:0:0:0): Scsi bus reset occurred
Mar 17 12:38:37 xxx kernel: (da0:mpt0:0:0:0): Retrying Command (per 
Sense Data)


here is the dmesg:

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #0: Thu Feb 23 09:23:17 EST 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2822.51-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf41  Stepping = 1

Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE
,SSE2,SS,HTT,TM,PBE
  Features2=0x641dSSE3,RSVD2,MON,DS_CPL,CNTX-ID,CX16,b14
  AMD Features=0x2010NX,LM
  Hyperthreading: 2 logical CPUs
real memory  = 1073152000 (1023 MB)
avail memory = 1041223680 (992 MB)
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pcib0: Host to PCI bridge pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 25 Entries on motherboard
pci0: PCI bus on pcib0
pci0: unknown at device 0.1 (no driver attached)
pcib1: PCIBIOS PCI-PCI bridge irq 5 at device 2.0 on pci0
pci1: PCI bus on pcib1
pcib2: PCIBIOS PCI-PCI bridge irq 5 at device 4.0 on pci0
pci2: PCI bus on pcib2
bge0: Broadcom BCM5721 Gigabit Ethernet, ASIC rev. 0x4101 mem 
0xdd10-0xdd10 irq 5 at device 0.0 on pci2

miibus0: MII bus on bge0
brgphy0: BCM5750 10/100/1000baseTX PHY on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX-FDX, auto

bge0: Ethernet address: 00:15:60:5f:42:0c
pcib3: PCIBIOS PCI-PCI bridge irq 5 at device 5.0 on pci0
pci3: PCI bus on pcib3
bge1: Broadcom BCM5721 Gigabit Ethernet, ASIC rev. 0x4101 mem 
0xdd20-0xdd20 irq 5 at device 0.0 on pci3

miibus1: MII bus on bge1
brgphy1: BCM5750 10/100/1000baseTX PHY on miibus1
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX-FDX, auto

bge1: Ethernet address: 00:15:60:5f:42:0d
pcib4: PCIBIOS PCI-PCI bridge irq 5 at device 6.0 on pci0
pci4: PCI bus on pcib4
pcib5: PCIBIOS PCI-PCI bridge at device 0.0 on pci4
pci5: PCI bus on pcib5
pci4: base peripheral, interrupt controller at device 0.1 (no driver 
attached)

pcib6: PCIBIOS PCI-PCI bridge at device 0.2 on pci4
pci6: PCI bus on pcib6
mpt0: LSILogic 1030 Ultra4 Adapter port 0x2000-0x20ff mem 
0xdd42-0xdd43,0xdd40-0xdd41 irq 5 at device 3.0

 on pci6
mpt0: [GIANT-LOCKED]
mpt0: MPI Version=1.2.14.0
mpt0: Unhandled Event Notify Frame. Event 0xa.
pci4: base peripheral, interrupt controller at device 0.3 (no driver 
attached)
uhci0: Intel 82801EB (ICH5) USB controller USB-A port 0x1400-0x141f 
irq 5 at device 29.0 on pci0

uhci0: [GIANT-LOCKED]
usb0: Intel 82801EB (ICH5) USB controller USB-A on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: Intel 82801EB (ICH5) USB controller USB-B port 0x1420-0x143f 
irq 3 at device 29.1 on pci0

uhci1: [GIANT-LOCKED]
usb1: Intel 82801EB (ICH5) USB controller USB-B on 

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
On Wednesday 22 March 2006 09:13, Rajarajan Rajamani wrote:
 On Wed, Mar 22, 2006 at 07:57:24AM -0900, Beech Rintoul wrote:
  I'm trying to get apache2 to start at boot in ssl mode. After reading
  through the rc.d script I put apache2ssl_enable=YES in /etc/rc.conf,
  but it doesn't work. What is the proper way to start the server at boot?
 
  The machine is running 6.1-PRERELEASE.
 
  Beech

 Is apache compiled with ssl ? Otherwise you can portupgrade it

 portupgrade -m -DWITH_SSL_MODULES apache

Yes ssl is fully working. I just have to start it manually. I need to find how 
to start it in that mode at boot. Normal mode works fine with 
apache2_enable=YES at boot.

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgpEpHOJvZLRz.pgp
Description: PGP signature


Re: Problem with enabling soft-updates via tunefs

2006-03-22 Thread Sergey Kovalev

Andrew Pantyukhin wrote:

As a side-note, softupdates on / is a bad idea, just
as bad as a single large /


It is just our client's will not mine.
I just want to have an opportunity to enable soft-updates remotely if 
somebody asks me to do so.

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


usb-serial ftdi trouble

2006-03-22 Thread Lincoln Rutledge
Howdy, have kldloaded drivers, and in dmesg see that my usb-serial FTDI 
device is ucom0.  However there is no /dev entry and therefore minicom 
can't work.  I have seen questions about this device from 7/05 but no 
answer.

Is there a simple step I'm missing?  Thanks,
Linc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading to n-STABLE or RELENG_x

2006-03-22 Thread Kris Kennaway
On Wed, Mar 22, 2006 at 01:34:14PM -0500, daniel wrote:
 FreeBSD will occasionally release security advisories detailing the badness 
 surrounding a single package and will often include the following as the 
 solution:
 
   1) Upgrade your vulnerable system to 4-STABLE, 5-STABLE, or 6-STABLE,
   or to the RELENG_6_0, RELENG_5_4, RELENG_5_3, RELENG_4_11, or
   RELENG_4_10 security branch dated after the correction date.
 
 What does this mean?  And how do I do it?

Both questions are answered in the handbook.

Kris


pgpLIzVEvo2uT.pgp
Description: PGP signature


Re: problem with mpt

2006-03-22 Thread Kris Kennaway
On Wed, Mar 22, 2006 at 08:37:54PM +, Tofik Suleymanov wrote:
 Hello folks,
 
 HP DL 140 box with freebsd 6.1-PRERELEASE installed:
 FreeBSD xxx.xxx.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Feb 23 
 09:23:17 EST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 
 When i do intensive scp over network, or e.g. issue pretty large 
 SELECT/UPDATE in PostgreSQL i get perfomance degradation.Need to say, 
 that i've tried 6.0-RELEASE also, but no success.

Please report this on stable@

Kris


pgpuKJVKofgiM.pgp
Description: PGP signature


Re: Why doesn't Turn Off The Computer turn off the computer?

2006-03-22 Thread hackmiester / Hunter Fuller
On Tuesday 21 March 2006 17:17, Chris Hill wrote:
 On Tue, 21 Mar 2006, Yance Kowara wrote:

 [snip]

  Yes, strangely enough shutdown -h now in FreeBSD will only halt the
  machine. halt -p will poweroff the box, and shutdown -p now will also
  power off the box.

 The shutdown options don't seem very strange to me: H stands for Halt, P
 stands for Power. The halt manpage says that Normally, the shutdown(8)
 utility is used when the system needs to be halted ... cleanly
 terminating specific programs.

  In Linux, shutdown -h now will power off the machine.
Not the case for me. For me it's just like FBSD.

 *That* makes no sense to me, and I would find it to be unexpected
 behavior... but I guess it's a matter of what you're used to.

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

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-END PGP SIGNATURE-

-BEGIN GEEK CODE BLOCK-
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e
h r+++ z
--END GEEK CODE BLOCK--

Quick contact info:
Work: [EMAIL PROTECTED]
Personal: [EMAIL PROTECTED]
Large files/spam: [EMAIL PROTECTED]
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz


pgpVQxllLUZ3k.pgp
Description: PGP signature


Re: Samba shares and logging in

2006-03-22 Thread Derek Ragona
You can configure a samba server to be a domain controller/active 
directory  slave and get the login credentials from the windows 
server.  You can add a script to create the accounts on the samba server if 
they do not already exist.


-Derek


At 03:11 AM 3/22/2006, Vayu wrote:
In windows when I have the same user account on two machines, neither 
needs to

login to access the share.  With Samba I have to use the username/password.
The XP machine can get straight into the FreeBSD machine (which has the same
username and password) but the FreeBSD machine needs to login to access the
XP share.

Are there any Samba settings that would allow the FreeBSD machine the ability
to access shares without logging in if (and only if) the user exists on both
computers?

___
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: Where is $PAGER defined?

2006-03-22 Thread Kenyon Ralph
On 3/22/06, Norberto Meijome [EMAIL PROTECTED] wrote:
 On Wed, 22 Mar 2006 03:48:50 -0800
 Kenyon Ralph [EMAIL PROTECTED] wrote:

  If I define PAGER myself in /etc/profile, it is still set to more
  upon login.  I've done grep -R PAGER /etc and got nothing (except
  /etc/profile of course, which apparently is being overridden).

 ~/.bashrc

 i believe its run after .profile (and the system wide /etc/profile), so
 it gets overriden.

 it may also depend on your shell of choice (bash v3 here)

Ah, it's actually not in ~/.bashrc, but your email helped me find it. 
It was in ~/.profile.  Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.1-BETA 4 stable for normal use?

2006-03-22 Thread Marc G. Fournier

On Wed, 22 Mar 2006, Erik Norgaard wrote:


Rakhesh Sasidharan wrote:


I'd like to try out FreeBSD and was wondering whether
I should start with 6.1-BETA4 or 6.0? Its just for
home use anyways, more as a way to fool around with
FreeBSD a bit, so was wondering if 6.1-BETA4 would
suffice for the purpose ... is it stable enough or
would it give me issues? 


I am using 6.1-PRERELEASE which has actually been upgraded from 6.1-BETA3. 
The system as such is stable, but there are some nuisances.
These are not fatal in any way but may cause confusion. So in particular if 
you're new to FreeBSD, better stay with 6.0.


Like ... ?


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Java and tomcat

2006-03-22 Thread Aguiar Magalhaes
Hi list,

I´d like to install java (virtual machine) and tomcat
on the freebsd 6.0..

Are they full compatible ??  Are they in ports ?? 

Help me please,

Aguiar








___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 

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


Cheap FreeBSD hosting?

2006-03-22 Thread Scott I. Remick
Well it seems my perfect FreeBSD webhost, which had great service, great
features, and a great support community has been sold-out to a large
webhost consolidation company with a reputation for ruining every company
they buy. They'll also be switching from FreeBSD to Linux.

Since I desire to eat my own dogfood and continue to have my sites and
pages Powered by FreeBSD I am back in the market looking for a new
webhost.

Currently I pay about $8/month for 12GB of storage, 300GB of
bandwidth/month, and 5 MySQL databases. I need at least 4 databases
(preferably more), and currently average 200-300MB/month transfer
(although I peaked last year one month at 6GB for the month, but that's
rare). I currently use 2.5GB but my space needs will gradually increase.

I'd like to find a comparable plan at a webhost that uses FreeBSD servers.
Pair is out of my league. I've had bad previous experience with iPowerWeb.
Any others?

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


Re: Apache ssl startup

2006-03-22 Thread Robert Huff

Beech Rintoul writes:

  Yes ssl is fully working. I just have to start it manually. I
  need to find how to start it in that mode at boot. Normal mode
  works fine with apache2_enable=YES at boot.

Let me summarize for my own benefit:

1) when you put apache2_enable=YES in /etc/rc.conf and
reboot, nothing happens.
2) when you run /usr/local/etc/rc.d/apache22.sh start
manually ... 
3) when you run /usr/local/sbin/httpd arguements, apache
starts.

Have I misunderstood?
And what are the applicable contents of /var/log/httpd-*.log?


Robert Huff



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


Re: Where is $PAGER defined?

2006-03-22 Thread Norberto Meijome
On Wed, 22 Mar 2006 11:59:38 -0800
Kenyon Ralph [EMAIL PROTECTED] wrote:

 On 3/22/06, Norberto Meijome [EMAIL PROTECTED] wrote:
  On Wed, 22 Mar 2006 03:48:50 -0800
  Kenyon Ralph [EMAIL PROTECTED] wrote:
 
   If I define PAGER myself in /etc/profile, it is still set to
   more upon login.  I've done grep -R PAGER /etc and got nothing
   (except /etc/profile of course, which apparently is being
   overridden).
 
  ~/.bashrc
 
  i believe its run after .profile (and the system
  wide /etc/profile), so it gets overriden.
 
  it may also depend on your shell of choice (bash v3 here)
 
 Ah, it's actually not in ~/.bashrc, but your email helped me find it. 
 It was in ~/.profile.  Thanks!

np - i must have copied my .profile to .bashrc then :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.0, allow remote logging?

2006-03-22 Thread Doug Poland
On 2/5/06, Bill Schoolcraft [EMAIL PROTECTED] wrote:
 I've been trying to get 6.0 to allow itself to accept logs.

 I have a line in /etc/rc.conf that states the remote machine:

 syslogd_flags=-a 192.168.0.3

 I have restarted syslogd so the output of ps -auxw | grep syslog
 shows the following:

 root 21703 0.0 0.3 1296 748 ?? Ss 9:31PM 0:00.03 /usr/sbin/syslogd
-a 192.168.0.3


 And my 'ps -auxw' output shows syslogd running with the
 -s ipaddr too.  I wonder how to trigger that port to receive
 packets.  Apparently syslogd believes all is well. :(

I'm having the same problem getting syslogd to work on a 6.0-STABLE
box.  My ps -waux command shows the -a ipaddr, and sockstat -l
confirms that it's listening on port 514/udp.  Logging works from the
localhost only, not from any remote hosts.

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


Re: 6.0, allow remote logging?

2006-03-22 Thread Bill Schoolcraft
At Wed, 22 Mar 2006 it looks like Doug Poland composed:

 On 2/5/06, Bill Schoolcraft [EMAIL PROTECTED] wrote:
  I've been trying to get 6.0 to allow itself to accept logs.
 
  I have a line in /etc/rc.conf that states the remote machine:
 
  syslogd_flags=-a 192.168.0.3
 
  I have restarted syslogd so the output of ps -auxw | grep syslog
  shows the following:
 
  root 21703 0.0 0.3 1296 748 ?? Ss 9:31PM 0:00.03 /usr/sbin/syslogd
 -a 192.168.0.3
 
 
  And my 'ps -auxw' output shows syslogd running with the
  -s ipaddr too.  I wonder how to trigger that port to receive
  packets.  Apparently syslogd believes all is well. :(
 
 I'm having the same problem getting syslogd to work on a 6.0-STABLE
 box.  My ps -waux command shows the -a ipaddr, and sockstat -l
 confirms that it's listening on port 514/udp.  Logging works from the
 localhost only, not from any remote hosts.
 

Yes, I too had the issue and had to use my SuSE-9.3 box to receive
logs... Maybe it's the curse of the dot-oh release(s) who knows.

-- 
Bill Schoolcraft | http://wiliweld.com
 
If your life was full of nothing but
sunshine, you would just be a desert.



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


Re: Remote Single User Mode?

2006-03-22 Thread Bill Campbell
On Wed, Mar 22, 2006, Kris Kennaway wrote:
On Wed, Mar 22, 2006 at 10:11:48AM -0800, Chris Maness wrote:
 In the make file for /usr/src it says I need to boot into single user 
 mode.  Is this possible from a remote connection (I don't think it is)?  
 Do I have to be in single user mode to do the following?:
 
 # 5.  `reboot'(in single user mode: boot -s from the loader prompt).
 # 6.  `mergemaster -p'
 # 7.  `make installworld'
 # 8.  `mergemaster'
 # 9.  `reboot'
 
 I administer this box by remote.

You absolutely need to in certain situations.  Sometimes (even often)
you can get away without it, but sometimes your system won't reboot to
multiuser mode unless you do those steps.

Look into setting up a serial console; this is the remote single user
mode you're looking for.

I have been able to work in single user mode on some systems by getting
somebody with physical access to the box to boot in single user then start
networking and secure shell manually.  Once the sshd daemon was running I
could get to the box from another machine on the LAN.

The last time I did this was on an SCO OpenServer box which started the
networking even in single user mode.  I would have to RTFM to figure out if
and how this can be done with FreeBSD.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

Democracy, n.:
A government of the masses.  Authority derived through mass
meeting or any other form of direct expression.  Results in mobocracy.
Attitude toward property is communistic... negating property rights.
Attitude toward law is that the will of the majority shall regulate,
whether it is based upon deliberation or governed by passion,
prejudice, and impulse, without restraint or regard to consequences.
Result is demagogism, license, agitation, discontent, anarchy.
-- U. S. Army Training Manual No. 2000-25 (1928-1932),
   since withdrawn.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
On Wednesday 22 March 2006 11:19, Robert Huff wrote:
 Beech Rintoul writes:
   Yes ssl is fully working. I just have to start it manually. I
   need to find how to start it in that mode at boot. Normal mode
   works fine with apache2_enable=YES at boot.

   Let me summarize for my own benefit:

   1) when you put apache2_enable=YES in /etc/rc.conf and
   reboot, nothing happens.
   2) when you run /usr/local/etc/rc.d/apache22.sh start
   manually ... 
   3) when you run /usr/local/sbin/httpd arguements, apache
   starts.

   Have I misunderstood?
   And what are the applicable contents of /var/log/httpd-*.log?

When I put apache2_enable=YES in rc.conf it starts in normal mode at boot.
When I put apache2ssl_enable=YES in rc.conf it doesn't start at all.
After boot doing apachectl stop and apachectl startssl starts the server in 
ssl mode.

Beech


-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgp9tZsbGtBTU.pgp
Description: PGP signature


Re: 6.1-BETA 4 stable for normal use?

2006-03-22 Thread Erik Nørgaard

Marc G. Fournier wrote:
I am using 6.1-PRERELEASE which has actually been upgraded from 
6.1-BETA3. The system as such is stable, but there are some nuisances.
These are not fatal in any way but may cause confusion. So in 
particular if you're new to FreeBSD, better stay with 6.0.


Like ... ?


Well, I have another machine at work which for some yet unknown reason 
requires me to reload the pf rule set in order to fetch - I posted on 
that last week.


And I have minor errors like when I run man pf.conf and exit the 
man-page then I get this error:


col: write error
grotty:standard input (standard input):31713:fatal error: output error

Not all manpages give that though.

Cheers, Erik

--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Qmail webmail solution

2006-03-22 Thread Rodrigo G. Tavares de Souza

Hi,

   Does anybody know a free webmail solution for Qmail?

Best regards,
Rodrigo Souza
Sao Paulo - Brazil
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.1-BETA 4 stable for normal use?

2006-03-22 Thread Kris Kennaway
On Wed, Mar 22, 2006 at 09:55:34PM +0100, Erik N?rgaard wrote:
 Marc G. Fournier wrote:
 I am using 6.1-PRERELEASE which has actually been upgraded from 
 6.1-BETA3. The system as such is stable, but there are some nuisances.
 These are not fatal in any way but may cause confusion. So in 
 particular if you're new to FreeBSD, better stay with 6.0.
 
 Like ... ?
 
 Well, I have another machine at work which for some yet unknown reason 
 requires me to reload the pf rule set in order to fetch - I posted on 
 that last week.
 
 And I have minor errors like when I run man pf.conf and exit the 
 man-page then I get this error:
 
 col: write error
 grotty:standard input (standard input):31713:fatal error: output error

Did you file PRs?  If not, and you only posted to this list, your
emails did not reach any of the relevant people.

Kris


pgp6H9DDCdz9w.pgp
Description: PGP signature


Re: Java and tomcat

2006-03-22 Thread eoghan

Aguiar Magalhaes wrote:

Hi list,

I´d like to install java (virtual machine) and tomcat
on the freebsd 6.0..

Are they full compatible ??  Are they in ports ?? 


Help me please,

Aguiar


Hi
Tomcat is:
/usr/ports/www/tomcat55
and there's detailed info on Java here:
http://www.freebsd.org/java/
Hope that helps...
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Qmail - Webmail solution

2006-03-22 Thread Rodrigo G. Tavares de Souza

Hi,

  Does anybody know a free webmail solution for Qmail?

Best regards,
Rodrigo Souza
Sao Paulo - Brazil
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Qmail - Webmail solution

2006-03-22 Thread Rob W.

SquirrelMail
http://www.squirrelmail.org/

- Original Message - 
From: Rodrigo G. Tavares de Souza [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Wednesday, March 22, 2006 3:01 PM
Subject: Qmail - Webmail solution



Hi,

  Does anybody know a free webmail solution for Qmail?

Best regards,
Rodrigo Souza
Sao Paulo - Brazil
___
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: Qmail webmail solution

2006-03-22 Thread DAve

Rodrigo G. Tavares de Souza wrote:

Hi,

   Does anybody know a free webmail solution for Qmail?

Best regards,
Rodrigo Souza


Anything that uses imap or can read a Maildir will work just fine. 
Depends on if you want to connect to your mailstore from another 
machine, or read your mail off the filesystem.


sqwebmail is quite popular with qmail users,
http://www.inter7.com/sqwebmail/sqwebmail.html

We use Squirrelmail because I like the plugin architecture, which allows 
us to modify/write plugins easily,

http://www.squirrelmail.org/

DAve

--
This message was checked by forty monkeys and
found to not contain any SPAM whatsoever.

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


Install FreeBSD on a remote server

2006-03-22 Thread Mats Hecking
Hi. I have a remote server, that I can access through SSH using a Linux Rescue CD. I would like to install FreeBSD 6.0 on this system. 


First I looked at Depinguinator. I checked the script and decided that I 
couldn't really use that, especially because it works for FreeBSD 5.4 only.

I then proceeded this way: I have created an image the same size the hard drive 
in the remote server is (approx. 10GB). With qemu I installed FreeBSD
6.0 on that and copied it onto the remote server. I had to use dd for that - 
dump/restore won't work, since with the Linux Rescue-CD I cannot mount
UFS. 


Now I heard that copying an image with dd might give you trouble at a later 
point of time. Problems might be the physical constitution of the hard drive - 
partitions have to end at a cylinder. And since cylinders are different on 
different hard drives, it might give you IO-Errors. Is that true?

My next idea was to partition the hard drive on the remote system with the 
Linux Rescue CD (fdisk), then dd that image onto my system. With qemu I then 
wanted to install FreeBSD on the already partitioned image and dd it onto the 
remote system again. Does this sound better to you

So if you have any better ideas how to install a FreeBSD 6.0 on this server, I'll be glad for any replies! 


Thanks.

Sorry for any grammar and spelling mistakes, English is not my native 
language...



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


Re: 6.1-BETA 4 stable for normal use?

2006-03-22 Thread Erik Nørgaard

Kris Kennaway wrote:

On Wed, Mar 22, 2006 at 09:55:34PM +0100, Erik N?rgaard wrote:

Marc G. Fournier wrote:
I am using 6.1-PRERELEASE which has actually been upgraded from 
6.1-BETA3. The system as such is stable, but there are some nuisances.
These are not fatal in any way but may cause confusion. So in 
particular if you're new to FreeBSD, better stay with 6.0.

Like ... ?
Well, I have another machine at work which for some yet unknown reason 
requires me to reload the pf rule set in order to fetch - I posted on 
that last week.


And I have minor errors like when I run man pf.conf and exit the 
man-page then I get this error:


col: write error
grotty:standard input (standard input):31713:fatal error: output error


Did you file PRs?  If not, and you only posted to this list, your
emails did not reach any of the relevant people.


No, I need to investigate more and ensure me that it has not been a 
passing error.


For example, the mentioned problem with pf, I first thougt it was a 
misconfiguration problem that fetch didn't use passive ftp, in which 
case this was the right forum.


Then by accident I discovered that reloading the ruleset solved the 
problem. Rebooting, I would have the problem again until a new reload of 
the ruleset.


I then tried at home to repeat on a different machine which had been 
updated almost at the same time but without luck. So, I there may be 
some error in updating or that very snap I got. In any case I need to 
investigate that more.


And the other error, I have now tried and found that it appears only in 
Eterm, not in xterm or on the console. It may have been introduced as 
the ports version is now 0.9.3_4.


Cheers, Erik

--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail patch

2006-03-22 Thread DAve

Uh oh,

bash-2.05b# uname -a
FreeBSD web6.tls.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 
20:45:55 GMT 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


I did,
bash-2.05b# cvsup standard-supfile
bash-2.05b# cd /usr/src
bash-2.05b# patch  /path/to/patch
bash-2.05b# cd /usr/src/lib/libsm
bash-2.05b# make obj  make depend  make

and I get this,
bash-2.05b# make
/usr/src/lib/libsm/Makefile, line 11: Malformed conditional 
(${MK_INET6_SUPPORT} != no)

/usr/src/lib/libsm/Makefile, line 13: if-less endif
/usr/src/lib/libsm/Makefile, line 13: Need an operator
make: fatal errors encountered -- cannot continue

I used the patch for 4.11 and 5.3

Anyone got any ideas?

DAve
--
This message was checked by forty monkeys and
found to not contain any SPAM whatsoever.

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


Re: 6.1-BETA 4 stable for normal use?

2006-03-22 Thread Kris Kennaway
On Wed, Mar 22, 2006 at 10:19:46PM +0100, Erik N??rgaard wrote:
 Kris Kennaway wrote:
 On Wed, Mar 22, 2006 at 09:55:34PM +0100, Erik N?rgaard wrote:
 Marc G. Fournier wrote:
 I am using 6.1-PRERELEASE which has actually been upgraded from 
 6.1-BETA3. The system as such is stable, but there are some nuisances.
 These are not fatal in any way but may cause confusion. So in 
 particular if you're new to FreeBSD, better stay with 6.0.
 Like ... ?
 Well, I have another machine at work which for some yet unknown reason 
 requires me to reload the pf rule set in order to fetch - I posted on 
 that last week.
 
 And I have minor errors like when I run man pf.conf and exit the 
 man-page then I get this error:
 
 col: write error
 grotty:standard input (standard input):31713:fatal error: output error
 
 Did you file PRs?  If not, and you only posted to this list, your
 emails did not reach any of the relevant people.
 
 No, I need to investigate more and ensure me that it has not been a 
 passing error.

OK, please don't frighten the newbies then :-)

Kris


pgpTGs9HYI1sG.pgp
Description: PGP signature


Re: Install FreeBSD on a remote server

2006-03-22 Thread albi
Mats Hecking wrote:

 Hi. I have a remote server, that I can access through SSH using a Linux
 Rescue CD. I would like to install FreeBSD 6.0 on this system.
 First I looked at Depinguinator. I checked the script and decided that I
 couldn't really use that, especially because it works for FreeBSD 5.4 only.

what about installing FreeBSD 5.4 like that and then upgrade to 6.0 ?

i've successfully upgraded from 5.4 to 6.0 remotely, perhaps a bit
risky, but it worked for me :-)

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sendmail patch

2006-03-22 Thread DAve

DAve wrote:

Uh oh,

bash-2.05b# uname -a
FreeBSD web6.tls.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 
20:45:55 GMT 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


I did,
bash-2.05b# cvsup standard-supfile
bash-2.05b# cd /usr/src
bash-2.05b# patch  /path/to/patch
bash-2.05b# cd /usr/src/lib/libsm
bash-2.05b# make obj  make depend  make

and I get this,
bash-2.05b# make
/usr/src/lib/libsm/Makefile, line 11: Malformed conditional 
(${MK_INET6_SUPPORT} != no)

/usr/src/lib/libsm/Makefile, line 13: if-less endif
/usr/src/lib/libsm/Makefile, line 13: Need an operator
make: fatal errors encountered -- cannot continue

I used the patch for 4.11 and 5.3

Anyone got any ideas?

DAve


That's two servers with the same error. My 4.X server did just fine, as 
did my 5.4 servers. All my toasters run qmail, so of eleven servers, 
these two are all I have left to do.


The Makefile looks fine, I'm missing something obvious here. Google 
comes up empty handed.


DAve


--
This message was checked by forty monkeys and
found to not contain any SPAM whatsoever.

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


Re: 6.0, allow remote logging?

2006-03-22 Thread Doug Poland

On Wed, March 22, 2006 14:40, Bill Schoolcraft wrote:
 At Wed, 22 Mar 2006 it looks like Doug Poland composed:

 On 2/5/06, Bill Schoolcraft [EMAIL PROTECTED] wrote:
 I've been trying to get 6.0 to allow itself to accept logs.


 I'm having the same problem getting syslogd to work on a
 6.0-STABLE box.  My ps -waux command shows the -a ipaddr, and
 sockstat -l confirms that it's listening on port 514/udp.  Logging
 works from the localhost only, not from any remote hosts.


 Yes, I too had the issue and had to use my SuSE-9.3 box to receive
 logs... Maybe it's the curse of the dot-oh release(s) who knows.

With a little more googlin' and a lot of trial and error, I have it
working now...

---

in /etc/rc.conf:

syslogd_enable=YES
syslogd_flags=-a 192.168.1.0/26:*

---

in /etc/syslog.conf:

!*
+192.168.1.0/26
*.* /var/log/messages



[EMAIL PROTECTED] logger -h lebanon -t TEST from seth



[EMAIL PROTECTED] logger -h lebanon -t TEST from egypt



tail /var/log/messages
Mar 22 15:40:55 5.3 lebanon syslogd: exiting on signal 2
Mar 22 15:42:19 lebanon syslogd: kernel boot file is /boot/kernel/kernel
Mar 22 15:43:08 192.168.1.12 from seth
Mar 22 15:43:39 192.168.1.10 from egypt

Not sure why the -t tag didn't come through, but I'm glad to get
something anyway.

-- 
Regards,
Doug

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


  1   2   >