RE: Problem with Broadcomm NIC - not recognized

2006-05-04 Thread pauls
--On May 3, 2006 10:39:52 PM -0700 Ted Mittelstaedt [EMAIL PROTECTED] 
wrote:




If it's still not working then yes.  Incidentally you need to
turn off SSL on your e-mail, I cannot open your mails with
my normal mail client.

It's working fine since I installed 6.1.  The odd thing is, I thought I 
needed the bce driver, but the 6.1 install detected the NIC and used the 
bge driver.  That driver is available in 6.0 as well, yet it didn't work in 
that install.


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

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


Re: Inappropriate file type or format error when accessing berkely DB file via perl

2006-05-04 Thread Parv
in message [EMAIL PROTECTED],
wrote mark thusly...

 I am trying to access my squidguard berkely db files via perl  and
 DB_File (as per the SquidGuard docs)
...
 #!/usr/bin/perl
 use DB_File;
 my (%url,%domain);

   $DB_BTREE-{compare} = \domainmatch;
^ ^ ^ ^ ^ ^
^ ^ ^ ^ ^ ^
I suppose you have domainmatch() sub defined somewhere used in this
file but omitted from your post?


   my $domain_db =
 tie(%domain, DB_File, /var/db/squidGuard/warez/domains.db, O_CREAT|
 O_RDWR, 0664, $DB_BTREE) || die(domains.db: $!\n);
  ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
  ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
   $domain_db-put(.six.com,) unless(exists($domain{six.com}));
   $domain_db-sync; # Seems to only sync the last change.

   undef($domain_db); # Destroy the object
   untie(%domain); # Sync and close the file and undef the hash

 The following is returned

 domains.db: Inappropriate file type or format
  ^ ^ ^ ^ ^ ^
  ^ ^ ^ ^ ^ ^
So the program is dying due to failure in tie()ing.

Did you check if both SquidGuard  DB_File are linked with the same db
library?

 When I do a file /var/db/squidGuard/warez/domains.db
...
 /var/db/squidGuard/warez/domains.db: Berkeley DB
 (Btree, version 8, native byte-order)
...
 When I create a db with perl

 #!/usr/bin/perl -w
 use strict;
 use DB_File;
 my  %database;
 tie %database, 'DB_File', createdb.dat
 or die Can't initialize database: $!\n;
 untie %database;
...
 file createdb.dat
...
 createdb.dat: Berkeley DB 1.85 (Hash, version 2, native byte-order)
   ^ ^ ^ ^ ^ ^ ^ ^ ^
   ^ ^ ^ ^ ^ ^ ^ ^ ^
 I suspect the version 2 / version 8  is the srouce of my
 innappropriate file type or format error!

mach::DB_File(3) lists ...

  Using DB_File with Berkeley DB version 2 or greater

  Although DB_File is intended to be used with Berkeley DB version 1,
  it can also be used with version 2, 3 or 4. In this case the
  interface is limited to the functionality provided by Berkeley DB
  1.x. Anywhere the version 2 or greater interface differs, DB_File
  arranges for it to work like version 1.


... so it is not surprising that, in your second case, the db file
created is of version 1.x.  (Note also that since you had not
specified that you wanted a BTree db type, the type is hash.)


 I tried reinstalling DB_file   guessing that it had some kind of
 dependency on DB3.. Thsi had no effect. I tried reinstalling Perl
 itself.  Also no effect.
...
 Relevant Ports installed

 db3-3.3.11_2,1
 bsdpan-DB_File-1.814
...
 perl-5.8.8

DB_File (same version that you had installed separately) is included w/
Perl (at least in 5.8.8).


Well, i just searched Google Groups for 'perl DB_File db3
Inappropriate file type or format' which presented ...

  
http://groups.google.com/group/fa.freebsd.questions/browse_thread/thread/783254b63fbba089/3a8af6e2d78282f9



  - Parv

-- 

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


Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-04 Thread Christopher Illies
On Tue, May 02, 2006 at 09:24:13AM +0100, Vittorio wrote:
 Last night , after portsnap(-ping) and trying to recompile the 
 statistical software R from 2.2.1 to 2.3.0 I get the following:
[...]
 cc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../..
 /lib -lR
 Rmain.o(.text+0x14): In function `main':
 : undefined reference 
 to `R_running_as_main_program'
 *** Error code 1

No solution here, instead I am having the same problem, running 6.1-RC.

If you found a solution, could you please post it here?

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


Re: FreeBSD 6.0 and Mac File System

2006-05-04 Thread Yousef Raffah
On Thu, 2006-05-04 at 01:38 +0200, FreeBSD mailing list wrote:
 On 29 apr 2006, at 15:28, Yousef Raffah wrote:
 
  On Sat, 2006-04-29 at 09:11 -0400, John Cruz wrote:
  I don't know about HFS, but you can format your mac drives with  
  UFS when
  you do a clean install of MacOS, at least then FreeBSD would be  
  able to
  read them.
 
  You are right but this isn't my case here :(, I have an external HD
  which has HFS(+) file system on it and I want to use it with my  
  FreeBSD
  6.1-RC1
 
  Any chances?
 
 Mac OSX can't be installed onto a UFS formatted drive as far as I know
 Most OSX programs won't run on it either
 you can format partitions or drives other than the system drive with  
 UFS not only at the installtion
 
 
  Yousef Raffah wrote:
  What is the status of reading/writing to Mac's file system (HFS)  
  or is
  it HFS+?
 
 it is HFS+ for Mac OS 8.1 and later
 
  Are they supported in FreeBSD 6.0? How about 6.1-RC? Can we
  write to that file system or only read at moment? Is it safe? I'm  
  trying
  to find something in the /usr/src/sys/i386/conf/NOTES file but  
  nothing
  is promising so far
 
 
 http://people.freebsd.org/~yar/hfs/
 
 add this to your kernelconfig file:
 option  GEOM_APPLE  # Apple HFS+ support
 
 I was able to compile it on FreeBSD 6.0-RELEASE-p6 but haven't had  
 the time to check if it actually works.
 
 
 google for iPod and FreeBSD for more info :)
 
Thanks a lot, I will try it :)

 Arno

--
Sincerely,
Yousef Raffah
Senior Systems Administrator
--

Aren't you using Firefox? Get it at http://www.getfirefox.com




signature.asc
Description: This is a digitally signed message part


quick question regarding security advisories

2006-05-04 Thread Mark Jayson Alvarez
Hi,

Those security advisories posted in www.freebsd.org...
will they be applied once I rebuild my entire system??
My default /usr/share/example/cvsup/stable-supfile
contains this line:

*default release=cvs tag=RELENG_6

Are those security patches constantly being applied in
the source tree of such release??

Thanks...

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD 6.0 compat with DL320 G4

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net
 
 You may get lucky and get a DL320 G4 that does not have the
 specific Broadcom chip in it.

not sure, but maybe you can specify at least the chipset you
DON'T want in your order (hp should be able to figure it out
using the serial#, and this no. is on the boxes.
the order way would be: check for avail., ask your dealer(s) for
some sn#'s for devices you want, let them check (or check on your
own with hp for the chipset) and order the box (i guess at least
a charge-no. should fit, they don't change the chips all 8hrs).

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


RE: wanted: hp-ux glance pendant [SOLVED]

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net
  
   Systat doesn't like it if it has no stdin; adding a  /dev/ttyv9 
   to your commandline should make it behave.
  
  adding your suggestion fixes the problem, but i'd like to run it w/o
  enabling any user keystrokes/input to systat. tried /dev/null and an
  empty file, obviously w/o success -(
  any further ideas?

 Dump it to a file and tail -f the file in the console?

ok, but if i want this to be up at reboot, i again need some
real stdin i can give to systat, which then will dump/tail.

anyway, systat is (besides of it's behaviour when detached
from a terminal) definitely a glance pendant (not all the
nice functions, but at least the vmstat page gives an idea
of what's goin' on).

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


RE: encrypted file sharing bsd--winxp/2k3 [SOLVED]

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net

[original post from 10/2005... better late than never!]
 
we have been searching for a proper solution to encrypt
filesharing data between a windows client and a freebsd
fileserver (because freebsd provides a good solution for
disk encryption -- GELI). we wanted to use them as simple
network drives (because somtimes software needs that).

vpn and hardware solutions (like encrypting NIC's) have
been ruled out because of the investment or the effort
and interoperability of these solutions. webdav, ftp,
etc... have been ruled out because of the amount of
services/configuration you need on the server and because
of the behaviour in windows (it's never acting as a real
network mapped filesharing folder).

our choices (after some test/research) are: SMB over SSL.

the solution is as simple as it should be with small
networks that still have an requirement to encrypt data:

on the fileserver you install samba, and let it bind only
to the loopback adapter (eg. 127.0.0.1:10139).
next you install stunnel on the server and let it tunnel
the real ip's port 139 (eg. 192.168.10.1:139) back to
127.0.0.1:10139/tcp.

on the client you have to install the microsoft loopback
network adapter and give it a real and static ip address,
that is NOT in your network (and hopefully will never be.
in our example 10.232.232.232).
for testing. remove all bindings except tcp/ip to this
adapter (like ms filesharing).
now install stunnel on your client, configure it like to
map as a client from the loopback adapter's (10.232.232.232:139)
to the fileservers ip/port (192.168.10.1:139).

define automatic startup for stunnel and samba on your
server and start the services. on your client you also
install the stunnel service to run on system startup.

finally, you have to map a network drive:
just use net use X: \\10.232.232.232\your_samba_share_name
and if everything went fine, you have a new drive X: like it
would have been shared by a windows box.

this configuration works perfectly for us! the only requirement
is that you know how stunnel and samba work (at least from the
administrator's view) and that you know your network.
we didn't use hostnames in this example only for readability.
if you want hostnames, don't forget to setup a proper hosts/dns.

oh yes, using port 445 was NOT working because as soon as ms
starts, it binds itself to 0.0.0.0:445 and therefore you can't
bind anything else to this port. (we didn't find a way to tell
ms to only bind port 445 to specific addresses, if someone knows
how, let us know!)


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


Re: encrypted file sharing bsd--winxp/2k3 [SOLVED]

2006-05-04 Thread Igor Robul
On Thu, May 04, 2006 at 12:28:36PM +0200, [EMAIL PROTECTED]@mgEDV.net wrote:
 
 our choices (after some test/research) are: SMB over SSL.
IPsec on Windows + IPsec on FreeBSD 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with Broadcomm NIC - not recognized

2006-05-04 Thread Alex Zbyslaw

[EMAIL PROTECTED] wrote:

--On May 3, 2006 10:39:52 PM -0700 Ted Mittelstaedt 
[EMAIL PROTECTED] wrote:




If it's still not working then yes.  Incidentally you need to
turn off SSL on your e-mail, I cannot open your mails with
my normal mail client.

It's working fine since I installed 6.1.  The odd thing is, I thought 
I needed the bce driver, but the 6.1 install detected the NIC and used 
the bge driver.  That driver is available in 6.0 as well, yet it 
didn't work in that install.


Why is this confusing?  Drivers get updated to cover newer versions of 
chips which didn't exist or weren't available to the developer when 
originally written.  If you really care then check out the CVS history 
for your driver from the FreeBSD site (developer / CVS Repository / web 
interface).


--Alex


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


DVB Cards

2006-05-04 Thread Enrique Ayesta Perojo
Hello, ¿does anyone know any DVB-T card that works on FreeBSD?

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


RE: FreeBSD 6.0 compat with DL320 G4

2006-05-04 Thread Ted Mittelstaedt

Hi All,

  Actually I think I figured out the problem in the driver and I'm going
to test
this tomorrow.

  For those of you smart guys who like math, take a look at the following
change that was made in the driver CVS a couple years ago:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bge/if_bge.c.diff?r1=1.
37r2=1.38

It looks like at the time the maintainer decided he didn't like all the
nasty magic numbers like 0x3F000F in the code and so replaced
it with some equally nasty macros pointing to other magic numbers,
plus some elaborate shifting of bits to try to generate the magic numbers
he eliminated from the magic numbers he created.

The only problem is that, for example, the bitwise ORing and
shifting he's doing is not going to convert 0x10, 0x13, and 0x0f into
0x3F000F  At least, none that I know about and I spent a couple hours
trying to figure out why he was doing what he did.  Maybe someone
out there can look at this section of code for me and see if they can
figure this out?

More importantly, the specific Broadcom chip (BCM5714) has an exception
in the Linux driver from Broadcom with it's own spechul magic number
different from the magic numbers used for the other chipsets, and
this isn't in the FreeBSD driver.

Ted


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]@mgEDV.net
Sent: Thursday, May 04, 2006 2:55 AM
To: 'William'
Cc: freebsd-questions@freebsd.org
Subject: RE: FreeBSD 6.0 compat with DL320 G4



 You may get lucky and get a DL320 G4 that does not have the
 specific Broadcom chip in it.

not sure, but maybe you can specify at least the chipset you
DON'T want in your order (hp should be able to figure it out
using the serial#, and this no. is on the boxes.
the order way would be: check for avail., ask your dealer(s) for
some sn#'s for devices you want, let them check (or check on your
own with hp for the chipset) and order the box (i guess at least
a charge-no. should fit, they don't change the chips all 8hrs).

___
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.5.1/328 - Release Date: 5/1/2006


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


Re: Inappropriate file type or format error when accessing berkely DB file via perl

2006-05-04 Thread mark
 P5-BerkeleyDB  proved to be a functional  solution for me at any rate, many 
thanks for the pointer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ssh and minmssoverload

2006-05-04 Thread Andrew Pantyukhin

For certain reasons I have minmssoverload set to small
values (like 50) on some of the gateways I admin. The
problem is when I ssh from such a gateway, I often
exceed the limit and the connection get dropped.

Is there a way to throttle ssh to a smaller packets per
second? I tried compression, but it doesn't help much.

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


Re: quick question regarding security advisories

2006-05-04 Thread Frank Steinborn
Mark Jayson Alvarez wrote:
 Hi,
 
 Those security advisories posted in www.freebsd.org...
 will they be applied once I rebuild my entire system??
 My default /usr/share/example/cvsup/stable-supfile
 contains this line:
 
 *default release=cvs tag=RELENG_6
 
 Are those security patches constantly being applied in
 the source tree of such release??

Yes, they are applied to all branches. You can see that in the
Corrected:-column in the advisory too.

Frank

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


Re: public samba share annoyingly asking for password

2006-05-04 Thread vittorio
Alle 17:47, martedì 02 maggio 2006, [EMAIL PROTECTED] ha scritto:
 On 5/2/06, Vittorio [EMAIL PROTECTED] wrote:
  Context: pentium 4, freebsd 6.0, samba 3.0.22,
  6 windows 2000, NT,XP
  samba clients
 
  Dear friends,
 
  I'm writing to this ML because, googling
  the net on the subject reported below,  it seems that samba works
  slightly differently according to the platform in which it is installed
  (I read of differences of behaviour between Fedora and Debian samba
  installations, or even between FC1 and FC2 installations).
 
  I setup a
  samba server connected to a very large *** original MS-windows LAN ***
  with the following smb.conf file. The aim is to put in a public read-
  only share all the programs we need to share.
 
  Now, the problem is that
  at boot time - after logging in the MS-windows client -  windows 2000
  or NT clients present the user with a pop-up window asking for a
  password to connect to the public share (I created the 'pcguest'
  freebsd user as a passwordless user and to 'smbpasswd pcguest' I didn't
  provide any password at all!). Clicking on OK the share is immediatedly
  connected and it all works. Nonetheless the pop-up window asking for a
  password is somewhat disturbing.
  By the way, windows XP clients don't
  seem to suffer from the same problem. They connect to the share
  smoothly, without asking anything as expected!
 
  Any idea to solve the
  problem?
 
  Ciao
  Vittorio
 
 
 
  ###smb.conf
 
  [global]
  workgroup = mygroup
  server string = FreeBSD
  map to guest = Bad User
  passdb backend = tdbsam
  security = user
  guest account = pcguest
  log file = /var/log/samba/log.%
  m
  load printers = No
  preferred master = No
  local master = No
  domain
  master = No
  dns proxy = No
  wins server = 10.100.10.38, 10.100.10.21
  hosts allow = 10.100.
 
  [homes]
  comment = Home Directories
  read only =
  No
  browseable = No
 
  [public]
  comment = Deposit
  path = /home/pcguest
  guest only = Yes
  guest ok = Yes

 This is based on a slightly different experience with a Linux host,
 but my first guess is you want to add security = share to the public
 section to override the global security = user.  For that share, you
 might also want force user = pcguest and some explicit commands for
 whether you want it write protected, but I'd see if the first solution
 solves your problem.

 Jordan
 ___

No, it doesn't work. The problem is still there on win 2k or NT clients.

Any other option?

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


Kernel Panic when using mpd VPN Tunnel

2006-05-04 Thread Shawn Guillemette
Hello all, 

 

 

I have a Digital AlphaPC 164LX 533 MHz, running FreeBSD
4.11-RELEASE 

I have installed /usr/ports/net/mpd and attempted to make a vpn connection
and after authenticating it seems to bring the machine to a panic with the
following info in the messages file. 

 

May  3 17:20:35 medusa /kernel:

May  3 17:20:35 medusa /kernel: fatal kernel trap:

May  3 17:20:35 medusa /kernel:

May  3 17:20:35 medusa /kernel: trap entry = 0x4 (unaligned access fault)

May  3 17:20:35 medusa /kernel: a0 = 0xfe5cb5ce

May  3 17:20:35 medusa /kernel: a1 = 0x28

May  3 17:20:35 medusa /kernel: a2 = 0x1

May  3 17:20:35 medusa /kernel: pc = 0xfc4da0a0

May  3 17:20:35 medusa /kernel: ra = 0xfc4dabec

May  3 17:20:35 medusa /kernel: curproc= 0xfe00098d6300

May  3 17:20:35 medusa /kernel: pid = 189, comm = mpd

May  3 17:20:35 medusa /kernel:

May  3 17:20:35 medusa /kernel: panic: trap

May  3 17:20:35 medusa /kernel:

 

 

Now the how to I was following asked that I make sure that the kernel is
compiled with the following device option. 

 

device  tun # Packet tunnel.

 

This line was in the kernel config but was listed as follows 

 

pseudo-device   tun # Packet tunnel.

 

 

I have tried using both versions and have seen the same kernel panic each
time. 

 

 

 

Any one have any tips for me?

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


Re: dhclient-exit-hooks

2006-05-04 Thread Daniel Bye
(Apologies for the rather fragmentary nature of this post - I've been
typing and reading  the scripts and man pages, trying to get my head round
what's going on...)

On Wed, May 03, 2006 at 05:43:48PM -0400, fbsd wrote:
 I figured the Shared object not found error is another sign
 of what is wrong in general so I commented out the mail command
 to concentrate on just the logger problem. 

Fair enough - we'll come back to this later!

 During testing the
 logger problem I determined the script if statement is not
 working.

It ought to - the test is structured correctly, so I can't see any
reason it would not behave in any way other than you would expect.

 Problem seems more like bug in how and or when during the boot
 process the script is getting executed.

Yeah, it's beginning to look like it, isn't it?  Did you try running it
with xtrace turned on?  Perhaps you could even try running rc under
xtrace?  (I have done this in the past, it spews forth a great deal of
noise, but among the noise you may find what you are looking for.)

 This has nothing to do with my script code.
 This is how FreeBSD is handling the default dhclient-script that
 comes pre installed on the system.
 
 The recorder directives have made no difference.

Yep, that makes sense - now I understand where your code is being called
from.

 Please note I am not using the isc-dhcp port dhclient.
 I am running the dhclient that comes as part of the base
 install of FreeBSD.

Noted.

 I have ifconfig_dc0=DHCP in rc.conf to launch
 /sbin/dhclient-script.
 dhclient-script calls dhclient-exit-hooks

 I don't think the recorder directives get into play because
 dhclient does not use the rc.d environment.

No, not the ones you added to the dhclient-exit-hooks, but dhclient is
started by this block of code in /etc/network.subr:

if dhcpif $1; then
if [ $_cfg -ne 0 ] ; then
ifconfig $1 up
fi
/etc/rc.d/dhclient start $1
_cfg=0
fi

(dhcpif() tests the value of $1, returning true if it is DHCP or dhcp or
any combination in mixed case)

/etc/network.subr gets called from /etc/rc.d/netif (among others, but it
is netif that is called earliest, I believe).

/etc/rc.d/dhclient does use rcorder, although you are right in that
/sbin/dhclient doesn't know anything about it.

As far as I can tell, the sequence of events is something like this:

rc builds a list of files to run, using rcorder(8)

These scripts run, occasionally calling in other helper scripts (such as
/etc/network.subr).

When netif is called, it calls network.subr, which calls
/etc/rc.d/dhclient as necessary.

/etc/rc.d/dhclient starts /sbin/dhclient, which in turn calls
/sbin/dhclient-script at various points in its execution.

/sbin/dhclient-script then calls the enter and exit hooks at the
appropriate times.


 I know the dhclient-exit-hooks script is executing because of the
 echo commands I put in it before and after the IF statement.

Yep, that's fair comment.

 I also know the dhclient variables are being loaded in the
 /etc/dhcpd.name-servers file because I empty it before rebooting
 system, and after words I edit it and it contains the correct
 values.

Which suggests that your code is indeed Doing the Right Thing.

 I am beginning to think that something changed between 4.x and 6.0
 in
 the way the dhclient-script get processed during boot.
 It's acting like it gets executed to early in the boot process.
 Do I have enough evidence on this to submit a bug report???

I reckon it's worth trying under xtrace to see if that provides any clue.

You could also try adding -s to the logger call, so it prints its
messages to STDERR as well as to the nominated log file.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: D349 B109 0EB8 2554 4D75  B79A 8B17 F97C 1622 166A
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpcKvJGJmCSp.pgp
Description: PGP signature


RE: public samba share annoyingly asking for password

2006-05-04 Thread Scott Hiemstra
 
 No, it doesn't work. The problem is still there on win 2k or 
 NT clients.
 
 Any other option?
 
 Vittorio
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 

Vittorio,

This works on my network with win NT/2k/2k3/XP machines and we do not get
prompted for username/password.  The allow hosts portion is not required,
I just needed to limit the share a bit.  This host is running FreeBSD
4.10-STABLE and samba 2.2.12 so it is a little old but it functions very
well.

[global]
log file = /var/log/samba/log.%m
dns proxy = No
netbios name = SMBSERVER1
server string = Samba Server
socket options = TCP_NODELAY
workgroup = OFFICE
os level = 20
security = share
preferred master = no
max log size = 50

[Public Share]
guest account = guest
writeable = yes
public = yes
guest only = yes
path = /data/shared/public
allow hosts = 192.168.1.3 192.168.128.6 192.168.128.35 192.168.128.60
192.168.64.60

Hope this helps,
Scott


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


Re: Kernel Panic when using mpd VPN Tunnel

2006-05-04 Thread Nikos Vassiliadis
On Thursday 04 May 2006 15:52, Shawn Guillemette wrote:
 Hello all,





 I have a Digital AlphaPC 164LX 533 MHz, running FreeBSD
 4.11-RELEASE

 I have installed /usr/ports/net/mpd and attempted to make a vpn connection

What kind of VPN? mpd does ppp over serial lines, ethernet, udp
and pptp.

 and after authenticating it seems to bring the machine to a panic with the
 following info in the messages file.



 May  3 17:20:35 medusa /kernel:

 May  3 17:20:35 medusa /kernel: fatal kernel trap:

 May  3 17:20:35 medusa /kernel:

 May  3 17:20:35 medusa /kernel: trap entry = 0x4 (unaligned access fault)

 May  3 17:20:35 medusa /kernel: a0 = 0xfe5cb5ce

 May  3 17:20:35 medusa /kernel: a1 = 0x28

 May  3 17:20:35 medusa /kernel: a2 = 0x1

 May  3 17:20:35 medusa /kernel: pc = 0xfc4da0a0

 May  3 17:20:35 medusa /kernel: ra = 0xfc4dabec

 May  3 17:20:35 medusa /kernel: curproc= 0xfe00098d6300

 May  3 17:20:35 medusa /kernel: pid = 189, comm = mpd

 May  3 17:20:35 medusa /kernel:

 May  3 17:20:35 medusa /kernel: panic: trap

 May  3 17:20:35 medusa /kernel:





 Now the how to I was following asked that I make sure that the kernel is
 compiled with the following device option.



 device  tun # Packet tunnel.


I don't know how tun(4) is relevant



 This line was in the kernel config but was listed as follows



 pseudo-device   tun # Packet tunnel.





 I have tried using both versions and have seen the same kernel panic each
 time.







 Any one have any tips for me?

Describe what you want to do please. what kind of VPN and
what the peers are. I am using mpd for a long time and never
had a panic(well, almost)


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


pgadmin text entry gone slow

2006-05-04 Thread Ashley Moran
Hi

Recently my pgadmin started playing up.  Typing text into a query window 
doesn't work unless I type REALLY slow, otherwise it can't keep up and misses 
characters.  Here is I probably shouldn't type so fast! at my normal typing 
speed:

Irbal sol'ttyp fa!

It was definitely working before I installed Xorg 6.9 but I can't remember if 
it's worked since.  I'm running an old 6-STABLE and all the ports are up to  
date on my system.

Any idea what is causing this?

Ta

Ashley



[EMAIL PROTECTED] ~]$ pkg_version | grep -E 'xorg|pgadmin|kde'
kde =
kdeaccessibility=
kdeadmin=
kdeartwork  =
kdebase =
kdebase-kompmgr =
kdeedu  =
kdegames=
kdegraphics =
kdegraphics-kuickshow   =
kdehier =
kdelibs =
kdemultimedia   =
kdenetwork  =
kdepim  =
kdesdk  =
kdesvn  =
kdetoys =
kdeutils=
kdevelop=
kdewebdev   =
pgadmin3=
xorg-clients=
xorg-documents  =
xorg-fonts-100dpi   =
xorg-fonts-75dpi=
xorg-fonts-encodings=
xorg-fonts-miscbitmaps  =
xorg-fonts-truetype =
xorg-libraries  =
xorg-manpages   =
xorg-server =



-- 
If you do it the stupid way, you will have to do it again
  - Gregory Chudnovsky
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FTPd recommendation?

2006-05-04 Thread Noah

Hi there,

What are people using for their ftpd these days?   I am looking for something
easy to initiailize, configure, and is very secure.

Looking foward to your responses.

Cheers,

Noah

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


Re: FTPd recommendation?

2006-05-04 Thread albi
Noah wrote:

 What are people using for their ftpd these days?   I am looking for something
 easy to initiailize, configure, and is very secure.

http://vsftpd.beasts.org/

/usr/ports/ftp/vsftpd/

not too difficult to configure

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


Shared Library Error

2006-05-04 Thread Soo-Hyun Choi

Hi,

I have upgraded gtk, expat, and etc from the ports. (I had to do make
deinstall reinstall for this.)

After that, I get a shared library error if I try to run any X application.

For example,
[EMAIL PROTECTED]:~$ firefox
Share object libgmodule-2.0.so.600 not found, required
by libgtk-x11-2.0.so.600

If I do
[EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600

then I get
/usr/local/lib/libgmodule-2.0.so.600

but actually the libgmodule-2.0.so.600 is not in that directory.

Does anyone know how to fix this problem?

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


Re: FTPd recommendation?

2006-05-04 Thread Jerry McAllister
 
 
 Hi there,
 
 What are people using for their ftpd these days?   I am looking for something
 easy to initiailize, configure, and is very secure.
 
 Looking foward to your responses.

Using what comes with the base system.
Having no problem.

jerry

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


RE: Shared Library Error

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net

 If I do
 [EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600
 
 then I get
 /usr/local/lib/libgmodule-2.0.so.600
 
 but actually the libgmodule-2.0.so.600 is not in that directory.

try running ldconfig -R to rescan the directories
and check you ldconfig settings

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


RE: FTPd recommendation?

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net

 

What are people using for their ftpd these days?   I am looking 
for something
easy to initiailize, configure, and is very secure.

you definitely look for vsftpd (vsftpd.beasts.org)
you'll find it in the ports ;-)


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


Re: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi

How do I check/modify ldconfig settings? Would you give me some examples?

Thanks,


On 5/4/06, [EMAIL PROTECTED]@mgEDV.net [EMAIL PROTECTED] wrote:


 If I do
 [EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600

 then I get
 /usr/local/lib/libgmodule-2.0.so.600

 but actually the libgmodule-2.0.so.600 is not in that directory.

try running ldconfig -R to rescan the directories
and check you ldconfig settings



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


Re: dd question

2006-05-04 Thread Paul Chvostek
On Wed, May 03, 2006 at 05:36:46PM -0500, Andrew wrote:
 On Wed, 2006-05-03 at 14:11 -0600, Chad Leigh -- Shire.Net LLC wrote:
   Can I used dd from my freebsd box to  
  completely copy the whole disk, partition tables and all, to another  
  disk?
...
 have another suggestion. If you think the disk will be ok, use dd to
 zero-out the rest of the drive; i.e.
...
 One of these days, I am going to write a tool to do just this sort of
 thing, since it seems to be a fairly common practice.

I believe that tool would be g4u, http://www.feyrer.de/g4u/, along with
the FAQ at http://www.feyrer.de/g4u/#shrinkimg .

p

-- 
  Paul Chvostek [EMAIL PROTECTED]
  it.canadahttp://www.it.ca/

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


Re: FTPd recommendation?

2006-05-04 Thread Greg Barniskis

Jerry McAllister wrote:


Using what comes with the base system.
Having no problem.


Same here. If functionality is in the base, my philosophy is that 
replacing it violates the KISS principle unless the replacement 
offers some additional functionality that justifies the change. 
Security problems detected in the base are usually fixed very, very 
quickly.


If truly worried about the security of any ftpd (base or not), jail 
it and (if you can) firewall the access to limit usage to specific 
clients. Probably better, use SCP or SFTP instead of plain old FTP. 
Of course, you can't block or secure logins if you're aiming at 
anonymous access from the big bad Internet, but jailing the service 
might be sufficient then.


You might get better answers if you posted details about intended 
use and any atypical functionality required/desired. There are nifty 
ftpd replacements available that serve particularly well for some 
environments.



--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


installing mod_jk connector

2006-05-04 Thread Tomas Palfi
Dear all,

I am trying to install the tomcat connector on freebsd-6.0 and I am
constantly having the following problems.  I have tried various versions
but with no luck, the problem is still the same.  Has someone came
across the same problem?

Configuration run with apxs options only but that shouldn't make any
difference.

worker# make
Making all in common
/bin/csh ../libtool --mode=compile gcc -I/usr/local/apache/include -g
-O2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DJK_PREFORK -g -O2
-I /usr/local/jdk1.4.2/include -I /usr/local/jdk1.4.2/include/ -c
./jk_ajp12_worker.c -o ./jk_ajp12_worker.lo
SED=/usr/bin/sed: Command not found.
Xsed=/usr/bin/sed -e s/^X//: Command not found.
Missing }.
*** Error code 1

Stop in
/usr/local/src/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/common.
*** Error code 1

Stop in /usr/local/src/jakarta-tomcat-connectors-1.2.14.1-src/jk/native.
worker#


many thanks

tom

--
tp





PRIVACY  CONFIDENTIALITY

This e-mail is private and confidential.  If you have, or suspect you have 
received this message in error please notify the sender as soon as possible and 
remove from your system.  You may not copy, distribute or take any action in 
reliance on it. Thank you for your co-operation.

Please note that whilst best efforts are made, neither the company nor the 
sender accepts any responsibility for viruses and it is your responsibility to 
scan the email and attachments (if any).

This e-mail has been automatically scanned for viruses by MessageLabs.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: dhclient-exit-hooks

2006-05-04 Thread fbsd
Today I installed the isc-dhcp-client package.
It installs a completlly different dhclient-script.
One that looks like it matchhes what your begin/exit
scripts are designed to work with.


# base version
/etc/dhclient-exit-hooks
/etc/dhclient-exit-hooks.sav
/etc/dhclient.conf
/sbin/dhclient
/sbin/dhclient-script

# port version
/etc/rc.d/dhclient
/usr/local/etc/dhclient.conf
/usr/local/etc/dhclient.conf.sample
/usr/local/sbin/dhclient
/usr/local/sbin/dhclient-script

At the end of the pkg install it says this.
  To setup dhclient, you may need to edit /etc/rc.conf to
replace the
  base system dhclient, such as :

   dhcp_program=/usr/local/sbin/dhclient
   dhcp_flags=-q



When I boot with this in my rc.conf

dhcp_program=/usr/local/sbin/dhclient
dhcp_flags=-q# no banner
background_dhclient=YES  # Start dhcp client in the
background.
ifconfig_dc0=DHCP

I get these error messages over and over.
Have to reboot in single user mode to edit rc.conf to fix.

 Can't bind to dhcp address: Address already in use
 Please make sure there is no other dhcp server
 running and that there's no entry for dhcp or
 bootp in /etc/inetd.conf.   Also make sure you
 are not running HP JetAdmin software, which
 includes a bootp server.


When I boot with the same rc.conf content execpt with
#ifconfig_dc0=DHCP commented out, I do not get ip address from
dhcp server.

Next run I edited the pkg version of /usr/local/etc/dhclient.conf
and added 'interface dc0' to it and rebooted and got same results.


I think this is another indicator of a bug with the base dhclient
and
that this bug makes the pkg version unusable.

How do I turn on this xtrace you talk about to capture the rc.conf
boot process?
I can not find man xtrace. There is a ktrace.

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


Re: Cupsd strangeness....

2006-05-04 Thread P.U.Kruppa

On Wed, 3 May 2006, Eric Schuele wrote:


P.U.Kruppa wrote:

On Tue, 2 May 2006, Eric Schuele wrote:


Hello,

While this should be of absolutely no real concern my lack of ability 
to resolve it is causing me sleepless nights.  I'm sure this should be an 
easy one... I just can't seem to fix it.


Everything cups related is working perfectly fine.  However,  my dmesg 
shows the following:


Starting cupsd.
Starting cupsd.
cupsd: Child exited with status 48!
Usage: cups {reload|restart|start|status|stop}

And its driving me crazy!  Cupsd is trying to start twice?  and the second 
time is giving an error.


What have I done wrong here?
[~] % ls /etc/rc.d | grep cups
[~]
% ls /usr/local/etc/rc.d | grep cups
cups.sh.delme*
cups.sh.sample*
cupsd.delme*
cupsd.sample*
cupsd.sh*
Nowadays all executable scripts in rc.d/ will be executed, not only those 
ending on .sh


Yes.  That was it.  Thanks.

However, I had thought that the behavior to be different.  My man page (from 
6.0-RC?) reads:

The following key points apply to old-style scripts in
/usr/local/etc/rc.d/:

·   Scripts are only executed if their basename(1) matches the shell
   globbing pattern *.sh, and they are executable.  Any other files or
   directories present within the directory are silently ignored.

Has the behavior changed?  It was my understanding that files with *.sh or no 
extension (yet executable), would be run.
This has changed one or to months ago - somebody posted it on 
some mailing list - but I really can't remember anymore (you 
could have a look at google). And to my surprise you are right: 
this isn't documented in the man pages yet.


It was recommended to remove all kinds of sample files - or at 
least to change their permissions.


Regards,

Uli.



Thanks again.



Regards,

Uli.





[~] % grep cups /etc/rc.conf
cupsd_enable=YES
#cups_enable=YES

Using FreeBSD 6.1-RC as of Sat some time... but had this problem quite a 
while.  I'm sure it started the last time I rebuilt the machine (two month 
back maybe).  And I'm sure its a config error on my part.


Any help is appreciated.

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






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





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





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

RE: Shared Library Error

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net

 How do I check/modify ldconfig settings? Would you give me some 
 examples?

! man ldconfig
ldconfig -r
ls -l /etc/ld*
ls -l /var/run/ld*
echo $LD_LIBRARY_PATH

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


Re: glib20

2006-05-04 Thread Arno Schleich

Hi,

thanks for all Your replies. None solved the problem, but all contributed a 
bit to the eventual solution.


pkg_delete -rf pkgconfig*
cvsup -L2 all-ports
cd ports/x11/gnome2
make clean
make install clean

restored things to sanity (apart from the usual build inconsistencies). This 
was the solution proposed on www.freebsd.org/gnome for a different but 
structurally related problem.


Thanks for all Your efforts wrt to this issue.

Arno


From: Adi Pircalabu [EMAIL PROTECTED]
To: Arno Schleich [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], freebsd-questions@freebsd.org
Subject: Re: glib20
Date: Wed, 3 May 2006 08:46:17 +0300

On Tue, 02 May 2006 21:28:38 +
Arno Schleich [EMAIL PROTECTED] wrote:

 checking for GLIB - version = 2.0.0... no
 *** Could not run GLIB test program, checking why...
 *** The test program failed to compile or link. See the file
 config.log for the
 *** exact error that occured. This usually means GLIB is incorrectly
 installed.

Make sure you have an up-to-date ports tree and the latest
devel/pkgconfig installed. If the problem persists write to gnome@
(after checking the archives first, though) following the instructions
at http://www.freebsd.org/gnome/docs/bugging.html

--
Adi Pircalabu (PGP Key ID 0x04329F5E)


--
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/



_
Nur die MSN Suche sorgt bei einer Web-Recherche für optimale Ergebnisse. 
http://search.msn.at/


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


Re: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi

I did ldconfig -R and ldconfig -m /usr/local/lib but I still get
the error message.

So, how would you explicitly do with that if you get:
[EMAIL PROTECTED] ~]$firefox
/libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
required by libgtk-x11-2.0.so.600

Thanks,


On 5/4/06, [EMAIL PROTECTED]@mgEDV.net [EMAIL PROTECTED] wrote:


 How do I check/modify ldconfig settings? Would you give me some
 examples?

! man ldconfig
ldconfig -r
ls -l /etc/ld*
ls -l /var/run/ld*
echo $LD_LIBRARY_PATH



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


DCSSI Authorisation for Free BSD Software

2006-05-04 Thread Bethan Phillips
Good Afternoon,

We are working with our client Reuters to help them comply with EU and US
export control regulation. In this regard, Reuters have some Free BSD v4.1
software, which they are sending to France. A declaration or authorisation
may be needed for this software for import into, use in, supply in, or
export from France. Can you please advice us if FreeBSD have obtained a
French encryption authorisation for the above mentioned software from the
DCSSI?

If this is the case we would be grateful if you could provide us with a
copy of this authorisation, as Reuters will need this to export this
product to/from France, and the DCSSI does not supply this information to
third parties.

Thank you very much for your assistance in this matter.

Best Regards

Ole Thoresen
Global Export Control Services
Ernst  Young LLP

This e-mail and any attachment are confidential and contain proprietary 
information, some or all of which may be legally privileged.  It is intended 
solely for the use of the individual or entity to which it is addressed.  If 
you are not the intended recipient, please notify the author immediately by 
telephone or by replying to this e-mail, and then delete all copies of the 
e-mail on your system.  If you are not the intended recipient, you must not 
use, disclose, distribute, copy, print or rely on this e-mail.

Whilst we have taken reasonable precautions to ensure that this e-mail and any 
attachment has been checked for viruses, we cannot guarantee that they are 
virus free and we cannot accept liability for any damage sustained as a result 
of software viruses.  We would advise that you carry out your own virus checks, 
especially before opening an attachment.

The UK firm Ernst  Young LLP is a limited liability partnership registered in 
England and Wales with registered number OC31 and is a member practice of 
Ernst  Young Global.  A list of members' names is available for inspection at 
1 More London Place, London, SE1 2AF, the firm's principal place of business 
and its registered office.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Shared Library Error

2006-05-04 Thread [EMAIL PROTECTED]@mgEDV.net

 I did ldconfig -R and ldconfig -m /usr/local/lib but I still get
 the error message.

 So, how would you explicitly do with that if you get:
 [EMAIL PROTECTED] ~]$firefox
 /libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
 required by libgtk-x11-2.0.so.600

if an executable is linked dynamically, it needs loading shared libraries.
ldconfig is a way to define, where and in which order to find and load them.
also have a look on ldd (man ldd).

eg. you can do ldd libgtk-x11-2.0.so.600 in the dir where it resides,
and find out, which files are missing. then check the other library
for correctness and if it's really a shared library (not a symlink
or somethink like that).

try researching it a little bit ;-)

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


Re: FTPd recommendation?

2006-05-04 Thread Philip Hallstrom

What are people using for their ftpd these days?   I am looking for something
easy to initiailize, configure, and is very secure.


pure-ftpd

http://pureftpd.sourceforge.net/

I've got it set up with my own SSL cert and dissallow plain text FTP.  You 
can also configure it to use completely virtual users...


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


Re: DCSSI Authorisation for Free BSD Software

2006-05-04 Thread Bill Moran
Bethan Phillips [EMAIL PROTECTED] wrote:

 Good Afternoon,
 
 We are working with our client Reuters to help them comply with EU and US 
 export control regulation. In this regard, Reuters have some Free BSD v4.1 
 software, which they are sending to France. A declaration or authorisation 
 may be needed for this software for import into, use in, supply in, or 
 export from France. Can you please advice us if FreeBSD have obtained a 
 French encryption authorisation for the above mentioned software from the 
 DCSSI?
 
 If this is the case we would be grateful if you could provide us with a 
 copy of this authorisation, as Reuters will need this to export this 
 product to/from France, and the DCSSI does not supply this information to 
 third parties.

I am not a lawyer.  This is not legal advise.

However:
http://www.fr.freebsd.org/

The site is actually _hosted_in_ France.  Thus you are wasting your time.
There is no need to export the software at all, it's already in France.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shared Library Error

2006-05-04 Thread Kalashnikov Ilya
On Thu, 2006-05-04 at 16:34 +0100, Soo-Hyun Choi wrote:

 I did ldconfig -R and ldconfig -m /usr/local/lib but I still get
 the error message.
 
 So, how would you explicitly do with that if you get:
 [EMAIL PROTECTED] ~]$firefox
 /libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
 required by libgtk-x11-2.0.so.600
 
 Thanks,
 
 
 On 5/4/06, [EMAIL PROTECTED]@mgEDV.net [EMAIL PROTECTED] wrote:
 
   How do I check/modify ldconfig settings? Would you give me some
   examples?
 
  ! man ldconfig
  ldconfig -r
  ls -l /etc/ld*
  ls -l /var/run/ld*
  echo $LD_LIBRARY_PATH
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

make link with name libgmodule-2.0.so.600 to libgmodule-2.0.so and try
again.
run as root:
prompt# ln -s libgmodule-2.0.so libgmodule-2.0.so.600
-- 
Kalashnikov Ilya [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: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi

Hi,

It is not solving the problem. :-(

Thanks,



On 5/4/06, Kalashnikov Ilya [EMAIL PROTECTED] wrote:


On Thu, 2006-05-04 at 16:34 +0100, Soo-Hyun Choi wrote:

I did ldconfig -R and ldconfig -m /usr/local/lib but I still get the
error message. So, how would you explicitly do with that if you get: [
[EMAIL PROTECTED] ~]$firefox /libexec/ld-elf.so.1: Shared object 
libgmodule-2.0.so.600 not found, required by libgtk-x11-2.0.so.600
Thanks, On 5/4/06, [EMAIL PROTECTED]@mgEDV.net [EMAIL PROTECTED] wrote:
How
do I check/modify ldconfig settings? Would you give me some   examples?
  ! man ldconfig  ldconfig -r  ls -l /etc/ld*  ls -l /var/run/ld* 
echo $LD_LIBRARY_PATH  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
unsubscribe, send any mail to [EMAIL PROTECTED]

make link with name libgmodule-2.0.so.600 to libgmodule-2.0.so and try
again.
run as root:
*prompt# ln -s **libgmodule-2.0.so** **libgmodule-2.0.so.600*
  --
Kalashnikov Ilya [EMAIL PROTECTED]


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


Help with isc-dhcp dhclient from port collection

2006-05-04 Thread fbsd
I installed the isc-dhcp-client port.
I have this in my rc.conf

dhcp_program=/usr/local/sbin/dhclient
dhcp_flags=-q
ifconfig_dc0=DHCP

I get these error messages over and over.
Have to reboot in single user mode to edit rc.conf to fix.

 Can't bind to dhcp address: Address already in use
 Please make sure there is no other dhcp server
 running and that there's no entry for dhcp or
 bootp in /etc/inetd.conf.   Also make sure you
 are not running HP JetAdmin software, which
 includes a bootp server.

I have no other dhcp server running and there's no entry for dhcp or
 bootp in /etc/inetd.conf.

Is there something else that has to be configured to get this to
work?

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


Re: FTPd recommendation?

2006-05-04 Thread Greg Barniskis

Greg Barniskis wrote:

Jerry McAllister wrote:


Using what comes with the base system.
Having no problem.


Same here. If functionality is in the base, my philosophy is that 
replacing it violates the KISS principle unless the replacement offers 
some additional functionality that justifies the change. 


OK, so... after I wrote this I looked at the vsftpd site recommended 
by others and I'd have to say this probably is a justified swap.


The number of high end vsftpd users (including -- hint hint, 
enable_cluestick=YES -- freebsd.org) is a pretty clear 
testimonial. I'm guessing the only reason this baby is not the base 
ftpd is its inherent GPLness.



--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
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 set up an IRC site?

2006-05-04 Thread Gary Kline
Folks,

I'm thinking of setting up an IRC page on my website so I
can chat (live) with just a few people.  Are there any tutorials
on this?  Othr than using GAIM and ymessenger, the last time I
did live chat was circa 1991 with the write utility.  So beyond 
that, I'm clueless.

thanks for any insights,

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: FTPd recommendation?

2006-05-04 Thread Andy Greenwood

I've used pure-ftpd for some time and really like it's virtual user
implementation. Doesn't hurt that (from thier site) Unlike other
popular FTP servers, the number of root exploits found since the very
first released version is zero.

On 5/4/06, Philip Hallstrom [EMAIL PROTECTED] wrote:

 What are people using for their ftpd these days?   I am looking for something
 easy to initiailize, configure, and is very secure.

pure-ftpd

http://pureftpd.sourceforge.net/

I've got it set up with my own SSL cert and dissallow plain text FTP.  You
can also configure it to use completely virtual users...

Works for me.
___
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]


which graphics card?

2006-05-04 Thread Kep Woof

hi,

i'm about to build a new system and obviously it would be nice if
everything worked nicely.  my plan is to one of the asus A8V
motherboards, but i've just spent a while reading nvidia forums and it
seems there aren't any amd64 drivers for freebsd, or even any plans to
release them.

i need to have direct rendering and dual head dvi.  in 2006, decent 3d
performance doesn't seem unreasonable, even if it is just to run a
swanky screen saver.  i've got an xfx geforce 6800GT sitting around
here that i'd like to use, but it seems this is currently impossible
on amd64.  it seems like a huge waste to run the i386 version on an
amd64 machine, but can anyone comment on the performance difference?

my hope is to build a freebsd based video editing workstation using
kino and friends.  if nvidia aren't supporting freebsd on amd64, are
there any other options?

any help gratefully recieved.

cheers,

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


Re: dd question

2006-05-04 Thread Andrew
On Thu, 2006-05-04 at 10:15 -0400, Paul Chvostek wrote:
 On Wed, May 03, 2006 at 05:36:46PM -0500, Andrew wrote:
  On Wed, 2006-05-03 at 14:11 -0600, Chad Leigh -- Shire.Net LLC wrote:
Can I used dd from my freebsd box to  
   completely copy the whole disk, partition tables and all, to another  
   disk?
 ...
  have another suggestion. If you think the disk will be ok, use dd to
  zero-out the rest of the drive; i.e.
 ...
  One of these days, I am going to write a tool to do just this sort of
  thing, since it seems to be a fairly common practice.
 
 I believe that tool would be g4u, http://www.feyrer.de/g4u/, along with
 the FAQ at http://www.feyrer.de/g4u/#shrinkimg .

You are correct; although g4u is a collection of shell scripts, not an
executable. There is some debate about whether or not it needs to be
anything more than a shell script, but I think it makes sense. 

Right now we are using a re-write of g4u with FreeSBIE to install images
in a lab on campus. It sort of has a GUI; we're using 'cdialog' based
menus. I would like to re-write it in C, and add most of the features
listed at http://www.feyrer.de/g4u/#size. I know it would be quite
difficult, but I would like to add filesystem support to this
yet-to-be-written tool as well. And I think it should be multithreaded
too. This list of features seems to make this more of a programming
exercise than question of what's actually necessary to get the job done.
Anyway... When I get around to it...

-Andrew 

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


Re: which graphics card?

2006-05-04 Thread Charles Swiger

On May 4, 2006, at 12:28 PM, Kep Woof wrote:

it seems like a huge waste to run the i386 version on an
amd64 machine, but can anyone comment on the performance difference?


Sure.  For the most part, if you don't have more than 4GB of RAM,  
there is little point to running in 64-bit mode.  A more fine-grained  
analysis:


You can still take advantage of PAE and more than 4GB process address  
space on, say, a machine with 2GB of RAM, by using a lot of swap  
space or running a large 64-bit aware database.  However, if you  
don't have more than 4GB of RAM [1], it's entirely possible that  
applications will run faster in 32-bit mode than in 64-bit mode, but  
it depends on the specific things you are running.  IPv4 and  
character-related stuff (ie, byte fiddling/string copying) tend to be  
faster in 32-bit mode; things like SSL cryptography and big databases  
can prefer 64-bit mode even on machines without more than 4GB of RAM.


--
-Chuck

[1]: The real number is actually somewhat less than 4GB, more like  
3GB or 3.5GB, since the kernel itself and hardware devices consume  
some of the top of the physical memory address map.


___
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 set up an IRC site?

2006-05-04 Thread Beech Rintoul
On Thursday 04 May 2006 08:15, Gary Kline wrote:
   Folks,

   I'm thinking of setting up an IRC page on my website so I
   can chat (live) with just a few people.  Are there any tutorials
   on this?  Othr than using GAIM and ymessenger, the last time I
   did live chat was circa 1991 with the write utility.  So beyond
   that, I'm clueless.

   thanks for any insights,

   gary

Check out X7 Chat http://www.x7chat.com it's written in PHP works very well 
standalone and integrates nicely into most bbs's. I use it on a couple of 
websites and find it doesn't have the resource drain some of the java based 
chat scripts do.

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













pgpcFhFJpNXYb.pgp
Description: PGP signature


Re: which graphics card?

2006-05-04 Thread Alex Zbyslaw

Kep Woof wrote:


i need to have direct rendering and dual head dvi.  in 2006, decent 3d
performance doesn't seem unreasonable, even if it is just to run a
swanky screen saver.  i've got an xfx geforce 6800GT sitting around
here that i'd like to use, but it seems this is currently impossible
on amd64.  it seems like a huge waste to run the i386 version on an
amd64 machine, 


I can't comment on the difference because I didn't bother with amd64 for 
the very reasons you mention.  But, for me, A8V plus single core AMD 
4000 + 6800GT is plain bloody fast.  Most regular work things I run on 
it go faster than a single CPU 2.8Ghz Dell 2850, and though you can beat 
a 6800GT these days, the only way to really *trounce* it is to run two 
graphics cards with SLI and I'm not sure FreeBSD supports that yet.  
It'll certainly run your screen saver :-)  Runs cool too.


There might be better mobos than an A8V these days - I got mine a year 
ago - but pretty much everything on it works.  COM2 needs some kind of 
expansion but I only needed one.


You can always switch to amd64 if NVidia ever do provide drivers.  You 
could also me too on their message boards which might make some tiny 
difference.


--Alex


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


Re: FTPd recommendation?

2006-05-04 Thread Allen D. Tate
 What are people using for their ftpd these days?   I am looking for
 something easy to initiailize, configure, and is very secure.
 
  http://vsftpd.beasts.org/
 
  /usr/ports/ftp/vsftpd/
 
 not too difficult to configure

I agree. I've had this running without issue on a FreeBSD 6.0 machine
for several months now. No crashes and reboots have been due to power
issues in the region. :)

=
=   Visit the Tate Family Website   =
=  http://www.tate-net.net  =
=
= Allen D. Tate - President =
=   Allen Tate Computing Services   =
= http://www.allentatecomputing.com =
=  Get AVG AntiVirus software here  =
=

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: which graphics card?

2006-05-04 Thread Kep Woof

hi,

On 5/4/06, Alex Zbyslaw [EMAIL PROTECTED] wrote:


I can't comment on the difference because I didn't bother with amd64 for
the very reasons you mention.  But, for me, A8V plus single core AMD
4000 + 6800GT is plain bloody fast. It'll certainly run your screen saver :-)
Runs cool too.


that's really promising, as soon as i get a new mobo i'll try it out. 
i've never used x with dvi before.  i'm guessing that with the nvidia
drivers on i386 dual-head should work properly on both screens? 
whenever i buy new hardware i often find that it doesn't work like i

imagined, and i can imagine something silly like direct rendering only
working on one screen, or not being able to get both screens working
over dvi at the same time, or that sort of sillyness.  still, there's
a fine line between questions and therapy ;)

thanks for your help.

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


Re: FTPd recommendation?

2006-05-04 Thread N.J. Thomas
* Noah [EMAIL PROTECTED] [2006-05-04 05:48:40 -0800]:
 What are people using for their ftpd these days? I am looking for
 something easy to initiailize, configure, and is very secure.

Another vote for vsftpd:

http://vsftpd.beasts.org/

Trivial to setup/configure, very secure.

In addition to all of the normal security features that vsftpd offers,
we turn on the pasv_min_port/pasv_max_port options to restrict the
download ports, it's a nice feature.

(I attended an Apache/FTP security lecture in the Bay Area a couple of
years ago (2002/2003) at one of the local user groups there -- the
speaker was testing out his talk on us before he gave it at some
Usenix/SAGE conference. The ftp portion was a howto on securing wu-ftpd,
but before he started, he said point blank that if you didn't need
anonymous uploads, to just use vsftpd.)

Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


add DVD Burner and file system setup?

2006-05-04 Thread Sean
I just added a DVD burner to my system and am trying to figure out how 
to setup the fstab.


The device is showing up on acd1 but what file system type should be 
specified?


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


Re: graceful way of stopping X remotely

2006-05-04 Thread Chuck Robey

Noah wrote:


Hi there,

Its been a while since I've had to admin X.  What is a graceful way to stop X
when I am remote to the machine?
 



Cntl-alt-backspace on many systems, but certainly not all.  epends on 
what's been programmed  into the keyboard macros ... seee the xkb 
facilities in X11 (man xkbcomp, so if cntl-alt-backspace doesn't work 
now for you, maybe you could add it in).


Many systems have a macro for cntl-alt-del, but that causes a reboot, 
and I think that's too extreme for your requirements.  Your best bet is 
investigating xkbcomp.



Cheers,

Noah

___
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: Problem with Broadcomm NIC - not recognized

2006-05-04 Thread Paul Schmehl

Alex Zbyslaw wrote:


It's working fine since I installed 6.1.  The odd thing is, I thought 
I needed the bce driver, but the 6.1 install detected the NIC and used 
the bge driver.  That driver is available in 6.0 as well, yet it 
didn't work in that install.


Why is this confusing?  Drivers get updated to cover newer versions of 
chips which didn't exist or weren't available to the developer when 
originally written.  If you really care then check out the CVS history 
for your driver from the FreeBSD site (developer / CVS Repository / web 
interface).


If I understand what you're saying, you're saying that the driver only 
gets updated for the latest OS?  That seems a bit absurd to me. 
Wouldn't the bge driver be the same for every OS version that it's 
available for?


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: which graphics card?

2006-05-04 Thread Charles Swiger

On May 4, 2006, at 1:25 PM, Kep Woof wrote:

Sure.  For the most part, if you don't have more than 4GB of RAM,
there is little point to running in 64-bit mode.  A more fine-grained
analysis:


I think I get it now..  having seen loads of adverts and hype
(particularly from apple) bigging up 64bit, I think i misunderstood
(or never bothered to try to understand more likely).  I thought it
meant the bus (or something like that - i obviously know very little
about hardware) was twice as wide and so twice as much data could go
through at once, so it was similar to being twice as fast, or
something like that(!).


This impression is partially true, but the subject is complicated.

The AMD64 or Intel EM64T platforms do have a better bus, in the case  
of AMD, HyperTransport is a fairly new and fast backplane which is 16- 
bits wide at a nominal 1000MHz bus speed, not 64-bits wide or  
anything like that.  The older 32-bit AMD or Intel platforms tended  
to have a 400-to-533 MHz FSB  memory bus (Intel's quad-port  
architecture, VIA's quad-pumped V-link, etc), and the newer 64-bit  
Intels are 800MHz FSB mostly w/ 533MHz DDR2 memory bus.



Are you saying that it just means you can address more memory?


No, the CPU registers and the address bus can be wider (not just the  
memory bus) with Intel EM64T or AMD64 architectures, and can get more  
work done per clock for some tasks, but can also be slower for some  
common tasks, too.


Again, if you have more than 4GB of RAM, using the CPU in native 64- 
bit mode is probably the way to go; if you've got less, using the CPU  
in 32-bit mode might very well work better, but it really depends  
upon the type of processes you run.


--
-Chuck

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


Re: which graphics card?

2006-05-04 Thread Bill Moran
Charles Swiger [EMAIL PROTECTED] wrote:

  Are you saying that it just means you can address more memory?
 
 No, the CPU registers and the address bus can be wider (not just the  
 memory bus) with Intel EM64T or AMD64 architectures, and can get more  
 work done per clock for some tasks, but can also be slower for some  
 common tasks, too.
 
 Again, if you have more than 4GB of RAM, using the CPU in native 64- 
 bit mode is probably the way to go; if you've got less, using the CPU  
 in 32-bit mode might very well work better, but it really depends  
 upon the type of processes you run.

In our experiments, we found that a 32-bit PAE kernel allowed us to
access all the memory we had in the machines, and performance was
better than a 64-bit kernel.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with Broadcomm NIC - not recognized

2006-05-04 Thread Alex Zbyslaw

Paul Schmehl wrote:


Alex Zbyslaw wrote:



It's working fine since I installed 6.1.  The odd thing is, I 
thought I needed the bce driver, but the 6.1 install detected the 
NIC and used the bge driver.  That driver is available in 6.0 as 
well, yet it didn't work in that install.



Why is this confusing?  Drivers get updated to cover newer versions 
of chips which didn't exist or weren't available to the developer 
when originally written.  If you really care then check out the CVS 
history for your driver from the FreeBSD site (developer / CVS 
Repository / web interface).


If I understand what you're saying, you're saying that the driver only 
gets updated for the latest OS?  That seems a bit absurd to me. 
Wouldn't the bge driver be the same for every OS version that it's 
available for?


Seems absurd to you; seems perfectly understandable to me.  There is no 
such thing as the bge driver.  There are numerous revisions of a bge 
driver and each OS version has it's own revision that was current when 
the OS was released.  That's what a new OS version is: updated drivers 
and core utilities.


--Alex


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


Re: add DVD Burner and file system setup?

2006-05-04 Thread Fabian Keil
Sean [EMAIL PROTECTED] wrote:

 I just added a DVD burner to my system and am trying to figure out how 
 to setup the fstab.
 
 The device is showing up on acd1 but what file system type should be 
 specified?

cd9660.

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


file system full

2006-05-04 Thread Rodrigo Mufalani
Hi all,

  My /var is fully 99%, because I create one tar.gz of the squid logs.

  I was move for smbfs, then network die!!!

  I try:
  
  rm -rf file.tar.gz 
  
  and don't have more free space oon the file system.

   
  Somebody help me?
 
Att,

Rodrigo Mufalani






This message was sent using IMP, the Internet Messaging Program.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: file system full

2006-05-04 Thread Atom Powers

`du -h / | grep ...M '
will show you all files that are more than 1.0MB in size.

`find /var -type d | sed 's/.*//' | xargs du -sm | sort -g`
will do the same thing, but list them with the largest files last.

'df -h'
should show you free space, but does not always update immediatly. If
that large file doesn't exist in either of the above lists then you
shouldn't have a problem.

Consider moving your squid log to /usr/log/squid.log and symlinking it
to /var/log (assuming you have a large /usr partition)

On 5/4/06, Rodrigo Mufalani [EMAIL PROTECTED] wrote:

Hi all,

  My /var is fully 99%, because I create one tar.gz of the squid logs.

  I was move for smbfs, then network die!!!

  I try:

  rm -rf file.tar.gz

  and don't have more free space oon the file system.


  Somebody help me?

Att,

Rodrigo Mufalani






This message was sent using IMP, the Internet Messaging Program.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: file system full

2006-05-04 Thread Jerry McAllister
 
 Hi all,
 
   My /var is fully 99%, because I create one tar.gz of the squid logs.
 
   I was move for smbfs, then network die!!!
 
   I try:
   
   rm -rf file.tar.gz 
   
   and don't have more free space oon the file system.
 

   Somebody help me?

Do you have any other disk space large enough to hold that big file?
Move it there.
Can you compress/gzip it to someplace like /tmp?

jerry

  
 Att,
 
 Rodrigo Mufalani
 
 
 
 
 
 
 This message was sent using IMP, the Internet Messaging Program.
 ___
 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: file system full

2006-05-04 Thread Lowell Gilbert
Rodrigo Mufalani [EMAIL PROTECTED] writes:

 Hi all,
 
   My /var is fully 99%, because I create one tar.gz of the squid logs.
 
   I was move for smbfs, then network die!!!
 
   I try:
   
   rm -rf file.tar.gz 
   
   and don't have more free space oon the file system.
 

   Somebody help me?

You are asking the Frequently Asked Question:
 The du and df commands show different amounts of disk space
  available. What is going on?

See: 
 
http://be-well.ilk.org/FreeBSD/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Runaway Apache

2006-05-04 Thread Linda
Hello,  Can you tell me if anything was ever figured out with this thread?

http://lists.freebsd.org/pipermail/freebsd-questions/2004-December/068462.ht
ml

 

I have a freebsd machine that is running apache version 1.3.33 
and I am getting thousands of the message 

httpd in free(): warning: chunk is already free

in my apache error log.   Any idea?

 

Linda

http://rockymeadowhorses.com http://rockymeadowhorses.com/ 

http://emwh.com

 

 

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


Re: add DVD Burner and file system setup?

2006-05-04 Thread David Kelly
On Thu, May 04, 2006 at 01:54:37PM -0400, Sean wrote:
 I just added a DVD burner to my system and am trying to figure out how 
 to setup the fstab.
 
 The device is showing up on acd1 but what file system type should be 
 specified?

This is typical of what sysinstall writes if a CD/DVD is found during
installation:

/dev/acd0  /cdrom  cd9660  ro,noauto   0 0 

The line isn't necessary, but it makes mounting optical media as simple
as sudo mount /cdrom and sudo umount /cdrom assuming your filesystem
is ISO-9660.

FreeBSD CD/DVD support isn't as user friendly as Irix or MacOS. Maybe
someone would like to create an Irix-like mediad to monitor the
attaching and removing of media, and to act appropriately on those
events? Haven't looked lately but possibly KDE and/or Gnome does this?

The Irix mediad daemon I so fondly remember launched appropriate
non-kernel userspace helpers as filesystem drivers. At least in the past
it was too easy to create a corrupt 9660 disc which panics the 9660
kernel driver. A crashed user process isn't as critical. And its not as
if any significant performance increase can be had with the code in the
kernel.

And then while I'm wishful thinking, a mediad should control whether the
new disk (media) is to be privately mounted (say, in someone's
${HOME}/mount/), or publicly for everyone, added to webserver space,
NFS, and/or SMB exports.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dhclient-exit-hooks

2006-05-04 Thread Daniel Bye
On Thu, May 04, 2006 at 10:41:05AM -0400, fbsd wrote:
 Today I installed the isc-dhcp-client package.

'K.  Hope you have better luck.  I have never used it, so don't know
anything about it.



 I think this is another indicator of a bug with the base dhclient
 and
 that this bug makes the pkg version unusable.

Yep, it certainly seems that something funky is going on.

 How do I turn on this xtrace you talk about to capture the rc.conf
 boot process?
 I can not find man xtrace. There is a ktrace.

No, it's a shell feature.  You enable it by editing your shebang, so it
looks like this:

#!/bin/sh -x

Or for interactive use, you can run it like this:

 # sh -x /path/to/your/script

Sorry dude, I am now completely out of ideas.

I hope you get it sorted.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: D349 B109 0EB8 2554 4D75  B79A 8B17 F97C 1622 166A
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpuedjx4x2cq.pgp
Description: PGP signature


Re: add DVD Burner and file system setup?

2006-05-04 Thread Sean

David Kelly wrote:

On Thu, May 04, 2006 at 01:54:37PM -0400, Sean wrote:
I just added a DVD burner to my system and am trying to figure out how 
to setup the fstab.


The device is showing up on acd1 but what file system type should be 
specified?


This is typical of what sysinstall writes if a CD/DVD is found during
installation:

/dev/acd0  /cdrom  cd9660  ro,noauto   0 0 


The line isn't necessary, but it makes mounting optical media as simple
as sudo mount /cdrom and sudo umount /cdrom assuming your filesystem
is ISO-9660.

FreeBSD CD/DVD support isn't as user friendly as Irix or MacOS. Maybe
someone would like to create an Irix-like mediad to monitor the
attaching and removing of media, and to act appropriately on those
events? Haven't looked lately but possibly KDE and/or Gnome does this?

The Irix mediad daemon I so fondly remember launched appropriate
non-kernel userspace helpers as filesystem drivers. At least in the past
it was too easy to create a corrupt 9660 disc which panics the 9660
kernel driver. A crashed user process isn't as critical. And its not as
if any significant performance increase can be had with the code in the
kernel.

And then while I'm wishful thinking, a mediad should control whether the
new disk (media) is to be privately mounted (say, in someone's
${HOME}/mount/), or publicly for everyone, added to webserver space,
NFS, and/or SMB exports.



Thanks, that is what I had done, but was wondering if I had to do 
anything different for a DVD.


I recall that a region code also has to be set?

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


newbie wanting to switch to FreeBSD - planning stage question

2006-05-04 Thread Barnaby Scott
I am new to FreeBSD (or any other Unix operating system) but am very 
keen to make the switch. I have read as much as I can over the last 
couple of years, and am very nearly ready to ditch the various Windows 
versions on my network - however there is one Windows-only application I 
really cannot find a replacement for, and that is Rhino3D 
(http://www.rhino3d.com/). Looking at the CAD section of the ports 
collection does not offer any alternative that is at all comparable, so 
I fear I'm stuck with it.


I believe Rhino does not work with any Windows emulators either, so I 
imagined I had only 2 options left - have completely separate computers 
and retain Windows on one - no good because my desk is cluttered enough 
already, or to go for a dual-boot one - no good either as I would 
constantly be rebooting (or would in practice revert to Windows and 
never get to learn FreeBSD which is what I want to do!)


However, I don't mind having a Windows machine running somewhere on the 
network out of the way, but would want to use the keyboard, monitor and 
mouse attached to my FreeBSD machine. Does anyone know if it is possible 
in principle to drive a Windows program on a Windows machine, but from a 
Unix computer? If this is not an idiotic question, and this sort of 
thing is possible, where would I find some fairly idiot-proof 
instructions on how to set it up, or at least some reading to get me 
started?


I realise that a common bit of advice is to try stuff out and see, but 
if I cannot see a way forward, the time invloved in installing and 
learning FreeBSD would be very hard to justify, so please bear with me - 
I would be grateful for any advice at this stage.


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


Re: newbie wanting to switch to FreeBSD - planning stage question

2006-05-04 Thread Eric Schuele

Barnaby Scott wrote:
I am new to FreeBSD (or any other Unix operating system) but am very 
keen to make the switch. I have read as much as I can over the last 
couple of years, and am very nearly ready to ditch the various Windows 
versions on my network - however there is one Windows-only application I 
really cannot find a replacement for, and that is Rhino3D 
(http://www.rhino3d.com/). Looking at the CAD section of the ports 
collection does not offer any alternative that is at all comparable, so 
I fear I'm stuck with it.


I believe Rhino does not work with any Windows emulators either, so I 
imagined I had only 2 options left - have completely separate computers 
and retain Windows on one - no good because my desk is cluttered enough 
already, or to go for a dual-boot one - no good either as I would 
constantly be rebooting (or would in practice revert to Windows and 
never get to learn FreeBSD which is what I want to do!)


However, I don't mind having a Windows machine running somewhere on the 
network out of the way, but would want to use the keyboard, monitor and 
mouse attached to my FreeBSD machine. Does anyone know if it is possible 
in principle to drive a Windows program on a Windows machine, but from a 
Unix computer? 


You can Remote Desktop into the Windows machine.
  net/rdesktop.
Leave it headless in a closet somewhere (with AC) and remote desktop to 
it.  :)


If this is not an idiotic question, and this sort of 
thing is possible, where would I find some fairly idiot-proof 
instructions on how to set it up, or at least some reading to get me 
started?


I realise that a common bit of advice is to try stuff out and see, but 
if I cannot see a way forward, the time invloved in installing and 
learning FreeBSD would be very hard to justify, so please bear with me - 
I would be grateful for any advice at this stage.


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





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


Re: newbie wanting to switch to FreeBSD - planning stage question

2006-05-04 Thread John Nielsen
On Thursday 04 May 2006 15:55, Barnaby Scott wrote:
 I am new to FreeBSD (or any other Unix operating system) but am very
 keen to make the switch. I have read as much as I can over the last
 couple of years, and am very nearly ready to ditch the various Windows
 versions on my network - however there is one Windows-only application I
 really cannot find a replacement for, and that is Rhino3D
 (http://www.rhino3d.com/). Looking at the CAD section of the ports
 collection does not offer any alternative that is at all comparable, so
 I fear I'm stuck with it.

Congrats on your decision.

 I believe Rhino does not work with any Windows emulators either, so I
 imagined I had only 2 options left - have completely separate computers
 and retain Windows on one - no good because my desk is cluttered enough
 already, or to go for a dual-boot one - no good either as I would
 constantly be rebooting (or would in practice revert to Windows and
 never get to learn FreeBSD which is what I want to do!)

There are other options - see below.

 However, I don't mind having a Windows machine running somewhere on the
 network out of the way, but would want to use the keyboard, monitor and
 mouse attached to my FreeBSD machine. Does anyone know if it is possible
 in principle to drive a Windows program on a Windows machine, but from a
 Unix computer? If this is not an idiotic question, and this sort of
 thing is possible, where would I find some fairly idiot-proof
 instructions on how to set it up, or at least some reading to get me
 started?

If your secondary machine has Windows XP Pro or another Windows OS that 
includes Remote Desktop, then that's an easy way to go.  There is 
an rdesktop port on FreeBSD that you can use to connect to it.

Similarly, you could install a VNC server (there are a few, I like TightVNC) 
on the Windows box (any version of Windows is OK) and run a VNC client from 
the FreeBSD box for the same effect.  [This is actually the reverse of what I 
do currently. I run Windows on my primary desktop for various reasons, but 
have a VNC session open to my (headless) FreeBSD machine so I can run kmail 
and other X / Unix type programs.]

If you want to stick to one computer then the options become a bit more 
exotic.  On my work computer I run FreeBSD but am required to use Microsoft 
Outlook, so I run Windows XP inside a qemu virtual machine (qemu is in the 
ports).  Performance is acceptable but not stellar.  Wine may also be worth 
exploring if you haven't yet, but it's hard to tell if a given program will 
work with Wine until you try it (although there is an application database on 
their website - winehq.org).

 I realise that a common bit of advice is to try stuff out and see, but
 if I cannot see a way forward, the time invloved in installing and
 learning FreeBSD would be very hard to justify, so please bear with me -
 I would be grateful for any advice at this stage.

If anything you're to be commended on your forsight; it will make your 
transition much more painless.

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


Re: newbie wanting to switch to FreeBSD - planning stage question

2006-05-04 Thread Kevin Kinsey

Barnaby Scott wrote:
I am new to FreeBSD (or any other Unix operating system) but am very 
keen to make the switch. I have read as much as I can over the last 
couple of years, and am very nearly ready to ditch the various Windows 
versions on my network - however there is one Windows-only application I 
really cannot find a replacement for, and that is Rhino3D 
(http://www.rhino3d.com/). Looking at the CAD section of the ports 
collection does not offer any alternative that is at all comparable, so 
I fear I'm stuck with it.


I believe Rhino does not work with any Windows emulators either, so I 
imagined I had only 2 options left - have completely separate computers 
and retain Windows on one - no good because my desk is cluttered enough 
already, or to go for a dual-boot one - no good either as I would 
constantly be rebooting (or would in practice revert to Windows and 
never get to learn FreeBSD which is what I want to do!)


However, I don't mind having a Windows machine running somewhere on the 
network out of the way, but would want to use the keyboard, monitor and 
mouse attached to my FreeBSD machine. Does anyone know if it is possible 
in principle to drive a Windows program on a Windows machine, but from a 
Unix computer? If this is not an idiotic question, and this sort of 
thing is possible, where would I find some fairly idiot-proof 
instructions on how to set it up, or at least some reading to get me 
started?


I realise that a common bit of advice is to try stuff out and see, but 
if I cannot see a way forward, the time invloved in installing and 
learning FreeBSD would be very hard to justify, so please bear with me - 
I would be grateful for any advice at this stage.




I use rdesktop (/usr/ports/net/rdesktop) to control Win XP and
Win2k3 boxen, with good success, although I've had some trouble
with games and other things that want to directly control the video
hardware.  But I can't do these games with the built-in Windows
remote control either, so I'd guess that you'd be able to run
your software remotely with rdesktop (unless, as I said, it want
to take over the display hardware).  Of course, YMMV.

Kevin Kinsey

--
How many people work here?
Oh, about half.

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


Re: file system full

2006-05-04 Thread Philip Hallstrom

Hi all,

 My /var is fully 99%, because I create one tar.gz of the squid logs.

 I was move for smbfs, then network die!!!

 I try:

 rm -rf file.tar.gz

 and don't have more free space oon the file system.


 Somebody help me?


Also, be sure that no process (ie. squid, syslog, etc.) still has an open 
file handle on any of the files you think you'v removed/moved.  They 
aren't really gone till you restart those processes and they close/open 
the file handles...


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


interrupt storm

2006-05-04 Thread Mark Busby
Checking /var/log/messages after loading snd_emu10k1, I see the following.
  muz kernel: pcm1: Creative EMU10K1 port 0xd800-0xd81f irq 4 at device 9.0 
on pci0
muz kernel: Interrupt storm detected on irq4: atapci0; throttling interrupt 
source
muz kernel: pcm1: SigmaTel STAC9708/11 AC97 Codec
muz kernel: emujoy0: detached
   
  Upon.
  muz# vmstat -i
interrupt  total   rate
irq0: clk 933473998
irq4: pcm0 atapci0 1213  1
irq7: ppc0 1  0
irq8: rtc 119494127
irq11: dc0 1001  1
irq13: npx01  0
irq14: ata0   46  0
Total1055229   1128
  ###
  muz# pciconf -lv
[EMAIL PROTECTED]:0:0:  class=0x06 card=0x154110b9 chip=0x154110b9 rev=0x04 
hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'ALI M1541 Aladdin V/V+ AGP System Controller'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0: class=0x060400 card=0x00e0 chip=0x524310b9 rev=0x04 
hdr=0x01
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'ALI M1541 PCI to AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:2:0: class=0x0c0310 card=0x chip=0x523710b9 rev=0x03 
hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'M5237 OpenHCI 1.1 USB Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:3:0: class=0x068000 card=0x710110b9 chip=0x710110b9 rev=0x00 
hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'ALI M7101 Power Management Controller'
class= bridge
[EMAIL PROTECTED]:7:0: class=0x060100 card=0x chip=0x153310b9 rev=0xc3 
hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'ALI M1533 Aladdin IV ISA Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:9:0:  class=0x040100 card=0x100a1102 chip=0x00021102 rev=0x0a 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU1 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - 
CT4780'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:9:1:   class=0x098000 card=0x00201102 chip=0x70021102 
rev=0x0a hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU1 Game Port'
class= input device
[EMAIL PROTECTED]:10:0:class=0x03 card=0x chip=0x88115333 
rev=0x44 hdr=0x00
vendor   = 'S3 Graphics Co., Ltd.'
device   = '86C732 Trio32, 86C764 Trio64, 86C765 Trio64V+ Rev 01'
class= display
subclass = VGA
[EMAIL PROTECTED]:12:0:  class=0x02 card=0xf0041385 chip=0x000211ad 
rev=0x21 hdr=0x00
vendor   = 'Lite-On Communications Inc'
device   = 'NGMC169B 10/100 Ethernet (NetGear FA310TX)'
class= network
subclass = ethernet
[EMAIL PROTECTED]:13:0:  class=0x018000 card=0x4d33105a chip=0x4d30105a 
rev=0x02 hdr=0x00
vendor   = 'Promise Technology Inc'
device   = 'PDC20267 FastTrack100 EIDE Controller'
class= mass storage
[EMAIL PROTECTED]:15:0:  class=0x01018a card=0x chip=0x522910b9 
rev=0xc1 hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'M1543 Southbridge EIDE Controller'
class= mass storage
subclass = ATA

  I have added to /boot/device.hints the following lines to try to force pcm to 
another IRQ
  but no joy
   
  hint.pcm.0.at=isa
hint.pcm.0.irq=5
hint.pcm.0.drq=1
hint.pcm.0.flags=0x0
   
  Is there a way to move the sound to another irq? or the atapci?
  and HOW?
   
   
   
  

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


Why do I have to keep doing portsnap extract?

2006-05-04 Thread Peggy Wilkins

I just recently started using portsnap in lieu of cvsup on my ports
tree for FreeBSD-6.0-RELEASE.  I thought it was supposed to be more
efficient than cvsup, but I'm finding it to be worse.  I followed the
directions from the Handbook that say to run portsnap fetch update
to update the ports tree (assuming it's already been set up
previously, which I did a couple weeks ago)... but when the fetch
finished, it told me that I needed to run extract before update.

Unfortunately, extract takes forever to run, so this is much worse
than running cvsup.

Am I doing something wrong?  I thought I was following the directions
in the Handbook.  I ran extract the first time I did it, before
running update, why do I need to run it again?
--
Peggy Wilkins
[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: Installation date ?

2006-05-04 Thread Hunter Fuller


On  02 May 2006, at 5:41 PM, S t i n g r a y wrote:


Its been a long time since i installed my FreeBSD
server  its been running since then , how can i find
the installation date  time of my server ?
If it's been running since you installed it, do 'uptime'. It'll tell  
you how long the  machine's been running.




*º¤., ¸¸,.¤º*¨¨¨*¤ Stingray *º¤., ¸¸,.¤º*¨¨*¤




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
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]


Intel 945GM chip support

2006-05-04 Thread Paul Schmehl
Is there support for the Intel 945GM chipset in 6.1?  Or in CVS?  It's 
not listed in man (4) agp.


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Why do I have to keep doing portsnap extract?

2006-05-04 Thread Jason Morgan
On Thu, May 04, 2006 at 04:40:32PM -0500, Peggy Wilkins wrote:
 I just recently started using portsnap in lieu of cvsup on my ports
 tree for FreeBSD-6.0-RELEASE.  I thought it was supposed to be more
 efficient than cvsup, but I'm finding it to be worse.  I followed the
 directions from the Handbook that say to run portsnap fetch update
 to update the ports tree (assuming it's already been set up
 previously, which I did a couple weeks ago)... but when the fetch
 finished, it told me that I needed to run extract before update.
 
 Unfortunately, extract takes forever to run, so this is much worse
 than running cvsup.
 
 Am I doing something wrong?  I thought I was following the directions
 in the Handbook.  I ran extract the first time I did it, before
 running update, why do I need to run it again?

The first time you run portsnap:

# portsnap fetch
# portsnap extract

Subsequent usage:

# portsnap fetch update

Did you run `extract' after your original `fetch'?


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


Re: Software RAID guidance

2006-05-04 Thread Alex Zbyslaw

Robert Fitzpatrick wrote:


I have an old NT4 PIII here that has a pair Adaptec Array1000 Family
controllers with 2 pairs of identical drives on one of them (2 IBM 9GB
and 2 Seagate 35GB). From what I googled, *nix does not support the
controller, so I have removed the RAID arrays and loaded FreeBSD 6.0
onto the two IBM drives. Now, I wanted to mirror the other two for data
and looking for guidance as to whether it is first of all suited for
software RAID and if so, CCD or vinum. I am contemplating vinum because
the handbook mentions CCD is when cost is the important factor and for
me, is reliability. What would someone suggest? If vinum, one thing I
don't quite understand is do I create the partitions to be used in the
device? There doesn't seem to be a man for gvinum and the link to it in
the handbook section 19.6.1 is broken.
 

Just to give you another option.  You can support RAID1 using atacontrol 
to just make two disk into a RAID.  Plenty of posts in the archive with 
more info.  As an outsider (i.e. without any RAID) this option always 
seemed the simplest.  No doubt other with experience can tell you the 
relative merits of atacontrol vs gmirror.


--Alex


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


Re: Software RAID guidance

2006-05-04 Thread Robert Fitzpatrick
On Fri, 2006-05-05 at 00:37 +0100, Alex Zbyslaw wrote:
 Robert Fitzpatrick wrote:
 
 I have an old NT4 PIII here that has a pair Adaptec Array1000 Family
 controllers with 2 pairs of identical drives on one of them (2 IBM 9GB
 and 2 Seagate 35GB). From what I googled, *nix does not support the
 controller, so I have removed the RAID arrays and loaded FreeBSD 6.0
 onto the two IBM drives. Now, I wanted to mirror the other two for data
 and looking for guidance as to whether it is first of all suited for
 software RAID and if so, CCD or vinum. I am contemplating vinum because
 the handbook mentions CCD is when cost is the important factor and for
 me, is reliability. What would someone suggest? If vinum, one thing I
 don't quite understand is do I create the partitions to be used in the
 device? There doesn't seem to be a man for gvinum and the link to it in
 the handbook section 19.6.1 is broken.
   
 
 Just to give you another option.  You can support RAID1 using atacontrol 
 to just make two disk into a RAID.

Yes, I saw mention of atacontrol somewhere in the handbook, the drives
all SCSI. It seems atacontrol only addresses IDE? Excuse my ignorance on
the subject of ATA vs SCSI :/

files# atacontrol list
ATA channel 0:
Master: acd0 CD-ROM 50X/10 ATA/ATAPI revision 0
Slave:   no device present
ATA channel 1:
Master:  no device present
Slave:   no device present

-- 
Robert

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


Re: Software RAID guidance

2006-05-04 Thread Ian Jefferson
I have been uable to get vinum to work under 6.0.  I'm no expert though.

Vinum became gvinum in 6.0 and is implemented using geom.

Recently the gvinum man page has been updated and it available in 6.1
RC-1.

I think if you want mirroring only you should consult the geom pages.  It
seems as though geom is the way of the future but does not currently
support R5 which is what I was looking for.

Somewhere out there is a pretty comprehensive set of iozone benchmarks
comparing linux and BSD software Raid.  Ah found it:
http://www25.big.jp/~jam/filesystem/old/

This might give you some ideas.

On Thu, 4 May 2006, Robert Fitzpatrick wrote:

 I have an old NT4 PIII here that has a pair Adaptec Array1000 Family
 controllers with 2 pairs of identical drives on one of them (2 IBM 9GB
 and 2 Seagate 35GB). From what I googled, *nix does not support the
 controller, so I have removed the RAID arrays and loaded FreeBSD 6.0
 onto the two IBM drives. Now, I wanted to mirror the other two for data
 and looking for guidance as to whether it is first of all suited for
 software RAID and if so, CCD or vinum. I am contemplating vinum because
 the handbook mentions CCD is when cost is the important factor and for
 me, is reliability. What would someone suggest? If vinum, one thing I
 don't quite understand is do I create the partitions to be used in the
 device? There doesn't seem to be a man for gvinum and the link to it in
 the handbook section 19.6.1 is broken.

 Thanks in advance.

 --
 Robert

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


ipfw: denied frags

2006-05-04 Thread Dennis Olvany
I've traced a problem to IPFW dropping frags, but have no idea what to 
make of the log or how to go about fixing the issue. Please advise.



Possibly, someone could decode this: (frag 13695:[EMAIL PROTECTED]).

10600 is a default deny and a dynamic rule exists to allow this traffic. 
The only problematic traffic is traffic that is near-mtu. Smaller pdu's 
have no problem.




May  4 19:05:36 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 13695:[EMAIL PROTECTED])
May  4 19:05:47 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 20569:[EMAIL PROTECTED])
May  4 19:05:47 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 20569:[EMAIL PROTECTED])
May  4 19:05:47 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 20570:[EMAIL PROTECTED])
May  4 19:05:47 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 20570:[EMAIL PROTECTED])
May  4 19:05:47 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 20571:[EMAIL PROTECTED])
May  4 19:05:47 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 20571:[EMAIL PROTECTED])
May  4 19:05:48 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 21244:[EMAIL PROTECTED])
May  4 19:05:48 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 21244:[EMAIL PROTECTED])
May  4 19:05:50 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 23141:[EMAIL PROTECTED])
May  4 19:05:50 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 23141:[EMAIL PROTECTED])
May  4 19:05:54 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 26828:[EMAIL PROTECTED])
May  4 19:05:54 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 26828:[EMAIL PROTECTED])
May  4 19:06:02 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 33624:[EMAIL PROTECTED])
May  4 19:06:02 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 33624:[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: Software RAID guidance

2006-05-04 Thread Kevin Kinsey

Robert Fitzpatrick wrote:

I have an old NT4 PIII here that has a pair Adaptec Array1000 Family
controllers with 2 pairs of identical drives on one of them (2 IBM 9GB
and 2 Seagate 35GB). From what I googled, *nix does not support the
controller, so I have removed the RAID arrays and loaded FreeBSD 6.0
onto the two IBM drives. Now, I wanted to mirror the other two for data
and looking for guidance as to whether it is first of all suited for
software RAID and if so, CCD or vinum. I am contemplating vinum because
the handbook mentions CCD is when cost is the important factor and for
me, is reliability. What would someone suggest? If vinum, one thing I
don't quite understand is do I create the partitions to be used in the
device? There doesn't seem to be a man for gvinum and the link to it in
the handbook section 19.6.1 is broken.

Thanks in advance.



Unlike what some seem to be claiming, I *have* been able
to use gvinum on 6.X --- the documentation for vinum was
helpful, you just put a g in front of the commands; quid
pro quo, a few things in vinum aren't carried over into
gvinum, but it's basically the same stuff (thanks Lukas,
thanks Grog, etc.).

I did have some system instability during my trial, though;
I've put it down to a bad IDE HDD (because it gave issues
when not part of a gvinum plex as well), but I didn't give
it a serious amount of testing.

As for the handbook, you seem to be correct.  You might file
a doc PR --- they'd probably appreciate having the opportunity
to fix this.  However, I do find gvinum(8) on my box

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


Re: ipfw: denied frags

2006-05-04 Thread Dennis Olvany

Dennis Olvany wrote:
May  4 19:06:02 b1 kernel: ipfw: 10600 Deny UDP 195.16.84.250 
192.168.102.10 in via ste0 (frag 33624:[EMAIL PROTECTED])


I see. The frags don't contain ports and therefore do not match the 
dynamic rule. A static rule took care of it.

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


Re: Software RAID guidance

2006-05-04 Thread Robert Fitzpatrick
On Thu, 2006-05-04 at 19:59 -0400, Ian Jefferson wrote:
 I think if you want mirroring only you should consult the geom pages.

Great, I believe I have this setup right. I'm not sure what the fdisk
issue may be with the message 'fdisk: Geom not found', but all looks to
have setup properly. Now, just to have a clear understanding, what is
the purpose of /dev/mirror/datas1c as it is not used in creating the
mirror it seems?

files# geom mirror label -v -s 35000 data /dev/da2 /dev/da3
Metadata value stored on /dev/da2.
Metadata value stored on /dev/da3.
Done.
files# gmirror load
files# fdisk -vBI /dev/mirror/data
*** Working on device /dev/mirror/data ***
parameters extracted from in-core disklabel are:
cylinders=4462 heads=255 sectors/track=63 (16065 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=4462 heads=255 sectors/track=63 (16065 blks/cyl)

Information from DOS bootblock is:
1: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 63, size 71681967 (35000 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 365/ head 254/ sector 63
2: UNUSED
3: UNUSED
4: UNUSED
fdisk: Geom not found
files# ls -l /dev/mirror/
total 0
crw-r-  1 root  operator0, 127 May  4 20:48 data
crw-r-  1 root  operator0, 110 May  4 20:43 datas1
crw-r-  1 root  operator0, 117 May  4 20:43 datas1a
crw-r-  1 root  operator0, 118 May  4 20:43 datas1c
files# bsdlabel -wB /dev/mirror/datas1
files# newfs -U /dev/mirror/datas1a
/dev/mirror/datas1a: 35001.0MB (71681948 sectors) block size 16384, fragment 
size 2048
using 191 cylinder groups of 183.77MB, 11761 blks, 23552 inodes.
with soft updates
super-block backups (for fsck -b #) at:
 160, 376512, 752864, 1129216, 1505568, 1881920, 2258272, 2634624, 3010976, 
3387328, 3763680, 4140032,
 4516384, 4892736, 5269088, 5645440, 6021792, 6398144, 6774496, 7150848, 
7527200, 7903552, 8279904,
 8656256, 9032608, 9408960, 9785312, 10161664, 10538016, 10914368, 11290720, 
11667072, 12043424,
 12419776, 12796128, 13172480, 13548832, 13925184, 14301536, 14677888, 
15054240, 15430592, 15806944,
 16183296, 16559648, 16936000, 17312352, 17688704, 18065056, 18441408, 
18817760, 19194112, 19570464,
 19946816, 20323168, 20699520, 21075872, 21452224, 21828576, 22204928, 
22581280, 22957632, 2984,
 23710336, 24086688, 24463040, 24839392, 25215744, 25592096, 25968448, 
26344800, 26721152, 27097504,
 27473856, 27850208, 28226560, 28602912, 28979264, 29355616, 29731968, 
30108320, 30484672, 30861024,
 31237376, 31613728, 31990080, 32366432, 32742784, 33119136, 33495488, 
33871840, 34248192, 34624544,
 35000896, 35377248, 35753600, 36129952, 36506304, 36882656, 37259008, 
37635360, 38011712, 38388064,
 38764416, 39140768, 39517120, 39893472, 40269824, 40646176, 41022528, 
41398880, 41775232, 42151584,
 42527936, 42904288, 43280640, 43656992, 44033344, 44409696, 44786048, 
45162400, 45538752, 45915104,
 46291456, 46667808, 47044160, 47420512, 47796864, 48173216, 48549568, 
48925920, 49302272, 49678624,
 50054976, 50431328, 50807680, 51184032, 51560384, 51936736, 52313088, 
52689440, 53065792, 53442144,
 53818496, 54194848, 54571200, 54947552, 55323904, 55700256, 56076608, 
56452960, 56829312, 57205664,
 57582016, 57958368, 58334720, 58711072, 59087424, 59463776, 59840128, 
60216480, 60592832, 60969184,
 61345536, 61721888, 62098240, 62474592, 62850944, 63227296, 63603648, 
6398, 64356352, 64732704,
 65109056, 65485408, 65861760, 66238112, 66614464, 66990816, 67367168, 
67743520, 68119872, 68496224,
 68872576, 69248928, 69625280, 70001632, 70377984, 70754336, 71130688, 71507040
files# mount /dev/mirror/datas1a /data
files# df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/da0s1a3.8G 55M3.4G 2%/
devfs  1.0K1.0K  0B   100%/dev
/dev/da1s1d8.3G1.0G6.6G13%/usr
/dev/da0s1d4.0G4.2M3.7G 0%/var
/dev/mirror/datas1a 33G4.0K 30G 0%/data

-- 
Robert

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


Re: Software RAID guidance

2006-05-04 Thread Cheng-Lung Sung
You can try gmirror(8)
Ref: 
1. http://people.freebsd.org/~rse/mirror/
2. http://www.onlamp.com/lpt/a/6309
On Thu, May 04, 2006 at 07:24:15PM -0400, Robert Fitzpatrick wrote:
 I have an old NT4 PIII here that has a pair Adaptec Array1000 Family
 controllers with 2 pairs of identical drives on one of them (2 IBM 9GB
 and 2 Seagate 35GB). From what I googled, *nix does not support the
 controller, so I have removed the RAID arrays and loaded FreeBSD 6.0
 onto the two IBM drives. Now, I wanted to mirror the other two for data
 and looking for guidance as to whether it is first of all suited for
 software RAID and if so, CCD or vinum. I am contemplating vinum because
 the handbook mentions CCD is when cost is the important factor and for
 me, is reliability. What would someone suggest? If vinum, one thing I
 don't quite understand is do I create the partitions to be used in the
 device? There doesn't seem to be a man for gvinum and the link to it in
 the handbook section 19.6.1 is broken.
 
 Thanks in advance.

-- 
Cheng-Lung Sung - clsung@


pgp5qEjA4LT8h.pgp
Description: PGP signature


Re: Software RAID guidance

2006-05-04 Thread Cheng-Lung Sung

IMHO, fdisk is unnecessary. I got my two brand 
new HDs ad[46] mirrored w/o fdisk.

On Thu, May 04, 2006 at 09:15:39PM -0400, Robert Fitzpatrick wrote:
 On Thu, 2006-05-04 at 19:59 -0400, Ian Jefferson wrote:
  I think if you want mirroring only you should consult the geom pages.
 
 Great, I believe I have this setup right. I'm not sure what the fdisk
 issue may be with the message 'fdisk: Geom not found', but all looks to
 have setup properly. Now, just to have a clear understanding, what is
 the purpose of /dev/mirror/datas1c as it is not used in creating the
 mirror it seems?

Have you tried to mount it?

-- 
Cheng-Lung Sung - clsung@


pgpn7j51uTNwz.pgp
Description: PGP signature


openbsd's pf port

2006-05-04 Thread Miguel

Hi, what specific feautures are missing in the freebsd's pf port?
i want to install a proxy/firewall server and im very used to freebsd, 
if posible i would not like to install openbsd but im worried about some 
security feauture missing in freebsd,  what do you recomend? are the 
ports smiliar enough for me to sleep without worring at night?


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


Creating Vinum Volume during install

2006-05-04 Thread Loren M. Lang
I am trying to create a vinum file system during the install so I can
also use it for the root filesystem as described in the handbook, but it
appears that the geom_vinum modules are not available from the FreeBSD
6.1-RC2 disc 1 LiveCD shell.  Are the modules not available or do I need
to load something for it to work?  If they're not available, what other
choices to I have?  Freesbie?

-- 
Loren M. Lang
[EMAIL PROTECTED]
http://www.alzatex.com/


Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: CEE1 AAE2 F66C 59B5 34CA  C415 6D35 E847 0118 A3D2
 


pgpTz5apekhX5.pgp
Description: PGP signature


Re: Software RAID guidance

2006-05-04 Thread Robert Fitzpatrick
On Fri, 2006-05-05 at 09:20 +0800, Cheng-Lung Sung wrote:
  Great, I believe I have this setup right. I'm not sure what the fdisk
  issue may be with the message 'fdisk: Geom not found', but all looks to
  have setup properly. Now, just to have a clear understanding, what is
  the purpose of /dev/mirror/datas1c as it is not used in creating the
  mirror it seems?
 
 Have you tried to mount it?
 

files# mount /dev/mirror/datas1c
mount: /dev/mirror/datas1c: unknown special file or file system

-- 
Robert

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


Weird / FS behavior

2006-05-04 Thread Christian Lopez de Castilla Wagner
I'm posting this to -questions and -stable, since I'm not sure if it is
a problem or if I'm simply overlooking something.
(If someone knows how to get a Siemens phone to dump the whole
addressbook/calendar/whatever via Bluetooth to a SINGLE file, please let
me know.)

Anyway, I have the following directory:

[EMAIL PROTECTED] ls ~/S56/vcs/20060504/
000_29.10.05_Meeting.vcs   019_24.02.06_Meeting.vcs
038_03.04.06_Meeting.vcs
001_02.11.05_Memo.vcs  020_25.02.06_Meeting.vcs
039_13.04.06_Meeting.vcs
002_05.11.05_Meeting.vcs   021_26.02.06_Call.vcs
040_14.04.06_Meeting.vcs
003_07.11.05_Meeting.vcs   022_28.02.06_Memo.vcs
041_18.04.06_Meeting.vcs
004_03.12.05_Memo.vcs  023_08.03.06_Memo.vcs
042_19.04.06_Meeting.vcs
005_03.12.05_Call.vcs  024_09.03.06_Memo.vcs
043_24.04.06_Meeting.vcs
006_05.12.05_Memo.vcs  025_12.03.06_Memo.vcs
044_28.04.06_Memo.vcs
007_08.12.05_Memo.vcs  026_15.03.06_Memo.vcs
045_04.05.06_Memo.vcs
008_12.01.06_Memo.vcs  027_17.03.06_Memo.vcs
046_31.07.06_Memo.vcs
009_13.01.06_Meeting.vcs   028_17.03.06_Meeting.vcs
047_15.09.79_Birthday.vcs
010_18.01.06_Meeting.vcs   029_19.03.06_Memo.vcs
048_18.11.83_Birthday.vcs
011_23.01.06_Memo.vcs  030_20.03.06_Memo.vcs
049_11.12.06_Memo.vcs
012_25.01.06_Meeting.vcs   031_25.03.06_Call.vcs
050_03.01.78_Birthday.vcs
013_27.01.06_Meeting.vcs   032_25.03.06_Meeting.vcs
051_09.01.76_Birthday.vcs
014_28.01.06_Meeting.vcs   033_01.04.06_Memo.vcs
052_25.01.77_Birthday.vcs
015_02.02.06_Memo.vcs  034_01.04.06_Memo.vcs
053_08.03.79_Birthday.vcs
016_12.02.06_Meeting.vcs   035_01.04.06_Meeting.vcs
054_12.03.75_Birthday.vcs
017_13.02.06_Meeting.vcs   036_01.04.06_Meeting.vcs
018_21.02.06_Meeting.vcs   037_03.04.06_Memo.vcs

[EMAIL PROTECTED] du ~/S56/vcs/20060504/
112K/root/S56/vcs/20060504/
112Ktotal

And:
[EMAIL PROTECTED] df
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a 989M766M144M84%/
devfs   1.0K1.0K  0B   100%/dev
/dev/ad1s1e 248M 25M203M11%/tmp
/dev/ad0s1d  54G 14G 35G29%/usr
/dev/ad1s1f  54G 40G8.9G82%/usr2
/dev/ad1s1d 739M305M375M45%/var
linprocfs   4.0K4.0K  0B
100%/usr/compat/linux/proc
/dev/da0s1   19G1.3G 18G 7%/back01
/dev/da0s2   19G1.7G 17G 9%/back02
blackout:/usr/backup5.0G3.7G906M81%/blackout
total   152G 62G 81G44%

Anyway, I want to import all those .vcs files into Evolution, but since
there's no bulk import feature and I'm too lazy to do it by hand, I do
the following:

[EMAIL PROTECTED] cat S56/vcs/20060504/*.vcs  S56/vcs/20060504/cal.vcs

/: write failed, filesystem is full
cat: stdout: No space left on device

So:

[EMAIL PROTECTED] df
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a 989M967M-57M   106%/
devfs   1.0K1.0K  0B   100%/dev
/dev/ad1s1e 248M 25M203M11%/tmp
/dev/ad0s1d  54G 14G 35G29%/usr
/dev/ad1s1f  54G 40G8.9G82%/usr2
/dev/ad1s1d 739M305M375M45%/var
linprocfs   4.0K4.0K  0B
100%/usr/compat/linux/proc
/dev/da0s1   19G1.3G 18G 7%/back01
/dev/da0s2   19G1.7G 17G 9%/back02
blackout:/usr/backup5.0G3.7G906M81%/blackout
total   152G 63G 81G44%

And:

[EMAIL PROTECTED] du S56/vcs/20060504/cal.vcs
201MS56/vcs/20060504/cal.vcs
201Mtotal

Just to check:

[EMAIL PROTECTED] cat ~/S56/vcs/20060504/*.vcs  /usr/cal.vcs

[EMAIL PROTECTED] du /usr/cal.vcs
 46K/usr/cal.vcs
 46Ktotal

No matter how much space is left on /, the file will always grow until
it reaches 106% capacity. I know UFS reserves space, that's not my
problem, the problem is why that cat is doing this in the first place?

Just in case, I'm running:
[EMAIL PROTECTED] uname -a
FreeBSD hellion.clcw 6.1-RC FreeBSD 6.1-RC #0: Sun Apr 16 12:09:39 BOT
2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/20051212  i386

-- 
Christian Lopez de Castilla Wagner
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(+591-705)98290
http://lopisaur.googlepages.com

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


Re: Weird / FS behavior

2006-05-04 Thread Brandon S. Allbery KF8NH


On May 4, 2006, at 10:30 , Christian Lopez de Castilla Wagner wrote:


[EMAIL PROTECTED] cat S56/vcs/20060504/*.vcs  S56/vcs/20060504/cal.vcs

/: write failed, filesystem is full
cat: stdout: No space left on device


The shell expands the * after creating the output file for the  
redirection, so one of the files being concatenated into cal.vcs is  
cal.vcs.  (This has always been true for all shells, in my experience.)


--
brandon s. allbery [linux,solaris,freebsd,perl]   
[EMAIL PROTECTED]
system administrator  [openafs,heimdal,too many hats]   
[EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university   
KF8NH




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


Re: Software RAID guidance

2006-05-04 Thread Cheng-Lung Sung
Hi,

newfs first?

In my experiment, there is only one mirror/gm0s1 exists (no s1a, s1c...)

On Thu, May 04, 2006 at 09:40:17PM -0400, Robert Fitzpatrick wrote:
 On Fri, 2006-05-05 at 09:20 +0800, Cheng-Lung Sung wrote:
   Great, I believe I have this setup right. I'm not sure what the fdisk
   issue may be with the message 'fdisk: Geom not found', but all looks to
   have setup properly. Now, just to have a clear understanding, what is
   the purpose of /dev/mirror/datas1c as it is not used in creating the
   mirror it seems?
  
  Have you tried to mount it?
  
 
 files# mount /dev/mirror/datas1c
 mount: /dev/mirror/datas1c: unknown special file or file system

-- 
Cheng-Lung Sung - clsung@


pgpK0zIgjIVTI.pgp
Description: PGP signature


Re: Weird / FS behavior

2006-05-04 Thread Kris Kennaway
On Thu, May 04, 2006 at 10:30:23PM -0400, Christian Lopez de Castilla Wagner 
wrote:

 [EMAIL PROTECTED] cat S56/vcs/20060504/*.vcs  S56/vcs/20060504/cal.vcs

What is wrong with this picture:

 echo foo  a
 cat a  a

:-)

Kris


pgpuayAlZFmFU.pgp
Description: PGP signature


Re: Weird / FS behavior

2006-05-04 Thread Johny Mattsson

On 05/05/06 12:30, Christian Lopez de Castilla Wagner wrote:

I'm posting this to -questions and -stable, since I'm not sure if it is
a problem or if I'm simply overlooking something.


You're overlooking something :)



[EMAIL PROTECTED] cat S56/vcs/20060504/*.vcs  S56/vcs/20060504/cal.vcs


The shell creates the cal.vcs file before it expands the glob (the 
*.vcs), and therefore the cat command ends up using cal.vcs as input as 
well, causing a nasty feedback loop.


Cheers,
/Johny
--
Johny Mattsson - Making IT work  ,-.   ,-.   ,-.  When all else fails,
http://www.earthmagic.org _.'  `-'   `-'   Murphy's Law still works!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Weird / FS behavior

2006-05-04 Thread Christian Lopez de Castilla Wagner
Whoops... insert embarrassed smiley here. I just got it. 
That's what happens when you start pounding away on the keybaord without
thinking about it first.
Thanks for the prompt response, guys. At least we all got a laugh out of
it (at least I did :-)).

On Fri, 2006-05-05 at 12:35 +1000, Johny Mattsson wrote:
 On 05/05/06 12:30, Christian Lopez de Castilla Wagner wrote:
  I'm posting this to -questions and -stable, since I'm not sure if it is
  a problem or if I'm simply overlooking something.
 
 You're overlooking something :)
 
 
  [EMAIL PROTECTED] cat S56/vcs/20060504/*.vcs  S56/vcs/20060504/cal.vcs
 
 The shell creates the cal.vcs file before it expands the glob (the 
 *.vcs), and therefore the cat command ends up using cal.vcs as input as 
 well, causing a nasty feedback loop.
 
 Cheers,
 /Johny
-- 
Christian Lopez de Castilla Wagner
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(+591-705)98290
http://lopisaur.googlepages.com

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


Re: Why do I have to keep doing portsnap extract?

2006-05-04 Thread Peggy Wilkins

On 5/4/06, Jason Morgan [EMAIL PROTECTED] wrote:

On Thu, May 04, 2006 at 04:40:32PM -0500, Peggy Wilkins wrote:
 I just recently started using portsnap in lieu of cvsup on my ports
 tree for FreeBSD-6.0-RELEASE.  I thought it was supposed to be more
 efficient than cvsup, but I'm finding it to be worse.  I followed the
 directions from the Handbook that say to run portsnap fetch update
 to update the ports tree (assuming it's already been set up
 previously, which I did a couple weeks ago)... but when the fetch
 finished, it told me that I needed to run extract before update.

 Unfortunately, extract takes forever to run, so this is much worse
 than running cvsup.

 Am I doing something wrong?  I thought I was following the directions
 in the Handbook.  I ran extract the first time I did it, before
 running update, why do I need to run it again?

The first time you run portsnap:

# portsnap fetch
# portsnap extract

Subsequent usage:

# portsnap fetch update

Did you run `extract' after your original `fetch'?


Yes, I did; I followed the instructions exactly.  I ran portsnap for
the first time a couple weeks ago after which I successfully did a
bunch of portupgrades.  Then the ports tree sat there on my disk
untouched for a couple of weeks until I ran portsnap fetch update
today.  For some reason it insisted that I needed to run extract
when as far as I can tell that shouldn't have been necessary.

Is there some configuration information I should be mentioning?  I
haven't changed anything in /etc/portsnap.conf, I am using all the
defaults.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why do I have to keep doing portsnap extract?

2006-05-04 Thread Colin Percival
Peggy Wilkins wrote:
 On 5/4/06, Jason Morgan [EMAIL PROTECTED] wrote:
 Did you run `extract' after your original `fetch'?
 
 Yes, I did; I followed the instructions exactly.  I ran portsnap for
 the first time a couple weeks ago after which I successfully did a
 bunch of portupgrades.  Then the ports tree sat there on my disk
 untouched for a couple of weeks until I ran portsnap fetch update
 today.  For some reason it insisted that I needed to run extract
 when as far as I can tell that shouldn't have been necessary.

Do you have a .portsnap.INDEX file in your ports tree?

Colin Percival

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


RE: Problem with Broadcomm NIC - not recognized

2006-05-04 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Paul Schmehl
Sent: Thursday, May 04, 2006 11:06 AM
To: freebsd-questions@freebsd.org
Subject: Re: Problem with Broadcomm NIC - not recognized


Alex Zbyslaw wrote:

 It's working fine since I installed 6.1.  The odd thing is, 
I thought 
 I needed the bce driver, but the 6.1 install detected the 
NIC and used 
 the bge driver.  That driver is available in 6.0 as well, yet it 
 didn't work in that install.
 
 Why is this confusing?  Drivers get updated to cover newer 
versions of 
 chips which didn't exist or weren't available to the developer when 
 originally written.  If you really care then check out the 
CVS history 
 for your driver from the FreeBSD site (developer / CVS 
Repository / web 
 interface).
 
If I understand what you're saying, you're saying that the driver only 
gets updated for the latest OS?  That seems a bit absurd to me. 
Wouldn't the bge driver be the same for every OS version that it's 
available for?


All parts of FreeBSD are constantly being worked on.  It is more correct
to think of FreeBSD as a continuum, with the releases merely as defined
points on the continuum.

A number of people, in fact, run FreeBSD in such a way that every
night a process on their system goes to the master CVS repository, 
and fetches any changes and updates that have been made, then applies
them to their system.

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


  1   2   >