Re: FW: help please? corrupted hard disc - invalid super block.

2004-06-28 Thread Rob
hi, thanks for the help!
Mounting /dev/ad5e worked (at least in read-only, it wants a fsck) so 
rather than try a repair, and risk blowing it up, (and I'm on 4.8, which 
still has disklabel nor bsdlabel) I'll copy everything off and 
re-initialise the disc in due course.

Thanks!
Rob.
At 15:53 28/06/2004, Ruben Bloemgarten wrote:

It looks like you wrote the disklabel for the slice to the disk or
vice-versa.
If you check /dev there probably isn't a /dev/ad5s* there. Try mounting
/dev/ad5e instead of /dev/ad5s1e. To verify, do a bsdlabel ad5s1 to see if
you have a disklabel for the slice. Otherwise you could :
1.backup you disklabel
  #bsdlabel /dev/ad5e > disklabel.BAK
2. write a correct disklabel for /dev/ad5s1
  #bsdlabel -w -B ad5s1
3. Edit your disklabel to be correct :
   a. note the size values of #bsdlabel ad5s1
   b. make another backup of your saved disklabel
   c. edit one of the backups and change the size value
  to the value you got from #bsdlabel ad5s1
   d. write your edited disklabel to ad5s1
  #bsdlabel -R ad5s1 disklabel.BAK
  This *should* return no errors.
4. try to mount ad5s1
Now this is all based on them hope that you don't have to erase the
bad/sliceless disklabel on da5.
Good luck,
Ruben
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Sent: Monday, June 28, 2004 11:08 AM
To: [EMAIL PROTECTED]
Subject: help please? corrupted hard disc - invalid super block.
Hi!
I have a hard disc that I think must have been set up wrong initially...
It was however working fine, but at some point filled up to capacity,
wherapon the next reboot it failed to mount.
System is 4.8-RELEASE, Generic Kernel.
Currently the disc shows:
luggage# mount -r /dev/ad5s1e /mnt
mount: /dev/ad5s1e on /mnt: incorrect super block
luggage# disklabel -r ad5
# /dev/ad5c:
type: ESDI
disk: ad5s1
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 14593
sectors/unit: 234441585
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0   # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
   c: 2344364820unused0 0# (Cyl.0 -
14592*)
   e: 23443648204.2BSD16384 16384   300  # (Cyl.0 -
14592*)
Warning, partition c doesn't cover the whole unit!
Warning, An incorrect partition c may cause problems for standard system
utilities
luggage# fsck /dev/ad5s1e
Can't open /dev/ad5s1e: Invalid argument
luggage# fsck -b 32 /dev/ad5s1e
Alternate super block location: 32
Can't open /dev/ad5s1e: Invalid argument
luggage# file -s /dev/ad5s1e
/dev/ad5s1e: can't read `/dev/ad5s1e' (Invalid argument).

At this point I am stuck ... most of the "Invalid Super Block" messages I
can find when searching relate to cd-roms.
If I could mount the disc even read-only, I could copy the data off.
Can anybody give me any clues on where to go from here?
Thanks in advance,
Rob
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re[2]: constant tun interface

2004-06-28 Thread Lev Klimin
Добрый день, Sergey!

SZ> On Tue, Jun 29, 2004 at 09:02:23AM +0400,
SZ>  Lev Klimin probably wrote:
>> Hello!
>> 
>> I have little trouble. I have 4.10-release with ppp ant ipnat. On
>> startup ipnat reload it's rules with interface tun0 in statments which
>> is ppp's device. But before running ppp, there is no tun device in
>> system
>> [8:48:04][~]:garbage# ifconfig
>> fxp0: flags=8843 mtu 1500
>> inet 195.161.208.151 netmask 0xffc0 broadcast 195.161.208.191
>> ether 00:a0:c9:4b:09:29
>> media: Ethernet 10baseT/UTP 
>> status: active
>> fxp1: flags=8843 mtu 1500
>> inet 172.16.0.9 netmask 0xfff8 broadcast 172.16.0.15
>> ether 00:a0:c9:b6:59:a1
>> media: Ethernet autoselect (100baseTX )
>> status: active
>> lo0: flags=8049 mtu 16384
>> inet 127.0.0.1 netmask 0xff00 
>> ppp0: flags=8010 mtu 1500
>> faith0: flags=8002 mtu 1500
>> [8:48:09][~]:garbage# 
>> 
>> Because of lack of tun interface, further ipnat rules don't work. I
>> can reload ipnat then ppp starting, and it's OK. Can I build my
>> kernel to make tun interface on startup sach as ppp interface?

SZ> Maybe you could do some ifconfig(8) magic, but you definitely could use
SZ> ppp's built-in NAT (by inlcuding `nat enable yes' in the config file).
SZ> HTH,
Initialization of ipnat is done earlier than rc.network script is
running. Therefore, I need some other feature. How does ppp and faith
interfaces are in ifconfig in startup? Can I do same thing with tun
interface.



-- 
Lev Klimin   mailto:[EMAIL PROTECTED]
(8362) 42-15-49

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


pcmcia driver

2004-06-28 Thread Ted Parks
A moderately experienced Linux user, I am still new to FreeBSD. I am 
trying to use a Farallon EtherMac PCMCIA ethernet card on an older 
Toshiba laptop running FreeBSD 4.8. I have enabled pccard. The problem, 
I think, is that FreeBSD is not loading the driver, "ep."

How do I load this driver, then configure the card so that DHCP will 
connect me to my DSL?

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


Audio/multimedia recommendations

2004-06-28 Thread Joshua Tinnin
OK, so I've finally moved over to FreeBSD from Linux, and I've fallen in love. 
To me, this OS makes so much more /sense/ than Linux, though I'm not 
evangelizing nor knocking anyone's choices. I realize the strength of the 
FreeBSD is on the server side, but I like it enough that I'm planning on 
using this current install as a workstation (and later I plan on using a 
combined FreeBSD/OpenBSD setup for a mail/web server network, OpenBSD being 
dedicated to firewalling). My stats are FreeBSD 5.2.1 RELEASE, KDE 3.2.3 (I 
also have Gnome but don't use it often). After toying around a bit with the 
various installed media players as well as installing XMMS (which has some 
quirky problems with KDE), I'm wondering if anyone has recommendations on 
media players, as this ain't cutting it and there are so many audio and 
multimedia ports that it's a rather daunting task trying to pick any of them. 
My previous Linux experience didn't involve much media, so I'm not familiar 
with what's popular or what works well. I'm particularly interested in any 
players which support streaming media, especially standards like Real and 
WMP. I tried going to the Real page to dl their player, after discovering 
it's no longer in ports, and there is no option for FreeBSD, and the Linux 
player is a binary - haven't tried it yet. 

Also, my mobo is an Asus A7N8X-E Deluxe with an ATI Radeon 9600 XT video card. 
The mobo works fine with FreeBSD, but I haven't been able to get my video 
card to work, even though I've been through a number of steps advised on 
different sites, including building AGP into the kernel and Radeon support 
into XFree86. I've also searched through the list archives, but the answers 
given tend to vary, and the ones I've tried haven't worked. I know many 
people have asked about this issue, but I have yet to find a solution which 
works. Anyone have an answer they know works? I'm not all that interested in 
playing games on this machine or using 3D much at all, but it would be nice 
to speed up my system by actually using the video memory the card uses.

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


Re: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Tom Parquette
Michael Clark wrote:
I have 2 fxp Intel 100mb cards in this machine that work fine.  I have ran
it with 3 fxp 
cards in the past.  I added an em0, Intel gigabit this morning.  The card
displays a 
non active status during the boot process.  RC.conf is processed and the
card
does not get an ip address, while the fxp cards do.  Later in the boot
process
in bright white letters it shows the card status has changed to active.  I
believe my
problems getting rc.conf to assign the IP address are related to this.  Any
suggestions
would be appreciated.

5.2-p2 (feb)
Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594
CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Your question is almost exactly the one I posted on [EMAIL PROTECTED]
The difference is, I'm using a 3Com 3C996B-T.
Question for you: When the card announces that it is active, do you get 
a kernel message along the lines of em0 Gigabit interface active? 
That's what mine does (obviously mine is a bge0 not an em0.  :-)

The one response I got on current@ indicated he had some Netgear cards 
running without a problem.


I'm not sure where I'm going with this information except to think there 
may be something about gigabit cards that FBSD may not [completely?] 
account for.

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


Re: constant tun interface

2004-06-28 Thread Sergey Zaharchenko
On Tue, Jun 29, 2004 at 09:02:23AM +0400,
 Lev Klimin probably wrote:
> Hello!
> 
> I have little trouble. I have 4.10-release with ppp ant ipnat. On
> startup ipnat reload it's rules with interface tun0 in statments which
> is ppp's device. But before running ppp, there is no tun device in
> system
> [8:48:04][~]:garbage# ifconfig
> fxp0: flags=8843 mtu 1500
> inet 195.161.208.151 netmask 0xffc0 broadcast 195.161.208.191
> ether 00:a0:c9:4b:09:29
> media: Ethernet 10baseT/UTP 
> status: active
> fxp1: flags=8843 mtu 1500
> inet 172.16.0.9 netmask 0xfff8 broadcast 172.16.0.15
> ether 00:a0:c9:b6:59:a1
> media: Ethernet autoselect (100baseTX )
> status: active
> lo0: flags=8049 mtu 16384
> inet 127.0.0.1 netmask 0xff00 
> ppp0: flags=8010 mtu 1500
> faith0: flags=8002 mtu 1500
> [8:48:09][~]:garbage# 
> 
> Because of lack of tun interface, further ipnat rules don't work. I
> can reload ipnat then ppp starting, and it's OK. Can I build my
> kernel to make tun interface on startup sach as ppp interface?

Maybe you could do some ifconfig(8) magic, but you definitely could use
ppp's built-in NAT (by inlcuding `nat enable yes' in the config file).
HTH,

-- 
DoubleF
Everything is worth precisely as much as a belch, the difference being
that a belch is more satisfying.
-- Ingmar Bergman


pgpo7hDeCCqpZ.pgp
Description: PGP signature


Re: Updating source code manually

2004-06-28 Thread Sergey Zaharchenko
On Tue, Jun 29, 2004 at 05:31:44AM +0500,
 Iain Dooley probably wrote:
 
> that's great! i never even thought of doing that... that way i can just 
> apply the patch as was described in earlier emails and then make install 
   ^
You mean make--/

> from the kdebase ports dir and then use "portupgrade -w kdebase" to add the 
> changes. thanks everyone for the great advice!

I hope you read the further emails (Robert's and mine). Either you have
all dependencies up-to-date, and do what I suggested, or you downgrade
the ports tree to the state where your dependencies are up-to-date, and
do what I suggested. The two other alternatives are giving it up or, if
you enjoy living dangerously, installing KDE's dependencies and
dependencies-of-dependencies (actually doing a `portupgrade') while KDE
is running.

Robert:

The `build-depends' target seems to do exactly what your B) point
was about. Just FYI.

-- 
DoubleF
In the beginning was the word.
But by the time the second word was added to it,
there was trouble.
For with it came syntax ...
-- John Simon


pgpSwTVv7QtRD.pgp
Description: PGP signature


Re: Creating NTFS or FAT32 partition

2004-06-28 Thread dvv
Alexander Kanchev writes: 

Hello,
 
I have a HDD attached to my computer and I need to format it with windows compatible filesystem, like NTFS or FAT32. Is this possible to make this under FreeBSD ?
 
I'm running FreeBSD 5.2.1 and the HDD device is  /dev/ad1 (also /dev/ad1s1)
 
regards,
alexander 

man newfs_msdos:
http://www.freebsd.org/cgi/man.cgi?query=newfs_msdos&apropos=0&sektion=0&man 
path=FreeBSD+5.2-RELEASE+and+Ports&format=html 

Didn't it work yesterday?If not get a freedos disk and try with it
ad1s1 is your 1st slice of disk.ad1 is the whole thing.
Please don't waste community resource. Do you homework - read.
Best regards,
Dimitar Vassilev 

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


Re: status of porting pf and spamd from OpenBSD to FreeBSD

2004-06-28 Thread Jay Moore
On Monday 28 June 2004 09:10 am, Andrew L. Gould wrote:

> > I heard some time ago that work was going on to port pf (and spamd, I
> >
> > I'm just curious to know the status of this effort, and any specifics
> > on how or when this will be done.
>
> You can lookup ports here:
> http://www.freebsd.org/ports/index.html
>
> I searched for 'pf' and found this among the results:
> http://www.freebsd.org/cgi/url.cgi?ports/security/pf/pkg-descr
>
> Is this what you're looking for?

Yes! Thanks, Andrew. I did try searching, but didn't dig far enough... and 
didn't think to look in ports as it's not a port in OpenBSD.

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


constant tun interface

2004-06-28 Thread Lev Klimin
Hello!

I have little trouble. I have 4.10-release with ppp ant ipnat. On
startup ipnat reload it's rules with interface tun0 in statments which
is ppp's device. But before running ppp, there is no tun device in
system
[8:48:04][~]:garbage# ifconfig
fxp0: flags=8843 mtu 1500
inet 195.161.208.151 netmask 0xffc0 broadcast 195.161.208.191
ether 00:a0:c9:4b:09:29
media: Ethernet 10baseT/UTP 
status: active
fxp1: flags=8843 mtu 1500
inet 172.16.0.9 netmask 0xfff8 broadcast 172.16.0.15
ether 00:a0:c9:b6:59:a1
media: Ethernet autoselect (100baseTX )
status: active
lo0: flags=8049 mtu 16384
inet 127.0.0.1 netmask 0xff00 
ppp0: flags=8010 mtu 1500
faith0: flags=8002 mtu 1500
[8:48:09][~]:garbage# 

Because of lack of tun interface, further ipnat rules don't work. I
can reload ipnat then ppp starting, and it's OK. Can I build my
kernel to make tun interface on startup sach as ppp interface? I build
my kernel with option
pseudo-device   tun1 #Tunnel driver (ppp(8), nos-tun(8))
but after reboot I don't see tun interface in ifconfig output.

Cat you help me?

-- 
Lev Klimin   mailto:[EMAIL PROTECTED]
+7 (8362) 42-15-49

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


Converting from wma file to mp3 or other

2004-06-28 Thread Bruce Hunter
Hello everyone,

What is a good program/port to convert wma files to mp3?

Any ideas?

Thanks all,
Bruce

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


Mail list problems.

2004-06-28 Thread Minnesota Slinky
Hello all,

When I try to send messages to the list via my own
mail server, I'm getting the following error (in
/var/log/maillog):

Jun 28 22:12:29 grog sm-mta[875]: i5SNlvwn000340:
to=<[EMAIL PROTECTED]>,
ctladdr=<[EMAIL PROTECTED]> (1000/1000),
delay=03:24:31, xdelay=00:00:12, mailer=esmtp,
pri=661624, relay=mx1.freebsd.org. [216.136.204.125],
dsn=4.2.0, stat=Deferred: 450 Client host rejected:
cannot find your hostname, [63.228.14.246]
Jun 28 22:12:39 grog sm-mta[875]: i5S2hWL9000274:
to=<[EMAIL PROTECTED]>,
ctladdr=<[EMAIL PROTECTED]> (1000/1000),
delay=1+00:28:56, xdelay=00:00:05, mailer=esmtp,
pri=4891262, relay=mx1.freebsd.org. [216.136.204.125],
dsn=4.2.0, stat=Deferred: 450 Client host rejected:
cannot find your hostname, [63.228.14.246]
Jun 28 22:42:23 grog sm-mta[933]: i5SNlvwn000340:
to=<[EMAIL PROTECTED]>,
ctladdr=<[EMAIL PROTECTED]> (1000/1000),
delay=03:54:25, xdelay=00:00:06, mailer=esmtp,
pri=751624, relay=mx1.freebsd.org. [216.136.204.125],
dsn=4.2.0, stat=Deferred: 450 Client host rejected:
cannot find your hostname, [63.228.14.246]
Jun 28 22:42:34 grog sm-mta[933]: i5S2hWL9000274:
to=<[EMAIL PROTECTED]>,
ctladdr=<[EMAIL PROTECTED]> (1000/1000),
delay=1+00:58:51, xdelay=00:00:06, mailer=esmtp,
pri=4981262, relay=mx1.freebsd.org. [216.136.204.125],
dsn=4.2.0, stat=Deferred: 450 Client host rejected:
cannot find your hostname, [63.228.14.246]


Anyone have any ideas what I need to fix?  Reverse DNS
lookup of IPs is provided by my upstream provider, in
this case Qwest.  That IP should resolve as
front-door.secure-computing.net.

Thanks for you help.

P.S. This just started happening a day or two ago,
after an attempt to install cyrus-sasl, which has to
do with the messages that aren't getting through.

Eric F Crist

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.2.1: Post Installation order

2004-06-28 Thread Benjamin P. Keating
My goal in this letter is to show you my post installation order to
see what your thoughts and suggestions are, and additionally, I'd like
to know your post installation order / style.

Perhaps Im breaking down something that shouldn't be looked at with so
much detail but I continually have problems with my post installation
procedures. Im trying to figure out what Im doing wrong so I'll
explain here what it is I do after I complete the CD install and
reboot. Here is my post installation order list (everything I compile
here is from ports and unless marked below, I install my ports with
"make all install clean"):

uname -a : FreeBSD tic.longnow.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE
#0: Mon Feb 23 20:45:55 GMT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

1). compile cvsup-without-gui
  1a). cp /usr/share/examples/cvsup/ports-supfile /root
  1b). cvsup -g -L 2 /root/ports-supfile
2). compile portsupgrade
3). portsupgrade -ar

Then I get this: 

%<

--->  Backing up the old version
--->  Uninstalling the old version
--->  Skipping 'sysutils/portupgrade' (portupgrade-20030723) because
'lang/ruby16-shim-ruby18' (ruby-shim-ruby18-1.8.1.p2) failed
** Invalid package name: textproc/ruby-rdoc: : Not in due form: -
** The following packages were not installed or upgraded (*:skipped / !:failed)
! lang/ruby16-shim-ruby18 (ruby-shim-ruby18-1.8.1.p2)  
(unknown build error)
! textproc/expat2 (expat-1.95.6_1)  (uninstall error)
! devel/gettext (gettext-0.12.1)(unknown build error)
* devel/gmake (gmake-3.80_1)
! databases/ruby-bdb1 (ruby-bdb1-0.2.1) (unknown build error)
! lang/ezm3 (ezm3-1.1)  (uninstall error)
* sysutils/portupgrade (portupgrade-20030723)
! textproc/ruby-rdoc (ruby-rdoc-0.9.0)  (invalid package name)

>%


So portsupgrade is now gone so I go back to recompile it and (and I've
been getting this with other compiles on other machines):


%<

tic# cd /usr/ports/sysutils/portupgrade
tic# make all install clean



===>   portupgrade-20040529_2 depends on file: /usr/local/bin/ruby18 - not found
===>Verifying install for /usr/local/bin/ruby18 in /usr/ports/lang/ruby18
Dependency warning: used OpenSSL version contains known vulnerabilities
Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT
*** Error code 1

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

Stop in /usr/ports/sysutils/portupgrade.


>%

Wich I work around with "make WITH_OPENSSL_BASE=/usr/bin/openssl all
install clean" but is that correct? I've never seen anyone elses post
install order.

What does your post installation order look like? Any feedback is
appreciated as I've only got the handbook and google (which has given
me some bad advice (my RAID5 vinum post to this mailing list, boo).

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


4.10-RELEASE Installation Locks Up

2004-06-28 Thread Dave Vollenweider
Hello,

I've been having a problem installing FreeBSD 4.10-RELEASE on an old Acer Aspire (120 
MHz Pentium processor, 80 MB RAM) using a network install via FTP, and I've had it 
lock up (can't switch from standard view to the debug view or the holographic shell) 
with the hard drive light staying on multiple times.  I turned on the debug mode in 
sysinstall and it's happened twice when it's been trying to do this: 

cp -p /kernel.GENERIC /kernel

I also know that the cable on the first IDE controller has had some of its shielding 
scraped off from brushing against the top of the chasis, but it still looks intact.  
On the first IDE controller is a Quantum 2550 MB hard drive as the master and a 
generic CD-ROM drive as the slave.  The Quantum hard drive is getting the root 
partition as well as a swap partition and the /tmp directory.  The other IDE 
controller has a Western Digital 6448.6 MB hard drive and nothing else on it.  The WD 
drive is getting the /var and /usr partitions as well as a swap partition.

Is there anything I can do to fix this problem?  How likely is it that the 
less-than-perfect IDE cable is causing this problem?  If I can't solve this problem 
(with your help, of course), how can I work around it?

I'm subscribed to the list and am getting it in digest form, so I'll get your replies 
either way, though I'll get them faster if you send them to me directly.

Thanks in advance.

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


amavisd-new postfix issue

2004-06-28 Thread dave
Hi,
I've got a FreeBSD 5.2.1 box running postfix 2.1, spamassassin 2.63,
amavisd-new-20030616.p9, dcc-dccd-1.2.48, and razor-agents-2.40 all
installed via ports. I'm having issues with dcc-dccd and razor-agents not
working, but i believe that's due to my firewall, anyone know what ports
they use, and that's not the purpose of this. I've got amavisd-new as a
postfix content filter. It sends messages through spamassassin and an
antivirus program, spamassassin interfaces with razor and dcc, which until i
get those ports i've disabled. My problem is with amavisd-new, when i have
the content_filter line uncommented in main.cf smtpd throttles itself,
comment out that line and it works fine. I have no idea what the issue is, i
manually run amavisd and it does not report any syntax errors. The below is
the strange error i'm getting. I don't get any startup errors from either
amavisd-new or postfix, and this only occurs when the content_filter line is
uncommented.

Jun 28 21:35:01 zeus postfix/smtpd[68665]: connect from
satellite.domain.net[192.168.0.100]
Jun 28 21:35:01 zeus postfix/smtpd[68665]: 2F761206C:
client=satellite.domain.net[192.168.0.100]
Jun 28 21:35:01 zeus postfix/cleanup[68666]: 2F761206C:
message-id=<[EMAIL PROTECTED]>
Jun 28 21:35:01 zeus postfix/qmgr[68637]: 2F761206C:
[EMAIL PROTECTED], size=706, nrcpt=1 (queue active)
Jun 28 21:35:01 zeus postfix/smtpd[68665]: disconnect from
satellite.domain.net[192.168.0.100]
Jun 28 21:35:01 zeus amavis[68580]: (68580-01) WARN: all primary virus
scanners failed, considering backups
Jun 28 21:35:01 zeus postfix/smtpd[68669]: fatal: open dictionary: need
"type:name" form instead of: "#"
Jun 28 21:35:02 zeus postfix/master[68635]: warning: process
/usr/local/libexec/postfix/smtpd pid 68669 exit status 1
Jun 28 21:35:02 zeus postfix/master[68635]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling

Any help appreciated.
Thanks.
Dave.

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


Re: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Jamie Novak
On 06/28, Michael Clark rearranged the electrons to read:
> Any suggestions on how to do this without DHCP?  That's really not
> an option for me.  Can I delay the rc.conf processing somehow
> so that the adaptor has more time to get online?

You could always put a sleep statement in the relevant /etc/rc* script.
On some of our servers, we added the following two lines to the base
/etc/rc script in the NFS Mounts section, because it would process too
quickly and try to mount (and fail) before the interface came up:

echo 'Waiting 5 seconds for interface to settle...'
sleep 5

In our case, it was the ti0 interface, but the concept's the same.

Hope that gives you something to start with, at any rate.

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


USB controller external modem

2004-06-28 Thread j . e . drews
Hi:

 Can anyone recommend an USB external modem, that is controller based? I have 
looked at the FreeBSD laptop compatibility list and found none. I have also
done a considerable amount of googling and only found ones that attach through
and RS232 cable. My laptop does not have that. I am running FreeBSD 5.2 Current
and want to use umodem.

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


FreeBSD cluster: ntpd does not sync time properly?

2004-06-28 Thread Rob
Hello,
I have a FreeBSD cluster, all PCs running FreeBSD-Stable (as of
one week ago). The cluster has a master, connected to the Internet,
and the master is also router, caching nameserver and timeserver
for the internal network.
The master has two internet cards, and there are 6 slaves
on the internal network.
Problem is, that as time goes on, the system time on master
and slaves deviate more and more.
Here is my configuration for the time server configuration:
on MASTER (192.168.0.100)
rc.conf:
  ntpdate_enable="YES"
  ntpdate_flags="-b time.kriss.re.kr time.nuri.net"
  xntpd_enable="YES"
ntp.conf:
  # prohibit general access to this service
  restrict default ignore
  # allow hosts on the 192.168.0.0/24 subnet to query this server
  restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap
  # localhost has full access to the server
  restrict 127.0.0.1
  server time.kriss.re.kr prefer
  server time.nuri.net
  driftfile /etc/ntp.drift
on SLAVE (192.168.0.)
rc.conf:
  ntpdate_enable="YES"
  ntpdate_flags="-b 192.168.0.100"
  xntpd_enable="YES"
ntp.conf:
  # prohibit general access to this service
  restrict default ignore
  # localhost has full access to the server
  restrict 127.0.0.1
  server 192.168.0.100
  driftfile /etc/ntp.drift
The idea is that at boot-up, time is instantly synchronized once by
unsing "ntpdate -b"; after that ntpd will control time adjustments.
Am I making a mistake in this setup?
Thanks,
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Kenneth Culver
Quoting Michael Clark <[EMAIL PROTECTED]>:
Any suggestions on how to do this without DHCP?  That's really not
an option for me.  Can I delay the rc.conf processing somehow
so that the adaptor has more time to get online?
As far as I know there's no way to speed it up. That's just how long it takes
for auto-negotiation to finish.
Ken
Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594
-Original Message-
From: Kenneth Culver [mailto:[EMAIL PROTECTED]
Sent: Monday, June 28, 2004 3:39 PM
To: Michael Clark
Cc: [EMAIL PROTECTED]
Subject: Re: em0 Intel Gigabit card, rc.conf processing on boot
Quoting Michael Clark <[EMAIL PROTECTED]>:
I have 2 fxp Intel 100mb cards in this machine that work fine.  I have ran
it with 3 fxp
cards in the past.  I added an em0, Intel gigabit this morning.  The card
displays a
non active status during the boot process.  RC.conf is processed and the
card
does not get an ip address, while the fxp cards do.  Later in the boot
process
in bright white letters it shows the card status has changed to active.  I
believe my
problems getting rc.conf to assign the IP address are related to this.
Any
suggestions
would be appreciated.
5.2-p2 (feb)
I have also noticed that this card takes a while to become active... but
I've
been able to get an IP using dhcp anyway... it just takes a bit longer
than for
the 100Mbit/sec cards.
Ken
CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same.

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


Re: Updating source code manually

2004-06-28 Thread Iain Dooley
You shouldn't portupgrade KDE when KDE is running, but
you should be able to run `make' to build everything while KDE is
running, shut down KDE and `portupgrade -w' afterwards (which will use
the binaries built by `make' and install them, taking seriously less
time than the original `make') and restart KDE. At least that's how it
would with an ordinary port.
that's great! i never even thought of doing that... that way i can just 
apply the patch as was described in earlier emails and then make install 
from the kdebase ports dir and then use "portupgrade -w kdebase" to add the 
changes. thanks everyone for the great advice!

iain
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


eterm question

2004-06-28 Thread kisha
i get this error when i try to install 'eterm' from
ports, any idea how to fix this, thanks in advance.

%uname -a
FreeBSD SOULFLY.BACK.TO.THE.PRIMITIVE.PH
5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Mon Jun
21 14:53:05 PHT 2004
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP  i386
%

SOULFLY# pwd
/usr/ports/chinese/eterm
SOULFLY# make install clean
"/usr/ports/Mk/bsd.autotools.mk", line 2: USE_AUTOCONF
deprecated: replace with USE_AUTOCONF_VER=...
SOULFLY# 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice configure error on -current - more info

2004-06-28 Thread Per olof Ljungmark
Per olof Ljungmark wrote:
FreeBSD 5.2-CURRENT #0: Mon Jun 28 19:38:50 CEST 2004, cvsup late June 
27th.

Build of Openoffice-1.1 stops at:
checking for XShmCreateImage in -lXext... yes
checking for X11/extensions/XShm.h... yes
checking for XieFloGeometry in -lXIE... no
checking for X11/extensions/XIElib.h... no
configure: error: Could not compile basic X program.
===>  Script "configure" failed unexpectedly.
There is no XIElib.h on this system, should there be?
Last section of 
/usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla/config.log
reads

configure:7423: checking for XieFloGeometry in -lXIE
configure:7442: gcc32 -o conftest -O -pipe-I/usr/X11R6/include 
-I/usr/X11R6/include  -L/usr/X11R6/lib  conftest.c -lXIE -lX11  -lXext 
-lm  1>&5
/usr/bin/ld: cannot find -lXIE
collect2: ld returned 1 exit status
configure: failed program was:
#line 7431 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char XieFloGeometry();

int main() {
XieFloGeometry()
; return 0; }
configure:7464: checking for X11/extensions/XIElib.h
configure:7474: gcc32 -E   -I/usr/X11R6/include  -I/usr/X11R6/include 
conftest.c >/dev/null 2>conftest.out
configure:7527: gcc32 -c -O -pipe   -I/usr/X11R6/include 
-I/usr/X11R6/include  -I/usr/X11R6/include conftest.c 1>&5
In file included from /usr/X11R6/include/X11/Xlib.h:51,
 from configure:7514:
/usr/local/lib/gcc-lib/i386-portbld-freebsd5.2.1/3.2.3/include/sys/types.h:251: 
syntax error before "udev_t"
configure: failed program was:
#line 7511 "configure"
#include "confdefs.h"

#include 
#include 
int main() {
Display *dpy = 0;
if ((dpy = XOpenDisplay(NULL)) == NULL) {
fprintf(stderr, ": can't open %s\en", XDisplayName(NULL));
exit(1);
}
; return 0; }
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Any knowledge of " VirTool.DOS.Sfc " ?

2004-06-28 Thread Hasse
Hi everybody.
Does anybody have any knowledge of VirTool.DOS.Sfc ?
Didn't find any useful info on the net or in the archives.
Is it a virus or a trojan ?
It popped up when I did a virri-scan with ClamAV.
" /usr/ports/distfiles/j2sdk-1_4_2-src-scsl.zip: VirTool.DOS.Sfc FOUND "
The j2sdk-1_4_2-src-scsl.zip was downloaded from Sun a couple of months ago.
thor# ll /usr/ports/distfiles | grep "j2sdk-1_4_2-src-scsl.zip"
-rw---  1 hasse  hasse  49269919 Mar 24 19:57 j2sdk-1_4_2-src-scsl.zip

TIA
/ Hasse.


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


openoffice configure error on -current

2004-06-28 Thread Per olof Ljungmark
FreeBSD 5.2-CURRENT #0: Mon Jun 28 19:38:50 CEST 2004, cvsup late June 27th.
Build of Openoffice-1.1 stops at:
checking for XShmCreateImage in -lXext... yes
checking for X11/extensions/XShm.h... yes
checking for XieFloGeometry in -lXIE... no
checking for X11/extensions/XIElib.h... no
configure: error: Could not compile basic X program.
===>  Script "configure" failed unexpectedly.
There is no XIElib.h on this system, should there be?
/per olof
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IPFW2 strange issues on BSD-5.2.1

2004-06-28 Thread m
I'm using FreeBSD 5.2.1 with IPFW2 as a firewall/router on a network.

I'm seeing some very strange things in the dynamic ruleset.  The last 4
entries in the list are the issues.  You can see that none of the informatin
in the last 4 dynamic rules makes any sense -- not the #/packets or bytes,
the rule #, or even the protocol.  The IP addresses referred to are not
local to any part of the network, and some aren't even listed in the
appropriate WHOIS database.

I'm totally lost on this.  Any help would be appreciated, including
suggestions as to how to generate better log information.  Nothing shows in
my logs, either.

Interestingly, these last (wierd) rules appear & disappear at random
intervals, with different information each time -- different rule numebrs
(but non-existent in my ruleset), different Ips, and different protocols.

host-64-179-35-23# ipfw -de show
00050  35654   14976392 divert 8668 ip from any to any via xl0
00100   29882071714 allow ip from 127.0.0.0/8 to 127.0.0.0/8
00200  0  0 deny ip from 127.0.0.0/8 to any
00300  0  0 deny ip from any to 127.0.0.0/8
00310  0  0 allow ip from 224.0.0.1 to any
00311110   3960 allow ip from any to 224.0.0.1
00350  0  0 deny log argus from any to any
00351  0  0 deny log scps from any to any
00352  0  0 deny log igmp from any to any
00354  0  0 deny log netblt from any to any
00355  0  0 deny ip from 0.0.0.0 to any
00356  0  0 deny ip from any to 0.0.0.0
00357  0  0 deny ipv6-nonxt from any to any
00359  0  0 deny log trunk-2 from any to any
00360 99   6224 deny log icmp from any to any
00400891 111330 allow ip from 205.201.9.0/24 to me setup
keep-state
00410  0  0 allow ip from 151.201.141.231 to me setup
keep-state
00420  0  0 deny ip from any to me dst-port 22
00450   1272 539440 allow ip from any to me dst-port 25 setup
keep-state
00451151  12032 allow ip from me to any dst-port 21 setup
keep-state
00452  0  0 allow ip from me to any dst-port 20 setup
keep-state
00453  115131798157 allow ip from me to any dst-port 80 setup
keep-state
00454 11   1457 allow ip from me to any dst-port 443 setup
keep-state
00455  0  0 allow ip from any 20 to me setup keep-state
00457  0  0 allow ip from me to any dst-port 22 setup
keep-state
00458  0  0 allow ip from any 25 to me setup keep-state
00459  0  0 allow ip from any to me dst-port 80 setup
keep-state
00498   2373 267409 allow ip from any to me
00499   62671635428 allow ip from me to any
00520  0  0 allow ip from 224.0.0.1 to any
00530  0  0 allow ip from any to 224.0.0.1
00800 11739 allow udp from any to 207.69.188.200 dst-port 53
00810 22  10768 allow udp from 207.69.188.200 53 to any
00820250  15731 allow udp from any to 64.65.223.6 dst-port 53
00830498 141930 allow udp from 64.65.223.6 53 to any
00840 94   6784 allow udp from any to any dst-port 53
00841122  36608 allow udp from any 53 to any
00850  0  0 allow ip from 255.255.255.255 to any
00860232  70064 allow ip from any to 255.255.255.255
00998 82  18216 allow ip from 192.168.1.0/24 to 192.168.1.0/24
not via xl0
00999  0  0 check-state
01000  0  0 allow ip from any to 192.168.1.5 dst-port 25
setup keep-state
01010   1115 517038 allow ip from any to 192.168.1.5 dst-port 80
setup keep-state
01020  0  0 allow ip from any to 192.168.1.5 dst-port 2500
setup keep-state
01100332  49019 allow ip from 192.168.1.5 to any dst-port 25
setup keep-state
01110   1177 978983 allow ip from 192.168.1.5 to any dst-port 80
setup keep-state
01115  0  0 allow ip from 192.168.1.5 to any dst-port 443
setup keep-state
01120  0  0 allow ip from 192.168.1.5 to any dst-port 21
setup keep-state
01125  0  0 allow ip from 192.168.1.5 to any dst-port 20
setup keep-state
01130  0  0 allow ip from 192.168.1.5 20 to any setup
keep-state
01998 83   3704 deny log ip from 192.168.1.5 to any
01999 36   1440 deny log ip from any to 192.168.1.5
02010  0  0 allow ip from 192.168.1.0/24 to any dst-port 20
setup keep-state
02020  40906   23355938 allow ip from 192.168.1.0/24 to any dst-port 80
setup keep-state
02030 39  20505 allow ip from 192.168.1.0/24 to any dst-port 443
setup keep-state
02040  0  0 allow ip from 192.168.1.0/24 to any dst-port 21
setup keep-state
02050  0  0 allow ip from 192.168.1.0/24 20 to any setup
keep-state
65000 

RE: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Michael Clark
Any suggestions on how to do this without DHCP?  That's really not
an option for me.  Can I delay the rc.conf processing somehow
so that the adaptor has more time to get online?


Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594


-Original Message-
From: Kenneth Culver [mailto:[EMAIL PROTECTED]
Sent: Monday, June 28, 2004 3:39 PM
To: Michael Clark
Cc: [EMAIL PROTECTED]
Subject: Re: em0 Intel Gigabit card, rc.conf processing on boot


Quoting Michael Clark <[EMAIL PROTECTED]>:

> I have 2 fxp Intel 100mb cards in this machine that work fine.  I have ran
> it with 3 fxp
> cards in the past.  I added an em0, Intel gigabit this morning.  The card
> displays a
> non active status during the boot process.  RC.conf is processed and the
> card
> does not get an ip address, while the fxp cards do.  Later in the boot
> process
> in bright white letters it shows the card status has changed to active.  I
> believe my
> problems getting rc.conf to assign the IP address are related to this.
Any
> suggestions
> would be appreciated.
>
> 5.2-p2 (feb)
>
I have also noticed that this card takes a while to become active... but
I've
been able to get an IP using dhcp anyway... it just takes a bit longer 
than for
the 100Mbit/sec cards.

Ken


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


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


OT: Beastie makes a cameo appearance on apple.com.

2004-06-28 Thread Kevin Stevens
Apple just announced their next OS X release "Tiger", today.  While
browsing through the features, I noticed a Beastie icon nodding
approvingly at the paragraph on the new FreeBSD 5.x -based kernel:

http://www.apple.com/macosx/tiger/unix.html

KeS

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


Creating NTFS or FAT32 partition

2004-06-28 Thread Alexander Kanchev
Hello,
 
I have a HDD attached to my computer and I need to format it with windows compatible 
filesystem, like NTFS or FAT32. Is this possible to make this under FreeBSD ?
 
I'm running FreeBSD 5.2.1 and the HDD device is  /dev/ad1 (also /dev/ad1s1)
 
regards,
alexander


-
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do I create a freebsd local distribution point?

2004-06-28 Thread Christian Hiris
On Monday 28 June 2004 21:45, Lefteris Tsintjelis wrote:
> Hi,
>
> I want to create an internal central FreeBSD distribution point for kernel
> sources and ports. In the long term, I would also like to precompile and
> distribute packages and sources. Is there any good starting point that
> explains all this?

See the FreeBSD Handbook, Chapter 22.5 Tracking for Multiple Machines:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/small-lan.html

-- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x941B6B0B 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu


pgpdL1JwPKOgc.pgp
Description: signature


Re: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Kenneth Culver
Quoting Michael Clark <[EMAIL PROTECTED]>:
I have 2 fxp Intel 100mb cards in this machine that work fine.  I have ran
it with 3 fxp
cards in the past.  I added an em0, Intel gigabit this morning.  The card
displays a
non active status during the boot process.  RC.conf is processed and the
card
does not get an ip address, while the fxp cards do.  Later in the boot
process
in bright white letters it shows the card status has changed to active.  I
believe my
problems getting rc.conf to assign the IP address are related to this.  Any
suggestions
would be appreciated.
5.2-p2 (feb)
I have also noticed that this card takes a while to become active... but I've
been able to get an IP using dhcp anyway... it just takes a bit longer 
than for
the 100Mbit/sec cards.

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


Re: libXRes.so.0 and xorg updating

2004-06-28 Thread Jesse Sheidlower
On Mon, Jun 28, 2004 at 03:59:58PM -0400, Jesse Sheidlower wrote:
> 
> Inspired by all the talk of upgrading to the xorg libraries, I tried
> to do this this afternoon. Most things seem to be working OK, but
> I seem to be hung up in one spot.
> 
> When I restarted X after the update, I got a bunch of errors about
> Gnome panel apps, and the panel does not appear. I tried to 
> portupgrade -f gnomepanel, and this eventually dies with a
> 
>   /usr/bin/ld: warning: libXRes.so.0, needed by /usr/X11R6/lib/libwnck-1.so, not 
> found (try using -rpath or -rpath-link)
> 
> error.

I'm sorry for asking this question without first trying to
portupgrade libwnck, which did the trick immediately.
Luckily I seem to have caught this before anyone responded...

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


em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Michael Clark
I have 2 fxp Intel 100mb cards in this machine that work fine.  I have ran
it with 3 fxp 
cards in the past.  I added an em0, Intel gigabit this morning.  The card
displays a 
non active status during the boot process.  RC.conf is processed and the
card
does not get an ip address, while the fxp cards do.  Later in the boot
process
in bright white letters it shows the card status has changed to active.  I
believe my
problems getting rc.conf to assign the IP address are related to this.  Any
suggestions
would be appreciated.

5.2-p2 (feb)


Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594


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


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


Re: How do I create a freebsd local distribution point?

2004-06-28 Thread Henrik W Lund
Lefteris Tsintjelis wrote:
Hi,
I want to create an internal central FreeBSD distribution point for kernel
sources and ports. In the long term, I would also like to precompile and
distribute packages and sources. Is there any good starting point that
explains all this?
Please CC
TIA
 

Greetings!!
You would want to look into cvsup, and use it to pull the entire source 
repository down to your distribution machine, and let cvsup on the other 
machines connect to it for updating their individual source trees. Check 
out the handbook for starters, and dig deeper from there.

I'm sure there are other ways of doing this, but this seems to me the 
easiest.

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


libXRes.so.0 and xorg updating

2004-06-28 Thread Jesse Sheidlower

Inspired by all the talk of upgrading to the xorg libraries, I tried
to do this this afternoon. Most things seem to be working OK, but
I seem to be hung up in one spot.

When I restarted X after the update, I got a bunch of errors about
Gnome panel apps, and the panel does not appear. I tried to 
portupgrade -f gnomepanel, and this eventually dies with a

  /usr/bin/ld: warning: libXRes.so.0, needed by /usr/X11R6/lib/libwnck-1.so, not found 
(try using -rpath or -rpath-link)

error. I tried portinstalling libXres, but this (and its
dependencies) conflicts with xorg-libraries, so I pulled it
again. I have run pkgdb, so gnomepanel should be looking
at xorg-libraries.

Any ideas of where to go from here?

Thanks.

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


RE: "The Complete FreeBSD": errata and addenda

2004-06-28 Thread Rajamani, Rajarajan (Rajarajan)
Hi, 
I have a copy of your book and thoroughly enjoyed reading it 
particularly when I was installing freeBSD the first time one
year ago. 

I see this mail of yours every friday at 1:02 PM and
wonder if it is just a cronjob mail. I wish if it could have a
synopsis of what are the recent additions to the errata since
the last mail was sent out.

Thanks

RR
ps. BTW is your site down today ?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 25, 2004 1:02 PM
To: [EMAIL PROTECTED]
Subject: "The Complete FreeBSD": errata and addenda


The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

"The Complete FreeBSD" has been through a total of five editions, including its
predecessor "Installing and Running FreeBSD".  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


How do I create a freebsd local distribution point?

2004-06-28 Thread Lefteris Tsintjelis
Hi,

I want to create an internal central FreeBSD distribution point for kernel
sources and ports. In the long term, I would also like to precompile and
distribute packages and sources. Is there any good starting point that
explains all this?

Please CC

TIA


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


Re: freebsd-questions Digest, Vol 67, Issue 4

2004-06-28 Thread Mark Terribile

OK, new info on the restart problem.

> If you know it only occurs under heavy CPU load, then that leads to two 
> conclusions.
> 
> 1. Hardware issue/thermal.  Perhaps your cpu fan is not adequate.  Perhaps 
> thermal compound might help?  Artic silver.. etc. Another possibility is 
> that you have adequate cooling but a sensor on the processor, fan or 
> motherboard watching the cpu is malfunctioning and making the system think 
> its overheating.  Can you look at the temperature readings for the cpu in 
> the bios, etc?
> 
> 2. Software issue.

I just ran lmmon (lmmon -i) and got outrageously high readings: 185C, varying.
Yet the heat sink isn't even warm.  Assuming that lmmon can be trusted, I have
to check (read re-do) the thermal compound.  I'm not really looking forward
to this, so if anyone knows that lmmon can't be trusted, please email me in
the next few hours!

I have some Arctic Silver laying around.

Mark Terribile




__
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 02:26 pm, Matthew Seaman wrote:
> On Mon, Jun 28, 2004 at 02:45:08PM -0400, Jim Trigg wrote:
> > On Mon, Jun 28, 2004 at 01:22:32PM -0500, Vulpes Velox wrote:
> > > On Mon, 28 Jun 2004 13:17:56 -0400
> > >
> > > Jim Trigg <[EMAIL PROTECTED]> wrote:
> > > > AFAICT, this won't really do anything -- there does not appear to be
> > > > a real way to tell the ports system that you want X ports to depend
> > > > on xorg instead of xfree.  Every X port appears to have xfree
> > > > hardcoded.
> > >
> > > Not sure, I think some do, but everything I have hear does not seem to
> > > have that problem.
> >
> > OK, so how do you get cvsup to use xorg?  As best I can tell, it will
> > depend on either XFree86 (XFree86 v. 3) or XFree86-4-libraries (XFree86
> > v. 4), with no option to depend on xorg-libraries.
>
> Both the XFree86-4-libraries and xorg-libraries provide the
> /usr/X11R6/lib/libX11.so.6 shared library (amongst others).  It's the
> same ABI independent of which port the shlib comes from.
>
> The short answer is "just install the x11/xorg-libraries port before
> you install cvsup".
>
> In fact, cvsup works perfectly well even if you replace the XFree86
> libs with the xorg ones underneath a previously installed copy of
> cvsup.  Doesn't even need a recompile.  The same goes for most X based
> software.
>
> Here's how it works: when the Makefile in the cvsup port says
> "USE_XLIB" that gets transformed into a LIB_DEPENDS line in
> /usr/ports/Mk/bsd.ports.mk:
>
> LIB_DEPENDS+=   X11.6:${PORTSDIR}/x11/XFree86-4-libraries
>
> (assuming you've not got XFREE86_VERSION == 3).
>
> That LIB_DEPENDS line is in two parts separated by a colon.  The first
> bit:
>
> X11.6
>
> means that the port needs to link against libX11.so.6, and it checks
> to see if a suitable shlib is installed and accessible by grep'ing in
> the output of ldconfig:
>
> % ldconfig -r | fgrep X11.6
> 116:-lX11.6 => /usr/X11R6/lib/libX11.so.6
>
> Since last night on my system that's from:
>
> % pkg_info -W /usr/X11R6/lib/libX11.so.6
> /usr/X11R6/lib/libX11.so.6 was installed by package
> xorg-libraries-6.7.0
>
> If make(1) can find a suitable shlib, everything is happy and the
> compile continues -- all make looks for is the presence of the
> library.  It doesn't check what (if any) port the library is part of.
> Only if it can't find the correct shlib does the right hand side of
> that LIB_DEPENDS line get considered:
>
> ${PORTSDIR}/x11/XFree86-4-libraries
>
> That's simply a suggestion of a suitable port that will provide the
> required shlib, and fulfil the dependency.  But there are several such
> ports in the tree, any of which could be used.  Often in such
> situations there will be some sort of 'WANT_FOO' or 'WITH_FOO_VER'
> make variable to select which one gets used.  Unfortunately, no such
> mechanism for saying "I want X.Org ports in preference to XFree86
> ones" has yet been committed.
>
> One annoyance due to the lake of make(1) infrastructure is that the
> suggested port will be listed in the package dependencies of the
> installed port, rather than the actual port that provided the shlib
> you used to build against.  That, however, is just an administrative
> detail which you can fix up with pkgdb(1), and has no real bearing on
> the effectiveness of the software.
>
>   Cheers,
>
>   Matthew

Odd - all I did was remove XFree, install the Xorg meta-port. Rename 
XF86Config to xorgcfg in /etc/X11R6, restart X and bingo. 

Now, I am cvsup'in as we speak - then again, I don't use the gui version of 
cvsup. 

If anyone is interested, I'll post a follow-up.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Matthew Seaman
On Mon, Jun 28, 2004 at 02:45:08PM -0400, Jim Trigg wrote:
> On Mon, Jun 28, 2004 at 01:22:32PM -0500, Vulpes Velox wrote:
> > On Mon, 28 Jun 2004 13:17:56 -0400
> > Jim Trigg <[EMAIL PROTECTED]> wrote:
> > > 
> > > AFAICT, this won't really do anything -- there does not appear to be
> > > a real way to tell the ports system that you want X ports to depend
> > > on xorg instead of xfree.  Every X port appears to have xfree
> > > hardcoded.
> > 
> > Not sure, I think some do, but everything I have hear does not seem to
> > have that problem.
> 
> OK, so how do you get cvsup to use xorg?  As best I can tell, it will
> depend on either XFree86 (XFree86 v. 3) or XFree86-4-libraries (XFree86
> v. 4), with no option to depend on xorg-libraries.

Both the XFree86-4-libraries and xorg-libraries provide the
/usr/X11R6/lib/libX11.so.6 shared library (amongst others).  It's the
same ABI independent of which port the shlib comes from.

The short answer is "just install the x11/xorg-libraries port before
you install cvsup".

In fact, cvsup works perfectly well even if you replace the XFree86
libs with the xorg ones underneath a previously installed copy of
cvsup.  Doesn't even need a recompile.  The same goes for most X based
software.

Here's how it works: when the Makefile in the cvsup port says
"USE_XLIB" that gets transformed into a LIB_DEPENDS line in
/usr/ports/Mk/bsd.ports.mk:

LIB_DEPENDS+=   X11.6:${PORTSDIR}/x11/XFree86-4-libraries

(assuming you've not got XFREE86_VERSION == 3).

That LIB_DEPENDS line is in two parts separated by a colon.  The first
bit:

X11.6

means that the port needs to link against libX11.so.6, and it checks
to see if a suitable shlib is installed and accessible by grep'ing in
the output of ldconfig:

% ldconfig -r | fgrep X11.6
116:-lX11.6 => /usr/X11R6/lib/libX11.so.6

Since last night on my system that's from:

% pkg_info -W /usr/X11R6/lib/libX11.so.6
/usr/X11R6/lib/libX11.so.6 was installed by package xorg-libraries-6.7.0

If make(1) can find a suitable shlib, everything is happy and the
compile continues -- all make looks for is the presence of the
library.  It doesn't check what (if any) port the library is part of.
Only if it can't find the correct shlib does the right hand side of
that LIB_DEPENDS line get considered:

${PORTSDIR}/x11/XFree86-4-libraries

That's simply a suggestion of a suitable port that will provide the
required shlib, and fulfil the dependency.  But there are several such
ports in the tree, any of which could be used.  Often in such
situations there will be some sort of 'WANT_FOO' or 'WITH_FOO_VER'
make variable to select which one gets used.  Unfortunately, no such
mechanism for saying "I want X.Org ports in preference to XFree86
ones" has yet been committed.

One annoyance due to the lake of make(1) infrastructure is that the
suggested port will be listed in the package dependencies of the
installed port, rather than the actual port that provided the shlib
you used to build against.  That, however, is just an administrative
detail which you can fix up with pkgdb(1), and has no real bearing on
the effectiveness of the software.

Cheers,

Matthew

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


pgpxbrlcFdT5l.pgp
Description: PGP signature


Re: dhclient with reconfigured SSID

2004-06-28 Thread Uwe Laverenz
Hi,

On Mon, Jun 28, 2004 at 06:51:03PM +0200, Stephan van Beerschoten wrote:

> Will this lock the ssid during reboots as well ? If not, that actually 
> is what I am looking for.

You can put it into /etc/dhclient.conf, e.g.:

interface "wi0" {
media   "ssid  wepmode on wepkey ";
}


cu,
Uwe

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


IPFW-2 help please

2004-06-28 Thread Incoming Mail List

Can anyone fluent with IPFW-2 help me by explaining what's happening
with the following rules?  I'm not getting the results I expect and
can't make any logical conclusions regarding them.



SERVER CONFIGURATION

FBSD v5.2.1 with IPFW-2
Four port NIC, but for simplicity sake I am only showing two ports
in this example of the rules.

FBSD box router/gateway contains:
dc1 is 192.168.1.1
dc2 is 192.168.2.1

One machine (192.168.1.10) is attached to the 1.0 network.
One machine (192.168.2.254) is attached to the 2.0 network.
With an open firewall, anything hanging off the 1.0 network can talk
to the 2.0 network and vice-versa.  So routing is fine.



RULESET
---
01600 skipto 4000 ip from any to any via dc1
01800 skipto 8000 ip from any to any via dc2

04000 check-state
04200 allow ip from any to any in via dc1 keep-state
04400 deny ip from any to any

08000 deny ip from any to 192.168.2.254 dst-port 23
08100 check-state
08200 allow ip from any to any in via dc2 keep-state
65000 deny ip from any to any



MY CONFUSION

1. I want machines on dc1 to be able to go anywhere, but I want
   to block telnet into 192.168.2.254.

2. Rule 8000 is not blocking access to 192.168.2.254 dst-port 23
   as I thought it would.  I can telnet to 2.254 without any
   problem.  The dynamic rule 4200 is setup with bidirectional
   communication between 1.10 and 2.254, but Rule 8000 has no impact
   on packets traveling through dc2 with a target of 2.254.

3. If I move Rule 8000 before Rule 1600, packets are blocked
   from 192.168.2.254 dst-port 23 as I expect them to be.



MY QUESTION
---
Why are packets blocked if the deny rule is placed prior to 
Rule 1600 but not within the block of rules defined for traffic
in and out of dc2?  Is this because static rules referencing the
interface do not match packets that were initially introduced
using a dynamic rule?



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


Re: Problem restarts

2004-06-28 Thread User LAFFER1

On Mon, 28 Jun 2004, Mark Terribile wrote:
Dear "User LAFFER1",
I had a similar problem with a server recently.  The issue turned out to
be the NIC/NIC driver.  I changed it over to a 3com and it worked like a
charm ever since.
Well, I'm using the motherboard NIC, which is an Intel RC82540EM
I'm also using that power supply in a server.  I've noticed it gets very
hot under load.  I believe that model only has one fan and is considered a
desktop "silent" model.  Its possible that your system config is too much
for it running 24/7.  Its not the wattage per se, just that its not
designed for continously use.  My system is only an amd athelon 2000+ with
512mb ram, 1 7200rpm 40gig maxtor drive and a dvd reader.
This is a two-fan model, with no visible speed adjustment.  The output air
is warm, but not outrageously so.  But if that were the problem, why
would the system restart immediately, and why would it be taken down by
processor load rather than by a heavy disk load?  Is it worth buying a
420 or 480 watt supply to test?  Antec supplies are built more heavily than
most, and this 380 watter cost as much as a 480 from, say, Powmax.
   Mark Terribile



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

The intel nic drivers tend to be pretty stable.  Interesting that yours is 
a two fan model.  Mine was included in an Antec case.

If you know it only occurs under heavy CPU load, then that leads to two 
conclusions.

1. Hardware issue/thermal.  Perhaps your cpu fan is not adequate.  Perhaps 
thermal compound might help?  Artic silver.. etc. Another possibility is 
that you have adequate cooling but a sensor on the processor, fan or 
motherboard watching the cpu is malfunctioning and making the system think 
its overheating.  Can you look at the temperature readings for the cpu in 
the bios, etc?

2. Software issue.
I tend to lean toward hardware as others have posted.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Maximum uptime 497 days?

2004-06-28 Thread Mark Terribile

[Coming in late ...]

> On Mon, Jun 28, 2004 at 05:19:10PM +0400, Maxim Konovalov wrote:
> > On Mon, 28 Jun 2004, 12:39+0900, Rob wrote:
> > > By accident I happen to come across this remarkable limit of
> > > uptime registration for FreeBSD systems. After 497 days, the
> > > timer jumps to zero again.
> > >
> > > 497 days is less than a 1.5 years !
> > >
> > > Has this been fixed in newer versions of FreeBSD (stable and/or
> > > current) ? Or is there a hardware limitation (CPU?) that does
> > > not allow this?

Most system management/statistical things are built around the MIB (Management
Information Base) concept used by SNMP, etc.  These call for time to be kept
in 10,000ths of a second in a 32-bit unsigned counter.  That register rolls
over in about 497 days.  (Later versions of the base MIB add 64-bit counters,
but support isn't universal and software designs tend to prefer the original
counters.)

Mark Terribile




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Your help needed please!

2004-06-28 Thread dan
Hello, 
 
My first post to this list. 
I pray that you'll be able to assist me please. 
 
I'm running FreeBSD 4.8-RELEASE, and my sister today asked if I 
could reinstall her OS on her WinXP machine. I used the WinXP CD 
burning utlity to burn "My documents" folder, and stupidly I didn't 
check it suceeded, not worked. I then proceeded to reinstall the OS, 
thus losing all data, and then found that on all PC's I tried, including 
my WinXP laptop, that the CD appears as blank. 
 
When I tried on my FreeBSD machine, a "ls" in the cdrom drive 
shows nothing, yet: 
 
london# burncd -f /dev/acd1c msinfo 
0,14266 
 
showing that something has been burned. The actual CD looks as if 
something has been burned onto it. The data is very important to my 
sister, so I really need to try and access it. I am not sure if the CD 
closure procedure didn't work as expected. 
I tried some CDR recovery applications for Win, but to no avail. 
 
london# burncd -f /dev/acd1c fixate 
fixating CD, please wait.. 
burncd: ioctl(CDRIOCFIXATE): Input/output error 
 
No idea why this happens. 
 
A "du" returns: 
 
london# mount -t cd9660 /dev/acd1c /cdrom 
london# cd /cdrom 
london# du 
2   . 
london# ls 
london# 
 
Any help would be greatly appreciated!!! 
 
Regards, 

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


Your help needed please!

2004-06-28 Thread dan
Hello, 
 
My first post to this list. 
I pray that you'll be able to assist me please. 
 
I'm running FreeBSD 4.8-RELEASE, and my sister today asked if I 
could reinstall her OS on her WinXP machine. I used the WinXP CD 
burning utlity to burn "My documents" folder, and stupidly I didn't 
check it suceeded, not worked. I then proceeded to reinstall the OS, 
thus losing all data, and then found that on all PC's I tried, including 
my WinXP laptop, that the CD appears as blank. 
 
When I tried on my FreeBSD machine, a "ls" in the cdrom drive 
shows nothing, yet: 
 
london# burncd -f /dev/acd1c msinfo 
0,14266 
 
showing that something has been burned. The actual CD looks as if 
something has been burned onto it. The data is very important to my 
sister, so I really need to try and access it. I am not sure if the CD 
closure procedure didn't work as expected. 
I tried some CDR recovery applications for Win, but to no avail. 
 
london# burncd -f /dev/acd1c fixate 
fixating CD, please wait.. 
burncd: ioctl(CDRIOCFIXATE): Input/output error 
 
No idea why this happens. 
 
A "du" returns: 
 
london# mount -t cd9660 /dev/acd1c /cdrom 
london# cd /cdrom 
london# du 
2   . 
london# ls 
london# 
 
Any help would be greatly appreciated!!! 
 
Regards, 

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


Re: a quick mailing list question

2004-06-28 Thread Kent Stewart
On Monday 28 June 2004 11:20 am, Vulpes Velox wrote:
> On Mon, 28 Jun 2004 13:08:31 -0400
>
> Chuck Swiger <[EMAIL PROTECTED]> wrote:
> > Vulpes Velox wrote:
> > > I've been going though transfering all the freebsd mailing lists
> > > I've subscribe to over to one account... the small problem I ran
> > > into is this, I can send emails from this new account fine, but
> > > for some reason if I send something to a list, it does not appear
> > > to show up... I niether recieve it nor does it show up in the
> > > archive...
> >
> > This message made it through.  I've seen mailing list lag of up to
> > 48 hours from time to time, so there may be some mail getting stuck
> > on a queue for whatever reasons.
>
> Yeah, that is what happened, hehe accidentally tripled posted ^_^
>
> Yeah, never really seen it lag befor like that :/
> but it is working nicely now :)

Mailman has died a few times. I follow cvs-all and the one of the very 
last messages was one from krion where he updated ghostscript-gnu. This 
was about 11:14 am on Sunday and nothing was received until I started 
kmail on mid-morning Monday. When this happens, what I do is browse the 
current mail list at

http://docs.freebsd.org/mail/current/

If the last email on a list that you subscribe to is the same one that 
is in your inbox, it is probably safe to assume mailman has died and 
ignore the situation. Double or triple posting only generates snide 
remarks :).

The plist for the updated ghostscript-gnu included an erroneous file and 
it was fixed without using mailman. Changes to the system continued it 
was just the email side that was hung up.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 01:45 pm, Jim Trigg wrote:
> On Mon, Jun 28, 2004 at 01:22:32PM -0500, Vulpes Velox wrote:
> > On Mon, 28 Jun 2004 13:17:56 -0400
> >
> > Jim Trigg <[EMAIL PROTECTED]> wrote:
> > > AFAICT, this won't really do anything -- there does not appear to be
> > > a real way to tell the ports system that you want X ports to depend
> > > on xorg instead of xfree.  Every X port appears to have xfree
> > > hardcoded.
> >
> > Not sure, I think some do, but everything I have hear does not seem to
> > have that problem.
>
> OK, so how do you get cvsup to use xorg?  As best I can tell, it will
> depend on either XFree86 (XFree86 v. 3) or XFree86-4-libraries (XFree86
> v. 4), with no option to depend on xorg-libraries.
>
> Thanks,
> Jim

Well, you could always use cvsup-witout-gui.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Matthew Seaman

> > On Mon, Jun 28, 2004 at 12:13:53PM -0500, Vulpes Velox wrote:

> > > build xorg-server, deinstall it, reinstall, it use pkgdb -uF to
> > > fix :)

Doing:

# portupgrade -o x11-servers/xorg-server -f XFree86-Server-4.3.0_14

will substitute the X.Org version for the XFree one with minimal
hassle and automatically take care of all of the pkgdb(1) stuff as
well.

> > > then repeat for what other xorg stuff you want :)

Actually, you should start with devel/imake-6, then do
x11/xorg-libraries, then x11/xorg-clients.  Then update the various
fonts and stuff -- there's almost a one-to-one mapping of XFree ports
onto X.Org ports, except for the x11-fonts/XFree86-4-fontScalable
port, which I chose to replace by x11-fonts/xorg-fonts-truetype, plus
installed x11-fonts/xorg-fonts-type1 after doing that.  The
x11-servers/XFree86-4-NestServer port doesn't seem to have an X.Org
equivalent.  Keep x11-servers/xorg-servers till last but one.
Finally, pkg_delete the x11/XFree86-4 meta-port, and install x11/xorg.

I did have some trouble with compiling the graphics/dri port after the
imake and X11 libraries updates.  That's something that
x11-servers/xorg-servers depends on under i386 arch. You can
substitute graphics/dri-devel, which seems to work just fine.

> > > the pkgdb -uF is important... it will go through and update
> > > /var/db/pkg so that all ports recognize using the new xlibs and
> > > don't try to reinstall xfree86...

If you use portupgrade to substitute the X.Org port for the XFree86
ones as I describe above, you don't need to continually keep
re-running pkgdb -F. However, you will need to run pkgdb every time
you unpdate or install any X related port from now on.

The good news is most X dependent ports will run just fine without a
re-compile.  The only one I had any trouble with was
multimedia/mplayer, and that was fixed by reinstalling.

Cheers,

Matthew

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


pgpFXL7WPZTBP.pgp
Description: PGP signature


Re: FreeBSD desktop newcomer (Enemy Territory players read) - need minor help

2004-06-28 Thread Jorn Argelo
Andreas Davour wrote:
On Mon, 28 Jun 2004 [EMAIL PROTECTED] wrote:
 

Hi list,
   

 

1. I've added a 'paw' menu to access the main menu, but I'd like the
win-key to open this menu. possible?
   

Almost anything is possible, if you work hard enough. Please tell us more
about what your environment is before you expect any meaningful answer.
You might want to start checking out xmodmap which is good at remapping
keys.
 

3. Annoyances with enemy territory:
   

Keys: Look above, xmodmap might help.
 

 - Im getting some delay switching weapons and shooting. I press mouse1
and about 0.5sec later the weapon will shoot. This should be
instantaneous. I don't have any idea on this one, solutions ?
   

Do remember that you are running the Linux version of ET. It is slower
than running native. You are very welcome to try to convince the
developers of Enemy Territory to do a FreeBSD version.
 

As long as you have a fairly powerful machine you should be able to play 
it without problems. I ran it on a Celeron 2.8 GHz with 256 DDR-333 
without any problems at all. I never used caps lock, so I don't have a 
clue if I ever had problems with it.

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


Re: Updating source code manually

2004-06-28 Thread Robert Huff

Sergey Zaharchenko writes:

>  When a file is open by a process, even if you unlink it and replace it
>  with another one, the original file will stay on disk until the last
>  file handle referencing it is closed.

Yes.

>  I assume that holds true for libraries too.

I don't ... but I must also allow as I'm talking at the border
between understanding, informed speculation, and outright guesswork.

>  So, EXISTING processes aren't screwed. But, when a NEW
>  process is created, it references the NEW shared library, and if their
>  ABI's don't match --- BOOM!:) That was just a correction.
>  
>  I was under the impression that the OP already had KDE (and thus all
>  `father' ports) installed and up-to-date, and only wanted to patch a
>  file.

I don't remember whether he said "up to date"; if so, then  my
worries are moot.
I run a few KDE apps, but very little of the larger
environment,  Every time I have upgraded even one of those apps it
has provoked a long, tortuous (and not always sucessful) session of
upgrading other ports.


>  Please read more carefully. I mentioned '-w'.

Mea culpa.  Sorry.


Robert Huff






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


Re: Burn

2004-06-28 Thread Steve Bertrand
> I down loaded the newest version release 5.2.1 i386 and
> I seem to have a problem burning disk 2 it says ziped
> it is 268 megs but when I unzip it and try to burn it to CD
> it says it is 799 megs ??
> Any ideas?

If you have downloaded the .iso image, you want to 'Burn CD from CD
image', as opposed to unzipping, and/or just plain burning it as data.

Depending on what CD burning software you use, you should have a similar
option. In Adaptec v5, it is under the 'File' menu.

Steve

>
> James Mooney
> IT Dept
> Decatur Hotels Corp
> 317 Magazine St
> New Orleans La.70130
> 504-962-5582
> This e-mail may contain confidential, copyright or privileged information.
> If you are not the intended recipient or if you have received this e-mail
> in
> error, please notify the sender immediately and destroy this e-mail. Any
> unauthorized copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden.
>
> I cannot guarantee the integrity of this communication, or that it is free
> from errors, viruses or interference. As the Internet is not a guaranteed
> secure environment, I cannot ensure that an email is not interfered with
> during transmission.
>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.699 / Virus Database: 456 - Release Date: 06/04/2004
>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>

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


Re: Problem restarts

2004-06-28 Thread Mark Terribile

Dear "User LAFFER1",

> I had a similar problem with a server recently.  The issue turned out to 
> be the NIC/NIC driver.  I changed it over to a 3com and it worked like a 
> charm ever since.

Well, I'm using the motherboard NIC, which is an Intel RC82540EM

> I'm also using that power supply in a server.  I've noticed it gets very 
> hot under load.  I believe that model only has one fan and is considered a 
> desktop "silent" model.  Its possible that your system config is too much 
> for it running 24/7.  Its not the wattage per se, just that its not 
> designed for continously use.  My system is only an amd athelon 2000+ with 
> 512mb ram, 1 7200rpm 40gig maxtor drive and a dvd reader.

This is a two-fan model, with no visible speed adjustment.  The output air
is warm, but not outrageously so.  But if that were the problem, why
would the system restart immediately, and why would it be taken down by
processor load rather than by a heavy disk load?  Is it worth buying a
420 or 480 watt supply to test?  Antec supplies are built more heavily than
most, and this 380 watter cost as much as a 480 from, say, Powmax.

Mark Terribile

> 




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Guide to x.org update?

2004-06-28 Thread Jim Trigg
On Mon, Jun 28, 2004 at 01:22:32PM -0500, Vulpes Velox wrote:
> On Mon, 28 Jun 2004 13:17:56 -0400
> Jim Trigg <[EMAIL PROTECTED]> wrote:
> > 
> > AFAICT, this won't really do anything -- there does not appear to be
> > a real way to tell the ports system that you want X ports to depend
> > on xorg instead of xfree.  Every X port appears to have xfree
> > hardcoded.
> 
> Not sure, I think some do, but everything I have hear does not seem to
> have that problem.

OK, so how do you get cvsup to use xorg?  As best I can tell, it will
depend on either XFree86 (XFree86 v. 3) or XFree86-4-libraries (XFree86
v. 4), with no option to depend on xorg-libraries.

Thanks,
Jim
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Guide to x.org update?

2004-06-28 Thread Peter Ulrich Kruppa
On Mon, 28 Jun 2004, Andrew L. Gould wrote:
I was unaware that FreeBSD switched to X.org from XFree86.  Did we
switch or is there name confusion?  Are both offered in the newer
ports?
FreeBSD didn't switch. xorg is an alternative to xfree86 and 
some people try if it works.
See www.x.org and google for discussions.

Regards,
Uli.
Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Burn

2004-06-28 Thread Andrew L. Gould
On Monday 28 June 2004 01:12 pm, James Mooney wrote:
> I down loaded the newest version release 5.2.1 i386 and
> I seem to have a problem burning disk 2 it says ziped
> it is 268 megs but when I unzip it and try to burn it to CD
> it says it is 799 megs ??
> Any ideas?
>
> James Mooney

Are you talking about file 5.2.1-RELEASE-i386-disc2.iso?  If so, don't 
unzip it, just burn it.

Best regards,

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


Re: Guide to x.org update?

2004-06-28 Thread Vulpes Velox
On Mon, 28 Jun 2004 13:17:56 -0400
Jim Trigg <[EMAIL PROTECTED]> wrote:

> On Mon, Jun 28, 2004 at 12:13:53PM -0500, Vulpes Velox wrote:
> > On Mon, 28 Jun 2004 09:10:12 -0700 (PDT)
> > Your Name <[EMAIL PROTECTED]> wrote:
> > 
> > > I'd like to upgrade to the x.org series from XFree86.
> > > Is there any simple guide to how to do this? There's 
> > > nothing in /usr/ports/UPDATING. I see that some people
> > > have reported general success, but I'm worried that 
> > > I'll miss something or forget about rebuilding
> > > something in the three days it'll take to rebuild
> > > every X dependent
> > > port on my system.
> > 
> > build xorg-server, deinstall it, reinstall, it use pkgdb -uF to
> > fix :)
> > 
> > then repeat for what other xorg stuff you want :)
> > 
> > the pkgdb -uF is important... it will go through and update
> > /var/db/pkg so that all ports recognize using the new xlibs and
> > don't try to reinstall xfree86...
> > 
> > pkgdb is part of portupgrade
> 
> AFAICT, this won't really do anything -- there does not appear to be
> a real way to tell the ports system that you want X ports to depend
> on xorg instead of xfree.  Every X port appears to have xfree
> hardcoded.

Not sure, I think some do, but everything I have hear does not seem to
have that problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Burn

2004-06-28 Thread James Mooney
I down loaded the newest version release 5.2.1 i386 and
I seem to have a problem burning disk 2 it says ziped
it is 268 megs but when I unzip it and try to burn it to CD
it says it is 799 megs ??
Any ideas?

James Mooney
IT Dept
Decatur Hotels Corp
317 Magazine St
New Orleans La.70130
504-962-5582
This e-mail may contain confidential, copyright or privileged information.
If you are not the intended recipient or if you have received this e-mail in
error, please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

I cannot guarantee the integrity of this communication, or that it is free
from errors, viruses or interference. As the Internet is not a guaranteed
secure environment, I cannot ensure that an email is not interfered with
during transmission.




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.699 / Virus Database: 456 - Release Date: 06/04/2004


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


Re: a quick mailing list question

2004-06-28 Thread Vulpes Velox
On Mon, 28 Jun 2004 13:08:31 -0400
Chuck Swiger <[EMAIL PROTECTED]> wrote:

> Vulpes Velox wrote:
> > I've been going though transfering all the freebsd mailing lists
> > I've subscribe to over to one account... the small problem I ran
> > into is this, I can send emails from this new account fine, but
> > for some reason if I send something to a list, it does not appear
> > to show up... I niether recieve it nor does it show up in the
> > archive...
> 
> This message made it through.  I've seen mailing list lag of up to
> 48 hours from time to time, so there may be some mail getting stuck
> on a queue for whatever reasons.

Yeah, that is what happened, hehe accidentally tripled posted ^_^

Yeah, never really seen it lag befor like that :/
but it is working nicely now :)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trying to install Flash... BUT

2004-06-28 Thread Bruce Hunter
On Mon, 2004-06-28 at 12:09, Douglas Korinke wrote:
> S, I am on a Toshiba Satellite 2405-S221 with FBSD 4.9 running KDE 3.1.4 
> and attempting to get a Flash plugin working..
> 
> So I goto the HowTo at KDE's site at:
> http://freebsd.kde.org/howtos/konqueror-flash.php
> 
> and follow the directions to the line.. but nothing is still going for me.
> 
> I decide to try it again a few times and still nothing until a brilliant 
> stroke of genius tells me to check my KDE version.. the HowTo calls for KDE-
> 3.2.3 aduhh, well I finally follow the first step and pkg_delete 3.1.4 and I 
> try to install 3.2.3 from the ports collection.
> 
> The install finds all the dependencies except for kwalletbackend, then 
> attempts to install it when this warning comes up...
> 
> Dependency warning: used OpenSSL version contains known vulnerabilities
> Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT
> *** Error Code 1
> 
> Stop in /usr/ports/x11/kdelibs3.
> *** Error Code 1
> 
> Stop in /usr/ports/x11/kdebase3.
> 
> Any ideas or suggestions?
> 
> Thanks a lot,
> Doug
> 
> ICQ : 26096369
> AIM : itss0lidstate
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 
Doug

Its basically saying you need OpenSSL installed before it can install
KDE 3.2.3.

Do this:
#cd /usr/ports
#make search name=openssl | more
find openssl port..
then install it..
then try installing kde again. Should fix the problem.

Bruce

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


Re: Updating source code manually

2004-06-28 Thread Sergey Zaharchenko
On Mon, Jun 28, 2004 at 11:16:16AM -0400,
 Robert Huff probably wrote:
> 
> Sergey Zaharchenko writes:
> 
> >  Just a minute. You shouldn't portupgrade KDE when KDE is running,
> >  but you should be able to run `make' to build everything while
> >  KDE is running, shut down KDE and `portupgrade -w' afterwards
> >  (which will use the binaries built by `make' and install them,
> >  taking seriously less time than the original `make') and restart
> >  KDE. At least that's how it would with an ordinary port.
> 
>   One of the two of us is confused about this.
>   As I understand it:

>   A) Running "make build" but not "make install" doesn't really
> solve the "installing while running" issue.  Sure, it won't install
> for that port, but it will build-and-install for every port upstream
> ...

I see. You are talking abiout ABI mismatch. I dug up a portion of your
earlier post:

>   Let's say KDE uses libfoo.1.5.so, which is actually v1.5.7.
> You upgrade something, which upgrades libfoo.1.5.so to v1.5.8.  The
> kernel (unaware of the change) reloads part of the file and restarts
> execution at a particular address.  Will that address valid code?

When a file is open by a process, even if you unlink it and replace it
with another one, the original file will stay on disk until the last
file handle referencing it is closed. I assume that holds true for
libraries too. So, EXISTING processes aren't screwed. But, when a NEW
process is created, it references the NEW shared library, and if their
ABI's don't match --- BOOM!:) That was just a correction.

I was under the impression that the OP already had KDE (and thus all
`father' ports) installed and up-to-date, and only wanted to patch a
file. That would mean there would be 0 upstream ports rebuilt, or am I
mistaken? Maybe my post looks like stating it's a universal approach. It
isn't. Sorry I didn't mention it.

But if the OP doesn't have KDE up-to-date, he could `downgrade' his
ports tree to match his packages (reducing the problem to the previous
one). Of course that's only possible if the patch applies to the
`downgraded' KDE too. He will still have to build (not-up-to-date) KDE,
but this should escape ABI worries, as in fact no other changes will be
made.

>   B) ... unless you're suggesting starting at the top of the
> dependency tree and doing build-but-don't-install by hand for every
> component in order.  I consider this severely impractical; it also ...

The ABI problem isn't solved by your B) approach, which will only build
`father' ports but still install `grandfather' ports.

>   C) ... won't work with portupgrade unless one uses the "w" option.

Please read more carefully. I mentioned '-w'.

-- 
DoubleF
"When I was crossing the border into Canada, they asked if I had any
firearms with me.  I said, `Well, what do you need?'"
-- Steven Wright


pgpXw7n8GPqKu.pgp
Description: PGP signature


Re: FreeBSD desktop newcomer (Enemy Territory players read) - need minor help

2004-06-28 Thread Andreas Davour
On Mon, 28 Jun 2004 [EMAIL PROTECTED] wrote:

> Hi list,

> 1. I've added a 'paw' menu to access the main menu, but I'd like the
> win-key to open this menu. possible?

Almost anything is possible, if you work hard enough. Please tell us more
about what your environment is before you expect any meaningful answer.
You might want to start checking out xmodmap which is good at remapping
keys.

> 3. Annoyances with enemy territory:

Keys: Look above, xmodmap might help.

>   - Im getting some delay switching weapons and shooting. I press mouse1
> and about 0.5sec later the weapon will shoot. This should be
> instantaneous. I don't have any idea on this one, solutions ?

Do remember that you are running the Linux version of ET. It is slower
than running native. You are very welcome to try to convince the
developers of Enemy Territory to do a FreeBSD version.

>   - CAPS LOCK key won't work ingame. Works fine on gnome. I need the caps
>   lock key on enemy territory.

Look to my answer above.

Hope that at least pointed you in the right direction.

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


Re: firewall for web server

2004-06-28 Thread Chris
On Monday 28 June 2004 12:44 pm, Peter wrote:
> I am budiling a web server.
> Since it is ina remote data center wher I do not contrl the router I prefer
> I to build firewall on the www server.
>
> APF http://www.rfxnetworks.com/apf.php
> very popular firewall in the linux world.
>
> Thanks,
>
> Peter

Yes - you can run both the web server and firewall on the same box.
What you need to do is think which you wish to do.

There are good and bad to both IPFW and IPF. I myself, prefer IPFW.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: firewall for web server

2004-06-28 Thread Peter
I am budiling a web server.
Since it is ina remote data center wher I do not contrl the router I prefer
I to build firewall on the www server.

APF http://www.rfxnetworks.com/apf.php
very popular firewall in the linux world.

Thanks,

Peter


- Original Message - 
From: Chuck Swiger
To: Peter Zyumbilev
Cc: [EMAIL PROTECTED]
Sent: Monday, June 28, 2004 8:15 PM
Subject: Re: firewall for web server


Peter Zyumbilev wrote:
> Do you know some good tutorial for bulding firewall for FreeBSD as web
> server. I found a lot of tutorials but for FreeBSD as router.

First, are you building a firewall or a web server?

If you're building a firewall, you don't want to run any services like WWW
at
all on the machine.  If you're building a web server, you're probably not
going to be routing traffic, no-- to corresponds to your second remark.

> Some commented premade script with comments will also do the job.
> I was plannding to use APF, but I am afarid to install it on FreeBSD
> without good tutorial.

APF?

-- 
-Chuck

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 12:13 pm, Vulpes Velox wrote:
> On Mon, 28 Jun 2004 09:10:12 -0700 (PDT)
>
> Your Name <[EMAIL PROTECTED]> wrote:
> > I'd like to upgrade to the x.org series from XFree86.
> > Is there any simple guide to how to do this? There's
> > nothing in /usr/ports/UPDATING. I see that some people
> > have reported general success, but I'm worried that
> > I'll miss something or forget about rebuilding
> > something in the three days it'll take to rebuild
> > every X dependent
> > port on my system.
>
> build xorg-server, deinstall it, reinstall, it use pkgdb -uF to fix :)
>
> then repeat for what other xorg stuff you want :)
>
> the pkgdb -uF is important... it will go through and update
> /var/db/pkg so that all ports recognize using the new xlibs and don't
> try to reinstall xfree86...
>
> pkgdb is part of portupgrade

Indeed - what I have found out - You can't install xorg while XFree resides on 
the same system. It seems you would need to uninstall XFree before installing 
xorg.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: a quick mailing list question

2004-06-28 Thread Peter Ulrich Kruppa
On Mon, 28 Jun 2004, Peter wrote:
I have the same problem !
Best regards,
As was said before: there seems to be some sort of knot in the 
wires today. One of my messages was several hours on its way.

Uli.
Peter
- Original Message -
From: Chuck Swiger
To: Vulpes Velox
Cc: [EMAIL PROTECTED]
Sent: Monday, June 28, 2004 8:08 PM
Subject: Re: a quick mailing list question
Vulpes Velox wrote:
I've been going though transfering all the freebsd mailing lists I've
subscribe to over to one account... the small problem I ran into is
this, I can send emails from this new account fine, but for some
reason if I send something to a list, it does not appear to show up...
I niether recieve it nor does it show up in the archive...
This message made it through.  I've seen mailing list lag of up to 48 hours
from time to time, so there may be some mail getting stuck on a queue for
whatever reasons.
any ideas on what is happening?
No, although I'd wait a day or so and see whether the messages show up in
list
traffic, or whether you get a bounce.  Also, you might dig up a message-id
from your "Sent messages" mbox (if you keep them), and ask
<[EMAIL PROTECTED]> to look into the matter.  That's what postmasters
are
there for.  :-)
--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem restarts

2004-06-28 Thread User LAFFER1
I had a similar problem with a server recently.  The issue turned out to 
be the NIC/NIC driver.  I changed it over to a 3com and it worked like a 
charm ever since.

I'm also using that power supply in a server.  I've noticed it gets very 
hot under load.  I believe that model only has one fan and is considered a 
desktop "silent" model.  Its possible that your system config is too much 
for it running 24/7.  Its not the wattage per se, just that its not 
designed for continously use.  My system is only an amd athelon 2000+ with 
512mb ram, 1 7200rpm 40gig maxtor drive and a dvd reader.

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


Re: Guide to x.org update?

2004-06-28 Thread Jim Trigg
On Mon, Jun 28, 2004 at 12:13:53PM -0500, Vulpes Velox wrote:
> On Mon, 28 Jun 2004 09:10:12 -0700 (PDT)
> Your Name <[EMAIL PROTECTED]> wrote:
> 
> > I'd like to upgrade to the x.org series from XFree86.
> > Is there any simple guide to how to do this? There's 
> > nothing in /usr/ports/UPDATING. I see that some people
> > have reported general success, but I'm worried that 
> > I'll miss something or forget about rebuilding
> > something in the three days it'll take to rebuild
> > every X dependent
> > port on my system.
> 
> build xorg-server, deinstall it, reinstall, it use pkgdb -uF to fix :)
> 
> then repeat for what other xorg stuff you want :)
> 
> the pkgdb -uF is important... it will go through and update
> /var/db/pkg so that all ports recognize using the new xlibs and don't
> try to reinstall xfree86...
> 
> pkgdb is part of portupgrade

AFAICT, this won't really do anything -- there does not appear to be a
real way to tell the ports system that you want X ports to depend on xorg
instead of xfree.  Every X port appears to have xfree hardcoded.

Jim Trigg
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firewall for web server

2004-06-28 Thread Chuck Swiger
Peter Zyumbilev wrote:
Do you know some good tutorial for bulding firewall for FreeBSD as web
server. I found a lot of tutorials but for FreeBSD as router.
First, are you building a firewall or a web server?
If you're building a firewall, you don't want to run any services like WWW at 
all on the machine.  If you're building a web server, you're probably not 
going to be routing traffic, no-- to corresponds to your second remark.

Some commented premade script with comments will also do the job.
I was plannding to use APF, but I am afarid to install it on FreeBSD
without good tutorial.
APF?
--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Guide to x.org update?

2004-06-28 Thread Vulpes Velox
On Mon, 28 Jun 2004 09:10:12 -0700 (PDT)
Your Name <[EMAIL PROTECTED]> wrote:

> I'd like to upgrade to the x.org series from XFree86.
> Is there any simple guide to how to do this? There's 
> nothing in /usr/ports/UPDATING. I see that some people
> have reported general success, but I'm worried that 
> I'll miss something or forget about rebuilding
> something in the three days it'll take to rebuild
> every X dependent
> port on my system.

build xorg-server, deinstall it, reinstall, it use pkgdb -uF to fix :)

then repeat for what other xorg stuff you want :)

the pkgdb -uF is important... it will go through and update
/var/db/pkg so that all ports recognize using the new xlibs and don't
try to reinstall xfree86...

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


Re: a quick mailing list question

2004-06-28 Thread Peter
I have the same problem !

Best regards,

Peter
- Original Message - 
From: Chuck Swiger
To: Vulpes Velox
Cc: [EMAIL PROTECTED]
Sent: Monday, June 28, 2004 8:08 PM
Subject: Re: a quick mailing list question


Vulpes Velox wrote:
> I've been going though transfering all the freebsd mailing lists I've
> subscribe to over to one account... the small problem I ran into is
> this, I can send emails from this new account fine, but for some
> reason if I send something to a list, it does not appear to show up...
> I niether recieve it nor does it show up in the archive...

This message made it through.  I've seen mailing list lag of up to 48 hours
from time to time, so there may be some mail getting stuck on a queue for
whatever reasons.

> any ideas on what is happening?

No, although I'd wait a day or so and see whether the messages show up in
list
traffic, or whether you get a bounce.  Also, you might dig up a message-id
from your "Sent messages" mbox (if you keep them), and ask
<[EMAIL PROTECTED]> to look into the matter.  That's what postmasters
are
there for.  :-)

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

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


Re: Intel Anypoint PCMCIA ethernet card

2004-06-28 Thread Adam Wynne
Is there a way for me to increase the verbosity of pccard's output?  I couldn't
find such an option specific to pccard in LINT.  Would "options DIAGNOSTIC" do
this for me?

Thanks

--- Adam Wynne <[EMAIL PROTECTED]> wrote:
> I am trying to get my pcmcia ethernet card working on my laptop.  It is the
> "Intel Anypoint" card and I know that it uses the wi driver, which is
> compiled
> into my kernel.  I am running 4.10-PRERELEASE.  
> 
> I saw on the list that people have gotten this card to work by adding an
> entry
> for it to the /etc/defaults/pccard.conf file.  I tried adding the following
> entry which did not help:
> 
> card "Intel" "AnyPoint(TM) Wireless II PC Card"
> config  auto "wi" ?
> insert  /etc/pccard_ether $device start
> remove  /etc/pccard_ether $device stop
> 
> I know that the system recognizes that a card has been added.  When I insert
> it, the following is reported:
> 
> Jun 26 04:33:53 bird /kernel: pccard: card inserted, slot 1
> 
> It doesn't mention anything about the card in particluar, which seems weird
> to
> me - I expected it to say that the card was unrecognized or something like
> that.  
> 
> I don't know if this helps but I got this card to work on the same laptop
> under
> netbsd according to a doc on the netbsd site.  Doing that required adding
> entries to 2 or 3 kernel files and recompiling.  I tried mimicing that
> procedure but ran into problems since the kernel files are layed out
> differently on freebsd.
> 
> Please let me know if you have any ideas.  It is possible that I have
> forgotten
> something obvious.
> 
> Thanks!
> 
> -Adam
> 
> 
>   
> __
> Do you Yahoo!?
> Yahoo! Mail Address AutoComplete - You start. We finish.
> http://promotions.yahoo.com/new_mail 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 




__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: a quick mailing list question

2004-06-28 Thread Chuck Swiger
Vulpes Velox wrote:
I've been going though transfering all the freebsd mailing lists I've
subscribe to over to one account... the small problem I ran into is
this, I can send emails from this new account fine, but for some
reason if I send something to a list, it does not appear to show up...
I niether recieve it nor does it show up in the archive...
This message made it through.  I've seen mailing list lag of up to 48 hours 
from time to time, so there may be some mail getting stuck on a queue for 
whatever reasons.

any ideas on what is happening?
No, although I'd wait a day or so and see whether the messages show up in list 
traffic, or whether you get a bounce.  Also, you might dig up a message-id 
from your "Sent messages" mbox (if you keep them), and ask 
<[EMAIL PROTECTED]> to look into the matter.  That's what postmasters are 
there for.  :-)

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


Re: Reinstalling And /usr

2004-06-28 Thread Rishi Chopra
--- Dan Nelson <[EMAIL PROTECTED]> wrote:
> In the last episode (Jun 21), Rishi Chopra said:
> > What is the effect on the /usr partition when
> reinstalling over an
> > installation?
> > 
> > I suffered a kernel panic that wiped my MBR; I'd
> like to simply
> > reinstall with the same partition/slice values -
> will my /usr
> > partition and the data therein still be accessible
> after
> > reinstallation?
> 
> Sure, except anything you may have changed in
> /usr/{bin,sbin,share,lib,libexec} will get
> overwritten.  Make sure you
> elect not to newfs any of your filesytems :)  In
> fact, if you know your
> exact mbr info, you should be able to boot the
> install floppy, go to
> the partition editor, set it up, write, reboot, and
> you're done.
> 
> -- 
>   Dan Nelson
>   [EMAIL PROTECTED]
> 
> 

I certainly appreciate the good advice, but I could
use a little more information.  

I'm not really worried about saving the system and the
MBR, just my /usr/home directory.  Can I install the
system again (from floppies) without the inode chain
getting messed up and the /usr/home directory becoming
invisible?  I would like to know if I can just
reinstall over the original installation much like a
Windows fix; the inode error that I'm getting now
prevents /bin/sh from loading and may have made the
system unsalvageable.

=
Rishi Chopra
http://www.ocf.berkeley.edu/~rchopra



__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dhclient with reconfigured SSID

2004-06-28 Thread Dirk-Willem van Gulik

On Mon, 28 Jun 2004, Stephan van Beerschoten wrote:

> Will this lock the ssid during reboots as well ? If not, that actually
> is what I am looking for.

Ah - ok - putting into /etc/r.conf

ifconfig_wi0="ssid foo"

will lock it during/after reboots; but kills the DHCP. Options are

-   Do above but add
dhclietn wi0&
to your /etc/rc.local

-   Leave ifconfig_wi0=DHCP in rc.conf
and do a 'man dhclient-script' and
accordingly create a

/etc/dhclient-enter-hooks

with the text

#!/bin/sh
ifconfig wi0 ssid f00

add 'if [ "x${interface}" = "xwi0" ]; then' ..'fi'
around it if you want it only to happen for wi0.

What the second option does is run an extra script early in the dhcp
cycle whcih sets your interface to the right ssid.

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


Re: dhclient with reconfigured SSID

2004-06-28 Thread Stephan van Beerschoten
Dirk-Willem van Gulik wrote:
On Sun, 27 Jun 2004, Stephan van Beerschoten wrote:
 

Why idea how I can preconfigure an SSID for dhclient ?
   

Just use
ifconfig wi0 ssid FOO
to lock it.
 

Will this lock the ssid during reboots as well ? If not, that actually 
is what I am looking for.

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 11:31 am, Your Name wrote:
> --- Chris <[EMAIL PROTECTED]> wrote:
> > On Monday 28 June 2004 11:10 am, Your Name wrote:
> > > I'd like to upgrade to the x.org series from
> >
> > XFree86.
> >
> > > Is there any simple guide to how to do this?
> >
> > There's
> >
> > > nothing in /usr/ports/UPDATING. I see that some
> >
> > people
> >
> > > have reported general success, but I'm worried
> >
> > that
> >
> > > I'll miss something or forget about rebuilding
> > > something in the three days it'll take to rebuild
> > > every X dependent
> > > port on my system.
> > >
> > > Jen
> >
> > Just update your ports tree, and run portupgrade to
> > bring all your installed
> > ports up to date.
>
> I don't want to be thick, but what are the exact steps
> involved in this? My installed ports are already up to
> date, Id just want to rebuild the ones that depend on
> some version of X. So I guess I'd first install the
> xorg meta-port, then delete--what?, to make sure I get
> all the XFree86 versions?--and then do what to rebuild
> properly everything with depends?
>
> Thanks. I will wait if there is going to be some easy
> method in the future.
>

Well - if I understand this, you want to use X.org in place of XFree86 - if 
this is correct, I would assume you install eht X.org meta-port as you 
mentioned.

I don't know if X.org "needs" anything from XFree, so I can't answer that. The 
next thing is simply update the ports tree (that inturn updates the X.org 
meta when needed) then run portupgrade after the ports ttree update.

See the man page for portupgrade for the parms you want. I myself use -arR
Once you have run portupgrade, and if by chance the meta-port did get updated, 
portupgrade will bring that up to the current build for FreeBSD.

I may have left out some steps, but this is the jist of it.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Andrew L. Gould
On Monday 28 June 2004 11:30 am, Chris wrote:
> On Monday 28 June 2004 11:25 am, Andrew L. Gould wrote:
> > On Monday 28 June 2004 11:15 am, Chris wrote:
> > > On Monday 28 June 2004 11:10 am, Your Name wrote:
> > > > I'd like to upgrade to the x.org series from XFree86.
> > > > Is there any simple guide to how to do this? There's
> > > > nothing in /usr/ports/UPDATING. I see that some people
> > > > have reported general success, but I'm worried that
> > > > I'll miss something or forget about rebuilding
> > > > something in the three days it'll take to rebuild
> > > > every X dependent
> > > > port on my system.
> > > >
> > > > Jen
> > >
> > > Just update your ports tree, and run portupgrade to bring all
> > > your installed ports up to date.
> > >
> > > --
> > > Best regards,
> > > Chris
> >
> > I was unaware that FreeBSD switched to X.org from XFree86.  Did we
> > switch or is there name confusion?  Are both offered in the newer
> > ports?
> >
> > Andrew Gould
>
> Hmm, after looking:
>
> /usr/ports/x11/xorg
> This is a metaport for all the X.Org packages available in the ports
> tree.
>
> WWW: http://www.x.org/
>
> - Eric Anholt
> [EMAIL PROTECTED]
>
> --
> Best regards,
> Chris

Thanks.  I haven't updated my ports in awhile in order to keep ports in 
sync without a lot of portupgrades.

Have a great day!

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


Re: Guide to x.org update?

2004-06-28 Thread Your Name
--- Chris <[EMAIL PROTECTED]> wrote:
> On Monday 28 June 2004 11:10 am, Your Name wrote:
> > I'd like to upgrade to the x.org series from
> XFree86.
> > Is there any simple guide to how to do this?
> There's
> > nothing in /usr/ports/UPDATING. I see that some
> people
> > have reported general success, but I'm worried
> that
> > I'll miss something or forget about rebuilding
> > something in the three days it'll take to rebuild
> > every X dependent
> > port on my system.
> >
> > Jen
> 
> Just update your ports tree, and run portupgrade to
> bring all your installed 
> ports up to date.

I don't want to be thick, but what are the exact steps
involved in this? My installed ports are already up to
date, Id just want to rebuild the ones that depend on
some version of X. So I guess I'd first install the
xorg meta-port, then delete--what?, to make sure I get
all the XFree86 versions?--and then do what to rebuild
properly everything with depends?

Thanks. I will wait if there is going to be some easy
method in the future.

Jen



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 11:25 am, Andrew L. Gould wrote:
> On Monday 28 June 2004 11:15 am, Chris wrote:
> > On Monday 28 June 2004 11:10 am, Your Name wrote:
> > > I'd like to upgrade to the x.org series from XFree86.
> > > Is there any simple guide to how to do this? There's
> > > nothing in /usr/ports/UPDATING. I see that some people
> > > have reported general success, but I'm worried that
> > > I'll miss something or forget about rebuilding
> > > something in the three days it'll take to rebuild
> > > every X dependent
> > > port on my system.
> > >
> > > Jen
> >
> > Just update your ports tree, and run portupgrade to bring all your
> > installed ports up to date.
> >
> > --
> > Best regards,
> > Chris
>
> I was unaware that FreeBSD switched to X.org from XFree86.  Did we
> switch or is there name confusion?  Are both offered in the newer
> ports?
>
> Andrew Gould

Hmm, after looking:

/usr/ports/x11/xorg
This is a metaport for all the X.Org packages available in the ports tree.

WWW: http://www.x.org/

- Eric Anholt
[EMAIL PROTECTED]



-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Andrew L. Gould
On Monday 28 June 2004 11:15 am, Chris wrote:
> On Monday 28 June 2004 11:10 am, Your Name wrote:
> > I'd like to upgrade to the x.org series from XFree86.
> > Is there any simple guide to how to do this? There's
> > nothing in /usr/ports/UPDATING. I see that some people
> > have reported general success, but I'm worried that
> > I'll miss something or forget about rebuilding
> > something in the three days it'll take to rebuild
> > every X dependent
> > port on my system.
> >
> > Jen
>
> Just update your ports tree, and run portupgrade to bring all your
> installed ports up to date.
>
> --
> Best regards,
> Chris

I was unaware that FreeBSD switched to X.org from XFree86.  Did we 
switch or is there name confusion?  Are both offered in the newer 
ports?

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 11:10 am, Your Name wrote:
> I'd like to upgrade to the x.org series from XFree86.
> Is there any simple guide to how to do this? There's
> nothing in /usr/ports/UPDATING. I see that some people
> have reported general success, but I'm worried that
> I'll miss something or forget about rebuilding
> something in the three days it'll take to rebuild
> every X dependent
> port on my system.
>
> Jen

Just update your ports tree, and run portupgrade to bring all your installed 
ports up to date.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Guide to x.org update?

2004-06-28 Thread Your Name
I'd like to upgrade to the x.org series from XFree86.
Is there any simple guide to how to do this? There's 
nothing in /usr/ports/UPDATING. I see that some people
have reported general success, but I'm worried that 
I'll miss something or forget about rebuilding
something in the three days it'll take to rebuild
every X dependent
port on my system.

Jen

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Trying to install Flash... BUT

2004-06-28 Thread Douglas Korinke
S, I am on a Toshiba Satellite 2405-S221 with FBSD 4.9 running KDE 3.1.4 
and attempting to get a Flash plugin working..

So I goto the HowTo at KDE's site at:
http://freebsd.kde.org/howtos/konqueror-flash.php

and follow the directions to the line.. but nothing is still going for me.

I decide to try it again a few times and still nothing until a brilliant 
stroke of genius tells me to check my KDE version.. the HowTo calls for KDE-
3.2.3 aduhh, well I finally follow the first step and pkg_delete 3.1.4 and I 
try to install 3.2.3 from the ports collection.

The install finds all the dependencies except for kwalletbackend, then 
attempts to install it when this warning comes up...

Dependency warning: used OpenSSL version contains known vulnerabilities
Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT
*** Error Code 1

Stop in /usr/ports/x11/kdelibs3.
*** Error Code 1

Stop in /usr/ports/x11/kdebase3.

Any ideas or suggestions?

Thanks a lot,
Doug

ICQ : 26096369
AIM : itss0lidstate

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


Re: Maximum uptime 497 days?

2004-06-28 Thread Michael W. Lucas
On Tue, Jun 29, 2004 at 12:40:53AM +0900, Rob wrote:
> Michael W. Lucas wrote:
> >Hi,
> >
> >This tickles something in the back of my memory.
> >
> >You aren't by chance talking about remote uptime detection,
> >Netcraft-style, are you?
> >
> >IIRC, that rolls over to 0 at 497 days.  But actual system uptime is
> >unaffected.
> 
> Yes, I read it first time on a Netcraft's webpage, then googled and found
> other reports as well. So this 497 limitation is only for Netscaft's way
> of measuring up-time?
> 
> Rob.

Yep.

It's a counter that rolls over in the TCP stack.

==ml

-- 
Michael Lucas   [EMAIL PROTECTED], [EMAIL PROTECTED]
   "I'm sorry, but 'Social Darwinism' is no excuse for killing all of 
   your co-workers."  -- Ivan Brunetti
http://www.BlackHelicopters.org/~mwlucas/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: status of porting pf and spamd from OpenBSD to FreeBSD

2004-06-28 Thread Mark Frank
* On Mon, Jun 28, 2004 at 01:36:55AM -0500 Jay Moore wrote:
> I heard some time ago that work was going on to port pf (and spamd, I think) 
> from OpenBSD to FreeBSD. I also recently saw an announcement on the FreeBSD 
> home page that Daniel Hartmeier had joined the FreeBSD team as a committer - 
> a further indication that this work is underway.
> 
> I'm just curious to know the status of this effort, and any specifics on how 
> or when this will be done.

There's a mailing list at

http://www.freelists.org/cgi-bin/list.fcgi?list_id=pf4freebsd

that may give you some insight.

-- 
Mark Frank
"The fix is only temporary...unless it works." - Red Green
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Maximum uptime 497 days?

2004-06-28 Thread Rob
Michael W. Lucas wrote:
Hi,
This tickles something in the back of my memory.
You aren't by chance talking about remote uptime detection,
Netcraft-style, are you?
IIRC, that rolls over to 0 at 497 days.  But actual system uptime is
unaffected.
Yes, I read it first time on a Netcraft's webpage, then googled and found
other reports as well. So this 497 limitation is only for Netscaft's way
of measuring up-time?
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Intel Ethernet card not being detected

2004-06-28 Thread Richard P. Williamson
At 16:52 25/06/2004. Simon Barner had this to say:
>Richard P. Williamson wrote:
>
>[...]
>
>Here another thing you could try: I once had a problem with a 3Com NIC
>not being detected properly when the driver was compiled statically into
>the kernel.
>
>Removing it and using the module instead made it work...

Nope, still no joy.  However my boot is telling me userland is out of
sync with the kernel now, so I'm not prepared to say "it didn't work"
yet.

Per the numbers returned by pciconf, this is a 82559 rev 0x8, which
is in the table of supported devices.  According to the code, however,
if the device claims to be 10Mb only, then it isn't even handed to the
miibus code to configure.  I'm still working my way through the code to
determine if the 10Mb-ness is being reported by the devices directly,
or if this is the code's interpretation based on other data requested.

The two additional 82559 rev 0x8s (on the plug-in PCI card)
are correctly being passed to the miibus, and this is annoying.

Thanks for your time in this, anyway.

MfG,
rip

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


FreeBSD desktop newcomer (Enemy Territory players read) - need minor help

2004-06-28 Thread klr
Hi list,

After sucessfully playing Return to Castle Wolfenstein and Enemy Territory
on FreeBSD 5.2.1, I decided to switch my workstation to freebsd. I have
large experience on the server side but kinda new to the desktop. Here are
some minor annoyances i'm not being able to solve:

1. I've added a 'paw' menu to access the main menu, but I'd like the
win-key to open this menu. possible?

2. Is there any app like in KDE to update the gnome (2.6.1) menus to
reflect changes in installed applications?


3. Annoyances with enemy territory:

  - The game console isn't bound to \. I have to open it with ~, and the
leading \ won't appear. This makes me send lots of commands to general
chat instead of issuing them, have to remember this all the time. I did
a bind \ toggleconsole, while it will bring console with \ then, it
won't make it vanish. My only clue was it could be a keyboard config
error, so I configured it (using gnome), layout portuguese keyboard,
microsoft natural. it should be working. Also on xchat and such, if I
use any letter with an accent people will see it as a '?'. How do I fix
this behavior ?

  - Im getting some delay switching weapons and shooting. I press mouse1
and about 0.5sec later the weapon will shoot. This should be
instantaneous. I don't have any idea on this one, solutions ?

  - CAPS LOCK key won't work ingame. Works fine on gnome. I need the caps 
  lock key on enemy territory.


Thanks all in advance!
-- 



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


Re: Updating source code manually

2004-06-28 Thread Robert Huff

Sergey Zaharchenko writes:

>  Just a minute. You shouldn't portupgrade KDE when KDE is running,
>  but you should be able to run `make' to build everything while
>  KDE is running, shut down KDE and `portupgrade -w' afterwards
>  (which will use the binaries built by `make' and install them,
>  taking seriously less time than the original `make') and restart
>  KDE. At least that's how it would with an ordinary port.

One of the two of us is confused about this.
As I understand it:
A) Running "make build" but not "make install" doesn't really
solve the "installing while running" issue.  Sure, it won't install
for that port, but it will build-and-install for every port upstream
...
B) ... unless you're suggesting starting at the top of the
dependency tree and doing build-but-don't-install by hand for every
component in order.  I consider this severely impractical; it also ...
C) ... won't work with portupgrade unless one uses the "w" option.

Or have I missed a memo?



Robert Huff


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


Re: Maximum uptime 497 days?

2004-06-28 Thread Charlie Schluting
Rob wrote:
Hi,
By accident I happen to come across this remarkable limit of
uptime registration for FreeBSD systems. After 497 days, the
timer jumps to zero again.
Not here..
 8:00AM  up 1074 days, 11:58, 0 users, load averages: 0.57, 0.26, 0.10
That's on 2.1.0-RELEASE, BTW :)
-Charlie
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Hi

2004-06-28 Thread DoMenus
Hello freebsd-questions,

Monday, June 28, 2004, 1:57:16 PM, you wrote:

fqfo> I hope the patch works.


yeah! Its works!

-- 
Best regards,
 DoMenusmailto:[EMAIL PROTECTED]

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


Datasize change

2004-06-28 Thread Dave Raven
Hi all,
I'm having a problem where I need to allow a proccess to use up to
1.5gig of memory, however its going to be a problem to recompile my kernel.
I know that these options would solve the problem:
options MAXDSIZ = "(1536 * 1024 * 1024)"
options DFLDSIZ = "(1536 * 1024 * 1024)"

However, I'm wondering if there is a way to do it with login.conf (limits) -
here you can see the limits when datasize is unspecified (using kernel
default) - however could I increase it through that mechanism? Or is there
another way I could do this...

Resource limits (current):
  cputime  infinity secs
  filesize infinity kb
  datasize   524288 kb
  stacksize   65536 kb
  coredumpsize infinity kb
  memoryuseinfinity kb
  memorylocked infinity kb
  maxprocesses 7390
  openfiles   32768
  sbsize   infinity bytes
  vmemoryuse   infinity kb

Thanks in advance
Dave

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


Re: ISP Connection problem - ADSL

2004-06-28 Thread Peter Ulrich Kruppa
On Mon, 28 Jun 2004, Bryce wrote:
Hi,
Im a freeBSD newbie & have been struggling for some
time to get my adsl connection working on Freebsd
5.2.1 Release. I've tried many suggested
configurations for /etc/ppp/ppp.conf, and /etc/rc.conf
& read relevant chapters from 'Complete FreeBSD' & the
handbook, but my connection still dies before reaching
the LCP phase.
Im using an Alcatel Speedtouch 530 Modem connected to
Ethernet. My ADSL connection is fine in Windoze
however the configuration for the modem is usually set
through a web-browser. Do the modem settings(done via
browser) affect the connection in FBSD or does the
system simply take the settings from ppp.conf etc? Im
somewhat confused on this point. I can ping the modem
at 10.0.0.138 and can open the web interface in X.
I believe your alcatel speedtouch (although I have never
seen one) isn't a modem, but a router. So you don't have
to mess around with ppp . You simply set it as default
gateway and dns server in /stand/sysinstall --> Configure
--> Networking --> Interfaces --> and select you NIC.
Or - if you prefer this - have a look at your Complete
FreeBSD and edit /etc/rc.conf manually.
Greetings,
Uli.
+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cue images

2004-06-28 Thread Sergey Zaharchenko
On Mon, Jun 28, 2004 at 01:39:46PM +0200,
 artifex probably wrote:

> Where are the international standard that describe the ISO file (not 
> the filesystem!) format?

\From the mount_cd9660 manpage

>& MOUNT_CD9660(8)  FreeBSD System Manager's Manual MOUNT_CD9660(8)
>& NAME
>&  mount_cd9660 - mount an ISO-9660 file system

So it's ISO 9660. ISO stands for International Standards Organization
AFAICT. As for `where', use Google.

> BTW, the non-standard cdrdao do the job fine.

I think that if the developer of the Windows program which
uses/generates the `.cue' files would hear that, he would change the
format just so that you couldn't use free tools and were forced to
purchase his program. Just kidding, but doesn't it remind you of
anything?

-- 
DoubleF
Those who in quarrels interpose, must often wipe a bloody nose.


pgptXHmHtbT5r.pgp
Description: PGP signature


Re: Problem restarts

2004-06-28 Thread Steve Bertrand
>> I'm having a problem with spontaneous restarts.  This isn't a new
>> problem,
>> but I've done the obvious things and the problem hasn't gone away.  I
>> was thinking of asking on -hackers, but I'm trying here first.

I have a mail server that is doing this exact thing. Very spontaneous,
more problematic when under heavy load. I tested this theory with
buildworld, and it just barfs.

I have tracked it down to a problem with the power supply. In my case, the
fan is not operating properly (it is moving, but very slowly). I pop the
disk in a new machine and voila...problem fixed.

Just my $.02

sb

>>
>> The system is a 4.8 with a mix of patches and port upgrades of various
>> ages.  I'm planning to rebuild the whole thing, bringing it up to date,
>> but I'm hoping to be able to wait for a 5.x in STABLE; I don't want to
>> do
>> this twice, since I expect I'll have to dump and restore everything.
>>
>> The hardware is a 2.6 GHz P4 with 2 GByte of GEIL dual-channel memory.
>> (The problem existed on the previous, somewhat slower, memory as well.)
>> The box contains the processor and motherboard (Gigabyte GA-SINXP1394),
>> two floppy drives, CD and CD/W drives, an HP DAT, three IBM/Hitachi
>> 36G/10K SCSI drives, and one 120G IDE.  The SCSI card is by Adaptec; the
>> video card is a low-end NVidia, and I'm running their video driver.  The
>> PS is an Antec True380, which should be enough for the box, with
>> something
>> to spare.  There are several extra, large fans, of which more later.
>>
>> The system, monitor, printer, and cable modem are all powered through an
>> APC BACK-UPS 450, about 18 months old.  It's shown in the last week that
>> it can keep things up for more than an hour.
>>
>> The symptom is a restart that leaves no indication of how it happened.
>>
>>   Recently, the system shut down (completely, and at the power supply)
>>   instead of restarting.  In that case, the last deliberate shutdown
>>   was a `shutdown -h now'; it appears that in every other case, the last
>>   deliberate shutdown was a `-r now'.  (Question: does the machine
>>   architecture have settings for reset-resume .vs. reset-halt, settings
>>   that might be remembered when a later action occurs?)  It has
>>   subsequently shut down with an immediate restart.
>>
>> There are no failure indications in the /var/log/messages, nor reported
>> by dmesg.  (The console scrolls by very quickly.)  The message sequence
>> over the restart typically looks like this:
>>
>> ===
>> Jun  7 18:39:09 moleend /kernel: arp: 24.228.64.1 moved from
>> 00:05:00:e7:17:44
>> t
>> o 00:05:00:e7:17:57 on em0
>> Jun  7 18:39:09 moleend /kernel: arp: 24.228.64.1 moved from
>> 00:05:00:e7:17:57
>> t
>> o 00:05:00:e7:17:44 on em0
>> Jun  7 18:59:06 moleend dhclient: New Network Number: 24.228.64.0
>> Jun  7 18:59:06 moleend dhclient: New Broadcast Address: 255.255.255.255
>> Jun  7 22:47:33 moleend /kernel: Copyright (c) 1992-2003 The FreeBSD
>> Project.
>> Jun  7 22:47:33 moleend /kernel: Copyright (c) 1979, 1980, 1983, 1986,
>> 1988,
>> 198
>> 9, 1991, 1992, 1993, 1994
>> 
>>
>> The restart most often occurs AFTER X has been shut down (and often
>> restarted) but sometimes when X has not been run.  It most often occurs
>> when the system is under heavy CPU load, but sometimes when the load
>> has been light.
>>
>> I thought at one time it might be a thermal problem and undertook to
>> fix that.  (I am still working to get more cooling air over the disks.)
>> Right now, I have 120 mm fans rated at 130-135 CFM (Panaflow and JMC)
>> pushing air in and out of the box, and pressurizing a duct feeding the
>> CPU cooler, which is now cool to the touch.  The memory modules are cool
>> to the touch.  While the disks need a proper plenum to route more air
>> over them, I no longer believe that there is a thermal problem.  The
>> vid card's fan-blown heatsink is warm (not hot) to the touch; the
>> northbridge's fan-blown heatsink is warm (not hot) to the touch.
>>
>> (Some people commute to white-collar jobs in heavy pickups; I drive a
>> small server as my PC.  No chrome pipes.)
>>
>> So: what should I do next?  Should I set the system up to go to the
>> kernel debugger on panic, or even start it via the kernel debugger?
>> (Where is the full documentation?)  Should I shell out for an even
>> bigger power supply?  Is there another log that I should examine?
>> A restart wire that I should check?  A power bus I should scope?
>> (I'll have to borrow a scope somewhere.)  Is it time for an exorcist?
>>
>> Thanks for your help.
>>
>> Mark Terribile
>>
>>
> Mark
>
> In my  opinion this is a thermal problem. I have seen this before in
> some of my systems. Mainly has to do witht he processors not cooling
> well enough. Try opening the cases up and leaving the the covers off for
> a temp solution. Are you over clocking?
>
> 

FW: help please? corrupted hard disc - invalid super block.

2004-06-28 Thread Ruben Bloemgarten


It looks like you wrote the disklabel for the slice to the disk or
vice-versa. 
If you check /dev there probably isn't a /dev/ad5s* there. Try mounting
/dev/ad5e instead of /dev/ad5s1e. To verify, do a bsdlabel ad5s1 to see if
you have a disklabel for the slice. Otherwise you could :
1.backup you disklabel 
  #bsdlabel /dev/ad5e > disklabel.BAK
2. write a correct disklabel for /dev/ad5s1
  #bsdlabel -w -B ad5s1
3. Edit your disklabel to be correct :
   a. note the size values of #bsdlabel ad5s1
   b. make another backup of your saved disklabel
   c. edit one of the backups and change the size value 
  to the value you got from #bsdlabel ad5s1
   d. write your edited disklabel to ad5s1
  #bsdlabel -R ad5s1 disklabel.BAK
  This *should* return no errors.
4. try to mount ad5s1
Now this is all based on them hope that you don't have to erase the
bad/sliceless disklabel on da5.

Good luck,
Ruben   

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Sent: Monday, June 28, 2004 11:08 AM
To: [EMAIL PROTECTED]
Subject: help please? corrupted hard disc - invalid super block.


Hi!

I have a hard disc that I think must have been set up wrong initially...

It was however working fine, but at some point filled up to capacity, 
wherapon the next reboot it failed to mount.

System is 4.8-RELEASE, Generic Kernel.

Currently the disc shows:

luggage# mount -r /dev/ad5s1e /mnt
mount: /dev/ad5s1e on /mnt: incorrect super block

luggage# disklabel -r ad5
# /dev/ad5c:
type: ESDI
disk: ad5s1
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 14593
sectors/unit: 234441585
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0   # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
   c: 2344364820unused0 0# (Cyl.0 -
14592*)
   e: 23443648204.2BSD16384 16384   300  # (Cyl.0 -
14592*)
Warning, partition c doesn't cover the whole unit!
Warning, An incorrect partition c may cause problems for standard system 
utilities

luggage# fsck /dev/ad5s1e
Can't open /dev/ad5s1e: Invalid argument

luggage# fsck -b 32 /dev/ad5s1e
Alternate super block location: 32
Can't open /dev/ad5s1e: Invalid argument

luggage# file -s /dev/ad5s1e
/dev/ad5s1e: can't read `/dev/ad5s1e' (Invalid argument).



At this point I am stuck ... most of the "Invalid Super Block" messages I 
can find when searching relate to cd-roms.

If I could mount the disc even read-only, I could copy the data off.

Can anybody give me any clues on where to go from here?

Thanks in advance,

Rob


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

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


Re: Maximum uptime 497 days?

2004-06-28 Thread Michael W. Lucas

Hi,

This tickles something in the back of my memory.

You aren't by chance talking about remote uptime detection,
Netcraft-style, are you?

IIRC, that rolls over to 0 at 497 days.  But actual system uptime is
unaffected.

==ml

On Mon, Jun 28, 2004 at 12:39:30PM +0900, Rob wrote:
> 
> Hi,
> 
> By accident I happen to come across this remarkable limit of
> uptime registration for FreeBSD systems. After 497 days, the
> timer jumps to zero again.
> 
> 497 days is less than a 1.5 years !
> 
> Has this been fixed in newer versions of FreeBSD (stable and/or
> current) ? Or is there a hardware limitation (CPU?) that does
> not allow this?
> 
> Just wondering.
> 
> Regards,
> Rob.
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
Michael Lucas   [EMAIL PROTECTED], [EMAIL PROTECTED]
   "I'm sorry, but 'Social Darwinism' is no excuse for killing all of 
   your co-workers."  -- Ivan Brunetti
http://www.BlackHelicopters.org/~mwlucas/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: calculating/timing dump/restore

2004-06-28 Thread David Thakur
On Mon, 28 Jun 2004 14:52:50 +0200, Ruben Bloemgarten
<[EMAIL PROTECTED]> wrote:
Try 'man time'. Works like this: 'time command'.

David

> 
> Hi all,
> 
> I would like to time a dump/restore operation without actually
> 
> sitting next to my box with a stopwatch. Specifically restore as
> 
> dump already indicates the time it took. Can anybody help me out here?
> 
> Thanks,
> 
> Ruben
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sysinstall in a jail

2004-06-28 Thread Frederick N. Brier
I do not know whether this is the proper way of doing it, but I mounted 
the CD using

mount -v -t cd9660 /dev/acd0c /usr/jail/myjail/dist
Then I went back into the jail'ed environment, started up sysinstall, 
selected Configure/Media, choosing File System, specifying /dist, then 
selecting Packages, and it worked.

Fred.
Frederick N. Brier wrote:
I am running into a problem installing packages via sysinstall within 
a jail using the CD media.  I did a minimal install, but added the 
/usr/src directory.  I followed the directions to setup a jail and 
copied /stand/sysinstall into the jail subdirectory.  As per the 
directions, I then started up the jail and ran sysinstall.  But when I 
attempt to install off of the cdrom media, I get the following error: 
"Error mounting /dev/acdoc on /dist: Operation not permitted (1)".  
Now it makes sense that a jail might not be allowed to mount a system 
device.  My confusion is that these were the instructions and I have 
not seen any posts saying this is a problem.  Is there a way to give 
the jail permission to access the CD device?  Should I mount the CD 
from the host (outside the jail) but to a subdirectory the jail has 
access to? Such as /usr/jail/myjail/dist?  Versus /dist?  Thank you 
for any suggestions.

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


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


Re: Maximum uptime 497 days?

2004-06-28 Thread Ken Smith
On Mon, Jun 28, 2004 at 05:19:10PM +0400, Maxim Konovalov wrote:
> On Mon, 28 Jun 2004, 12:39+0900, Rob wrote:
> > By accident I happen to come across this remarkable limit of
> > uptime registration for FreeBSD systems. After 497 days, the
> > timer jumps to zero again.
> >
> > 497 days is less than a 1.5 years !
> >
> > Has this been fixed in newer versions of FreeBSD (stable and/or
> > current) ? Or is there a hardware limitation (CPU?) that does
> > not allow this?
> >
> > Just wondering.
> 
> $ uptime
>  5:18ÐÐ  up 498 days,  6:13, 5 users, load averages: 0.07, 0.03, 0.06
> $ uname -r
> 4.4-RELEASE

% uptime
 7:25AM  up 932 days,  3:48, 1 user, load averages: 0.47, 0.30, 0.23
% uname -r
4.4-STABLE
%

That said, I'd love to know what limit it was you (original poster)
saw.  Maybe something has crept in between 4.4 and now?

-- 
Ken Smith
- From there to here, from here to  |   [EMAIL PROTECTED]
  there, funny things are everywhere.   |
  - Theodore Geisel |
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >