Re: sysctl.conf (formerly packet forwarding)

2005-10-28 Thread Volker Kindermann
Hi Yance,


 Any clue as to where I can see those over five
 hundred system variables? ... just being curious ...

some are in the manpage of sysctl. There is also this hint:

More variables than these exist, and the best and likely only place to
search for their deeper meaning is undoubtedly the source where they
are defined.


 Also, is this sysctl.conf a unique feature of FreeBSD
 or a feature of nay *NIX O/S?

At least OpenBSD and Linux have this feature, too.


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


Re: postfix or qmail?

2005-06-18 Thread Volker Kindermann

Hi Luciano,



I've a simple question, postfix or qmail?


the simple answer: both are good.

If you're using sendmail right now, the change to postfix should be easier.

I've heard that postfix is slightly faster when it comes to really 
massive number of emails (less disc-writing) but that shouldn't bother 
you with 300 accounts.



Other thing (perhaps, the one that I interest more your opinion), do anyone 
know why MacOS X Server is using postfix instead of qmail?


Perhaps licensing questions?



(i mean, the latter is far more popular, right?)


I don't think so. Both are heavy-used sendmail-replacements.


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


Re: creating a local cvsup mirror.

2005-05-03 Thread Volker Kindermann
Hi Derrick,

I want to create a local mirror for my internal freebsd systems. I seem
to be confusing articles that are 'how to mirror' and 'how to be a
mirror'. Is there some details/info out there that could be of help? I
would have thought it would be enough to be running ports/net/cvsup-
mirror would be enough on the server, and then the clients here would
use 'cvsup -h my_cvs_server ports-all' but I end up seeing:
May  2 12:40:49 cvs cvsupd[57822]: =3 Unknown collection ports-all
So if someone can clarify/point/whatever, much appreciated.
I did exactly the same as you want. I used the following article as a 
guideline:

http://www.onlamp.com/pub/a/bsd/2001/08/30/Big_Scary_Daemons.html
 -volker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: asking for a help, about FreeBSD compatibility with HP nx9020 (Laptop)

2005-03-06 Thread Volker Kindermann
Hi Tomas,

i plan to begin use freeBSD in my home computer,
i'd like to ask You: does my laptop HP nc9020 is compatiable with freeBSD?
what is extra points of configuring Xorg server and compiling kernel?
I don't know this laptop, but you may try the following:
Download the FreeSBIE CD, burn it and try to boot it with your laptop. 
If it succeeds, FreeBSD will run on your machine.

You can get FreeSBIE here:
http://www.freesbie.org/
 -volker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question, is there any way or program that will let youclone/image a FreeBSD system

2005-02-27 Thread Volker Kindermann
Hi Andrew,

Is there any way to do? I have read about with g4u, dd, dump/restore
but they do not seems to be able to do create the clone/image on a secondary
attached hard disk drive.
g4u has definitely the ability to copy to another disk:
---
4.4 Copying a disk locally
  If you just want to copy one local disk to another one with no 
network  server involved, the copydisk command is what you want. E.g. 
to copy the first IDE disk to the second IDE disk, use copydisk wd0 
wd1, to do the same for SCSI disks run copydisk sd0 sd1.

  Beware! All data on the target disk will be erased!
  A list of disks as found during system startup can be found using 
the disks command.

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


Re: Configuring PF

2005-02-16 Thread Volker Kindermann
Hi Pat,

Is there any place I can find a good default ruleset for a server, and
just change what ports I want open?
pf originates at openbsd. There you'll find lots of documentation, the 
pf-faq, and the (as always in the BSD world) excellent manpages.

In addition there's the pf-repository at: https://solarflux.org/pf/
And there are some books which include examples.

Also, I've noticed that some rulesets will have different flags and
keep state on for certain TCP ports, but not others.  For example, at
https://www.section6.net/help/pf.php I found:
#WebServer, HTTPS, 8000
pass in on $extif proto tcp from any to any port 80 flags S/SA
pass in on $extif proto tcp from any to any port $tcp_services flags
S/SA synproxy state
tcp_services is {22, 443}
I don't understand why they use synproxy state for 22 and 443, but not 80
Because synproxy as a security feature has a drawback: speed. Do you 
understand what synproxy does? It completes the three-way-handshake at 
the firewall first and only if this succeds it forwards the connection 
to the (web)server. This takes some small amount of time.

Acceptable with protocolls like ssh and https but mostly unacceptable 
with http.

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


Re: Setting up own domain and mailserver

2005-02-13 Thread Volker Kindermann
This has to be the most compilcated subject to me.  I just purchased a
new domain from godaddy.  I have a few questions I am not totally
clear about yet.
1. I have adelphia cable internet.  I would like to get a dyndns or
no-ip.com account to have a static IP for my new godaddy domain.
Simple enough.  However, I would like to also do my own DNS to learn
more about it.   Will I be able to do this if I set my nameserver on
godaddy to my box's dyndns address?  And from there can I set up A
records, MX Records, etc and all that good stuff?
2.  What about reverse DNS?  Could I possibly do that on my box?  

3. I would also like to run my own mailserver for that domain (again
to learn).  Would I be able to do this and send receive email from/to
[EMAIL PROTECTED]  I know most ISPs block port 25 and no-ip.com
has a pay service called mail reflector that can get around this.  Is
this necessary?  Why couldn't I just set up sendmail to use a port
other than 25 like 8080?

I don't know the situation in your country. But here in germany you can 
rent a lowend dedicated server for about 40 $/month. With static IP and 
mostly with one or more domain-names.

With such a server you can do all what you want without the problems 
coming from the dynamic IP.

Perhaps that'll be an alternative for you.
 -volker
___
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 the source address on a multi-homed host?

2005-02-12 Thread Volker Kindermann
Hi Daniela,

Yes, this happens when I connect from my machine (which functions as a router 
with NAT to allow the other LAN machines connect to the internet) to another 
LAN machine. When the router establishes a connection to another point in the 
intranet, the source address used is my official IP, and not 10.0.0.1, which 
is the intranet IP of the router.
please post the output of the following commands:
ifconfig -a
netstat -nr
 -volker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] easy authpf access from Windows (for non-unix users)?

2005-02-09 Thread Volker Kindermann
Hi Andrew,

Is anyone running authpf with Windows clients in the network?  If so, 
how are the Windows clients logging in?  What's the easiest mechanism 
for this.
as Hexren posted, putty is good for doing this. You can configure it so 
that the user just has to doubleclick the icon and provide the password. 
As long as the putty session is open, the rules will be active.

I have this running for my spouse.
 -volker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix can't deliver mail to virtual domains - cannot create file exclusively

2005-02-05 Thread Volker Kindermann
Hi Pat,

Feb  4 19:57:59 cantona postfix/virtual[579]: CA35333C1D:
to=[EMAIL PROTECTED], relay=virtual, delay=0, status=deferred
(mailbox /var/mail/vhosts/javaspot.net/pergesu: cannot create file
exclusively: No such file or directory)
Shouldn't PostFix create the vhosts/javaspot.net directory and pergesu
file automatically when it delivers the mail?  Not sure what the
problem is here.  I can send mail to local users just fine, so I don't
think it's a permissions problem.
please post your main.cf and the files with the virtual entries.
 -volker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix can't deliver mail to virtual domains - cannot create file exclusively

2005-02-05 Thread Volker Kindermann
Hi Pat,
Pat Maddox wrote:
By the way, the problem appears to be solely permissions-based.  When
I've got normal-looking permissions on /var/mail, postfix gives that
error, cannot create file.  Courier-IMAP says, imapd: chdir
javaspot.net/pergesu: No such file or directory  chmod 777 /var/mail
and they both work fine.  But that's of course not the permissions I
want on it.
I have postfix with virtual Maildirs and courier imap set up, too.
Here's the relevant part of my main.cf:
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:600
virtual_gid_maps = static:600
The directory /home/vmail is owned by the vmail user (id 600). With the 
virtual_uid_maps setting postfix uses this user for writing to the 
directories.

In courier, you are also able to define this user:
/usr/local/courier-imap/sbin/userdb domain/user@domain set 
home=/home/vmail mail=/home/vmail/domain/user uid=600 gid=600

With these settings everything works well.
 -volker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: courier-imap installation

2005-01-01 Thread Volker Kindermann
Hi Ben,

/usr/local/etc/rc.d/courier-imap-pop3d.sh.sample (because I'm trying
to run a POP3 server) and now I get:
/usr/local/etc/courier-imap/pop3d does not exist, forgot make install-configure?
perhaps you should rename the courier files in /usr/local/etc/rc.d from 
servicename.sample to servicename? Like:

cd /usr/local/etc/rc.d
mv courier-imap-pop3d.sh.sample courier-imap-pop3d.sh
And then try again?
 -volker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing FBSD 5.3 and 5.4

2004-12-07 Thread Volker Kindermann
Hi Brian,

Maybe it would be better to split that 50G in half, install 5.3 in the 
first 25G, leaving the second free for 5.4 release.  Later I would 
install 5.5 release in that first partition, then 5.6 release in the 
second, and so on.  
the setup you're describing is quite conservative but if you don't have 
a test machine it's completely ok.

If you want to help the project, don't wait for 5.4 for the second half 
of the disc but install -current there and help fixing problems.

There's an articel from Michael Lucas describing such a configuration:
http://www.onlamp.com/pub/a/bsd/2002/05/09/Big_Scary_Daemons.html
 -volker
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: book recommendation...?

2004-11-21 Thread Volker Kindermann
Hi,


 I am looking for a good FreeBSD book recomendation
 that would over the 5.x series and be available in Barnes/Noble
 locally.

I would recommend Michal Lucas' Absolute BSD from NoStarch Press. Only caveat 
is perhaps that it was written in 2002.

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


Re: Undelete on untouched partition

2004-09-20 Thread Volker Kindermann
 I have a disk with one single slice and one partition: ad1s1d. I used
 move to move ALL data on this disk to another location and after that
 has the disk been unused. Is there a way to get the content back using
 a copy of a FAT or similar?

you may try some forensic tools like the coroners toolkit or sleuthkit. They should be 
able to recover some files.

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


Re: Which Laser Printer for FreeBSD

2004-09-17 Thread Volker Kindermann
Hi Martin,


 I'm planning to buy a new printer, because the results with my Canon S500 are
 total crap. I guess a laser printer is the best choice for Unix, and I'm
 wondering which one I should buy.

if possible, take a printer with native postscript. That'll make things much easier.

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


Re: postfix chrooting.

2004-09-15 Thread Volker Kindermann
 My question is, how to proceed after that ? What do I
 have to do to create the chroot environment. And what
 option I should enclude in the main.cf to make postfix
 start chrooted.

look at master.cf. There you can determine, which postfix service runs chrooted (not 
all of them will run chrooted).

You don't have to change main.cf for chrooted operation.

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


Re: ssh question

2004-08-25 Thread Volker Kindermann
  After modifying the sshd.conf to allow my new IP access via ssh I
  can't connect.  I have stopped and restarted the service and the
  server and double
 
 'Allow your new ip address' ?
 
 What you can specify on /etc/ssh/sshd_config is the ip the server
 binds to, not the ip addresses of the clients connecting. (your words
 suggest you did this) - reconfigure your sshd_config to the old value
 (your ip address, or 0.0.0.0) and re-start sshd.
 
 To limit access to the sshd, use a firewall, like ipfw , pf , or
 ipfilter.
 

in addition you can actually limit access to the sshd with the keywords
AllowUsers and AllowGroups with the corresponding user/group _names_
(not uid/gid!!!).

But there's no option to do this ip-based (this is possible with
packetfilters or tcp-wrapper).

Do a netstat -na|grep LISTEN|grep 22 to prove on which IP your
ssh-Server is listening.


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


Re: portscan looks like....

2004-08-24 Thread Volker Kindermann
Hi Bob,


 PORT STATE SERVICE
 22/tcp   open  ssh
 25/tcp   open  smtp
 80/tcp   open  http
 111/tcp  open  rpcbind
 1023/tcp open  netvenuechat
 
 now, i made a faux pas when i configured this machine and had made
 this a nfs client...i belive that was the case.  I am now interested
 in turning this off, and will be able to do that with
 rpcbind_enable=NO in rc.conf.

perfectly.


  Then there is the case of the port 1023.  I have no idea how to
  turn 
 this off or how it got turned on.  Could the rpcbind allowed someone
 into my computer to hack it up?  I am pretty scared at this point. 

First try to disable rpcbind and look afterwards, if port 1023 is still
open. If it ist, install lsof from ports. This tool will tell you which
application is listening on this port.


 -volker

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


Re: Major Installation Problems

2004-08-20 Thread Volker Kindermann
Hi Patrick,


 The lines above the quoted output go through what appears to be
 recognizing my other hardware including my Voodoo2 graphics card.  The
 first to lines of this output is my network card, and the last line is
 the on-board graphics chip.

is there a conflict with your graphic card and the onboard graphic chip?

Try this:

- If there is a jumper on the mainboard to disable the onboard chip,
check if it is set and try again.

- If the above don't work, remove the Voodoo2 card and enable the
onboard chip, and try again. Does it work now?


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


Re: Security question - uids of 0

2004-08-16 Thread Volker Kindermann
Hi James,


 The following appeared in my latest daily security run output:
 
   Checking for uids of 0:
   root 0
   toor 0
 
 This is the first time I've seen this message.
 
 I checked /etc/passwd and found this:
 
   root:*:0:0:Charlie :/root:/bin/csh
   toor:*:0:0:Bourne-again Superuser:/root:
 
 I am running FreeBSD 4.10 as a gateway/router/firewall with IPFW for a
 small home LAN.  
 
 I ran ps -aux and looked for any processes owned by toor but didn't
 find any.

did you install bash? Normally, the bash from ports or packages will
install the toor account so you don't have to change root's shell.

If you installed bash then there's nothing to worry about this entry.
If you don't need it, just use vipw and delete it.

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


Re: Replacing hd

2004-07-18 Thread Volker Kindermann
Hi Mark,


 I have a hd going bad. It is not the primary drive but is
 ad2s1e
 ad2s1f
 
 it holds /usr and /tmp
 
 How can I put in  a new drive and copy everything over and not miss a
 beat. if possible.

read the faq. This one will help you out, although it's not 100% what
you need, all answers are within this chapter:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK


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


Re: What's the best possible email failover solution

2004-06-25 Thread Volker Kindermann
Hi Bill,


 I know how to set up failover with a backup MX.  That's not what I'm
 looking for.  We have a cyrus-imap server with lots of users
 connecting via IMAP, while everything gets backed up, this only
 happens once a night.  Thus, if the server were to go up in smoke
 right before the backup occurred, we'd lose something like 23 hours
 worth of emails.

have you thought of using distributed filesystems like afs or
intermezzo? I did some research on this a few years ago and at that time
they were way off from using in a production environment.

But they improved certainly and perhaps it's exactly what you're looking
for.


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


Re: Detaching program from controlling terminal

2004-06-15 Thread Volker Kindermann
Hi,


 system password. They found that sshing to the server and typing
 passwd to change the password is wee too involving hence the need to
 use a much friendlier interface. Letting the sysadmins change the
 user's password is not a good idea, as the sysadmins are outsourced
 and the users value their privacy. FYI, all the users has a
 /sbin/nologin shell set.

what about giving them /usr/bin/passwd as the shell? So, the only thing
they have to do is ssh to the system and they're asked for the password.

Haven't tried this on FreeBSD yet, but it should work.


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


Re: Best *nix OS for a laptop?

2004-03-21 Thread Volker Kindermann
Hello Eric,


 I've been using freebsd 4.x on a laptop for 6 months or so now, and
 I'm not entirely happy with it.  Mostly, it lacks multimedia support
 and power management.  I don't want to start some flame war here, but
 here goes.
 
 Could some of you please send me an email telling me what OS you
 utilize on your laptop, and why?  I'm not looking for anyone bashing
 any other OS, just why you use what you do.

I'm using FreeBSD 5.2.1 on my Thinkpad X21. The only thing I've trouble
with is acpi. So I'm using APM which works sufficiently for me
(suspending when closing the display, etc. I have no problems with
sound, all hardware components are recognised (even the WinModem is
supported by the lt.. port but I don't bother as I don't need it).

Mostly I do allday-work with the laptop, email, browsing the internet,
openoffice, connecting to citrix, administering remote machines,
networking tasks, etc.

There's nothing I miss with FreeBSD but that's only my point. Other
users may have other needs.

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


Re: New Laptop

2003-07-28 Thread Volker Kindermann
 I am considering buying a new laptop (my current one is a Dell
 Inspiron PII-233 without a CD Drive (it broke :( ))
 
 I just simply want to know if there is a particluar range of laptops
 that work better with FreeBSD. ie: they use totally standard quality
 hardware, no panic on installs, also good value for money.

please take a look at the freebsd-mobile list archive. There are several
threads regarding laptop hardware.

In addition, this thread from openbsd-misc may help you. It reveals some
interesting viewpoints regarding service for laptops.

http://marc.theaimsgroup.com/?t=10588419723r=1w=2

 -volker


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


Re:

2003-07-25 Thread Volker Kindermann
 ACD0 is only the DVD , CD-RW (a Liteon 52x 24x 52x)
 isn't found at all!! Literally from DMESG:
 
 ata0-slave: ATA identify retries excedeed
 
 and sometimes it doesn't find my DVD too , with the
 message :
 
 ata1-slave: ATA identify retries excedeed
 
 so, I'm without CD and DVD :cry:
 
 What I can do??

first, you should check if the jumpers on all (!) ATA devices are set
correctly:

Set the masters to master and the DVD and CDRW to slave (not
cable-select).

If that doesn't help, check the cables. Perhaps you have some spare
cables and you can change them.

If that doesn't help, provide us with your complete dmesg.


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


Re: X11 Fonts

2003-07-18 Thread Volker Kindermann
  today after the upgrade to fontconfig, something graciously changed
  my fonts without asking.  What is the program and example to change
  X11 fonts?
 
 I have the same problem.. it really messed up Mozilla's GUI font.
 Everything on it looks like h   t   t   p   :   /   /   w   w  
 w you get the idea.

confirmed here with 4 stable/mozilla and with 5.1 
release/mozilla-firebird. The fonts in the menues and the fonts of 
some webpages( http://www.mozilla.org/start/ e.g.) look awful.

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


Re: mozilla fonts totally messed up

2003-07-18 Thread Volker Kindermann
On 18 Jul 2003 17:42:58 -0400
Joe Marcus Clarke [EMAIL PROTECTED] wrote:

 You can workaround the problem by removing /usr/X11R6/lib/X11/fonts
 from/usr/X11R6/etc/fonts/fonts.conf, then running fc-cache -f -v.  I'm
 trying to get an acceptable solution after analyzing all the
 variables. 

workaround confirmed! :-)

Let me know if I can help you with some testing or so.

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


Re: new bootable drive

2003-07-11 Thread Volker Kindermann
Hi Casey,


 I need to replace the drive that my fbsd boots from. I have read the
 documentation on how to format, and copy files to a drive.  e.g.:

I did exactly the same a few days ago and followed the instructions of
the faq:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK

The only modification I did was to give the dump command the additional
-L parameter for working of a live system. Works like a charm.

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


lots of Permission denied at gnome startup as user

2003-07-11 Thread Volker Kindermann
Hi,

I'm using 5.1 release and gnome2 started by gdm.

After updating ports today (with portupgrade) I encountered a severe
problem: I can't start gnome any longer successful as normal user.

I always get a bunch of errors like the following:

GConf error: Could not stat
'/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/file_views/-0.12
4768conf.xml': Permission denied.

The directories vary but it's always the Permission denied error.


When starting gnome as root, there is no such problem.
When starting without gdm as normal user, the problem are the same.

Please let me know if you need further information.

Thanks

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


Re: setting hostname...

2003-06-14 Thread Volker Kindermann
 Now to my question (and the reason I feel stupid): I named my computer
 al-djabr first, but decided to change to al-khwarizmi, in honour 
 of the late, great arabic mathematician. My domain is 
 intra.arrhythmetic.net, so the hostname would be 
 al-khwarizmi.intra.arrhythmetic.net...I put this in /etc/rc.conf, of
 course, and sure enough, the system seems to think it's named 
 according to my rc.conf-wishes... 
  
 When X starts, though, it complains that -  and I quote -  
 Can't get own host name. Your system is severely misconfigured. 

is the old name still in /etc/hosts?

 -volker

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


Re: * FreeBSD AntiVirus Solutions *

2003-06-12 Thread Volker Kindermann
 We have noticed that Kaspersky and Sophos are placed at your web site
 but we wonder if we have any other / new alternatives more then these
 two SW ?

as nobody has mentioned them yet, there is HB EDV which have a
(native?) FreeBSD version of their scanners:

http://www.hbedv.com

I'm currently testing their virus scanner for OpenBSD, so I don't have
any long-term stats. But it looks quite good so far.

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


Re: Firewall/DMZ routing

2003-06-05 Thread Volker Kindermann
Hi Mark,


 I'm setting up a multihomed firewall box. I have all interfaces up and
 running but have something going wrong with routing.

do you have forwarding enabled on the firewall?

Check if:

sysctl net.inet.ip.forwarding

shows:

net.inet.ip.forwarding: 1

 -volker


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


Re: Help setting up a home network with FreeBSD

2003-03-29 Thread Volker Kindermann
Hi Rod,


 I have been successful in setting up the 5.0 server to connect to my
 verizon dsl account. I've configure the kernel for use as a firewall
 and set this up as a gateway machine. I like the 2nd nic to connect to
 my hub and server dhcp addresses to the other machines on the network.

what exactly won't work? Please provide us with some more information.
Is forwarding turned on on the gateway machine?

Does dhcpd work correctly? Does DNS work?

If something don't work, please give us the config-files and log file
entries.

This shouldn't be a big problem, so with the right information this list
will help you out. :-)

 -volker

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


Re: PCMCIA wireless nic

2003-03-27 Thread Volker Kindermann
 Since we are talking about wireless stuff (hehe) I want to ask if
 someone tried the bsd-airtools ?
 I wanted to check those tools because it's kinda interesting!
 
 I installed them and have to run it that way: dstumbler wi0 -o
 
 But apparently when it founds a network my laptop crashes :)
 (it goes in debug mode)
 
 I'm using 5.0...

no problem here with 4.8-RC.

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


Re: PCMCIA wireless nic

2003-03-26 Thread Volker Kindermann
 Recently i borrowed a Netgear MA401 PCMCIA 11Mbps nic  from a friend.
 I put it into my Laptop to see if it would be recognized in BSD 4.7.
 Everything seemed ok, the wi0 driver loaded and it recognized the mac
 address. The only thing that went wrong was the led on the card was
 blinking green. I don't know if that is good or bad. I want to know if
 anyone out there has the same card and if there are any issues or not
 with BSD?

AFAIK, the Netgear MA401 has an Intersil Prism 2 (or 2.5) chipset which
is supported well.

The blinking led on my Cards (D-Link DWL650) is a sign that no network
to connect to was found. Perhaps it's the same with your card but it
would be safer to check the card's manual.

 -volker

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


Re: Setting MTU at bootup

2003-03-24 Thread Volker Kindermann
How do I set the mtu for a given interface at bootup?

man ifconfig

and then edit /etc/rc.conf and add the parameter to the corresponding
interface

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: sfs UID 71

2003-03-12 Thread Volker Kindermann
Hi Dru,


 I was reading my daily output on a 4.7-RELEASE and noticed the
 following user was created:
 
  sfs:*:71:
 
 as well as the following groups:
 
  nogroup:*:65533:
  nobody:*:65534:
  sfs:*:71:

IMHO sfs has nothing to do with tripwire. A quick search on google
showed a software sfs (networking file system). Have a look here:

http://www.ugcs.caltech.edu/info/sfs/sfs_toc.html

 -volker

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: unable to subscribe

2003-03-11 Thread Volker Kindermann
 Basically I send this:
 
 subscribe freebsd-security-notifications
 --
 
 I get this 
 
 commands (exactly as shown) back to [EMAIL PROTECTED]:
 
 auth 2cd8eff3 subscribe freebsd-security-notifications 
 [EMAIL PROTECTED]
 
 If you do not want this action to be taken, simply ignore this message
 and the request will be disregarded.
 --
 
 Then I reply with this:
 auth 2cd8eff3 subscribe freebsd-security-notifications
 [EMAIL PROTECTED]
 
 And I get this:
  auth 2cd8eff3 subscribe freebsd-security-notifications 
 [EMAIL PROTECTED]

is it just a display problem, or are you responding with [EMAIL PROTECTED]
instead of [EMAIL PROTECTED]

 -volker




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Best way to log from several servers

2003-03-02 Thread Volker Kindermann
Hi Thomas,

 We have a few servers and we are getting tired of having to log into 
 each of them to check the logfile. (like tail -f /var/somelog)
 
 Is there a way to log things like /var/log/messages and 
 /var/log/maillog to one central logging server ?

yes of course: set up a central syslog server.

As others mentioned before, the default syslog is not the first choice
if you have two aspects to be important:

- encryption
- reliability

Both items are solved, if you use syslog-ng. It works with tcp instead
of udp (reliability) and you can tunnel it over ssl or so if you need
encryption.

Google for syslog-ng central log server and you should find some
interesting reading.

hth

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Instaling on a Compaq Proliant with SmartArray 221

2003-02-08 Thread Volker Kindermann
 I'm having problems with Compaq Hardware as well.

I don't know if this helps you, but the Compaq SmartArray Adapters have
a service partition which must be the boot-partition.

Only installed linux on these machines so far. I know that you have to
configure the boot-partition for your OS but don't remember if freebsd
was an option.

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



XFree86 and Samsung 191T

2003-02-06 Thread Volker Kindermann
Hi,

recently I'd done me a favour and bought a Samsung SyncMaster 191T
TFT-Display. It has two input terminals:

a 15 pin D-Sub (Analog RGB) and a Digital DVI-D (Digital RGB).

I have two computers attached to it and the one on the analog terminal
works just fine.

The problem is XFree86 with the digital input. The manufactorer's specs
have the following settings:

frequency:  horizontal (digital): 30-63.3 kHz
vertikal: 56-85 Hz

If I configure this in XF86Config I get a flickered screen and no usable
picture.

I run 4.7 stable, my graphic card is a leadtek winfast titanium 200
(geforce 3).

Has anyone an similar Display and got it running with FreeBSD 4 stable?

$ uname -a
FreeBSD osiris.volker.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Feb  4
10:20:13 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/OSIRIS 
i386


XF86Config (comments trimmed):

Section Module
Loaddbe   # Double buffer extension
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA
extension
EndSubSection
Loadtype1
Loadfreetype
EndSection
Section Files
RgbPath /usr/X11R6/lib/X11/rgb
FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section ServerFlags
EndSection

Section InputDevice
Identifier  Keyboard1
Driver  Keyboard
Option AutoRepeat 500 30
Option XkbRules   xfree86
Option XkbModel   microsoft
Option XkbLayout  de
EndSection

Section InputDevice
Identifier  Mouse1
Driver  mouse
Option ProtocolMouseSystems
Option Device  /dev/sysmouse
EndSection

Section Monitor
Identifier  Samsung_191T
HorizSync   30 - 63.3
VertRefresh 56-85
EndSection

Section Device
Identifier  Standard VGA
VendorName  Unknown
BoardName   Unknown
Driver vga
EndSection

Section Device
Identifier  Geforce3
Driver  nv
#VideoRam131072
# Insert Clocks lines here if appropriate
EndSection

Section Screen
Identifier  Screen 1
Device  Geforce3
Monitor Samsung_191T
DefaultDepth 24

Subsection Display
Depth   8
Modes   1280x1024
ViewPort0 0
EndSubsection
Subsection Display
Depth   16
Modes   1280x1024
ViewPort0 0
EndSubsection
Subsection Display
Depth   24
Modes   1280x1024
ViewPort0 0
EndSubsection
EndSection

Section ServerLayout
Identifier  Simple Layout
Screen Screen 1
InputDevice Mouse1 CorePointer
InputDevice Keyboard1 CoreKeyboard
EndSection


b$ pkg_info|grep XFree86
XFree86-4.2.0_1,1   X11/XFree86 core distribution (complete, using
mini/meta-po XFree86-FontServer-4.2.0_1 XFree86-4 Font Server
XFree86-Server-4.2.1_7 XFree86-4 X server and related programs
XFree86-clients-4.2.1_2 XFree86-4 Client environments
XFree86-documents-4.2.0 XFree86-4 Document Files
XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts
XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts
XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts
XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts
XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files
XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files
XFree86-libraries-4.2.1_6 XFree86-4 include/(shared) library kit
imake-4.2.0_1   Imake and other utilities from XFree86


Any hints appreciated
Volker



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: XFree86 and Samsung 191T

2003-02-06 Thread Volker Kindermann
 I just saw that your are not using the native NVIDIA driver! Use the
 nvidia driver and I think the problem will be solved.
 Go to http://www.nvidia.com/view.asp?IO=freebsd_1.0-3203

thank you. At the moment, I'm installing the linux_base port to get the
nvidia-driver installed. When everything is ready, I will report success
or failure.

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: XFree86 and Samsung 191T

2003-02-06 Thread Volker Kindermann
  I just saw that your are not using the native NVIDIA driver! Use the
  nvidia driver and I think the problem will be solved.
  Go to http://www.nvidia.com/view.asp?IO=freebsd_1.0-3203
 
 thank you. At the moment, I'm installing the linux_base port to get
 the nvidia-driver installed. When everything is ready, I will report
 success or failure.

ok, with the nvidia-driver I at least get a usefull picture.

But the fonts are not good to read and color gradients look awful. :-(

It is ok for my momentary use of this machine but if anyone has some
hints how to beautify the screen, I'll be happy to hear about.

Didier, I like to thank you for your helpful hint.

 -volker

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: running freebsd os cobalt machines ?

2003-02-05 Thread Volker Kindermann
Thomas,

 We are about to inherit some cobalt raq or qube serves from another 
 company. Now i dont know anything about except that they run some 
 flavour of unix. Is it possible to run freebsd on those.

it depends on the version of the Cobalt's. RaQ2 and before had mips
processors. I don't think that freebsd will run on them.

RaQ3 and later have normal i386 architecture so it should work.

Please be aware that cobalt has some strange booting recommendations. A
fellow installed netbsd on a raq2 and had to format the root Partition
with ext2 filesystem and so on.

With my experience regarding the hardware failures of cobalt's, I
wouldn't give very much money for them.

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: DNS problem

2003-01-19 Thread Volker Kindermann
Hello Hilmi,

 What is a my problem: reverse address resolving not 
 work correct. What I mean: I use nslookup tool for checking the DNS 
 server, and if I use as server my DNS server all type of resolving
 work. Still work. The problem is when I use server from the world:
 example ns1.versatel.net (situation is same with other server from the
 worl), this server can't find the reverse record for my machines.

ok, the first question: how many ip-addresses do you own?

Like with the normal dns-resolution, there are authoritative servers
for reverse lookup, too. These authoritative servers start with the
first part of your ip, say 62 (for 62.58.54.10). Then, there is a server
for 58.62 and one for 54.58.62. Maybe the IP class is further divided,
but mostly the authoritative server for 54.58.62 should have a record
for 10.54.58.62.

It's very uncommon that you maintain such a reverse-lookup server
youself, so ask you provider who gave you the ip to make the appropriate
entry for you.

 -volker

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problems w NIC

2003-01-12 Thread Volker Kindermann
 My NIC is found during boot-up and everything appears to be correct
 setup, except the darn thing won't work.

 ifconfig:
 dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
  inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
  inet6 fe80::208:a1ff:fe2c:28fa%dc0 prefixlen 64 scopeid 0x1
  ether 00:08:a1:2c:28:fa
  media: Ethernet autoselect (10baseT/UTP)

the media type is correctly recognized as 10baseT/UTP?

If yes, there may be a problem between freebsd and your new nic.

You said the machine in question is a dual boot machine? Which os OS
does it use? And the NIC works well with that other OS.

Could you try the following:
If some of your other machines runs the same OS as that with the NIC
working flawless, try to change the NICs of the two machines (I hope
it's not a onboard one).

If it's a onboard one try adding a second NIC to the machine and see if
that is working.

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Drive Image / Cloning

2003-01-10 Thread Volker Kindermann
 What's a good way to clone / Image to another HD? I have 3 boxes that
 are the same and I have one that is done and ready and want to copy
 that install to the others.

g4u: http://www.feyrer.de/g4u/

g4u (ghost for unix) is a NetBSD-based bootfloppy/CD-ROM that allows
easy cloning of PC harddisks to deploy a common setup on a number of PCs
using FTP.

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re:

2002-12-17 Thread Volker Kindermann
 I useFreeBSD4.5  and set it to run squid. My network has about 100
 clients. If
 all of them run IE, access time will drop and very slow to access web
 page. Can I solve this problem? Number of clients are very large? or
 depend on my link speed?

a better link speed would be fine, but perhaps that's not possible for
you to afford.

Try to add RAM to the machine and try to put a second SCSI Harddisk
for the squid-partition with soft updates enabled.

 -volker

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: FS Cluster?

2002-12-17 Thread Volker Kindermann
   Wondering if anyone can help me out.  I'm looking for clustering
 software (?) that will allow me to take 3 PCs, each with a 20GB HD for
 example, and combine them to form one 60GB disk that could be
 mounted from a client, and appear as one big disk.  I'd imagine I'd
 need some kind of a front end box that the clients would connect to. 
 I'd also like, but not necessary, the way that it would distribute the
 data NOT to be something like RAID0, where part of the data is on one
 server, and part on another...so if one server in the cluster were to
 fail, the other data would still be accessible.  Does anyone have ANY
 ideas on how this could be done, or what software I should look at? 
 I've been told by some friends who are big RedHat fans that Beowulf
 could probably do this, but that's Linux based...and I'd rather stick
 with FreeBSD.

IIRC beowulf is kind of a compute cluster. From your description it
seems that you are looking for a distributed filesystem. Have a look at
the Coda filesystem or the intermezzo filesystem. But be warned: as I
looked at them about 18 months ago, they both were not production-ready.

 -volker



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Problems with Intel EtherExpress PRO/100 PCMCIA card

2002-11-15 Thread Volker Kindermann
Hi,

I'm trying to enable a Intel EtherExpress PRO/100 PCMCIA card in my
system (FreeBSD 4.7 stable, GENERIC kernel, Thinkpad X20).

I've set

pccard_enable=YES
pccard_ifconfig=inet 192.168.17.25 netmask 255.255.255.0

in /etc/rc.conf.

The dmesg regarding this card is:

Nov 15 18:04:58 argus pccardd[54]: Card Intel(EtherExpress(TM)
PRO/100 PC Card Mobile Adapter16) [PRO/100 M16A] [1.00] matched Intel
(EtherExpress(TM) PRO/100 PC Card Mobile Adapter16) [(null)] [(null)] 
Nov 15 18:05:03 argus /kernel: xe0 at port 0x240-0x24f iomem
0xd1000-0xd1fff irq 11 slot 0 on pccard0 Nov 15 18:05:04 argus /kernel:
xe0: Intel CE3, bonding version 0x45, 100Mbps capable Nov 15 18:05:04
argus /kernel: xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0 Nov
15 18:05:04 argus /kernel: xe0: Ethernet address 00:a0:c9:ba:15:79 Nov
15 18:05:03 argus pccardd[54]: xe0: Intel (EtherExpress(TM) PRO/100 PC
Card Mobile Adapter16) inserted. Nov 15 18:05:09 argus /kernel:
module_register: module pccard/xe already exists! Nov 15 18:05:09 argus
/kernel: linker_file_sysinit if_xe.ko failed to register! 17 Nov 15
18:05:09 argus pccardd[54]: pccardd started Nov 15 18:05:20 argus
/kernel: xe0: watchdog timeout; resetting card


pccardc dumpcis gives:

Code 136 not found
Code 136 not found
code Unknown ignored
Code 138 not found
Code 138 not found
code Unknown ignored
Configuration data for card in slot 0
Tuple #1, code = 0x1 (Common memory descriptor), length = 2
000:  00 ff
Common memory device information:
Device number 1, type No device, WPS = OFF
Speed = No speed, Memory block size = reserved, 32 units
Tuple #2, code = 0x17 (Attribute memory descriptor), length = 2
000:  00 ff
Attribute memory device information:
Device number 1, type No device, WPS = OFF
Speed = No speed, Memory block size = reserved, 32 units
Tuple #3, code = 0x15 (Version 1 info), length = 77
000:  05 00 49 6e 74 65 6c 00 45 74 68 65 72 45 78 70
010:  72 65 73 73 28 54 4d 29 20 50 52 4f 2f 31 30 30
020:  20 50 43 20 43 61 72 64 20 4d 6f 62 69 6c 65 20
030:  41 64 61 70 74 65 72 31 36 00 50 52 4f 2f 31 30
040:  30 20 4d 31 36 41 00 31 2e 30 30 00 ff
Version = 5.0, Manuf = [Intel], card vers = [EtherExpress(TM) PRO/100
PC Card Mobile Adapter16]   Addit. info = [PRO/100 M16A],[1.00]
Tuple #4, code = 0x0 (Null tuple), length = 8
000:  00 15 ba 00 00 00 00 00
Tuple #5, code = 0x20 (Manufacturer ID), length = 5
000:  89 00 0a 01 43
PCMCIA ID = 0x89, OEM ID = 0x10a
Tuple #6, code = 0x44 (Card init date), length = 4
000:  e5 31 67 25
Tuple #7, code = 0x1a (Configuration map), length = 5
000:  01 01 00 08 03
Reg len = 2, config register addr = 0x800, last config = 0x1
Registers: XX-- 
Tuple #8, code = 0x1b (Configuration entry), length = 25
000:  c1 c1 bd 7f 55 4d 5d 3e 46 46 06 e0 17 17 e4 60
010:  00 00 0f 70 bc 8e 10 00 20
Config index = 0x1(default)
Interface byte = 0xc1 (I/O)  +RDY/-BSY active, wait signal supported
Vcc pwr:
Nominal operating supply voltage: 5 x 1V
Minimum operating supply voltage: 4.5 x 1V
Maximum operating supply voltage: 5.5 x 1V
Continuous supply current: 3.5 x 100mA
Max current average over 1 second: 4 x 100mA
Max current average over 10 ms: 4 x 100mA
Power down supply current: 1 x 100mA
Wait scale Speed = 1.2 x 10 ms
RDY/BSY scale Speed = 1.2 x 10 ms
Card decodes 4 address lines, full 8/16 Bit I/O
I/O address # 1: block start = 0x0 block length = 0x10
IRQ modes: Level, Pulse
IRQs:  2 3 4 5 7 9 10 11 15
Memory space length = 0x10
Max twin cards = 0
Misc attr: (Power down supported)
Tuple #9, code = 0x21 (Functional ID), length = 2
000:  06 00
Network/LAN adapter
Tuple #10, code = 0x22 (Functional EXT), length = 8
000:  04 06 00 a0 c9 ba 15 79
Network node ID: 00 a0 c9 ba 15 79
Tuple #11, code = 0x22 (Functional EXT), length = 2
000:  01 02
Network technology: Ethernet
Tuple #12, code = 0x22 (Functional EXT), length = 5
000:  02 80 96 98 00
Network speed: 10 Mb/sec
Tuple #13, code = 0x22 (Functional EXT), length = 5
000:  02 00 e1 f5 05
Network speed: 100 Mb/sec
Tuple #14, code = 0x22 (Functional EXT), length = 2
000:  03 01
Network media: UTP
Tuple #15, code = 0x22 (Functional EXT), length = 2
000:  03 03
Network media: Thin coax
Tuple #16, code = 0x22 (Functional EXT), length = 2
000:  05 00
Network connector: open connector standard
Tuple #17, code = 0x0 (Null tuple), length = 12
000:  39 30 30 32 36 46 42 41 31 35 37 39
Tuple #18, code = 0xff (Terminator), length = 0
2 slots found


What can I do to enable this nic?

Thank you
 volker



To 

Re: Sylpheed+PGP

2002-11-15 Thread Volker Kindermann
 Hello. I was wondering what I need to type with make install  make
 clean or whatever to install sylpheed 0.8.5 with pgp support? If I
 already have it installed is there something I can type to like
 install, add the pgp support and deinstall or whatever in whatever
 order?

first, install the gpgme port. Then, deinstall your sylpheed package and
build it new with 'make WITH_GPGME=yes install'. That should be all.

 -volker

-- 
Please don't cc me: I read the lists and don't need your message twice
:-)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Configuring mouse on laptop

2002-11-04 Thread Volker Kindermann
 I have an IBM Thinkpad 570 (PII-366MHz) laptop that
 I've installed FreeBSD 4.7 on.  The installation went
 okay but I'm having a problem getting the mouse
 working.  When I enter Windowmaker, my mouse jumps all
 over the screen.

This works for me (Thinkpad X21, 4.7 stable):

Section InputDevice

# Identifier and driver

Identifier  Mouse1
Driver  mouse
Option ProtocolMouseSystems
Option Device  /dev/sysmouse

EndSection

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Let telnet/ssh session open?

2002-11-03 Thread Volker Kindermann
 It's possible, like in Terminalserver under Win2k Server, let a
 session open? For example run a job, close the telnet or ssh session
 and after some time came back and takeover the old session at the
 leavet point?

have a look at /usr/ports/misc/screen

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Resolving hostnames takes forever

2002-11-02 Thread Volker Kindermann
 Finally, would it be worth while to run my own DNS server? Will
 setting it up be more trouble than it's worth?

It depends. I'm running local dns-caches on most servers and of course
on my gateway-machine. It's very easy to do this with djbdns. Just
install the daemontools, then djbdns and configure your machine as a
local cache (if it's standalone) or an external cache (if you serve a
network). Instructions are on the webpage http://cr.yp.to

Beleave me, it's as simple as installing something from ports and kills
all your dns-Problems. You don't need to bother with bind and
named.conf, etc.

 -volker

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Can't install mozilla any longer

2002-10-23 Thread Volker Kindermann
Hi,

first my uname:

-su-2.05b# uname -a
FreeBSD astarte.volker.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct 22
12:39:39 CEST 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


With the latest versions of the mozilla port (and mozilla-devel) I
encounter a problem while trying to make install. The last lines say:

===  Installing for mozilla-1.2b_1,1
===   mozilla-1.2b_1,1 depends on shared library: jpeg.9 - found
===   mozilla-1.2b_1,1 depends on shared library: png.5 - found
===   mozilla-1.2b_1,1 depends on shared library: mng.1 - found
===   mozilla-1.2b_1,1 depends on shared library: freetype.9 - found
===   mozilla-1.2b_1,1 depends on shared library: Xft2.2 - found
===   mozilla-1.2b_1,1 depends on shared library: X11.6 - found
===   mozilla-1.2b_1,1 depends on shared library: glib12.3 - found
===   mozilla-1.2b_1,1 depends on shared library: gtk12.2 - found
===   mozilla-1.2b_1,1 depends on shared library: ORBit.2 - found
/usr/bin/touch -f /usr/ports/www/mozilla-devel/work/pkg-plist
if [ ! -x /usr/X11R6/bin/mozilla -a ! -L /usr/X11R6/bin/mozilla ]; then
Syntax error: end of file unexpected (expecting fi)
*** Error code 2

Stop in /usr/ports/www/mozilla-devel.


IMO, the problem is the preinstall section of the Makefile:
pre-install:
${TOUCH} -f ${PLIST}
if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ];
then
${ECHO_CMD} bin/mozilla  ${PLIST}
fi
${ECHO_CMD} bin/mozilla-devel  ${PLIST}
if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]
then
${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so 
${PLIST};
fi
cd ${WRKSRC}/dist/bin  ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:lib/mozilla-devel/:'  ${PLIST} \
 ${FIND} -d * -type d | \
${SED} -e 's:^:@dirrm lib/mozilla-devel/:'  ${PLIST}
${ECHO_CMD} @dirrm lib/mozilla-devel  ${PLIST}



Has anybody the same problem or perhaps a solution?

Thank you very much 

 -volker



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Can't install mozilla any longer

2002-10-23 Thread Volker Kindermann
 This was fixed this morning. Please update your ports tree and
 rebuild.

yes, just did so. Thank you very much.

 -volker

 
 - -Adam
 
 
  (10.23.2002 @ 1250 PST): Volker Kindermann said, in 2.1K: 
  Hi,
  
  first my uname:
  
  -su-2.05b# uname -a
  FreeBSD astarte.volker.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct
  22 12:39:39 CEST 2002
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
  
  
  With the latest versions of the mozilla port (and mozilla-devel) I
  encounter a problem while trying to make install. The last lines
  say:
  
  ===  Installing for mozilla-1.2b_1,1
  ===   mozilla-1.2b_1,1 depends on shared library: jpeg.9 - found
  ===   mozilla-1.2b_1,1 depends on shared library: png.5 - found
  ===   mozilla-1.2b_1,1 depends on shared library: mng.1 - found
  ===   mozilla-1.2b_1,1 depends on shared library: freetype.9 -
  found===   mozilla-1.2b_1,1 depends on shared library: Xft2.2 -
  found===   mozilla-1.2b_1,1 depends on shared library: X11.6 -
  found===   mozilla-1.2b_1,1 depends on shared library: glib12.3 -
  found===   mozilla-1.2b_1,1 depends on shared library: gtk12.2 -
  found===   mozilla-1.2b_1,1 depends on shared library: ORBit.2 -
  found/usr/bin/touch -f /usr/ports/www/mozilla-devel/work/pkg-plist
  if [ ! -x /usr/X11R6/bin/mozilla -a ! -L /usr/X11R6/bin/mozilla ];
  then Syntax error: end of file unexpected (expecting fi)
  *** Error code 2
  
  Stop in /usr/ports/www/mozilla-devel.
  
  
  IMO, the problem is the preinstall section of the Makefile:
  pre-install:
  ${TOUCH} -f ${PLIST}
  if [ ! -x ${PREFIX}/bin/mozilla -a ! -L
  ${PREFIX}/bin/mozilla ];
  then
  ${ECHO_CMD} bin/mozilla  ${PLIST}
  fi
  ${ECHO_CMD} bin/mozilla-devel  ${PLIST}
  if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so
  ]
  then
  ${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so 
  ${PLIST};
  fi
  cd ${WRKSRC}/dist/bin  ${FIND} -s * -type f -o -type l | \
  ${SED} -e 's:^:lib/mozilla-devel/:'  ${PLIST} \
   ${FIND} -d * -type d | \
  ${SED} -e 's:^:@dirrm lib/mozilla-devel/:' 
  ${PLIST}
  ${ECHO_CMD} @dirrm lib/mozilla-devel  ${PLIST}
  
  
  
  Has anybody the same problem or perhaps a solution?
  
  Thank you very much 
  
   -volker
  
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
  
  end of Can't install mozilla any longer from Volker Kindermann 
 
 
 - --
 Adam Weinberger
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.0 (FreeBSD)
 
 iD8DBQE9tv9So8KM2ULHQ/0RAqtjAKDcKRv1PBERw6CzseVTosiuuBdeNwCgqh6u
 ZkZ7c6j7/ox4Wz7l0hJ2OXQ=
 =nQeV
 -END PGP SIGNATURE-
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How do I know a disk is bad?

2002-09-21 Thread Volker Kindermann

  How  do I detect a bad sector on a disk. Are there any other
  utilities that can  be  used  to  detect  such error?

most harddisk vendors have some kind of testing tool on their websites.
I know of IBM, Maxtor and Seagate having this, the others might have it,
too.

 -volker

-- 
Please don't cc me: I read the lists and don't need your message twice
:-)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How can I get the directory size

2002-09-21 Thread Volker Kindermann

 Is there a way to figure out the size of a users directory?

man du should help you. For example: du -s -h /directory

 -volker

-- 
Please don't cc me: I read the lists and don't need your message twice
:-)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message