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

2007-03-15 Thread Oliver Koch
Hello again,

Oliver Koch wrote:

 Where can i get FreeBSD commands list?
 
 that depends on what you want to do. The list can be very long
 especially if you start to install things from ports... ;-)

those links might help you:

http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/049516.html
http://www.gsp.com/support/virtual/admin/unix/commands.html

But that are only the simplest basics. Google can help you to find out
more or take a look at the FreeBSD handbook. The most commands aren't
different from the linux commands.

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: squid

2007-03-14 Thread Oliver Koch
Hello,

neo neo wrote:

 How to configure to use my FreeBSD as a proxy with Squid ?

you should try a Google search in order to find a howto for the
installation of Squid under FreeBSD. I guess you will find serveral howtos.

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


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

2007-03-14 Thread Oliver Koch
Hello

neo neo wrote:

 i am new at FreeBSD .
 
 Where can i get FreeBSD commands list?

that depends on what you want to do. The list can be very long
especially if you start to install things from ports... ;-)

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: network card setup?

2007-03-06 Thread Oliver Koch
Hi,

elaya raj wrote:

 i new to freebsd i want to configure my network card. But i dont know how to 
 configure it. after configure the nic card i want to configur ftp also.. so 
 plz guid me how to configure the nic card and ftp...

I think the FreeBSD handbook should help you to do that:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: sshd attempting to start twice?

2007-02-26 Thread Oliver Koch
Hi,

Noah schrieb:

 its commented out
 
 # grep ssh /etc/inetd.conf
 #sshstream  tcp nowait  root/usr/sbin/sshd  sshd -i -4
 #sshstream  tcp6nowait  root/usr/sbin/sshd  sshd -i -6

could you please post your sshd_config? Perhabs there's something wrong.

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: Master Password File Migration.

2007-02-17 Thread Oliver Koch
Hi,

Grant Peel schrieb:

 Here is the next big stumbling block.
 
 On the older servers, (4.7 and 4.10) we user apache with mod_ssl and run
 a seperate daemon for the ssl (443) connections.
 
 When we upgrade, will the certs and keys (created with 4.7 and 4.10)
 work using FreeBSD 6.2 and Apache 2.2 ?  or will I need to redo all the
 keys, csrs and order new certs?

that should work also. Nothing changed in the way to create certificate
for apache webserver.

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: named already running?

2007-02-16 Thread Oliver Koch
Hi,

Andrea Venturoli schrieb:

 I'm getting this on several different 6.x servers:
 
 # sh /etc/rc.d/named restart
 Stopping named.
 named already running? (pid=xxx).
 
 and named won't restart; if I then
 
 # sh /etc/rc.d/named start
 Starting named.
 
 it works fine.
 
 
 Is this happening to other people? What could be the reason?
 It's nothing critical, only a bit annoying, but I'm curious...

it is possible that your named needs some time to be stopped and that
your script wants to start named again before it hasn't been stopped
completely. You could try to add a sleep x seconds between the stop
and the start command.

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: origin of system message?

2007-02-14 Thread Oliver Koch
Hello,

Robert Huff schrieb:

   The following appears in /var/log/messages:
 
 Feb 14 17:03:50 jerusalem kernel: Connection attempt to UDP 
 209.6.203.219:1026 from 202.97.238.130:52821
 
   presumably through the agency of syslog.
   What program/process issues this, and at what facility and
 level?

please check if these two sysctl values are set:

net.inet.tcp.log_in_vain: 1 # Log all incoming TCP connections
net.inet.udp.log_in_vain: 1 # Log all incoming UDP packets

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: export command not found?

2007-02-10 Thread Oliver Koch
Hi,

Roger Olofsson schrieb:

 6.2-STABLE FreeBSD just made world.
 
 # export VARIABLE value
 export: Command not found.
 
 
 What happened to export?

it depends on the shell you use if the export command exists or not.
What kind of shell do you use?

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: freebsd and anti-virus

2007-02-08 Thread Oliver Koch
Hello,

gahn schrieb:

 i have a freebsd server and used as file storage. some
 of files being stored on that server are virus
 infected. how could I clean them up? could the norton
 anti-virus software on my laptop clean up the virus
 when i download those files from the server? does
 norton do that with ftp/ssh?

why don't you want to use a virus scanner on the freebsd server? You
could use ClamAV which exists in the port collection:

/usr/ports/security/clamav

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: customize floppies

2007-01-30 Thread Oliver Koch
Hello,

Björn König schrieb:

 You can modify the existing floppy images. boot.flp contains the first
 part of the kernel and kern*.flp the further parts.
 
 Build a custom kernel using
 
   makeoptions MODULES_OVERRIDE=
 
 in your kernel configuration file.
 
   # cd /usr/src/sys/i386/conf
   # config YOURKERNEL
   # cd ../compile
   # make cleandepend; make depend
   # make
 
 Take your kernel file and compress it:
 
   # gzip -9nc kernel  kernel.gz
 
 Now you can use the 'split-file.sh' script from src/release/scripts to
 split the compressed kernel into parts.
 
   # /usr/src/release/scripts/split-file.sh kernel.gz destdir 1392 Kernel
 
 You can mount a floppy disk image with the following commands:
 
   # mdconfig -af boot.flp
   md45
   # mount /dev/md45 /mnt
 
 Replace the kernel parts with your own.
 
 I hope this helps. I havn't tested it before. There are other ways that
 are more elegant.

thank you very much, that worked fine!

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


Re: cron problem

2007-01-30 Thread Oliver Koch
Hi,

Charlie McElfresh schrieb:

 I wrote a perl script to get a news show I like.  When I run it, it deletes
 yesterday's copy of the show, and downloads the new copy.  The script works
 fine.  I run the script as myself (charlie), charlie owns it, and it's
 chmod'd 0755.  Works fine.
 
 I can't get cron to run it, though.  Here's the cron process running on my
 machine:
 
 [EMAIL PROTECTED] ps auxwww | grep cron
 root  413  0.0  0.1  1364   892  ??  Ss5Jan07  
 0:06.57/usr/sbin/cron -s
 
 And here's charlie's crontab, to run at 7:17 mon - fri
 
 17 7 * * 1-5 /media/democracy_now/get_new_show.pl

did you try to change the cronjob to something like that?

17 7 * * 1-5 /usr/bin/perl /media/democracy_now/get_new_show.pl

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature


customize floppies

2007-01-27 Thread Oliver Koch
Hello,

is it possible to customize the kernel in the images of the kernel
floppies (kern1.flp, kern2.flp, kern3.flp) for FreeBSD 6.2? I need a
custom kernel with a special kernel option for my bge network interface
(BGE_FAKE_AUTONEG) to get network access on my Intel Blade.

Thanks in advance!

Kind regards,

Oliver

-- 
Oliver Koch  Phone:  +49-(0)5323-72-2626
Computer Center  Fax:+49-(0)5323-72-3536
Clausthal University of Technology   E-Mail: [EMAIL PROTECTED]
Erzstraße 51 Web:  http://www.rz.tu-clausthal.de
38678 Clausthal-Zellerfeld, Germany



signature.asc
Description: OpenPGP digital signature