Re: receiving your address on my TV

2004-08-02 Thread Jay Moore
Sylvia bowman wrote:

 I am receiving your email address on my television screen.  It happens
 late on Saturday evenings.  Can you address this situation, please. 

 Sylvia Bowman

Come on now, Sylvia - I think you know how this situation should be addressed.

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


Headless Install

2004-08-02 Thread Maksym Marchenko
Hi!
I try to install 4.10 on headless PC(without a monitor and vga output)
So I've used my laptop as a serial console (via null modem cable).
All was wonderfull, but after end of install procedure und reboot,
I see with this terminal (cu -l /dev/cuaa0) all and the date for
the login line. But not the login prompt. So I can't to log in and
do anything.
What have I to do, to log in this headless PC?
Another terminal may be?
Thanks in advance.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-02 Thread Matthew Seaman
On Sun, Aug 01, 2004 at 03:24:12PM -0500, Comrade Burnout wrote:

 when i try to use pkg_add ... i get the following:
 
 burnt# pkg_add -r pear-DB
 Fetching 
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/pear-DB.tbz...
  
 Done.
 Fetching 
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4-4.3.4_2.tbz...
  
 Done.
 pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1
 pkg_add: please use pkg_delete first to remove conflicting package(s) or 
 -f to force installation
 pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed!
 
 
 
 is there a way to tweak the Makefile locally to force the PEAR install 
 to use the existing PHP version?

What Makefile? You're installing via packages, and by the time the
package has been built, there's no more need for Makefiles...

In order to solve your problem, you can follow the instructions so
helpfully printed out by pkg_add(1) and use the '-f' flag.  That
should work fine, as mod_php4 will fulfil the dependencies.

Alternately, don't use packages to install PEAR modules.  Ports are
rather more flexible in this respect than packages, and for such
things as PEAR where what's installed is pretty much program source
code it makes little practical difference.

The only problem with this approach is that you seem to be using a
ports tree from around the time of 5.2.1-RELEASE, and since then both
the ports tree and the available versions of the PEAR modules have had
many months of further development.  It's possible that new versions
of some modules will have been released and the ones you want have
been removed.

But the answer to that is just a cvsup(1) away.
 
Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpW4klgAMG8p.pgp
Description: PGP signature


Re: lpd and apsfilter

2004-08-02 Thread Matthew Seaman
On Sun, Aug 01, 2004 at 05:30:36PM -0300, Paulo Fonseca Jr. wrote:
 I was installed apsfilter with lpd here with printcap setting as:
 
 lp|deskjet;r=300x300;q=draft;c=full;p=letter;m=auto:\
 :lp=/dev/ulpt0:\
 :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
 :sd=/var/spool/lpd/lp:\
 :lf=/var/spool/lpd/lp/log:\
 :af=/var/spool/lpd/lp/acct:\
 :mx#0:\
 :sh:
 
 /dev/ulpt0 is recognized by usbdevs and jobs are being queued but printer not 
 works, not even sign, but job are being unqueued after about few seconds.
 
 (dmesg)
 ulpt0: hp deskjet 3420, rev 2.00/1.00, addr 2, iclass 7/1
 ulpt0: using bi-directional mode

What's the output of:

% lpc status lp

and are there any messages from lpd in the system log file,
/var/log/messages or the lpd error log /var/log/lpd-errs or the
printer's own log file /var/spool/lpd/lp/log ?

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp4vRChmyF0B.pgp
Description: PGP signature


Re: make index problems..

2004-08-02 Thread Matthew Seaman
On Mon, Aug 02, 2004 at 12:43:54AM +0200, dick hoogendijk wrote:
 Usely I do something like this:
 
 # cd /root
 # cvsup -g -L 2 /root/ports.supfile
 # cd /usr/ports
 # make index
 # portsdb -u
 
 It always worked like a charm.. But this night after cvsup and a 'make
 index' I ran portsdb -u and almost every portentry was deleted because
 some error about 10 fieldnames needed  The result was that almost
 every portname became unknown to portupgrade..
 I ran make index a second and a third time with the same results.. Can't
 figure out what's wrong all of a sudden..
 
 I fixed it running portsdb -Uu -- this resulted in a good
 /usr/ports/INDEX and a good index.db file.
 
 Any ideas why the make index stopped working?

See the thread starting with:

http://lists.freebsd.org/pipermail/freebsd-ports/2004-June/013462.html
 
This change went in at the time without many noticable problems.  It
seems that you've got the latest bsd.ports.mk with the expanded INDEX
format, but an older version of portupgrade which doesn't understand
the new style.  Upgrade your portupgrade to the latest, and all should
be well:

% pkg_info -I portupgrade\*
portupgrade-20040701_3 FreeBSD ports/packages administration and management tools

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpo3BgPiACMP.pgp
Description: PGP signature


Re: Can't file transfer via Bluetooth in FreeBSD

2004-08-02 Thread Matthew Seaman
On Mon, Aug 02, 2004 at 01:21:31PM +0800, Edwin D. Vinas wrote:

 I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI 
 bluetooth dongle. I was able to discover other devices, and execute other 
 built-in commands such as hccontrol, l2ping, l2control, sdptool  etc. But, I 
 noticed that the the basic file transfer called OBEX was not yet incorporated 
 in the FreeBSD-5.2 and that I have to install an openobex or something. I 
 have succesfully installed openobex from sourceforge, but it doesn't have the 
 obexapp command. The i tried installing the obexapp from sourceforge too. 
 The problem is that I cant install it.
 
 tar -zxvf obexapp-1.2.tar.gz
 (extracts two directories openobex-1.0.1/ and obexapp/)

[...]

Instead of trying to fix the compilation yourself, you can leverage
the work of those who have gone before you by installing the
comms/openobex port.  In fact, with this software I think that some
quite significant patching of code is required:

% cd /usr/ports/comms/openobex
% ls files/
patch-Makefile.in   patch-src-obex.c
patch-aclocal.m4patch-src-obex.h
patch-configure.in  patch-src-obex_const.h
patch-ltmain.sh patch-src-obex_main.c
patch-src-btobex.c  patch-src-obex_transport.h
patch-src-netbuf.h

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpMNBl6TwEPC.pgp
Description: PGP signature


Re: firewalls, xfce4 and apachetoolbox (was: Re: BigApache [..])

2004-08-02 Thread Giorgos Keramidas
On 2004-08-01 20:33, DK [EMAIL PROTECTED] wrote:
 --- Giorgos Keramidas [EMAIL PROTECTED] wrote:
  You have lots of old (out of date) packages installed.  Have you
  gotten your FreeBSD workstation to connect to the network yet?  If
  yes, you can install `portupgrade' and use it to update all your
  packages/ports to their latest versions.

 I don't feel safe yet connecting my unsecured box to the net with
 the 5-10 hits a minute my W2000 box recieves on my broadband link. I
 have read the security section of the manual  would like to get
 basics working before I rebuild the kernel to install the
 firewall(which doesn't seem that easy but I will give it try)

The average FreeBSD system is vastly more secure than Windows workstations
even without a firewall.  You shouldn't worry too much about those Windows
viruses trying to connect to your workstation, since they expect to find
Windows-specific services/programs and will most certainly fail miserably
when they hit a BSD machine.

Bearing this in mind you might, of course, find it a bit more reassuring to
run a firewall like IPFW.  But this doesn't *require* a kernel recompile.
You can simply load the ipfw.ko module with kldload(8) and immediatelly
start setting up the rules of your firewall ruleset.  As root, you can load
the ipfw module by:

# kldload ipfw

The default set of firewall packet inspection rules that ipfw loads will
block *EVERYTHING* so you might want to do a bit of research on the
available rulesets by reading about rc.firewall, rc.conf and/or browse the
contents of the /etc/defaults/rc.conf file:

# man rc.firewall
# man rc.conf
# more /etc/defaults/rc.conf


For details about the way the rules can be written, the ipfw manpage can
provide useful information.

# man ipfw

Browsing the archives of this list for discussions about IPFW rulesets is
also a good idea as a lot of people have posted questions on this topic and
have received many helpful answers from knowledgeable list members.

  This is probably not why xfce doesn't work though.  The
  sysutils/xfce4-utils package installs a command called startxfce4.
  AFAIK, this is the program that fires up xfce.  When you install that
  package (as part of the dependency list of xfce4) you should be able to
  use xfce4 as your desktop by editing your ~/.xinitrc file and making
  sure that the last command it runs is:
 
  exec startxfce4

 my .xinitrc file contains only the one line:
 --
 exec startxfce4
 --

  it still won't start.

Does the program `startxfce4' even exist on your system?  As I mentioned,
it's part of the sysutils/xfce4-utils package, so if you didn't install
that package you won't have it.

 As I can't get it to start, I just delete this line using VI(I am getting
 better :)  replace it with exec wmaker which starts OK.

Heh.  Cool :)

I prefer Emacs most of the time, but that's clearly a matter of personal
taste so it doesn't matter so much.

 Apachetoolbox is not an official freeBSD port/package (www.apachetoolbox.com).
 Its a script/ports pack that you run which creates all the scripts needed
 to install a large array of Apache  other www stuff(eg. MySQL etc).

 The install file that comes with it says to install it by running
 install.sh.

 It says(further down) that BSD users, the script interpreter of
 install.sh is BASH (/bin/bash). - Thats why I started BASH - Do you know
 what the bad interpreter error means ???

 ---
 bash-2.05# ./install
 bash: ./install: No such file or directory
 bash-2.05# ./install.sh
 bash: ./install.sh: bad interpreter: No such file or directory
 bash-2.05# ./install 
 bash: ./install: No such file or directory
 --

The bad intepreter error means that the `install.sh' script (most likely)
starts with a line like this:

#!/bin/bash

This is a special, somewhat magic line that, when present at the start of
an executable file, instructs the UNIX kernel to fire up the program
following #! and pass the rest of the script as input to this program.
The program is then responsible to interpret the script as it sees fit.

In this case, the program /bin/bash does not exist, because on FreeBSD bash
is installed as /usr/local/bin/bash and not in /bin.  The author of this
program is most likely a Linux fan and has become accustomed to the
Linuxism of expecting that bash is always in /bin :-)

Edit `install.sh' and replace `/bin/bash' with `/usr/local/bin/bash' if you
have bash installed.  As the author of the package has noted below if you
don't have bash and the script doesn't use some feature that is
bash-specific, you might get away with /bin/sh instead of /bin/bash but
this depends on the way the install script is written.

 **
 Solaris/BSD users, the script interpreter of install.sh is BASH (/bin/bash).
 Bash should be used, YMMV if you change it to /bin/sh.  The next 

HP Systems Insight Manager (HP SIM) under FreeBSD?

2004-08-02 Thread Ewald Jenisch

Hi,

Central management of our servers runs under HP SIM (HP Systems
Insight Manager), formerly known as CIM (Compaq Insight Manager). HP
on its website says it's supported for Windoze, HP-UX and Linux.

Has anybody out there got this software running under FreeBSD
(possibly using Linux emulation)?

Thanks much in advance for any clue,
-ewald


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


Re: Can't file transfer via Bluetooth in FreeBSD

2004-08-02 Thread Edwin D. Vinas
On Monday 02 August 2004 03:40 pm, you wrote:
 On Mon, Aug 02, 2004 at 01:21:31PM +0800, Edwin D. Vinas wrote:
  I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI
  bluetooth dongle. I was able to discover other devices, and execute other
  built-in commands such as hccontrol, l2ping, l2control, sdptool  etc.
  But, I noticed that the the basic file transfer called OBEX was not yet
  incorporated in the FreeBSD-5.2 and that I have to install an openobex or
  something. I have succesfully installed openobex from sourceforge, but it
  doesn't have the obexapp command. The i tried installing the obexapp
  from sourceforge too. The problem is that I cant install it.
 
  tar -zxvf obexapp-1.2.tar.gz
  (extracts two directories openobex-1.0.1/ and obexapp/)

 [...]

 Instead of trying to fix the compilation yourself, you can leverage
 the work of those who have gone before you by installing the
 comms/openobex port.  In fact, with this software I think that some
 quite significant patching of code is required:

 % cd /usr/ports/comms/openobex
 % ls files/
 patch-Makefile.in   patch-src-obex.c
 patch-aclocal.m4patch-src-obex.h
 patch-configure.in  patch-src-obex_const.h
 patch-ltmain.sh patch-src-obex_main.c
 patch-src-btobex.c  patch-src-obex_transport.h
 patch-src-netbuf.h


Thanks Matthew for the reply. But, its sad to say that I can't find any 
openobex ports in my machine.

banao# ls /usr/ports/comms/openobex
ls: /usr/ports/comms/openobex: No such file or directory

I thought of actually using this openobex port but do you know how to find the 
ports if its not in the distribution? Im using FreeBSD-5.2 and KDE 3.0. Im 
actually searching the web for it but some sites dont have a link to the 
files to be downloaded. In case you know where to find the installer that 
would really work for FreeBSD-5.2, please send the link to me.

Thanks again!
-edwin


   Cheers,

   Matthew

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


SNMP MIBs for HP Proliant?

2004-08-02 Thread Ewald Jenisch
Hi,

For a HP Compaq Proliant DL360 I'm looking for the SNMP-MIBs that
cover the following items:

o) Disk-IO
o) Disk-usage (capacity used)
o) Memory usage
o) Compaq/HP Smartarray (Compaq Smart Array 5i), esp. disk failure etc.
o) CPU Usage (two Xeons running SMP (hyperthreading to 4 virtual CPUs)
o) Network-IO

Does anybody know where I can get hold of the respective MIBs? 

Somewhat related to the above question: Is it possible to make the
respective MIB variables available via net-snmp in order to either
poll them (snmp read) or send traps when reaching certain thresholds?
I esp. thought about sending traps when e.g. the smartarray reports a
problem, disks become full etc.

TIA for your help,
-ewald

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


Re: Headless Install

2004-08-02 Thread cpghost
Maksym Marchenko wrote:
Hi!
I try to install 4.10 on headless PC(without a monitor and vga output)
So I've used my laptop as a serial console (via null modem cable).
All was wonderfull, but after end of install procedure und reboot,
I see with this terminal (cu -l /dev/cuaa0) all and the date for
the login line. But not the login prompt. So I can't to log in and
do anything.
What have I to do, to log in this headless PC?
Maksym, you need to start a getty process on the serial line,
by editing /etc/ttys like this:
console noneunknown off secure
ttyv0   /usr/libexec/getty Pc cons25  off  secure
ttyv1   /usr/libexec/getty Pc cons25  off  secure
ttyv2   /usr/libexec/getty Pc cons25  off  secure
ttyv3   /usr/libexec/getty Pc cons25  off  secure
ttyv4   /usr/libexec/getty Pc cons25  off  secure
ttyv5   /usr/libexec/getty Pc cons25  off  secure
ttyv6   /usr/libexec/getty Pc cons25  off  secure
ttyv7   /usr/libexec/getty Pc cons25  off  secure
ttyd0   /usr/libexec/getty std.9600   dialup  on secure
ttyd1   /usr/libexec/getty std.9600   dialup  off secure
ttyd2   /usr/libexec/getty std.9600   dialup  off secure
ttyd3   /usr/libexec/getty std.9600   dialup  off secure
In /stand/sysinstall (or /usr/sbin/sysinstall), you can edit
ttys.
I'm running 5.2-CURRENT on net4801 Soekris hardware, and this
is exaclty what is needed to get login prompt on the serial
console.
Good luck!
cpghost.
--
Cordula's Web. http://www.cordula.ws/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-02 Thread Philip Murray
Comrade Burnout wrote:
i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying 
to install the PEAR objects (PHP stuff).

I've looked through the INDEX file in my local ports collection, and 
the PEAR tree is looking for:

php4-4.3.4
whereas mod_php4 and any of the other (non-PEAR ) PHP ports are 
looking for:

mod_php4-4.3.4,1
PEAR needs a command line PHP binary to be able to run. The mod_php4 
package only installs an Apache module and not the commandline PHP binary.
Thus PEAR would be unuseable. The upside, is that the php4 package 
includes the command line binary, an Apache module and the CGI executable.

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


Solution: FreeBSD and MySQL - mysqld eats CPU alive

2004-08-02 Thread Martin Blapp

Hi all,

We have many Mysql's running here, and just to tell you, there
are fixes/workarounds for the behaviour you see:

FreeBSD 4.8 / 4.9 / 4.10 :
--

Compile port with WITH_LINUXTHREADS=YES or remove tcpwrappers
support manually from the build if it hangs with libc_r. Use IP adresses for
master/slave configurations in my.cnf. On problem here is that getnamebyhost()
is not threadsafe. This produces the strange errors you see.

We run all mysqld without tcpwrappers support and do not have any
hangs anymore.

FreeBSD 5.2.1
-

You have to use libc_r.so libpthreads.so hangs occasionally

FreeBSD Current
---

You can use libpthrads.so or libc_r.so

Martin

Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED]
--
ImproWare AG, UNIXSP  ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 61 826 93 00 Fax: +41 61 826 93 01
PGP: finger -l [EMAIL PROTECTED]
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
--
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't file transfer via Bluetooth in FreeBSD

2004-08-02 Thread Matthew Seaman
On Mon, Aug 02, 2004 at 06:04:14PM +0800, Edwin D. Vinas wrote:
 
 Thanks Matthew for the reply. But, its sad to say that I can't find any 
 openobex ports in my machine.
 
 banao# ls /usr/ports/comms/openobex
 ls: /usr/ports/comms/openobex: No such file or directory
 
 I thought of actually using this openobex port but do you know how to find the 
 ports if its not in the distribution? Im using FreeBSD-5.2 and KDE 3.0. Im 
 actually searching the web for it but some sites dont have a link to the 
 files to be downloaded. In case you know where to find the installer that 
 would really work for FreeBSD-5.2, please send the link to me.


You have an out of date ports tree: openobex has been in ports for
some 4 months now:

http://www.freebsd.org/ports/comms.html#openobex-1.0.1

You're also running a deprecated version of FreeBSD -- there were some
serious bugs in version 5.2 which necessitated the release of 5.2.1
shortly afterwards.

I advise you to install cvsup --

# pkg_add -r cvsup-without-gui

and then use that to get an up to date copy of the ports tree.  While
you're at it, also install portupgrade(1) as that will make
maintaining your installed ports into a doddle.

Instructions from the Handbook are here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html

and a series of articles which give some very useful hints and tips
are here:

http://www.oreillynet.com/pub/a/bsd/2003/08/07/FreeBSD_Basics.html
http://www.oreillynet.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html
http://www.oreillynet.com/pub/a/bsd/2003/09/18/FreeBSD_Basics.html

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpjyEzWca09e.pgp
Description: PGP signature


ipfw: unknown argument ``not''

2004-08-02 Thread Mark
Dear list,

I try to do the following, as per the ipfw2 manual for FreeBSD 4.9R-p3:

ipfw add deny ip from any to any not verrevpath in

And I get the following error:

ipfw: unknown argument ``not''

What could be the cause of that?

Thanks,

- Mark

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


Re: Solution: FreeBSD and MySQL - mysqld eats CPU alive

2004-08-02 Thread Daniel Eischen
On Mon, 2 Aug 2004, Martin Blapp wrote:

 
 Hi all,
 
 We have many Mysql's running here, and just to tell you, there
 are fixes/workarounds for the behaviour you see:
 
 FreeBSD 4.8 / 4.9 / 4.10 :
 --
 
 Compile port with WITH_LINUXTHREADS=YES or remove tcpwrappers
 support manually from the build if it hangs with libc_r. Use IP adresses for
 master/slave configurations in my.cnf. On problem here is that getnamebyhost()
 is not threadsafe. This produces the strange errors you see.

Isn't tcpwrappers support broken due to gcc compile options?
Or was that only in -current?

-- 
Dan Eischen

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


RE: Apache 2.0.50 port is busted

2004-08-02 Thread Jeffrey Wheat
I have it working thanks to the port maintainer... Basically
it builds and installs fine. Those error messages are a part
of libtool and can be ignored. Now I wonder why that isn't 
just patched like so many other ports are to eliminate those
messages since .la are not used to avoid people asking or posting
about that problem.

Jeff 

 -Original Message-
 From: Alexander Liebau [mailto:[EMAIL PROTECTED] 
 Sent: Friday, July 30, 2004 6:39 PM
 To: Josh Paetzel
 Cc: Jeffrey Wheat; [EMAIL PROTECTED]
 Subject: AW: Apache 2.0.50 port is busted
 
 but why do some ppl have problems compiling apache on a fresh 
 install? kinda weird isnt it?
 
 -Ursprungliche Nachricht-
 Von: Josh Paetzel [mailto:[EMAIL PROTECTED]
 Gesendet: Samstag, 31. Juli 2004 00:33
 An: Alexander Liebau
 Cc: Jeffrey Wheat; [EMAIL PROTECTED]
 Betreff: Re: Apache 2.0.50 port is busted
 
 
 On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
  i had the same problem, asked the same questions and noone 
 was able to
 help
  :/
 
  -Ursprungliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey 
  Wheat
  Gesendet: Freitag, 30. Juli 2004 23:31
  An: [EMAIL PROTECTED]
  Betreff: Apache 2.0.50 port is busted
 
 
  Has anyone else attempted to build the apache-2.0.50 port 
 from cvs'd 
  port tree a couple hours ago? I am trying to build this on a 5.2.1 
  (i386) box and it looks like the libtool bug is as present as ever:
 
 
 ===   Compressing manual pages for apache-2.0.50
 ===   Registering installation for apache-2.0.50
 
 
 Josh Paetzel
 
 
 
 
 !DSPAM:410ace3e771204662273925!
 
 
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Video Driver - Rage Pro Help

2004-08-02 Thread Bruce
I have an old IBM Aptiva with a Rage Pro video card. What video driver
do I use for this card? I am using XF86.

Thanks

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


AW: Apache 2.0.50 port is busted

2004-08-02 Thread Alexander Liebau
well for me those errors cant be ignored because it doesnt install all the
.so-files (due to these errors). apache wont start unless i comment out ALL
.so in the config-file :(

-Ursprungliche Nachricht-
Von: Jeffrey Wheat [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 2. August 2004 15:14
An: Alexander Liebau; Josh Paetzel
Cc: [EMAIL PROTECTED]
Betreff: RE: Apache 2.0.50 port is busted


I have it working thanks to the port maintainer... Basically
it builds and installs fine. Those error messages are a part
of libtool and can be ignored. Now I wonder why that isn't
just patched like so many other ports are to eliminate those
messages since .la are not used to avoid people asking or posting
about that problem.

Jeff

 -Original Message-
 From: Alexander Liebau [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 30, 2004 6:39 PM
 To: Josh Paetzel
 Cc: Jeffrey Wheat; [EMAIL PROTECTED]
 Subject: AW: Apache 2.0.50 port is busted

 but why do some ppl have problems compiling apache on a fresh
 install? kinda weird isnt it?

 -Ursprungliche Nachricht-
 Von: Josh Paetzel [mailto:[EMAIL PROTECTED]
 Gesendet: Samstag, 31. Juli 2004 00:33
 An: Alexander Liebau
 Cc: Jeffrey Wheat; [EMAIL PROTECTED]
 Betreff: Re: Apache 2.0.50 port is busted


 On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
  i had the same problem, asked the same questions and noone
 was able to
 help
  :/
 
  -Ursprungliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey
  Wheat
  Gesendet: Freitag, 30. Juli 2004 23:31
  An: [EMAIL PROTECTED]
  Betreff: Apache 2.0.50 port is busted
 
 
  Has anyone else attempted to build the apache-2.0.50 port
 from cvs'd
  port tree a couple hours ago? I am trying to build this on a 5.2.1
  (i386) box and it looks like the libtool bug is as present as ever:
 

 ===   Compressing manual pages for apache-2.0.50
 ===   Registering installation for apache-2.0.50


 Josh Paetzel




 !DSPAM:410ace3e771204662273925!






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


Re: Video Driver - Rage Pro Help

2004-08-02 Thread Jorn Argelo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 02 August 2004 15:23, Bruce wrote:
 I have an old IBM Aptiva with a Rage Pro video card. What video driver
 do I use for this card? I am using XF86.

 Thanks

# XFree86 -configure

This will let XFree86 probe automatically for your hardware. If it was 
successful then type this:

# XFree86 -xf86config /root/XF86Config.new

If X starts (note there will be no windows open), use CTRL-ALT-backspace to go 
back to the command shell. After that type this:

# cp /root/XF86Config /etc/X11/XF86Config

NOFI, but don't you think you could have found that out yourself with Google's 
help?

Cheers,

Jorn

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

iD8DBQFBDkTfs2lBCry7iusRAlNiAJ45NlQgzLhpDqFmZMr+rlheSQIT3wCgoyMR
xzl2vvSGrBut5EcrA9qrFsI=
=DDCT
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-02 Thread Comrade Burnout

   Matthew Seaman wrote:

On Sun, Aug 01, 2004 at 03:24:12PM -0500, Comrade Burnout wrote:

  

when i try to use pkg_add ... i get the following:

burnt# pkg_add -r pear-DB
Fetching 
[1]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/p
ear-DB.tbz...
Done.
Fetching
[2]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4
-4.3.4_2.tbz...
Done.
pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1
pkg_add: please use pkg_delete first to remove conflicting package(s) or
-f to force installation
pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed!


is there a way to tweak the Makefile locally to force the PEAR install
to use the existing PHP version?


What Makefile? You're installing via packages, and by the time the
package has been built, there's no more need for Makefiles...


   OK, that's just my misunderstanding about ports vs anything else

In order to solve your problem, you can follow the instructions so
helpfully printed out by pkg_add(1) and use the '-f' flag.  That
should work fine, as mod_php4 will fulfil the dependencies.


   well, i thought so originally, but there was always some flavor of
   conflict.

But the answer to that is just a cvsup(1) away.


   i've already installed cvsup, and supposedly pulled down the ports
   collection, but  it doesn't seem that anything is local, even
   after running cvsup.
   i broke down and installed the PEAR stuff manually ... it did the job,
   but isn't necessarily the optimum solution.

References

   1. 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/pear-DB.tbz
   2. 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4-4.3.4_2.tbz
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-02 Thread Comrade Burnout
Philip Murray wrote:
Comrade Burnout wrote:
i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying 
to install the PEAR objects (PHP stuff).

I've looked through the INDEX file in my local ports collection, and 
the PEAR tree is looking for:

php4-4.3.4
whereas mod_php4 and any of the other (non-PEAR ) PHP ports are 
looking for:

mod_php4-4.3.4,1
PEAR needs a command line PHP binary to be able to run. The mod_php4 
package only installs an Apache module and not the commandline PHP 
binary.
Thus PEAR would be unuseable. The upside, is that the php4 package 
includes the command line binary, an Apache module and the CGI 
executable.
well, i did say and others.  i had the php4 package installed, but 
there were other conflicts (that i don't remember at the moment -- the 
original problem was making sure the mysql-client libs were in synch 
with the mysql server i'm using.  i tried to go up to mysql-4.1, but the 
packages for mod_php, php, etc. have a dependency listed for the 
'earlier' release of mysql )


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

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


Re: Setting up good certs for ports/mail/imap-uw?

2004-08-02 Thread Tom Limoncelli
On Jul 28, 2004, at 6:58 PM, Tom Limoncelli wrote:
The instructions for ports/mail/imap-uw tell you that make cert 
generates certs that are self-signed and warns you that it is better 
to get real certs but doesn't explain how to do that.  Any 
suggestions?
Thanks to Simon J. Oliver for the answer.
The .csr isn't generated.  Here's a patch for the Makefile (submitted 
to the port maintainer) to generate the file.  Or you can manually do:
	cd /usr/local/certs
	openssl x509 -x509toreq -in imapd.pem -signkey imapd.pem -out imapd.csr
The imapd.csr file is the data that gets submitted to the signing 
authority.

--Tom
*** /usr/ports/mail/imap-uw/Makefile.ORIG   Sun Aug  1 21:07:54 2004
--- /usr/ports/mail/imap-uw/MakefileSun Aug  1 21:43:26 2004
***
*** 113,119 
--- 113,123 
@${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/certs
@openssl req -new -x509 -days 365 -nodes -config 
${FILESDIR}/imap-uw.cnf -out ${PREFIX}/certs/imapd.pem -keyout 
${PREFIX}/certs/imapd.pem
@openssl x509 -subject -dates -fingerprint -noout -in 
${PREFIX}/certs/imapd.pem
+   @openssl x509 -x509toreq -in ${PREFIX}/certs/imapd.pem -signkey 
${PREFIX}/certs/imapd.pem -out ${PREFIX}/certs/imapd.csr
@${CHMOD} 700 ${PREFIX}/certs/imapd.pem
@${LN} -s ${PREFIX}/certs/imapd.pem ${PREFIX}/certs/ipop3d.pem

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


Re: FreeBSD and MySQL - mysqld eats CPU alive

2004-08-02 Thread somethrowawayaddy
On Sat, 31 Jul 2004, adp wrote:

 I recently posted the following message to MySQL discussion list. The
 response there, and the one I keep finding on Google, is that this is a
 long-standing issue betweeen FreeBSD and MySQL. For me this has been
 happening since FreeBSD 4.4.

I had that problem a couple of years ago and resolved it on a box that's
still in use.  Very heavily loaded machine, 15 GB database, over 300
million rows in one table.  I couldn't find notes on it, however, and
don't recall exactly what it was.

One thing it might have been - did you change the HZ value in your kernel
conf file, perhaps for device polling?  I ran into problems on this
machine when setting HZ above 500 but don't recall for sure it was mysql
problems.

I'm happy to share the mysql build and conf files, and the kernel conf
file if you think it would help.  I think it was a kernel tweak that
solved the problem.

HTH,

--- David

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


video

2004-08-02 Thread ilich
Hello all.

I want to watch video films in console using MPlayer or other video players.
I have tried to use SVGAlib, but it supports 4 bit per pixel only, but I want more.

What does mean Framebuffer and can it decide my problem?

Help me please!

Thanks, beforehand.

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


Ripping Audio CDs and Enhanced Audio CDs?

2004-08-02 Thread Andreas Ntaflos
Hello list, 

FreeBSD 4.10-STABLE, using ripit.pl (audio/ripit) with lame and dagrab.

I've got a (quite simple?) question which keeps me up at nights (not
really :-). 

How do you rip those audio CDs that are enhanced? That's the CDs 
that have such fancy multimedia features you can use when you put 
the CD in a CD-ROM drive (under Windows of course), eg play some 
low-quality music video or navigate around some menus. I am of course
not interested in any of those features, just want to make some MP3s
from that CD so I can put them on my MP3 player.

Here's the problem I have with every CD of that kind: I can rip every 
audio track except the last one, that is the track that comes before 
the data track on the CD, eg:

Track 01: audio 
.
.
.
Track 09: audio 
Track 10: data 

An example of such a CD is the Rock in Rio album by Iron Maiden.

Ripping track 09 from the CD fails, no matter what ripper I use
(dagrab, dd, cdparanoia, cdda2wav). Unfortunately I can't reproduce any
error messages at the moment, but maybe someone knows what I mean? It
basically stops reading after about 90% of the track and exists with an
error message. Note: ripping and encoding normal CDs works like a
charme, from the first to the last track.

Using a Windows machine to rip an enhanced CD works of course, but 
I should be really surprised if such a task was impossible under
FreeBSD.

Does anybody have an idea? I'd appreciate any help.

Thanks in advance.
-- 
Andreas daff Ntaflos | A cynic is a man who knows the price of
daff AT dword DOT org  | everything, and the value of nothing.
Vienna, AUSTRIA|  Oscar Wilde
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Way OT programming question

2004-08-02 Thread Jerry McAllister
 
 I've been muddling through some of the source files for FreeBSD 
 5.2.1-RELEASE, and I've noticed that a large number of .c files 
 in /usr/src have something similar to below in them:
 
 #ifndef lint
 #if 0
 static char sccsid[] = @(#)cat.c   8.2 (Berkeley) 4/27/95;
 #endif
 #endif /* not lint */
 #include sys/cdefs.h
 __FBSDID($FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28 
 obrien Exp $);
 
 1) Isn't 'if 0' always negative?

In a boolean usage like above, yes.   Anyway, FALSE usually gets
defined to be 0.   So, the above piece of code is disabled - sort
of commented out, so to speak.

 2) What is the __FBSDID line doing?

Looks like it sets or checks some version information.  Guess I could 
look it up, but then, so could you.

jerry

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


pcm(4) with RTA3000 problems on 5.2.1

2004-08-02 Thread Kyryll Mirnenko
I'm migrating to 5.2.1 from 4.9  found out 5-kernel pcm(4) driver doesn't
work for my RTA3000 soundcard (while 4.9 pcm(4) worked ok). I've done some
tests  found that

1) pcm  sbc 're normally found at kernel startup
2) writing garbage to /dev/dsp really produces sound
3) amp  xmms (tested 4.9/5.2.1 bin packages + 5.2.1 build-from-src versions
for both apps) hang up trying to flush sound buffer
4) simple debugging shows they end up at write() to /dev/dsp (e.g. enter it
 hang up there).

Again, pmc(4)/4.9 kernel worked ok for this soundcard. Has anyone have such
a problem or does anyone know solution?

--
Regards, Mirya

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


Re: Ripping Audio CDs and Enhanced Audio CDs?

2004-08-02 Thread Andreas Ntaflos
On Mon, Aug 02, 2004 at 10:47:15AM -0400, Ada Cheng wrote:
 You can just specify the tracks to be ripped using cdda2wav with -t,
 thereby skipping the multimedia track.
 
Thanks for your reply!

I already tried that (although stupid me forgot to mention that in the
original post), and various combinations of individual tracks and track
ranges, to no avail. It does not fail trying to rip the data track, it
fails during the last *audio* track, no matter what I do.

Although if you speak from experience and have succeeded ripping
enhanced CDs that way (-t switch) then my problem must lie somewhere
else, or I didn't try hard enough.

 On Mon, 2 Aug 2004, Andreas Ntaflos wrote:
 
  Hello list,
 
  FreeBSD 4.10-STABLE, using ripit.pl (audio/ripit) with lame and dagrab.
 
  I've got a (quite simple?) question which keeps me up at nights (not
  really :-).
 
  How do you rip those audio CDs that are enhanced? That's the CDs
  that have such fancy multimedia features you can use when you put
  the CD in a CD-ROM drive (under Windows of course), eg play some
  low-quality music video or navigate around some menus. I am of course
  not interested in any of those features, just want to make some MP3s
  from that CD so I can put them on my MP3 player.
 
  Here's the problem I have with every CD of that kind: I can rip every
  audio track except the last one, that is the track that comes before
  the data track on the CD, eg:
 
  Track 01: audio
  .
  .
  .
  Track 09: audio
  Track 10: data
 
  An example of such a CD is the Rock in Rio album by Iron Maiden.
 
  Ripping track 09 from the CD fails, no matter what ripper I use
  (dagrab, dd, cdparanoia, cdda2wav). Unfortunately I can't reproduce any
  error messages at the moment, but maybe someone knows what I mean? It
  basically stops reading after about 90% of the track and exists with an
  error message. Note: ripping and encoding normal CDs works like a
  charme, from the first to the last track.
 
  Using a Windows machine to rip an enhanced CD works of course, but
  I should be really surprised if such a task was impossible under
  FreeBSD.
 
  Does anybody have an idea? I'd appreciate any help.
 
  Thanks in advance.
  --
  Andreas daff Ntaflos | A cynic is a man who knows the price of
  daff AT dword DOT org  | everything, and the value of nothing.
  Vienna, AUSTRIA|  Oscar Wilde
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

-- 
Andreas daff Ntaflos | A cynic is a man who knows the price of
daff AT dword DOT org  | everything, and the value of nothing.
Vienna, AUSTRIA|  Oscar Wilde
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Chess for Kids (and dummies like dads)

2004-08-02 Thread Damon Butler
My nearly-eight-year-old son has taken a renewed interest in playing
chess, and is also getting his father somewhat inspired as well. A few
years ago when he was first interested, I had an old Mac that I ran
MacChess on. It was perfect for a five-year-old because you could set it
to make completely random moves. Sure it would just happen to take a
piece once in a while, but it gave my son lots of confidence that he
could play the game and win. Plus I could set it weak enough that I was
likely to beat it too if I got tired of getting creamed. Plus my son had
fun toying with all the different board and piece designs.
That old Mac is history, now it's FreeBSD and Linux or nothin'. So I've
built two chess engines -- gnuchess and crafty -- and two GUIs for them
-- xboard and knights. This is all well and good if you happen to be a
good chess player. Which neither my son nor I are. I've scoured the
Internet the best I know how to find something akin to that ol' MacChess
program, but I can't find anything. Do any of you have any suggestions?
1. A chess engine that is actually beatable. A truly random move setting
would be cool. No matter how weak I make gnuchess and crafty, I get
creamed. (OK, I'm really bad. Or I haven't learned how to properly
hobble the engines.) Imagine how frustrating it is for an eight-year-old
just trying to learn the game. We have to take away the opponent's rooks
-- and sometimes the queen, too -- to give him a fighting chance. That's
no fun.
2. Alternate GUIs. Personally, I like the look of xboard, but my son
gets a kick out of selecting piece sets. Are there any other chess GUIs
beyond xboard? Or other piece sets for xboard that folks have built?
3. I can't get knights to work. It doesn't appear to have been updated
in over a year. It doesn't work with versions of gnuchess past version 4
(it's been well into version 5 for some time). It doesn't work with the
latest version of crafty. There doesn't appear to be any way to just
play a game that doesn't involve a game clock. It does, however, have
lots of fun board and piece designs, which is why I got it in the first
place.
Thanks,
Damon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SOLVED! Re: unknown argument ``not''

2004-08-02 Thread Mark
What a wee RTFM can do. :)

Mark wrote:

 Dear list,
 
 I try to do the following, as per the ipfw2 manual for FreeBSD 4.9R-p3:
 
 ipfw add deny ip from any to any not verrevpath in
 
 And I get the following error:
 
 ipfw: unknown argument ``not''
 
 What could be the cause of that?
 
 Thanks,
 
 - Mark

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


One OR MORE of source and destination addresses?

2004-08-02 Thread Mark
Color me confused. The ipfw manual says:

limit {src-addr | src-port | dst-addr | dst-port} N
The firewall will only allow N connections with the same set of
parameters as specified in the rule. One or more of source and
destination addresses and ports can be specified.

If One or more of source and destination addresses and ports can be
specified, then I'd like to limit both the total amount of connections, as
well as per-src. Something like this:

ipfw check-state ipfw add allow tcp from any to me 25 setup limit dst-addr
32 src-addr 8

The error I get is:

ipfw: only one of keep-state and limit is allowed

So, how can I specify One OR MORE of source and destination addresses in
the rule to achieve this effect?

Thanks,

- Mark

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


RE: One OR MORE of source and destination addresses?

2004-08-02 Thread JJB
Like the manual says, you can not code both options on single rule.
You have to make 2 rules out of it.

state ipfw add allow tcp from any to me 25 setup limit dst-addr 32
state ipfw add allow tcp from any to me 25 setup limit src-addr 8



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark
Sent: Monday, August 02, 2004 11:34 AM
To: [EMAIL PROTECTED]
Subject: One OR MORE of source and destination addresses?

Color me confused. The ipfw manual says:

limit {src-addr | src-port | dst-addr | dst-port} N
The firewall will only allow N connections with the same set of
parameters as specified in the rule. One or more of source and
destination addresses and ports can be specified.

If One or more of source and destination addresses and ports can be
specified, then I'd like to limit both the total amount of
connections, as
well as per-src. Something like this:

ipfw check-state ipfw add allow tcp from any to me 25 setup limit
dst-addr
32 src-addr 8

The error I get is:

ipfw: only one of keep-state and limit is allowed

So, how can I specify One OR MORE of source and destination
addresses in
the rule to achieve this effect?

Thanks,

- Mark

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

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


sendmail and make file ....

2004-08-02 Thread Vahric MUHTARYAN
Hi Everybody , 
 
I can leave sendmail from base system . First I updated src tree
then I copyed /etc/default/make.conf under  /etc directory and remove the 
#   in front of the NO_SENDMAIL = true , then I maked 
 make buildworld
 make buildkernel KERNCONF=KERNELNAME
 make installkernel KERNCONF=KERNELNAME
 make installworld
 mergemaster -cv ( I installed all changed files with using  i   )
 reboot
 
I did not modify rc.conf for seeing what will be happend if I dont remove '
# ' in front of sendmail , after reboot I saw that FreeBSD run SENDMAIL
again and when I wrote whereis sendmail on the command prompt I saw like
this ... 
gecetrn# whereis sendmail
sendmail: /usr/sbin/sendmail /usr/share/man/man8/sendmail.8.gz
/usr/src/usr.sbin/sendmail /usr/src/contrib/sendmail
/usr/ports/mail/sendmail
 
Did  make a mistake ?! How can I remove sendmail from basesystem
?! 
 
Thanks 
Vahric 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ports IndexPortsman

2004-08-02 Thread Osmany Guirola Cruz
Hi People
  i update my ports tree via ctm and when i do
#cd /usr/ports
$make index
 i have this warning
Generating INDEX - please wait..Warning: Duplicate INDEX entry: 
freeciv-gtk2-1.14.1
 Done.
and i am trying to use portsman and get these error
Please stand by while portsman is coming up...
error: INDEX file seems to be corrupted or is of an unknown format.
and when i use the option of make the index the new index is corrupted again
How can i solve this problem I WANT USE PORTSMAN


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


Re: One OR MORE of source and destination addresses?

2004-08-02 Thread Mark
Mark wrote:

 Color me confused. The ipfw manual says:
 
 limit {src-addr | src-port | dst-addr | dst-port} N
 The firewall will only allow N connections with the same set of
 parameters as specified in the rule. One or more of source and
 destination addresses and ports can be specified.
 
 If One or more of source and destination addresses and ports can be
 specified, then I'd like to limit both the total amount of
 connections, as well as per-src. Something like this:
 
 ipfw check-state ipfw add allow tcp from any to me 25 setup limit dst-addr
 32 src-addr 8
 
 The error I get is:
 
 ipfw: only one of keep-state and limit is allowed
 
 So, how can I specify One OR MORE of source and destination
 addresses in the rule to achieve this effect?

Thanks for your reply.

JJB wrote:

 Like the manual says, you can not code both options on single rule. You
 have to make 2 rules out of it.
 
 state ipfw add allow tcp from any to me 25 setup limit dst-addr 32
 state ipfw add allow tcp from any to me 25 setup limit src-addr 8

Actually, that is what I had already done:

ipfw add 10 check-state ipfw add 11 allow tcp from any to me 25 setup limit
dst-addr 32 ipfw add 12 check-state ipfw add 13 allow tcp from any to me 25
setup limit src-addr 4

But it seems I never get to rule 12/13. All ipfw show shows, is activity
on rule 10/11. That is why I figured I made an error somewhere. Does not
rule 11, indeed, function as an 'early-out'? (undesired).

Thanks,

- Mark

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


Re: One OR MORE of source and destination addresses?

2004-08-02 Thread Mark
[my apologies for the resent; my last reply had an unfortunate wrap]

Mark wrote:

 Color me confused. The ipfw manual says:
 
 limit {src-addr | src-port | dst-addr | dst-port} N
 The firewall will only allow N connections with the same set of
 parameters as specified in the rule. One or more of source and
 destination addresses and ports can be specified.
 
 If One or more of source and destination addresses and ports can be
 specified, then I'd like to limit both the total amount of
 connections, as well as per-src. Something like this:
 
 ipfw check-state ipfw add allow tcp from any to me 25 setup limit
 dst-addr 32 src-addr 8
 
 The error I get is:
 
 ipfw: only one of keep-state and limit is allowed
 
 So, how can I specify One OR MORE of source and destination
 addresses in the rule to achieve this effect?

Thanks for your reply.

JJB wrote:

 Like the manual says, you can not code both options on single rule.
 You have to make 2 rules out of it.
 
 state ipfw add allow tcp from any to me 25 setup limit dst-addr 32
 state ipfw add allow tcp from any to me 25 setup limit src-addr 8

Actually, that is what I had already done:

ipfw add 10 check-state
ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32
ipfw add 12 check-state
ipfw add 13 allow tcp from any to me 25 setup limit src-addr 4

But it seems I never get to rule 12/13. All ipfw show shows, is activity
on rule 10/11. That is why I figured I made an error somewhere. Does not
rule 11, indeed, function as an 'early-out'? (undesired).

Thanks,

- Mark

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


Re: Ports IndexPortsman

2004-08-02 Thread Matthew Seaman
On Mon, Aug 02, 2004 at 11:58:06AM -0400, Osmany Guirola Cruz wrote:
 Hi People
   i update my ports tree via ctm and when i do
 #cd /usr/ports
 $make index
  i have this warning
 Generating INDEX - please wait..Warning: Duplicate INDEX entry: 
 freeciv-gtk2-1.14.1
  Done.
 and i am trying to use portsman and get these error
 Please stand by while portsman is coming up...
 error: INDEX file seems to be corrupted or is of an unknown format.
 and when i use the option of make the index the new index is corrupted again
 How can i solve this problem I WANT USE PORTSMAN

Now, now -- no need to shout.  The problem seems to be that portsman
does not understand the new format of the INDEX file introduced on
July 14th.


http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.subdir.mk?rev=1.55content-type=text/x-cvsweb-markup

In any case, your first point of contact should be with the port's
maintainer, Anselm Garbe -- who in this case also happens to be the
author of the software.  He may well be working on an update, and it
would be up to him to submit any updates.  Until then, I'm afraid
you're just going to have to be patient.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpwRBgbAjrVw.pgp
Description: PGP signature


Re: Chess for Kids (and dummies like dads)

2004-08-02 Thread epilogue
On Mon, 02 Aug 2004 12:24:53 -0500
Damon Butler [EMAIL PROTECTED] wrote:

  As a BSD user, I can't help you.  As a chess player, I will comment
  that there's a certain learning curve involved, and playing against
  random moves isn't going to advance you far along it.  I've never known
  anyone to become even moderately facile at chess without getting their
  head pounded in on a regular basis.  If you or your son's ego isn't up
  to that, OSB(Other Sports Beckon).  ;)
 
 Point well taken. ;-) But...
 It's not that either of us mind losing per se. What I've discovered that 
 gnuchess and crafty are orders of magnitude stronger than the old 
 program we used to play against.
 
 Say you want to learn to play tennis. You're just beginning. Who should 
 you begin challenging in order to improve your game and enjoy yourself 
 while doing it? Andy Roddick or the friend who's been taking 
 intermediate tennis lessons through the city rec dept? In this analogy, 
 the standard chess engines are Andy Roddicks and our old program was the 
 intermediate friend.
 
 My son is just not gonna learn that much nor enjoy himself much playing 
 against Andy Roddick. I don't want his first serious foray into computer 
 chess to be *that* intimidating or demoralizing.
 
  That said, the MOST frustrating part of learning chess is usually
  tactical, not strategic (inadvertently throwing away pieces).
 
 That's it exactly.
 
  There are a
  number of good web/Java based free chess games on the net - have you
  tried any of them?  Many will show possible moves, blink to indicate
  pieces at risk, etc.
 
 That sounds great! Do you have any suggestions off hand? I thought my 
 searches were pretty exhaustive, but I didn't come up with anything like 
 what you're talking about.

if you haven't already tried it, visit sf.net and plug 'chess' into the
search window.  it will probably return a bunch of programs, including some
which are java based.

fwiw, i thought that gnuchess had level settings.  are you certain that
even level 1 is too difficult for your needs?


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


Re: Ports IndexPortsman

2004-08-02 Thread Osmany Guirola Cruz
Thanks Matthew 
i will wait for the next version of portsman :-(
but i have a question before that i read your mail i foun in internet
this http://www.meowfishies.com/portsman.rhtml this seems to be the same 
but with gtk and it is not in the port tree . are they different ? it's a 
greater version that it is not in the ports tree? 
HAVE FREEBSD TEAM THE INTENTION OF INTRODUCE A OFFICIAL PACKAGE MANAGER FRONT 
END TO  THE PORTS TREE?
THANKS
 


 
On Monday 02 August 2004 13:31, Matthew Seaman wrote:
 On Mon, Aug 02, 2004 at 11:58:06AM -0400, Osmany Guirola Cruz wrote:
  Hi People
i update my ports tree via ctm and when i do
  #cd /usr/ports
  $make index
   i have this warning
  Generating INDEX - please wait..Warning: Duplicate INDEX entry:
  freeciv-gtk2-1.14.1
   Done.
  and i am trying to use portsman and get these error
  Please stand by while portsman is coming up...
  error: INDEX file seems to be corrupted or is of an unknown format.
  and when i use the option of make the index the new index is corrupted
  again How can i solve this problem I WANT USE PORTSMAN

 Now, now -- no need to shout.  The problem seems to be that portsman
 does not understand the new format of the INDEX file introduced on
 July 14th.


 http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.subdir.mk?rev=1.55;
content-type=text/x-cvsweb-markup

 In any case, your first point of contact should be with the port's
 maintainer, Anselm Garbe -- who in this case also happens to be the
 author of the software.  He may well be working on an update, and it
 would be up to him to submit any updates.  Until then, I'm afraid
 you're just going to have to be patient.

   Cheers,

   Matthew

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


what driver to use with Intel 82810 chipset?

2004-08-02 Thread Oryx
Hey, I'm just wondering what Driver would I use with the Intel 82810
chipset? i'm trying to get 1024x768 screen res to work but i don't
know what driver to use =/ hope you can help me...

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


Re: Chess for Kids (and dummies like dads)

2004-08-02 Thread Damon Butler
if you haven't already tried it, visit sf.net and plug 'chess' into the
search window.  it will probably return a bunch of programs, including some
which are java based.
Thanks. I'll try that out.
fwiw, i thought that gnuchess had level settings.  are you certain that
even level 1 is too difficult for your needs?
That could be part of the problem. There are no generalized level 
settings for the chess engines I've found. Apparently, computer chess is 
quite the discipline, involving plies and nodes and hash tables and who 
knows what else. As best I can understand, the most I can do to weaken 
the engine is to restrict the amount of time it has to think over moves 
and the search depth it is allowed to consider. In xboard, I've set 
pondering off (so the engine doesn't think when it's not its turn), 
forced the engine to move after only 1 second of consideration (the 
minimum time), and restricted the depth to 1 ply or node or whatever. 
Even doing all that, gnuchess and crafty are much stronger than that old 
MacChess program I talked about. If there's more I can do to make them 
more kid-friendly, I'm all ears.

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


Re: One OR MORE of source and destination addresses?

2004-08-02 Thread Mark
JJB wrote:

 Your rules are all wrong. You really need to reread the ipfw manual
 page info. Only one check-state rule is used. Your other check-state
 rule is never matched.

Ok, I got a check-state too many.

 To get meaningful replies you have to post complete information
 about your system configuration with description of your overall
 firewall goals.

The goal is simple: I want to limit connections to port 25 to 32 in total,
targeted at me. And of those 32, only 4 per source. Like so:

ipfw add 1 check-state
...
ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32
ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4

Please, tell me then how all wrong this is. Because I *still* get the
impression that rule 12 is never reached. And, so far, ipfw show does,
indeed, only show activity on rule 11.

Thanks,

- Mark

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


Re: Chess for Kids (and dummies like dads)

2004-08-02 Thread epilogue
On Mon, 02 Aug 2004 13:02:22 -0500
Damon Butler [EMAIL PROTECTED] wrote:

  if you haven't already tried it, visit sf.net and plug 'chess' into the
  search window.  it will probably return a bunch of programs, including
  some which are java based.
 
 Thanks. I'll try that out.
 
  fwiw, i thought that gnuchess had level settings.  are you certain that
  even level 1 is too difficult for your needs?
 
 That could be part of the problem. There are no generalized level 
 settings for the chess engines I've found. Apparently, computer chess is 
 quite the discipline, involving plies and nodes and hash tables and who 
 knows what else. As best I can understand, the most I can do to weaken 
 the engine is to restrict the amount of time it has to think over moves 
 and the search depth it is allowed to consider. In xboard, I've set 
 pondering off (so the engine doesn't think when it's not its turn), 
 forced the engine to move after only 1 second of consideration (the 
 minimum time), and restricted the depth to 1 ply or node or whatever. 
 Even doing all that, gnuchess and crafty are much stronger than that old 
 MacChess program I talked about. If there's more I can do to make them 
 more kid-friendly, I'm all ears.

well damon,

i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help
you.  i can, however, suggest one alternative, which may or may not be
to your liking...

since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost
all interest in the game of chess.  there is a similar program for playing
(gnugo) which allows you to set levels rather easily.  there are also nice
graphic clients out there (cgoban2 and ggo, among others).  you can play
with people on the net, live, 24 hours per day, and at all levels of
ability.

though the rules of chess really aren't all that complicated, the rules of
go are even more simple.  despite the reduced rule set, the strategies can
be so complex and nuanced that even the best designed programs can only
beat the most novice of players.  not true for chess.  (i give it a 3 stone
handicap at it's maximum level and still thrash it.  =)

the game is _thousands of years old_ and hugely popular in asian countries,
where professionals make millions of dollars and matches are regularly
televised.

if you're at all curious, here is a great link to get you started on the
rules (java enabled browser required) :

http://playgo.to/interactive/index.html

as far as online servers, there are many.  i have used several but most
recommend 'kgs' - for it's warm and highly supportive community, and wicked
go client.

http://kgs.kiseido.com/

hope that, in a roundabout way, this helps.  i also hope to see you and
your son online (just look for my nick ;)


cheers,
epi

p.s.  chess is for IBM.   (naively hoping not to cause a flame war)


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


building bootable 4.10 cd to support asr-utils configuration tools?

2004-08-02 Thread George Hartzell

Hi,

This is one of those Stop me before I waste my time. questions

I have a box w/ a dpt raid controller (DPT PM3755U2B) that I set up
with raidutils from the asr-utils port back when the machine was
running -STABLE.

I've since migrated the machine to -CURRENT, and followed the various
threads about the asr-utils not working with sadness but
understanding.

I'd like to be able to use occasionally the raidutils tool, and am
considering buidling some sort of bootable -STABLE system.  One
thought would be to just use an IDE disk, but even better would be to
build a bootable cd that includes the asr-utils port.

Does the thought of building a bootable -STABLE cd that includes the
asr-tools raise a red flag for anyone?

What's the state of the art for making bootable cd's.  Google shows a
bunch of pages for older 4-series releases, e.g.:

  http://www.sfc.wide.ad.jp/~watari/FreeBSD/boot.html

and I've found cdroot in the ports tree.

Is one of these worth diving into?

g.

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


Re: Video Driver - Rage Pro Help

2004-08-02 Thread User LAFFER1
The IBM aptiva machines used a modified ati chipset.  Some models do not 
work properly with x11, os/2 warp (ironically), and other non-windows 
environments.  There is a rage driver present with x11 that might work.

On Mon, 2 Aug 2004, Bruce wrote:
I have an old IBM Aptiva with a Rage Pro video card. What video driver
do I use for this card? I am using XF86.
Thanks
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


3ware SATA controllers working with 4.10?

2004-08-02 Thread Bill Moran

There are a few SATA controllers listed as supported in 4.10, but I'm not
seeing anything from 3ware.  If you saw a recent post, you know that I've
inheritied some hardware, and I'm just trying to make sure that FreeBSD
is going to run prior to blowing away the Linux install.

Anyone running any 3ware SATA RAID controllers on 4.10?  Do they work?
I'm having a hell of a time finding out what model # these are!  But I
know they're 64-bit PCI plugged into a 32-bit PCI mobo. ;)

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


Some trouble with LD_PRELOAD in 4.10

2004-08-02 Thread Jamie


I'm running into some difficulty getting applixware running on my 4.10
install. When I try to execute applix, I get the error:

/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgtk12.so.2: Undefined symbol
getresuid



   Apparently getresuid is coming up undefined, so, I tried writing a
piece of code called getresuid.cc:

#include sys/types.h
int getresuid(uid_t *, uid_t *, uid_t *) { return 1; }


  and I compiled it:

cc -Wall -shared -fPIC -DPIC -o getresuid.so getresuid.cc


  and moved my resulting getresuid.so into /usr/local/lib.


  I then tried starting applix with this startup code:

#!/bin/sh
APPLIX_HOME=/usr/local/applix
export APPLIX_HOME
LD_PRELOAD=/usr/local/lib/getresuid.so
export LD_PRELOAD
exec $APPLIX_HOME/applix $@


   Which did not work (I still get the same error:
/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgtk12.so.2: Undefined symbol
getresuid


  I tried another approach to the startup script, which also failed in
the same way:

#!/bin/sh -
export LD_PRELOAD=/usr/local/lib/getresuid.so
applix $*


   Anyone have any suggestions? It seems as though even though I am
defining LD_PRELOAD, it isn't loading when the program is run.


   Thanks,


   - Jamie









The Moon is Waning Gibbous (95% of Full)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Chess for Kids (and dummies like dads)

2004-08-02 Thread Damon Butler
well damon,
i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help
you.  i can, however, suggest one alternative, which may or may not be
to your liking...
since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost
all interest in the game of chess.
Oh, I'm already all over that go game. ;-) Thanks.
--Damon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fw: wm dropping keypresses since moving to xorg (strange)

2004-08-02 Thread epilogue

hello all,

well, i was beginning to think that i was either hallucinating or suffering
from some sort of bizarre nerve damage...   but i seem to have made some
progress in analysing this problem.

i have attached a (sorted and commented) file with output from xev.  the
problem always affects only the right-alt key, despite the various
xkbmodels i select (or leave blank).

i also came across two other reports of the same behaviour:

http://lists.debian.org/debian-devel/2004/06/msg01410.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261816

as you can see, they're from deb.  they seem to have isolated the problem
to a symbols/pc file within x11, not fluxbox.  a patch is provided, but it
does not apply cleanly to the version of xorg that i have installed.

i would very much appreciate any suggestions.


thank you,
epi

---
Begin forwarded message:

Date: Tue, 27 Jul 2004 00:33:30 -0400
From: epilogue [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: wm dropping keypresses since moving to xorg (strange)


hello x11, questions,

i have some reservations about sending this in, because it sounds a bit
weird, but i've jumped through all the usual self-serve hoops and i'm about
at my wits end.

since switching to xorg, when i alt+tab to a window with my wm of choice
(fluxbox-devel), the 1st keypress is always dropped in the new window,
regardless of whether that window is a *term, mail client, browser, ...

say i alt+tab to an xterm.  for 'man' to appear on the command line, i must
type 'mman' or 'ccd' for 'cd'.

the window only drops that 1st key.  if i alt+tab away and come back, it
will again drop only the 1st key.


here is what i know:

1) it doesn't happen if i use the mouse.
2) this problem was not apparent when i tested for it with icewm or xfce4.
3) fluxbox used to play very nicely with xfree.


here is what i've tried:

1) google, fbsd and xorg mailing lists.
2) contacted the fluxbox developers over irc.  several are running xorg
and fluxbox on linux without the problems i'm seeing.(?!)
3) rebuilt xorg then fluxbox-devel.  removed .fluxbox to ensure that the
default settings would load.
4) played with xorg.conf (used old xfree.conf, built a new xorg.conf,
and changed various settings withing xorg.conf)
5) attempted to pinpoint the issue via xev, but failed miserably.


it smells like some sort of 'focus' problem to me.  any suggestions would
be very much appreciated.

hoping that i'm not alone here.


thanks,
epi


p.s. a little additional info for any of you who know a bit about fluxbox
settings.  the problem seems only to occur with those keybindings
(like alt+tab) which are mapped to 'NextWindow' or 'NextWindow 1' but _not_
with 'NextTab'.  naturally, the same holds true for the shift+foo combos
which translate to 'Previous'.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Chess for Kids (and dummies like dads)

2004-08-02 Thread José de Paula
On Mon, 02 Aug 2004 14:42:11 -0500, Damon Butler [EMAIL PROTECTED] wrote:
  well damon,
 
  i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help
  you.  i can, however, suggest one alternative, which may or may not be
  to your liking...
 
  since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost
  all interest in the game of chess.
 
 Oh, I'm already all over that go game. ;-) Thanks.
 

May I suggest Phalanx, found in the ports tree? It is an excellent
chess program, works wonderfully with xboard, and 'phalanx -e 100' is
very likely to meet your needs for a weak chess engine.
HTH.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Chess for Kids (and dummies like dads)

2004-08-02 Thread Damon Butler
May I suggest Phalanx, found in the ports tree? It is an excellent
chess program, works wonderfully with xboard, and 'phalanx -e 100' is
very likely to meet your needs for a weak chess engine.
That looks excellent indeed. Thanks!
--Damon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic

2004-08-02 Thread John Baldwin
On Sunday 01 August 2004 09:08 am, Hugo Silva wrote:
 I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD
 5.2.1-RELEASE-p9.

 Whenever I load the server a bit more (let [EMAIL PROTECTED] run, compile stuff in
 multiple jails, etc), it will simple go offline. I confirmed with the
 datacenter and it is indeed a panic, but the datacenter didn't give me the
 panic message. I know for *sure* it's because of the high loads.

Hmm, we'd really need the panic message to even start debugging it.

 I need to sort this out, this is a powerful server being cut because of
 FreeBSD/SMP, and I know there is a kernel option to prevent the panic, I
 read about it ages ago on a forum. But I can't locate it. That user said
 if he disabled SMP, panics would stop. But another user suggested adding a
 kernel option (which I simply don't remember), and panics stopped, even
 with SMP.

 I tried KVA_PAGES=512, but it only caused another panic, this time as soon
 as the system started up..

 syncing disks, buffers remaining... panic: pmap_invalidate_range:
 interrupts disabled
 cpuid = 0;
 boot() called on cpu#0
 uptime: 9s

Unfortunately, I'd really need the backtrace to see how to fix this panic.

-- 
John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
Power Users Use the Power to Serve  =  http://www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3ware SATA controllers working with 4.10?

2004-08-02 Thread David Kelly
On Aug 2, 2004, at 2:03 PM, Bill Moran wrote:
There are a few SATA controllers listed as supported in 4.10, but I'm 
not
seeing anything from 3ware.  If you saw a recent post, you know that 
I've
inheritied some hardware, and I'm just trying to make sure that FreeBSD
is going to run prior to blowing away the Linux install.
The simple thing to do is boot a FreeBSD install CD and check what it 
sees. Likely to tell you more than you currently know about what the 
hardware really is.

If sysinstall sees your SATA drives and is willing to install on them 
then its likely you are in business. Then the issue would be managing 
the RAID hardware.

--
David Kelly N4HHE, [EMAIL PROTECTED]

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


About FreeBSD

2004-08-02 Thread CGrmvll
Hello how are you doing I have been thinking about buying a copy of FreeBSD 
PowerPak and I would like to know what kind of Modem, Sound Card, Display Card 
I would have to have for my computer the type of computer that I have is a 
Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of 
Modems Sound Cards and Display Card that I would need to go and by and also 
could you please tell me the brand name and the model of the hardware that I 
need to buy to be able to run the FreeBSD Powerpack thank you for you time and 
have a nice day.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: About FreeBSD

2004-08-02 Thread Bill Moran
[EMAIL PROTECTED] wrote:

 Hello

Hi.

 how are you doing

OK.  Have you ever heard of punctuation?

 I have been thinking about buying a copy of FreeBSD 

Cool.

 PowerPak and I would like to know what kind of Modem, Sound Card, Display
 Card 

See this page:
http://www.freebsd.org/releases/4.10R/hardware-i386.html

 I would have to have for my computer the type of computer that I have is a 
 Hewlett Packard Pavilion 4453. and could you please tell me a couple of
 brands of 
 Modems Sound Cards and Display Card that I would need to go and by and also 
 could you please tell me the brand name and the model of the hardware that I 
 need to buy to be able to run the FreeBSD Powerpack thank you for you time
 and 
 have a nice day.

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


Re: About FreeBSD

2004-08-02 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote:
Hello how are you doing I have been thinking about buying a copy of FreeBSD 
PowerPak and I would like to know what kind of Modem, Sound Card, Display Card 
I would have to have for my computer the type of computer that I have is a 
Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of 
Modems Sound Cards and Display Card that I would need to go and by and also 
could you please tell me the brand name and the model of the hardware that I 
need to buy to be able to run the FreeBSD Powerpack thank you for you time and 
have a nice day.
 

A list of supported hardware exists at www.freebsd.org.  A link should
appear on the home page to get you to this resource.  While there, you
should grab a copy of the FreeBSD Handbook in order to learn what
to do when something does something unexpected --- not that the OS
will necessarily do anything unusual, but many people don't think
FreeBSD-ishLY ?, and will inevitably have questions during or after
installation.  (Good news, you have contacted the right place to ask
them)
Almost any display cards will work in textmode; to see a list of supported
cards for graphics mode, visit www.xfree86.org.  Personally, I have used
Nvidia GE Force cards, SiS cards, and Trident cards.  It occasionally 
takes
a little time to develop new drivers, so the latest  greatest cards may
not yet be supported; or, they may work but need tweaking or use a Linux
compatible driver instead of native support, etc.

Most sound cards, including on-chip (built in) sound, will work.
For modems, the rule used to be no winmodems.  This basically meant
buy an external modem.  I have a USR v.92 external (serial) modem on one
machine; this was about $70.00 last year.  There is 3rd party software 
support
for winmodems that use a Lucent chipset, I think.  I may be wrong, but 
that's
about it for modems.

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


Re: About FreeBSD

2004-08-02 Thread Jerry McAllister
 
 Hello how are you doing I have been thinking about buying a copy of FreeBSD 
 PowerPak and I would like to know what kind of Modem, Sound Card, Display Card 
 I would have to have for my computer the type of computer that I have is a 
 Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of 
 Modems Sound Cards and Display Card that I would need to go and by and also 
 could you please tell me the brand name and the model of the hardware that I 
 need to buy to be able to run the FreeBSD Powerpack thank you for you time and 

Probably pretty much anything that would come with that machine would work.
But, to check, go to the FreeBSD web site   http://www.freebsd.org/
and click on the Hardware Notes link under the version of FreeBSD you
intend to install.   I would suggest installing FreeBSD 4.10 for now.
Then on the next page click on the link for type of CPU.   
That would be the i386 family.

Specifically, the URL for FreeBSD 4.10 Hardware is:

   http://www.freebsd.org/releases/4.10R/hardware-i386.html

That will get you a nice long list of supported hardware, organized
by type of device.  Note that graphics card and monitor are supported
by the X package you run - probably XFree86 for FreeBSD 4.10 - at least
until you get to know enough to examine others.   (I hear Xorg is
being included for 5.xxx versions of FreeBSD)  So, you need to go to 
the web page for Xfree86 to check out compatibilities for graphics.

But, don't let these two things be the limit of your reading.  Check out
the free FreeBSD handbook, which is online at the FreeBSD web site.

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

Archives, numerous search engines such as Google and several
online publications such s Onlamp are also good sources on info.

There are also several good books out about FreeBSD.  
FreeBSD Unleashed, Complete FreeBSd, Absolute FreeBSD and FreeBSD An
Opensource Operating System all come to mind.

jerry

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

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


Re: HP Systems Insight Manager (HP SIM) under FreeBSD?

2004-08-02 Thread Olaf Hoyer
On Mon, 2 Aug 2004, Ewald Jenisch wrote:


 Hi,

 Central management of our servers runs under HP SIM (HP Systems
 Insight Manager), formerly known as CIM (Compaq Insight Manager). HP
 on its website says it's supported for Windoze, HP-UX and Linux.

 Has anybody out there got this software running under FreeBSD
 (possibly using Linux emulation)?

Well, I once had a look at it, but it was way cruel, the installation
package (at least the one I was aware of) was a rpm, that IIRC needed an
/opt, and there was lots of binary code and other stuff, so it is not
the thing of: lets put it under linux emu and let it run...

Gave it up quite frustrated, because it has its own installer that was
not so easy to fool around.

*sigh*
Olaf


-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SNMP MIBs for HP Proliant?

2004-08-02 Thread Olaf Hoyer
On Mon, 2 Aug 2004, Ewald Jenisch wrote:

 Hi,

 For a HP Compaq Proliant DL360 I'm looking for the SNMP-MIBs that
 cover the following items:

 o) Disk-IO
 o) Disk-usage (capacity used)
 o) Memory usage
 o) Compaq/HP Smartarray (Compaq Smart Array 5i), esp. disk failure etc.
 o) CPU Usage (two Xeons running SMP (hyperthreading to 4 virtual CPUs)
 o) Network-IO

 Does anybody know where I can get hold of the respective MIBs?

 Somewhat related to the above question: Is it possible to make the
 respective MIB variables available via net-snmp in order to either
 poll them (snmp read) or send traps when reaching certain thresholds?
 I esp. thought about sending traps when e.g. the smartarray reports a
 problem, disks become full etc.

The MIBs (basically translation from numerical OID - human readable
description with comment field) as such are freely available from HP,
they are supplied
on the CD that comes with every box, or downloadable as softpaq.

What you probably mean, is the SNMP Agent, which is responsible for
collecting the data as such, and supply those to the snmp package (in
this case, net-snmp) for further treatment.
AFAIK those agents are binary only, and it should be quite difficult to
get them run even under linux emu.

At work, I have a couple of 360/380 running Win2003, that are being
monitored by a FreeBSD box with net-snmp/nagios. Also have to use the HP
MIBs there, works like a charm.  But you are looking for a solution to
have native agents with FreeBSD, and that is going to be difficult.

HTH
Olaf



-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Freebsd Test Brower

2004-08-02 Thread Simon Barner
Dee Gaans wrote:
 Hi all,
 
 I am wondering if anyone knows of a text browser that
 I can use in FreeBSD 5.21 that supports https?  I am
 currently using Lynx, and it does not support https.. 

ports/www/w3m


signature.asc
Description: Digital signature


Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic

2004-08-02 Thread Chuck Rock
I had a similar problem with this release running on any Dell 2550 Rack
server I had. I tried three different servers with the same config, and I
had kernel panics at various times. All of them had different information
on the screen at each panic.

I had several people tel lme they had no such problems with the same
systems.

I chalked it up to bad driver for the PERC3/DC raid controller. All panics
seemd to happen under very high disk I/O. The machine would run fine for a
few days, then just puke.

I moved all the stuff over to a refurb Compaq Dual Xeon 2.8, and have had
only one problem lockup in the 5 months I've been running it under
increasing loads. The last lockup I had also seemed related to disk I/O.

Otherwise, 5.2.1 has been a very stable production server processing over
1 million E-mail's a day incoming and hundred thousand out.

Chuck

On Mon, 2 Aug 2004, John Baldwin wrote:

 On Sunday 01 August 2004 09:08 am, Hugo Silva wrote:
  I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD
  5.2.1-RELEASE-p9.
 
  Whenever I load the server a bit more (let [EMAIL PROTECTED] run, compile stuff in
  multiple jails, etc), it will simple go offline. I confirmed with the
  datacenter and it is indeed a panic, but the datacenter didn't give me the
  panic message. I know for *sure* it's because of the high loads.

 Hmm, we'd really need the panic message to even start debugging it.

  I need to sort this out, this is a powerful server being cut because of
  FreeBSD/SMP, and I know there is a kernel option to prevent the panic, I
  read about it ages ago on a forum. But I can't locate it. That user said
  if he disabled SMP, panics would stop. But another user suggested adding a
  kernel option (which I simply don't remember), and panics stopped, even
  with SMP.
 
  I tried KVA_PAGES=512, but it only caused another panic, this time as soon
  as the system started up..
 
  syncing disks, buffers remaining... panic: pmap_invalidate_range:
  interrupts disabled
  cpuid = 0;
  boot() called on cpu#0
  uptime: 9s

 Unfortunately, I'd really need the backtrace to see how to fix this panic.

 --
 John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
 Power Users Use the Power to Serve  =  http://www.FreeBSD.org
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-smp
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: wm dropping keypresses since moving to xorg (strange) -- SOLVED

2004-08-02 Thread epilogue

thanks to some very kind help from dejan, and after a little stress testing
on my end, i believe that it is safe to declare this problem solved.

--
the fix:
--

/usr/X11R6/lib/X11/xkb/symbols/pc/pc

snip
  //  Fake keys for virtual-real modifiers mapping 
key LVL3 {[ ISO_Level3_Shift  ]   };
key MDSW {[ Mode_switch   ]   };
modifier_map Mod5   { LVL3, MDSW };

key ALT  {[ NoSymbol, Alt_L   ]   };
modifier_map Mod1   { ALT, LALT };
snip

add RALT to:
modifier_map Mod1   { ALT, LALT, RALT };

save file and restart x.


hello anholt,
copying you in case you want to feed this back up the pipe to xorg.  dejan
also located this old link, which you might find of interest:

http://bugs.xfree86.org/show_bug.cgi?id=580


cheers,
epi

--
On Mon, 2 Aug 2004 15:42:53 -0400
epilogue [EMAIL PROTECTED] wrote:

 
 hello all,
 
 well, i was beginning to think that i was either hallucinating or
 suffering from some sort of bizarre nerve damage...   but i seem to have
 made some progress in analysing this problem.
 
 i have attached a (sorted and commented) file with output from xev.  the
 problem always affects only the right-alt key, despite the various
 xkbmodels i select (or leave blank).
 
 i also came across two other reports of the same behaviour:
 
 http://lists.debian.org/debian-devel/2004/06/msg01410.html
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261816
 
 as you can see, they're from deb.  they seem to have isolated the problem
 to a symbols/pc file within x11, not fluxbox.  a patch is provided, but
 it does not apply cleanly to the version of xorg that i have installed.
 
 i would very much appreciate any suggestions.
 
 
 thank you,
 epi
 
 ---
 Begin forwarded message:
 
 Date: Tue, 27 Jul 2004 00:33:30 -0400
 From: epilogue [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: wm dropping keypresses since moving to xorg (strange)
 
 
 hello x11, questions,
 
 i have some reservations about sending this in, because it sounds a bit
 weird, but i've jumped through all the usual self-serve hoops and i'm
 about at my wits end.
 
 since switching to xorg, when i alt+tab to a window with my wm of choice
 (fluxbox-devel), the 1st keypress is always dropped in the new window,
 regardless of whether that window is a *term, mail client, browser, ...
 
 say i alt+tab to an xterm.  for 'man' to appear on the command line, i
 must type 'mman' or 'ccd' for 'cd'.
 
 the window only drops that 1st key.  if i alt+tab away and come back, it
 will again drop only the 1st key.
 
 
 here is what i know:
 
 1) it doesn't happen if i use the mouse.
 2) this problem was not apparent when i tested for it with icewm or
 xfce4. 3) fluxbox used to play very nicely with xfree.
 
 
 here is what i've tried:
 
 1) google, fbsd and xorg mailing lists.
 2) contacted the fluxbox developers over irc.  several are running xorg
 and fluxbox on linux without the problems i'm seeing.(?!)
 3) rebuilt xorg then fluxbox-devel.  removed .fluxbox to ensure that the
 default settings would load.
 4) played with xorg.conf (used old xfree.conf, built a new xorg.conf,
 and changed various settings withing xorg.conf)
 5) attempted to pinpoint the issue via xev, but failed miserably.
 
 
 it smells like some sort of 'focus' problem to me.  any suggestions would
 be very much appreciated.
 
 hoping that i'm not alone here.
 
 
 thanks,
 epi
 
 
 p.s. a little additional info for any of you who know a bit about fluxbox
 settings.  the problem seems only to occur with those keybindings
 (like alt+tab) which are mapped to 'NextWindow' or 'NextWindow 1' but
 _not_ with 'NextTab'.  naturally, the same holds true for the shift+foo
 combos which translate to 'Previous'.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-x11
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-x11
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gdm automatic login

2004-08-02 Thread Chris Radlinski
I'm running Gnome 2.4 on 5.2.1-RELEASE.  I've configured gdm to run at 
boot time and would like it to automatically log me in.  However, it 
always prompts me for a password.  Scanning the archives, I saw that 
others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin.  I 
did this but it didn't fix anything.  Here's my gdm/gdm-autologin:

#
# $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the gdm service
#
# auth
authrequiredpam_nologin.so  no_warn
#auth   sufficient  pam_krb5.so no_warn 
try_first_pass
#auth   sufficient  pam_ssh.so  no_warn 
try_first_pass
authrequiredpam_unix.so no_warn 
try_first_pass
authrequiredpam_permit.so

# account
#accountrequiredpam_krb5.so
account requiredpam_unix.so
# session
#sessionoptionalpam_ssh.so
session requiredpam_permit.so
What am I missing?
Also, if I select Reboot or Shut down from the logout menu as root, 
the machine just hangs.  Any suggestions?

Thanks for any help you can provide.
Chris Radlinski
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gdm automatic login

2004-08-02 Thread Joe Marcus Clarke
On Mon, 2004-08-02 at 23:40, Chris Radlinski wrote:
 I'm running Gnome 2.4 on 5.2.1-RELEASE.  I've configured gdm to run at 
 boot time and would like it to automatically log me in.  However, it 
 always prompts me for a password.  Scanning the archives, I saw that 
 others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin.  I 
 did this but it didn't fix anything.  Here's my gdm/gdm-autologin:
 
 #
 # $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $
 #
 # PAM configuration for the gdm service
 #
  
 # auth
 authrequiredpam_nologin.so  no_warn
 #auth   sufficient  pam_krb5.so no_warn 
 try_first_pass
 #auth   sufficient  pam_ssh.so  no_warn 
 try_first_pass
 authrequiredpam_unix.so no_warn 
 try_first_pass
 authrequiredpam_permit.so
  
 # account
 #accountrequiredpam_krb5.so
 account requiredpam_unix.so
  
 # session
 #sessionoptionalpam_ssh.so
 session requiredpam_permit.so
 
 What am I missing?

Remove the auth pam_unix.so entry.  The gdm-autologin PAM definition
should be:

auth   required pam_nologin.so
auth   required pam_permit.so
accountrequired pam_unix.so
sessionrequired pam_permit.so

As discussed in the freebsd-gnome archives.

 
 Also, if I select Reboot or Shut down from the logout menu as root, 
 the machine just hangs.  Any suggestions?

Don't do that.  If you want to try and track down what's happening,
configure you machine for a serial console, and make sure you're set to
drop into the debugger should the system panic.  Then, when it hangs,
you should hopefully get something on the serial console.  Consult the
handbook for more info.

Joe

 
 Thanks for any help you can provide.
 
 Chris Radlinski
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: gdm automatic login

2004-08-02 Thread Chris Radlinski
That did it.  Thanks.
Chris
Joe Marcus Clarke wrote:
On Mon, 2004-08-02 at 23:40, Chris Radlinski wrote:
 

I'm running Gnome 2.4 on 5.2.1-RELEASE.  I've configured gdm to run at 
boot time and would like it to automatically log me in.  However, it 
always prompts me for a password.  Scanning the archives, I saw that 
others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin.  I 
did this but it didn't fix anything.  Here's my gdm/gdm-autologin:

#
# $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the gdm service
#
# auth
authrequiredpam_nologin.so  no_warn
#auth   sufficient  pam_krb5.so no_warn 
try_first_pass
#auth   sufficient  pam_ssh.so  no_warn 
try_first_pass
authrequiredpam_unix.so no_warn 
try_first_pass
authrequiredpam_permit.so

# account
#accountrequiredpam_krb5.so
account requiredpam_unix.so
# session
#sessionoptionalpam_ssh.so
session requiredpam_permit.so
What am I missing?
   

Remove the auth pam_unix.so entry.  The gdm-autologin PAM definition
should be:
auth   required pam_nologin.so
auth   required pam_permit.so
accountrequired pam_unix.so
sessionrequired pam_permit.so
As discussed in the freebsd-gnome archives.
 

Also, if I select Reboot or Shut down from the logout menu as root, 
the machine just hangs.  Any suggestions?
   

Don't do that.  If you want to try and track down what's happening,
configure you machine for a serial console, and make sure you're set to
drop into the debugger should the system panic.  Then, when it hangs,
you should hopefully get something on the serial console.  Consult the
handbook for more info.
Joe
 

Thanks for any help you can provide.
Chris Radlinski
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
   


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