linux2BSD Big problem!

2004-09-21 Thread Fatman
We are Trying to migrate a linux mail server to a FreeBsd server.

We are using in the Linux mail server sendmail,qpopper  drac, and the BSD
server version
5.2.1 uses sendmail 8.13.1, qpopper 4.0.5  drac.
All the aplications was installed by means of ports and work perfectly on
bsd for the created local users with of adduser or similar. Well, the
problems come when we tried to migrate the users of linux to bsd.

We have copied the content of the /var/mail of linux to the /var/mail of
bsd, watching which the file that contains the mail of each migrated user
has the owner and adapted group, but cradled we tried to read the
transferred mail from a server to another one, with qpopper we cannot. If
with webmin we tried to see the content of the mail of the user it says to
us that the user does not have mail in /var/mail. Remenber that the new mail
users who we created directly in bsd they work fine!, we see that when
creating a new user is created a file username.pop that is the one that
contains the mail of the new users. Because our server of mail is it for
several tens of domains also we have copied from the server linux to bsd the
virtusertable, mailertable, etc. and executed makemap to regenerate
access.db etc. The problem, we understand, is centered in the re-asociation
in the server bsd of each user migrated to the file that contains its mail
in /var/mail, also migrated, of the server linux  that we have described
before.

Any suggestions?

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


Re: setiathome

2004-09-21 Thread cpghost
On Mon, Sep 20, 2004 at 09:12:09PM +, Brett Wiggins wrote:
 Hi,
I am wondering which version of setiathome is best to install on FreeBSD 5.2.1 
 -RELEASE. linux-setiathome or setiathome?

You'll be fine with setiathome, which is the native FreeBSD version.
If you want to run linux-setiathome, you will need the linux dependencies
too.

However, [EMAIL PROTECTED] is transitioning towads BOINC architecture.
AFAIK, there is no boinc or seti-boinc port yet in the tree.
You could either run the old setiathome binary ([EMAIL PROTECTED] project
is still serving work units and collecting results from it), and
wait until someone adds boinc and seti-boinc to the ports tree,
or you could try to compile them yourself (and if you can, please
create the port for us).

 Brett

Cheers,
-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: IPFW logging...

2004-09-21 Thread Matthew Seaman
On Mon, Sep 20, 2004 at 10:27:22PM -0500, Eric F Crist wrote:

 IPFW used to log all entries with the 'log' included in the rule, but 
 randomely, to me, anyways, stopped doing so.  I can't seem to get it to 
 continue logging.
 
 Does anyone have any insight?  I'm running FreeBSD 4.10 from about 2 
 months ago.  I'm going to cvsup tonight to see if it helps.  what log 
 files can I check to verify things are working?  Thanks.

Are you just running into the verbose limit on log messages? That's
the setting of the net.inet.ip.fw.verbose_limit sysctl.  That exists
to prevent anyone DOS-ing you by sending so many nasty packets that
the log files fill up your disk.

I find setting this to a fairly high number (1024) and doing a daily
reset of the counters keeps the logging data coming through more or
less smoothly. I put this in /etc/daily.local:

#!/bin/sh

PATH=/usr/bin:/bin:/sbin ; export PATH

ipfw resetlog

#
# That's All Folks!
#

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


pgpy6vpENh3il.pgp
Description: PGP signature


Re: SCSI Shock Advice !

2004-09-21 Thread Toomas Aas
 What is the best / safest way to do
 a dis clone in this case?

I would use the method that is described in the FAQ:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Life would be easier if I had the source code.

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


Re: SCSI Shock Advice !

2004-09-21 Thread Ian Moore
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 21 Sep 2004 09:01, Graham Bentley wrote:
 Thanks for replies, however I need advise
 on cloning the IDE to the SCSI disc.

 G4U did not finish correctly and once
 I had made changes to fstab and booted
 the fs I got some pretty severe errors.

 /usr was inaccessible and I ended up
 using Freesbie to re-edit fstab to get
 a booting system.

 I think the problem is that the SCSI
 disc is 38GB (only 1.7GB used) and
 the IDE is 40GB.

 What is the best / safest way to do
 a dis clone in this case?

 Thanks again

 Graham


 Custom PC North West
 Open Source Solutions
 http://www.cpcnw.co.uk
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Have a look at the FAQ: 
file:/usr/share/doc/faq/disks.html#NEW-HUGE-DISK

Basically, you just dump each partition, piping dump's output to restore. This 
will copy everything across, including device files etc.
Then edit /etc/fstab to point the partitions to /dev/da??? instead 
of /dev/ad??? for each partition.

Cheers,

- -- 
Ian

GPG Key: http://homepages.picknowl.com.au/imoore/imoore.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFBT9T3fITqkXhImmIRAkiBAJ9H/bImIliUsytEtM5B1olrcghVLgCeM/rt
Gwz5CmIt3I/rD9zHhO6c4ek=
=L19a
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: News

2004-09-21 Thread info
This is an autoresponder. I'll never see your message.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems with fetch but not ftp in a jail?

2004-09-21 Thread Danny Carroll
I am having a strange problem with my home network.
Here is what it looks like.


Internet - FreeBSD Firewall/Natd box (guard) -- Local Net
(192.168.100.0/24)

| testsrv (192.168.100.12)

|- testjail (192.168.10.1)

Testjail is a jail (192.168.10.1) running under testsrv (192.168.100.12).
Subnet 192.168.10.0/24 is routed to testsrv at the firewall.

The nat stuff works fine for everything else.

The problem is I cannot do this from testjail (passive mode is needed for my
natd setup).

   fetch -p -v ftp://ftp.nl.freebsd.org/pub/README.nluug

As you can imagine it is making it hard to install ports.
I can do it from testsrv but not from within the jail.

I can do a file transfer (of the same file in passive mode) just by using
the ftp client from both testsrv and testjail.
It looks to me, but checking the TCPdump output that it's just not
requesting the data channel.  (Or the data channel is not comming back) as
it is able to establish the control channel fine.

Has anyone else had some problems like this with fetch in a jail?

I am using 5.2.1-RELEASE-p9 and ipfw/natd to do my nat on the firewall (a
4.9 box).
-D

p.s. I can post tcpdump output if needed.

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


Re: rcNG/rc_ng, using rcorder in /usr/local/etc/rc.d

2004-09-21 Thread Giorgos Keramidas
On 2004-09-20 14:12, David P. Discher [EMAIL PROTECTED] wrote:

 Learn something new every day, just learning the internals of
 FreeBSD-5.2.1 (have been sticking to the 4.x-STABLEs) and rolling out my
 first 5.x system.

 rcNG is really nice, but where is rcorder being kicked off on
 /usr/local/etc/rc.d to use rcNG...

 I  see that /etc/rc.d/localpkg is still skimming for *.sh and running
 them, and not doing the rcorder method.

Correct.  The rcorder method is used only for /etc/rc.d scripts.  See:

$ grep -n rcorder /etc/rc
71:files=`rcorder -k ${os} ${skip} /etc/rc.d/* 2/dev/null`

You'd have to patch localpkg with something like this to add rcorder support:

% Index: localpkg
% ===
% RCS file: /home/ncvs/src/etc/rc.d/localpkg,v
% retrieving revision 1.4
% diff -u -r1.4 localpkg
% --- localpkg  28 Jul 2004 00:09:18 -  1.4
% +++ localpkg  21 Sep 2004 09:10:13 -
% @@ -36,7 +36,8 @@
%   done
%   script_save_sep=$IFS
%   IFS=${script_name_sep}
% - for script in ${slist}; do
% + olist=`rcorder -k ${os} ${slist} 2/dev/null`
% + for script in ${olist}; do
%   if [ -x ${script} ]; then
%   (set -T
%   trap 'exit 1' 2
% @@ -73,7 +74,8 @@
%   done
%   script_save_sep=$IFS
%   IFS=${script_name_sep}
% - for script in `reverse_list ${slist}`; do
% + olist=`rcorder -k ${os} ${slist} 2/dev/null`
% + for script in `reverse_list ${olist}`; do
%   if [ -x ${script} ]; then
%   (set -T
%   trap 'exit 1' 2

This will order the ${slist} list of scripts just before running them.

Note that this list will contain scripts from ALL the different
directories you've added to local_startup.  If you want to order the
scripts of each directory separately, you'd have to order the scripts
per directory before adding them to ${slist}:

% Index: localpkg
% ===
% RCS file: /home/ncvs/src/etc/rc.d/localpkg,v
% retrieving revision 1.4
% diff -u -r1.4 localpkg
% --- localpkg  28 Jul 2004 00:09:18 -  1.4
% +++ localpkg  21 Sep 2004 09:14:47 -
% @@ -29,7 +29,8 @@
%   fi
%   for dir in ${local_startup}; do
%   if [ -d ${dir} ]; then
% - for script in ${dir}/*.sh; do
% + flist=`rcorder -k ${os} ${dir}/*.sh 2/dev/null`
% + for script in ${flist}; do
%   slist=${slist}${script_name_sep}${script}
%   done
%   fi
% @@ -66,7 +67,8 @@
%   fi
%   for dir in ${local_startup}; do
%   if [ -d ${dir} ]; then
% - for script in ${dir}/*.sh; do
% + flist=`rcorder -k ${os} ${dir}/*.sh 2/dev/null`
% + for script in ${flist}; do
%   slist=${slist}${script_name_sep}${script}
%   done
%   fi
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: k3b cannot locate growisofs executable

2004-09-21 Thread Ion-Mihai Tetcu
On Mon, 20 Sep 2004 15:40:49 -0700 (PDT)
BSDjunkie [EMAIL PROTECTED] wrote:

 FreeBSD users:
 
 I have yet another question
 
 I installed k3b for cd/dvd burning, however whenever I
 try to burn a DVD, I get the error message:
 
 'unable to find growisofs executable'
 
 It's in /usr/local/bin and '/usr/local/bin' is in the
 paths that k3b searches...
 
 I tried pkg_delete dvd+rw-tools, then I did a
 portinstall sysutils/dvd+rw-tools (from /usr/ports
 directory) to reinstall it.
 
 Just can't make k3b find itall other executables
 and plugins that it needs are present and have the
 green check next to them in the 'programs' section of
 the configuration.
 
 I'm using k3b.0.11.12 with kde 3.2.3

The problem has been resolved a few weeks ago, upgrade you k3b; the
current versions is k3b-0.11.14



-- 
IOnut
Unregistered ;) FreeBSD user
5.3-BETA4 - try `sysctl debug.witness_watch=0`
and prepare to fly :-)


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


Re: reload rc.conf during boot process

2004-09-21 Thread Giorgos Keramidas
On 2004-09-21 00:26, Markie [EMAIL PROTECTED] wrote:
 Is it possible to do this somehow?

 I was trying my hand out at C and made a cool little menu for myself. It
 looks for files in /etc/ which are named rc.conf.x and lists them in
 the menu. Then, when you select one on boot, it copies the selected
 configuration file to rc.conf. I put my program in... the rc.d mount
 script, so that the disk is mounted writeable at the time and my C program
 is able to issue cp (bad way I know) to replace rc.conf. After running my
 program in the rc.d mount script I then did a

 . /etc/rc.conf

 but rc.conf doesn't get reloaded. The file is being copied over, as when I
 reboot it starts using the copied over configuration. I am not sure if .
 /etc/rc.conf is supposed to load a file in? I just saw it in some other
 script and assumed that's what it was doing.

The /etc/rc script is a ``driver script'' that loads rc.conf before teh
mount script has a chance to run.  Even if you reload rc.conf in the
mountd script this cannot affect the parent process that runs /etc/rc.

I believe a good way to do this would be to add a special script in
/etc/rc.d that depends on mountcritlocal that can give you the rc.conf
selection menu and then hack /etc/rc to reload rc.conf if this special
script runs and does indeed change `/etc/rc.conf'.

For instance, if you called your special rc.d script that presents the
rc.conf selection menu ``selectcf'' and saved it in /etc/rc.d, then you
could use something like this in /etc/rc to make sure it rereads rc.conf
if changes are made to rc.conf:

% Index: rc
% ===
% RCS file: /home/ncvs/src/etc/rc,v
% retrieving revision 1.333
% diff -u -r1.333 rc
% --- rc24 Jul 2004 16:30:31 -  1.333
% +++ rc21 Sep 2004 09:34:08 -
% @@ -71,7 +71,20 @@
%  files=`rcorder -k ${os} ${skip} /etc/rc.d/* 2/dev/null`
%
%  for _rc_elem in ${files}; do
% - run_rc_script ${_rc_elem} ${_boot}
% + case ${_rc_elem} in
% + /etc/rc.d/selectcf)
% + _sum_before=`md5 /etc/rc.conf`
% + run_rc_script ${_rc_elem} ${_boot}
% + _sum_after=`md5 /etc/rc.conf`
% + if [ ! ${_sum_before} = ${_sum_after} ]; then
% + unset _rc_conf_loaded
% + load_rc_config 'XXX'
% + fi
% + ;;
% + *)
% + run_rc_script ${_rc_elem} ${_boot}
% + ;;
% + esac
%  done
%
%  echo ''

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


Re-negotiate network speed

2004-09-21 Thread Rus Foster
Is there a software command that allows root to renogiate the network 
speed similar to mii-tool on Linux?

Thanks
Rus
--
e: [EMAIL PROTECTED] : t: 1-888-327-6330 
http://www.atwebhosting.com - Free Shared Hosting
http://www.vpscolo.com - Your next hosting company
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[no subject]

2004-09-21 Thread Radu MOLNAR
Hello list,
I no longer receive mails from this list although i am subcribed. I tried 
registering again but i received a mail which said i am already 
subscribed.
What am i doing wrong? Pls cc me as i dont receive mails from 
[EMAIL PROTECTED]
Thanks.

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


no pipe without x

2004-09-21 Thread arden
hi all 

Has any one any idea why unless I open a terminal inside X I cant get
the pipe | to work ?

Guessing its to do with my keyboard setup but all the other regional
stuff (UK) works fine and the key obviously works cause it dose in X


Arden 



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


RE: Re-negotiate network speed

2004-09-21 Thread Haulmark, Chris


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Rus Foster
 Sent: Tuesday, September 21, 2004 5:08 AM
 To: [EMAIL PROTECTED]
 Subject: Re-negotiate network speed
 
 Is there a software command that allows root to renogiate the network 
 speed similar to mii-tool on Linux?

IPFW has a dummynet interface. You can read the ipfw manpages about using
dummynet.

There are also other different tools.

 
 Thanks
 
 Rus
 
 -- 
 e: [EMAIL PROTECTED] : t: 1-888-327-6330 
 http://www.atwebhosting.com - Free Shared Hosting
 http://www.vpscolo.com - Your next hosting company
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 



--
Chris Haulmark
System Admin. Freelancer
In market of a IT corrections position for a salary. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re:

2004-09-21 Thread Jorn Argelo
On Tue, 21 Sep 2004 13:21:42 +0300 (EEST), Radu MOLNAR wrote
 Hello list,

Well, it can be quiet from time to time. I don't think that you're doing 
anything wrong. If you think anything is wrong you might as well send a test 
mail from a hotmail account or something (or, if this mail gets trough, then 
nothing is wrong either ;) )

Cheers,

Jorn


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


jdk14 won't build on FBSD 5.x

2004-09-21 Thread Kevin A. Pieckiel
I'd like to get jdk14 to build on a FreeBSD 5.x system (right now I'm
trying 5.3-BETA5), but I always get a hang at the same spot.

I'm running a new installation of FreeBSD 5.3-BETA5 with sources cvs'd
yesterday.  I have COMPAT_LINUX in my kernel.  I have linprocfs mounted
on /compat/linux/proc.  I have the latest cvs of ports.  I have all the
sources/binaries/patches required for the port.


When I do 'make install', I get down to this point and it hangs:

--- 8 ---
===   Returning to build of jdk-1.4.2p6_4
===   jdk-1.4.2p6_4 depends on executable: gmake - found
===  Configuring for jdk-1.4.2p6_4
===  Building for jdk-1.4.2p6_4
# Start of jdk build
bsd i586 1.4.2-p6 build started: 04-09-20 15:40
if [ -r ./../../deploy/make/Makefile ]; then \
  ( cd  ./../../deploy/make; gmake sanity EXTERNALSANITYCONTROL=true 
CONTROL_TOPDIR=/usr/ports/java/jdk14/work/control CONTROL_TOPDIR_NAME=control 
ALT_OUTPUTDIR=/usr/ports/java/jdk14/work/control/build/bsd-i586  ARCH_DATA_MODEL=32 
MILESTONE=p6 BUILD_NUMBER=toor_20_sep_2004_15_40 ; ); \
fi
--- 8 ---


I check my ps listing, and I have this:

--- 8 ---
#ps aux | grep java
root  79508 99.0  0.7  6240 1800  p1  R+3:40PM 927:42.64 
/usr/local/linux-sun-jdk1.4.2/bin/java -version
root  81729  0.0  0.3  1588  836  p0  S+7:10AM   0:00.01 grep java
root  79507  0.0  0.0  17600  p1  IW+  - 0:00.00 /bin/sh -c 
/usr/local/linux-sun-jdk1.4.2/bin/java -version 21  | /usr/bin/awk -F'' '{ print $2 
}'
--- 8 ---


I killed it off and ended the installation.
When I run 'java' at the command line, I get:

--- 8 ---
#/usr/local/linux-sun-jdk1.4.2/bin/java -version
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#
# Error ID: 4F533F4C494E55583F491418160E435050035E
#
# Problematic Thread: prio=-1086328296 tid=0x08090e88 nid=0x13f6b runnable 
#

Heap at VM Abort:
Heap
 def new generation   total 576K, used 0K [0x2c78, 0x2c82, 0x2cc6)
  eden space 512K,   0% used [0x2c78, 0x2c780048, 0x2c80)
  from space 64K,   0% used [0x2c80, 0x2c80, 0x2c81)
  to   space 64K,   0% used [0x2c81, 0x2c81, 0x2c82)
 tenured generation   total 1408K, used 0K [0x2cc6, 0x2cdc, 0x3078)
   the space 1408K,   0% used [0x2cc6, 0x2cc6, 0x2cc60200, 0x2cdc)
 compacting perm gen  total 4096K, used 277K [0x3078, 0x30b8, 0x3478)
   the space 4096K,   6% used [0x3078, 0x307c56c0, 0x307c5800, 0x30b8)
--- 8 ---


Then when I check my 'ps' listing, I still have the 'java' process running:

--- 8 ---
ps aux | grep java
root  81771  2.5 19.3 205420 49720  p1  D 7:11AM   0:00.77 
/usr/local/linux-sun-jdk1.4.2/bin/java -version
root  81773  0.0  0.1   400  200  p1  D+7:12AM   0:00.00 grep java
--- 8 ---

I can't get around this.  What am I doing wrong?  I can't get Java to build
on FreeBSD 5.x no matter what I do.

Please help.

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


Re: Frustration: the only thing mounting with NFS client :-)

2004-09-21 Thread Nagilum
Hi,
I don't know what the problem in your case is, but just a few thoughts:
- make sure your linux box isn't providing NFSv4, as FreeBSD does only 
support for v2 and 3,
- to test and whether the nfs server is receiving you use showmount -e  
lg, it's quicker
- yes, you need a portmapper running on the client too and apparently 
you have, its that sunrpc thingy
-  read mount_nfs(8) ;)

I hope that helps a bit..
Alex.
lost gweilo wrote:
Hi there,
I am trying to access an NFS server (Debian Linux,
host name lg) from my FreeBSD 4.10-STABLE system
(host name gw) on my LAN.
My basic system info:
 gw# uname -mnprs
 FreeBSD gw 4.10-STABLE i386 i386
It doesn't seem to work:
 gw# mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music: NFSPROC_NULL: RPC: Timed out
 ^C
It works when I try on the server though...
(Hopefully this also shows that basic networking
is OK between the two boxes...)
 gw# ssh lg
 Password:
 [EMAIL PROTECTED]:~# pwd
 pwd
 /root
 [EMAIL PROTECTED]:~# mkdir uu
 mkdir uu
 [EMAIL PROTECTED]:~# mount -v -t nfs lg:/mnt/tt/music /root/uu
 mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music on /root/uu type nfs (rw,addr=127.0.0.1)
 [EMAIL PROTECTED]:~# exit
 exit
 logout
 Connection to lg closed.
RPC calls seem OK either with TCP or UDP:
 gw# rpcinfo -u lg nfs
 program 13 version 2 ready and waiting
 program 13 version 3 ready and waiting
 gw# rpcinfo -t lg nfs
 program 13 version 2 ready and waiting
 program 13 version 3 ready and waiting
I read in Managing NFS and NIS by Hal Stern, in
Chapter 10 p. 231 that that rpcinfo -u is supposed
to call the null procedure of the RPC server...
The error message I get from mount seems related...
But I have no clue, it just does the same thing
all the time:
 gw# mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music: NFSPROC_NULL: RPC: Timed out
 ^C
I also noticed that portmap doesn't run on my client.
It won't start. Is it needed, for an NFS client?
 gw# portmap -d
 portmap[36419]: cannot bind udp: Address already in use
 gw# tail /var/log/messages
 Sep 17 05:00:00 gw newsyslog[90252]: logfile turned over due to 
size100K
 Sep 17 16:50:41 gw dhclient: New Network Number: 192.168.1.0
 Sep 17 16:50:41 gw dhclient: New Broadcast Address: 192.168.1.255
 Sep 17 23:14:55 gw portmap[9379]: cannot bind udp: Address already in 
use
 Sep 17 23:15:12 gw portmap[9472]: cannot bind udp: Address already in 
use
 Sep 18 00:23:26 gw portmap[36419]: cannot bind udp: Address already 
in use

Naive attempt to investigate the portmap error message:
 gw# netstat -a -f inet
 Active Internet connections (including servers)
 Proto Recv-Q Send-Q  Local Address  Foreign Address
(state)
 tcp4   0  0  192.168.1.100.4294 lg.ssh 
ESTABLISHED
 tcp4   0  0  *.smtp *.*
LISTEN
 tcp4   0  0  *.ssh  *.*
LISTEN
 tcp4   0  0  *.telnet   *.*
LISTEN
 tcp4   0  0  *.sunrpc   *.*
LISTEN
 udp4   0  0  *.**.*
 udp4   0  0  *.sunrpc   *.*
 udp4   0  0  *.syslog   *.*
 udp4   0  0  *.bootpc   *.*

Basically I have no clue what is going on.
I hope you can suggest things to look at.
Regards.
Lostgweilo
_
Linguaphone :  Learning English? Get Japanese lessons for FREE 
http://go.msnserver.com/HK/46165.asp

___
[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: no pipe without x (sorted)

2004-09-21 Thread arden
On Tue, 2004-09-21 at 11:14, arden wrote:
 hi all 
 
 Has any one any idea why unless I open a terminal inside X I cant get
 the pipe | to work ?
 
 Guessing its to do with my keyboard setup but all the other regional
 stuff (UK) works fine and the key obviously works cause it dose in X
 
 
 Arden 

sorted this out if was a fresh install and found some commands like
sysinstall also missing re-installed now work ok 

Arden 
 
 
 
 ___
 [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: kdepim on 5.3-beta4

2004-09-21 Thread Lowell Gilbert
messmate [EMAIL PROTECTED] writes:

 i've installed rel 5.3-beta4 but can't install kdepim :(
 Everething else of kde is installed and runs.
 Kdepim is needed for several utilitys like keyboard, etc..
 Anyone know how to install it ?

There is a /usr/ports/deskutils/kdepim3/ port, but it seems to be a
dependency of both the kde port and the kde-lite port.  How did you
install kde?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


About X-windows

2004-09-21 Thread ?fffc6?fffdc ?fffd5?fffc5
After I started my x-windows, there is just a mesh-like stuff on the screen.And it 
will also displays several terminals.However, I can't see start menu and anything 
else. I installed my BSD under Vmware.And my displayer adapter is Mobility Radeon 
7500.My laptop is IBM T40.I want to know is this because of the driver of the display 
adapter or anything else. How to solve this problem.
Thanks!



-
Do You Yahoo!?
150MP3

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


Re: ssh/pam/postgres

2004-09-21 Thread Nagilum
What you probably could do is install nss_ldap (net/nss_ldap) and use 
your pgsql server as ldap backend db.
If the burden of setting up a ldap server is too much, you could also 
use net/libnss-mysql, but that's MySQL not PostgreSQL..
Kind regards,
Alex.

[EMAIL PROTECTED] wrote:
Does anyone know a method I could use to have ssh validate itself first
against postgres also retrieve any other info such as shell, and hom dir.If
postgres fails fallback on another method. pam-pgsql is broken on 5.x and I
can't find a way using pam_exec to achieve any effect I have been looking
for.
___
[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: About X-windows

2004-09-21 Thread Matthew Seaman
On Tue, Sep 21, 2004 at 12:25:42AM +0800, ?c6?dc ?d5?c5 wrote:

 After I started my x-windows, there is just a mesh-like stuff on the
 screen.And it will also displays several terminals.However, I can't
 see start menu and anything else. I installed my BSD under
 Vmware.And my displayer adapter is Mobility Radeon 7500.My laptop is
 IBM T40.I want to know is this because of the driver of the display
 adapter or anything else. How to solve this problem.

Congratulations.  You've got the X server running, which is most of
the battle.

What you need to do now is install a window manager or a desktop
environment, which will give you all of the icons and menus and stuff
you expect.  See http://www.xwinman.org/ for a site that reviews most
of the available ones: pretty much all of them should be available
from ports -- just install the one you want, and follow the
instructions in the documentation for getting it to start up
automatically when you start up an X session.

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


pgp1WB2yaXuSl.pgp
Description: PGP signature


Re: About X-windows

2004-09-21 Thread Bill Moran
ÿc6ÿdc ÿd5ÿc5 [EMAIL PROTECTED] wrote:

 After I started my x-windows, there is just a mesh-like stuff on the
 screen.And it will also displays several terminals.However, I can't
 see start menu and anything else. I installed my BSD under Vmware.And
 my displayer adapter is Mobility Radeon 7500.My laptop is IBM T40.I
 want to know is this because of the driver of the display adapter or
 anything else. How to solve this problem.

Please wrap your lines around 72 characters, see
http://www.lemis.com/questions.html

X is fine, you are using a minimal display manager, which doesn't have
all the fancy features you are looking for.

See this section of the handbook for more information:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html

But what makes you think you'll get a start menu in any case?

-- 
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: Portinstall problem (config.guess not found)

2004-09-21 Thread Lowell Gilbert
Philip Payne [EMAIL PROTECTED] writes:

 Hi,
 
 I'm getting the following error when trying to build any port.
 
   /usr/ports/portname/work/config.guess: No such file or directory.
 
 I've googled  searched the mailing list archives which gave 2 suggestions. 
 
 Autoconf or libtool have got fubar'd and I should reinstall and/or to cvsup
  update the ports index.
 
 I tried both  neither succeeded. Boo :-(
 
 Now if a port tries to re-install libtool, it also bums out with the above
 error.
 
 I'm using Freebsd-5.3-beta4. 
 
 Does anyone have further suggestions on what the error could be and how it
 can be resolved?

Did you try completely *removing* all installed versions of autoconf,
automake, and libtool?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ssh connection

2004-09-21 Thread Lowell Gilbert
Pota Kalima [EMAIL PROTECTED] writes:

 Thanks for all your responses. I must add that I am not a programmer, so all
 that the verbose stuff did not mean much too. I bit the bullet and started
 afresh - re-installed 5.2.1.
 
 I find that I could ssh to the machine itself, okay - as KeS suggested. The
 process ends with the machine connecting to itself!
 
 What I still cannot do is to ssh from another machine (Laptops MacOS X or
 windoz) which I would really like to do. On the mac I get this
 
 $ ssh -vvv 192.168.0.5
 OpenSSH_3.6.1p1+CAN-2004-0175, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
 debug1: Reading configuration data /etc/ssh_config
 debug1: Rhosts Authentication disabled, originating port will not be
 trusted.
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to 192.168.0.5 [192.168.0.5] port 22.
 debug1: connect to address 192.168.0.5 port 22: Permission denied
 ssh: connect to host 192.168.0.5 port 22: Permission denied
 
 $ 
 
 The machine I am trying to connect to has NO firewall, yet.

Yes, if a firewall were blocking it, you would get a Connection
refused instead of Permission denied.

If you are using TCP wrappers on ssh, remove that.  If you don't know
what that means, you're not doing it.

Try adding the -v flags to sshd, not just the connecting ssh.  To do
that without rebooting, I think you need to kill your existing sshd
and run it again from the command line.  If you put 'sshd_flags=-vv'
in /etc/rc.conf, it will be done automatically at every boot (until
you remove the line again).  I think that the debug messages will go
into /var/log/messages.

Good luck.
-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org:8088/~lowell/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re-negotiate network speed

2004-09-21 Thread Nikos Vassiliadis
Yes there is. ifconfig:) Check the manual. It's the media
parameter the one you should look for.

Cheers, NikV

On Tuesday 21 September 2004 13:07, Rus Foster wrote:
 Is there a software command that allows root to renogiate the network
 speed similar to mii-tool on Linux?

 Thanks

 Rus

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


Re: need help: install jdk14

2004-09-21 Thread Lowell Gilbert
Chiang Seng Chang [EMAIL PROTECTED] writes:

 the error:
 
   Checksum OK for rpm/libstdc++-2.96-112.7.1.i386.rpm.
 ===  Patching for linux_base-7.1_7
 ===   linux_base-7.1_7 depends on executable: rpm - found
 ===  Configuring for linux_base-7.1_7
 ===  Installing for linux_base-7.1_7
 ===  linux_base-7.1_7 conflicts with installed package(s):
linux_base-debian-3.0.23_1
They install files into the same place.
Please remove them first with pkg_delete(1).
 *** Error code 1
 Stop in /usr/ports/emulators/linux_base.
 *** Error code 1
 Stop in /usr/ports/java/linux-sun-jdk14.
 *** Error code 1
 Stop in /usr/ports/java/jdk14.
 
 pkg_info | grep linux:
 
 linux_base-debian-3.0.23_1 Debian base set for the Linux mode
 
 pkgtools.conf:
 
   ALT_PKGDEP = {
  'emulators/linux_base' = 'emulators/linux_base-debian',
   }
 
 i'm at wits end, pls help.

You need linux-sun-jdk14 installed to bootstrap the native jdk14
build.  It depends on (the Linux) libc.so.6, which it tries to get
from linux_base.  However, linux_base-debian also provides that file,
so I'm not sure why it's trying to install another linux_base.  Is the
file there?  Are you ports up-to-date?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org:8088/~lowell/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum software raid as boot drive

2004-09-21 Thread David Kelly
On Sep 20, 2004, at 8:52 PM, Greg 'groggy' Lehey wrote:
We could not find stated exactly anywhere, but we are presuming the
description file that you use with vinum create becomes
/etc/vinum.conf
Well, you need to call it that.  The name isn't critical, but it's a
good choice.
I use vinum only for a data volume. I've seen /etc/vinum.conf mentioned 
in the handbook and other documentation but didn't understand its use. 
Was under the impression that recent vinum stored this information in 
the headers on the drives? That it found its drives by reading the 
volume types off BSD partitions.

Vinum in 5.2.1 often fails to remember its configuration on boot. But 
sometimes remembers on a cold boot. Would vinum printconfig  
/etc/vinum.conf help?

When we execute vinum create it appears to work fine.  The Devices are
created in /dev/vinum/ and we can do a fsck -n -t ufs /dev/vinum/root
which outputs no errors
The problem is when we reboot the devices in /dev/vinum are destroyed 
(
presume this is normal behaviour ) but they are not created on boot.
Take a look at http://www.vinumvm.org/vinum/how-to-debug.html.  It
might help; otherwise supply the information asked for there.
This is a problem I too have been having since 5.2.1, which was the 
first time I used vinum. Was only out of desperation, Its broken, 
everything is lost, did something wrong, lets start over that I re-ran 
vinum stripe -v /dev/ad4s1d /dev/ad6s1d and then on a lark rather 
than newfs I ran fsck and found my /dev/vinum/vinum0 intact!

Sometimes vinum finds its configuration and boots. Then something 
changed and vinum behaved on 3 boots in a row. Had composed a lengthy 
email in answer to Greg's debugging checklist above. Was tricked into 
deleting it unsent. I think Beastie's last name might be Murphy.

Upgraded to 5.3-BETA and developed a new problem: vinum causes a kernel 
panic when started from the rc scripts.
http://www.freebsd.org/cgi/query-pr.cgi?pr=71824

I suspect the issues are related because I always lose vinum 
configuration after a panic, but usually do not if I let the mount fail 
during boot (for lack of vinum_start=YES in /etc/rc.conf) and drop me 
into single user. Then vinum start and exit typed manually usually 
brings the system up. Drops me into single user again if vinum lost its 
configuration.

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


Re: reload rc.conf during boot process

2004-09-21 Thread Giorgos Keramidas
On 2004-09-21 14:18, Markie [EMAIL PROTECTED] wrote:
 Giorgos Keramidas [EMAIL PROTECTED] wrote:
 |  After running my program in the rc.d mount script I then did a
 | 
 |  . /etc/rc.conf
 | 
 |  but rc.conf doesn't get reloaded.
 |
 | The /etc/rc script is a ``driver script'' that loads rc.conf before teh
 | mount script has a chance to run.  Even if you reload rc.conf in the
 | mountd script this cannot affect the parent process that runs /etc/rc.

 Oh I think I see what you're saying, it's kind of like variable scope,
 right? When I do . /etc/rc.conf in mountcritlocal that's loading the file,
 but only for that script? It's not actually replacing the variables at all,
 right?

They're environment variables and that's how environment variables work in
UNIX.  Environment variables can be changed in a process and this will affect
all the processes spawned off by the one with the changed environment but it
won't affect processes higher up the hierarchy.

The `/etc/rc' script starts `/etc/rc.d/mountd' after setting some of these
variables (by running . /etc/rc.conf as usual).  The mountd process inherits
the environment of /etc/rc and can make changes to its environment as much as
it wants.  The changes don't affect the parent process (the /etc/rc
invocation).

 I saw load_rc_config 'XXX' in early.sh or something, just a minute ago!
 Does the XXX do anything?

Not much.  It's just a placeholder to shuttup the checks near the beginning of
`load_rc_config'.  Passing an invalid `command name' to load_rc_config lets us
load /etc/rc.conf and any other config file listed in $source_rc_confs
without having to re-invent load_rc_config every time.

 I don't actually have rc.conf.d either, as far as I can tell?

This shouldn't be a problem.  Don't worry about it.

 My idea was so I could try out FreeBSD on my laptop and keep it usable on
 the University network, [...]

Yeah, I figured it was something of this sort :)

- Giorgos

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


Re: reload rc.conf during boot process

2004-09-21 Thread Markie
- Original Message -
From: Giorgos Keramidas [EMAIL PROTECTED]
To: Markie [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 2:24 PM
Subject: Re: reload rc.conf during boot process


| On 2004-09-21 14:18, Markie [EMAIL PROTECTED] wrote:
|  Giorgos Keramidas [EMAIL PROTECTED] wrote:
|  |  After running my program in the rc.d mount script I then did a
|  | 
|  |  . /etc/rc.conf
|  | 
|  |  but rc.conf doesn't get reloaded.
|  |
|  | The /etc/rc script is a ``driver script'' that loads rc.conf before
teh
|  | mount script has a chance to run.  Even if you reload rc.conf in the
|  | mountd script this cannot affect the parent process that runs
/etc/rc.
| 
|  Oh I think I see what you're saying, it's kind of like variable scope,
|  right? When I do . /etc/rc.conf in mountcritlocal that's loading the
file,
|  but only for that script? It's not actually replacing the variables at
all,
|  right?
|
| They're environment variables and that's how environment variables work
in
| UNIX.  Environment variables can be changed in a process and this will
affect
| all the processes spawned off by the one with the changed environment but
it
| won't affect processes higher up the hierarchy.
|
| The `/etc/rc' script starts `/etc/rc.d/mountd' after setting some of
these
| variables (by running . /etc/rc.conf as usual).  The mountd process
inherits
| the environment of /etc/rc and can make changes to its environment as
much as
| it wants.  The changes don't affect the parent process (the /etc/rc
| invocation).
|

That's basically what I was trying to say :-) I didn't know environment
variables worked like that though, thanks for the info!

|  I saw load_rc_config 'XXX' in early.sh or something, just a minute ago!
|  Does the XXX do anything?
|
| Not much.  It's just a placeholder to shuttup the checks near the
beginning of
| `load_rc_config'.  Passing an invalid `command name' to load_rc_config
lets us
| load /etc/rc.conf and any other config file listed in $source_rc_confs
| without having to re-invent load_rc_config every time.
|

Alright, fair play!

|  I don't actually have rc.conf.d either, as far as I can tell?
|
| This shouldn't be a problem.  Don't worry about it.
|
|  My idea was so I could try out FreeBSD on my laptop and keep it usable
on
|  the University network, [...]
|
| Yeah, I figured it was something of this sort :)
|

:-) it also gives me something to try and learn. It was good fun actually
hacking up my first, possibly semi-useful, small little program in C! Now I
know a little bit about how the RC scripts work too! It's pretty amazing
what shell script programming can do!

I was just looking at that diff you attached. I think I understand it near
enough, but just before the esac is that like a default: style part? So if
nothing matches, i.e if the script isn't called selectcf, then it'll just
run the script and not reload rc.conf? Wouldn't I need a run_rc_script
before the unset _rc_conf_loaded, to actually run my selectcf script? :-)

| - Giorgos
|

Thanks for the super quick reply!

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


Re: need help: install jdk14

2004-09-21 Thread Chiang Seng Chang
ls /compat/linux/lib:
-rwxr-xr-x  1 root  wheel 1.1M Apr 28  2002 libc-2.2.5.so*
lrwxr-xr-x  1 root  wheel  13B Sep 18 13:53 libc.so.6@ - libc-2.2.5.so
the ports are up to date.
i got this feeling that its ignoring the ALT_PKGDEP in pkgtools.conf.
-cs
Lowell Gilbert wrote:
Chiang Seng Chang [EMAIL PROTECTED] writes:

the error:
 Checksum OK for rpm/libstdc++-2.96-112.7.1.i386.rpm.
===  Patching for linux_base-7.1_7
===   linux_base-7.1_7 depends on executable: rpm - found
===  Configuring for linux_base-7.1_7
===  Installing for linux_base-7.1_7
===  linux_base-7.1_7 conflicts with installed package(s):
  linux_base-debian-3.0.23_1
  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1
Stop in /usr/ports/emulators/linux_base.
*** Error code 1
Stop in /usr/ports/java/linux-sun-jdk14.
*** Error code 1
Stop in /usr/ports/java/jdk14.
pkg_info | grep linux:
linux_base-debian-3.0.23_1 Debian base set for the Linux mode
pkgtools.conf:
 ALT_PKGDEP = {
'emulators/linux_base' = 'emulators/linux_base-debian',
 }
i'm at wits end, pls help.

You need linux-sun-jdk14 installed to bootstrap the native jdk14
build.  It depends on (the Linux) libc.so.6, which it tries to get
from linux_base.  However, linux_base-debian also provides that file,
so I'm not sure why it's trying to install another linux_base.  Is the
file there?  Are you ports up-to-date?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NFS weird problem on fbsd4.10stable

2004-09-21 Thread vj
Hi.

Iam trying to get nfs to work on two fbsd 4.10 stable machines. One as an
client and one as an server.

Loading nfs module by /boot/loader.conf, portmap is running. Following
handbook ways of doing and iam not getting any further.

On the client iam trying to run:
# nfsiod -n 4
nfsiod: vfsload(nfs): File exists

But it just comes back with that error, what am i doing wrong?


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


White Paper on routing freebsd

2004-09-21 Thread omni_osx_ml
Hello,
I am looking for a good white paper or tutorial that will explain how 
to configure routing for freebsd.

A good pointer for understanding linux  static routing will be 
apreciated too.

I have already read the HandBook, but there are still couple of things 
that I haven't catch.

Sincerly yours.
__
«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
¯¯
Gregober --- PGP ID -- 0x1BA3C2FD
omni_osx_ml @at@ todoo.biz
__
«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
¯¯
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: need help: install jdk14

2004-09-21 Thread Lowell Gilbert
Please don't top-post.
http://catb.org/~esr/jargon/html/T/top-post.html

Chiang Seng Chang [EMAIL PROTECTED] writes:
 Lowell Gilbert wrote:
  Chiang Seng Chang [EMAIL PROTECTED] writes:
 
 the error:
 
   Checksum OK for rpm/libstdc++-2.96-112.7.1.i386.rpm.
 ===  Patching for linux_base-7.1_7
 ===   linux_base-7.1_7 depends on executable: rpm - found
 ===  Configuring for linux_base-7.1_7
 ===  Installing for linux_base-7.1_7
 ===  linux_base-7.1_7 conflicts with installed package(s):
linux_base-debian-3.0.23_1
They install files into the same place.
Please remove them first with pkg_delete(1).
 *** Error code 1
 Stop in /usr/ports/emulators/linux_base.
 *** Error code 1
 Stop in /usr/ports/java/linux-sun-jdk14.
 *** Error code 1
 Stop in /usr/ports/java/jdk14.
 
 pkg_info | grep linux:
 
 linux_base-debian-3.0.23_1 Debian base set for the Linux mode
 
 pkgtools.conf:
 
   ALT_PKGDEP = {
  'emulators/linux_base' = 'emulators/linux_base-debian',
   }
 
 i'm at wits end, pls help.
  You need linux-sun-jdk14 installed to bootstrap the native jdk14
  build.  It depends on (the Linux) libc.so.6, which it tries to get
  from linux_base.  However, linux_base-debian also provides that file,
  so I'm not sure why it's trying to install another linux_base.  Is the
  file there?  Are you ports up-to-date?
 
 ls /compat/linux/lib:
 
 -rwxr-xr-x  1 root  wheel 1.1M Apr 28  2002 libc-2.2.5.so*
 lrwxr-xr-x  1 root  wheel  13B Sep 18 13:53 libc.so.6@ - libc-2.2.5.so
 
 the ports are up to date.
 
 i got this feeling that its ignoring the ALT_PKGDEP in pkgtools.conf.

Well, yes; it's being installed by the port directly, not by
portupgrade.  But the port should notice that libc.so.6 is installed
and not try to provide it...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: reload rc.conf during boot process

2004-09-21 Thread Giorgos Keramidas
On 2004-09-21 14:40, Markie [EMAIL PROTECTED] wrote:
 I was just looking at that diff you attached. I think I understand it near
 enough, but just before the esac is that like a default: style part? So if
 nothing matches, i.e if the script isn't called selectcf, then it'll just
 run the script and not reload rc.conf? Wouldn't I need a run_rc_script
 before the unset _rc_conf_loaded, to actually run my selectcf script? :-)

It's there already.  I've just used a trick with md5(1) to check if the
file rc.conf changes and you missed it because it's hidden between two
other lines.  Just above the body of the if-block you're reading I had
added the following:

% + _sum_before=`md5 /etc/rc.conf`
% + run_rc_script ${_rc_elem} ${_boot}
% + _sum_after=`md5 /etc/rc.conf`

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


Usbd detach event

2004-09-21 Thread Mike Woods
Im having a small problem with usbd and the detach event on a 
5.1-Release system, simply put it's not running the detach event when a 
usb printer/parallel port (ulptX) is removed.

my usbd.conf entry for it looks like this
---
device USB Printer
   devname ulpt[0-9]+
   attach /usr/bin/perl /usr/local/print/perms.pl ${DEVNAME}
   detach /usr/bin/perl /usr/local/print/remove.pl ${DEVNAME}
---
As far as i can see there's nothing wrong with that entry and usbd is 
running the attach event however i rather need the detach event to 
maintain a list of printers available for load balancing!

Any help would be apreaciated.
-
Mike Woods
IT Technician
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: reload rc.conf during boot process

2004-09-21 Thread Markie

- Original Message -
From: Giorgos Keramidas [EMAIL PROTECTED]
To: Markie [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 2:51 PM
Subject: Re: reload rc.conf during boot process


| On 2004-09-21 14:40, Markie [EMAIL PROTECTED] wrote:
|  I was just looking at that diff you attached. I think I understand it
near
|  enough, but just before the esac is that like a default: style part? So
if
|  nothing matches, i.e if the script isn't called selectcf, then it'll
just
|  run the script and not reload rc.conf? Wouldn't I need a run_rc_script
|  before the unset _rc_conf_loaded, to actually run my selectcf script?
:-)
|
| It's there already.  I've just used a trick with md5(1) to check if the
| file rc.conf changes and you missed it because it's hidden between two
| other lines.  Just above the body of the if-block you're reading I had
| added the following:
|
| % + _sum_before=`md5 /etc/rc.conf`
| % + run_rc_script ${_rc_elem} ${_boot}
| % + _sum_after=`md5 /etc/rc.conf`
|

Oh yeah! Clever stuff! I figured I had just missed something... stupid me
:-) Cheers!

Just tested that out and it seems to work, it didn't start up sshd with my
test config! I had a little problem(?) with rcorder though, I think. I
specified

# REQUIRE: mountcritlocal

and from what I read, I was expecting my script to come up somewhere very
near mountcritlocal, but it actually appeared after sendmail.. which is
miles away. I solved it for now by putting

# BEFORE: ipfilter

aswell, because really I want it always after mountcritlocal. I'm a bit
confused as to why with # REQUIRE: mountcritlocal it was being run so late.
Did I misread something?

Anyway! With the BEFORE line it works great! Exactly how I wanted it!
Thanks alot!!

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


ATI Radeon 9000 64mb AGP on 5.3beta2

2004-09-21 Thread John DeStefano
I'm trying to get my ATI Radeon 9000 64mb AGP video card to oplay nice
with with Xorg on FreeBSD5.3beta2.  Since I've already asked for help,
I won't pollute the list yet again with details, as they can be found
at the BSD Forums:
http://www.freebsdforums.org/forums/showthread.php?s=threadid=24984
In a nutshell, no matter what config tool I use, or what settings I
come up with, when I startx I get a blue and green garbled screen out
from which I can't exit.

I've been fighting with this for weeks now and I'm at the end of my
rope.  A few people have had some ideas, which I've tried with little
result.  As I'm on the cusp of deciding to reformat the whole $#@%
thing and start over after a multitude of struggling (with other
components as well), I'm open to any and all ideas.

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


ipfw and access-list

2004-09-21 Thread adrian kok
Dear all

I am using freebsd as router and firewall

I have question about the following rules 
implemented on ipfw and access-list of zebra

Do I have any problem and slow down the router using
same rule?

Thank you so much

# Deny all inbound traffic from non-routable reserved
address spaces
$cmd 00300 deny all from 192.168.0.0/16 to any in via
$pif  #RFC 1918 private IP
$cmd 00301 deny all from 172.16.0.0/12 to anyin via
$pif #RFC 1918 private IP
$cmd 00302 deny all from 10.0.0.0/8 to anyin via $pif 
#RFC 1918 private IP
$cmd 00303 deny all from 127.0.0.0/8 to anyin via $pif
   #loopback
$cmd 00304 deny all from 0.0.0.0/8 to anyin via $pif  
 #loopback
$cmd 00305 deny all from 169.254.0.0/16 to anyin via
$pif   #DHCP auto-config
$cmd 00306 deny all from 192.0.2.0/24 to anyin via
$pif   #reserved for doc's
$cmd 00307 deny all from 204.152.64.0/23 to anyin via
$pif  #Sun cluster interconnect
$cmd 00308 deny all from 224.0.0.0/3 to anyin via $pif
#Class D  E multicast
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Resolution problems

2004-09-21 Thread Tom Connolly
I have 8 Megs of RAM and I have set the DefaultDepth to 16 already.

-Original Message-
From: Warren Block [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 20, 2004 6:10 PM
To: Tom Connolly
Cc: FreeBSD_Questions
Subject: Re: Resolution problems

On Mon, 20 Sep 2004, Tom Connolly wrote:

 I am currently running 4.10 with the latest version of xfree86.  My video
 card is an integrated ATI Rage Pro and I can't seem to get resolutions
above
 800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and
I'm
 sure the hardware is capable of this.  I am using the generic ATI driver.
 Could this be my problem?  Any help would be greatly appreciated.

How much video RAM does it have?  If it's only 2M, there's not enough to 
run 1280x1024 at the default 24-bit depth.  If you have 4M, ignore this. 
If not, try explicitly setting

   DefaultDepth 16

in your Screen section, just before any Display subsections.

-Warren Block * Rapid City, South Dakota USA

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


dhclient

2004-09-21 Thread Osmany Guirola Cruz
hi people
 i have a little question.. it is a little detail
 when i have installed 4.10STABLE the boot process of the machine was very 
rapid then i installed 5.2 and the boot process it's slower in the moment 
that began the dhclient
Starting dhclient..  in this part the process delay some time much more 
than when i have installed 4.10STABLE now i have installed 5.3BETA4 and 
happens the same.
Why? 
 

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


listing devices

2004-09-21 Thread arden
hi all 

I use AIX at work if I want to view devices on my system i use lsdev and
lscfg 

These commands seem not to be there in freebsd 

What do you use to list the devices on you system ?

Arden 

btw really impressed with the way freebsd preforms on low end systems 



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


Re: SCSI Shock Advice !

2004-09-21 Thread Jerry McAllister
Hi,

 Thanks for replies, however I need advise
 on cloning the IDE to the SCSI disc.
 
 G4U did not finish correctly and once
 I had made changes to fstab and booted
 the fs I got some pretty severe errors.
 
 /usr was inaccessible and I ended up 
 using Freesbie to re-edit fstab to get
 a booting system.
 
 I think the problem is that the SCSI
 disc is 38GB (only 1.7GB used) and
 the IDE is 40GB.
 
 What is the best / safest way to do
 a disk clone in this case?

Don't use any of the cloning utilities (not even dd) because you 
are not trying to make an exact byte for byte clone, but rather
a functional copy.   That is quite different.

The best thing is to create the new file systems
eg slice (fdisk) partition (disklabel or bsdlabel in 5.xxx) 
and build the file system (newfs) and then mount the new file
systems to a temporary mount mount and  transfer each file system 
separately by running dump and restore.

Note:  To make a bootable copy you will need to put in an MBR when
you do the fdisk to create the slice and a boot block when you do t
the disklabel/bsdlabel when you do the partitioning.  Don't leave 
those out.

If you have room, you can run a dump to a file in spare space
somewhere and then  restore from that file.  If you don't have 
the extra space, you can pipe a dump of the old fs to a restore
to the new one.  Make sure you cd in to the new file system 
before doing the restore whichever way you are doing it.

This is covered pretty much in the man pages of dump and restore.
But, say your SCSI is da0 and you created one slice and did the
label/partitioning ok and newfs-ed all the partitions and now you
want to put the old root on the new disk.

  cd /
  mkdir newroot
  mount /dev/da0s1a /newroot
  cd /newroot
  dump 0af - / | restore rf -

Do the similar for each of the file systems you want/need to move over.
That probably means all of them.

When you are done, the only thing left to do, besides checking things
out to make sure they look good is to modify the new copy of /etc/fstab
so the devices to mount will now be da0s1..  instead of ad0s1..

You can also get rid of all the 'restoresymtable' files in each
new filesystem.  Restore uses those to keep track of itself and they
are no longer needed once it has successfully completed.

You should then be able to shuffle any disks and bios you need to
to make the SCSI disk the boot device and then boot and run.

jerry

 
 Thanks again
 
 Graham
 
 
 Custom PC North West
 Open Source Solutions
 http://www.cpcnw.co.uk
 ___
 [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: nis/yp question about password file

2004-09-21 Thread Evren Yurtesen
David Wolfskill wrote:
can anybody tell what changed in nis/yp that it doesnt work as before 
anymore?
PAM, perhaps?
Ah well, I figured the problem out actually... I was too impatient when 
I sent the email... I just upgraded my master nis server to a completely 
new machine and the old one was working in a different IP. Somehow the 
4.x freebsd version clients were connecting to the new one and the 5.x 
freebsd version clients were connecting to the old one... The old one 
had the old passwd file so 5.x versions showed the old data which seemed 
to be funnily wrong.

Now when I disabled NIS server in the old 4.x FreeBSD master server I 
was using, everything came back to normal.

I was so stupid :)
Thanks,
Evren
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Core System Update

2004-09-21 Thread Kenneth A. Bond
Thank you very much for your assistance. It is much appreciated.
 
Thanks again.

Haulmark, Chris [EMAIL PROTECTED] wrote:


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Bill Moran
 Sent: Monday, September 20, 2004 1:31 PM
 To: Kenneth A. Bond
 Cc: [EMAIL PROTECTED]
 Subject: Re: Core System Update
 
 Kenneth A. Bond wrote:
 
  Hello,
  I am trying to determine how often to update my systems.
  Currently I am using anoncvs in order to synch my source.
  From there I run the typical
  
  # make buildworld
  # make buildkernel
  # make installkernel
  # 
  # mergemaster -p# make installworld# mergemaster# reboot
  
  Should I only perform this when a security vulnerability is found?
  
  I am trying to achieve maximum uptime for these systems and want to
  confirm how often I should perform a core system update.
 
 Please wrap you lines aroun 72 chars. See
 http://www.lemis.com/questions.html
 
 If you're shooting for max uptime and the most stable system, you can
 follow the procedure I follow for most of my clients:
 1) Install the latests 4.x-RELEASE
 2) cvsup to RELENG_4_x (currently RELENG_4_10)
 3) rebuild/reinstall the core system.
 4) When 4.11 comes out, schedule a weekend and cvsup the system to
 RELENG_4_11, rebuild/reinstall. Pay special attention to
 /usr/src/UPDATING, repeat for 4.12, etc
 5) Subscribe to FreeBSD-security. When a vuln is announced, recvsup
 to the RELENG_4_x and rebuild/reinstall

Or simply follow the alert's patch instructions if it is unrelated to a
kernel fix. A service or two would require to be restarted after being patched.

 6) Step 5 can occasionally be skipped. For example, there were many
 sites that I had using FreeBSD that I didn't have to update when
 bind problems were fixed, because they weren't running DNS servers.
 If you're not sure, you're safer updating than not.

For instance, today, a CVS server had a security alert sent out, which is
not important to those of us who do not use CVS server.

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


--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary. 


Computers are like Air Conditioners: They stop working properly if you open Windows.


-
Post your free ad now! Yahoo! Canada Personals
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI Shock Advice !

2004-09-21 Thread Jerry McAllister
 
 Hi,
 
  Thanks for replies, however I need advise
  on cloning the IDE to the SCSI disc.
  
  What is the best / safest way to do
  a disk clone in this case?
 
 Don't use any of the cloning utilities (not even dd) because you 
 are not trying to make an exact byte for byte clone, but rather
 a functional copy.   That is quite different.
 
 The best thing is to create the new file systems
 eg slice (fdisk) partition (disklabel or bsdlabel in 5.xxx) 
 and build the file system (newfs) and then mount the new file
 systems to a temporary mount mount and  transfer each file system 
 separately by running dump and restore.
 
 Note:  To make a bootable copy you will need to put in an MBR when
 you do the fdisk to create the slice and a boot block when you do t
 the disklabel/bsdlabel when you do the partitioning.  Don't leave 
 those out.
 
 If you have room, you can run a dump to a file in spare space
 somewhere and then  restore from that file.  If you don't have 
 the extra space, you can pipe a dump of the old fs to a restore
 to the new one.  Make sure you cd in to the new file system 
 before doing the restore whichever way you are doing it.
 
 This is covered pretty much in the man pages of dump and restore.
 But, say your SCSI is da0 and you created one slice and did the
 label/partitioning ok and newfs-ed all the partitions and now you
 want to put the old root on the new disk.
 
   cd /
   mkdir newroot
   mount /dev/da0s1a /newroot
   cd /newroot
   dump 0af - / | restore rf -
 
 Do the similar for each of the file systems you want/need to move over.
 That probably means all of them.

By the way, I notice that in the FAQ on moving to a huge disk
it uses the 'x' switch on the restore and I think it is more
appropriate to use 'r'.So,  'restore rf -'  as I indicate in
my post instead of   'restore xf -' as in the faq.  
Actually, it might work either way, but I think 'r' is more correct.

jerry

 
 When you are done, the only thing left to do, besides checking things
 out to make sure they look good is to modify the new copy of /etc/fstab
 so the devices to mount will now be da0s1..  instead of ad0s1..
 
 You can also get rid of all the 'restoresymtable' files in each
 new filesystem.  Restore uses those to keep track of itself and they
 are no longer needed once it has successfully completed.
 
 You should then be able to shuffle any disks and bios you need to
 to make the SCSI disk the boot device and then boot and run.
 
 jerry
 
  
  Thanks again
  
  Graham
  
  
  Custom PC North West
  Open Source Solutions
  http://www.cpcnw.co.uk
  ___
  [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]
 

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


Re: phpMyAdmin problem

2004-09-21 Thread digish reshamwala
Hi Pete,

Thanks a lot for yr reply!

Can u please help me that, How can I define WITH_OPENSSL_BASE or 
WITH_OPENSSL_PORT as the error message states?  OR update the Version 
of OpenSSL??

thanks again,
macuser

P:S:- I am really new to freebsd and even *nix

- Original Message -
From: pete wright [EMAIL PROTECTED]
Date: Monday, September 20, 2004 6:44 pm
Subject: Re: phpMyAdmin problem

 On Mon, 20 Sep 2004 16:26:11 -0700, digish reshamwala 
[EMAIL PROTECTED] 
 wrote: Dependency warning: used OpenSSL version contains known 
 vulnerabilities Please update or define either WITH_OPENSSL_BASE or 
 WITH_OPENSSL_PORT *** Error code 1
  
  Stop in /usr/ports/security/php4-openssl.
  *** Error code 1
  
  Stop in /usr/ports/databases/phpmyadmin.
  
  
  Any ideal how to solve this?  Please help me out?
 
 Have you tried to define WITH_OPENSSL_BASE or WITH_OPENSSL_PORT as
 the error message states?  I assume the version of OpenSSL you have
 installed is out of date and may need to be upgraded.
 
 HTH
 -pete
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
[EMAIL PROTECTED]
 

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


qt3 not compiling in ports?

2004-09-21 Thread John Cholewa
When trying to install kde3 (running make clean; make in 
/usr/ports/x11/kde3 and deselecting all optional features), I get the 
following error:

install  -s -o root -g wheel -m 555 
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/tools/qvfb/qvfb 
/usr/X11R6/bin
cd src/moc  make
c++ -c -pipe -fno-exceptions -O -pipe -mcpu=pentiumpro  -DQT_MOC 
-DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL 
-DQT_NO_COMPRESS -I -I. -I/usr/local/include/freetype2 
-I/usr/local/include -I../../include -I../tools -I. -I/usr/local/include 
-o ./moc_yacc.o moc_yacc.cpp
moc.y:58:27: qplatformdefs.h: No such file or directory
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/src/moc.

Should I try separately installing qt instead of relying on dependency 
resolution?  That's what I'll be trying next, but I wanted to know if 
anybody has heard of problems building this.

On the side, anybody have links to ports error reports?  I had the pages 
for this bookmarked a long time ago, but I don't think I have that 
bookmark file lying around now.  :/

--
 -JC
 http://www.jc-news.com/parse.cgi?coding/main
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne
 Philip Payne [EMAIL PROTECTED] writes:
 
  Hi,
  
  I'm getting the following error when trying to build any port.
  
  /usr/ports/portname/work/config.guess: No such file 
 or directory.
  
  I've googled  searched the mailing list archives which 
 gave 2 suggestions. 
  
  Autoconf or libtool have got fubar'd and I should reinstall 
 and/or to cvsup
   update the ports index.
  
  I tried both  neither succeeded. Boo :-(
  
  Now if a port tries to re-install libtool, it also bums out 
 with the above
  error.
  
  I'm using Freebsd-5.3-beta4. 
  
  Does anyone have further suggestions on what the error 
 could be and how it
  can be resolved?
 
 Did you try completely *removing* all installed versions of autoconf,
 automake, and libtool?

Yup... no autoconf, automake or libtool present. Problem still persits.

Doesn't matter which port I try I get the same error. e.g. fwbuilder, gimp,
gmake, portupgrade.

Any help much appreciated. 

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


Re: need help: install jdk14

2004-09-21 Thread Chiang Seng Chang
I gave up fighting and go with the system,
deinstalled linux_base-debian and let nature take its course.
-cs
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne
Ooer... this gets weirder... see below...

  Philip Payne [EMAIL PROTECTED] writes:
  
   Hi,
   
   I'm getting the following error when trying to build any port.
   
 /usr/ports/portname/work/config.guess: No such file 
  or directory.
   
   I've googled  searched the mailing list archives which 
  gave 2 suggestions. 
   
   Autoconf or libtool have got fubar'd and I should reinstall 
  and/or to cvsup
update the ports index.
   
   I tried both  neither succeeded. Boo :-(
   
   Now if a port tries to re-install libtool, it also bums out 
  with the above
   error.
   
   I'm using Freebsd-5.3-beta4. 
   
   Does anyone have further suggestions on what the error 
  could be and how it
   can be resolved?

I just rebuilt the machine as the problem was doing my head-in. Freebsd
5.3-beta5. Basically, X-Developer distro with KDE installed as desktop. 

The first port I try to to install is generally CVSUP. I get the
config.guess not found error straight away... as below.

I am not sure how to proceed. I'm tempted to fall back to 4-Stable which was
working fine. Switching to FreeBSD-5 has been a nightmare. I just wanted to
try PF  Fwbuilder2 as a firewall.

There doesn't seem to be a lot of posts on the list with this problem so I'm
assuming its a problem specific to me... but weird.

Any help much appreciated. 

Cheers,
Phil.


w# cd /usr/ports/net/cvsup-without-gui/
gw# make install clean
===  Vulnerability check disabled, database not found
 cvsup-snap-16.1h.tar.gz doesn't seem to exist in
/usr/ports/distfiles/.
 Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
cvsup-snap-16.1h.tar.gz   100% of  420 kB   55 kBps
===  Extracting for cvsup-without-gui-16.1h
 Checksum OK for cvsup-snap-16.1h.tar.gz.
===  Patching for cvsup-without-gui-16.1h
===   cvsup-without-gui-16.1h depends on file:
/usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a - not found
===Verifying install for
/usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /usr/ports/lang/ezm3
===  Vulnerability check disabled, database not found
 ezm3-1.2-FreeBSD4-boot.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/ezm3.
 Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
ezm3-1.2-FreeBSD4-boot.tar.bz2100% of 1334 kB   55 kBps
00m00s
 ezm3-1.2-src.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/ezm3.
 Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
ezm3-1.2-src.tar.bz2  100% of   10 MB   56 kBps
00m00s
===  Extracting for ezm3-1.2
 Checksum OK for ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
 Checksum OK for ezm3/ezm3-1.2-src.tar.bz2.
===  Patching for ezm3-1.2
===  Applying FreeBSD patches for ezm3-1.2
===   ezm3-1.2 depends on executable: gmake - not found
===Verifying install for gmake in /usr/ports/devel/gmake
===   gmake-3.80_2 depends on shared library: intl - found
===  Configuring for gmake-3.80_2
cp: /usr/ports/devel/gmake/work/make-3.80/config
/usr/ports/devel/gmake/work/make-3.80/config/config.guess: No such file
or directory
*** Error code 1

Stop in /usr/ports/devel/gmake.
*** Error code 1

Stop in /usr/ports/lang/ezm3.
*** Error code 1

Stop in /usr/ports/net/cvsup-without-gui.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portinstall problem (config.guess not found)

2004-09-21 Thread Lowell Gilbert
Philip Payne [EMAIL PROTECTED] writes:

 w# cd /usr/ports/net/cvsup-without-gui/
 gw# make install clean
 ===  Vulnerability check disabled, database not found
  cvsup-snap-16.1h.tar.gz doesn't seem to exist in
 /usr/ports/distfiles/.
  Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
 cvsup-snap-16.1h.tar.gz   100% of  420 kB   55 kBps
 ===  Extracting for cvsup-without-gui-16.1h
  Checksum OK for cvsup-snap-16.1h.tar.gz.
 ===  Patching for cvsup-without-gui-16.1h
 ===   cvsup-without-gui-16.1h depends on file:
 /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a - not found
 ===Verifying install for
 /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /usr/ports/lang/ezm3
 ===  Vulnerability check disabled, database not found
  ezm3-1.2-FreeBSD4-boot.tar.bz2 doesn't seem to exist in
 /usr/ports/distfiles/ezm3.
  Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
 ezm3-1.2-FreeBSD4-boot.tar.bz2100% of 1334 kB   55 kBps
 00m00s
  ezm3-1.2-src.tar.bz2 doesn't seem to exist in
 /usr/ports/distfiles/ezm3.
  Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
 ezm3-1.2-src.tar.bz2  100% of   10 MB   56 kBps
 00m00s
 ===  Extracting for ezm3-1.2
  Checksum OK for ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  Checksum OK for ezm3/ezm3-1.2-src.tar.bz2.
 ===  Patching for ezm3-1.2
 ===  Applying FreeBSD patches for ezm3-1.2
 ===   ezm3-1.2 depends on executable: gmake - not found
 ===Verifying install for gmake in /usr/ports/devel/gmake
 ===   gmake-3.80_2 depends on shared library: intl - found
 ===  Configuring for gmake-3.80_2
 cp: /usr/ports/devel/gmake/work/make-3.80/config
 /usr/ports/devel/gmake/work/make-3.80/config/config.guess: No such file
 or directory
 *** Error code 1
 
 Stop in /usr/ports/devel/gmake.
 *** Error code 1
 
 Stop in /usr/ports/lang/ezm3.
 *** Error code 1
 
 Stop in /usr/ports/net/cvsup-without-gui.

What is in your /etc/make.conf?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The best release to install now?

2004-09-21 Thread Choy Kho Yee
I would like to install freeBSD on a machine which only has WinXP 
resides in it now. I
need to set it up to do some work. And I think there are 2 choices for 
me now, which are
5.2.1 or 5.3-BETA5.

Although I would like to keep up-to-date with the OS but still I want a 
reasonably stable
system on which most ports installs without many problems.

And I would like to be able to upgrade to 5.3-STABLE when it is ready 
some point in the
future without much struggles. I don't mind to recompile all the ports, 
though.

So, what are your suggestions?
Thanks for any input.
---
Choy Kho Yee
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

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


Re: SCSI Shock Advice !

2004-09-21 Thread Lowell Gilbert
Jerry McAllister [EMAIL PROTECTED] writes:

 By the way, I notice that in the FAQ on moving to a huge disk
 it uses the 'x' switch on the restore and I think it is more
 appropriate to use 'r'.So,  'restore rf -'  as I indicate in
 my post instead of   'restore xf -' as in the faq.  
 Actually, it might work either way, but I think 'r' is more correct.

It will, indeed, work either way, but the r flag will do a newfs.
Because the example had already done a newfs, this is redundant (and
wipees out any special parameters you may have used in the original
newfs invocation).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


instalation problem (urgent)

2004-09-21 Thread Radu MOLNAR
I have a problem with FreeBSD instalation. I tried 5.3BETA5 5.2.1 and 4.9 
all with the same result.
When sysinstall starts i choose custom and proceed to creating the slice 
and partitions(only one slice and one partion plus swap). I tried two 
ways.
I go to Partition, create the slice on the entire hard drive press q 
and choose BootMgr.
Then i go to label and create my partion and swap.
(in both these steps i dont write changes)
I choose my distributions and them commit.
When i press commit the computer instantly reboots without anything beeing 
done. After restart i see the slice and partitions but i cant install as 
get errors.

The second way is to write changes when i make the slice and partitions.
When making the slice there are no problems. I create it press w and get 
the message Wrote FDISK partition information out succesfully.
Then i go to label and create the partion and swap.
When i press w i get the message WARNING! Unable to swap to 
/dev/ad0s1b: Device not configured. This may couse the instalation to fail 
at some point if you dont have a lot of memory and then Unable to make 
new root filesystem on /dev/ad0s1a! Command returned status 1

The computer is a AMD k6-2/350 Mhz, the hard drive is a Fujitsu 
mpb3021atu (2G), 64M RAM

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


Re: The best release to install now?

2004-09-21 Thread Benjamin Sobotta
Hi

Well as far as I can tell from the upgrading point of view it make no 
difference whether you're coming from 5.2.1 or 5.3.

Well I have 5.3BETA running on several machines without any problems. If I 
were you, I would try both. Install 5.2.1 to see if this works and then 
upgrade 5.3BETA. If any problems come up just reinstall 5.2.1.

Cheers,

Ben

On Tuesday 21 September 2004 16:29, Choy Kho Yee wrote:
 I would like to install freeBSD on a machine which only has WinXP
 resides in it now. I
 need to set it up to do some work. And I think there are 2 choices for
 me now, which are
 5.2.1 or 5.3-BETA5.

 Although I would like to keep up-to-date with the OS but still I want a
 reasonably stable
 system on which most ports installs without many problems.

 And I would like to be able to upgrade to 5.3-STABLE when it is ready
 some point in the
 future without much struggles. I don't mind to recompile all the ports,
 though.

 So, what are your suggestions?

 Thanks for any input.

 ---
 Choy Kho Yee

 There are only 10 types of people in the world, i.e. those who
 understand binary numbers and those who do not.

 ___
 [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: qt3 not compiling in ports?

2004-09-21 Thread Donald J. O'Neill
On Tuesday 21 September 2004 10:46 am, John Cholewa wrote:
 Should I try separately installing qt instead of relying on
 dependency resolution?  That's what I'll be trying next, but I
 wanted to know if anybody has heard of problems building this.
 --
   -JC
   http://www.jc-news.com/parse.cgi?coding/main

Hi,

Install, in this order, from ports:
1) qt
2) arts
3) kdelibs

Don

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


Re: reload rc.conf during boot process

2004-09-21 Thread Giorgos Keramidas
On 2004-09-21 15:04, Markie [EMAIL PROTECTED] wrote:
 Just tested that out and it seems to work, it didn't start up sshd with my
 test config! I had a little problem(?) with rcorder though, I think. I
 specified

 # REQUIRE: mountcritlocal

 and from what I read, I was expecting my script to come up somewhere very
 near mountcritlocal, but it actually appeared after sendmail.. which is
 miles away. I solved it for now by putting

 # BEFORE: ipfilter

 aswell,

Cool!  This is AFAIK the Right Way(TM) to add things in a specific place
in the rcorder list.

 Thanks alot!!

You're welcome :)

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


Re: phpMyAdmin problem

2004-09-21 Thread digish reshamwala
Hi Pete,

Thanks a lot for yr reply!

Can u please help me that, How can I define WITH_OPENSSL_BASE or 
WITH_OPENSSL_PORT as the error message states?  OR update the Version 
of OpenSSL??

thanks again,
macuser

P:S:- I am really new to freebsd and even *nix

- Original Message -
From: pete wright [EMAIL PROTECTED]
Date: Monday, September 20, 2004 6:44 pm
Subject: Re: phpMyAdmin problem

 On Mon, 20 Sep 2004 16:26:11 -0700, digish reshamwala 
[EMAIL PROTECTED] 
 wrote: Dependency warning: used OpenSSL version contains known 
 vulnerabilities Please update or define either WITH_OPENSSL_BASE or 
 WITH_OPENSSL_PORT *** Error code 1
  
  Stop in /usr/ports/security/php4-openssl.
  *** Error code 1
  
  Stop in /usr/ports/databases/phpmyadmin.
  
  
  Any ideal how to solve this?  Please help me out?
 
 Have you tried to define WITH_OPENSSL_BASE or WITH_OPENSSL_PORT as
 the error message states?  I assume the version of OpenSSL you have
 installed is out of date and may need to be upgraded.
 
 HTH
 -pete
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
[EMAIL PROTECTED]
 


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


second large IDE disk on 5.1

2004-09-21 Thread Chris Neustrup
I am adding a second large (160GB) IDE disk to my system.  I need to
do mknod, but I am unsure what major/minor numbers to choose.  Without
the /dev entries, the fdisk, etc. fail.
tia, cn.
--
 This line blank left intentionally
Warning: Due to circumstances beyond your control, these are my opinions
Chris Neustrup  [EMAIL PROTECTED]  925/935-7970
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI Shock Advice !

2004-09-21 Thread Jerry McAllister
 
 Jerry McAllister [EMAIL PROTECTED] writes:
 
  By the way, I notice that in the FAQ on moving to a huge disk
  it uses the 'x' switch on the restore and I think it is more
  appropriate to use 'r'.So,  'restore rf -'  as I indicate in
  my post instead of   'restore xf -' as in the faq.  
  Actually, it might work either way, but I think 'r' is more correct.
 
 It will, indeed, work either way, but the r flag will do a newfs.
 Because the example had already done a newfs, this is redundant (and
 wipees out any special parameters you may have used in the original
 newfs invocation).

Hmmm.   I have restored lots of dumps using the 'r' switch and never
saw it do a newfs.  In fact the man page for restore tells you to
make sure it is pristine by doing a newfs before the restore.

Actually, I do restore -r into directories that are not even the 
root of a file system and had no problem or seen any newfs occur. 
 -- I do that when merging one system to another and don't want to
deal with naming all the files on the restore.

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


Re: ACPI not working for shutdown -p

2004-09-21 Thread Jason Porter
Nope, still no go.  It gives me a timeout whenever it tries to shutdown, 
I don't know if that has anything to do with the timeout tables, I'd 
assume so, but I haven't the slightest idea on how to fix that.  I'm 
still confused as to why it doesn't work on FreeBSD, but the Windows 
drive I have shuts down the machine just fine.  Oh well.  Thanks for the 
help though.

Matthias Andree wrote:
Jason Porter [EMAIL PROTECTED] writes:

I had things working just fine before, then I rebuild my kernel and I 
don't know what happened, but I can't get ACPI to turn off the computer 
anymore.  I'm running a 5.3BETA3 from Sept 9 and I'm on an ASUS A7S333. 
I'll include the dmesg report, if anyone has any questions, let me 
know, thanks.

Try adding the following line to /boot/loader.conf.local and see if that
helps, I've needed this line with an A7V600-X but haven't recently (in
BETA) checked if it's still needed (dual-boot machine which usually sees
reboot, not halt -p):
hw.acpi.disable_on_poweroff=0
-Jason Porter
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.3 stable when?

2004-09-21 Thread Curtis Vaughan
Isn't 5.3 supposed to be going stable here soon?  Any time line?
Also, since I have 5.3-BETA1 and I see it's at 5.3-BETA5, should I 
worry about upgrading to BETA5 or just wait till it goes stable?

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


Port upgrading - my way

2004-09-21 Thread Curtis Vaughan
I got a lot of feedback earlier about ways to do port upgrades and I 
really appreciate it.
I know everyone has their own way. For now, I am doing it the following 
way.  I just want to know whether there is any reason I shouldn't be 
doing it this way. In other words, by doing it this way is there a 
potential problem or error that my result?

First I run:
/usr/local/bin/cvsup -g -L 2 /root/cvsup/ports-supfile
My ports-supfile reads:
*default host=cvsup10.us.FreeBSD.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all tag=.
Then I run:
portupgrade -a
That's it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 stable when?

2004-09-21 Thread Chris
Curtis Vaughan wrote:
Isn't 5.3 supposed to be going stable here soon?  Any time line?
Also, since I have 5.3-BETA1 and I see it's at 5.3-BETA5, should I worry 
about upgrading to BETA5 or just wait till it goes stable?

Curtis

http://www.freebsd.org/releases/5.3R/schedule.html
--
Best regards,
Chris
An easily-understood, workable falsehood is more useful
than a complex, incomprehensible truth.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 stable when?

2004-09-21 Thread Kevin A. Pieckiel
On Tue, Sep 21, 2004 at 10:35:38AM -0700, Curtis Vaughan wrote:
 Isn't 5.3 supposed to be going stable here soon?  Any time line?

http://www.freebsd.org/releases/5.3R/schedule.html

 Also, since I have 5.3-BETA1 and I see it's at 5.3-BETA5, should I 
 worry about upgrading to BETA5 or just wait till it goes stable?

I'm no authority, but I don't see that it matters much unless you're
having problems with BETA1.  I have some test machines that are
running 5.3, so I compile/install weekly with each BETA release.
If you're using the system for any real work, you may want to just
wait (unless, as I've said, you're having specific problems).

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


How do I mount slices with no dev entry from fixit floppy?

2004-09-21 Thread Jonathon McKitrick

I am making progress with my disk recovery, but I need to get to my /usr
partition, which is mounted on /dev/ad0s1g.  The dev entries on the fixit
floppy don't have this slice listed, and there is no MAKEDEVS script to add
it.

How can I get to this partition?

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


Re: Port upgrading - my way

2004-09-21 Thread Kirk Strauser
On Tuesday 21 September 2004 12:40, Curtis Vaughan wrote:

 Then I run:

 portupgrade -a

 That's it.

You missed the most important middle step:

less /usr/ports/UPDATING

to see what critical changes have been made in the meantime that will affect 
your system.  For example, the www/apache2 port recently disabled the 
various mod_proxy modules by default.  Since my company's site depends on 
those, I would have been in a mess if I hadn't planned to handle that 
change before running the portupgrade.
-- 
Kirk Strauser


pgpEAtXOSkkil.pgp
Description: PGP signature


Re: reload rc.conf during boot process

2004-09-21 Thread Markie
- Original Message -
From: Giorgos Keramidas [EMAIL PROTECTED]
To: Markie [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 6:05 PM
Subject: Re: reload rc.conf during boot process


| On 2004-09-21 15:04, Markie [EMAIL PROTECTED] wrote:
|  Just tested that out and it seems to work, it didn't start up sshd with
my
|  test config! I had a little problem(?) with rcorder though, I think. I
|  specified
| 
|  # REQUIRE: mountcritlocal
| 
|  and from what I read, I was expecting my script to come up somewhere
very
|  near mountcritlocal, but it actually appeared after sendmail.. which is
|  miles away. I solved it for now by putting
| 
|  # BEFORE: ipfilter
| 
|  aswell,
|
| Cool!  This is AFAIK the Right Way(TM) to add things in a specific place
| in the rcorder list.
|

Alright that's cool :) So long as ipfilter doesn't change in the order, so
it's not straight after mountcritlocal, for whatever reason I will be
alright.

|  Thanks alot!!
|
| You're welcome :)
|

Thank you :)

I've setup a slave NIS server on my test machine and done some ypsetme
stuff in rc.conf.uea so it only tries to use itself as the NIS server (I
think, seems to work!). Only problem left now the NFS home directory stuff,
looks like I might have to be replacing fstab and copying my home directory
across every so often or something :) Maybe I could try make the little
menu thing a port if it's any use to laptop users, or maybe it's a little
bit too hackish for that.

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


Re: How do I mount slices with no dev entry from fixit floppy?

2004-09-21 Thread Jerry McAllister
 
 I am making progress with my disk recovery, but I need to get to my /usr
 partition, which is mounted on /dev/ad0s1g.  The dev entries on the fixit
 floppy don't have this slice listed, and there is no MAKEDEVS script to add
 it.

Do you mean that ad0s1 is not in /dev?  That would be the slice.
Or do you mean no ad0s1g - which would be the partition inside the slice?

Also, careful of your use of the word mounted.   Nothing should
be mounted on /dev/ad0s1g or there would be problems.   But
what you want is the partition at /dev/ad0s1g and you want to
mount that on some mount point such as /mnt or maybe /oldusr if
you can make that dir.

How sure are you that your old /usr was in partition /dev/ad0s1g?
Is it possible you are looking in the wrong place?

I have not had to use the fixit disks so I am not sure of what all
is included, but I would be surprised if there is no MAKEDEV script 
if it is for FreeBSD 4.xxx or older version.   In 4.xxx and earlier, 
the MAKEDEV script is in /dev.  You need to cd to /dev and then 
run  './MAKEDEV ad0'.NOTE, the './' is necessary because MAKEDEV
will not be in your path.

But, in 5.xxx and later there is no MAKEDEV.
If you are in 5.xxx version then you shouldn't need it.  It is supposed 
to deal with it automagically.

Try doing

  cd /
  mount /dev/ad0s1g /mnt
  cd /mnt
  ls

What is there?

If it is FreeBSD 5.xxx then maybe there is a bug if it cannot do 
the mount because /dev/ad0s1g is missing , but really exists on disk.

If it is FreeBSD 4.xxx do
  cd /dev
  ./MAKEDEV ad0 or even./MAKEDEV ad0s1g
and see what happens.

Someone else weigh in here if this is way off track.

jerry

 
 How can I get to this partition?
 
 jm
 -- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do I mount slices with no dev entry from fixit floppy?

2004-09-21 Thread Jonathon McKitrick
On Tue, Sep 21, 2004 at 02:23:17PM -0400, Jerry McAllister wrote:

: Do you mean that ad0s1 is not in /dev?  That would be the slice.
: Or do you mean no ad0s1g - which would be the partition inside the slice?

It's the partition that I mean, then.

: Also, careful of your use of the word mounted.   Nothing should
: be mounted on /dev/ad0s1g or there would be problems.   But
: what you want is the partition at /dev/ad0s1g and you want to
: mount that on some mount point such as /mnt or maybe /oldusr if
: you can make that dir.

Oops, that's what I meant.  I need to mount /dev/ad0s1g to /mnt or whatever
mountpoint I will use.

: How sure are you that your old /usr was in partition /dev/ad0s1g?
: Is it possible you are looking in the wrong place?

That's what I see when I 'cat /mnt/etc/fstab' with my old drive / mounted on
/mnt.

: I have not had to use the fixit disks so I am not sure of what all
: is included, but I would be surprised if there is no MAKEDEV script 
: if it is for FreeBSD 4.xxx or older version.   In 4.xxx and earlier, 
: the MAKEDEV script is in /dev.  You need to cd to /dev and then 
: run  './MAKEDEV ad0'.NOTE, the './' is necessary because MAKEDEV
: will not be in your path.

I'll look again, but I only saw a few devices listed, and no script.

: Try doing
: 
:   cd /
:   mount /dev/ad0s1g /mnt
:   cd /mnt
:   ls

I'll try tonight, but I think it complains that ad0s1g doesn't exist.

jm
--
My other computer is your Windows box.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Any motherboard (AOpen) fan control software for FreeBSD?

2004-09-21 Thread Peter Olsson
I'm searching for some software that will let me control the speed of
my motherboard fan and CPU fan. I have mainly AOpen motherboards and
I have become addicted to their SilentTek/SilentTek2 software for
windows. They only have this for windows, and I can't find anything
like it for FreeBSD.
Thanks!
--
Peter Olsson [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


beta4-beta5 diff

2004-09-21 Thread JohnsoBS
Hello all,
I am currently deployed to sea in the Arabian Gulf and have VERY bad net
connection. This is a request I don't fully expect to be answered but if
someone could send me a diff of the source between beta4 and beta5, I would
greatly appreciate it. I have absolutely no way to do a cvsup or any other
method other than downloading the full src which is really not feasible in
my current location. A diff should fall just into the right size..

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


Official wallpapers

2004-09-21 Thread Bartomiej Rutkowski
Hi, 
I just wanted to know, if I`ll do some nice fbsd wallpaper, is there
any chance to it to became 'official' wallpaper (for example included in one
of incoming fbsd distros in iso image) if it will be good enough?

Best regards, r.

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


Re: Official wallpapers

2004-09-21 Thread Greg 'groggy' Lehey
On Tuesday, 21 September 2004 at 22:28:26 +0200, Bart??omiej Rutkowski wrote:
 Hi,
 I just wanted to know, if I`ll do some nice fbsd wallpaper, is there
 any chance to it to became 'official' wallpaper (for example included in one
 of incoming fbsd distros in iso image) if it will be good enough?

There's certainly a chance, but it's not a certainty.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgpsUuarcw5T5.pgp
Description: PGP signature


Re: Port upgrading - my way

2004-09-21 Thread Curtis Vaughan
OK, I took Donald on with his test and this is what I got:
Here's my INDEX-5 info before running portversion
4947853 Mar 15  2004 INDEX-5
and here it is after
5804696 Sep 21 13:54 INDEX-5
So, a definite change.
And when I ran portversion -vL= the first time, I got the info provided 
immediately below. But the second time I ran portversion -vL= there was 
not output. So, what exactly does that mean? and does that mean that 
now I should run portupgrade -a now?

apache-1.3.31_6   succeeds port (port has 1.3.29_3)
bandwidthd-1.2.1  succeeds port (port has 1.2.0_1)
bash-2.05b.007_2  succeeds port (port has 2.05b.007)
bsdiff-4.2succeeds port (port has 4.1)
expat-1.95.8  succeeds port (port has 1.95.7)
ezm3-1.2  succeeds port (port has 1.1_1)
freebsd-update-1.6succeeds port (port has 1.5)
freetype2-2.1.7_3 succeeds port (port has 2.1.5_2)
gd-2.0.25,1   succeeds port (port has 2.0.15_1,1)
jpeg-6b_3 succeeds port (port has 6b_1)
libiconv-1.9.2_1  succeeds port (port has 1.9.1_3)
libtool-1.5.8 succeeds port (port has 1.5.2_1)
m4-1.4.1  succeeds port (port has 1.4_1)
openldap-client-2.2.15succeeds port (port has 2.2.6)
p5-Net-SSLeay-1.25succeeds port (port has 1.23)
pam_ldap-1.7.1_1  succeeds port (port has 1.6.7_1)
perl-5.8.5succeeds port (port has 5.8.2_5)
png-1.2.6 succeeds port (port has 1.2.5_3)
popt-1.7  succeeds port (port has 1.6.4_2)
portupgrade-20040701_3succeeds port (port has 20040208)
postfix-2.1.4,1   succeeds port (port has 2.0.18,1)
rsync-2.6.2_3 succeeds port (port has 2.6.0)
ruby-1.8.2.p2_1   succeeds port (port has 1.8.1_2)
samba-2.2.11_1succeeds port (port has 2.2.8a_1)
sudo-1.6.8.1  succeeds port (port has 1.6.7.5)
unzip-5.51succeeds port (port has 5.50_2)
webmin-1.150_5succeeds port (port has 1.130_10)
On 21 Sep, 2004, at 12:22, Donald J. O'Neill wrote:
On Tuesday 21 September 2004 12:40 pm, Curtis Vaughan wrote:
  I just want to know whether there is any reason I
shouldn't be doing it this way. In other words, by doing it this
way is there a potential problem or error that my result?

Yes, there is. As far as I can tell from what you've given, you're
depending on INDEX-5 to be up to date after your ports upgrade. I
don't believe it is and you need to run make index or some other
means of getting INDEX-5 to be up to date..
Try this experiment:
cvsup your ports
note the date and size of /usr/ports/INDEX-5
run  portversion -vL= or portversion -rRvc
keep track of that output
now cd /usr/ports
make index
note the date and size of INDEX-4
run portversion -vL= or portverstion -rRvc
I think you'll see a lot more of your installed stuff needs
updating.
Don
--
Donald J. O'Neill
[EMAIL PROTECTED]
___
[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]


could someone help with updating ports? portversion/pkg_version show different items

2004-09-21 Thread robg
hi,

I originally ran pkgdb -F and then portupgrade -a to upgrade my port
packages, now when I run pkg_version and portversion I get two
different answers:

here are all the commands:

35218# pkgdb -F
---  Checking the package registry database
35218#

35218# portversion
autoconf=
automake
bash
cvsup-without-gui   =
expat   
ezm3
gettext =
gmake   =
ispell  
libiconv
libtool =
libtool 
linux_base-8=
m4  
naim
pine
popt
portupgrade 
rc_subr 
rpm =
rsync   
ruby
ruby18-bdb1 =
screen  
wget=
35218#

35218# pkg_version
autoconf=
automake=
bash=
cvsup-without-gui   =
expat   =
ezm3=
gettext =
gmake   =
ispell  =
libiconv=
libtool =
libtool =
linux_base-8=
m4  =
naim=
pine=
popt=
portupgrade =
rc_subr =
rpm =
rsync   =
ruby=
ruby18-bdb1 =
screen  =
wget=


35218# portupgrade -a
35218#

can someone tell mew why portversion is saying that?

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


RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne
Snipped the rest of the debug
 cp: /usr/ports/devel/gmake/work/make-3.80/config
  /usr/ports/devel/gmake/work/make-3.80/config/config.guess: 
 No such file
  or directory
  *** Error code 1
  
  Stop in /usr/ports/devel/gmake.
  *** Error code 1
  
  Stop in /usr/ports/lang/ezm3.
  *** Error code 1
  
  Stop in /usr/ports/net/cvsup-without-gui.
 
 What is in your /etc/make.conf?
 

Nothing special:

 cat /etc/make.conf 
# -- use.perl generated deltas -- #
# Created: Tue Sep 21 12:41:08 2004
# Setting to use base perl from ports:
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

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


Re: setiathome

2004-09-21 Thread Gerard Seibert
On Mon, 20 Sep 2004 22:42:20 -0700 Ted Mittelstaedt
[EMAIL PROTECTED] wrote:

|neither!!!
|
|Please DO NOT install any of this, the [EMAIL PROTECTED] project is nearly
|concluded (the aliens didn't phone home) and the project does not
|want your CPU cycles wasted on this software.
|
|Instead you need to download, compile, and install BOINC from here:
|
|http://setiweb.ssl.berkeley.edu/sah_participate.php
|
|and if you want to help the cleanup on seti then compile the seti
|module and add it into boinc,, otherwise there are other projects
|that are available that are just as deserving (if not more deserving)
|that need your CPU cycles far more than SETI does. 
|
|Ted
|
| -Original Message-
| From: [EMAIL PROTECTED]
| [mailto:[EMAIL PROTECTED] Behalf Of Brett Wiggins
| Sent: Monday, September 20, 2004 2:12 PM
| To: [EMAIL PROTECTED]
| Subject: setiathome
| 
| 
| Hi,
|I am wondering which version of setiathome is best to install 
| on FreeBSD 5.2.1 -RELEASE. linux-setiathome or setiathome?
| 
| thanks
| 
| Brett


** Reply Separator **
Tuesday, September 21, 2004 6:11:39 PM

Have you actually tried to compile and run the latest version - 4.09 on
a FreeBSD machine? I am on the BOINC forum, and there are horror stories
there about individuals that have not been able to get BOINC compiled
and running correctly. There was some serious work done on version 4.05,
but it was not perfected. In addition, the GUI is not yet available for
the non-windows version of BOINC, although hopefully it will be soon.

Personally, I run BOINC, with a total of three different projects on a
WinXP machine. It runs there flawlessly.

Just my 2 cents!

Gerard Seibert
[EMAIL PROTECTED]

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


Re: vinum software raid as boot drive

2004-09-21 Thread Greg 'groggy' Lehey
On Tuesday, 21 September 2004 at  8:24:44 -0500, David Kelly wrote:

 On Sep 20, 2004, at 8:52 PM, Greg 'groggy' Lehey wrote:

 We could not find stated exactly anywhere, but we are presuming the
 description file that you use with vinum create becomes
 /etc/vinum.conf

 Well, you need to call it that.  The name isn't critical, but it's a
 good choice.

 I use vinum only for a data volume. I've seen /etc/vinum.conf mentioned
 in the handbook and other documentation but didn't understand its use.
 Was under the impression that recent vinum stored this information in
 the headers on the drives? That it found its drives by reading the
 volume types off BSD partitions.

Yes, that's correct.  But when setting up Vinum, you need to create a
configuration file.

 Vinum in 5.2.1 often fails to remember its configuration on boot.

You're reporting that.

 But sometimes remembers on a cold boot. Would vinum printconfig 
 /etc/vinum.conf help?

No.  That would destroy your configuration file.  You could save it
elsewhere.  But it would be better to find out why it's not working.

Note that Vinum under 5.2.1 is in transition to a rewrite.  I can't
help you with the new version

 Sometimes vinum finds its configuration and boots. Then something
 changed and vinum behaved on 3 boots in a row. Had composed a lengthy
 email in answer to Greg's debugging checklist above. Was tricked into
 deleting it unsent.

This won't help find your problem.

 I suspect the issues are related because I always lose vinum
 configuration after a panic,

Until proof of the contrary, don't make this assumption.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgpnELEuBJuhz.pgp
Description: PGP signature


When your dynamic IP changes...

2004-09-21 Thread Forrest Aldrich
For the most part, my cable system stays on 24x7, thus my IP address 
remains the same (often for the duration of a year).  However there are 
times when unpredictable things happen, such as outages, that will cause 
your IP to change.

I have a number of internal and external dependencies that rely upon 
this IP address.  For the most part, I've not had to change these much - 
however, when it happens, it's a PITA.

- ipfw rules
- mysql tables
- apache configuration
- /etc/hosts
- named.conf (possibly)
and more.  Including needing to update external DNS, which could be 
addressed by using a dyndns.org name, and set your DNS to that hostname.

I could whip up a script using M4 to dynamically change the ipfw rules 
and point /etc/rc.conf to a different script.

I'm curious if anyone else has come up with a nifty scheme to make this 
less painful when it happens -- other than the obvious idea of getting a 
provider that supports fixed IP addresses ;-)

Someone suggested to me the GNU CFEngine, too -- seems a bit complex for 
this task, though.


Thanks...

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


Re: 5.3 stable when?

2004-09-21 Thread doug
I just finishing installing 5.3. I was going to compose an email saying how well
it worked for me. Appending to this thread seems applicable.

I have a 9 year old Dell Inspiron 7500. With 5.1 and 5.2 I had issues with the
ACPI (Intel's gift to the work, I am told) and the ep driver, so I had to drop
back to 4.10

I just reinstalled a 5.2 CD and cvsup'd to RELENG_5. Everything worked like a
charm.  All ACPI errors were handled and even the ep driver worked. 5.3 may or
may not be ready for production servers but it is ready for prime time as a
workstation.  I am not sure where Kris found such ancient hardware to test on,
but thanks. I hope to keep using this thing until 64 bit processors become
cheap.



On Tue, 21 Sep 2004, Kevin D. Kinsey, DaleCo, S.P. wrote:

 Curtis Vaughan wrote:

  Isn't 5.3 supposed to be going stable here soon?  Any time line?
 
  Also, since I have 5.3-BETA1 and I see it's at 5.3-BETA5, should I
  worry about upgrading to BETA5 or just wait till it goes stable?
 
  Curtis


 http://www.freebsd.org/releases/5.3R/schedule.html

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



_
Douglas Denault
http://www.safeport.com
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Port upgrading - my way

2004-09-21 Thread Kevin D. Kinsey, DaleCo, S.P.
Curtis Vaughan wrote:
OK, I took Donald on with his test and this is what I got:
Here's my INDEX-5 info before running portversion
4947853 Mar 15  2004 INDEX-5
and here it is after
5804696 Sep 21 13:54 INDEX-5
So, a definite change.

There might be something to be said for doing it my way,
after all, Frank Sinatra made a fortune in that manner... /tongue'n'cheek
You could join in the FreeBSD tradition, though, and do it the
Right Way(tm) ...
http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html
An excellent tutorial/article by Dru Lavigne
/only slightly-less-tongue-in-cheek  ;-)
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 9000 64mb AGP on 5.3beta2

2004-09-21 Thread Ed Budd
John DeStefano wrote:
I'm trying to get my ATI Radeon 9000 64mb AGP video card to oplay nice
with with Xorg on FreeBSD5.3beta2.  Since I've already asked for help,
I won't pollute the list yet again with details, as they can be found
at the BSD Forums:
http://www.freebsdforums.org/forums/showthread.php?s=threadid=24984
In a nutshell, no matter what config tool I use, or what settings I
come up with, when I startx I get a blue and green garbled screen out
from which I can't exit.
I've been fighting with this for weeks now and I'm at the end of my
rope.  A few people have had some ideas, which I've tried with little
result.  As I'm on the cusp of deciding to reformat the whole $#@%
thing and start over after a multitude of struggling (with other
components as well), I'm open to any and all ideas.

Have you tried it without dri and glx? I had a similar problem with my 
laptop integrated intel video and xorg running Gentoo Linux. It turns 
out that my particular card is very poorly supported by the latest xorg 
(6.8.0) but worked with 6.7.0. Now it still works but only if I don't 
allow those two modules to load, even though 'X -configure' detected the 
capability. By commenting out dri and glx from xorg.conf I've been able 
to use it, albeit without 3d acceleration.

In any event, pretty simple thing to try. Post back whether it works or not.
Cheers,
EB
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help with phpmyadmin

2004-09-21 Thread digish reshamwala
Hi...

How can I install phpMyAdmin without using ports in FreeBSD 5.2.1??

PLease help me out

thanks,
Macuser

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


Re: 5.3 stable when?

2004-09-21 Thread Kris Kennaway
On Tue, Sep 21, 2004 at 10:35:38AM -0700, Curtis Vaughan wrote:
 Isn't 5.3 supposed to be going stable here soon?  Any time line?
 
 Also, since I have 5.3-BETA1 and I see it's at 5.3-BETA5, should I 
 worry about upgrading to BETA5 or just wait till it goes stable?

Updating to BETA5 (and reporting any problems you encounter) will help
to test the release, thus making it better for everyone.

Kris


pgp2pMcVhFnzZ.pgp
Description: PGP signature


Re: IPFW logging...

2004-09-21 Thread Alex de Kruijff
On Mon, Sep 20, 2004 at 10:27:22PM -0500, Eric F Crist wrote:
 Hello all,
 
 I may no longer be subscribed, as I've had some mail server problems (I 
 moved), so please reply to me, as well.
 
 IPFW used to log all entries with the 'log' included in the rule, but 
 randomely, to me, anyways, stopped doing so.  I can't seem to get it to 
 continue logging.
 
 Does anyone have any insight?  I'm running FreeBSD 4.10 from about 2 
 months ago.  I'm going to cvsup tonight to see if it helps.  what log 
 files can I check to verify things are working?  Thanks.

It's an feuture not a bug. I'm three years with FreeBSD and back then
you could only have a firewall if you compiled it in. I never had a
reason to change this. So i limit my explination tho that.

You can control this behavure by changing you kernel configuation file.
You proberbly have these lines in you config. You are looking for the
last. You may be able to let it continu by changing 100 to 0, but i
can't tell. If you do, then make sure you also edit /etc/newsyslog.conf
so you don't endup with a large log file.

options IPFIREWALL  
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=100 

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help with phpmyadmin

2004-09-21 Thread Alex de Kruijff
On Tue, Sep 21, 2004 at 04:23:11PM -0700, digish reshamwala wrote:
 Hi...
 
 How can I install phpMyAdmin without using ports in FreeBSD 5.2.1??
 
 PLease help me out
 
Hi,

I'll just give a quick anwser.

1. cd /usr/ports
2. make search name=phpMyAdmin or make search key=...
3. cd /usr/ports/www/phpMyAdmin (i'm guessing here)
4. make install  make clean

If you forget to do a make clean, then you'll end up with a large
/usr/ports directory. At a later time you can allways do a 'make clean'
in /usr/ports it self. Drawback is that its takes more time.

or if you have the port portupgrade installed: 

To install: portinstall phpMyAdmin (works 95% of the time)
To upgrade: portupgrade phpMyAdmin

You can find more information about this and other mathers related to
basic FreeBSD use here in the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html


-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 9000 64mb AGP on 5.3beta2

2004-09-21 Thread John DeStefano
Ed Budd said:
 John DeStefano wrote:
  I'm trying to get my ATI Radeon 9000 64mb AGP video card to play nice
  with with Xorg on FreeBSD5.3beta2.  Since I've already asked for help,
  I won't pollute the list yet again with details, as they can be found
  at the BSD Forums:
  http://www.freebsdforums.org/forums/showthread.php?s=threadid=24984
  In a nutshell, no matter what config tool I use, or what settings I
  come up with, when I startx I get a blue and green garbled screen out
  from which I can't exit.
 
  I've been fighting with this for weeks now and I'm at the end of my
  rope.  A few people have had some ideas, which I've tried with little
  result.  As I'm on the cusp of deciding to reformat the whole $#@%
  thing and start over after a multitude of struggling (with other
  components as well), I'm open to any and all ideas.
 
 
 Have you tried it without dri and glx? I had a similar problem with my
 laptop integrated intel video and xorg running Gentoo Linux. It turns
 out that my particular card is very poorly supported by the latest xorg
 (6.8.0) but worked with 6.7.0. Now it still works but only if I don't
 allow those two modules to load, even though 'X -configure' detected the
 capability. By commenting out dri and glx from xorg.conf I've been able
 to use it, albeit without 3d acceleration.
 
 In any event, pretty simple thing to try. Post back whether it works or not.

I ran Xorg -configure and edited the fresh conf file it generated. 
One thing I noticed was that there were no screen modes at all added
to the file; Depth and Viewport were filled in, but no Modes.  So, in
addition to commenting out dri and glx, the only change I made was to
add four resolution modes to the Depth 24 section.  I then ran X
-config on this new config file, and voila! I got that great, grey
screen!  Pressiong ctl+alt+plus|minus had no effect at all, but
ctl+alt+back exited out of the X server.  The one (WW) warning I saw
back on the console was (WW) RADEON: No matching Device section for
instance (BusID PCI:3:0:1) found.  The only thing I can relate this
error to is the fact that Windows XP auto-detects this card as two
devices somehow as well, as it shows two cards in Device Manager
when I only have one, and a second Display too, both called
Secondary.

I then tried startx for the real test... and it failed.  It brought
me back to my favorite green and blue garbled screen, out from which I
could not exit.  Any idea why?

 
 Cheers,
 
 EB

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


Booting with ACPI enabled fails in 5.3beta5; worked in beta3

2004-09-21 Thread Juha Saarinen
As per the subject heading. Booting with ACPI disabled works however. 

$ less /etc/make.conf
CPUTYPE=p4
CFLAGS= -O2 -pipe -funroll-loops -ffast-math
COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math
NOPROFILE=true
NO_BIND=true
NO_SENDMAIL=true
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
PORT_REPLACES_BASE_BIND9=yes

Will try building everything with -O and without -funroll-loops,
-ffast-math although they didn't cause problems for 5.2.1-RELEASE or
Beta3.

$ uname -a
FreeBSD vim2.saarinen.org 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Wed Sep 22
12:02:04 NZST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/vim2-040922
 i386

Dmesg with ACPI enabled:

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.3-BETA5 #0: Wed Sep 22 12:02:04 NZST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/vim2-040922
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 3.06GHz (3049.50-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf27  Stepping = 7
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI
,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Hyperthreading: 2 logical CPUs
real memory  = 536608768 (511 MB)
avail memory = 515432448 (491 MB)
ACPI APIC Table: D850MV MV85010A
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0 Version 2.0 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: D850MV MV85010A on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x408-0x40b on acpi0
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: Intel 82850 host to AGP bridge mem 0xf000-0xf7ff at
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
pcib2: ACPI PCI-PCI bridge at device 30.0 on pci0
pci2: ACPI PCI bus on pcib2
ohci0: NEC uPD 9210 USB controller mem 0xfeafc000-0xfeafcfff irq 19
at device 1.0 on pci2
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0
usb0: SMM does not respond, resetting
usb0: NEC uPD 9210 USB controller on ohci0
usb0: USB revision 1.0
uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ohci1: NEC uPD 9210 USB controller mem 0xfeafd000-0xfeafdfff irq 18
at device 1.1 on pci2
ohci1: [GIANT-LOCKED]
usb1: OHCI version 1.0
usb1: SMM does not respond, resetting
usb1: NEC uPD 9210 USB controller on ohci1
usb1: USB revision 1.0
uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhid0: American Power Conversion Back-UPS RS 1500 FW:8.g6 .I USB
FW:g6, rev 1.10/1.06, addr 2, iclass 3/0
pci2: serial bus, USB at device 1.2 (no driver attached)
fxp0: Intel 82801BA/CAM (ICH2/3) Pro/100 Ethernet port 0xdf00-0xdf3f
mem 0xfeafb000-0xfeafbfff irq 20 at dev
ice 8.0 on pci2
miibus0: MII bus on fxp0
inphy0: i82562ET 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:d0:b7:c3:0f:20
isab0: PCI-ISA bridge at device 31.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel ICH2 UDMA100 controller port
0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1
 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
uhci0: Intel 82801BA/BAM (ICH2) USB controller USB-A port
0xef80-0xef9f irq 19 at device 31.2 on pci0
uhci0: [GIANT-LOCKED]
usb2: Intel 82801BA/BAM (ICH2) USB controller USB-A on uhci0
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
pci0: serial bus, SMBus at device 31.3 (no driver attached)
pci0: multimedia, audio at device 31.5 (no driver attached)
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
fdc0: floppy drive controller port
0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 drq 2 on acpi0
fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
ppc0 port 0x778-0x77f,0x378-0x37f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: Parallel port bus on ppc0
ppbus0: IEEE1284 device found /NIBBLE/ECP
Probing for PnP devices on ppbus0:
ppbus0: Hewlett-Packard HP LaserJet 2100 Series PJL,MLC,PCL,PCLXL
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
pmtimer0 on isa0
sc0: System console at 

Re: 5.3 stable when?

2004-09-21 Thread Guillermo García-Rojas
http://www.freebsd.org/releases/5.3R/schedule.html


On Tue, 21 Sep 2004 10:35:38 -0700, Curtis Vaughan [EMAIL PROTECTED] wrote:
 Isn't 5.3 supposed to be going stable here soon?  Any time line?
 
 Also, since I have 5.3-BETA1 and I see it's at 5.3-BETA5, should I
 worry about upgrading to BETA5 or just wait till it goes stable?
 
 Curtis
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 



-- 
---
Guillermo García Rojas Covarrubias
Director General 
SoloBSD
http://www.solobsd.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cannot update XFree86-4

2004-09-21 Thread Gary Dunn
It started with a bug-fix update to one part of XFree86. After I
installed it, my Gnome panel refused to load some applets. As the Gnome
desktop opens I get error dialogs like these:

=-=-=-=-=
The panel encountered a problem while loading
OAFIID:GNOME_WorkspaceSwitcherApplet.
Details: Failed to resolve, or extend
'!prefs_key=/apps/panel/profiles/default/applets/applet_0/prefs;background=none:;orient=up;size=medium;locked_down=false

Do you want to delete the applet from your configuration?

=-=-=-=-=
The panel encountered a problem while loading
OAFIID:GNOME_WindowMenuApplet.
Details: Failed to resolve, or extend
'!prefs_key=/apps/panel/profiles/default/applets/applet_1/prefs;background=none:;orient=up;size=medium;locked_down=false

Do you want to delete the applet from your configuration?

=-=-=-=-=

I ran pkg_version and noticed that all of XFree86 had newer versions,
from 4.2 to 4.4. I thought I was out of whack and just needed to update
the whole thing. I did portupgrade XFree86, but it failed here:

=-=-=-=-=
making all in ./xtrans...
tbl ../../../doc/util/macros.t Xtrans.mm | groff -Tps -mm 2 index.raw 
Xtrans.nPS   mv -f Xtrans.nPS Xtrans.PS
Xtrans.mm:699: warning [p 10, 3.2i, div bd7,3', 0.3i]: cannot adjust
line
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-documents/work/xc/doc/specs/xtrans.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-documents/work/xc/doc/specs.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-documents.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4.

=-=-=-=-=

I googled this and found one previous posting in August, but no reply. 

I updated my ports and 4.10 STABLE source trees and rebuilt my kernel,
but that did not help.

Does it matter that my sources are on an NFS server and I only mount one
at a time (/usr/ports or /usr/src)?

Thanks in advance!

Gary Dunn
Honolulu


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


Re: Booting with ACPI enabled fails in 5.3beta5; worked in beta3

2004-09-21 Thread Juha Saarinen
On Wed, 22 Sep 2004 13:19:37 +1200, Juha Saarinen
[EMAIL PROTECTED] wrote:
 Will try building everything with -O and without -funroll-loops,
 -ffast-math although they didn't cause problems for 5.2.1-RELEASE or
 Beta3.

Rebuilt world plus kernel with -O -pipe, but the system still won't
boot with ACPI enabled.


-- 

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


Re: Booting with ACPI enabled fails in 5.3beta5; worked in beta3

2004-09-21 Thread Kris Kennaway
On Wed, Sep 22, 2004 at 03:36:04PM +1200, Juha Saarinen wrote:
 On Wed, 22 Sep 2004 13:19:37 +1200, Juha Saarinen
 [EMAIL PROTECTED] wrote:
  Will try building everything with -O and without -funroll-loops,
  -ffast-math although they didn't cause problems for 5.2.1-RELEASE or
  Beta3.
 
 Rebuilt world plus kernel with -O -pipe, but the system still won't
 boot with ACPI enabled.

Report bugs to the freebsd-current mailing list; freebsd-questions is
not read by most of the developers.

Kris



pgpDbc369SkEn.pgp
Description: PGP signature


random device settings on bind9

2004-09-21 Thread Joshua Lewis
I have set up bind 9.2.3 on 4.10. I followed the instructions for setting
up random as per the instructions at the end of the bind install.

the instructions say to add the rndc-key in my namd.conf. I was wondering
if that is a good idea? Doesn't this file get quarried by people on the
Internet. So am I basically just showing my secret key to everyone?


Thank you,
Joshua Lewis

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


Could not run su in Gnome

2004-09-21 Thread Todd W . Janiak
I am new to FreeBSD and the *nixes in general and have come a long way 
just to get a useful GUI to appear on my screen.  Now I have a hit a 
road block I can't seem to figure out.

I am running 4.10-RELEASE and the latest version of Gnome 2.6, which I 
upgraded with portupgrade -a. When I try to change any settings under 
System Tools that require the admin password such as Network 
Settings or Users and Groups, I receive a prompt asking me for the 
root password.  When I give it, it responds with...

Could not run su. Make sure you have permission to access this file.
However, it will say this even if I am logged in as root.
Any ideas as to why this is happening?
Furthermore, I can't seem to auto-login with GDM as it say Access 
Denied when is starts. I have configure pam.conf and gdm.conf as 
recommend in the FreeBSD Gnome FAQ, A check of the logs show that 
pam_nologin.so cannot be found and there is no such file located in 
/usr/libs.

Any idea what package or port adds that file?
Thanks in advance for any help you might be able to give.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: random device settings on bind9

2004-09-21 Thread Micheal Patterson

- Original Message - 
From: Joshua Lewis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 10:44 PM
Subject: random device settings on bind9


I have set up bind 9.2.3 on 4.10. I followed the instructions for 
setting
up random as per the instructions at the end of the bind install.

the instructions say to add the rndc-key in my namd.conf. I was 
wondering
if that is a good idea? Doesn't this file get quarried by people on 
the
Internet. So am I basically just showing my secret key to everyone?

Thank you,
Joshua Lewis

No you're not. The named.conf file doesn't get queried from the net. 
It's only function is to provide options to the daemon and how to 
respond to the rndc command channel.

--
Micheal Patterson
TSG Network Administration
405-917-0600
Confidentiality Notice:  This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain
confidential and privileged information. Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message. 

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


Re: random device settings on bind9

2004-09-21 Thread Kevin D. Kinsey, DaleCo, S.P.
Joshua Lewis wrote:
I have set up bind 9.2.3 on 4.10. I followed the instructions for setting
up random as per the instructions at the end of the bind install.
the instructions say to add the rndc-key in my namd.conf. I was wondering
if that is a good idea? Doesn't this file get quarried by people on the
Internet. So am I basically just showing my secret key to everyone?
Thank you,
Joshua Lewis
 

Well, what's available to the Internet is the information in the
zone files, not the daemon's configuration file, so I'd think you'd
be safe.
YMMV.
KDK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


433au

2004-09-21 Thread Mike Cochran
To one of the old DEC nerds:

Will an old digital personal workstation take a standard power supply, or do
they require a custom one?

Mike

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


Re: 433au

2004-09-21 Thread Josh Paetzel
On Tuesday 21 September 2004 23:23, Mike Cochran wrote:
 To one of the old DEC nerds:

 Will an old digital personal workstation take a standard power
 supply, or do they require a custom one?

 Mike

Don't know if this helps or not, but I have some older Digital 
Celebris (sp?) 5100s that have proprietary PSUs in them.

-- 
Thanks,

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


  1   2   >