Re: nVidia chipset - ethernet support?

2004-03-29 Thread Brian Candler
On Sun, Mar 28, 2004 at 04:16:53PM -0800, peter lageotakes wrote:
 I dont have experience working with this particular
 driver.  However, I did some searching on:
 www.freebsd.org/ports and I did locate the source
 code.  It can be downloaded off of freebsd.org:
 http://www.freebsd.org/cgi/ports.cgi?query=nvnetstype=all
 
 I noticed that there are different version numbers on
 the .tgz files, which appears to be a later release.. 
 However the site that you have listed
 www.onthenet.com.au) is listed as a location for the
 source.  
 
 PS: have you tried doing a locate on nvnet?

Yep: also

# echo /usr/ports/net/*nv*
/usr/ports/net/konverse /usr/ports/net/openverse /usr/ports/net/openvmps
# tar -tzf /cdrom/ports/ports.tgz | grep nvnet
# 

So for some reason it's not in the ports tree for 5.2.1

Regards,

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


Re: growfs on vinum volume

2004-03-29 Thread Greg 'groggy' Lehey
On Monday, 29 March 2004 at  9:37:39 +0200, Ludo Koren wrote:


 on 5.2.1-RELEASE-p3, I did:

 ...
 vinum create vinumgrow

 vinumgrow:
 drive d3 device /dev/da2s1h
 drive d4 device /dev/da3s1h
 sd name mirror.p0.s1 drive d3 plex mirror.p0 size 0
 sd name mirror.p1.s1 drive d4 plex mirror.p1 size 0

 after

 vinum - start mirror.p0.s1

 and

 vinum - start mirror.p1.s1

 I have

 vinum - l
 ...
 D d1State: up   /dev/da1s1e A: 0/15452 MB (0%)
 D rd1   State: up   /dev/da1s1h A: 0/1023 MB (0%)

You shouldn't have more than one drive per spindle.

 D d2State: up   /dev/da0s1f A: 0/15452 MB (0%)
 D rd2   State: up   /dev/da0s1h A: 0/1023 MB (0%)

Ditto.

 D d3State: up   /dev/da2s1h A: 0/70001 MB (0%)
 D d4State: up   /dev/da3s1h A: 0/70001 MB (0%)

 2 volumes:
 V mirrorState: up   Plexes:   2 Size: 83 GB

 4 plexes:
 P mirror.p0   C State: up   Subdisks: 2 Size: 83 GB
 P mirror.p1   C State: up   Subdisks: 2 Size: 83 GB

 6 subdisks:
 S mirror.p0.s0  State: up   D: d1   Size: 15 GB
 S mirror.p1.s0  State: up   D: d2   Size: 15 GB
 S mirror.p0.s1  State: up   D: d3   Size: 68 GB
 S mirror.p1.s1  State: up   D: d4   Size: 68 GB
 vinum -

 which seems to be correct...

 Than I did

 growfs /dev/vinum/mirror

You've missed out some information.  May I assume that you had a valid
file system on the 15 GB volume mirror before you started this?

 It finished with the following error:

 growfs: bad inode number 1 to ginode

 I have searched the archives, but did not find any answer. Please,
 could you point to me what I did wrong?

You trusted growfs on 5.2.1 :-)

growfs is suffering from lack of love, and presumably you had a UFS 2
file system on the drive.  It's only recently been fixed for that, in
5-CURRENT.

What you do now depends on the state of the file system.  Hopefully
you still have the original contents.  In this case, you could get
hold of the version from -CURRENT, which should compile with no
problems, and try again.  It wouldn't do any harm to take down one of
the plexes so that you can recover if something goes wrong.

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
Note: I discard all HTML mail unseen.
Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.


pgp0.pgp
Description: PGP signature


hardware compatibility

2004-03-29 Thread ritwik das
hi, i have a intel875 motherboard,and sata raid drives(serial hardware raid). plz tell 
me wheather i can configure this in freebsd 5.2.1(i386).
 
thanks  regards
Ritwik Das.


-
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


build of current failes

2004-03-29 Thread Daan Hoogland
ls,

I am building the cvs version of freebsd on a openbrick machine. My 
present installation is a 5.0 version with a broken su. su - gives a 
bus error. When i throw away usr/obj and usr/src, cvsup all possible 
things, and do a make build world, the machine works for a day or so 
and then stops. First I had with the following messages:

crunchgen: make error: cd: can't cd to 
/usr/obj/usr/src/rescue/rescue/../../contrib/tcsh/nls/spanish

crunchgen: make error: cd: can't cd to 
/usr/obj/usr/src/rescue/rescue/../../contrib/tcsh/nls/ukrainian

Run make -f rescue.mk to build crunched binary.
*** Error code 1
Some other languages preceding and some levels of nested makes 
following. I did a cvsup again and now it fails with this:

echo progs tar rescue.conf
echo special tar srcdir /usr/src/rescue/rescue/../../gnu/usr.bin/tar 
rescue.conf
MAKEFLAGS= MAKEOBJDIRPREFIX=/usr/obj/usr/src/rescue/rescue crunchgen -q 
-m rescue.mk  -c rescue.c rescue.conf
*** Error code 1

Stop in /usr/src/rescue/rescue.
*** Error code 1
It seems to me that I am forgetting something essential for doing a 
makeworld. I cannot think of what it might be.

Any help?

D.A.A.N.

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


Re: nVidia chipset - ethernet support?

2004-03-29 Thread Brian Candler
On Mon, Mar 29, 2004 at 02:53:38AM +0200, Harald Schmalzbauer wrote:
 I tried the nvnet driver from the ports some days ago with a nforce2 and it 
 worked flawlessly.

Many thanks, I have it working now. Summary for anyone else who needs to do
this:

- fetch nvnet.tar.gz from
http://cvsweb.FreeBSD.org/ports/net/nvnet/nvnet.tar.gz?tarball=1

- unpack nvnet.tar.gz under /usr/ports/net

- since the network interface is not working at this moment, I had to fetch
the other files into /usr/ports/distfiles/ manually:
http://www.onthenet.com.au/~q/nvnet/nvnet-src-20040108.tar.gz
ftp://download.nvidia.com/XFree86/nforce/1.0-0261/NVIDIA_nforce-1.0-0261.tar.gz
[this is a Microsoft FTP server, remember to set binary mode!]

- cd /usr/ports/net/nvnet

- in Makefile, change
 NVNETVERSION=   20040108
  but leave NVVERSION=0261 (version 0269 is for AMD64 processors I am told)

- append to 'distinfo'
MD5 (nvnet-src-20040108.tar.gz) = 96730b413cb1f949f6cdadb6797740c2
SIZE (nvnet-src-20040108.tar.gz) = 17547

- make install

- append to /boot/loader.conf
if_nv_load=YES

Regards,

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


how to delay sendmail start?

2004-03-29 Thread Octavian Hornoiu
I would like to delay sendmail starting until AFTER my local daemons
start.  Is there a way to do this or is it built into the base system.
Could I set SENDMAIL=NO in rc.conf and then write a script in local to
start the sendmail daemon?  The reason I have to do this is because I'm
using a djbdns cache on the same machine that the machine uses to lookup
dns records and since it's not running yet when sendmail starts,
sendmail enters panic mode and does goofy stuff.

 

Thanks for your help!

 

Octavian Hornoiu

 

p.s.  please CC me in replies as I am not on list at the moment.

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


Latest SSH?

2004-03-29 Thread Danny Woods
Hi all,

I upgraded from 5.1 to 5.2.1p3 over the weekend, and finished off with a Nessus
scan to check that ssh was the only port visible to the outside world. Despite
a recent (i.e. last Thursday) cvsup to sync the source tree, I'm getting a
high severity warning about a hole in SSH based on the version number reported
(3.6.1p1 FreeBSD-20030924). I'm using the core ssh, not the version from ports.
Does anyone know if this problem is real, or a false-positive?

As an aside, can sshd be prevented from reporting its version number on
connect, or is this something that a client-app needs to know?

Thanks,

Danny.

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


$PIR: ROUTE_INTERRUPT failed.

2004-03-29 Thread Wayne Sierke
Do I need to be concerned about these boot entries in /var/log/messages
(running -CURRENT i386):

   kernel: pci1: PCI bus on pcib1
- kernel: $PIR: ROUTE_INTERRUPT failed.
   kernel: pci1: display, VGA at device 0.0 (no driver attached)

and I presume to be related:

   kernel: vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
- kernel: unknown: PNP0303 can't assign resources (port)
- kernel: unknown: PNP0a03 can't assign resources (port)
- kernel: unknown: PNP0501 can't assign resources (port)
- kernel: unknown: PNP0700 can't assign resources (port)
- kernel: unknown: PNP0401 can't assign resources (port)
- kernel: unknown: PNP0501 can't assign resources (port)


The system is prone to random lock-up (not observed previously when
running 5.2-RELEASE). The lockup can be induced by running xmms - quite
quickly when playing from a streaming source and playing through the
sound card[1]. However the lockup will also occur at random although it
has always been observed to happen as a result of user activity (I don't
recall having returned to find the system rebooted[2]). Aside from
running xmms, this lockup will usually not occur until after some
(variable) hours of use.

Another symptom I get is that because of the unclean unmounts of / and
/usr, the delayed fsck kicks in at about the same time that my desktop
session is reloading. This currently[3] results in
evolution-alarm-notify crashing. I can get no crashdump info from
bug-buddy, however. If the background fsck isn't running (e.g. if I wait
for it to complete before logging in to the desktop), I don't get the
crash.

I don't get any log entries or core dumps to work with and am currently
at a loss as to the likely cause or resolution. Any and all tips, clues,
hints, pointers, instructions, directives and derisive comments
appreciated.


Wayne

[1] Recently the system booted without (the BIOS) finding the soundcard
(this happens very occasionally, nothing to do with FBSD). Curious, I
ran xmms from the streaming source and set the output to write to a
file. I left this running for around two hours and it had written around
1.5G before I stopped it. I can't run xmms and play through the
soundcard (Xitel Storm Platinum/Aureal Vortex 2) for anywhere near that
long without experiencing a lock up.

[2] The system always reboots itself, about 20 seconds after the lockup
occurs.

[3] These symptoms (programs crashing while the destop is reloading and
the background fsck is running) have been varied, changing as I've
recompiled various ports.


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


Re: build of current failes

2004-03-29 Thread Odhiambo Washington
* Daan Hoogland [EMAIL PROTECTED] [20040329 11:56]: wrote:
 ls,
 
 I am building the cvs version of freebsd on a openbrick machine. My 
 present installation is a 5.0 version with a broken su. su - gives a 
 bus error. When i throw away usr/obj and usr/src, cvsup all possible 
 things, and do a make build world, the machine works for a day or so 
 and then stops. First I had with the following messages:


Don't run -CURRENT.
Use RELENG_5_2 for cvsup.




-Wash

http://www.netmeister.org/news/learn2quote.html

--
+==+
|\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+
Bumper sticker:

All the parts falling off this car are of the very finest British
manufacture
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Updating mailman on 5.0

2004-03-29 Thread Odhiambo Washington
* Richard Stevenson [EMAIL PROTECTED] [20040329 03:41]: wrote:
 Hi all
 
 I'm in the process of trying to update Mailman from 2.1.1 to 2.1.4 on a
 5.0 system, by doing make; make deinstall; make reinstall in
 /usr/ports/mail/mailman.  I'm getting an error during the reinstall
 phase:
 
 Upgrading from version 0x20101f0 to 0x20104f0
 getting rid of old source files
 Updating mailing list: mailman
 Traceback (most recent call last):
   File bin/update, line 574, in ?
 errors = main()
   File bin/update, line 451, in main
 errors = errors + dolist(listname)
   File bin/update, line 187, in dolist
 mlist = MailList.MailList(listname, lock=0)
   File /usr/local/mailman/Mailman/MailList.py, line 128, in __init__
 self.Load()
   File /usr/local/mailman/Mailman/MailList.py, line 623, in Load
 self.CheckVersion(dict)
   File /usr/local/mailman/Mailman/MailList.py, line 648, in CheckVersion
 self.Save()
   File /usr/local/mailman/Mailman/MailList.py, line 526, in Save
 self.__save(dict)
   File /usr/local/mailman/Mailman/MailList.py, line 483, in __save
 cPickle.dump(dict, fp, 1)
 SystemError: frexp() result out of range
 *** Error code 1
 
 Stop in /usr/ports/mail/mailman/work/mailman-2.1.4.
 *** Error code 1
 
 Stop in /usr/ports/mail/mailman.
 *** Error code 1
 
 Stop in /usr/ports/mail/mailman.
 
 
 Can anyone shed any light on why this might be happening and how I can fix
 it?


The correct procedure to upgrade mailman would be to backup the lists db
files, blow the installation away, then install afresh and import the
dbs. This is off the top of my head and may be incorrect, but such
processes have been discussed in mailman-users list.


-Wash

http://www.netmeister.org/news/learn2quote.html

--
+==+
|\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+
Chicago law prohibits eating in a place that is on fire.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to delay sendmail start?

2004-03-29 Thread Konrad Heuer

On Mon, 29 Mar 2004, Octavian Hornoiu wrote:

 I would like to delay sendmail starting until AFTER my local daemons
 start.  Is there a way to do this or is it built into the base system.
 Could I set SENDMAIL=NO in rc.conf and then write a script in local to
 start the sendmail daemon?  The reason I have to do this is because I'm
 using a djbdns cache on the same machine that the machine uses to lookup
 dns records and since it's not running yet when sendmail starts,
 sendmail enters panic mode and does goofy stuff.

As far as I can see you can set

sendmail_enable=NONE

in /etc/rc.conf and copy /etc/rc.sendmail to
/usr/local/etc/rc.d/zzz.sendmail (or whatever else is the last filename
when sorted alphabetically) and modify it a little bit since you have to
reset sendmail_enable in this script to start sendmail in the right way.

Best regards

Konrad Heuer ([EMAIL PROTECTED])  ___  ___
GWDG   / __/__ ___ / _ )/ __/ _ \
Am Fassberg   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen /_/ /_/  \__/\__//___//
Germany
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Latest SSH?

2004-03-29 Thread Matthew Seaman
On Mon, Mar 29, 2004 at 10:32:42AM +0100, Danny Woods wrote:
 Hi all,
 
 I upgraded from 5.1 to 5.2.1p3 over the weekend, and finished off with a Nessus
 scan to check that ssh was the only port visible to the outside world. Despite
 a recent (i.e. last Thursday) cvsup to sync the source tree, I'm getting a
 high severity warning about a hole in SSH based on the version number reported
 (3.6.1p1 FreeBSD-20030924). I'm using the core ssh, not the version from ports.
 Does anyone know if this problem is real, or a false-positive?

It's false.  I assume it's complaining about the problems described in
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03:15.openssh.asc
as that's the last OpenSSH advisory published. (Not to be confused
with the recent OpenSSL advisory).  The security patches supplied fix
the vulnerabilities, but they generally don't do that by supplying a
whole new version of an application.  Import of new versions of such
things as OpenSSH will only happen on one of the development branches
-- ie. HEAD (5-CURRENT) or RELENG_4 (4.9-STABLE), so RELENG_5_2 will
stick with OpenSSH-3.6.1p1 and you'll have to wait until RELENG_5_3 in
order to upgrade to OpenSSH-3.8p1 (or whatever the OpenSSH version is
by the time 5.3-RELEASE comes out).
 
 As an aside, can sshd be prevented from reporting its version number on
 connect, or is this something that a client-app needs to know?

The client app needs to know the version of the SSH protocol you're
running -- that it gets from the 'SSH-1.99' part at the beginning of
the banner ssh emits when you connect to port 22.  The rest of what's
printed there is not so important.  Apart from the 'version addendum'
part, you'ld have to hack the source code and recompile to chage
what's printed.

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


pgp0.pgp
Description: PGP signature


PPPoE server porblem - forward internet

2004-03-29 Thread Zh Zhechev
hi all

I have a big problem with PPPoE server installed on freebsd 5.2.1. Authentication from 
incoming user conection (iwan_petkow_draganow for example) is successful, but he can't 
receive data from outside 
networks (internet). Is this a routing problem? and how i can fix this? 

in kernel i have:

options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=10
options IPDIVERT
options DUMMYNET
options NETGRAPH
options NETGRAPH_ETHER
options NETGRAPH_PPPOE
options NETGRAPH_SOCKET


That's my files:


/etc/rc.conf
..
gateway_enable=YES
hostname=example.com
defaultrouter=192.168.111.1
ifconfig_rl0=inet 192.168.111.6  netmask 255.255.255.224
ifconfig_rl1=inet 10.0.0.1 netmask 255.255.255.0 mtu 1472
#ifconfig_rl1=inet 192.168.0.1 netmask 255.255.255.0 mtu 1472
kern_securelevel=0
kern_securelevel_enable=NO
linux_enable=YES
#ibcs2_enable=NO
#accounting_enable=YES
#usbd_enable=YES

firewall_enable=YES
firewall_type=open
firewall_quiet=NO 

natd_enable=NO
natd_interface=rl0
#natd_flags=-redirect_address 10.0.0.10 192.168.111.2

## PPPoEd-THE SCRIPT IS NOT WORKING AND I START PPPoE SERVER FROM 
/usr/local/etc/rc.d/pppoed.sh
pppoed_enable=YES
pppoed_flags=-d -P /var/run/pppoed.pid -a serverPPPoE -l pppoe-in
pppoed_interface=rl1
#pppoed_provider=pppoe-in


sendmail_enable=NO

named_enable=YES

sshd_enable=YES

router_enable=YES




/usr/local/etc/rc.d/pppoed.sh

#! /bin/sh
/usr/libexec/pppoed -d -a serverPPPoE -l pppoe-in rl1



/etc/ppp/ppp.conf

serverPPPoE:  
set device PPPoE:rl1:pppoe-in
enable lqr
#set cd 5  
#set dial  #set dial   

#set login
#ser redial 0 0
 
pppoe-in:
#set device PPPoE:rl1:pppoe-in   # za proba t.e. bez nego moje
#set log All
set log Chat command Connect Warning Error Alert HDLC CCP IPCP Phase TUN 
LQM Timer
#set cd 5
set timeout 0
set mtu 1472
set mru 1472
disable deflate
enable deflate24
enable vjcomp   #za kompresiq
allow mode direct
enable lqr proxy
enable proxyall
deny pap
disable pap
enable mschap chap chap81
#set mppe
set ifaddr 10.0.0.1 10.0.0.10-10.0.0.100
accept dns
disable utmp   #disable utmp i wtmp entr
set crtscts off
disable ipv6cp #we don't use ipv6, don't
add default HISADDR # Add a (sticky) default route WNIMAWAJ TUKA
#add default 192.168.111.1 #test path
#add! 10.0.0.0/24 192.168.111.1 #test path
#add! 10.0.0.0/24 192.168.0.1 #test path
##NAT
nat enable yes
#enable iface-alias
nat addr 10.0.0.12 192.168.111.2#redirekt na local ip kym real
#   nat log yes
nat same_ports yes
nat use_sockets yes
#   nat unregistered_only yes
#   enable dns




/etc/ppp/ppp.secret

iwan_petkow_draganowmara10.0.0.12   




Some log Files

/var/log/ppp.log
.
Mar 28 11:44:04 shtajga ppp[521]: Phase: Using interface: tun0 
Mar 28 11:44:04 shtajga ppp[521]: Phase: deflink: Created in closed state 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: set timeout 0 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: set mtu 1472 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: set mru 1472 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: disable deflate 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: enable deflate24 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: enable vjcomp 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: enable lqr proxy 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: enable proxyall 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: deny pap 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: disable pap 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: enable mschap chap cha
p81 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: set ifaddr 10.0.0.1 10
.0.0.10-10.0.0.100 
Mar 28 11:44:04 shtajga ppp[521]: tun0: IPCP: Selected IP address 10.0.0.38 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: accept dns 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: disable utmp 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: set crtscts off 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: disable ipv6cp 
Mar 28 11:44:04 shtajga ppp[521]: tun0: Command: pppoe-in: add default HISADDR 
Mar 

Kernel compilation error on DS20E

2004-03-29 Thread andrea . crisanti

Hy,

I just installed FreeBSD 5.2.1 on a Alpha DS20E server.

The installation was without problems.

The problem comes when I try to compile the kernel.

Following both the traditional or the new procedure
I always gets the forrlowing error:

- CUT CUT CUT -

awk -f /usr/src/sys/modules/linprocfs/../../conf/kmod_syms.awk 
linprocfs.kld  
/usr/src/sys/alpha/compile/SERVER/modules/usr/src/sys/modules/linprocfs/export_syms 
|  xargs -J% objcopy % linprocfs.kld
ld -Bshareable  -d -warn-common -o linprocfs.ko linprocfs.kld
=== linux
@ - /usr/src/sys
ln: @/sys: File exists
*** Error code 1

Stop in /usr/src/sys/modules/linux.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/alpha/compile/SERVER.


--- END END END ---

The only reference to this problem I found in the web is an old
mail from  09/30/2001 with the same problem was seen with 
reeBSD 4.4 RELEASE. However no solution was given.

Does anyonwe knows how to solve this problem?

I had no problem in building the kernel from the FreeBSD 5.2.1 release
on a i386 compuer.

Bye
Andrea

-- 

Prof. Andrea Crisanti   http://castore.phys.uniroma1.it/KR
Dipartimento di Fisica  Tel. +39-06 4991 3431
Universita' di Roma La Sapienza   Fax. +39-06 4463158
P.le A. Moro 2  [EMAIL PROTECTED]
I-00185 Roma, Italy [EMAIL PROTECTED]

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


Re: Java Requires X Windows?

2004-03-29 Thread Jan Grant
On Sat, 27 Mar 2004, Matthew Seaman wrote:

 On Fri, Mar 26, 2004 at 06:01:51PM -0900, Joe Pokupec wrote:

  Do I need to have X Windows installed for Java to 1.4 to run on FreeBSD 5.1?

To run, no. To build, what Matthew said.

 You don't need a full installation of XFree86: all you need are the
 devel/imake4 and the x11/XFree86-4-libraries ports.

Although if you're doing any AWT stuff server-side (eg, rendering
graphics on the fly for delivery by servlet) you may find you need this:

JAVA_OPTS=-Djava.awt.headless=true

I believe the 1.4 release notes for Java include details about its
somewhat improved (ie, it works) headless support.

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
...and then three milkmaids turned up
(to the delight and delactation of the crowd).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb-serial adapter doesnt work

2004-03-29 Thread Bernd Walter
On Wed, Mar 10, 2004 at 08:22:30PM +, Macio Plona wrote:
 Hello,
 Ive got laptop Toshiba Satellite A20-s103. There are no comms port, but 
 3 USBs.
 I need get to console to some server, so i purchased an USB-RS232 adapter.
 My system recognized it, but i cant `cu` or `tip` to any machine... :(
 Could somebody help me make it work?
 
 Part of `dmesg`:
 ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), 
 rev 1.10/ 2.02, addr 2
 ohci0: NEC uPD 9210 USB controller mem 0xf7efc000-0xf7efcfff irq 11 at 
 device 12.0 on pci0
 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: 3 ports with 3 removable, self powered
 ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), 

It's attached to ugen instead of uplcom/ucom

 On a hardware notes ive read, that it needs a 'uplcom' driver, so i 
 loaded it to kernel:
 root# kldstat
 Id Refs AddressSize Name
 16 0xc010 3516a0   kernel
 21 0xc1e4a000 7000 linprocfs.ko
 31 0xc1ec 3000 daemon_saver.ko
 41 0xc1ec3000 15000linux.ko
 51 0xc204c000 3000 uplcom.ko
 61 0xc205 4000 ucom.ko

You need the drivers loaded _befor_ attaching the device.
Otherwise ugen take care of it and uplcom has no chance to take over.

-- 
B.Walter   BWCThttp://www.bwct.de
[EMAIL PROTECTED]  [EMAIL PROTECTED]

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


Re: [5.2.1] trouble with an USB key

2004-03-29 Thread Bernd Walter
On Wed, Mar 10, 2004 at 08:45:29PM +0100, Jacques Beigbeder wrote:
 On a FreeBSD 5.2.1, I have an *OLD* USB disk which works:
 
 [ ... ] kernel: vendor 0x0c45 USB Mass Storage Device, rev 1.10/1.00, addr 2
 [ ... ]
 [ ... ] kernel: da2: 31MB (64000 512 byte sectors: 64H 32S/T 31C)
 
 Another one fails:
 [ ... ] umass0: Kingston DataTraveler2.0, rev 2.00/2.00, addr 2
 
 No da2 appears...

No error message apperas in your mail too.

 Is it because this second USB disk is USB2?

Unlikely - USB2 is just a revision.
If it's a high speed device (which most intermix with being USB2
because USB2 introduced high speed) then the device may not work with
a full speed capable controller.
But in your case it already said to be umass compliant so that's not
an issue.

 Is there any way to use it?

Is there any more debug output?
If not then add USB_DEBUG to your kernel and repeat.

-- 
B.Walter   BWCThttp://www.bwct.de
[EMAIL PROTECTED]  [EMAIL PROTECTED]

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


Re: looking for usb printer/scanner combo

2004-03-29 Thread Bernd Walter
On Tue, Mar 16, 2004 at 08:41:50PM +0100, Tobias Roth wrote:
 hi
 
 i am looking for a color inkjet printer/scanner/copier combo.
 
 it should be cheap, supported under 5.2.1, rather small, have separate,
 cheaply available ink cartridges. it doesn't need to be fast or have any
 fancy features. price comes first, then quality.
 
 can someone recommend a model that won't give me any trouble?

Currently FreeBSD doesn't support any of those combos sufficiently.
That is because uscanner always claims the whole device instead of just
the scanner function so ulpt can't take the printing part.
You can detach, kldunload uscanner, reattach for printing, but this is
not very practical.

-- 
B.Walter   BWCThttp://www.bwct.de
[EMAIL PROTECTED]  [EMAIL PROTECTED]

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


Re: Recommended USB 2.0 controller fr. 5.2+

2004-03-29 Thread Bernd Walter
On Mon, Mar 22, 2004 at 02:09:01PM +0100, Peter Schuller wrote:
  So - if I want a USB 2 controller that works fine with FreeBSD, which one
  shojuld I get / which chipset should it be using?
 
 To be more specific I found a controllre by Q-Tec (425U) wtih a Via VT6202 
 chipset. Anyone know if this will work?

NEC Controllers are known to work.
Never tested any of the VIA ones.

-- 
B.Walter   BWCThttp://www.bwct.de
[EMAIL PROTECTED]  [EMAIL PROTECTED]

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


Re: Enabling USB ports for...stuff/printing...

2004-03-29 Thread Bernd Walter
On Tue, Mar 23, 2004 at 08:31:28AM -0500, [EMAIL PROTECTED] wrote:
 Running 4.9-STABLE, CUPS 1.1.19 and I'm trying to get an Epson Photo 
 Stylus 1270 (usb) working with the system and CUPS. So far, no luck. 
 I've walked through the setup for CUPS via http://127.0.0.1:631/. I'm 
 at a loss to figure this out. What am I missing? Here's what I have.
 
 % ls /dev/ulpt*
 
 crw---  1 root  wheel  113,   0 Mar 23 08:16 /dev/ulpt0
 crw---  1 root  wheel  113,   1 Mar 23 08:16 /dev/ulpt1
 crw---  1 root  wheel  113,   2 Mar 23 08:16 /dev/ulpt2
 crw---  1 root  wheel  113,   3 Mar 23 08:16 /dev/ulpt3
 crw---  1 root  wheel  113,   4 Mar 23 08:16 /dev/ulpt4
 
 
 % usbdevs -v
 
 Controller /dev/usb0:
 addr 1: self powered, config 1, OHCI root hub(0x), AMD(0x), rev 
 1.00
  port 1 disabled
  port 2 disabled
  port 3 disabled
  port 4 disabled

No printer attached = you can't use it.
Check cabeling and please send your dmesg output if you think cabeling
should be OK.

 My kernel configuration contains the following for usb:
 
 # USB support
 device  uhci  # UHCI PCI-USB interface
 device  ohci  # OHCI PCI-USB interface
 device  usb   # USB Bus (required)
 device  ugen  # Generic
 device  uhid  # Human Interface Devices
 device  ulpt  # Printer
 device  umass # Disks/Mass storage - Requires scbus and 
 da (done)
 device  ums   # Mouse
 device  uscanner  # Scanners

This should be more then enough for the kernel to get any ulpt
compliant printer running.
However your kernel doesn't know about *any* attached USB device.

-- 
B.Walter   BWCThttp://www.bwct.de
[EMAIL PROTECTED]  [EMAIL PROTECTED]

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


Re: Latest SSH?

2004-03-29 Thread Georgi Alexandrov
Matthew Seaman wrote:

On Mon, Mar 29, 2004 at 10:32:42AM +0100, Danny Woods wrote:
 

Hi all,

I upgraded from 5.1 to 5.2.1p3 over the weekend, and finished off with a Nessus
scan to check that ssh was the only port visible to the outside world. Despite
a recent (i.e. last Thursday) cvsup to sync the source tree, I'm getting a
high severity warning about a hole in SSH based on the version number reported
(3.6.1p1 FreeBSD-20030924). I'm using the core ssh, not the version from ports.
Does anyone know if this problem is real, or a false-positive?
   

It's false.  I assume it's complaining about the problems described in
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03:15.openssh.asc
as that's the last OpenSSH advisory published. (Not to be confused
with the recent OpenSSL advisory).  The security patches supplied fix
the vulnerabilities, but they generally don't do that by supplying a
whole new version of an application.  Import of new versions of such
things as OpenSSH will only happen on one of the development branches
-- ie. HEAD (5-CURRENT) or RELENG_4 (4.9-STABLE), so RELENG_5_2 will
stick with OpenSSH-3.6.1p1 and you'll have to wait until RELENG_5_3 in
order to upgrade to OpenSSH-3.8p1 (or whatever the OpenSSH version is
by the time 5.3-RELEASE comes out).
 

As an aside, can sshd be prevented from reporting its version number on
connect, or is this something that a client-app needs to know?
   

The client app needs to know the version of the SSH protocol you're
running -- that it gets from the 'SSH-1.99' part at the beginning of
the banner ssh emits when you connect to port 22.  The rest of what's
printed there is not so important.  Apart from the 'version addendum'
part, you'ld have to hack the source code and recompile to chage
what's printed.
	Cheers,

	Matthew

 

you can also change the version sshd displays by editing carefuly the 
binary  (vi `which sshd`) directly with a suitable editor,  you can just 
replace 3.6.1p1 with 3.8.1p1 there and restart sshd (killall -HUP sshd). 
But my opinion is that will just give you a false state of security, as 
a script kiddie could just ./run all of his exploits not looking at the 
version of your sshd. A good thing is to bind sshd to different port 
(higher) like 45622 for example which would probably avoid automatic 
scans of the network... Be creative! ;-)

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


DVD - SVCD with FreeBSD?

2004-03-29 Thread Jim Hatfield
If anyone is successfully converting DVDs to SVCD (or
MPEG2 formats in general) I'd appreciate knowing what tools
they use.

I have been fine producing MPEG4 files with mencoder, but I
now have a networked video player (Hauppauge MediaMVP) which
doesn't support MPEG4 but supports MPEG2 just fine.

I tried mencoder. The ports version won't produce mpeg2 (at
least not with libavcodec). The version from the mplayer site
will, but the results look like modern art. I got the same
with transcode, though it's a while since I used it. ffmpeg 
won't even build on my AMD-Duron based 5.1 machine (though
to be fair it will on my PIII Celeron 4.9 machine). The package
of ffmpeg doesn't support mpeg2 encoding. mjpegtools has an 
mpeg2 encoder but not a decoder.

It seems like no matter what I try there is some problem which
blocks me. I would hate to have to revert to a Windows solution
for this.

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


Problem with usb in FreeBSD 4.8 Help!!!!

2004-03-29 Thread jitendra pande
Hi All,
 
I have stuck with a problem with usb devices.
 
In case of FreeBSD 4.8, whenever a new USB device is attached to the 
system, no device node is dynamically being created within the dev file 
system.
 
This is in contrast to the behavior there with FreeBSD 5.0 where a new 
device node is being  created on attaching a new USB device, Fox 
example when first USB device is attached then /dev/ugen0 node is created 
dynamically in dev file system. when 2nd device is added then /dev/ugen1 
and so on .ugen2, ugen3...
 
On the other hand with freeBSD 4.8 there exist some static device node 
/dev/ugen0, /dev/ugen0.x where x =1-16 within the /dev file system.
 
My application uses libusb for interacting with the usb 
devices...libusb on freeBSD 4.8 tries to find /debv/ugen0, /dev/ugen1 and so 
onhence couldn't able to detect more then one device.
 
It would really be great if someone can help me in resolving the issue 
Any idea why this changes in the behavior with  FreeBSD 4.8 and FreeBSD 
5.0
 
My device is the one which supports control transfers only thus i understand that for 
a second device i need to use /dev/ugen1 and so on.
 
Does that mean, i need to explictly make a node /dev/ugen1 and /dev/ugen2 and so on 
for  every newly added USB device using MAKEDEV script. 
 
Please advise me , if there exist some better way of handling the situation. Is there 
some sort of modification that i can make to libusb to handle the situation.
 
Any help will be highly appreciated.

 
Thanks and regards
Jitendra



-
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dircmp?

2004-03-29 Thread Shaun T. Erickson
Dan Nelson wrote:
In the last episode (Mar 28), Kris Kennaway said:

On Sun, Mar 28, 2004 at 08:28:31PM -0500, Shaun T. Erickson wrote:

Is there a dircmp command for 5.2.1-RELEASE-p3? I can't find one ...
Not in the base system.  Maybe it's available in a port with a
different name.  What does it do?


It compares two directory trees and tells you which files exist in one
or both, and tells you which files are the same in both.  SUSv2
deprecated it and recommended people use diff -r instead.  SUSv3
doesn't mention it at all.
I tried diff -r and didn't really like it at all. The output isn't 
anywhere near as nice as dircmp's.

Shaun: if you have access to a Tru64 or Solaris system, you can use
their dircmp commands, since they are shell scripts.
Unfortunately, I don't, or I'd lift a copy. :)

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


Problems upgrading pango

2004-03-29 Thread stan
My portupgrade on one machine is failing in pango, with:

configure: error: Xrender.h not found.
===  Script configure failed unexpectedly.

And a sugested search for xrender.pc turns up nothing.

What can I do to fix this problem?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hi I have a suggestion! To Imporve the perfect Freebsd!

2004-03-29 Thread Jerry McAllister
 
 On Sun, Mar 28, 2004 at 11:09:36AM -0800, Joe Falcone wrote:
 
  ... make WINE a hidden component in
  the operating system and tell everyone about the new
  compatability...
 
 I'll bet the folks at OpenBSD would LOVE to hear more ideas
 like this one.
 
 Make your suggestions on THEIR mailing list too! Their address
 is: [EMAIL PROTECTED]

I am afraid you sarcasm, though possibly well placed, probably went 
right over his head.

jerry

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


Re: DVD - SVCD with FreeBSD?

2004-03-29 Thread Fernando Gleiser
On Mon, 29 Mar 2004, Jim Hatfield wrote:

 I tried mencoder. The ports version won't produce mpeg2 (at
 least not with libavcodec). The version from the mplayer site
 will, but the results look like modern art. I got the same
 with transcode, though it's a while since I used it. ffmpeg
 won't even build on my AMD-Duron based 5.1 machine (though
 to be fair it will on my PIII Celeron 4.9 machine). The package
 of ffmpeg doesn't support mpeg2 encoding. mjpegtools has an
 mpeg2 encoder but not a decoder.

Here's what I do: I decode the MPEG to YUV using mplayer, then
reencode back to MPEG using mjpegtools.

if you're short on disk space, create a named pipe called stream.yuv
and have yuvscaler read from it while runing mplayer on another window :)



Fer

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


Re: usb-serial adapter doesnt work

2004-03-29 Thread Macio Plona


Bernd Walter wrote:
ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), 


It's attached to ugen instead of uplcom/ucom


On a hardware notes ive read, that it needs a 'uplcom' driver, so i 
loaded it to kernel:
root# kldstat
Id Refs AddressSize Name
51 0xc204c000 3000 uplcom.ko
61 0xc205 4000 ucom.ko


You need the drivers loaded _befor_ attaching the device.
Otherwise ugen take care of it and uplcom has no chance to take over.
Hi,
It helped. Thanks very much.
After compiling uplcom into the kernel, all looked ok. It showed me 
'ucom0' so i did `tip xxx', where xxx is:
%cat /etc/remote |grep xxx
xxx:dv=/dev/ucom0:br#9600:pa=none:

I see 'connected', but nothing more. Is there any other thing, which 
should I take care about?

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


5.2.1 Dell Power Edge 1400 install

2004-03-29 Thread bsd
Has anyone installed a 5.2.1 on a Dell Power Edge ?

From what I have read so far It seems ok with the 4.7 version

--  
http://66.102.9.104/search?q=cache:fT11f82O3U0J:prioris.mini.pw.edu.pl/ 
~gregory/FreeBSD/ 
delli386.html+freeBSD+dell+poweredge+1400hl=enie=UTF-8

But i have no echo on a 5.2.1 install

__
«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
¯¯
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: 5.2.1 Dell Power Edge 1400 install

2004-03-29 Thread Michael Clark
We have a 1400SC running 5.2.1.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, March 29, 2004 9:42 AM
To: Liste FreeBSD
Subject: 5.2.1 Dell Power Edge 1400 install 


Has anyone installed a 5.2.1 on a Dell Power Edge ?

 From what I have read so far It seems ok with the 4.7 version

--  
http://66.102.9.104/search?q=cache:fT11f82O3U0J:prioris.mini.pw.edu.pl/ 
~gregory/FreeBSD/ 
delli386.html+freeBSD+dell+poweredge+1400hl=enie=UTF-8

But i have no echo on a 5.2.1 install

__
«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
¯¯
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]


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


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


Re: Problems upgrading pango

2004-03-29 Thread Simon Barner
stan wrote:
 My portupgrade on one machine is failing in pango, with:
 
 configure: error: Xrender.h not found.
 ===  Script configure failed unexpectedly.
 
 And a sugested search for xrender.pc turns up nothing.
 
 What can I do to fix this problem?

That file is part of the XFree libraries x11/XFree86-4-libraries, and it
should be installed in /usr/X11R6/include/X11/extensions.

Is it possible that you are still running XFree 3.x ?

Simon





signature.asc
Description: Digital signature


Re: dircmp?

2004-03-29 Thread Simon Barner
Shaun T. Erickson wrote:
 Unfortunately, I don't, or I'd lift a copy. :)

Why not ask Google? ;-)

http://www.google.de/search?hl=delr=ie=ISO-8859-1q=dircmp.shsa=Ntab=gw

Simon


signature.asc
Description: Digital signature


HP Netserver and AIC-7XXX

2004-03-29 Thread Bryan Jones
First let me say that I'm new to FreeBSD and the Unix OS.

 

I'm trying to install 5.0 on a HP Netserver LC with an AIC-7770 SCSI
controller.  The controller is not being detected during boot.

 

That particular problem is referenced in the installation documents under
troubleshooting but makes no suggestions on actually fixing the problem.
Any Ideas.

 

Thanks 

Bryan Jones

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


Re: growfs on vinum volume

2004-03-29 Thread Lukas Ertl
On Mon, 29 Mar 2004, Greg 'groggy' Lehey wrote:

 On Monday, 29 March 2004 at  9:37:39 +0200, Ludo Koren wrote:
  It finished with the following error:
 
  growfs: bad inode number 1 to ginode
 
  I have searched the archives, but did not find any answer. Please,
  could you point to me what I did wrong?

 You trusted growfs on 5.2.1 :-)

 growfs is suffering from lack of love, and presumably you had a UFS 2
 file system on the drive.  It's only recently been fixed for that, in
 5-CURRENT.

Well, this particular bug is not fixed right now, I fixed a different one.

The 'bad inode number 1' problem happens when you grow your filesystem so
large that the cylinder group summary needs to allocate a new block.

I haven't found a fix for that yet, but interestingly enough, you should
now run fsck on that filesystem, and *after* that, you should be able to
grow that filesystem successfully (yeah, it's some kind of voodoo).

cheers,
le

-- 
Lukas Ertl   http://mailbox.univie.ac.at/~le/
[EMAIL PROTECTED]   http://people.freebsd.org/~le/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Trend Micro Medium Risk Virus Alert - WORM_NETSKY.Q

2004-03-29 Thread Trend Micro Newsletters Editor
Dear Trend Micro customer,

As of March 29, 2004 12:29 AM PST, TrendLabs has declared a Medium Risk Virus Alert to 
control the spread of WORM_NETSKY.Q. TrendLabs has received several infection reports 
indicating that this malware is spreading in Japan and China.

This new NETSKY variant propagates via email and network shares. It exploits a known 
vulnerability (MS01-020) that affects Internet Explorer and allows the automatic 
execution of attachments when an email is read or previewed in Microsoft Outlook and 
Outlook Express. More information on the exploit can be read at:

http://www.microsoft.com/technet/security/bulletin/MS01-020.mspx

TrendLabs will be releasing the following EPS deliverables:

TMCM Outbreak Prevention Policy 102 (released March 29, 2004 12:30 AM PST)
Official Pattern Release 842
Damage Cleanup Template 302

For more information on WORM_NETSKY.Q, you can visit our Web site at:

http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_NETSKY.Q

You can modify subscription settings for Trend Micro newsletters at:

http://www.trendmicro.com/subscriptions/default.asp

__
This message was sent by Trend Micro's Newsletters Editor using Responsys Interact 
(TM).

If you prefer not to receive future e-mail from Trend Micro's Newsletters Editor:

http://trendnewsletter.rsc03.net/servlet/website/PersonalizedForm?mgLEwkLMLkLgJL9LgmLk.40hktELtHpsEMkLLIlK-jNLlmphglFMkLLIlKDhknEhEu.260zd5_x_zNIl


To view our permission marketing policy:
http://www.rsvp0.net


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


can't address at least 3GB or virtual memory

2004-03-29 Thread [EMAIL PROTECTED]
Hello all:

I am trying to submit user-class jobs to a FreeBSD platform running 5.2.1

And when I attempt to malloc in excess of 512MB, my program core dumps.

I have 1.5GB or RAM, with PAE installed.

With various kernel patches, no X, and some other constraints I can malloc 
up about 1.2GB before the system becomes unstable.  In fact, I can just 
barely get about 1.6GB -- but that much will usually cause a system reset.

My application requires about 1.5GB to run nicely.  Can I get that much 
with FreeBSD?

And to the people who have made FreeBSD possible, even taking the time to 
answer my (and others) questions, thank you! 

I just have one final thought:  Bill Gates said we'd never need more than 
640k.

--jg
  

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


Re: DVD - SVCD with FreeBSD?

2004-03-29 Thread Jim Hatfield
On Mon, 29 Mar 2004 16:13:18 +0100, in local.freebsd.questions you
wrote:

On Mon, 29 Mar 2004, Jim Hatfield wrote:

 I tried mencoder. The ports version won't produce mpeg2 (at

Here's what I do: I decode the MPEG to YUV using mplayer, then
reencode back to MPEG using mjpegtools.

Interesting - I read the man pages for mjpegtools and thought what's
all this yuv stuff? thinking it was only of interest to someone using
a capture device. It never occurred to me to use it as an intermediate
file format. Thanks.

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


Re: growfs on vinum volume

2004-03-29 Thread Ludo Koren


 
 vinum - l ... 
 D d1State: up   /dev/da1s1e A: 0/15452 MB (0%)
 D rd1   State: up   /dev/da1s1h A: 0/1023 MB (0%)

  You shouldn't have more than one drive per spindle.

It has 'historical' reason. I started with vinum, when it was not
possible to mirror root partition (at least I found just document
'Bootstrapping Vinum: A Foundation for Reliable Servers' by R. A. Van
Valzah in 2001 or 2002 on www.freebsd.org)


 ...
 growfs /dev/vinum/mirror

  You've missed out some information.  May I assume that you had
  a valid file system on the 15 GB volume mirror before you
  started this?

Yes

 It finished with the following error:
 
 growfs: bad inode number 1 to ginode
 
 I have searched the archives, but did not find any
 answer. Please, could you point to me what I did wrong?

  You trusted growfs on 5.2.1 :-)

I did it successfully before on 5.x (I don't remember exactly, about 6
months ago) but not on vinum volume...

  growfs is suffering from lack of love, and presumably you had a
  UFS 2 file system on the drive.  It's only recently been fixed
  for that, in 5-CURRENT.

There is UFS 1 file system on the drive.

  What you do now depends on the state of the file system.
  Hopefully you still have the original contents.  In this case,

Yes, I have original contents. The volume size is 15GB just as before.

  you could get hold of the version from -CURRENT, which should
  compile with no problems, and try again.  It wouldn't do any
  harm to take down one of the plexes so that you can recover if
  something goes wrong.

Thank you very much for your advice. I'll try it on weekend, because
there is no possible downtime during the working days.

  Greg

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


Re: automounting cd-rom cd-rw devices

2004-03-29 Thread Joshua Lokken
* Jay Moore [EMAIL PROTECTED] [2004-03-29 08:24]:
 On Sunday 28 March 2004 12:44 am, Malcolm Kay wrote:
  On Sunday 28 March 2004 11:43, Jay Moore wrote:
   I have a FreeBSD 4.9 system; I am also running KDE...
  
   I'm building this system for my son (college student)  snip ...
   /snip ...  how to make the cd-rw  cd-rom devices
   usable without requiring him to start a root shell and mount/umount these
   devices.
 
   1) Should I automount cd's?
 
  Depends what you mean by auto-mount
 
 Good point... I guess what I'd really meant is automount in the Windoze sense 
 of the word; i.e. if I put a music cd in I can play music, if I put a data cd 
 in I can read the files. I (regular joe user) don't have to su, or sudo to 
 mount the device, and if I put a music cd in I don't cause a panic by trying 

Audio CDs don't need to be mounted, but you may need to have similar
permissions on the device to get them to play.


 to mount the device as a file system. In short, I want an automount that can 
 figure out whether I've got a music cd or a file system, and do the right 
 thing.
 
   2) What is the best way to allow ordinary users to mount cd's?

As someone mentioned earlier; /usr/ports/security/sudo allowd you to
do exactly what you've asked about.

 
 But there are two things that concern me:
 1) once the file system cd is mounted, a fixed amount of no activity time 
 must pass before it is umount'd

I'm not sure what you mean by this.  I've never had to wait for any
length of time to unmount a CD-ROM, however, you will not be able to
unmount it if you are currently in the directory that the drive is
mounted on;)


 2) security implications ?!!
 
 Item 1) is a concern mostly 'cause it's just kind of kludge (oh yeah, I have 
 to wait for 60 seconds before I can eject my data cd). Item 2) is a concern 
 'cause college campuses are the most hostile network environments I've ever 
 seen.

Again, I've never heard of this.  Anyone else?

 
 I don't mean to sound critical (really)... maybe there's just no good way to 
 do this in FreeBSD. If that's the case, maybe WinXP is the best route for the 
 average user.

I think the key here is average user.


-- 
Joshua

Fascinating, a totally parochial attitude.
-- Spock, Metamorphosis, stardate 3219.8
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can't address at least 3GB or virtual memory

2004-03-29 Thread Matthew Seaman
On Mon, Mar 29, 2004 at 11:26:21AM -0500, [EMAIL PROTECTED] wrote:

 I am trying to submit user-class jobs to a FreeBSD platform running 5.2.1
 
 And when I attempt to malloc in excess of 512MB, my program core dumps.

That's an administrative restriction to prevent a runaway process
killing the whole machine.  See limits(1) for instructions on how to
alter the setting.

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


pgp0.pgp
Description: PGP signature


Re: cannot mount vcd

2004-03-29 Thread Shantanoo
+++ Tadimeti Keshav [freebsd] [29-03-04 06:05 +0100]:
| hi all,
| I am able to mount ordinary data CDs, but not VCDs.
| Hence cannot watch VCDs with mplayer. 
| Am I missing something?
| Thanks
| Tk

mplayer -cdrom-device /dev/acd0c -vcd 1 -fs

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


phpmyadmin

2004-03-29 Thread Noah

hi,

is there a mail list or forum out there for phpmyadmin support that somebody
can direct me to?

thanks in advance,

Noah

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


SpamAssassin

2004-03-29 Thread Bart Silverstrim
Question...Is anyone else running amavisd-new with spamassassin from 
ports?

If so, where/how should I be updating or altering the spamassassin 
rules?

I'd like to try updating some of the rules from the spamassassin site, 
but didn't know where the ports version was putting the rulesets...
a) what directory should I put them into?
b) is there a config file I'd have to alter to get spamassassin to use 
them?
c) can I just plonk new SA files into that directory and they would be 
used automatically?
d) should I just wait until the ports version of SA is updated to get 
new rules, or does ports have the newer rules integrated into it?
e) do I need to alter anything in amavisd-new to get the new rules to 
work?

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


Re: Problems upgrading pango

2004-03-29 Thread stan
On Mon, Mar 29, 2004 at 05:54:08PM +0200, Simon Barner wrote:
 stan wrote:
  My portupgrade on one machine is failing in pango, with:
  
  configure: error: Xrender.h not found.
  ===  Script configure failed unexpectedly.
  
  And a sugested search for xrender.pc turns up nothing.
  
  What can I do to fix this problem?
 
 That file is part of the XFree libraries x11/XFree86-4-libraries, and it
 should be installed in /usr/X11R6/include/X11/extensions.
 
 Is it possible that you are still running XFree 3.x ?

Upgrading from, yes.

Looks like a dependancy problem.

Thanks I can resolve that.


-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh no longer connecting automatically

2004-03-29 Thread Jonathon McKitrick
On Fri, Mar 26, 2004 at 09:46:44AM +0100, Dag-Erling Smørgrav wrote:
: Jonathon McKitrick [EMAIL PROTECTED] writes:
:  Interestingly, my laptop (running 4.8R) is working now.  No password needed
:  for any rsh operation to this site.  But the same procedure on a 4.8-stable
:  box (this one, now) gives this error: [...]
: 
: It's definitely a client side problem.  Try rm ~/.ssh/known_hosts.

Here is what I don't understand: why does my 4.8 box work fine, but my
4.9-stable does not?  Wasn't OpenSSH swapped in between these 2 versions?


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]


Re: phpmyadmin

2004-03-29 Thread Matthew Seaman
On Mon, Mar 29, 2004 at 09:30:42AM -0800, Noah wrote:

 is there a mail list or forum out there for phpmyadmin support that somebody
 can direct me to?

There's several mailing lists accessible from:

http://sourceforge.net/mail/?group_id=23067

but http://lists.sourceforge.net/mailman/listinfo/phpmyadmin-users is
probably what you want.

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


pgp0.pgp
Description: PGP signature


Struggling with integrated CMI8738 PCM audio device on 4.9-stable

2004-03-29 Thread Bill Nutt
Hi,

I've been having trouble trying to get an onboard CMI8738 sound
chip working on 4.9-stable.   The motherboard in question is an
ASUS A7V266-C.

I've tried using options PNPBIOS in the kernel config, but it
doesn't seem to improve matters.   I've included the relevant
lines from dmesg / pciconf (when PNPBIOS is *NOT* set) in the
hope that some kind soul will find the output useful.

Many thanks for any assistance.

--Bill


bash-2.05$ dmesg | egrep pcm|snd
Preloaded elf module snd_cmi.ko at 0xc039509c.
Preloaded elf module snd_pcm.ko at 0xc039513c.
pcm0: CMedia CMI8738 at device 5.0 on pci0
pcm0: cmi_attach: Cannot allocate bus resource
device_probe_and_attach: pcm0 attach returned 6


frogmouth# pciconf -l
[EMAIL PROTECTED]:0:0:  class=0x06 card=0x80641043 chip=0x30991106
rev=0x00 hdr=0x00
[EMAIL PROTECTED]:1:0: class=0x060400 card=0x0080 chip=0xb0991106
rev=0x00 hdr=0x01
[EMAIL PROTECTED]:5:0: class=0x040100 card=0x80e21043 chip=0x03f6
rev=0x10 hdr=0x00
[EMAIL PROTECTED]:12:0:class=0x03 card=0x
chip=0x56315333 rev=0x05 hdr=0x00
[EMAIL PROTECTED]:17:0:class=0x060100 card=0x80521043
chip=0x31471106 rev=0x00 hdr=0x00
[EMAIL PROTECTED]:17:1:  class=0x01018a card=0x
chip=0x05711106 rev=0x06 hdr=0x00
[EMAIL PROTECTED]:17:2:class=0x0c0300 card=0x12340925
chip=0x30381106 rev=0x23 hdr=0x00
[EMAIL PROTECTED]:17:3:class=0x0c0300 card=0x12340925
chip=0x30381106 rev=0x23 hdr=0x00


frogmouth# uname -a
FreeBSD frogmouth 4.9-STABLE FreeBSD 4.9-STABLE #4: Wed Mar 17
12:58:05 GMT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/FROGMOUTH  i386
frogmouth#








___
WIN FREE WORLDWIDE FLIGHTS - nominate a cafe in the Yahoo! Mail Internet Cafe Awards  
www.yahoo.co.uk/internetcafes 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


re: FreeBSD Firewall as a Transparent Proxy?

2004-03-29 Thread Denis R.
Try this:
http://www.opennet.ru/docs/RUS/squid_filter/squidguard.html

It is in Russian, but you will figure it out by looking at config files. I
installed it on 5.2.1 and it is stable. Great way of keeping your users
off the bad sites.

Regards,
Denis



I have seen lots of pages on google on how to setup Squid as a Transparent
Proxy server on FreeBSD.  However most of these refer to 4.9 stable, using
IPTables.  I am currently using natd and ipfw.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


broken partition table

2004-03-29 Thread Roberto Nunnari
Hi all.

Please also reply to my mailbox as I'm not on the list.
Thank you.
I was installing a new drive on my 5.2.1-p3 and I believe
I made some mistake while using fdisk and bsdlabel.. in
fact the partition table for my bootable disk has changed.
this was my fdisk amrd0 before:

web.dti.supsi.ch# cat fdisk.amrd0
*** Working on device /dev/amrd0 ***
parameters extracted from in-core disklabel are:
cylinders=4420 heads=255 sectors/track=63 (16065 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=4420 heads=255 sectors/track=63 (16065 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 63, size 71007237 (34671 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
UNUSED
The data for partition 3 is:
UNUSED
The data for partition 4 is:
UNUSED
and this is how it looks now..

web.dti.supsi.ch# fdisk amrd0
*** Working on device /dev/amrd0 ***
parameters extracted from in-core disklabel are:
cylinders=4420 heads=255 sectors/track=63 (16065 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=4420 heads=255 sectors/track=63 (16065 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 0, size 70766325 (34553 Meg), flag 0
beg: cyl 0/ head 0/ sector 1;
end: cyl 308/ head 254/ sector 63
The data for partition 2 is:
UNUSED
The data for partition 3 is:
UNUSED
The data for partition 4 is:
UNUSED
as you can see, it is no longer bootable, and it doesn't
start at sect 63 like before but at 0
How can I fix it? I was about to give the following command
but thought I'd better ask first here...
web.dti.supsi.ch# fdisk -B -f fdisk.conf.amrd0

I expect the above to reinstall the boot code and to correct
the partition table.. I expect I'll be able to give that
command while the system and running and so the filesystem
mounted.
also.. with the -t option the results are almost identical
to the original state, but end cyl is different.. See..
is that important?
web.dti.supsi.ch# fdisk -t -B -f fdisk.conf.amrd0
*** Working on device /dev/amrd0 ***
fdisk: WARNING line 2: number of cylinders (4420) may be out-of-range
(must be within 1-1024 for normal BIOS operation, unless the entire 
disk
is dedicated to FreeBSD)
parameters extracted from in-core disklabel are:
cylinders=4420 heads=255 sectors/track=63 (16065 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=4420 heads=255 sectors/track=63 (16065 blks/cyl)
Information from DOS bootblock is:
1: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 63, size 71007237 (34671 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 323/ head 254/ sector 63
2: UNUSED
3: UNUSED
4: UNUSED
and here is the fdisk.conf.amrd0 file
web.dti.supsi.ch# cat fdisk.conf.amrd0
# values extacted from old fdisk.amrd0
g   c4420   h255s63
p   1   165 63  71007237
p   2   0   0   0
p   3   0   0   0
p   4   0   0   0
a   1
--
  Roberto Nunnari -software engineer-
   mailto:[EMAIL PROTECTED]
 Scuola Universitaria Professionale della Svizzera Italiana
 Dipartimento Tecnologie Innovative
  http://www.dti.supsi.ch
 SUPSI-DTI
 Via Cantonaletel: +41-91-6108561
 6928 Mannofax: +41-91-6108570
 Switzerland   (o o)
===oOO==(_)==OOo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


High pitch/wrong frequency audio on disc via burncd

2004-03-29 Thread Ada Cheng
Good afternoon,
I have a series of wma files (speeches) which I convert to wav via
mplayer.  The wav files played fine using both xmms and Noatun.  However when I burn
them onto a cd via burncd:
burncd -f /dev/acd0c audio *.wav fixate
the resulting audio on the disc gives me high pitch/wrong frequency audio.

I never had problem with burncd before but this is the first time I burned
wav files obtained via conversion from wma files.

Any help is greatly appreciated.

Many thanks in advance.

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


Re: Mail Delivery failure (dns-esg@sita.int) ScanMail has detected a virus!

2004-03-29 Thread redirection . admin

  Advisory


 Please be advised that sita.int has migrated to sita.aero.
   Your email to the addressed individual in SITA has not been delivered


Please resend your mail using the correct e-mail address: @sita.aero


Note, you will not receive a further reminder to any emails sent to
sita.int today, and subsequent emails will not be delivered.

   Therefore we strongly advise that you:

  Switch your bookmarks and any links that you may have to our new address
   TODAY.
   www.sita.aero

 Check your e-mail address book for all [EMAIL PROTECTED] and change to
[EMAIL PROTECTED] TODAY



   .aero
  The domain of aviation reserved exclusively for the aviation community.
 To find out more about .aero , visit www.information.aero


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


Hardware on FreeBSD 5.2.1

2004-03-29 Thread Banana Flex
hello!

i have a little problem, can u help me?

i would like to buy a new server called HP Proliant ML310
the hardware on this machine for the ethernet is a Compaq NC7760
this is working on FreeBSD 5.2.1? i have not seen this number on the 
hardware notes

thanks for help :-)

Banana

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


Security Updates and Patching Two Choices?

2004-03-29 Thread Sean Murphy
I would like to stay patched with the latest security advisories.
However usually I wait until the next release iso becomes available and  
do a fresh install that includes all the known exploites.  My reason  
behind this is the makeworld, CVSup, and mergemaster is very time  
consuming/complicated.  Mergemaster especially when I'm merging /etc  
files that I have no clue what they do.  I also don't want all  
sources compiled on my system.  I like a minimized OS.  I don't want to  
build all sources when I just need these on my system (bin, man, and  
crypto).  The same selection I use from a new install from  
/stand/sysinstall.  Is that possible?

However in the security advisories the second option is to download  
this file and patch the existing source and do a makeworld

here is an excerpt of the latest advisory
---
a) Download the relevant patch from the location below, and verify the
detached PGP signature using your PGP utility.
# fetch  
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-04:05/openssl.patch
# fetch  
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-04:05/ 
openssl.patch.asc

b) Execute the following commands as root:

# cd /usr/src
# patch  /path/to/patch
c) Recompile the operating system as described in
URL:  
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ 
makeworld.html .
---

It seem the makeworld process is the only way to keep the system  
patched.

If a tag just the 4_9 Release in the CVSupfile can i just ignore the  
mergemaster? also can I just CVSup the sources and build the ones I  
want? (see above)

Thanks in advance

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


Re: mplayer questions

2004-03-29 Thread Joshua Lokken
Cc to -newbies removed.  Doesn't need to be cross-posted.

* Tadimeti Keshav [EMAIL PROTECTED] [2004-03-29 08:26]:
 Hi,
 I have a couple of questions:
 
 1. I compiled mplayer with -DWITH_GUI.
When I use gmplayer (GUI) to open a video file, I
 get the error ...no video-out -vo available

I haven't built/installed mplayer for a few months, but I used to see
this before I had done 'make user' from the port directory.  At the
least, you should edit .mplayer/config in your home dir and set
default vo and ao.  Then gmplayer should work nicely for you.

 However, when I use mplayer (CLI) with the foll.
 options:
  mplayer -fs -zoom -x 70 -y 50 /home/abc.wmv
 it works fine. COmpilation went fine w/o errors.
 
 2. using the CLI mplayer, how can I play the video
 file from a given place, say after 19 minutes and 30
 seconds?

Dunno, sorry.

-- 
Joshua

There's a way out of any cage.
-- Captain Christopher Pike, The Menagerie (The Cage),
   stardate unknown.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portupgrade question

2004-03-29 Thread Bart Silverstrim
I recently ran a portupgrade on one of our servers.  The following 
error and exchange came up:

server# pkgdb -F
---  Checking the package registry database
Stale dependency: portupgrade-20040325_1 - openssl-0.9.7d 
(security/openssl):
New dependency? (? to help): ?
 [Enter] to skip, [Ctrl]+[D] to delete,  [.][Enter] to abort, [Tab] to 
complete
New dependency? (? to help):  portupgrade-20040325_1
Fixed. (- portupgrade-20040325_1)
Cyclic dependencies: portupgrade-20040325_1 - (portupgrade-20040325_1)
Unlink portupgrade-20040325_1 - portupgrade-20040325_1 ? [yes]
Command failed [exit code 1]: grep -v 
\^portupgrade-20040325_1\\\$\  
/var/db/pkg/portupgrade-20040325_1/+REQUIRED_BY  
/tmp/+REQUIRED_BY82988.0
server#

What should I have chosen?  pkgdb -F doesn't find any problems now, and 
no errors that I *see* are coming up, but should I deinstall and 
reinstall portupgrade or have I done something wrong to the database?  
How can I fix it?

-Bart

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


Re: Security Updates and Patching Two Choices?

2004-03-29 Thread Chris
On Monday 29 March 2004 01:28 pm, Sean Murphy wrote:
 I would like to stay patched with the latest security advisories.
 However usually I wait until the next release iso becomes available and
 do a fresh install that includes all the known exploites.  My reason
 behind this is the makeworld, CVSup, and mergemaster is very time
 consuming/complicated.  Mergemaster especially when I'm merging /etc
 files that I have no clue what they do.  I also don't want all
 sources compiled on my system.  I like a minimized OS.  I don't want to
 build all sources when I just need these on my system (bin, man, and
 crypto).  The same selection I use from a new install from
 /stand/sysinstall.  Is that possible?

Then perhaps freebsd-update is for you? (/usr/ports/security/freebsd-update)
From the file pkg-descr:

more pkg-descr 
This is the client half of the FreeBSD Update system; it fetches and
applies binary security updates.

WWW: http://www.daemonology.net/freebsd-update/

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


Re: Security Updates and Patching Two Choices?

2004-03-29 Thread Charles Swiger
On Mar 29, 2004, at 2:28 PM, Sean Murphy wrote:
I don't want to build all sources when I just need these on my 
system (bin, man, and crypto).  The same selection I use from a new 
install from /stand/sysinstall.  Is that possible?
If you look at /etc/default/make.conf for a bunch of components 
starting with NO_, you can set those to get something close to what 
you've asked for.

It seem the makeworld process is the only way to keep the system 
patched.
Someone (Colin Percival?) has a binary updating system available for 
FreeBSD which might be easier for you to use.

If a tag just the 4_9 Release in the CVSupfile can i just ignore the 
mergemaster? also can I just CVSup the sources and build the ones I 
want? (see above)
Generally one can ignore doing the mergemaster simply for a security 
patch.

Yes, you can use CVSup to update your local sources with the fix 
instead of applying a patch by hand.  Using a tag of RELENG_4 (aka 
STABLE) or RELENG_4_9 (aka security branch of 4.9) should be what you 
want.

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


Re: DVD - SVCD with FreeBSD?

2004-03-29 Thread Joshua Lokken
* Jim Hatfield [EMAIL PROTECTED] [2004-03-29 08:50]:
 On Mon, 29 Mar 2004 16:13:18 +0100, in local.freebsd.questions you
 wrote:
 
 On Mon, 29 Mar 2004, Jim Hatfield wrote:
 
  I tried mencoder. The ports version won't produce mpeg2 (at
 
 Here's what I do: I decode the MPEG to YUV using mplayer, then
 reencode back to MPEG using mjpegtools.

dvd::rip does this job (and more) *very* well.

/usr/ports/multimedia/dvdrip

-- 
Joshua

Vulcans do not approve of violence.
-- Spock, Journey to Babel, stardate 3842.4
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Struggling with integrated CMI8738 PCM audio device on 4.9-stable

2004-03-29 Thread John Duffey
On 29 Mar, Bill Nutt [EMAIL PROTECTED] wrote:
 Hi,

 I've been having trouble trying to get an onboard CMI8738 sound
 chip working on 4.9-stable.   The motherboard in question is an
 ASUS A7V266-C.

Not sure if it's relevant, but the more it's posted the easier
it'd be to find..

Try turning off ACPI from the beastie menu.

I nearly tore my hair out struggling with sound before that was
pointed out to me.

John

-- 

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


Re: portupgrade question

2004-03-29 Thread Kent Stewart
On Monday 29 March 2004 12:03 pm, Bart Silverstrim wrote:
 I recently ran a portupgrade on one of our servers.  The following
 error and exchange came up:

 server# pkgdb -F
 ---  Checking the package registry database
 Stale dependency: portupgrade-20040325_1 - openssl-0.9.7d
 (security/openssl):
 New dependency? (? to help): ?
   [Enter] to skip, [Ctrl]+[D] to delete,  [.][Enter] to abort, [Tab]
 to complete
 New dependency? (? to help):  portupgrade-20040325_1
 Fixed. (- portupgrade-20040325_1)
 Cyclic dependencies: portupgrade-20040325_1 -
 (portupgrade-20040325_1) Unlink portupgrade-20040325_1 -
 portupgrade-20040325_1 ? [yes] Command failed [exit code 1]: grep -v
 \^portupgrade-20040325_1\\\$\ 
 /var/db/pkg/portupgrade-20040325_1/+REQUIRED_BY 
 /tmp/+REQUIRED_BY82988.0
 server#

 What should I have chosen?  pkgdb -F doesn't find any problems now,
 and no errors that I *see* are coming up, but should I deinstall and
 reinstall portupgrade or have I done something wrong to the database?
 How can I fix it?

It was complaining because you didn have openssl installed, so you need 
to install openssl-0.9.7d and link portupgrade to it. It is probably 
faster to just portupgrade portupgrade again but things can go 
wrong :).

Kent

-- 
Kent Stewart
Richland, WA

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


Re: growfs on vinum volume

2004-03-29 Thread Greg 'groggy' Lehey
On Monday, 29 March 2004 at 18:38:20 +0200, Ludo Koren wrote:



 vinum - l ...
 D d1State: up   /dev/da1s1e A: 0/15452 MB (0%)
 D rd1   State: up   /dev/da1s1h A: 0/1023 MB (0%)

 You shouldn't have more than one drive per spindle.

 It has 'historical' reason. I started with vinum, when it was not
 possible to mirror root partition (at least I found just document
 'Bootstrapping Vinum: A Foundation for Reliable Servers' by R. A. Van
 Valzah in 2001 or 2002 on www.freebsd.org)

There has never been any reason to have more than one drive per
module.  You're confusing drives and subdisks.

 What you do now depends on the state of the file system.
 Hopefully you still have the original contents.  In this case,

 Yes, I have original contents. The volume size is 15GB just as
 before.

OK.  You've seen le's message.

 you could get hold of the version from -CURRENT, which should
 compile with no problems, and try again.  It wouldn't do any
 harm to take down one of the plexes so that you can recover if
 something goes wrong.

 Thank you very much for your advice. I'll try it on weekend, because
 there is no possible downtime during the working days.

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
Note: I discard all HTML mail unseen.
Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.


pgp0.pgp
Description: PGP signature


where is fortune on 5.2.1-RELEASE?

2004-03-29 Thread Doug Poland
Hello,

I've googled for this but came up empty.  I cannot find the fortune 
program on this recently installed box.  On 4.9-STABLE it lives in 
/usr/games/fortune.

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


The 'This' package

2004-03-29 Thread Jason Dusek
Hi Everyone,

When my system boots up, it tries to load a packag called 'This'.  In 
fact, the line that comes up on the screen is:

Local package initialization:This:not found

What file controls local packages?

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


Sendmail refusing connection

2004-03-29 Thread Payne
Hi,

I have installed FreeBSD 5.2 and I am trying to get to access mail from  
the outside world. But when I do a telnet to port 25 I get this error,

telnet mail.eatme.com
trying xxx.xxx.xxx.xxx
telnet: connect to address xxx.xxx.xxx.xxx: Connection refused

where do I need to go to tell my server it ok to access mail.

Payne

Please note that eatme.com and xxx.xxx.xxx.xxx are flake to protect the 
real server.

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


Re: where is fortune on 5.2.1-RELEASE?

2004-03-29 Thread Shaun T. Erickson
Doug Poland wrote:

Hello,

I've googled for this but came up empty.  I cannot find the fortune 
program on this recently installed box.  On 4.9-STABLE it lives in 
/usr/games/fortune.


/usr/games/fortune on my 5.2.1-RELEASE-p3 box.

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


Re: The 'This' package

2004-03-29 Thread Dan Nelson
In the last episode (Mar 29), Jason Dusek said:
 Hi Everyone,
 
 When my system boots up, it tries to load a packag called 'This'.  In
 fact, the line that comes up on the screen is:
 
 Local package initialization:This:not found
 
 What file controls local packages?

Those are the *.sh scripts in /usr/local/etc/rc.d/ .  I bet one of them
has a comment like 

# This is a startup script

but someone left off the # .

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


RE: where is fortune on 5.2.1-RELEASE?

2004-03-29 Thread Toni Heinonen
Perhaps you didn't install the games package. Run /stand/sysinstall and select 
configure - distributions - games.

-- 
TONI HEINONEN
 TELEWARE OY
 +358 40 836 1815 / +358 (9) 3434 9110
 Itäkeskuksen Maamerkki
 00930 Helsinki, Finland
 [EMAIL PROTECTED] / www.teleware.fi


 -Original Message-
 From: Doug Poland [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 30, 2004 12:08 AM
 To: [EMAIL PROTECTED]
 Subject: where is fortune on 5.2.1-RELEASE?
 
 
 Hello,
 
 I've googled for this but came up empty.  I cannot find the fortune 
 program on this recently installed box.  On 4.9-STABLE it lives in 
 /usr/games/fortune.
 
 
 -- 
 Regards,
 Doug
 ___
 [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: High pitch/wrong frequency audio on disc via burncd

2004-03-29 Thread Peder Blom
On Mon, 29 Mar 2004 13:51:01 -0500 (EST)
Ada Cheng [EMAIL PROTECTED] wrote:

 Good afternoon,
   I have a series of wma files (speeches) which I convert to wav
   via
 mplayer.  The wav files played fine using both xmms and Noatun. 
 However when I burn them onto a cd via burncd:
 burncd -f /dev/acd0c audio *.wav fixate
 the resulting audio on the disc gives me high pitch/wrong frequency
 audio.
 
 I never had problem with burncd before but this is the first time I
 burned wav files obtained via conversion from wma files.
 
 Any help is greatly appreciated.
 
 Many thanks in advance.
 
 Ada

It's likely a problem with the samplerate of your wav files. To burn an
audio cd your tracks should be in stereo with a samplerate of 44100 Hz.


Also, take a look at the FreeBSD Handbook sec 16.3.4 to see why you
should convert to raw pcm instead of wav when you use burncd.

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


Re: Sendmail refusing connection

2004-03-29 Thread Micheal Patterson



- Original Message - 
From: Payne [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 29, 2004 3:10 PM
Subject: Sendmail refusing connection


 Hi,

 I have installed FreeBSD 5.2 and I am trying to get to access mail from
 the outside world. But when I do a telnet to port 25 I get this error,

 telnet mail.eatme.com
 trying xxx.xxx.xxx.xxx

 telnet: connect to address xxx.xxx.xxx.xxx: Connection refused

 where do I need to go to tell my server it ok to access mail.

 Payne


 Please note that eatme.com and xxx.xxx.xxx.xxx are flake to protect the
 real server.


Sendmail has hooks into tcpd which causes it to look for the proper entries
in hosts.allow for connection access.
If this is to be a server that responds to the world, you'd need an entry
for sendmail : all : allow

--

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: mplayer questions

2004-03-29 Thread Peder Blom
On Mon, 29 Mar 2004 06:00:33 +0100 (BST)
Tadimeti Keshav [EMAIL PROTECTED] wrote:

 Hi,
 I have a couple of questions:

snip

 
 2. using the CLI mplayer, how can I play the video
 file from a given place, say after 19 minutes and 30
 seconds?
 


mplayer -ss 19:30 ...


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


Re: Security Updates and Patching Two Choices?

2004-03-29 Thread Giorgos Keramidas
On 2004-03-29 15:07, Charles Swiger [EMAIL PROTECTED] wrote:
On Mar 29, 2004, at 2:28 PM, Sean Murphy wrote:
I don't want to build all sources when I just need these on my
system (bin, man, and crypto).  The same selection I use from a new
install from /stand/sysinstall.  Is that possible?

 If you look at /etc/default/make.conf for a bunch of components
 starting with NO_, you can set those to get something close to what
 you've asked for.

Good idea :-)

 If a tag just the 4_9 Release in the CVSupfile can i just ignore the
 mergemaster? also can I just CVSup the sources and build the ones I
 want? (see above)

 Generally one can ignore doing the mergemaster simply for a security
 patch.

Unless, of course, the security patch fixes problems in /etc files that
mergemaster *must* update.  It's not very difficult to run mergemaster.
I wouldn't recomment avoiding it altogether.  Instead, I'd probably
recommend one of two things, or both at the same time:

a. Read the available documentation about /etc files.  You don't
have to learn all the (admittedly, mostly boring) details about every
single file there is.  Just skim through the manpages to get a general
idea of what purpose each file serves.

b. Install (almost blindly) all the files that mergemaster wants
to update, unless you are absolutely certain you have made manually
some changes to the installed version.

c. Merging the files which contain local changes is easy enough,
as long as you spend a few moments to read the sdiff(1) manpage.  This
is the tool mergemaster uses to merge the files it updates.

Please, do not skip running mergemaster :-)

- Giorgos

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


troubles with jdk-1.4.2p6_4

2004-03-29 Thread Nikita S. Sychevsky
Hello freebsd-questions,

I can't build jdk-1.4.2p6_4 from the ports collection on jdk-1.4.2p6_4
system. Can anybody help please?

===  Building for jdk-1.4.2p6_4
# Start of jdk build
bsd i586 1.4.2-p6 build started: 04-03-30 02:05
if [ -r ./../../deploy/make/Makefile ]; then \
  ( cd  ./../../deploy/make; gmake sanity EXTERNALSANITYCONTROL=true 
CONTROL_TOPDIR=/usr/tmp/var/ports/java/jdk14/work/control CONTROL_TOPDIR_NAME=control 
ALT_OUTPUTDIR=/usr/tmp/var/ports/java/jdk14/work/control/build/bsd-i586  
ARCH_DATA_MODEL=32 MILESTONE=p6 BUILD_NUMBER=nikita_30_mar_2004_02_05 ; ); \
fi
gmake[1]: Entering directory `/usr/tmp/var/ports/java/jdk14/work/deploy/make'
gmake[1]: Leaving directory `/usr/tmp/var/ports/java/jdk14/work/deploy/make'
gmake[1]: Entering directory `/usr/tmp/var/ports/java/jdk14/work/j2se/make'
gmake[1]: Leaving directory `/usr/tmp/var/ports/java/jdk14/work/j2se/make'

Build Machine Information:
   build machine =

Build Directory Structure:
   CWD = /usr/tmp/var/ports/java/jdk14/work/control/make
   TOPDIR = ./../..
   CONTROL_TOPDIR = ./../../control
   GENERICS_TOPDIR = ./../../generics
   HOTSPOT_TOPDIR = ./../../hotspot
   J2SE_TOPDIR = ./../../j2se
   MOTIF_TOPDIR = ./../../motif

Hotspot Settings:
   HOTSPOT_BUILD_JOBS =

Bootstrap Settings:
   JAVAWS_BOOTDIR = /usr/local/linux-sun-jdk1.4.2
   BOOTSTRAP J2SDK VERSION: 1.4.2_04
   OUTPUTDIR = /usr/tmp/var/ports/java/jdk14/work/control/build/bsd-i586

Build Tool Settings:
   UNIXCOMMAND_PATH = /bin/
   COMPILER_PATH = /usr/bin/
   DEVTOOLS_PATH = /usr/local/bin/
   USRBIN_PATH = /usr/bin/
   GCC32_COMPILER_PATH = /java/devtools/bsd/gcc3.2/
   MOZILLA_PATH =
   MOZILLA_HEADERS_PATH =
   MOZILLA_LIBS_PATH =
   CC_VER = 2.95.4
   PATH = 
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/nikita/bin

Build Directives:
   PEDANTIC =
   INSANE =

Build Platform Settings:
   PLATFORM = bsd
   ARCH = i586
   LIBARCH = i386
   ARCH_FAMILY = i586
   ARCH_DATA_MODEL = 32
   OS_VERSION = 4.9-RELEASE-p2
   TRUE_PLATFORM = FreeBSD (4.x STABLE way)
   FREE_SPACE = 2875396

GNU Make Settings:
   MAKE = gmake
   MAKE VERSION = 3.79.1,
   MAKECMDGOALS = sanity
   MAKEFLAGS = w -- BUILD_NUMBER=nikita_30_mar_2004_02_05 MILESTONE=p6 
ARCH_DATA_MODEL=32 
ALT_OUTPUTDIR=/usr/tmp/var/ports/java/jdk14/work/control/build/bsd-i586 
CONTROL_TOPDIR_NAME=control CONTROL_TOPDIR=/usr/tmp/var/ports/java/jdk14/work/control 
EXTERNALSANITYCONTROL=true
   SHELL = /bin/sh

Target Build Versions:
   JAVAWS_VERSION = 1.4.2
   MILESTONE = p6
   BUILD_NUMBER = nikita_30_mar_2004_02_05

Bootstrap Settings:
   BOOTDIR = /usr/local/linux-sun-jdk1.4.2
   BOOTSTRAP J2SDK VERSION: 1.4.2_04
   OUTPUTDIR = /usr/tmp/var/ports/java/jdk14/work/control/build/bsd-i586

Build Tool Settings:
   UNIXCOMMAND_PATH = /bin/
   COMPILER_PATH = /usr/bin/
   DEVTOOLS_PATH = /usr/local/bin/
   USRBIN_PATH = /usr/bin/
   MOTIF_DIR = /usr/X11R6
   CC_VER = 2.95.4
   ZIP_VER = 2.3
   PATH = 
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/nikita/bin

Build Directives:
   USE_ONLY_BOOTDIR_TOOLS =
   USE_HOTSPOT_INTERPRETER_MODE =
   PEDANTIC =
   DEV_ONLY = YES
   J2RE_ONLY =
   NO_DOCS =
   NO_IMAGES =
   TOOLS_ONLY = true
   INSANE =

Build Platform Settings:
   PLATFORM = bsd
   ARCH = i586
   LIBARCH = i386
   ARCH_FAMILY = i586
   ARCH_DATA_MODEL = 32
   OS_VERSION = 4.9-RELEASE-p2
   TRUE_PLATFORM = FreeBSD (4.x STABLE way)
   FREE_SPACE = 2875388

GNU Make Settings:
   MAKE = gmake
   MAKE VERSION = 3.79.1,
   MAKECMDGOALS = sanity
   MAKEFLAGS =
   SHELL = /bin/sh

Target Build Versions:
   JDK_VERSION = 1.4.2
   MILESTONE = p6
   BUILD_NUMBER = nikita_30_mar_2004_02_05

External File/Binary Locations:
   HOTSPOT_SERVER_PATH = 
/usr/tmp/var/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/server
   HOTSPOT_CLIENT_PATH = 
/usr/tmp/var/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/client
   MOTIF_DIR = /usr/X11R6
   CACERTS_FILE = ./../src/share/lib/security/cacerts

WARNING: Your build environment has the variable DEV_ONLY
 defined. This will result in a development-only
 build of the J2SE workspace, lacking the documentation
 build and installation bundles.

Sanity check passed.
/bin/mkdir -p ../build/bsd-i586/hotspot-i586/tmp
(cd  ./../build/bsd-i586/hotspot-i586/tmp; \
  gmake -f /usr/tmp/var/ports/java/jdk14/work/hotspot/build/bsd/Makefile product \
HOTSPOT_BUILD_VERSION=1.4.2-p6-nikita_30_mar_2004_02_05  
GAMMADIR=/usr/tmp/var/ports/java/jdk14/work/hotspot ; )
gmake[1]: Entering directory 
`/usr/tmp/var/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp'
sh /usr/tmp/var/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh 
compiler2 /usr/tmp/var/ports/java/jdk14/work/hotspot bsd i486
(cd bsd_i486_compiler2/product; gmake)
gmake[2]: Entering directory 

users mounting cdrom

2004-03-29 Thread Marcus Wellpoth
Hi there
how can i allow a user which i don't want to take to the operators or wheel 
group to mount the cdrom drive?
thanx 
mw

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


howto mount logical fat32 partition? (Invalid argument error...)

2004-03-29 Thread Tamas ZADORI
Hi!

After browsing and googleing a lot I have no other idea how to mount my
logical partition. I'm using RELEASE-5.2.1 with a freshly compiled
kernel (yes, with msdosfs included).

The output of fdisk is here:

#fdisk ad0
*** Working on device /dev/ad0 ***
parameters extracted from in-core disklabel are:
cylinders=116301 heads=16 sectors/track=63 (1008 blks/cyl)

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

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 7 (0x07),(OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX)
start 63, size 16386237 (8001 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 1019/ head 254/ sector 63
The data for partition 2 is:
sysid 15 (0x0f),(Extended DOS (LBA))
start 16386300, size 100840005 (49238 Meg), flag 0
beg: cyl 1020/ head 0/ sector 1;
end: cyl 1023/ head 254/ sector 63

# file -s /dev/ad0s5
/dev/ad0s5: x86 boot sector, extended partition table

After I try to mount it brings up the following error:

[EMAIL PROTECTED]:~# mount -t msdos /dev/ad0s5 /mnt
msdosfs: /dev/ad0s5: Invalid argument
[EMAIL PROTECTED]:~# mount -t msdosfs /dev/ad0s5 /mnt
msdosfs: /dev/ad0s5: Invalid argument
[EMAIL PROTECTED]:~# mount_msdosfs /dev/ad0s5 /mnt
mount_msdosfs: /dev/ad0s5: Invalid argument

Is there a workaround for this? As I mentioned I found nothing on the
web that could help me.

Thanks,
Thomas

ps: I'm not on the list, please cc it to me as well.

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


Re: Mail Delivery (failure info@nopdesign.com)

2004-03-29 Thread info


I'm sorry, but because I have been receiving more than 100 junk-mail
messages an hour, I no longer accept e-mail from unregistered senders.
To send me a message, please follow the path that best describes your needs:

Business Contacts
-
  1. Register as a valid sender by visiting http://www.nopdesign.com/register/
  2. Re-send your e-mail


FreeCart Support

  1. Post a message to the support forum at http://www.nopdesign.com/forum/
  2. Send a private message through the support forums


Friends and Family
--
  1. Register as friends  family by visiting http://www.nopdesign.com/family/
  2. Re-send your e-mail


I'm sorry for the inconvenience, however, there was simply no way to keep up
with the volume of junk-mail I receive, even with the freeware or commercial
spam blocking tools.  Once you register, you will not need to register again,
unless you change your e-mail address.

If you didn't send me a message, there is a good chance someone you know
has an email virus or your email has been targetted by spammers.  I received
your email as:

   From: [EMAIL PROTECTED]
   Subject: Mail Delivery (failure [EMAIL PROTECTED])

Thank you,

   Scott Moore
   NOP Design

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


Re: growfs on vinum volume

2004-03-29 Thread Kirk Strauser
At 2004-03-29T21:04:19Z, Greg 'groggy' Lehey [EMAIL PROTECTED] writes:

 On Monday, 29 March 2004 at 18:38:20 +0200, Ludo Koren wrote:

 It has 'historical' reason. I started with vinum, when it was not
 possible to mirror root partition (at least I found just document
 'Bootstrapping Vinum: A Foundation for Reliable Servers' by R. A. Van
 Valzah in 2001 or 2002 on www.freebsd.org)

 There has never been any reason to have more than one drive per module.
 You're confusing drives and subdisks.

I think he meant that he original had a root partition and a vinum
partition, and later converted the root partition to another vinum
partition.
-- 
Kirk Strauser

94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box.


pgp0.pgp
Description: PGP signature


problem while building ports

2004-03-29 Thread Vlad Kozin
I've run into the following problem with my ports collection. Whatever 
port I'm trying to install the process stops returning this:

cd /path/to/some/port
make install
... ...
make  all-recursive
Making all in lib
cd: can't cd to lib
*** Error code 1
Stop in /usr/ports/graphics/libungif/work/libungif-4.1.0b1.
*** Error code 1
... ...
In this example I was trying to install fluxspace. I faced the same 
problem with mutt and a couple of other ports. libungif is 
specific for the above example, it changes from port to port. The 
important and common thing about this problem is that the process claims:

creating lib/Makefile

but it cannot cd to the newly created directory

cd: can't cd to lib

Any ideas are very wellcome, cause right now I'm stuck having no 
chance to install the programms I need :(

Please CC me, cause I'm not currently on this list.

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


Re: users mounting cdrom

2004-03-29 Thread Andy Miller
On Tue, Mar 30, 2004 at 01:20:42AM +0200, Marcus Wellpoth wrote:
 Hi there
 how can i allow a user which i don't want to take to the operators or wheel 
 group to mount the cdrom drive?
 thanx 
 mw
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Take a look at this:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT

I think it will answer your question.

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


Re: portsdb issues

2004-03-29 Thread Frank Knobbe
On Mon, 2004-03-08 at 15:54, Kris Kennaway wrote:
  make describe complains on each of them.
 
 Post the errors if you want us to be able to analyze things.

Well, after doing a make describe in /usr/ports, it barfs with:
---8---
=== databases/mytop
mytop-1.4|/usr/ports/databases/mytop|/usr/local|A top clone for
MySQL|/usr/ports/databases/mytop/pkg-descr|[EMAIL 
PROTECTED]|databases||/usr/ports/databases/p5-DBD-mysql 
/usr/ports/devel/p5-Term-ANSIColor /usr/ports/devel/p5-Term-ReadKey 
/usr/ports/devel/p5-Time-HiRes|http://jeremy.zawodny.com/mysql/mytop/
=== databases/namazu2
*** Error code 1
 
Stop in /usr/ports/databases.
*** Error code 1
 
Stop in /usr/ports.
---8---

As soon as I delete /usr/ports/database/namazu2, and run make describe
again, it gets farther. I tried to assemble a list on my laptop
recently, and so far I had on it:
---8---
rm -rf /usr/ports/devel/sparc-rtems-gdb
rm -rf /usr/ports/databases/namazu2
rm -rf /usr/ports/net/samba-devel
rm -rf /usr/ports/www/mozilla-bonobo
rm -rf /usr/ports/devel/linux-glib2
rm -rf /usr/ports/devel/linux-libglade
rm -rf /usr/ports/devel/qt-designer
rm -rf /usr/ports/devel/ruby-gconf2
rm -rf /usr/ports/devel/ruby-glib2
rm -rf /usr/ports/devel/ruby-gnomevfs
rm -rf /usr/ports/devel/ruby-libglade
rm -rf /usr/ports/devel/ruby-libglade2
rm -rf /usr/ports/misc/bookcase
rm -rf /usr/ports/*/k*
rm -rf /usr/ports/sysutils/filelight
rm -rf /usr/ports/textproc/cbedic
rm -rf /usr/ports/textproc/linux-expat
rm -rf /usr/ports/textproc/linux-libxml
rm -rf /usr/ports/www/quanta
rm -rf /usr/ports/audio/arts
rm -rf /usr/ports/audio/amarok
rm -rf /usr/ports/deskutils/basket
rm -rf /usr/ports/deskutils/dragstack
rm -rf /usr/ports/deskutils/superkaramba
rm -rf /usr/ports/games/easysok
rm -rf /usr/ports/games/atlantikdesigner
rm -rf /usr/ports/games/six
rm -rf /usr/ports/games/spacehulk
rm -rf /usr/ports/games/taxipilot
rm -rf /usr/ports/graphics/pixieplus
rm -rf /usr/ports/graphics/showimg
rm -rf /usr/ports/math/algae
rm -rf /usr/ports/math/fung-calc
rm -rf /usr/ports/multimedia/hayes
rm -rf /usr/ports/editors/vimpart
rm -rf /usr/ports/misc/renamedlgplugins
rm -rf /usr/ports/multimedia/noatun-plugins
---8---

I believe that recently broken too with other ports coming out.

  BTW: All on 4.8-RELEASE-p15 if that matters.
 
 It might..that version is no longer officially supported by the ports
 collection (see http://www.freebsd.org), and there was a change to
 make(1) before 4.9 that corrected a parse error in certain makefile
 syntax.  Over time ports have started to rely on this bugfix.

Okay, I tried upgrading to 4.9 (p4 I believe), and run it again. Same
problem, so I don't think it depends on the BSD version.

I'm clueless... all I can think of is to systematically remove broken
ports and to run make index on that reduced set. Since upgrading to 4.9
doesn't help, I have no clue what to try next. 

Any pointers as what to try are appreciated. I should have a bit more
time the next couple weeks to dig into this.

Thanks,
Frank


-- 
Warning at the Gates of Bill:  
Abandon hope, all ye who press ENTER here...



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


make on handbook/book.sgml ends with error

2004-03-29 Thread Rob


Hi,

This is 4.9-Stable.

I have cvsup'ed my /usr/doc directory.
See below what happens when I do a make in the /usr/doc directory.
In the past the make worked just fine, but not after last cvsup.
Any idea what's wrong with current cvsup on the docs?
Regards,
Rob.
# cd /usr/doc
# make
[...]
/bin/cat /usr/doc/en_US.ISO8859-1/books/handbook/../../../share/misc/docbook.css  
docbook.css
/usr/local/bin/jade -V html-manifest -ioutput.html -d 
/usr/doc/en_US.ISO8859-1/books/handbook/../../../share/sgml/default.dsl -V 
%generate-legalnotice-link% -ioutput.html.images   -i chap.advanced-networking -i 
chap.basics -i chap.bibliography -i chap.config -i chap.boot -i chap.cutting-edge -i 
chap.disks -i chap.eresources -i chap.install -i chap.introduction -i 
chap.kernelconfig -i chap.l10n -i chap.linuxemu -i chap.mail -i chap.mirrors -i 
chap.multimedia -i chap.desktop -i chap.pgpkeys -i chap.ppp-and-slip -i chap.printing 
-i chap.security -i chap.serialcomms -i chap.users -i chap.vinum -i chap.x11 -i 
chap.ports -D /usr/obj/usr/doc/en_US.ISO8859-1/books/handbook -c 
/usr/doc/en_US.ISO8859-1/books/handbook/../../../en_US.ISO8859-1/share/sgml/catalog -c 
/usr/doc/en_US.ISO8859-1/books/handbook/../../../share/sgml/catalog -c 
/usr/local/share/sgml/docbook/dsssl/modular/catalog -c 
/usr/local/share/sgml/iso8879/catalog -c /usr/local/share/sgml/docbook/catalog -c 
/usr/local/share/s
gml/jade/catalog -c /usr/local/share/sgml/catalog.ports -t sgml 
/usr/doc/en_US.ISO8859-1/books/handbook/book.sgml
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
/usr/local/bin/jade:/usr/doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml:616:7:E: 
general entity pgpkey.niklas not defined and no default entity
/usr/local/bin/jade:/usr/doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml:617:11:E: end 
tag for SECT2 which is not finished
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
[ last line repeated a zillion times ]

/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/html/../catalog:28:0:W:
 DTDDECL catalog entries are not supported
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
/usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: 
DTDDECL catalog entries are not supported
*** Error code 1

Stop in /usr/doc/en_US.ISO8859-1/books/handbook.
*** Error code 1
Stop in /usr/doc/en_US.ISO8859-1/books.
*** Error code 1
Stop in /usr/doc/en_US.ISO8859-1.
*** Error code 1
Stop in /usr/doc.

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


Re: cannot mount vcd

2004-03-29 Thread Robert Storey
You don't mount VCDs to play them. A simple command to play a VCD would look
something like this:

  mplayer -vcd 2

This means play starting from track 2. You can of course start from track 1.
What's important is that you MUST specify a track, or else mplayer will exit
with an error message.

Of course, you can throw in a bunch of other options, such as loop playing,
zooming, adjusting the brightness, etc:

  mplayer -loop 0 -brightness 10 -zoom -x 790 -y 570 -vcd 1

See man mplayer for more details about all these options.

regards,
Robert

On Mon, 29 Mar 2004 06:05:47 +0100 (BST)
Tadimeti Keshav [EMAIL PROTECTED] wrote:

 hi all,
 I am able to mount ordinary data CDs, but not VCDs.
 Hence cannot watch VCDs with mplayer. 
 Am I missing something?
 Thanks
 Tk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portsdb issues

2004-03-29 Thread Kris Kennaway
On Mon, Mar 29, 2004 at 05:56:13PM -0600, Frank Knobbe wrote:
 On Mon, 2004-03-08 at 15:54, Kris Kennaway wrote:
   make describe complains on each of them.
  
  Post the errors if you want us to be able to analyze things.
 
 Well, after doing a make describe in /usr/ports, it barfs with:
 ---8---
 === databases/mytop
 mytop-1.4|/usr/ports/databases/mytop|/usr/local|A top clone for
 MySQL|/usr/ports/databases/mytop/pkg-descr|[EMAIL 
 PROTECTED]|databases||/usr/ports/databases/p5-DBD-mysql 
 /usr/ports/devel/p5-Term-ANSIColor /usr/ports/devel/p5-Term-ReadKey 
 /usr/ports/devel/p5-Time-HiRes|http://jeremy.zawodny.com/mysql/mytop/
 === databases/namazu2
 *** Error code 1
  
 Stop in /usr/ports/databases.
 *** Error code 1

I can't see anything in this or some of the other ports you mentioned
that might cause problems.  My best guess is that something is still
non-standard about your system, but I can't do better than that.  If
you can dig around with 'make -d' (see the make manpage) to try to
find what is causing the error, that might shed some more light on the
problem.

Kris

pgp0.pgp
Description: PGP signature


Re: DVD - SVCD with FreeBSD?

2004-03-29 Thread Vulpes Velox
On Mon, 29 Mar 2004 15:22:14 +0100
Jim Hatfield [EMAIL PROTECTED] wrote:

 I tried mencoder. The ports version won't produce mpeg2 (at
 least not with libavcodec). The version from the mplayer site
 will, but the results look like modern art. I got the same
 with transcode, though it's a while since I used it. ffmpeg 
 won't even build on my AMD-Duron based 5.1 machine (though
 to be fair it will on my PIII Celeron 4.9 machine). The package
 of ffmpeg doesn't support mpeg2 encoding. mjpegtools has an 
 mpeg2 encoder but not a decoder.

If by modern art you mean looks very blocky... try increasing the
bitrate.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I need help badly with freebsd

2004-03-29 Thread Steven Soria
Hi ,
I really need help getting FreeBSD. I cant seem to figure out how to get FreeBSD. I 
really want and need this but I need to know how to get it. My platform is I386 and 
please email me witha solution.
 
Thanks


-
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Anti-virus

2004-03-29 Thread Earl Larsen
I was wondering what is a good, free ;) anti virus program for FreeBSD.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: I need help badly with freebsd

2004-03-29 Thread [EMAIL PROTECTED]
You can get FreeBSD from :
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html


Tells you various ways to get freebsd from.If you want to download it, you
should try the mirrors.

..akshay.



Original Message:
-
From: Steven Soria [EMAIL PROTECTED]
Date: Mon, 29 Mar 2004 18:12:14 -0800 (PST)
To: [EMAIL PROTECTED]
Subject: I need help badly with freebsd


Hi ,
I really need help getting FreeBSD. I cant seem to figure out how to get
FreeBSD. I really want and need this but I need to know how to get it. My
platform is I386 and please email me witha solution.
 
Thanks


-
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mail2web - Check your email from the web at
http://mail2web.com/ .


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


Re: Anti-virus

2004-03-29 Thread Jamie

   I would recommend Clam Antivirus. http://clamav.sourceforge.net


- Jamie



On Mon, 29 Mar 2004, Earl Larsen wrote:

 I was wondering what is a good, free ;) anti virus program for FreeBSD.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



Greetings from Minneapolis, MN, United States

A friend is someone who lets you have total freedom to be yourself.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Hi I am interested in getting freebsd and i have a few questions about this good operating system!

2004-03-29 Thread Joe Falcone
Dear Freebsd Owners and Developers,
 
I am interested in getting freebsd for server functions and it is confusing me on how 
to use it and how to install it! Is there a possible way to download a .iso cd image 
of freebsd? It sounds very interesting and i would think it would be a great operating 
system enviornment to use. If you could help me with the web and pop3 server functions 
that would help me with my expirence with your operating system. And please send a 
list of features and how it is used in everyday life i would be most interested in 
getting freebsd (x86-compatable) os.
 
Sincerily,
Joseph Nicholas Falcone


-
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portsdb issues / make index failure -- SOLVED

2004-03-29 Thread Frank Knobbe
On Mon, 2004-03-29 at 19:09, Kris Kennaway wrote:
 I can't see anything in this or some of the other ports you mentioned
 (namazu2) that might cause problems.  My best guess is that something is still
 non-standard about your system, but I can't do better than that.

Kris,

I finally found the problem to the make index problem I was having. The
issue was that make index barfs with:

 Warning: Duplicate INDEX entry: *** Error code 1
 Warning: Duplicate INDEX entry:

make describe barfs with:

 === databases/namazu2
 *** Error code 1
 Stop in /usr/ports/databases.
 *** Error code 1
 Stop in /usr/ports.


The problem turned out to be the NOPORTDOCS flag in my /etc/make.conf.
With that flag present (hoping not to waste space on port
documentation), the make index build fails since... uhm... sometime
beginning of February.

However, with NOPORTDOCS commented out in /etc/make.conf, the make index
(and portdb command) run without any errors (except the usual missing
dependencies for other languages).

I'm posting this to the lists as well in case someone else has the same
issue. Anyone with make index problems is encouraged to remove the
NOPORTDOCS flag and try again.


Regards,
Frank



-- 
Warning at the Gates of Bill:  
Abandon hope, all ye who press ENTER here...



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


Re: where is fortune on 5.2.1-RELEASE?

2004-03-29 Thread Doug Poland
Toni Heinonen wrote:
Perhaps you didn't install the games package. Run /stand/sysinstall and select 
 configure - distributions - games.

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


Re: PAE, mem available to user?

2004-03-29 Thread Peter G
Thank you for your response

What i'd like to be able to do on this 5.2.1 machine
is run a user job that may take up 1.5GB of mem, i'd
like it to start swapping which it doesn't do, nor
does it panic, nor does it lock up. It stays
responsive.

Taking what U said i recompiled the kernel as a non
PAE build and included 

options maxusers 512
options MAXDSIZ=(1664*1024*1024)
options DFLDSIZ=(1664*1024*1024)

and i am now able to start the job and watch it go to
about 1.2GB, actually 1.18GB, then either job stops or
job coredumps, machine stays nice and responsive and
stable.

I have it configured w/ 2 large swap files on 2
diffrent spindles but the machine does not start
swapping.

The only error messages in the logs or dmesg is that
this user job core dumped.

What tunable parameters can i put into the next kernel
build configuration to help me here? 
KVA_PAGES? setting maxusers to something else?
I have a very small kernel requirement i want to
maximize my user available space for this job..?

Thanx again
--P 

 
--- Kris Kennaway [EMAIL PROTECTED] wrote:
 PAE is for addressing 4GB of memory; since you only
 have about 1.5GB,
 that's not applicable.
 
 You'll need to include more details about your
 system and kernel
 configuration, including error messages showing what
 is going wrong.
 
 Kris


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


NOPORTDOCS breaks index builds (Re: portsdb issues / make index failure -- SOLVED)

2004-03-29 Thread Kris Kennaway
On Mon, Mar 29, 2004 at 10:58:15PM -0600, Frank Knobbe wrote:

 I finally found the problem to the make index problem I was having. The
 issue was that make index barfs with:
 
  Warning: Duplicate INDEX entry: *** Error code 1
  Warning: Duplicate INDEX entry:
 
 make describe barfs with:
 
  === databases/namazu2
  *** Error code 1
  Stop in /usr/ports/databases.
  *** Error code 1
  Stop in /usr/ports.

Right..

 The problem turned out to be the NOPORTDOCS flag in my /etc/make.conf.
 With that flag present (hoping not to waste space on port
 documentation), the make index build fails since... uhm... sometime
 beginning of February.

OK, it's now clear why this is failing (unassociated shell command in
the namazu2 makefile).  Clearly this is something we need to work on
fixing - good work tracking it down.

Kris


pgp0.pgp
Description: PGP signature


port questions (why do I find myself fudging symlinks to make stuff work?)

2004-03-29 Thread paul beard
[ please cc me as I am not on the list]

I have been trying to upgrade cups to 1.1.20 and have been running into 
some problems with libraries not being found (specifically jpeg.9 and 
tiff.4). After a few different iterations of pkg_add, portupgrade, 
portinstall, and accompanying pkg_delete, pkg_deinstall, make install, 
etc., I finally tried symlinking the .so files to the numbered versions 
that don't seem to exist and all seems to be well.

 ln -s /usr/local/lib/libjpeg.a /usr/local/lib/libjpeg.so.9
 ln -s /usr/local/lib/libtiff.a /usr/local/lib/libtiff.so.4
pkgdb doesn't seem to have any problems (I have run it enough times 
today), cvsup has done its magic a couple of times.

I thought portinstall/upgrade -rR would fix any out-of-date ports and 
make everything happy? What am I doing wrong to make this libraries not 
get installed?



--
Paul Beard
www.paulbeard.org/
paulbeard [at] mac.com

Re: automounting cd-rom cd-rw devices

2004-03-29 Thread Randy Pratt
On Mon, 29 Mar 2004 08:51:16 -0800 Joshua Lokken wrote:
  Jay Moore [EMAIL PROTECTED] [2004-03-29 08:24]:

[snip]

  1) once the file system cd is mounted, a fixed amount of no activity time 
  must pass before it is umount'd
 
 I'm not sure what you mean by this.  I've never had to wait for any
 length of time to unmount a CD-ROM, however, you will not be able to
 unmount it if you are currently in the directory that the drive is
 mounted on;)
 
  2) security implications ?!!
  
  Item 1) is a concern mostly 'cause it's just kind of kludge (oh yeah, I
  have to wait for 60 seconds before I can eject my data cd). Item 2) is
  a concern 'cause college campuses are the most hostile network environments
  I've ever seen.
 
 Again, I've never heard of this.  Anyone else?

The only thing I've ever seen that might be related in some way is where I
was looking at the contents of a mounted cdrom with a browser.  Apparently
the browser cache was keeping the cdrom directory busy.  I had to either
close the browser or clear the cache in order to umount the cdrom.

Perhaps there's something caching and creating the delay.

Just a thought..

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


Re: Hi I am interested in getting freebsd and i have a fewquestions about this good operating system!

2004-03-29 Thread Niraj Kumar
Joe Falcone wrote:

Dear Freebsd Owners and Developers,

I am interested in getting freebsd for server functions and it is confusing me on how to use it and how to install it! Is there a possible way to download a .iso cd image of freebsd? It sounds very interesting and i would think it would be a great operating system enviornment to use. If you could help me with the web and pop3 server functions that would help me with my expirence with your operating system. And please send a list of features and how it is used in everyday life i would be most interested in getting freebsd (x86-compatable) os.

Please have a look at FreeBSD Handbook .
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
This would answer most of your questions.

Sincerily,
Joseph Nicholas Falcone
Niraj

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


Re: build of current failes

2004-03-29 Thread Daan Hoogland
On 29-mrt-04, at 11:36, Odhiambo Washington wrote:

* Daan Hoogland [EMAIL PROTECTED] [20040329 11:56]: wrote:
ls,

I am building the cvs version of freebsd on a openbrick machine. My
present installation is a 5.0 version with a broken su. su - gives a
bus error. When i throw away usr/obj and usr/src, cvsup all possible
things, and do a make build world, the machine works for a day or so
and then stops. First I had with the following messages:


Don't run -CURRENT.
Use RELENG_5_2 for cvsup.
After another day of tiring waiting I can say that this approach makes 
no difference, except that I now get the first error again:

crunchgen: make error: cd: can't cd to 
/usr/obj/usr/src/rescue/rescue/../../contrib/tcsh/nls/ukrainian

Run make -f rescue.mk to build crunched binary.
*** Error code 1
as before: Some other languages preceding and some levels of nested 
makes following.

D.A.A.N.

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


mozilla: mms is not registered protocol ?

2004-03-29 Thread Rob


Hi,

The multimedia internet radio sites, usually link to something like

  mms://211.233.92.44/L_1FM

but when I click on such a link I get an Alert dialog, that says:

  mms is not a registered protocol

How can I teach mozilla to open mplayer with this site, instead
of popping up this Alert dialog.
Manually, in an xterminal, I can type:
  mplayer mms://211.233.92.44/L_1FM
which works fine, but why does mozilla not know about this.

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


pkcs 10 certificates

2004-03-29 Thread Jeronimo Romero
is there a way to sign pkcs 10 certificates with openssl package that
comes with freebsd???

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


HELP! Slice/Partition on RAID lost!

2004-03-29 Thread O. Hartmann
Dear Sirs.
I ran into big trouble after a thermal RAID failure. Our main server is a dual PIII 
with a Tyan Thunder 2500 main PCB, a AMI MegaRAID Enterprise 1600 four channel RAID 
controller attached to 9 IBM DDYS 35GB harddrives. 8 disks build up a RAID level 5, 
one disk is hotspare.
Aber several problems in the past with cooling disks in the RAID failed due to termal 
issues. Two days ago I got a similar problem. One disk died spontanously and the RAID 
got rebuild on the hot spare disk. But after completion, it seems that another disk 
failed again. I took the suspected disk out of its cabinet and put it back into its 
slot (sometimes after such a failure RAID looses disks maybe due to electrical 
problems, I did not inevstigate further more). 
After a reboot the server got up again - but lost a partition (or so called slice)! I 
think the reboot has been performed while the RAID controler was rebuilding the array, 
but I don't know. It is really corious to me that only the first slice of the amrd0s1 
array, containing / /usr /var /tmp and a swap partition, is still active, while the 
second slice, amrd0s2 seems to be lost. No fsck is performed on this slice (conatining 
/usr/homes /usr/local), system reports an error no such device or similar.

Hell, what happend? Where has the second slice been gone? 
If there is a way to reinitiate a recovery or RAID rebuild or rescue/recover the lost 
partition, please report me under this eMail address, I would appreciate any comment, 
help or tip. 

Many thanks for your help in advanece,

O. Hartmann

[EMAIL PROTECTED]
___
... and the winner is... WEB.DE FreeMail! - Deutschlands beste E-Mail
ist zum 39. Mal Testsieger (PC Praxis 03/04) http://f.web.de/?mc=021191

smime.p7s
Description: S/MIME Cryptographic Signature


ipfw state tables

2004-03-29 Thread Wayne Pascoe
Hi all,

We're using ipfw as a firewall solution on our network. We are using
stateful rules.

The problem I have though, is that when we reload our ipfw ruleset, all
existing connections to or through the particular machine are lost. This
means a lot of hung ssh sessions.

Is there any way to save the state tables before firewall restart and
then reload them once the new rules are in place ? 

Regards,

-- 
Wayne Pascoe
'tis far easier to get forgiveness than it is to
get permission - probably someone famous,
but more often, my Dad.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >