Re: Problem Installing native jdk1.5.0 on FreeBSD 5.3-RELEASE

2005-10-25 Thread Vincent Ngundi
All I had to do was to disable Kernel Security in /etc/rc.conf..

-V

On Fri, 2005-10-14 at 18:03, Vincent Ngundi wrote:
 Objective
 -
 
 I'm trying to install native jdk 1.5.0 on a box running FreeBSD
 5.3-RELEASE.
 
 
 Problem
 ---
 
 When I run make install clean, I'm getting a message telling me that I
 should mount LINPROCFS before starting to build jdk 1.5.0 and that the
 commands kldload linprocfs and 
 mount -t linprocfs linprocfs /compat/linux/proc should do that.
 
 ** Major Problem: When I run kldload linprocfs (as root), I get the
 following error:
 
 kldload: can't load linprocfs: Operation not permitted
 
 
 I have the following files on my box:
 
 /usr/src/sys/compat/linprocfs
 /usr/src/sys/i386/compile//modules/usr/src/sys/modules/linprocfs
 /usr/src/sys/modules/linprocfs
 
 
 What I have done
 
 
   ) I have tried to googled out the error
 
   ) I have lowered the _kernel_secure_level to 1...even to -1
 
   ) I have added the following line into my /etc/fstab file:
 
 linprocfs  /compat/linux/proc  linprocfs  rw  0  0
 
 I still get the same error when I run kldload linprocfs.
 
 Please help!!
-- 
-Vincent

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


NEC DVD_RW - file read problems.

2005-10-25 Thread aleksandr . derevianko




Hello All,

I have the following problem:

OS: FreeBSD 4.11-RELEASE.
DVD RW: acd0: DVD-R _NEC DVD_RW ND-3500AG at ata1-master UDMA33

I use DVD R's primary for data backup. The backup data is archived and splitted 
on files ~500Mb size,
which was written on DVD-R's. I have also store the MD5 sums of those files in 
small checksum file.

The problem is: sometimes then i check content on DVD the checksum is differs. 
Where is no read errors on console,
and several attempts to calculate checksum return different results.


bash-2.05b# grep 1 /cdrom/md5.sums
acc8b491f03bfa01e341808773a6f94f depot.147.tar.1
bash-2.05b# md5 /cdrom/depot.147.tar.1
MD5 (/cdrom/depot.147.tar.1) = d821bd902c4b0e9c12510f302c10ee71

# File seems cached in RAM

bash-2.05b# md5 /cdrom/depot.147.tar.1
MD5 (/cdrom/depot.147.tar.1) = d821bd902c4b0e9c12510f302c10ee71
bash-2.05b# umount /cdrom

# After unmounting and mounting again - different (correct) checksum.

bash-2.05b# !mou
mount /cdrom
bash-2.05b# md5 /cdrom/depot.147.tar.1
MD5 (/cdrom/depot.147.tar.1) = acc8b491f03bfa01e341808773a6f94f

# Now the checksum is OK.

It seems for me that sometimes device correct soft read errors on media, and 
sometimes - does not.

Does anybody have the same expirience (i.e. checksum differs without read 
errors) ?


Best Regards,
Alexander Derevyanko

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


pppd

2005-10-25 Thread Alexander Pyhalov
I use the last port collection, but there is only 2.3.11 version of pppd 
there. Are there any plans for updating it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: traffic accounting per username with ipfw in 5.4 ? (more)

2005-10-25 Thread Andrew P.
On 10/25/05, user [EMAIL PROTECTED] wrote:

 Hello,

 On Tue, 25 Oct 2005, Andrew P. wrote:

  On 10/25/05, user [EMAIL PROTECTED] wrote:
  
   I remember that ipfw had been augmented some time ago to do traffic
   counting, etc., based on usernames ... but I see no mention of that in the
   ipfw man page on my 5.4-RELEASE system.
  
   Is this something that only exists in IPFW2 ?  Does ipfw2 even exist
   anymore ?
  
   Can someone clarify for me what is going on with regard to what used to be
   called IPFW2, FreeBSD 5.x, and per-user traffic counting ?
  
   thanks.
 
  ipfw2 replaced ipfw in 5.x
 
  Read the manpage more carefully, please. Search
  for uid option.


 Thanks - I was searching for username and getting nowhere.  Also, thank
 you for the clarification regarding ipfw2/ipfw and their current state.

 I notice that the traffic accounting per uid only applies to traffic
 initiated by that user, and initiated from the local machine.  If I scp a
 file away from the machine (as user X) the traffic does not get
 incremented, and if I scp a file to the local machine (as user X) it also
 does not get incremented - even though those are non-anonymous actions
 that occur under the auspices of a particular username.

 Doe anyone have any suggestions for traffic accounting (of particularly
 ssh traffic) on a per user basis, for _all_ traffic that occurs under the
 auspices of that username, and not just what _they themselves_ initiate,
 personally, in their own login shell ?

 Thank you.



ipfw looks at the owner of a process, sshd in your
case. If you really need to account the not-locally-
initiated ssh traffic, start another sshd running as
the user (on another port), and connect to that
port [you can easily allow a user to connect only
to a selected server by editing sshd_config's].

Anyway, try thinking logically. How ipfw could
ever know what user traffic belongs to if all
authentication is handled by sshd internally.
Otherwise, it would be a security whole (though
some actions can certainly be logged to limited-
access log files).

Hassle-free solutions, i.e. complex accounting
systems, come for money. Though, whatever
problem you might have, I'm sure somehow that
there's another way.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NEC DVD_RW - file read problems.

2005-10-25 Thread Andrew P.
On 10/25/05, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:




 Hello All,

 I have the following problem:

 OS: FreeBSD 4.11-RELEASE.
 DVD RW: acd0: DVD-R _NEC DVD_RW ND-3500AG at ata1-master UDMA33

 I use DVD R's primary for data backup. The backup data is archived and 
 splitted on files ~500Mb size,
 which was written on DVD-R's. I have also store the MD5 sums of those files 
 in small checksum file.

 The problem is: sometimes then i check content on DVD the checksum is 
 differs. Where is no read errors on console,
 and several attempts to calculate checksum return different results.


 bash-2.05b# grep 1 /cdrom/md5.sums
 acc8b491f03bfa01e341808773a6f94f depot.147.tar.1
 bash-2.05b# md5 /cdrom/depot.147.tar.1
 MD5 (/cdrom/depot.147.tar.1) = d821bd902c4b0e9c12510f302c10ee71

 # File seems cached in RAM

 bash-2.05b# md5 /cdrom/depot.147.tar.1
 MD5 (/cdrom/depot.147.tar.1) = d821bd902c4b0e9c12510f302c10ee71
 bash-2.05b# umount /cdrom

 # After unmounting and mounting again - different (correct) checksum.

 bash-2.05b# !mou
 mount /cdrom
 bash-2.05b# md5 /cdrom/depot.147.tar.1
 MD5 (/cdrom/depot.147.tar.1) = acc8b491f03bfa01e341808773a6f94f

 # Now the checksum is OK.

 It seems for me that sometimes device correct soft read errors on media, and 
 sometimes - does not.

 Does anybody have the same expirience (i.e. checksum differs without read 
 errors) ?


 Best Regards,
 Alexander Derevyanko

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


Проверь память. Поставь на ночь memtest или
docmemory.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: pppd

2005-10-25 Thread Mark Linimon
On Tue, Oct 25, 2005 at 10:56:35AM +0400, Alexander Pyhalov wrote:
 I use the last port collection, but there is only 2.3.11 version of pppd 
 there. Are there any plans for updating it?

The first place you should always ask about plans to update a port is
the maintainer.  If the maintainer is [EMAIL PROTECTED] (it is not in
this case) then the answer is it's not maintained and so no one is
planning to update it until someone submits a PR.

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


Re: How do I name my network interface?

2005-10-25 Thread Andrew P.
On 10/25/05, Martin Alejandro Paredes Sanchez [EMAIL PROTECTED] wrote:
 El Lun 24 Oct 2005 18:17, Teo De Las Heras escribió:
  [EMAIL PROTECTED]:10:0: class=0x02 card=0x100a15bd chip=0x432011ab 
  rev=0x13
  hdr=0x00
  vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)'
  device = '88E8001 Gigabit 32-bit Ethernet Controller with Integrated PHY'
  class = network
  subclass = ethernet

 This is the only ethernet card found in your motherboard and it has the driver
 skc attached.

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


The 2nd interface may not enabled in the BIOS or it
might be a CSA adapter (not supported, but I thought
only Intel manufactured this shit).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upcoming FreeBSD releases...

2005-10-25 Thread Casper


 Hi,

 I`m trying to make little schedule for upgrading and wanted to know 
when approximate will be new FreeBSD releases...
 How I understand in few weeks must be FreeBSD 5.5 release, but I can`t 
 find schedule for upcoming 5.5 version... Or it is delayed?

 Or in few weeks will be maybe sooner 6.0 version of FreeBSD?
Only information what I can find:
http://www.freebsd.org/releng/index.html#schedule
But I`m not sure what is status, maybe somebody can coment...


thanx,

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


Re: NEC DVD_RW - file read problems.

2005-10-25 Thread aleksandr . derevianko






I have already checked memory - all checks went OK.





From:

25.10.2005   07:40:35
Andrew P. [EMAIL PROTECTED]


To:Aleksandr Derevianko/RU/Transport/[EMAIL PROTECTED]
cc:freebsd-questions@freebsd.org

Security Level:?  Internal

Subject: Re: NEC DVD_RW - file read problems.


On 10/25/05, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:




 Hello All,

 I have the following problem:

 OS: FreeBSD 4.11-RELEASE.
 DVD RW: acd0: DVD-R _NEC DVD_RW ND-3500AG at ata1-master UDMA33

 I use DVD R's primary for data backup. The backup data is archived and
splitted on files ~500Mb size,
 which was written on DVD-R's. I have also store the MD5 sums of those
files in small checksum file.

 The problem is: sometimes then i check content on DVD the checksum is
differs. Where is no read errors on console,
 and several attempts to calculate checksum return different results.


 bash-2.05b# grep 1 /cdrom/md5.sums
 acc8b491f03bfa01e341808773a6f94f depot.147.tar.1
 bash-2.05b# md5 /cdrom/depot.147.tar.1
 MD5 (/cdrom/depot.147.tar.1) = d821bd902c4b0e9c12510f302c10ee71

 # File seems cached in RAM

 bash-2.05b# md5 /cdrom/depot.147.tar.1
 MD5 (/cdrom/depot.147.tar.1) = d821bd902c4b0e9c12510f302c10ee71
 bash-2.05b# umount /cdrom

 # After unmounting and mounting again - different (correct) checksum.

 bash-2.05b# !mou
 mount /cdrom
 bash-2.05b# md5 /cdrom/depot.147.tar.1
 MD5 (/cdrom/depot.147.tar.1) = acc8b491f03bfa01e341808773a6f94f

 # Now the checksum is OK.

 It seems for me that sometimes device correct soft read errors on media,
and sometimes - does not.

 Does anybody have the same expirience (i.e. checksum differs without read
errors) ?


 Best Regards,
 Alexander Derevyanko

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


Проверь память. Поставь на ночь memtest или
docmemory.


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

dlopen() causes libXcursor.so.1.0 not found: libX11.so problem?

2005-10-25 Thread Rob

Hi,

I'm running 5-Stable.

I wonder if there is a problem with my xorg
libX11.so.6 library. I have recompiled the
xorg-libraries-6.8.2 port, but to no avail.

Here is the problem:

The math/graphics package xmgrace encounters a
serious problem, when it calls the ldopen()
routine:
 Shared object libXcursor.so.1.0 not found

As a result, xmgrace does not work properly under
certain conditions.


The executable 'xmgrace' does not depend on any
'libXcursor' library, and 'locate libXcursor.so.1.0'
gives:
 /usr/compat/linux/usr/X11R6/lib/libXcursor.so.1.0.2

But xmgrace is linked against libX11.so.6 and when
I do 'strings /usr/X11R6/lib/libX11.so.6', there
is a line with libXcursor.so.1.0.2

Any idea why xmgrace's ldopen() call complains
about not finding libXcursor.so.1.0 ?
Is this indeed caused by a problem in libX11.so.6 ?

Any suggestions how I can further analyse this
problem ?

Thanks,
Rob.





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pppd

2005-10-25 Thread Igor Robul

Alexander Pyhalov wrote:

I use the last port collection, but there is only 2.3.11 version of pppd 
there. Are there any plans for updating it?

___
 


AFAIK pppd is in base system, not in ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-25 Thread Eric F Crist


On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote:


Hey folks,

I'm getting off cable (Comcast and 6 megabits) and
either looking at Qwest DSL w/MSN premium or a service
called Clear Wire (Wireless internet).

I'm a bit baffled because Qwest says they have a deal
that I could get DSL for $19.99 a month for a year. Of
course the fine prints MSN is the ISP so forth and so
on.



[snip]


How I had it previously was Comcast's modem to
wireless router (Linksys WRT-54G), a little Linksys
switch, FreeBSD and misc. Windows computers happily
sharing the connection.

Just to confirm, my guess is that this would not be
the service to go with since I would love to have my
spiffy Linksys Router (WRT-54G) hook to the DSL. And
to the WR54G the usual network systems of FreeBSD, and
misc Windows computers.

If the above isn't going to work then I'm stuck with a
different bundle (a few bucks more) that would allow
me to do the same thing. I hope. I'm not familiar with
the way in which DSL does its connectivity thing.
Okay, I saw in a previous question that PPoE is needed
with DSL. And I noticed that I could set my WRT54G to
utilize PPoE, so maybe MSN ISP  Qwest service will
work?

So am I right in still thinking that with MSN as the
ISP my setup it isn't going to be FreeBSD friendly and
that my spiffy little Comcast setup isn't going to
work with MSN as the ISP?

Most appreciated. Gah, that means I'm probably not
going to be needing my little WRT-54G router then. :~(

Hope I wasn't to confusiong there.



Your FreeBSD system will work fine.  You login credentials get  
entered into the DSL router/modem.  If you want to do some  
webhosting, etc out of your home, spend the extra money and utilize a  
*real* ISP.  Even Qwest.net supports static IP addresses (up to a /26).


HTH

___
Eric F Crist  I am so smart, S.M.R.T!
Secure Computing Networks  -Homer J Simpson

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


Re: updating in single-user mode

2005-10-25 Thread Eric F Crist

On Oct 24, 2005, at 11:45 PM, Dimitar Vasilev wrote:

I don't reccommend doing installworld or kernel in multiuser, but  
I have never
had any problems doing it on a lightly loaded machine. With that  
said what

could bite you is your new kernel not booting or something broken in
userland. You will then need console access (serial or local) to  
fix it. I
would set up your machine with serial console access and use a  
laptop or

another machine when you reboot.

Beech
--

I have done it when there is NO activity on the machine. Read  
UPDATING first.

Reset your securelevel to -1, stop all services except SSH and go.
It's possible to break your machine though.
Then you have to rebuild it again and it's 50/50 to succeed.
As advised twice, use serial cables/KVM switches if possible.
--
Димитър Василев
Dimitar Vassilev

GnuPG key ID: 0x4B8DB525
Keyserver: pgp.mit.edu
Key fingerprint: D88A 3B92 DED5 917E 341E D62F 8C51 5FC4 4B8D B525



If this isn't a production machine, try it.  I have been doing system  
updates since 3.4 and not once have I booted into single user mode to  
compile my kernel or userland.  I've even done it as recently as two  
weeks ago.  I don't have a huge userbase, so my system is pretty quiet.


___
Eric F Crist  I am so smart, S.M.R.T!
Secure Computing Networks  -Homer J Simpson

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


FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Deepak Naidu
Hi,

 I dont know ? all the errors are bouncing on my
FreeBSD mail server.  A month ago I have ported my
mail server from Linux to FreeBSD 5.4-Release.

I get the below error in my /var/log/messages
regarding the filesystem being full, whereas it is not
full.

Filesystem is not full at all, then why I am getting
this error message, did any one faced this issue.


Oct 25 14:58:30 kernel: pid 60077 (perl5.8.6), uid 125
inumber 50855 on /var/spool/MailScanner/incoming:
filesystem full

Oct 25 14:58:30 kernel: pid 60198 (perl5.8.6), uid 125
inumber 1051 on /var/spool/MailScanner/incoming:
filesystem full

Oct 25 14:58:30 kernel: pid 60151 (perl5.8.6), uid 125
inumber 50857 on /var/spool/MailScanner/incoming:
filesystem full

and also /var/spool filesystem ful error.

#df -h
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/da0s1a 9.7G576M   8.3G  6% /
devfs   1.0K1.0K   0B100%   /dev
/dev/da0s1g 13G 4.2G   7.7G  35%/usr
/dev/da0s1d 9.7G232M   8.7G  3% /var
/dev/da0s1e 19G 1.5G   16G   9% /var/log
/dev/da0s1f 9.7G968M   8.0G  11%/var/spool
/dev/md11.4G175M   1.1G 13%
/var/spool/MailScanner/incoming
devfs   1.0K1.0K   0B   100%/var/named/dev


#mount
/dev/da0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/da0s1g on /usr (ufs, local, soft-updates)
/dev/da0s1d on /var (ufs, local, soft-updates)
/dev/da0s1e on /var/log (ufs, local, noatime,
soft-updates)
/dev/da0s1f on /var/spool (ufs, local, noatime,
soft-updates)
/dev/md1 on /var/spool/MailScanner/incoming (ufs,
local, noatime, soft-updates)
devfs on /var/named/dev (devfs, local)

Is this a bug or anything falat.


Cheers,
Deepak Naidu.





___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Deepak Naidu
I am not sure whether I am running out of inodes or
not... 

If i run out of inodes, what would be the
resolution...

#df -i
Filesystem  1K-blocksUsedAvail Capacity iused 
 ifree %iused  Mounted on
/dev/da0s1a  10154158  591772  8750054 6%9976
13089341%   /
devfs   1   10   100%   0 
 0  100%   /dev
/dev/da0s1g  13565262 4415504  806453835%  174990
1591408   10%   /usr
/dev/da0s1d  10154158  262848  9078978 3%3061
13158490%   /var
/dev/da0s1e  20308398 1615522 17068206 9% 137
26376850%   /var/log
/dev/da0s1f  10154158 1152026  818980012%  -15710
1334620   -1%   /var/spool
/dev/md1  1482638  205238  115879015% 426 
2115400%   /var/spool/MailScanner/incoming
devfs   1   10   100%   0 
 0  100%   /var/named/dev



Cheers,
Deepak Naidu.

--- Alex Zbyslaw [EMAIL PROTECTED] wrote:

 Deepak Naidu wrote:
 
 I get the below error in my /var/log/messages
 regarding the filesystem being full, whereas it is
 not
 full.
 
 
 #df -h
 Filesystem  SizeUsed   Avail Capacity  Mounted
 on
 /dev/da0s1a 9.7G576M   8.3G  6% /
 devfs   1.0K1.0K   0B100%   /dev
 /dev/da0s1g 13G 4.2G   7.7G  35%/usr
 /dev/da0s1d 9.7G232M   8.7G  3% /var
 /dev/da0s1e 19G 1.5G   16G   9% /var/log
 /dev/da0s1f 9.7G968M   8.0G  11%/var/spool
 /dev/md11.4G175M   1.1G 13%
 /var/spool/MailScanner/incoming
 devfs   1.0K1.0K   0B   100%   
 /var/named/dev
 
 
   
 
 
 What does df -i show?  Maybe you ran out of
 inodes.
 
 --Alex
 
 PS
 
 




___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Alex Zbyslaw

Deepak Naidu wrote:


I get the below error in my /var/log/messages
regarding the filesystem being full, whereas it is not
full.


#df -h
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/da0s1a 9.7G576M   8.3G  6% /
devfs   1.0K1.0K   0B100%   /dev
/dev/da0s1g 13G 4.2G   7.7G  35%/usr
/dev/da0s1d 9.7G232M   8.7G  3% /var
/dev/da0s1e 19G 1.5G   16G   9% /var/log
/dev/da0s1f 9.7G968M   8.0G  11%/var/spool
/dev/md11.4G175M   1.1G 13%
/var/spool/MailScanner/incoming
devfs   1.0K1.0K   0B   100%/var/named/dev


 



What does df -i show?  Maybe you ran out of inodes.

--Alex

PS

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


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Eric Anderson

Deepak Naidu wrote:

Hi,

 I dont know ? all the errors are bouncing on my
FreeBSD mail server.  A month ago I have ported my
mail server from Linux to FreeBSD 5.4-Release.

I get the below error in my /var/log/messages
regarding the filesystem being full, whereas it is not
full.

Filesystem is not full at all, then why I am getting
this error message, did any one faced this issue.


Can you send the output of df -i?  I bet you ran out of inodes.

Eric



--

Eric AndersonSr. Systems AdministratorCentaur Technology
Anything that works is better than anything that doesn't.

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


Re: i get stuck installing kernel

2005-10-25 Thread Linnea Forslund
On 10/25/05, Micah [EMAIL PROTECTED] wrote:
 Linnea Forslund wrote:
  On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote:
 
 On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote:
 
 
 But there is nothing in there
 
 
 
 cd /usr/src/ssys
 
 
 /usr/src/ssys: No such file or directory.
 
 
 Install cvsup.  Create a cvsup file to fetch the entire source tree.
 cvsup your source tree.
 
 see what happens.
 ___
 
 
  Ok, I'll try that tomorrow after som sleep and some animating. If you
  could explain it a bit more I would be happy-happy ^^
 
  Night,
 
  Linnea

 Check out
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
 note:  you probably don't want cutting edge, but that's where the
 general procedure for cvsupping and compiling your system is.


When i try to download and install a cvsup-package it says

 pkg_add -r cvsup
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz'
by URL


It seems like I can't connect to the ftp from there either. I can
however download the files using my opera-browser. Where should I put
it to make it work? Now when I just tried putting it in my
user-catalogue this is what was said:

 pkg_add cvsup-16.1h_2.tbz
man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exists
man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists
man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists
bin/cvpasswd: Can't open 'bin/cvpasswd': File exists
bin/cvsup: Can't open 'bin/cvsup': File exists
sbin/cvsupd: Can't open 'sbin/cvsupd': File exists
share/cvsup/License: Can't open 'share/cvsup/License': File exists
pkg_add: extract_plist: can not invoke 179 byte tar pipeline:
/usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz
man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd
share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local

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


problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
I know, I know. I ask a lot of questions right now, but it's just
because I've waited until it's very acute until I got myself to start
fixing these things.

So, I can't seem to find my cd/dvd-device. What do I do?

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


Re: problems with cd/dvd-device

2005-10-25 Thread Greg 'groggy' Lehey
On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
 I know, I know. I ask a lot of questions right now, but it's just
 because I've waited until it's very acute until I got myself to start
 fixing these things.

 So, I can't seem to find my cd/dvd-device. What do I do?

That depends on what you've already done.  What did you do?

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
 On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
  I know, I know. I ask a lot of questions right now, but it's just
  because I've waited until it's very acute until I got myself to start
  fixing these things.
 
  So, I can't seem to find my cd/dvd-device. What do I do?

 That depends on what you've already done.  What did you do?

 Greg

Well, what I did originally I didn't do. Someone else did and I feel
a bit handicapped not knowing what's reallt been done and not. Now I
tried som commands in the newbie guide like these:

supermoccine# mount /cdrom
cd9660: /dev/acd0: Invalid argument
supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom
mount_cd9660: /dev/cd0a: No such file or directory
supermoccine#

And I tried inserting a cd with musicfiles and find it from xmms, but
there was nothing in /cdrom.

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


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Alex Zbyslaw

Deepak Naidu wrote:


I am not sure whether I am running out of inodes or
not... 


If i run out of inodes, what would be the
resolution...

#df -i
Filesystem  1K-blocksUsedAvail Capacity iused  ifree %iused  Mounted on
/dev/da0s1f  10154158 1152026  818980012%  -15710  1334620   -1%   
/var/spool
 

If you run out of inodes you can't create new files - that might be 
interpreted by something as running out of disk space.  Resolution is 
tricky as you need to rebuild the filesystem (dump, newfs with more 
inodes, restore).


That doesn't seem to be the case here (1334620) remaining, though why 
you have the -ve %iused I do not know.  Something not right there.


Dunno, sorry,

--Alex

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


Re: problems with cd/dvd-device

2005-10-25 Thread Greg 'groggy' Lehey
On Tuesday, 25 October 2005 at 14:19:04 +0200, Linnea Forslund wrote:
 On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
 On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
 I know, I know. I ask a lot of questions right now, but it's just
 because I've waited until it's very acute until I got myself to start
 fixing these things.

 So, I can't seem to find my cd/dvd-device. What do I do?

 That depends on what you've already done.  What did you do?

 Well, what I did originally I didn't do. Someone else did and I
 feel a bit handicapped not knowing what's reallt been done and
 not. Now I tried som commands in the newbie guide like these:

 supermoccine# mount /cdrom
 cd9660: /dev/acd0: Invalid argument
 supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom
 mount_cd9660: /dev/cd0a: No such file or directory
 supermoccine#

OK, that's part of what I wanted to know.  Now what version of FreeBSD
are you running?  What does this say?

  # dmesg | grep cd0

 And I tried inserting a cd with musicfiles and find it from xmms,
 but there was nothing in /cdrom.

No, there wouldn't be.  /cdrom is a directory, not a CD.  You can
mount file systems on it, but you'll need other software to play it.
I'll leave it to others to suggest their favourites.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems with cd/dvd-device

2005-10-25 Thread Roland Smith
On Tue, Oct 25, 2005 at 02:19:04PM +0200, Linnea Forslund wrote:
 On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
  On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
   I know, I know. I ask a lot of questions right now, but it's just
   because I've waited until it's very acute until I got myself to start
   fixing these things.
  
   So, I can't seem to find my cd/dvd-device. What do I do?
 
  That depends on what you've already done.  What did you do?
 
  Greg
 
 Well, what I did originally I didn't do. Someone else did and I feel
 a bit handicapped not knowing what's reallt been done and not. Now I
 tried som commands in the newbie guide like these:
 
 supermoccine# mount /cdrom
 cd9660: /dev/acd0: Invalid argument
 supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom
 mount_cd9660: /dev/cd0a: No such file or directory

That should be /dev/acd0 or /dev/cd0, not /dev/cd0a.

Check that CD devices are actually there, with ls /dev/*cd*. On my
system this returns: /dev/cd0 /dev/cd1 but that's because I use SCSI
emulation. A system with a GENERIC kernel would probably show /dev/acd0.

 And I tried inserting a cd with musicfiles and find it from xmms, but
 there was nothing in /cdrom.

Playing music is very different from mounting, so that's perfectly normal.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgptHCPA4U4Ey.pgp
Description: PGP signature


Re: problems with cd/dvd-device

2005-10-25 Thread Greg 'groggy' Lehey
On Tuesday, 25 October 2005 at 14:55:17 +0200, Roland Smith wrote:
 On Tue, Oct 25, 2005 at 02:19:04PM +0200, Linnea Forslund wrote:
 On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
 On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
 I know, I know. I ask a lot of questions right now, but it's just
 because I've waited until it's very acute until I got myself to start
 fixing these things.

 So, I can't seem to find my cd/dvd-device. What do I do?

 That depends on what you've already done.  What did you do?

 Well, what I did originally I didn't do. Someone else did and I feel
 a bit handicapped not knowing what's reallt been done and not. Now I
 tried som commands in the newbie guide like these:

 supermoccine# mount /cdrom
 cd9660: /dev/acd0: Invalid argument
 supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom
 mount_cd9660: /dev/cd0a: No such file or directory

 That should be /dev/acd0 or /dev/cd0, not /dev/cd0a.

Depends on the version of FreeBSD.

 Check that CD devices are actually there, with ls /dev/*cd*.

That too depends on the version.  On 4.x, you'll always find a
/dev/acd0, even if there's no CD drive connected.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-25 Thread Brandon Weisz
On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote:


 On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote:

  Hey folks,
 
  I'm getting off cable (Comcast and 6 megabits) and
  either looking at Qwest DSL w/MSN premium or a service
  called Clear Wire (Wireless internet).
 
  I'm a bit baffled because Qwest says they have a deal
  that I could get DSL for $19.99 a month for a year. Of
  course the fine prints MSN is the ISP so forth and so
  on.
 

 [snip]

  How I had it previously was Comcast's modem to
  wireless router (Linksys WRT-54G), a little Linksys
  switch, FreeBSD and misc. Windows computers happily
  sharing the connection.
 
  Just to confirm, my guess is that this would not be
  the service to go with since I would love to have my
  spiffy Linksys Router (WRT-54G) hook to the DSL. And
  to the WR54G the usual network systems of FreeBSD, and
  misc Windows computers.
 
  If the above isn't going to work then I'm stuck with a
  different bundle (a few bucks more) that would allow
  me to do the same thing. I hope. I'm not familiar with
  the way in which DSL does its connectivity thing.
  Okay, I saw in a previous question that PPoE is needed
  with DSL. And I noticed that I could set my WRT54G to
  utilize PPoE, so maybe MSN ISP  Qwest service will
  work?
 
  So am I right in still thinking that with MSN as the
  ISP my setup it isn't going to be FreeBSD friendly and
  that my spiffy little Comcast setup isn't going to
  work with MSN as the ISP?
 
  Most appreciated. Gah, that means I'm probably not
  going to be needing my little WRT-54G router then. :~(
 
  Hope I wasn't to confusiong there.
 

 Your FreeBSD system will work fine. You login credentials get
 entered into the DSL router/modem. If you want to do some
 webhosting, etc out of your home, spend the extra money and utilize a
 *real* ISP. Even Qwest.net http://Qwest.net supports static IP addresses
 (up to a /26).

 HTH


Stay away from the Actiontec GT701-WG DSL router modem device Qwest is
pushing.
Its running linux of some sort and absolutely pukes at high PPS rates. I
didnt bother
trouble shooting it, rather I turned it to bridge mode and added a soekris
box running FreeBSD
behind it to do the pppoe/routing etc for my /29. I didnt try the msn
service but have been
happy with qwest.net http://qwest.net/ as my isp.

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


Installation problem with Freebsd 5.4

2005-10-25 Thread Jayesh Jayan
Hi,

I am having problem with installing freebsd on my old HP Pavillion PC. The
below is the configuration of the pc.

AMD K6 2 550 MHz
10 GB Maxtor HDD
Sony CD RW
64 MB sd ram

It is having phoenix BIOS 4.0 release 6.0 B

I am using freebsd 5.4 cd's to install.

I am able to create partitions and also label it. After that I get the below
error


Cannot Dump. No dump device defined

Automatic reboot in 15 seconds - press a key on the console to abort*

*


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


telnetting/netcatting into a DNS server?

2005-10-25 Thread Mohan Singh
Whenever I need to test a mail/ssh/web server, I usually just telnet or nc
into the appropriate port, i.e.:

   $ echo GET /  |nc -v yahoo.com 80

   $ nc -v localhost 22
   Connection to localhost 22 port [tcp/ssh] succeeded!
   SSH-1.99-OpenSSH_4.2

How would I connect to a nameserver and talk to it so I can know it is
working? I get as far as connecting to the port, but I don't know how to
make it send back anything meaningful.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: updating in single-user mode

2005-10-25 Thread John DeStefano
On 10/24/05, Beecher Rintoul [EMAIL PROTECTED] wrote:
 On Monday 24 October 2005 02:24 pm, John DeStefano wrote:
  When updating world, section 20.4.5 of the handbook calls for dropping
  to single user mode.  The reasons given for this make sense.  But this
  is a problem for me: my BSD server does not have a local K/V/M setup
  connected directly to it; it sits on my network and I connect to it
  via PuTTy for administration.
 
  Is there a way to achieve single-user mode while still being able to
  connect remotely (via LAN)?  (I know that's something of an oximoron,
  but I needed to ask)  And if not, am I losing any serious
  features/functionality of the update process by _not_ dropping into
  single user?
 
  Thanks,
  ~John

 I don't reccommend doing installworld or kernel in multiuser, but I have never
 had any problems doing it on a lightly loaded machine. With that said what
 could bite you is your new kernel not booting or something broken in
 userland. You will then need console access (serial or local) to fix it. I
 would set up your machine with serial console access and use a laptop or
 another machine when you reboot.

 Beech
 --
Thank you.

Because I'm impatient and obtuse, and because I was already in the
midst of the procedure when I received your replies, I decided to
proceed with the build world process from my LAN connection.  Believe
it or not, it went (or seemed to go) without a hitch, including the
updated kernel installation.

In your opinion, where/how would I check the new system to verify that
there were no breaks during the build and install processes, and that
the system is indeed fully updated?

Thanks,
~John

%uname -a
FreeBSD zurg.thedestefanos.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon
Oct 24 22:27:33 EDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  i386
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: telnetting/netcatting into a DNS server?

2005-10-25 Thread Igor Robul

Mohan Singh wrote:


Whenever I need to test a mail/ssh/web server, I usually just telnet or nc
into the appropriate port, i.e.:

  $ echo GET /  |nc -v yahoo.com 80

  $ nc -v localhost 22
  Connection to localhost 22 port [tcp/ssh] succeeded!
  SSH-1.99-OpenSSH_4.2

How would I connect to a nameserver and talk to it so I can know it is
working? I get as far as connecting to the port, but I don't know how to
make it send back anything meaningful.
 


if you wish know your nameserver works, then
nslookup - your.server.ip

then try resolve some hostname/ip

or

host _name_to_resolve_ your.server.ip

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


Re: Installation problem with Freebsd 5.4

2005-10-25 Thread Jayesh Jayan
an update to the issue.

the error what i get is

panic : page fault
Cannnot Dump. No dump device defined.
Automatic reboot in 15 seconds - press a key on the console to abort



On 10/25/05, Jayesh Jayan [EMAIL PROTECTED] wrote:

 Hi,

 I am having problem with installing freebsd on my old HP Pavillion PC. The
 below is the configuration of the pc.

 AMD K6 2 550 MHz
 10 GB Maxtor HDD
 Sony CD RW
 64 MB sd ram

 It is having phoenix BIOS 4.0 release 6.0 B

 I am using freebsd 5.4 cd's to install.

 I am able to create partitions and also label it. After that I get the
 below error


 Cannot Dump. No dump device defined

 Automatic reboot in 15 seconds - press a key on the console to abort*

 *


 Hope to get your advices soon 


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


Re: problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
On 10/25/05, Roland Smith [EMAIL PROTECTED] wrote:
 On Tue, Oct 25, 2005 at 02:19:04PM +0200, Linnea Forslund wrote:
  On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
   On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
I know, I know. I ask a lot of questions right now, but it's just
because I've waited until it's very acute until I got myself to start
fixing these things.
   
So, I can't seem to find my cd/dvd-device. What do I do?
  
   That depends on what you've already done.  What did you do?
  
   Greg
 
  Well, what I did originally I didn't do. Someone else did and I feel
  a bit handicapped not knowing what's reallt been done and not. Now I
  tried som commands in the newbie guide like these:
 
  supermoccine# mount /cdrom
  cd9660: /dev/acd0: Invalid argument
  supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom
  mount_cd9660: /dev/cd0a: No such file or directory

 That should be /dev/acd0 or /dev/cd0, not /dev/cd0a.

 Check that CD devices are actually there, with ls /dev/*cd*. On my
 system this returns: /dev/cd0 /dev/cd1 but that's because I use SCSI
 emulation. A system with a GENERIC kernel would probably show /dev/acd0.

A whole bunch shows up:

 ls /dev/*cd*
/dev/acd0   /dev/acd0t03/dev/acd0t06/dev/acd0t09/dev/acd0t12
/dev/acd0t01/dev/acd0t04/dev/acd0t07/dev/acd0t10/dev/acd0t13
/dev/acd0t02/dev/acd0t05/dev/acd0t08/dev/acd0t11




  And I tried inserting a cd with musicfiles and find it from xmms, but
  there was nothing in /cdrom.

 Playing music is very different from mounting, so that's perfectly normal.


So what should I do to play musicfiles from cd? .mp3, .sid and so on..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: updating in single-user mode

2005-10-25 Thread Peter Matulis

--- Eric F Crist [EMAIL PROTECTED] wrote:

 On Oct 24, 2005, at 11:45 PM, Dimitar Vasilev wrote:
 
  I don't reccommend doing installworld or kernel in multiuser,
 but  
  I have never
  had any problems doing it on a lightly loaded machine. With
 that  
  said what
  could bite you is your new kernel not booting or something
 broken in
  userland. You will then need console access (serial or local)
 to  
  fix it. I
  would set up your machine with serial console access and use a 
 
  laptop or
  another machine when you reboot.
 
  Beech
  --
 
  I have done it when there is NO activity on the machine. Read  
  UPDATING first.
  Reset your securelevel to -1, stop all services except SSH and
 go.
  It's possible to break your machine though.
  Then you have to rebuild it again and it's 50/50 to succeed.
  As advised twice, use serial cables/KVM switches if possible.
  --
  Димитър Василев
  Dimitar Vassilev
 
  GnuPG key ID: 0x4B8DB525
  Keyserver: pgp.mit.edu
  Key fingerprint: D88A 3B92 DED5 917E 341E D62F 8C51 5FC4 4B8D
 B525
 
 
 If this isn't a production machine, try it.  I have been doing
 system  
 updates since 3.4 and not once have I booted into single user mode
 to  
 compile my kernel or userland.  I've even done it as recently as
 two  
 weeks ago.  I don't have a huge userbase, so my system is pretty
 quiet.

I also just finished compiling world and compiling  installing my
kernel in multi-user.  What's the big deal?  I did, though, go into
single to test (boot) the kernel and install world.

Does anyone have a clear understanding of why things can go wrong otherwise?






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
-- Forwarded message --
From: Linnea Forslund [EMAIL PROTECTED]
Date: Oct 25, 2005 3:51 PM
Subject: Re: problems with cd/dvd-device
To: Greg 'groggy' Lehey [EMAIL PROTECTED]


On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
 On Tuesday, 25 October 2005 at 14:19:04 +0200, Linnea Forslund wrote:
  On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
  On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
  I know, I know. I ask a lot of questions right now, but it's just
  because I've waited until it's very acute until I got myself to start
  fixing these things.
 
  So, I can't seem to find my cd/dvd-device. What do I do?
 
  That depends on what you've already done.  What did you do?
 
  Well, what I did originally I didn't do. Someone else did and I
  feel a bit handicapped not knowing what's reallt been done and
  not. Now I tried som commands in the newbie guide like these:
 
  supermoccine# mount /cdrom
  cd9660: /dev/acd0: Invalid argument
  supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom
  mount_cd9660: /dev/cd0a: No such file or directory
  supermoccine#

 OK, that's part of what I wanted to know.  Now what version of FreeBSD
 are you running?

I don't know. I suppose there are ways to check this?


What does this say?

   # dmesg | grep cd0

 dmesg | grep cd0
acd0: DVDR NEC DVD RW ND-3520A/1.04 at ata0-master UDMA33



  And I tried inserting a cd with musicfiles and find it from xmms,
  but there was nothing in /cdrom.

 No, there wouldn't be.  /cdrom is a directory, not a CD.  You can
 mount file systems on it, but you'll need other software to play it.
 I'll leave it to others to suggest their favourites.

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

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


Re: Installation problem with Freebsd 5.4

2005-10-25 Thread Jayesh Jayan
I am installing freebsd on this machine for the first time.

Anyhow i have installed freebsd on another machine with out any problem
which has AMD athlon 2.8 GHz, 256 MB DDR ram, 40 GB SEAGATE HDD.

I just wanted to use this machine as my gateway machine which will not have
any monitor or so connected to it.

On 10/25/05, Nicholas Lozinsky [EMAIL PROTECTED] wrote:

  an update to the issue.
 
  the error what i get is
 
  panic : page fault
  Cannnot Dump. No dump device defined.
  Automatic reboot in 15 seconds - press a key on the console to abort
 
   I am having problem with installing freebsd on my old HP Pavillion PC.
 The
   below is the configuration of the pc.
  
   AMD K6 2 550 MHz
   10 GB Maxtor HDD
   Sony CD RW
   64 MB sd ram
  
   It is having phoenix BIOS 4.0 release 6.0 B
  
   I am using freebsd 5.4 cd's to install.
  
   I am able to create partitions and also label it. After that I get the
   below error
  
  
   Cannot Dump. No dump device defined
  
   Automatic reboot in 15 seconds - press a key on the console to abort*

 Is this a fresh installation of BSD or something that has once worked?
 Proprietary BIOS and chipsets such as VIA on AMD boards, in my
 experience, have funny effects on BSD. For example, a Compaq M2000
 with an AMD Sempron CPU will not install any FreeBSD, OpenBSD or
 NetBSD version onto it; all versions after 4.8 malfunction. I just
 want to give you a heads up as to why it might not be working, so you
 don't pull your hair out. I still haven't figured out my issue with my
 box here, but I've moved on.

 Nick L.

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


Re: Installation problem with Freebsd 5.4

2005-10-25 Thread Roland Smith
On Tue, Oct 25, 2005 at 07:09:05PM +0530, Jayesh Jayan wrote:
 an update to the issue.
 
 the error what i get is
 
 panic : page fault
 Cannnot Dump. No dump device defined.
 Automatic reboot in 15 seconds - press a key on the console to abort
 
Without knowing which program produces the fault, it's hard to diagnose
the problem. 

One thing you could try is to burn a 6.0-RC1 CD and try that. Test your
memory with memtest86 (http://www.memtest86.com/).
 
 On 10/25/05, Jayesh Jayan [EMAIL PROTECTED] wrote:
 
  Hi,
 
  I am having problem with installing freebsd on my old HP Pavillion PC. The
  below is the configuration of the pc.
 
  AMD K6 2 550 MHz
  10 GB Maxtor HDD
  Sony CD RW
  64 MB sd ram
 
  It is having phoenix BIOS 4.0 release 6.0 B



-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpNuvcO9kKgP.pgp
Description: PGP signature


Re: Fwd: problems with cd/dvd-device

2005-10-25 Thread Roland Smith
On Tue, Oct 25, 2005 at 03:52:08PM +0200, Linnea Forslund wrote:
 From: Linnea Forslund [EMAIL PROTECTED]
 Date: Oct 25, 2005 3:51 PM
 Subject: Re: problems with cd/dvd-device
 To: Greg 'groggy' Lehey [EMAIL PROTECTED]
 
 
 On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
  On Tuesday, 25 October 2005 at 14:19:04 +0200, Linnea Forslund wrote:
   On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
   On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
   I know, I know. I ask a lot of questions right now, but it's just
   because I've waited until it's very acute until I got myself to start
   fixing these things.
  
   So, I can't seem to find my cd/dvd-device. What do I do?
  
   That depends on what you've already done.  What did you do?
  
   Well, what I did originally I didn't do. Someone else did and I
   feel a bit handicapped not knowing what's reallt been done and
   not. Now I tried som commands in the newbie guide like these:
  
   supermoccine# mount /cdrom
   cd9660: /dev/acd0: Invalid argument
   supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom
   mount_cd9660: /dev/cd0a: No such file or directory
   supermoccine#
 
  OK, that's part of what I wanted to know.  Now what version of FreeBSD
  are you running?
 
 I don't know. I suppose there are ways to check this?

uname -r

 What does this say?
 
# dmesg | grep cd0
 
  dmesg | grep cd0
 acd0: DVDR NEC DVD RW ND-3520A/1.04 at ata0-master UDMA33

Well, at least your DVD rewriter is recognized.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpvuyGHbJFzT.pgp
Description: PGP signature


Re: Fwd: problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
On 10/25/05, Roland Smith [EMAIL PROTECTED] wrote:
 On Tue, Oct 25, 2005 at 03:52:08PM +0200, Linnea Forslund wrote:
  From: Linnea Forslund [EMAIL PROTECTED]
  Date: Oct 25, 2005 3:51 PM
  Subject: Re: problems with cd/dvd-device
  To: Greg 'groggy' Lehey [EMAIL PROTECTED]
 
 
  On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
   On Tuesday, 25 October 2005 at 14:19:04 +0200, Linnea Forslund wrote:
On 10/25/05, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:
On Tuesday, 25 October 2005 at 14:04:25 +0200, Linnea Forslund wrote:
I know, I know. I ask a lot of questions right now, but it's just
because I've waited until it's very acute until I got myself to start
fixing these things.
   
So, I can't seem to find my cd/dvd-device. What do I do?
   
That depends on what you've already done.  What did you do?
   
Well, what I did originally I didn't do. Someone else did and I
feel a bit handicapped not knowing what's reallt been done and
not. Now I tried som commands in the newbie guide like these:
   
supermoccine# mount /cdrom
cd9660: /dev/acd0: Invalid argument
supermoccine# /sbin/mount_cd9660 /dev/cd0a /cdrom
mount_cd9660: /dev/cd0a: No such file or directory
supermoccine#
  
   OK, that's part of what I wanted to know.  Now what version of FreeBSD
   are you running?
 
  I don't know. I suppose there are ways to check this?

 uname -r

Aha!
5.3-RELEASE


  What does this say?
  
 # dmesg | grep cd0
 
   dmesg | grep cd0
  acd0: DVDR NEC DVD RW ND-3520A/1.04 at ata0-master UDMA33

 Well, at least your DVD rewriter is recognized.

Well, that's all there is.. It's supposed to be able to read and write
cd's to. What I need from it now is to read .mp3-files with mixxx or
to burn my mp3's and run them with mixxx at another computer (if I
can't manage to get my computer working this evening).


 Roland
 --
 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
 public key: http://www.xs4all.nl/~rsmith/pubkey.txt





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


Re: i get stuck installing kernel

2005-10-25 Thread Micah

Linnea Forslund wrote:

On 10/25/05, Micah [EMAIL PROTECTED] wrote:


Linnea Forslund wrote:


On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote:



On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote:




But there is nothing in there





cd /usr/src/ssys



/usr/src/ssys: No such file or directory.



Install cvsup.  Create a cvsup file to fetch the entire source tree.
cvsup your source tree.

see what happens.
___



Ok, I'll try that tomorrow after som sleep and some animating. If you
could explain it a bit more I would be happy-happy ^^

Night,

Linnea


Check out
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
note:  you probably don't want cutting edge, but that's where the
general procedure for cvsupping and compiling your system is.




When i try to download and install a cvsup-package it says



pkg_add -r cvsup


Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz'
by URL


It seems like I can't connect to the ftp from there either. I can
however download the files using my opera-browser. Where should I put
it to make it work? Now when I just tried putting it in my
user-catalogue this is what was said:


It looks like you're running FreeBSD 5.3.  Trying to get the latest 
source may be more than you want to get into at this time (though you 
should do it soon).  If you have your FreeBSD 5.3 cds around still, you 
can get the source by doing the following:

* login as root or su -
* run sysinstall
* Select 'configure' - 'distributions' - 'src' - 'all' - 'cd/dvd'
If you don't have the install cds you'll probably have to upgrade to 
FreeBSD 5.4.  In that case






pkg_add cvsup-16.1h_2.tbz


man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exists
man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists
man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists
bin/cvpasswd: Can't open 'bin/cvpasswd': File exists
bin/cvsup: Can't open 'bin/cvsup': File exists
sbin/cvsupd: Can't open 'sbin/cvsupd': File exists
share/cvsup/License: Can't open 'share/cvsup/License': File exists
pkg_add: extract_plist: can not invoke 179 byte tar pipeline:
/usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz
man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd
share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local

/Linnea


I don't use packages, I use the ports system 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html). 
 Maybe this is pkg_add's way of saying that cvsup is already installed? 
 What doesn pkg_info cvsup\* tell you?  How about the command which 
cvsup?  If you get output from both of these commands you already have 
cvsup and can go about following the links I sent earlier to get the 
source and upgrade your system.


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


Re: problems with cd/dvd-device

2005-10-25 Thread Roland Smith
On Tue, Oct 25, 2005 at 03:48:59PM +0200, Linnea Forslund wrote:
snip
  Check that CD devices are actually there, with ls /dev/*cd*. On my
  system this returns: /dev/cd0 /dev/cd1 but that's because I use SCSI
  emulation. A system with a GENERIC kernel would probably show /dev/acd0.
 
 A whole bunch shows up:
 
  ls /dev/*cd*
 /dev/acd0   /dev/acd0t03/dev/acd0t06/dev/acd0t09/dev/acd0t12
 /dev/acd0t01/dev/acd0t04/dev/acd0t07/dev/acd0t10/dev/acd0t13
 /dev/acd0t02/dev/acd0t05/dev/acd0t08/dev/acd0t11

Try using /dev/acd0. If you run the following command as root, does it
work? (there should be a data CD in the drive btw, not a music CD)

mount -t cd9660 /dev/acd0 /cdrom

   And I tried inserting a cd with musicfiles and find it from xmms, but
   there was nothing in /cdrom.
 
  Playing music is very different from mounting, so that's perfectly normal.
 
 
 So what should I do to play musicfiles from cd? .mp3, .sid and so on..

Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and
should be mounted first. See above.

Regular music CDs are written in different format (CD-DA). You do not
have to mount these.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpOorHvGl9MF.pgp
Description: PGP signature


Re: i get stuck installing kernel

2005-10-25 Thread Linnea Forslund
On 10/25/05, Micah [EMAIL PROTECTED] wrote:
 Linnea Forslund wrote:
  On 10/25/05, Micah [EMAIL PROTECTED] wrote:
 
 Linnea Forslund wrote:
 
 On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote:
 
 
 On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote:
 
 
 
 But there is nothing in there
 
 
 
 
 cd /usr/src/ssys
 
 
 /usr/src/ssys: No such file or directory.
 
 
 Install cvsup.  Create a cvsup file to fetch the entire source tree.
 cvsup your source tree.
 
 see what happens.
 ___
 
 
 Ok, I'll try that tomorrow after som sleep and some animating. If you
 could explain it a bit more I would be happy-happy ^^
 
 Night,
 
 Linnea
 
 Check out
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
 note:  you probably don't want cutting edge, but that's where the
 general procedure for cvsupping and compiling your system is.
 
 
 
  When i try to download and install a cvsup-package it says
 
 
 pkg_add -r cvsup
 
  Error: FTP Unable to get
  ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz:
  File unavailable (e.g., file not found, no access)
  pkg_add: unable to fetch
  'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cvsup.tbz'
  by URL
 
 
  It seems like I can't connect to the ftp from there either. I can
  however download the files using my opera-browser. Where should I put
  it to make it work? Now when I just tried putting it in my
  user-catalogue this is what was said:

 It looks like you're running FreeBSD 5.3.  Trying to get the latest
 source may be more than you want to get into at this time (though you
 should do it soon).  If you have your FreeBSD 5.3 cds around still, you
 can get the source by doing the following:
 * login as root or su -
 * run sysinstall
 * Select 'configure' - 'distributions' - 'src' - 'all' - 'cd/dvd'
 If you don't have the install cds you'll probably have to upgrade to
 FreeBSD 5.4.  In that case

I don't have any cds. I installed from floppys...



 
 
 pkg_add cvsup-16.1h_2.tbz
 
  man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exists
  man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists
  man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists
  bin/cvpasswd: Can't open 'bin/cvpasswd': File exists
  bin/cvsup: Can't open 'bin/cvsup': File exists
  sbin/cvsupd: Can't open 'sbin/cvsupd': File exists
  share/cvsup/License: Can't open 'share/cvsup/License': File exists
  pkg_add: extract_plist: can not invoke 179 byte tar pipeline:
  /usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz
  man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd
  share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local
 
  /Linnea

 I don't use packages, I use the ports system
 (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html).
   Maybe this is pkg_add's way of saying that cvsup is already installed?
   What doesn pkg_info cvsup\* tell you?

 pkg_info cvsup\*
Information for cvsup-without-gui-16.1h:

Comment:
General network file distribution system optimized for CVS (non-GUI version)


Description:
CVSup is a software package for distributing and updating collections
of files across a network.  It can efficiently and accurately mirror
all types of files, including sources, binaries, hard links, symbolic
links, and even device nodes.  CVSup's streaming communication
protocol and multithreaded architecture make it most likely the
fastest mirroring tool in existence today.  In addition to being
a great general-purpose mirroring tool, CVSup includes special
features and optimizations specifically tailored to CVS repositories.

This port of CVSup omits the GUI and does not require X11.  For a
version that includes the GUI, use the net/cvsup port.

WWW: http://www.cvsup.org/




How about the command which
 cvsup?

 which cvsup
/usr/local/bin/cvsup

If you get output from both of these commands you already have
 cvsup and can go about following the links I sent earlier to get the
 source and upgrade your system.

Ok, I suppose I already have it then. Horray! I'll get on with it. Thanks a lot.



 HTH,
 Micah



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


Re: i get stuck installing kernel

2005-10-25 Thread Roland Smith
On Tue, Oct 25, 2005 at 07:11:22AM -0700, Micah wrote:
snip
 pkg_add cvsup-16.1h_2.tbz
 
 man/man1/cvpasswd.1.gz: Can't open 'man/man1/cvpasswd.1.gz': File exists
 man/man1/cvsup.1.gz: Can't open 'man/man1/cvsup.1.gz': File exists
 man/man8/cvsupd.8.gz: Can't open 'man/man8/cvsupd.8.gz': File exists
 bin/cvpasswd: Can't open 'bin/cvpasswd': File exists
 bin/cvsup: Can't open 'bin/cvsup': File exists
 sbin/cvsupd: Can't open 'sbin/cvsupd': File exists
 share/cvsup/License: Can't open 'share/cvsup/License': File exists
 pkg_add: extract_plist: can not invoke 179 byte tar pipeline:
 /usr/bin/tar cf - man/man1/cvpasswd.1.gz man/man1/cvsup.1.gz
 man/man8/cvsupd.8.gz bin/cvpasswd bin/cvsup sbin/cvsupd
 share/cvsup/License|/usr/bin/tar --unlink -xpf - -C /usr/local

Looks like cvsup is already installed?

There are some example datafiles for cvsup in /usr/share/examples/cvsup

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpq47IwuEE6D.pgp
Description: PGP signature


Re: problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
On 10/25/05, Roland Smith [EMAIL PROTECTED] wrote:
 On Tue, Oct 25, 2005 at 03:48:59PM +0200, Linnea Forslund wrote:
 snip
   Check that CD devices are actually there, with ls /dev/*cd*. On my
   system this returns: /dev/cd0 /dev/cd1 but that's because I use SCSI
   emulation. A system with a GENERIC kernel would probably show /dev/acd0.
 
  A whole bunch shows up:
 
   ls /dev/*cd*
  /dev/acd0   /dev/acd0t03/dev/acd0t06/dev/acd0t09/dev/acd0t12
  /dev/acd0t01/dev/acd0t04/dev/acd0t07/dev/acd0t10/dev/acd0t13
  /dev/acd0t02/dev/acd0t05/dev/acd0t08/dev/acd0t11

 Try using /dev/acd0. If you run the following command as root, does it
 work? (there should be a data CD in the drive btw, not a music CD)

 mount -t cd9660 /dev/acd0 /cdrom

The first cd I tried was a music-cd with a data part. It said this:

supermoccine# mount -t cd9660 /dev/acd0 /cdrom
cd9660: /dev/acd0: Invalid argument

The second one was a data cd. It said this:

supermoccine# mount -t cd9660 /dev/acd0 /cdrom
supermoccine#

and the machine started buzzing a little. but this last one was with a
movie-file. I couldn't find any with mp3's...



And I tried inserting a cd with musicfiles and find it from xmms, but
there was nothing in /cdrom.
  
   Playing music is very different from mounting, so that's perfectly normal.
  
 
  So what should I do to play musicfiles from cd? .mp3, .sid and so on..

 Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and
 should be mounted first. See above.

 Regular music CDs are written in different format (CD-DA). You do not
 have to mount these.

Where should I look when I want to open files from xmms, mixxx or some
other program? Files from music-cds and data-cds..



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


Re: telnetting/netcatting into a DNS server?

2005-10-25 Thread Tim Erlin
Mohan Singh wrote:
 How would I connect to a nameserver and talk to it so I can know it is
 working? I get as far as connecting to the port, but I don't know how to
 make it send back anything meaningful.

You could use the 'dig' command:

dig @ip a yahoo.com

Or you could use 'nmap' with a -sV option, limiting it to port 53/udp or
53/tcp, to actually scan for an application response.

--Tim

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


Re: problems with cd/dvd-device

2005-10-25 Thread Giorgos Keramidas
On 2005-10-25 16:33, Linnea Forslund [EMAIL PROTECTED] wrote:
  Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and
  should be mounted first. See above.
 
  Regular music CDs are written in different format (CD-DA). You do not
  have to mount these.

 Where should I look when I want to open files from xmms, mixxx or some
 other program? Files from music-cds and data-cds..

Data CD-ROMs have to be mounted before you access the files stored in a
track of the CD-ROM.  So, you'd have to use something like this to
access the mp3 files in a data CD-ROM:

# mount_cd9660 -o ro /dev/acd0 /cdrom

Audio CD-ROMs can be controlled with cdcontrol(1):

# cdcontrol -f /dev/acd0 play 1

More details about data and audio CD-ROMs are described in the Handbook,
so you really *have* to look at the relevant section:

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

Regards,
Giorgos

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


Re: updating in single-user mode

2005-10-25 Thread Dimitar Vasilev
 
  If this isn't a production machine, try it.  I have been doing
  system
  updates since 3.4 and not once have I booted into single user mode
  to
  compile my kernel or userland.  I've even done it as recently as
  two
  weeks ago.  I don't have a huge userbase, so my system is pretty
  quiet.

 I also just finished compiling world and compiling  installing my
 kernel in multi-user.  What's the big deal?  I did, though, go into
 single to test (boot) the kernel and install world.

 Does anyone have a clear understanding of why things can go wrong otherwise?
From time to time there are library bumps and it's better for you to
be in single user mode to upgrade your system properly.
I had ruined a mailserver when I updated the named on it from 8.x to
9.3.x - I was in multiuser, with securelevel turned on and the named
running.
After that I had to run couple of times the build to get everything fixed.
Now I run in multiuser buildworld et all on machines I have no serial
access to and before that I check with UPDATING to see what will fail
potentially.


--
Димитър Василев
Dimitar Vassilev

GnuPG key ID: 0x4B8DB525
Keyserver: pgp.mit.edu
Key fingerprint: D88A 3B92 DED5 917E 341E D62F 8C51 5FC4 4B8D B525
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

probably a simple routing or firewall question

2005-10-25 Thread Dave

Hello,
   Hello,
   I've got a 5.4 box acting as a gateway/router and i have to set up 
another for another network. This one will rely on a different ip range, so 
i thought i'd hand it out while i'm doing the install via my dhcp server, 
this part works but the box can't get to the net to retrieve ports and so 
forth. I'm suspecting either a routing or firewall issue. I'm using pf and 
am natting all traffic from this new box to my external interface and 
passing all traffic, that should be working. My network range is 10.8.0.0 
and the range for this new box is 10.10.0.0 i believe my problem is here, 
i'm not sure where to fix it at, my gateway, this new box or both? I'd 
rather not make to many modifications to this new machine save what it needs 
to get going, ideally i'd like to hand it over, and have it be dropped in 
and go. It needs to be that simple, the person whose getting it has an 
impulsive habbit especially if something doesn't work right out of the box.

Any help appreciated.
Thanks.
Dave.

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


Cisco Netflow Port

2005-10-25 Thread John Oxley
What netflow graphing tool(s) do you guys recommend to capture Cisco
Netflow data.

-John

-- 
John Oxley
Systems Administrator
Yo!Africa
E-Mail:  john at yoafrica.com
Tel: +263 4 858404
echo '9k[l:l;ss=0lx]s[1+ldd*l=d*-l;+dsrl=2**l:+ds=d*rd*+4-d15] 
s[q]s-[d77/3*2-s;47lx-P1+d78`]s`0[d23/.5-3*s:0l`xr10P1+d24$]ds$x'|dc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
On 10/25/05, Giorgos Keramidas [EMAIL PROTECTED] wrote:
 On 2005-10-25 16:33, Linnea Forslund [EMAIL PROTECTED] wrote:
   Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and
   should be mounted first. See above.
  
   Regular music CDs are written in different format (CD-DA). You do not
   have to mount these.
 
  Where should I look when I want to open files from xmms, mixxx or some
  other program? Files from music-cds and data-cds..

 Data CD-ROMs have to be mounted before you access the files stored in a
 track of the CD-ROM.  So, you'd have to use something like this to
 access the mp3 files in a data CD-ROM:

 # mount_cd9660 -o ro /dev/acd0 /cdrom

 Audio CD-ROMs can be controlled with cdcontrol(1):

 # cdcontrol -f /dev/acd0 play 1

 More details about data and audio CD-ROMs are described in the Handbook,
 so you really *have* to look at the relevant section:

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

Oh, thank you, I didn't find this section before!


 Regards,
 Giorgos




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


Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-25 Thread Kris Anderson


--- Eric F Crist [EMAIL PROTECTED] wrote:

 
 On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote:
 
  Hey folks,
 
  I'm getting off cable (Comcast and 6 megabits) and
  either looking at Qwest DSL w/MSN premium or a
 service
  called Clear Wire (Wireless internet).
 
  I'm a bit baffled because Qwest says they have a
 deal
  that I could get DSL for $19.99 a month for a
 year. Of
  course the fine prints MSN is the ISP so forth and
 so
  on.
 
 
 [snip]
 
  How I had it previously was Comcast's modem to
  wireless router (Linksys WRT-54G), a little
 Linksys
  switch, FreeBSD and misc. Windows computers
 happily
  sharing the connection.
 
  Just to confirm, my guess is that this would not
 be
  the service to go with since I would love to have
 my
  spiffy Linksys Router (WRT-54G) hook to the DSL.
 And
  to the WR54G the usual network systems of FreeBSD,
 and
  misc Windows computers.
 
  If the above isn't going to work then I'm stuck
 with a
  different bundle (a few bucks more) that would
 allow
  me to do the same thing. I hope. I'm not familiar
 with
  the way in which DSL does its connectivity thing.
  Okay, I saw in a previous question that PPoE is
 needed
  with DSL. And I noticed that I could set my WRT54G
 to
  utilize PPoE, so maybe MSN ISP  Qwest service
 will
  work?
 
  So am I right in still thinking that with MSN as
 the
  ISP my setup it isn't going to be FreeBSD friendly
 and
  that my spiffy little Comcast setup isn't going to
  work with MSN as the ISP?
 
  Most appreciated. Gah, that means I'm probably not
  going to be needing my little WRT-54G router then.
 :~(
 
  Hope I wasn't to confusiong there.
 
 
 Your FreeBSD system will work fine.  You login
 credentials get  
 entered into the DSL router/modem.  If you want to
 do some  
 webhosting, etc out of your home, spend the extra
 money and utilize a  
 *real* ISP.  Even Qwest.net supports static IP
 addresses (up to a /26).
 
 HTH
Thanks for the reply, I think I will go that route or
at least check out the other option that is available
as well, Clearwire internet. I would like to do a few
things that cable wouldn't allow.

~Mr. Anderson



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with freebsd on epia

2005-10-25 Thread Lord Raiden
Hi all.  I've got a problem and I'm not sure if this is an xorg 
problem or a freebsd problem or a bit of both.  I've currently got an Epia 
SP13000 running Freebsd 5.3 and I'm trying to configure it for 
Xwindows.  Well, the kicker is, it uses the newer Via Unicrome pro graphics 
chip and I've been through the video config for xorg and can't find any 
trace of the driver for this, or any via driver anywhere.  Nor is there 
anything in the ports either.  What do I need to do to get the driver 
working on this so I can run X on this machine?  Many thanks in advance.  :D



Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net



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


Fwd: Fwd: problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
-- Forwarded message --
From: Linnea Forslund [EMAIL PROTECTED]
Date: Oct 25, 2005 5:50 PM
Subject: Re: Fwd: problems with cd/dvd-device
To: Roland Smith [EMAIL PROTECTED]


On 10/25/05, Roland Smith [EMAIL PROTECTED] wrote:
 On Tue, Oct 25, 2005 at 05:14:58PM +0200, Linnea Forslund wrote:

   To read a data CD with mp3 files you should run
  
   mount -t cd9660 /dev/acd0 /cdrom
  
   as root (for now). If that command finishes without error, the contents
   of the CD will be under /cdrom. See ls /cdrom.
 
  I can see it! Weehoo!
 
  supermoccine# ls /cdrom
  Hipp Hipp - Extra Material.avi
 
  When i tried running it with mplayer just copying and pasting the name
  I got this:
 
  supermoccine# mplayer Hipp Hipp - Extra Material.avi

 Spaces are seen as seperation characters between arguments. So what you are
 trying to do is invoke mplayer with five arguments.

 If a filename contains spaces, use quotes around the filename.

 Try this instead:

 mplayer Hipp Hipp - Extra Material.avi


Ah! Thats it..

It still won't play though.

supermoccine# mplayer Hipp Hipp - Extra Material.avi
MPlayer 1.0pre6-3.4.2 (C) 2000-2004 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.

Playing Hipp Hipp - Extra Material.avi.
File not found: 'Hipp Hipp - Extra Material.avi'
Failed to open Hipp Hipp - Extra Material.avi


Exiting... (End of file)
supermoccine#

Should I recompile as it says? Well, maybe I don't need to do that
now.. there are far more important things to take care of...

/Linnea


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


Re: Fwd: Fwd: problems with cd/dvd-device

2005-10-25 Thread John Wilson
On Tue, 25 Oct 2005 17:50:49 +0200
Linnea Forslund [EMAIL PROTECTED] wrote:
[...]
 Ah! Thats it..
 
 It still won't play though.
 
 supermoccine# mplayer Hipp Hipp - Extra Material.avi
[...]

Pass the full path:

mplayer /cdrom/Hipp Hipp - Extra Material.avi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: Fwd: problems with cd/dvd-device

2005-10-25 Thread Linnea Forslund
On 10/25/05, John Wilson [EMAIL PROTECTED] wrote:
 On Tue, 25 Oct 2005 17:50:49 +0200
 Linnea Forslund [EMAIL PROTECTED] wrote:
 [...]
  Ah! Thats it..
 
  It still won't play though.
 
  supermoccine# mplayer Hipp Hipp - Extra Material.avi
 [...]

 Pass the full path:

 mplayer /cdrom/Hipp Hipp - Extra Material.avi

Oh, great! Now it works just fine.

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


Re: Installation problem with Freebsd 5.4

2005-10-25 Thread Jayesh Jayan
Hi,

If i install FreeBSD on to a HDD with a good machine where i have already
installed freebsd before and then move the HDD to that machine.

Will it work ??

This is what happens when I try to install freebsd on the machine

I can go till the step of Choosing distribution

After I choose the distribution it starts the installation

it shows transffering .. in a blue screen with a progress bar.

it then transfers 32 of 33 chunks

and then it comes up with the error mentioned before.

I would like to setup the gateway  and i want to use freebsd ..
because of it's power which i am learning now .

hope to get more guidance on the issue ...


On 10/25/05, Roland Smith [EMAIL PROTECTED] wrote:

 On Tue, Oct 25, 2005 at 07:09:05PM +0530, Jayesh Jayan wrote:
  an update to the issue.
 
  the error what i get is
 
  panic : page fault
  Cannnot Dump. No dump device defined.
  Automatic reboot in 15 seconds - press a key on the console to abort

 Without knowing which program produces the fault, it's hard to diagnose
 the problem.

 One thing you could try is to burn a 6.0-RC1 CD and try that. Test your
 memory with memtest86 (http://www.memtest86.com/).

  On 10/25/05, Jayesh Jayan [EMAIL PROTECTED] wrote:
  
   Hi,
  
   I am having problem with installing freebsd on my old HP Pavillion PC.
 The
   below is the configuration of the pc.
  
   AMD K6 2 550 MHz
   10 GB Maxtor HDD
   Sony CD RW
   64 MB sd ram
  
   It is having phoenix BIOS 4.0 release 6.0 B



 --
 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain
 text.
 public key: http://www.xs4all.nl/~rsmith/pubkey.txt



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


Re: Installation problem with Freebsd 5.4

2005-10-25 Thread Chuck Swiger

Jayesh Jayan wrote:

If i install FreeBSD on to a HDD with a good machine where i have already
installed freebsd before and then move the HDD to that machine.

Will it work ??


Yes, probably, that's definitely a decent idea and worth a try.


This is what happens when I try to install freebsd on the machine

I can go till the step of Choosing distribution

After I choose the distribution it starts the installation

it shows transffering .. in a blue screen with a progress bar.

it then transfers 32 of 33 chunks

and then it comes up with the error mentioned before.


Sometimes this is simply a problem with the CD being dirty or not being read 
correctly.


This might also indicate your hardware is a little flaky.  The AMD Athlons are 
 fine processors, but the earlier AMD K6 and Cyrix CPUs are a bit less 
reliable and some contained interesting hardware flaws (like with the L2 cache).


--
-Chuck

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


Re: Installation problem with Freebsd 5.4

2005-10-25 Thread Jayesh Jayan
Thank you 

I will try it out and let you know the output :)

But it is not a proper thing to do .

anyhow will give it a try 


On 10/25/05, Chuck Swiger [EMAIL PROTECTED] wrote:

 Jayesh Jayan wrote:
  If i install FreeBSD on to a HDD with a good machine where i have
 already
  installed freebsd before and then move the HDD to that machine.
 
  Will it work ??

 Yes, probably, that's definitely a decent idea and worth a try.

  This is what happens when I try to install freebsd on the machine
 
  I can go till the step of Choosing distribution
 
  After I choose the distribution it starts the installation
 
  it shows transffering .. in a blue screen with a progress bar.
 
  it then transfers 32 of 33 chunks
 
  and then it comes up with the error mentioned before.

 Sometimes this is simply a problem with the CD being dirty or not being
 read
 correctly.

 This might also indicate your hardware is a little flaky. The AMD Athlons
 are
 fine processors, but the earlier AMD K6 and Cyrix CPUs are a bit less
 reliable and some contained interesting hardware flaws (like with the L2
 cache).

 --
 -Chuck


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


Re: i get stuck installing kernel

2005-10-25 Thread Micah

Linnea Forslund wrote:

On 10/25/05, Micah [EMAIL PROTECTED] wrote:


Linnea Forslund wrote:


On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote:



On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote:




But there is nothing in there





cd /usr/src/ssys



/usr/src/ssys: No such file or directory.



Install cvsup.  Create a cvsup file to fetch the entire source tree.
cvsup your source tree.

see what happens.
___



Ok, I'll try that tomorrow after som sleep and some animating. If you
could explain it a bit more I would be happy-happy ^^

Night,

Linnea


Check out
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and



If I'm going to create a supfile as it says in the handbook, where do
i write? In an xterm just as it is? Do I include the *?




http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
note:  you probably don't want cutting edge, but that's where the
general procedure for cvsupping and compiling your system is.

HTH,
Micah



Checkout 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html 
partway down the page it directs you to some standard sup files on your 
computer.  Copy one to a convenient folder and edit it (I believe it has 
some change mes in it).  As for an editor, try edit (should've been 
installed with the system).  It's not the nicest editor, but it'll do. 
Also, doing a site:freebsd.org search from google will probably turn up 
many helpful pages.


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


Re: i get stuck installing kernel

2005-10-25 Thread Linnea Forslund
On 10/25/05, Micah [EMAIL PROTECTED] wrote:
 Linnea Forslund wrote:
  On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote:
 
 On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote:
 
 
 But there is nothing in there
 
 
 
 cd /usr/src/ssys
 
 
 /usr/src/ssys: No such file or directory.
 
 
 Install cvsup.  Create a cvsup file to fetch the entire source tree.
 cvsup your source tree.
 
 see what happens.
 ___
 
 
  Ok, I'll try that tomorrow after som sleep and some animating. If you
  could explain it a bit more I would be happy-happy ^^
 
  Night,
 
  Linnea

 Check out
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and

If I'm going to create a supfile as it says in the handbook, where do
i write? In an xterm just as it is? Do I include the *?


 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
 note:  you probably don't want cutting edge, but that's where the
 general procedure for cvsupping and compiling your system is.

 HTH,
 Micah



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


Re: i get stuck installing kernel

2005-10-25 Thread Linnea Forslund
On 10/25/05, Micah [EMAIL PROTECTED] wrote:
 Linnea Forslund wrote:
  On 10/25/05, Micah [EMAIL PROTECTED] wrote:
 
 Linnea Forslund wrote:
 
 On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote:
 
 
 On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote:
 
 
 
 But there is nothing in there
 
 
 
 
 cd /usr/src/ssys
 
 
 /usr/src/ssys: No such file or directory.
 
 
 Install cvsup.  Create a cvsup file to fetch the entire source tree.
 cvsup your source tree.
 
 see what happens.
 ___
 
 
 Ok, I'll try that tomorrow after som sleep and some animating. If you
 could explain it a bit more I would be happy-happy ^^
 
 Night,
 
 Linnea
 
 Check out
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and
 
 
  If I'm going to create a supfile as it says in the handbook, where do
  i write? In an xterm just as it is? Do I include the *?
 
 
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
 note:  you probably don't want cutting edge, but that's where the
 general procedure for cvsupping and compiling your system is.
 
 HTH,
 Micah
 

 Checkout
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html
 partway down the page it directs you to some standard sup files on your
 computer.  Copy one to a convenient folder and edit it (I believe it has
 some change mes in it).  As for an editor, try edit (should've been
 installed with the system).  It's not the nicest editor, but it'll do.
 Also, doing a site:freebsd.org search from google will probably turn up
 many helpful pages.


Ok, this feels a bit silly to ask, but what would be a convenient
folder? Should I move it later? Does it matter where i have it when i
run it later?


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


Re: telnetting/netcatting into a DNS server?

2005-10-25 Thread Andrew P.
On 10/25/05, Mohan Singh [EMAIL PROTECTED] wrote:
 Whenever I need to test a mail/ssh/web server, I usually just telnet or nc
 into the appropriate port, i.e.:

$ echo GET /  |nc -v yahoo.com 80

$ nc -v localhost 22
Connection to localhost 22 port [tcp/ssh] succeeded!
SSH-1.99-OpenSSH_4.2

 How would I connect to a nameserver and talk to it so I can know it is
 working? I get as far as connecting to the port, but I don't know how to
 make it send back anything meaningful.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


Why don't you read the netcat manpage for starters?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: i get stuck installing kernel

2005-10-25 Thread Micah

Linnea Forslund wrote:

On 10/25/05, Micah [EMAIL PROTECTED] wrote:


Linnea Forslund wrote:


On 10/25/05, Micah [EMAIL PROTECTED] wrote:



Linnea Forslund wrote:



On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote:




On Oct 24, 2005, at 5:59 PM, Linnea Forslund wrote:





But there is nothing in there






cd /usr/src/ssys



/usr/src/ssys: No such file or directory.



Install cvsup.  Create a cvsup file to fetch the entire source tree.
cvsup your source tree.

see what happens.
___



Ok, I'll try that tomorrow after som sleep and some animating. If you
could explain it a bit more I would be happy-happy ^^

Night,

Linnea


Check out
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and



If I'm going to create a supfile as it says in the handbook, where do
i write? In an xterm just as it is? Do I include the *?





http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
note:  you probably don't want cutting edge, but that's where the
general procedure for cvsupping and compiling your system is.

HTH,
Micah



Checkout
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html
partway down the page it directs you to some standard sup files on your
computer.  Copy one to a convenient folder and edit it (I believe it has
some change mes in it).  As for an editor, try edit (should've been
installed with the system).  It's not the nicest editor, but it'll do.
Also, doing a site:freebsd.org search from google will probably turn up
many helpful pages.




Ok, this feels a bit silly to ask, but what would be a convenient
folder? Should I move it later? Does it matter where i have it when i
run it later?


I have mine in /root
It really doesn't matter where you place it because you will specify the 
name on the cvsup command line (something like cvsup /root/my-supfile). 
 The only reason to copy it somewhere is so that you still have the 
original in case something goes wrong.


Later,
Micah

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


Re: telnetting/netcatting into a DNS server?

2005-10-25 Thread Andrew P.
On 10/25/05, Andrew P. [EMAIL PROTECTED] wrote:
 On 10/25/05, Mohan Singh [EMAIL PROTECTED] wrote:
  Whenever I need to test a mail/ssh/web server, I usually just telnet or nc
  into the appropriate port, i.e.:
 
 $ echo GET /  |nc -v yahoo.com 80
 
 $ nc -v localhost 22
 Connection to localhost 22 port [tcp/ssh] succeeded!
 SSH-1.99-OpenSSH_4.2
 
  How would I connect to a nameserver and talk to it so I can know it is
  working? I get as far as connecting to the port, but I don't know how to
  make it send back anything meaningful.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

 Why don't you read the netcat manpage for starters?


Oh, I'm mighty sorry. I was sure the exact example was
there, but I reread now - and there is none.

I will post a link here as soon as I find it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Fwd: Suspected problem with /libexec/ld-elf.so.1]

2005-10-25 Thread Kris Kennaway
On Mon, Oct 24, 2005 at 10:27:12AM +0200, Gregory Nou wrote:
 As nobody seems concerned in current, I suppose it is not an error due 
 to current.

I guess you didn't read my mail?

Kris


pgpcK67ImUPCE.pgp
Description: PGP signature


Need to boot from CD and delete a file on the hard drive

2005-10-25 Thread Maude User
Hello All --
 
SUMMARY: 
I changed a configuration file and now I can no longer boot from my hard drive 
(but I can still 
 boot from the CD). I would like to boot from the CD and undo my change to the 
configuration 
file -- but when I boot from the CD it automatically launches the install 
program. Is there a way
 to boot from the boot CD and get a shell and make a change to a file on the 
hard drive? (I got 
an emergency shell after booting from the CD -- but I can't figure out how to 
access my hard 
drive filesystem from it.)

DETAILS:
I was trying to set up a serial console using the instructions here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html
 
I typed the following at the prompt:
 
# echo 'console=comconsole'  /boot/loader.conf
 
then unplugged my regular keyboard and tried to reboot -- but the machine now 
freezes on 
bootup.
 
I now want to boot from a CD and remove the file /boot/loader.conf from the 
hard drive. Then I 
should be able to boot normally again from the hard drive.
 
I went into the BIOS and booted from the CD and this put me in the install 
program. I don't 
want to install everything again -- I just want to boot up from the CD and 
execute the following 
command at the prompt:
 
# rm /boot/loader.conf
 
After booting from the CD, I found a command in the install program to enter an 
emergency 
shell and accessed this shell by hitting ALT-F4 -- but if I do an rm command 
in this 
emergency shell, it doesn't apply to the filesystem on the hard drive -- it 
applies to the CD. I 
need to delete the file /boot/loader.conf while booting from the CD.
 
Is there any way to fix this without installing FreeBSD all over again?
 
Thanks.
 
Scott Alexander
 
 
 
 


-
 Yahoo! FareChase - Search multiple travel sites in one click.  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: page fault while in kernel mode

2005-10-25 Thread Kris Kennaway
On Mon, Oct 24, 2005 at 12:11:29PM +0100, Owen Smith wrote:

 Whats the best thing todo? debugging kernel etc or just upgrade to 5.4?

The latter.  A few hundred bugs were fixed between 5.3 and 5.4, and
the former is no longer supported anyway.

Kris


pgpT4R8dnqxnu.pgp
Description: PGP signature


Re: Preloading of shared libraries

2005-10-25 Thread Kris Kennaway
On Mon, Oct 24, 2005 at 07:13:25PM +0200, Philip Lykke Carlsen wrote:
 Sunday 23 October 2005 18:23 skrev du:
  Philip Lykke Carlsen wrote:
   Hey.. I wondered if it was possible to load a selection of shared
   libraies into the cache at boot time.. I figure that it would speed up
   starting things.. like the KDE login manager for instance..
  
   hm.. is this possible? .. and if so.. would it speed up the process of
   starting stuff at all?..
 
  Sort of.  At one point, you could set the sticky bit on files as a hint to
  the pager to try and keep them in memory, which was intended for things
  like /bin/sh, cron, login, and maybe libc.
 
 aah.. I always wondered what the sticky bit actually did..

See sticky(8).  It doesn't do any longer what the previous poster said.

Kris


pgpDa1XQoRPaq.pgp
Description: PGP signature


Re: Error message while running 'portsdb -Uu'

2005-10-25 Thread Kris Kennaway
On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote:
 I just updated my ports using cvsup and then proceeded to run 'portsdb
 -Uu' to generate the index file. Upon completion, it produced this error
 message:
 
 Updating the ports index ... Generating INDEX.tmp - please wait..jot:
 infinite sequences cannot be bounded Makefile, line 19: warning:
 /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status jot:
 infinite sequences cannot be bounded
 /usr/ports/editors/vim-lite/../vim/Makefile, line 19: warning:
 /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status jot:
 infinite sequences cannot be bounded
 /usr/ports/editors/vim6+ruby/../vim/Makefile, line 19: warning:
 /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status
 
 Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6
 Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635
 Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4
 Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
  Done.
 
 I have never seen that one before. What does it mean, and what should I
 do to correct it, it anything?

cvsup again, and in general, read discussion on ports@ before sending
duplicate reports :)

Kris


pgpAgS7lTvPf8.pgp
Description: PGP signature


Re: pppd

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 01:05:01PM +0400, Igor Robul wrote:
 Alexander Pyhalov wrote:
 
 I use the last port collection, but there is only 2.3.11 version of pppd 
 there. Are there any plans for updating it?
 ___
  
 
 AFAIK pppd is in base system, not in ports.

It's in net/pppd23 as well.

Kris


pgpk3TgSxjNSH.pgp
Description: PGP signature


Re: Upcoming FreeBSD releases...

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 11:01:32AM +0300, Casper wrote:
 
  Hi,
 
  I`m trying to make little schedule for upgrading and wanted to know 
 when approximate will be new FreeBSD releases...
  How I understand in few weeks must be FreeBSD 5.5 release, but I can`t 
  find schedule for upcoming 5.5 version... Or it is delayed?
  Or in few weeks will be maybe sooner 6.0 version of FreeBSD?

5.5 will be a few months after 6.0, i.e. perhaps not before the
beginning of next year.

Kris


pgpLGR9IHx4tq.pgp
Description: PGP signature


Re: dlopen() causes libXcursor.so.1.0 not found: libX11.so problem?

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 01:30:00AM -0700, Rob wrote:

 Any idea why xmgrace's ldopen() call complains
 about not finding libXcursor.so.1.0 ?
 Is this indeed caused by a problem in libX11.so.6 ?

Sounds like the application is broken for requesting it, since as you
found there is no such library on FreeBSD.

Kris


pgpFHKEWjPQa4.pgp
Description: PGP signature


Crontab and GPG?

2005-10-25 Thread Robert Wall
Hello!  I'm attempting to run GPG from cron, and it's not working.  I can run 
the script from the command line, and all works perfectly.  When I try to run 
it from cron, however, it doesn't work.  The crontab calls this script, called 
pgpdecrypt with the following crontab line:

*/1*   *   *   *   root/bin/bash /etc/pgpdecrypt

The /bin/bash wasn't originally there; I added it to make sure that the script 
was using the correct shell.  Still no luck.  Here's the script that it calls:

echo  /etc/pgpdecrypt.logger PGP Decrypter Starting
cd /home/folder
for filename in `ls *pgp`
do
gpg --batch --no-tty --passphrase-fd 0 --output 
/home/folder/pgp-decrypted/$filename.txt --decrypt /home/folder/$filename  
/home/folder/pp
/home/folder/pgp-decrypted/import.pl /home/folder/pgp-decrypted/$filename.txt
echo  /etc/pgpdecrypt.logger /home/folder/$filename 
/home/folder/pgp-original/$filename
done

The output file is cheerfully logging the filenames appropriately.  
/var/log/messages doesn't contain any errors.  Anybody got any ideas?  Even if 
I could get a competent logging mechanism in place to see why GPG doesn't feel 
like running, that would be great.

Any help would be greatly appreciated. Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Crontab and GPG?

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote:
 Hello!  I'm attempting to run GPG from cron, and it's not working.  I can run 
 the script from the command line, and all works perfectly.  When I try to run 
 it from cron, however, it doesn't work.  The crontab calls this script, 
 called pgpdecrypt with the following crontab line:
 
 */1*   *   *   *   root/bin/bash /etc/pgpdecrypt
 
 The /bin/bash wasn't originally there; I added it to make sure that the 
 script was using the correct shell.  Still no luck.  Here's the script that 
 it calls:
 
 echo  /etc/pgpdecrypt.logger PGP Decrypter Starting
 cd /home/folder
 for filename in `ls *pgp`
 do
 gpg --batch --no-tty --passphrase-fd 0 --output 
 /home/folder/pgp-decrypted/$filename.txt --decrypt /home/folder/$filename  
 /home/folder/pp
 /home/folder/pgp-decrypted/import.pl /home/folder/pgp-decrypted/$filename.txt
 echo  /etc/pgpdecrypt.logger /home/folder/$filename 
 /home/folder/pgp-original/$filename
 done
 
 The output file is cheerfully logging the filenames appropriately.  
 /var/log/messages doesn't contain any errors.  Anybody got any ideas?  Even 
 if I could get a competent logging mechanism in place to see why GPG doesn't 
 feel like running, that would be great.

You're assuming gpg is in PATH, which it probably isn't.  crontab
errors aren't logged in /var/log/messages anyway (they're mailed to
you) - see the manpages.

Kris


pgpPUEwDSOQ6L.pgp
Description: PGP signature


Re: Crontab and GPG?

2005-10-25 Thread N.J. Thomas
* Robert Wall [EMAIL PROTECTED] [2005-10-25 13:13:52 -0500]:
 I'm attempting to run GPG from cron, and it's not working. I can run
 the script from the command line, and all works perfectly. When I try
 to run it from cron, however, it doesn't work.

Run /usr/bin/env (or wherever env is located on your system) from cron
and see what environment your script has.

Then run your script manually and keep removing envariables until
something breaks.

Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What packages can I deinstall?

2005-10-25 Thread Pat Maddox
I've got a bunch of packages installed on my machine and I'd like to
know if I can deinstall any of them.  I know what a lot of them do,
and know what will happen if I deinstall them.  Others, I'm not really
sure.  For example I've got a package named cclient
(http://www.freshports.org/mail/cclient/) installed.  If I run
pkg_deinstall -n cclient, it says that it'd be removed without any
problems.  So evidently no other package is depending on
this...perhaps it's just an artifact from a package I installed a
while back but deinstalled?

Basically I'd like to clear out any unused packages.  Is it safe to
just run on pkg_deinstall -n on any package I don't recognize, and if
it isn't required as a dependency for another package go ahead and
delete it?

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


fatal trap 12 in kernel mode

2005-10-25 Thread Dave

Hello,
I'm trying to do a 5.4-release install on an older box, it's an AT 
motherboard, and i hope that's not my problem. I'm getting the below error 
and would appreciate any help.

Thanks.
Dave.


Insert boot floppy and press Enter
/acpi.ko text=0x414fc data=0x1dc4+0x112c syms=[0x4+0x7670+0x4+0x9d05]
can't open '/boot/beastie.4th': inappropriate file type or format

/
Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [/kernel]...
Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD-K6(tm) 3D processor (450.17-MHz 586-class CPU)
 Origin = AuthenticAMD  Id = 0x58c  Stepping = 12
 Features=0x8021bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX
 AMD Features=0x8800SYSCALL,3DNow!
real memory  = 268435456 (256 MB)
avail memory = 248946688 (237 MB)
K6-family MTRR support enabled (2 registers)
   ACPI-0159: *** Error: AcpiLoadTables: Could not get RSDP, 
AE_NO_ACPI_TABLES
   ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: 
AE_NO_ACPI_TABL
   ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: 
AE_NO_ACPI_TABLES

ACPI: table load failed: AE_NO_ACPI_TABLES
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pcib0: VIA 82C598MVP (Apollo MVP3) host bridge pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 4 Entries on motherboard
pci0: PCI bus on pcib0
agp0: VIA 82C598 (Apollo MVP3) host to PCI bridge mem 
0xe000-0xe3ff at
agp0: VIA 82C598 (Apollo MVP3) host to PCI bridge mem 
0xe000-0xe3ff at device 0.0 on pci0

pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C586B UDMA33 controller port 
0xe000-0xe00f,0x376,0x170-0x177,0x
atapci0: VIA 82C586B UDMA33 controller port 
0xe000-0xe00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0

ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
rl0: RealTek 8139 10/100BaseTX port 0xe800-0xe8ff mem 
0xe400-0xe4ff ir
rl0: RealTek 8139 10/100BaseTX port 0xe800-0xe8ff mem 
0xe400-0xe4ff irq 10 at device 17.0 on pci0

miibus0: MII bus on rl0
rlphy0: RealTek internal media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:08:54:00:f3:3b
ohci0: NEC uPD 9210 USB controller mem 0xe4001000-0xe4001fff irq 9 at 
device 1
ohci0: NEC uPD 9210 USB controller mem 0xe4001000-0xe4001fff irq 9 at 
device 18.0 on pci0

usb0: OHCI version 1.0
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
ohci1: NEC uPD 9210 USB controller mem 0xe4002000-0xe4002fff irq 9 at 
device 1
ohci1: NEC uPD 9210 USB controller mem 0xe4002000-0xe4002fff irq 9 at 
device 18.1 on pci0

usb1: OHCI version 1.0
usb1: NEC uPD 9210 USB controller on ohci1
usb1: USB revision 1.0
uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: serial bus, USB at device 18.2 (no driver attached)
orm0: ISA Option ROM at iomem 0xc-0xc7fff on isa0
pmtimer0 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
fdc0: Enhanced floppy controller at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x100
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A, console
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
unknown: PNP0303 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0700 can't assign resources (port)
Timecounter TSC frequency 450165168 Hz quality 800
Timecounters tick every 10.000 msec
md0: Preloaded image /mfsroot 4423680 bytes at 0xc0a34270
ad0: 9541MB WDC WD100EB-00BHF0/15.15M15 [19386/16/63] at ata0-master 
UDMA33

acd0: CDROM ATAPI CDROM/V1.50 at ata1-slave PIO4


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x1
fault code  = supervisor write, page not present
instruction pointer = 0x8:0xc04b4e34
stack pointer   = 0x10:0xcbf37c5c
frame pointer   = 0x10:0xcbf37c64
code segment= base 0x0, limit 0xf, type 0x1b
   = DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 4 (g_down)
trap number = 12
panic: page fault
Uptime: 3s
Cannot dump. No dump device defined.
Automatic 

i386/55603, i386/59959, kern/75850, fixed in 6.0?

2005-10-25 Thread David Kirchner
Can anyone using the Mylex A352 controller update/merge the following
PRs if the bug has been fixed in 6.0? Or confirm whether or not it is
still present in 6.0-RC?

http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/55603
http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/59959
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/75850

FWIW, the bug is still present in 5.4-RELEASE. I have checked cvsweb
and I don't see any commits regarding this bug in the sys/dev/mly
directory, but I don't know if that's still the same driver name for
the card.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need to boot from CD and delete a file on the hard drive

2005-10-25 Thread Charles Howse
 Hello All --
  
 SUMMARY: 
 I changed a configuration file and now I can no longer boot from my hard drive
 (but I can still 
  boot from the CD). I would like to boot from the CD and undo my change to the
 configuration 
 file -- but when I boot from the CD it automatically launches the install
 program. Is there a way
  to boot from the boot CD and get a shell and make a change to a file on the
 hard drive? (I got
 an emergency shell after booting from the CD -- but I can't figure out how
 to access my hard
 drive filesystem from it.)
 
 DETAILS:
 I was trying to set up a serial console using the instructions here:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.
 html
  
 I typed the following at the prompt:
  
 # echo 'console=comconsole'  /boot/loader.conf
  
 then unplugged my regular keyboard and tried to reboot -- but the machine now
 freezes on 
 bootup.
  
 I now want to boot from a CD and remove the file /boot/loader.conf from the
 hard drive. Then I
 should be able to boot normally again from the hard drive.
  
 I went into the BIOS and booted from the CD and this put me in the install
 program. I don't 
 want to install everything again -- I just want to boot up from the CD and
 execute the following
 command at the prompt:
  
 # rm /boot/loader.conf
  
 After booting from the CD, I found a command in the install program to enter
 an emergency 
 shell and accessed this shell by hitting ALT-F4 -- but if I do an rm
 command in this 
 emergency shell, it doesn't apply to the filesystem on the hard drive -- it
 applies to the CD. I
 need to delete the file /boot/loader.conf while booting from the CD.
  
 Is there any way to fix this without installing FreeBSD all over again?

I've never done this...but...
Reboot the computer from the CD,
Look for the message:

Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [kernel] in 9 seconds...

At that point press any other key.
You should then be able to mount your /boot partition and delete the file,
however, you may have to look around on the CD for the appropriate commands.

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


Re[2]: Error message while running 'portsdb -Uu'

2005-10-25 Thread Gerard Seibert
On Tuesday, October 25, 2005 2:03:43 PM, Kris Kennaway [EMAIL PROTECTED]
Subject: Re: Error message while running 'portsdb -Uu'
Wrote these words of wisdom:

 On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote:
  I just updated my ports using cvsup and then proceeded to run 'portsdb
  -Uu' to generate the index file. Upon completion, it produced this error
  message:
  
  Updating the ports index ... Generating INDEX.tmp - please wait..jot:
  infinite sequences cannot be bounded Makefile, line 19: warning:
  /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status jot:
  infinite sequences cannot be bounded
  /usr/ports/editors/vim-lite/../vim/Makefile, line 19: warning:
  /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status jot:
  infinite sequences cannot be bounded
  /usr/ports/editors/vim6+ruby/../vim/Makefile, line 19: warning:
  /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status
  
  Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6
  Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635
  Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4
  Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
   Done.
  
  I have never seen that one before. What does it mean, and what should I
  do to correct it, it anything?
 
 cvsup again, and in general, read discussion on ports@ before sending
 duplicate reports :)
 
 Kris


* REPLY SEPARATOR *
On 10/11/2005 5:29:42 PM, Gerard Replied:

Excuse me, but what 'duplicate reports' are you referring to?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: i get stuck installing kernel

2005-10-25 Thread Eric F Crist


Ok, this feels a bit silly to ask, but what would be a convenient
folder? Should I move it later? Does it matter where i have it when i
run it later?



I keep my sup-files in /root, which is the root user's home directory.

___
Eric F Crist  I am so smart, S.M.R.T!
Secure Computing Networks  -Homer J Simpson

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


optical mouse problem

2005-10-25 Thread Zsolt Kúti
Dear All,

I've got a Samsung PS/2 (SMOP5000WX) mouse that does not work. While
the pointer appears, it hectically wanders around the screen and
suddenly produces false keystroke-like actions.

Applying hint.psm.0.flags=0x0200 makes it a plain PS/2 mouse, that
works fine (no wheel then, of course).

Without that flag, configuration is OK with another PS/2 mouse, wheel
working. The optical mouse is recognized (4D+ Mouse). moused.c
contains code that in priciple handles this type, in practice not. I
tried various moused parameters, even serial types (I know, it
against what it is recommended in man) , NORESET as hint, none of them
helped.


What could I try to get it operate normally?

Or better leave it alone and go for a new one?


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


Re: Crontab and GPG?

2005-10-25 Thread Bob Hall
On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote:
 Hello!  I'm attempting to run GPG from cron, and it's not working.  I can run 
 the script from the command line, and all works perfectly.  When I try to run 
 it from cron, however, it doesn't work.  The crontab calls this script, 
 called pgpdecrypt with the following crontab line:
 
 */1*   *   *   *   root/bin/bash /etc/pgpdecrypt
 
 The /bin/bash wasn't originally there; I added it to make sure that the 
 script was using the correct shell.  Still no luck.  Here's the script that 
 it calls:
 
 echo  /etc/pgpdecrypt.logger PGP Decrypter Starting

Take the /bin/bash out of your crontab. Put
#!/bin/bash
at the beginning of your script.

I just looked at your script quickly, but it looks like it should run in
sh. For portability, you can use
#!/bin/sh

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


Re: probably a simple routing or firewall question

2005-10-25 Thread Eric F Crist

On Oct 25, 2005, at 9:59 AM, Dave wrote:


Hello,
   Hello,
   I've got a 5.4 box acting as a gateway/router and i have to set  
up another for another network. This one will rely on a different  
ip range, so i thought i'd hand it out while i'm doing the install  
via my dhcp server, this part works but the box can't get to the  
net to retrieve ports and so forth. I'm suspecting either a routing  
or firewall issue. I'm using pf and am natting all traffic from  
this new box to my external interface and passing all traffic, that  
should be working. My network range is 10.8.0.0 and the range for  
this new box is 10.10.0.0 i believe my problem is here, i'm not  
sure where to fix it at, my gateway, this new box or both? I'd  
rather not make to many modifications to this new machine save what  
it needs to get going, ideally i'd like to hand it over, and have  
it be dropped in and go. It needs to be that simple, the person  
whose getting it has an impulsive habbit especially if something  
doesn't work right out of the box.

Any help appreciated.
Thanks.
Dave.


what is your netmask for the two boxes?  Your default router needs to  
be on the same network as the machines that need to access it.


___
Eric F Crist  I am so smart, S.M.R.T!
Secure Computing Networks  -Homer J Simpson

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


Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-25 Thread Gary W. Swearingen
Kris Anderson [EMAIL PROTECTED] writes:

 I'm getting off cable (Comcast and 6 megabits) and

Good move.

 Their fine print -

Don't forget the finer print.  Invisible print might be a better
term; good luck even finding it before committing yourself.  More
below.

 home phone pac kage ($24.99 otherwise), free

Check out which phone pac that is.  I doubt very much if regular
phone service is considered to be a home phone pac; I mangaged to find
(after considerable searching) their page for ordering non-pac phone
service to get a 12.50 basic service (before more than that in various
fees and taxes, one which seems to be part of _their_ taxes -- grrr).

 restrictions may apply. MSN ISP requires agreement to
 MSN Acceptable Use Policy.

Yeah, after considerable searching I found a MSN Subscription
Agreement link at http://support.msn.com/ which took me to a member
sign-in form.  Do you really want to do business with a company that
does business like that?

 So am I right in still thinking that with MSN as the
 ISP my setup it isn't going to be FreeBSD friendly and
 that my spiffy little Comcast setup isn't going to
 work with MSN as the ISP?

I can't help you; and I wouldn't help MSN if I could.  I know I
first bought a (used) modem that was guaranteed to work with
Qwest and a non-MSFT ISP, but I later learned that it would only
work with Qwest+MSN and had to pay a restocking fee to get most
of my money back.  Grrr.


I found what seems (in about 5 mo) to be a good ISP at opusnet.com .
Relatively good contract terms and in actual practice, so far.  And
about as cheap as they come.


Note that _almost_ all ISPs have indemnity clauses whereby you agree
to pay their legal and other costs if some third party makes claims
against the ISP which involve you in any way, whether or not you've
done anything wrong in most such clauses.  Another facter is how far
away the courthouse and your lawyer would be.

Last time I looked, Quest had no indemnity clause for their pure DSL
service, but they had one in their ISP contract and, of course, MSN
does too.  I say of course, but I should note that MSN.net is one of
increasingly-few web sites that has no indemnity clause in the
site-use contract.  Even such open source sites as Slashdot have
them these days.  I assume the risk of using such sites in read-only
mode, but seldom, if ever, post anything to them.  BTW, my insurance
guy knows of no personal insurance against such indemnity risks.


I bought a DSL modem at Fry's for about 10 $ more than Qwest's, mostly
because Qwest has given me many reasons to dislike and distrust them
and partly because my modem has a 2-yr guarantee. It is a Zoom ADSL X5
and seems to work fine and was easy to configure once I got past some
problem that I had with Mozilla not accessing the modem's
configuration web forms correctly.  (I've already forgotten the
cause.)  Beware that the Zoom modem package says in big print that it
comes with DSL filters and in fine print it says how many it comes
with, which I didn't notice was _zero_. Grrr.)

With the Zoom modem, at least, you may configure it to run DHCP and
give the modem a fixed (eg, 10.something) IP address or run DHCP on
whatever you connect to the modem.  The Zoom X5 is also a 4-port
router, but this one was not wireless like the Qwest modem.


Finally, beware that a few weeks ago DSL providers like Qwest got
permission (from the US gov) to refuse to do business (after 2005,
IIRC) with good ISPs like opusnet.com, so don't be suprised if your
choice in 2006 is between Qwest+MSN and Comcast+Comcast.  Grr.

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


Re: fatal trap 12 in kernel mode

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 02:18:10PM -0400, Dave wrote:
 Hello,
 I'm trying to do a 5.4-release install on an older box, it's an AT 
 motherboard, and i hope that's not my problem. I'm getting the below error 
 and would appreciate any help.

Try disabling acpi, many older motherboards had broken acpi support
(although if you're lucky there's an updated bios).

Kris


pgpn3PBtWKOOQ.pgp
Description: PGP signature


swat

2005-10-25 Thread eoghan

Hello
I have followed the manual for setting up SWAT.
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html
I have checked my /etc/services and it has
swat901/tcp
and I have commented in the line in /etc/inetd.conf
swatstreamtcpnowait/400root/usr/local/ 
sbin/swatswat

my paths to my swat file is correct.
I restarted too.
But when I go to http://localhost:901 i just get a connection refused  
message.

Samba is up and running.
Im using freeBSD 5.3
swat version 3.0.20
Any things I should consider?
Thank you
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need to boot from CD and delete a file on the hard drive

2005-10-25 Thread Charles Howse
 Hello All --
  
 SUMMARY: 
 I changed a configuration file and now I can no longer boot from my hard
 drive
 (but I can still
  boot from the CD). I would like to boot from the CD and undo my change to
 the
 configuration 
 file -- but when I boot from the CD it automatically launches the install
 program. Is there a way
  to boot from the boot CD and get a shell and make a change to a file on the
 hard drive? (I got
 an emergency shell after booting from the CD -- but I can't figure out how
 to access my hard
 drive filesystem from it.)
 
 DETAILS:
 I was trying to set up a serial console using the instructions here:
 
 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup
.
 html
  
 I typed the following at the prompt:
  
 # echo 'console=comconsole'  /boot/loader.conf
  
 then unplugged my regular keyboard and tried to reboot -- but the machine now
 freezes on 
 bootup.
  
 I now want to boot from a CD and remove the file /boot/loader.conf from the
 hard drive. Then I
 should be able to boot normally again from the hard drive.
  
 I went into the BIOS and booted from the CD and this put me in the install
 program. I don't
 want to install everything again -- I just want to boot up from the CD and
 execute the following
 command at the prompt:
  
 # rm /boot/loader.conf
  
 After booting from the CD, I found a command in the install program to enter
 an emergency 
 shell and accessed this shell by hitting ALT-F4 -- but if I do an rm
 command in this 
 emergency shell, it doesn't apply to the filesystem on the hard drive -- it
 applies to the CD. I
 need to delete the file /boot/loader.conf while booting from the CD.
  
 Is there any way to fix this without installing FreeBSD all over again?
 
 I've never done this...but...
 Reboot the computer from the CD,
 Look for the message:
 
 Hit [Enter] to boot immediately, or any other key for command prompt.
 Booting [kernel] in 9 seconds...
 
 At that point press any other key.
 You should then be able to mount your /boot partition and delete the file,
 however, you may have to look around on the CD for the appropriate commands.

Apologies for replying to my own msg, but I just 'had' to try what I told
you, and there are no tools such as 'mount', or 'rm' available when booting
to a command prompt as I said.
I tried the Emergency Shell from the CD, same thing.
Sorry I sent you on a wild goose chase, but I'm sure you'll get the correct
answer soon.


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


Re: What packages can I deinstall?

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 12:24:25PM -0600, Pat Maddox wrote:
 I've got a bunch of packages installed on my machine and I'd like to
 know if I can deinstall any of them.  I know what a lot of them do,
 and know what will happen if I deinstall them.  Others, I'm not really
 sure.  For example I've got a package named cclient
 (http://www.freshports.org/mail/cclient/) installed.  If I run
 pkg_deinstall -n cclient, it says that it'd be removed without any
 problems.  So evidently no other package is depending on
 this...perhaps it's just an artifact from a package I installed a
 while back but deinstalled?
 
 Basically I'd like to clear out any unused packages.  Is it safe to
 just run on pkg_deinstall -n on any package I don't recognize, and if
 it isn't required as a dependency for another package go ahead and
 delete it?

You probably want pkg_cutleaves.  If you're not using portupgrade,
it's possible that your dependency database may be inconsistent
(e.g. if you've done pkg_delete -f or failed to uninstall old versions
before installing new ones over the top).  Run pkgdb -F to check
consistency first.

Kris


pgpUkxZ8y1zHw.pgp
Description: PGP signature


Re: sendmail/mailertable question

2005-10-25 Thread Chuck Swiger

stan wrote:
[ ... ]
Yes and no.  Masquerading is for mail which passes through the server, 
which includes mail being delivered locally from some other machine.


OK, that makes sense.

Next question, since sendmail is _already_ rewriting the address, why will
adding still more rewritng stop it from  doing what it is doing now, since
Masquerading isn't enabled presently.


There's a big long discussion of this in cf/README, but reasonable people have 
been known to find sendmail documentation non-informative.  :-)


It might be the case that using statements of the form:

VIRTUSER_DOMAIN(`example.com')dnl

...in your .mc file may help exclude them from canonification.

It may also be the case that what you want to do is going to be better handled 
by two SMTP servers, one as an external gateway, using and exposed to DNS and 
your wildcard MX records, and one internal mailserver which handles  local 
delivery, masquerading, a mailertable distributing mail to any other local SMTP 
destinations (think mailserver/listservers running on other machines), and even 
use FEATURE nocanonify if you want to/have to disregard DNS entirely.


Put a spamfilter/virusfilter on your external relay, which will then serve as 
your SMART_HOST for the internal mailserver.


--
-Chuck

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


Re: i386/55603, i386/59959, kern/75850, fixed in 6.0?

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 11:30:49AM -0700, David Kirchner wrote:
 Can anyone using the Mylex A352 controller update/merge the following
 PRs if the bug has been fixed in 6.0? Or confirm whether or not it is
 still present in 6.0-RC?
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/55603
 http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/59959
 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/75850

You should follow up to the PR and note that it's still an issue with
5.4.  If they're all reporting the same bug, 2 of them should be
closed to avoid duplicates.

Kris


pgpS860NkafY2.pgp
Description: PGP signature


Re: Error message while running 'portsdb -Uu'

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 02:35:54PM -0400, Gerard Seibert wrote:
 On Tuesday, October 25, 2005 2:03:43 PM, Kris Kennaway [EMAIL PROTECTED]
 Subject: Re: Error message while running 'portsdb -Uu'
 Wrote these words of wisdom:
 
  On Mon, Oct 24, 2005 at 08:27:21PM -0400, Gerard Seibert wrote:
   I just updated my ports using cvsup and then proceeded to run 'portsdb
   -Uu' to generate the index file. Upon completion, it produced this error
   message:
   
   Updating the ports index ... Generating INDEX.tmp - please wait..jot:
   infinite sequences cannot be bounded Makefile, line 19: warning:
   /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status jot:
   infinite sequences cannot be bounded
   /usr/ports/editors/vim-lite/../vim/Makefile, line 19: warning:
   /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status jot:
   infinite sequences cannot be bounded
   /usr/ports/editors/vim6+ruby/../vim/Makefile, line 19: warning:
   /usr/bin/jot -s   -w 6.4.%03d   0 1 0 returned non-zero status
   
   Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.6
   Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635
   Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4
   Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
Done.
   
   I have never seen that one before. What does it mean, and what should I
   do to correct it, it anything?
  
  cvsup again, and in general, read discussion on ports@ before sending
  duplicate reports :)
  
  Kris
 
 
 * REPLY SEPARATOR *
 On 10/11/2005 5:29:42 PM, Gerard Replied:
 
 Excuse me, but what 'duplicate reports' are you referring to?

Others reporting the same problem, which was introduced a day or so
ago and then fixed.

Kris


pgpVQtodAfSIm.pgp
Description: PGP signature


Re: Crontab and GPG?

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 02:45:02PM -0400, Bob Hall wrote:
 On Tue, Oct 25, 2005 at 01:13:52PM -0500, Robert Wall wrote:
  Hello!  I'm attempting to run GPG from cron, and it's not working.  I can 
  run the script from the command line, and all works perfectly.  When I try 
  to run it from cron, however, it doesn't work.  The crontab calls this 
  script, called pgpdecrypt with the following crontab line:
  
  */1*   *   *   *   root/bin/bash /etc/pgpdecrypt
  
  The /bin/bash wasn't originally there; I added it to make sure that the 
  script was using the correct shell.  Still no luck.  Here's the script that 
  it calls:
  
  echo  /etc/pgpdecrypt.logger PGP Decrypter Starting
 
 Take the /bin/bash out of your crontab. Put
   #!/bin/bash
 at the beginning of your script.

What do you think that will do to help?  It's a NOP, so it can't fix
the problem (which is because of bad assumptions about PATH, per my
other message).

Kris


pgp6sr7z7Ffxh.pgp
Description: PGP signature


Re: Need to boot from CD and delete a file on the hard drive

2005-10-25 Thread Micah

Maude User wrote:

Hello All --
 
SUMMARY: 
I changed a configuration file and now I can no longer boot from my hard drive (but I can still 
 boot from the CD). I would like to boot from the CD and undo my change to the configuration 
file -- but when I boot from the CD it automatically launches the install program. Is there a way
 to boot from the boot CD and get a shell and make a change to a file on the hard drive? (I got 
an emergency shell after booting from the CD -- but I can't figure out how to access my hard 
drive filesystem from it.)


DETAILS:
I was trying to set up a serial console using the instructions here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html
 
I typed the following at the prompt:
 
# echo 'console=comconsole'  /boot/loader.conf
 
then unplugged my regular keyboard and tried to reboot -- but the machine now freezes on 
bootup.
 
I now want to boot from a CD and remove the file /boot/loader.conf from the hard drive. Then I 
should be able to boot normally again from the hard drive.
 
I went into the BIOS and booted from the CD and this put me in the install program. I don't 
want to install everything again -- I just want to boot up from the CD and execute the following 
command at the prompt:
 
# rm /boot/loader.conf
 
After booting from the CD, I found a command in the install program to enter an emergency 
shell and accessed this shell by hitting ALT-F4 -- but if I do an rm command in this 
emergency shell, it doesn't apply to the filesystem on the hard drive -- it applies to the CD. I 
need to delete the file /boot/loader.conf while booting from the CD.
 
Is there any way to fix this without installing FreeBSD all over again?
 
Thanks.
 
Scott Alexander
 


The option you are looking for is fixit from the install disk menu. 
This'll get you a command prompt.  You will have to manually mount the 
partion that boot is on then you can delete, rename, edit, etc the file 
in question.


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


Re: swat

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 07:52:56PM +0100, eoghan wrote:
 Hello
 I have followed the manual for setting up SWAT.
 http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html
 I have checked my /etc/services and it has
 swat901/tcp
 and I have commented in the line in /etc/inetd.conf
 swatstreamtcpnowait/400root/usr/local/ 
 sbin/swatswat
 my paths to my swat file is correct.
 I restarted too.
 But when I go to http://localhost:901 i just get a connection refused  
 message.
 Samba is up and running.
 Im using freeBSD 5.3
 swat version 3.0.20
 Any things I should consider?

Enable inetd (in /etc/rc.conf)? :-)

Kris


pgpVh8BHrXfgu.pgp
Description: PGP signature


Re: swat

2005-10-25 Thread Glenn Dawson

At 11:52 AM 10/25/2005, eoghan wrote:

Hello
I have followed the manual for setting up SWAT.
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html
I have checked my /etc/services and it has
swat901/tcp
and I have commented in the line in /etc/inetd.conf
swatstreamtcpnowait/400root 
/usr/local/ sbin/swatswat


The path might be correct, but the extra space after /usr/local/ is 
going to cause trouble.


-Glenn


my paths to my swat file is correct.
I restarted too.
But when I go to http://localhost:901 i just get a connection refused
message.
Samba is up and running.
Im using freeBSD 5.3
swat version 3.0.20
Any things I should consider?
Thank you
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: swat

2005-10-25 Thread eoghan


On 25 Oct 2005, at 20:00, Kris Kennaway wrote:


On Tue, Oct 25, 2005 at 07:52:56PM +0100, eoghan wrote:


Hello
I have followed the manual for setting up SWAT.
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html
I have checked my /etc/services and it has
swat901/tcp
and I have commented in the line in /etc/inetd.conf
swatstreamtcpnowait/400root/usr/ 
local/

sbin/swatswat
my paths to my swat file is correct.
I restarted too.
But when I go to http://localhost:901 i just get a connection refused
message.
Samba is up and running.
Im using freeBSD 5.3
swat version 3.0.20
Any things I should consider?



Enable inetd (in /etc/rc.conf)? :-)

Kris



inetd_enable=YES ?
Thanks

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


Re: What packages can I deinstall?

2005-10-25 Thread Micah

Pat Maddox wrote:

I've got a bunch of packages installed on my machine and I'd like to
know if I can deinstall any of them.  I know what a lot of them do,
and know what will happen if I deinstall them.  Others, I'm not really
sure.  For example I've got a package named cclient
(http://www.freshports.org/mail/cclient/) installed.  If I run
pkg_deinstall -n cclient, it says that it'd be removed without any
problems.  So evidently no other package is depending on
this...perhaps it's just an artifact from a package I installed a
while back but deinstalled?

Basically I'd like to clear out any unused packages.  Is it safe to
just run on pkg_deinstall -n on any package I don't recognize, and if
it isn't required as a dependency for another package go ahead and
delete it?

Thanks,
Pat


It should be safe to do as long as you are fairly sure you don't need 
it.  There's a KDE program called gpkgdep (sysutils/gpkgdep) that let's 
you see what depends on a package.  It also lets you simulate the 
deinstall of different packages.  It might be quicker than the command 
line tools to find those packages,  though you still have to 
pkg_deinstall manually.


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


Re: swat

2005-10-25 Thread eoghan


On 25 Oct 2005, at 19:59, Glenn Dawson wrote:


At 11:52 AM 10/25/2005, eoghan wrote:


Hello
I have followed the manual for setting up SWAT.
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html
I have checked my /etc/services and it has
swat901/tcp
and I have commented in the line in /etc/inetd.conf
swatstreamtcpnowait/400root /usr/local/  
sbin/swatswat




The path might be correct, but the extra space after /usr/local/ is  
going to cause trouble.


Its my mail client (i think?)... im using apple mail. I can assure  
you there is no space (this actually caused confusion

before)... not sure why mail is adding spaces...
anyway, there is no space there in my inetd.conf...
hmmm test
this/has/no/spaces/at/all/between/any/of/these/words
But thanks!
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: i386/55603, i386/59959, kern/75850, fixed in 6.0?

2005-10-25 Thread David Kirchner
On 10/25/05, Kris Kennaway [EMAIL PROTECTED] wrote:
 On Tue, Oct 25, 2005 at 11:30:49AM -0700, David Kirchner wrote:
  Can anyone using the Mylex A352 controller update/merge the following
  PRs if the bug has been fixed in 6.0? Or confirm whether or not it is
  still present in 6.0-RC?
 
  http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/55603
  http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/59959
  http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/75850

 You should follow up to the PR and note that it's still an issue with
 5.4.  If they're all reporting the same bug, 2 of them should be
 closed to avoid duplicates.

 Kris

OK, I've followed up to all 3, requesting that the two newer ones be
closed and the originators Cc:'d on i386/55603 action.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: swat

2005-10-25 Thread Kris Kennaway
On Tue, Oct 25, 2005 at 08:03:58PM +0100, eoghan wrote:
 
 On 25 Oct 2005, at 20:00, Kris Kennaway wrote:
 
 On Tue, Oct 25, 2005 at 07:52:56PM +0100, eoghan wrote:
 
 Hello
 I have followed the manual for setting up SWAT.
 http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html
 I have checked my /etc/services and it has
 swat901/tcp
 and I have commented in the line in /etc/inetd.conf
 swatstreamtcpnowait/400root/usr/ 
 local/
 sbin/swatswat
 my paths to my swat file is correct.
 I restarted too.
 But when I go to http://localhost:901 i just get a connection refused
 message.
 Samba is up and running.
 Im using freeBSD 5.3
 swat version 3.0.20
 Any things I should consider?
 
 
 Enable inetd (in /etc/rc.conf)? :-)
 
 Kris
 
 
 inetd_enable=YES ?

Yes.  Then either reboot, start inetd by hand or run /etc/rc.d/inetd
start if you're on 5.x and above.

Kris


pgpHgHNuEGdrU.pgp
Description: PGP signature


  1   2   >