ICP Vortex Controller CLI under FreeBSD 4.x ...

2005-12-04 Thread Marc G. Fournier


Specifically, how does one get it to work?  I downloaded icpcon4.tgz, and 
did a pkg_add ... the controller is working fine, but when I start up 
icpcon, it tells me No Controllers Found ...


Help?


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The FreeBSD Diary: 2005-11-13 - 2005-12-03

2005-12-04 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


qemu, usb and usb_add

2005-12-04 Thread dick hoogendijk
I think it can be done.
I have XP running under qemu fine.

Yesterday I got a samsung 760 mobile and connected it to my fbsd-6.
I read:
ugen0: SAMSUNG SAMSUNG Mobile USB Modem, rev 2.00/1.00, addr 2

So it's seen ;-)

Then I read about the -usb option of qemu. OK, XP knows USB.
But it does not see nor install the modem driver. I probably have to
use the usb_add option of qemu console, but I have NO idea about how to
formulate it. The help screen states:

usb_add device, where device is host:bus.addr or
host:vendor_id:product_id but how do I know these values?

Can somebody help me, please. I very much like to be able to use my
mobile with qemu/win and not have to reboot to a 'normal' XP
installation.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.0 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to copy MBR??

2005-12-04 Thread Robert Slade
On Sun, 2005-12-04 at 01:49, Javier Matos wrote:
 Hi, I will change the hard drive of my computer and I was thinking that maybe 
 it can run if I make partitions in the new hard drive (the same number of 
 partitions using the same device name), copy all the files contained in the 
 old hard drive to the new one and finally copy MBR from old hard drive to the 
 new one... .
 
 Can it be a solution to the problem of changing hard drives of my computer or 
 that that I tell is a stupid thing??
 
 Thx

Javier,

Have a look at man dd.

Rob

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


Re: BSD vs Linux Threads

2005-12-04 Thread Michael Vince

Giorgos Keramidas wrote:


On 2005-12-02 14:00, Michael Vince [EMAIL PROTECTED] wrote:
 


For 6 Linux threads from my benchmarking and from what I have seen
some peoples posts gives poor performance compared to libthr or
libpthread I am using more of libthr over libpthread in 6.0 and have
been benchmarking best results.

Try this in /etc/libmap.conf
[mysqld]
libpthread.so.2 libthr.so.2
libpthread.so   libthr.so
   



Unfortunately, I have best results with libthr is completely
worthless, unless you also describe the exact process of the
benchmark and why this particular benchmark is considered very
important for your specific application vs. other types of
workload :/
 

OK well to put it in another way libthr has beaten libpthread (and 
everything else you can do in FreeBSD such as linux threads) in ANY 
MySQL benchmark test I have done.



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


Re: Automating a 5.4 install

2005-12-04 Thread Thomas Linton
For problem 2 have a look at:

http://lists.freebsd.org/pipermail/freebsd-questions/2005-November/103093.html


On 11/30/05, Raistlin Majere [EMAIL PROTECTED] wrote:

 I'm trying to use netboot to automate the install of FreeBSD 5.4.  I can
 get new servers to boot, mount the NFS partition which has all the data
 from the CD on it (taken from an iso) but I've run into two problems:

 1) FreeBSD complains about my disk geometry, even though what it
 suggests matches what's in the BIOS it's coming up with some wierd
 numbers and halting my automated install so I can tell it use the more
 likely geometry

 2) after the OS install it complains that it can't find packages.  It
 finds the packages directory, parses the index file, but then it can't
 find them.  The error on screen is Please remove disc #0 from your
 drive, and add disc #1 and on tty2 the debug messages are: DEBUG:
 package check for xxx returns failure.

 Any thoughts?

 -=Alexander

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

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


Re: BSD vs Linux Threads

2005-12-04 Thread Michael Vince

Michael Vince wrote:


Giorgos Keramidas wrote:


On 2005-12-02 14:00, Michael Vince [EMAIL PROTECTED] wrote:
 


For 6 Linux threads from my benchmarking and from what I have seen
some peoples posts gives poor performance compared to libthr or
libpthread I am using more of libthr over libpthread in 6.0 and have
been benchmarking best results.

Try this in /etc/libmap.conf
[mysqld]
libpthread.so.2 libthr.so.2
libpthread.so   libthr.so
  



Unfortunately, I have best results with libthr is completely
worthless, unless you also describe the exact process of the
benchmark and why this particular benchmark is considered very
important for your specific application vs. other types of
workload :/
 

OK well to put it in another way libthr has beaten libpthread (and 
everything else you can do in FreeBSD such as linux threads) in ANY 
MySQL benchmark test I have done.


And just to add to that I have probably spent about 20 hours at least 
worth of benchmarking MySQL.


Mike

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


Re: FreeBSD telnetd and Microsoft Internet Explorer

2005-12-04 Thread Peter Clutton
On 12/3/05, Ted Mittelstaedt [EMAIL PROTECTED] wrote:

 Whoah whoah whoah

 Guys, I have several 5.4 servers.

 Hitting them with IE 6.0.2800.1106 ftp client I
 get NO PROBLEMS seeing dot files.  I DO NOT see
 the behavior that the OP claims.  NOR do I see the
 behavior that you guys are claiming either of IE's
 FTP client being bad.  Nor do I see this behavior
 on a 6.0 FreeBSD server.

 I respectfully submit that both you and the OP are
 off your rockers. You guys, probably because you don't
 know how to setup Windows properly.  (which is understandable)
 The OP probably because he doesen't know how to setup FreeBSD
 properly, plus has borked some settting in his IE.  Note
 he hasn't posted the IE version.  Note he hasn't setup a
 test login on his FTP server and invited anyone to try it
 and see if they are getting the same problem.  Can you
 say Troll bait?  I knew you could.

 AND YES, I did try a few FTP sites on that URL.  No problem
 with any of them.

 AND NO I do not recommend IE as a FTP client either.  And I
 respectfully submit that a recommendation against IE from
 someone who must apparently know how to set it up properly
 should IMHO carry more weight than one from someone who
 apparently doesen't know how to set it up properly.

 If you think IE's FTP client is so bad then post a few sites
 and I'll go to them and put up some screen captures of my IE.
 Go ahead, prove I'm wrong.  I'd like to see it crash.
 I dare you.

The reason it works for you is because you manually set the ftp type
setting of IE. I do happen to know how to set up IE and alot of other
network related setting in WIndows.

When these are not set (as they do not absolutely-have-to-be with
other clients) it crashes. The fact that just because you haven't
bothered about that setting, or PASV etc, doesn't mean the client
should crash. Under the default setup on IE, nearly every one of those
sites crashes IE. Now of course it makes sense that if these settings
haven't been set, that you might get an error message and  have to set
things right, but not to crash the application every single time
without a clue as to what went wrong.

Now of course I could take screen shots and get these sites to work
aswell, believe me it's not some advanced windows knowledge that
you're claiming ownership  to here, but if you leave the settings on
defualt, it crashes the browser. Plain old run of the mill, office and
home environment set up, it crashes the application. Even microfts own
ftp site. Oppose this to Firefox's ftp implementatoin which works out
of the box, and gives you an error if you need to change something.
Of course everything crashes, let's not be silly, but to crash
categorically every time unless you've set it the way it should be, is
an immature piece of software.

On top of these are problems with standards implementations, in the
same way that the IE html engine doesn't render in accordance with the
standards (I can tell you this after having worked full time in web
design and php/mysql, and the joy you get when you see the way things
should look, according to standard html and xhtml and css texts, in
other browsers, but never in IE.) But in the end it's just the fact
that it's crashed in it's default setting in every Windows release
I've used.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: schedule a script at system startup

2005-12-04 Thread Scott Mitchell
On Sat, Dec 03, 2005 at 08:18:12PM -0500, Ian Lord wrote:
 Hi,
 
 I would like to run a shell script at system startup which needs to 
 run under a specific uid...
 
 I don't see anything for this in man cron...

Try 'man 5 crontab' - there's an @reboot string that can be used instead of
the normal time specification in a crontab file to have the command run
once at startup (of the cron daemon, presumably).

 is there a way to do it with cron ? or otherwise is there another way ?
 
 I guess there might be a way to put a script in /etc/rd.d/ but I 
 don't know how to run it under a specifid uid

Your rc.d script could just use 'su' to switch to the desired user and
execute another script as that user:

su - someuser -c /path/to/some/script

su passes everything after the username as arguments to the shell running
as someuser.

I guess the advantage of running your script out of /etc/rc.d is that you
can control when it gets run relative to all the other startup scripts -
'man rcorder' for details on this.

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How often portupgrades?

2005-12-04 Thread Kiffin Gish
On Sat, 2005-12-03 at 17:51 -0800, Vizion wrote:
 On Saturday 24 December 2005 11:29,  the author Kiffin Gish contributed to 
 the 
 dialogue on-
  How often portupgrades?: 
 
 Just wondering what a good rule of thumb is in how often to run
  portupgrades.
 
 I figure that once a week should be sufficient, however each time it runs it
  can take up to a few hours to complete which seems like an unnecessary
  hassle to me. Once it even started rebuilding the complete gnome port which
  took a couple days!
 
 Is this worthwhile? What are the benefits?
 
 Thanks alot in advance.
 
 You pays yr processing time and makes yr choice :-)
 
 I have been using freebsd for quite a long time and I find that sometimes I 
 am 
 constantly upgrading a machine which is being used for development something 
 and then when I just need systems to carry on doing the same thing day after 
 day I get into the if it aint broke dont fix it mode! Then a new 
 application/need comes along and the cycle starts over again!
 
 david
 

Then one seriously wonders what the benefit is of upgraded more than
once every few months or so.

 
 
 
 
-- 
Kiffin Gish [EMAIL PROTECTED]

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


Re: How often portupgrades?

2005-12-04 Thread albi
Kiffin Gish wrote:

 Then one seriously wonders what the benefit is of upgraded more than
 once every few months or so.

install portaudit, run portaudit -Fda, and make your own choice about
what to upgrade

with portaudit installed you will also see nightly portaudit-checks in
your daily security-logs

for a desktop-machine it depends also on which newest feature from a
certain port you have been craving for :-)

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


releng for 6

2005-12-04 Thread eoghan

Hi
Im going to upgrade to 6, I was wondering if someone could tell me  
the RELENG for 6, for my supfile?

Should it be tag=RELENG_6_0?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mkisofs on 5.4

2005-12-04 Thread Fabian Keil
Jonathan Wallace [EMAIL PROTECTED] wrote:

 Do you see the problem if you only use mkisofs?
 
 Yes.  I just tried it and got the same problem with an iso image using
 mkisofs.  This is starting to look like a timezone issue.  The
 date/time difference between the date displayed via ISO and the date
 displayed via FFS (same file), is five hours which is my timezone
 from GMT.  I'm on the US Eastern seaboard.
 
 The date/time is being displayed correctly by date() and by UFS2.  It
 appears that cd9660 is having a problem with the time zone.  As
 another reference point, when I mount the DVD I created, under MSwin,
 the dates are displayed correctly.

I think you should report the problem again, but with another subject.

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


sylpheed --compose + attachment??

2005-12-04 Thread Johan Spee

In sylpheed a new message to [EMAIL PROTECTED] can be opened from the command 
line like this:
# sylpheed --compose [EMAIL PROTECTED]

I would like to do something similar with an attachment. But when I try this:
# sylpheed --compose somefile.txt
the 'somefile.txt' part is interpreted as an address.

I cannot find any information on other command-line parameters for sylpheed. 
Can this be done?

thanks,

-- 
Johan Spee

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


Re: releng for 6

2005-12-04 Thread ivan . roth
eoghan wrote:
 Hi
 Im going to upgrade to 6, I was wondering if someone could tell me  the
 RELENG for 6, for my supfile?
 Should it be tag=RELENG_6_0?
 Thanks
 Eoghan


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


Re: sylpheed --compose + attachment??

2005-12-04 Thread Glenn Dawson

At 05:06 AM 12/4/2005, Johan Spee wrote:

In sylpheed a new message to [EMAIL PROTECTED] can be opened from the 
command line like this:

# sylpheed --compose [EMAIL PROTECTED]

I would like to do something similar with an attachment. But when I try this:
# sylpheed --compose somefile.txt
the 'somefile.txt' part is interpreted as an address.

I cannot find any information on other command-line parameters for 
sylpheed. Can this be done?


sylpheed --help

will give you a list of available command line options.

--attach is the one you're looking for.

-Glenn



thanks,

--
Johan Spee

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


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


Re: cpufreq and changing driver

2005-12-04 Thread martinko

Marco Calviani wrote:

Hi Nate,

2005/11/30, Nate Lawson [EMAIL PROTECTED]:



You should send the full output of sysctl dev.cpu.  There is no
cpufreq driver (est, acpi_perf, or other) driver running.  Perhaps look
at your dmesg to see if one is probing/attaching.





sysctl dev.cpu


dev.cpu.0.%desc: ACPI CPU
dev.cpu.0.%driver: cpu
dev.cpu.0.%location: handle=\_PR_.CPU0
dev.cpu.0.%pnpinfo: _HID=none _UID=0
dev.cpu.0.%parent: acpi0
dev.cpu.0.freq: 1000
dev.cpu.0.freq_levels: 1800/24000 1600/2 1400/18000 1225/15750
1050/13500 1000/16000 875/14000 750/12000 625/1 600/12000
525/10500 450/9000 375/7500 300/6000 225/4500 150/3000 75/1500



hi,

may i just ask what are the numbers after slash(es) in freq_levels ?
(sysctl -d does not say anything but dev.cpu.0.freq_levels: CPU 
frequency levels)

(and i've got -1 everywhere (??); machine is pentium-m 755)

cheers,

martin

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


Re: schedule a script at system startup

2005-12-04 Thread Werther Pirani

Ian Lord wrote:


I guess there might be a way to put a script in /etc/rd.d/ but I
don't know how to run it under a specifid uid


Create a script (name is not important as long as it ends in .sh)
and put it in /usr/local/etc/rc.d. Also, make sure the script is
executable and contains lines like:

#!/bin/sh

echo -n  some informative message here

su -l username -c '( command arg1 ... argn )'

Run the script (as root) manually with /usr/local/etc/rc.d/sctript.sh to
verify everything is okay and in case you need/want to add redirection
(still inside parenthesis).



Hope this helps,

Werther
--
I went mad for a while -- did me no end of good.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to copy MBR???

2005-12-04 Thread Damon Blom
javier
   Take a look at freebsd cheat sheets - moving to a larger hard drive.
  Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


buildworld with 6.0

2005-12-04 Thread eoghan

Hi
Ive cvsup my src to 6.0 and ran:
/usr/src make buildword
however im getting the following error:
=== sbin/ipf/ipf (obj)
mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists
*** Error code 1

Stop in /usr/src/sbin/ipf/ipf.
*** Error code 1

Stop in /usr/src/sbin/ipf.
*** Error code 1

Stop in /usr/src/sbin.
*** Error code 1

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

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

Stop in /usr/src.

Can someone help me with this? Im currently running 5.4-RELEASE.
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: buildworld with 6.0

2005-12-04 Thread Björn König

eoghan schrieb:

[...]
Ive cvsup my src to 6.0 and ran:
/usr/src make buildword
however im getting the following error:
=== sbin/ipf/ipf (obj)
mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists
*** Error code 1
[...]
Can someone help me with this? Im currently running 5.4-RELEASE.
[...]


Remove your object directory and try again, i.e. rm -R /usr/obj.

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


Re: buildworld with 6.0

2005-12-04 Thread Chris Hill

On Sun, 4 Dec 2005, eoghan wrote:


Ive cvsup my src to 6.0 and ran:
/usr/src make buildword
however im getting the following error:
=== sbin/ipf/ipf (obj)
mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists
*** Error code 1


As seen in the handbook:

cd /usr/obj
chflags -R noschg *
rm -rf *

Do that first, then

cd /usr/src
make buildworld

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


Re: Setting up a print-server

2005-12-04 Thread Warren Block

On Sat, 3 Dec 2005, Charles Howse wrote:


On Sat, 3 Dec 2005, Charles Howse wrote:


I now have the both printers set up and can print to them from FreeBSD.
Problem is, I can't print to them from the Mac.

The error is always, Printer HP1100 is busy, trying again in 30 seconds.
I take that to mean the server isn't responding.

Is there a command I can run from the Mac that will tell me if the FreeBSD
box is accepting connections to the printers?


lpc status all

...if the Mac has the lpc command.


Might there be something I haven't enabled on FreeBSD to allow me to print
across the network?


Do you have the Mac's hostname or IP address in /etc/hosts.lpd?


Warren,
I do now, no joy.


Okay, how about an entry for the Mac in /etc/hosts?  lpd wants a 
resovable hostname.



I've told lpd on the FreeBSD box to use -W (accept connections on any
port), cause the Mac is trying to connect on port 631.


Which implies that cups is still trying to use IPP, not lpd.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: DualBoot

2005-12-04 Thread martinko

Mr. Albritton wrote:

How viable is it to install FreeBSD along side WinXP?  (Dual Boot)  Also, can the BSD 
MBR be removed once it's installed?  I've tried FIXMBR with the WinXP CD and it 
didn't work  sigh  Any suggestions?
---
Mike Albritton
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



you don't have to install fbsd's mbr at all. you could use win nt/xp 
boot manager. but fot that to work you would need to create a boot 
sector image to boot fbsd. i've achieved it with software called 
bootpart. or you can use grub.


btw, my winxp stopped working after i tried to install 2nd installation 
of fbsd -- i had 5.4 and i installed 6.0. most unfortunately, fdisk 
shuffled partitions and my grub stopped working properly. i managed to 
fix it by hand (good old norton disk editor) and everything works fine 
but winxp -- i got a message saying something like it cannot load hal 
file or something. :-((


martin

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


cd9660 problem

2005-12-04 Thread Incoming Mail List

On FreeBSD 5.4 I'm seeing a strange problem with cd9660 and DVD+RW media.
I use growisofs() to burn the DVD, which works fine.  However, when I mount
the DVD, ls() reports the date/time of the files on the DVD five hours
behind the date/time of the original files (as reported by UFS2).

It seems more than coincidence that the discrepency corresponds to my time
zone (EST) which is five hours less than GMT.  I can confirm that growisofs()
burned the disk correctly by mounting it on a MSWIN box where the date/time
match the date/time of the original files on UFS2.

A retail DVD movie was mounted on the FBSD 5.4 system (via cd9660) and a
MSWIN box.  The date/time of those files was identical in both cases.  So
it seems this is a problem only on my re-writable DVD media.

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


Re: How often portupgrades?

2005-12-04 Thread Warren Block

On Sun, 4 Dec 2005, Kiffin Gish wrote:

On Sat, 2005-12-03 at 17:51 -0800, Vizion wrote:


I have been using freebsd for quite a long time and I find that sometimes I am
constantly upgrading a machine which is being used for development something
and then when I just need systems to carry on doing the same thing day after
day I get into the if it aint broke dont fix it mode! Then a new
application/need comes along and the cycle starts over again!

david



Then one seriously wonders what the benefit is of upgraded more than
once every few months or so.


Security fixes.
Bug fixes.
New features.
Compatibility.

How important each of these will be depends on the use of the machine. 
portaudit helps with the first one.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: schedule a script at system startup

2005-12-04 Thread Svein Halvor Halvorsen

* Ian Lord [2005-12-03 20:18 -0500]
  I would like to run a shell script at system startup which needs to run under
  a specific uid...
  
  I don't see anything for this in man cron...

See crontab(5)

You can use the @reboot magic to make cron run a script once, at startup.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error when i change the sysctl env

2005-12-04 Thread 赵铭
 freebsd6.0+ipfilter ,
i use the ipfilter like a firewall proxy my lan connect to the internet
, on my old computer , i use freebsd5.4 and  write the follow lan to the
file sysctl.conf

net.inet.ipf.fr_tcpclosewait=120
net.inet.ipf.fr_tcplastack=120
net.inet.ipf.fr_tcptimeout=240
net.inet.ipf.fr_tcpclosed=60
net.inet.ipf.fr_tcphalfclosed=300
net.inet.ipf.fr_udptimeout=90
net.inet.ipf.fr_icmptimeout=35

and work fine ,but in the machine of freebsd6.0 ,when boot up ,the system
tall me the device is busy ,and the sysctl env is not alive .i think write
it to the file /boot/loader.conf will be ok  ,but it is not work yet  ,i
dont know what can use that sysctl env  ???
thanks ...

--
==
NAME :webnamechina
N U M :9809338
[EMAIL PROTECTED]
==
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: schedule a script at system startup

2005-12-04 Thread 赵铭
sometime ,you can use the commant : su - usename -c commant

man su

you will find it..good luck


On 12/4/05, Svein Halvor Halvorsen 
[EMAIL PROTECTED] wrote:


 * Ian Lord [2005-12-03 20:18 -0500]
   I would like to run a shell script at system startup which needs to run
 under
   a specific uid...
 
   I don't see anything for this in man cron...

 See crontab(5)

 You can use the @reboot magic to make cron run a script once, at startup.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]




--
==
NAME :webnamechina
N U M :9809338
[EMAIL PROTECTED]
==
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How often portupgrades?

2005-12-04 Thread martinko

Joerg Pernfuss wrote:

On Sat, 24 Dec 2005 20:29:41 +0100
Kiffin Gish [EMAIL PROTECTED] wrote:



Just wondering what a good rule of thumb is in how often to run
portupgrades.

I figure that once a week should be sufficient, however each time it
runs it can take up to a few hours to complete which seems like an
unnecessary hassle to me. Once it even started rebuilding the
complete gnome port which took a couple days!

Is this worthwhile? What are the benefits?

Thanks alot in advance.



Everybody has to figure out that one for himself, so, here is my
rule of thumb:

Upgrade your ports only when you need to.

If all installed ports work fine and a new version doesn't introduce
some functionality you simply need to have, why update?
Just for the sake of updateing?


Joerg


you forgot to mention security issues. even if you don't like often 
updating, you should run portaudit regularly (once a day?) and make sure 
you update the ports with security advisories.


martin

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


Re: buildworld with 6.0

2005-12-04 Thread eoghan


On 4 Dec 2005, at 15:10, Chris Hill wrote:


On Sun, 4 Dec 2005, eoghan wrote:


Ive cvsup my src to 6.0 and ran:
/usr/src make buildword
however im getting the following error:
=== sbin/ipf/ipf (obj)
mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists
*** Error code 1


As seen in the handbook:

cd /usr/obj
chflags -R noschg *
rm -rf *

Do that first, then

cd /usr/src
make buildworld

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]


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


libstdc++.so.5 howto ...

2005-12-04 Thread Kiffin Gish
I have installed another linux application (komodo 3.5) that requires
the 'libstdc++.so.5' library.

I did a install linux_base install from the default which results
in /usr/lib/libstdc++.so.4 being created.

The file /usr/compat/linux/usr/lib/libstdc++.so.5 is present (after
installing the red-hat 9.x stuff) but for some reason cannot be found by
the new application.

Can anyone please help me?

-- 
Kiffin Gish [EMAIL PROTECTED]

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


Re: releng for 6

2005-12-04 Thread Mario Hoerich
# eoghan:
 Im going to upgrade to 6, I was wondering if someone could tell me  
 the RELENG for 6, for my supfile?
 Should it be tag=RELENG_6_0?

Either RELENG_6_0 or RELENG_6. 

RELENG_6_0 tracks 6.0.x, i.e. 6.0 + critical fixes.  This is the
least risky update path, but you'll have to switch to RELENG_6_1
or higher _manually_ (once they're available).

RELENG_6 tracks 6.x (the 6-STABLE branch).  You'll automagically
cvsup new releases once they're ready, but there's a slighly
higher risk involved.  Yes, the branch is supposed to be stable
(and in my experience it usually is) but you might run out of
luck.

Personally, I'd use RELENG_6_0 for a production server and
RELENG_6 for everything else.  But that's up to you, really.

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


cvsup update and source sync confusion

2005-12-04 Thread Jon Hancock
I am confused about how to cvsup my freeBSD 6 system.  I understand the 
ports update stuff.  Lots of good doc on this.  Its updating the rest of 
the system that don't understand.


My current adventure beging when I read the 3ware knowledgebase article  
http://www.3ware.com/kb/article.aspx?id=14850 .  It says the latest 
source for the twa driver is at
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/twa/ and  
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/modules/twa/


All good and well except that I don't know how to sync these sources and 
the handbook tells me that I shouldn't update just part of my source 
tree.  
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html :


*Warning:* While it is possible to update only parts of your source tree, the
only supported update procedure is to update the entire tree and recompile both 
userland
(i.e., all the programs that run in user space, such as those in /bin and 
/sbin) and kernel sources.
Updating only part of your source tree, only the kernel, or only userland will 
often
result in problems. These problems may range from compile errors to kernel 
panics or data
corruption.

Note, that this is all that is said on the subject.  I looked in many 
cvsup docs and cannot find a simple way to sync the two directories.  I 
needed HEAD for just those two directories.  I ended up using the web 
browser interface to display each source file, saved each file and 
copied them to the server.  Since this was only about 20 files, it was 
not too bad.  But it leaves me thinking this was not the intended 
procedure.   Can anyone enlighten me?


While trying to get the latest twa driver code I tried each of the 
following:


cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/standard-supfile
and
cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/stable-supfile

After each completed, I checked my local /sys/dev/twa directories and 
the latest files were not sync'd.

So neither of these worked which I found odd.

/usr/share/examples/cvsup/README says:

To maintain the sources for the FreeBSD-current release, use:

   standard-supfileMain source tree

   ports-supfile   Ports collection

To maintain the sources for the FreeBSD-stable release, use:

   stable-supfile  Main source tree



I though FreeBSD-current meant the 7.0 branch???  If so, why is the file 
called standard-supfile?  Also, the handbook says FreeBSD-stable is 
just a bit behind current.  So why did neither of these get me the 
latest twa driver source?


thanks, ke han

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


cvsup update and source sync confusion

2005-12-04 Thread ke.han
I am confused about how to cvsup my freeBSD 6 system.  I understand the 
ports update stuff.  Lots of good doc on this.  Its updating the rest of 
the system that I don't understand.


My current adventure beging when I read the 3ware knowledgebase article  
http://www.3ware.com/kb/article.aspx?id=14850 .  It says the latest 
source for the twa driver is at
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/twa/ and  
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/modules/twa/


All good and well except that I don't know how to sync these sources and 
the handbook tells me that I shouldn't update just part of my source 
tree.  
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html :


*Warning:* While it is possible to update only parts of your source 
tree, the
only supported update procedure is to update the entire tree and 
recompile both userland
(i.e., all the programs that run in user space, such as those in /bin 
and /sbin) and kernel sources.
Updating only part of your source tree, only the kernel, or only 
userland will often
result in problems. These problems may range from compile errors to 
kernel panics or data

corruption.

Note, that this is all that is said on the subject.  I looked in many 
cvsup docs and cannot find a simple way to sync the two directories.  I 
needed HEAD for just those two directories.  I ended up using the web 
browser interface to display each source file, saved each file and 
copied them to the server.  Since this was only about 20 files, it was 
not too bad.  But it leaves me thinking this was not the intended 
procedure.   Can anyone enlighten me?


While trying to get the latest twa driver code I tried each of the 
following:


cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/standard-supfile
   and
cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/stable-supfile

After each completed, I checked my local /sys/dev/twa directories and 
the latest files were not sync'd.

So neither of these worked which I found odd.

/usr/share/examples/cvsup/README says:

To maintain the sources for the FreeBSD-current release, use:

  standard-supfileMain source tree

  ports-supfile   Ports collection

To maintain the sources for the FreeBSD-stable release, use:

  stable-supfile  Main source tree



I though FreeBSD-current meant the 7.0 branch???  If so, why is the file 
called standard-supfile?  Also, the handbook says FreeBSD-stable is 
just a bit behind current.  So why did neither of these get me the 
latest twa driver source?


thanks, ke han


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


Re: cvsup update and source sync confusion

2005-12-04 Thread Chris
Jon Hancock wrote:
 I am confused about how to cvsup my freeBSD 6 system.  I understand the
 ports update stuff.  Lots of good doc on this.  Its updating the rest of
 the system that don't understand.
 
 My current adventure beging when I read the 3ware knowledgebase article 
 http://www.3ware.com/kb/article.aspx?id=14850 .  It says the latest
 source for the twa driver is at
 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/twa/ and 
 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/modules/twa/
 
 All good and well except that I don't know how to sync these sources and
 the handbook tells me that I shouldn't update just part of my source
 tree. 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html :
 
 *Warning:* While it is possible to update only parts of your source
 tree, the
 only supported update procedure is to update the entire tree and
 recompile both userland
 (i.e., all the programs that run in user space, such as those in /bin
 and /sbin) and kernel sources.
 Updating only part of your source tree, only the kernel, or only
 userland will often
 result in problems. These problems may range from compile errors to
 kernel panics or data
 corruption.
 
 Note, that this is all that is said on the subject.  I looked in many
 cvsup docs and cannot find a simple way to sync the two directories.  I
 needed HEAD for just those two directories.  I ended up using the web
 browser interface to display each source file, saved each file and
 copied them to the server.  Since this was only about 20 files, it was
 not too bad.  But it leaves me thinking this was not the intended
 procedure.   Can anyone enlighten me?
 
 While trying to get the latest twa driver code I tried each of the
 following:
 
 cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/standard-supfile
 and
 cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/stable-supfile
 
 After each completed, I checked my local /sys/dev/twa directories and
 the latest files were not sync'd.
 So neither of these worked which I found odd.
 
 /usr/share/examples/cvsup/README says:
 
 To maintain the sources for the FreeBSD-current release, use:
 
standard-supfileMain source tree
 
ports-supfile   Ports collection
 
 To maintain the sources for the FreeBSD-stable release, use:
 
stable-supfile  Main source tree
 
 
 
 I though FreeBSD-current meant the 7.0 branch???  If so, why is the file
 called standard-supfile?  Also, the handbook says FreeBSD-stable is
 just a bit behind current.  So why did neither of these get me the
 latest twa driver source?
 
 thanks, ke han

Those are there as examples. In the end, it's up to you to know what
rel-tags to use.

If you want to follow the 6.0 security branch, use RELENG_6_0
For 6-STABLE, RELENG_6

Otherwise - look here: http://www.freebsd.org/releng/index.html


-- 
Best regards,
Chris

When life hands you a lemon, make lemonade.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to track 6.0 increments ?

2005-12-04 Thread ke.han
I have installed 6.0 and would like to follow important changes before 
something labeled 6.1 comes out.

What is the prescribed method for this?

I don't want to follow current or stable (I don't think).  I just want 
security fixes and other changes that might be termed 6.01 if there were 
such a thing.


To add to the question, while playing with my system, I did:

cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/standard-supfile
...and then later...
cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/stable-supfile

I have not recompiled the kernel or anything.  Just sync'd the source. 

So, how do I get things back to the 6.0 install source?  and how do I 
track things from this point?  I have read all the handbook has to 
offer.  Unfortunately, it is mostly general information.  I need a 
simple clear recipe.


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


Veritas backup exec with ralus (remote agent for linux and unix servers)

2005-12-04 Thread Ian Lord

Hi,

Does anyone managed to install ralus and make it works on freebsd ?

We have a veritas backup exec server that backups all of the m$ 
servers and we would like to backup freebsd servers from the same location..


Veritas (now symantec) doesnt supports freebsd but supports linux...

I modified the installation script to be able to install the software,
I installed the linux_base port
created the user/groups manually
etc etc

But I can't authenticate to the freebsd machine and wondering why.

If someone have a working installation, could you provide the 
installations step. If I manage to make it work I will add the 
software to the ports collection...


Thanks 
___

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


Re: how to track 6.0 increments ?

2005-12-04 Thread Chris
ke.han wrote:
 I have installed 6.0 and would like to follow important changes before
 something labeled 6.1 comes out.
 What is the prescribed method for this?
 
 I don't want to follow current or stable (I don't think).  I just want
 security fixes and other changes that might be termed 6.01 if there were
 such a thing.
 
 To add to the question, while playing with my system, I did:
 
 cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/standard-supfile
 ...and then later...
 cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/stable-supfile
 
 I have not recompiled the kernel or anything.  Just sync'd the source.
 So, how do I get things back to the 6.0 install source?  and how do I
 track things from this point?  I have read all the handbook has to
 offer.  Unfortunately, it is mostly general information.  I need a
 simple clear recipe.
 
 thanks, ke han

Create your own - something like this:

# Development branch for 6-STABLE. (RELENG_6)
#
# This file contains all of the CVSup collections that make up the
# FreeBSD-stable source tree.
#
*default host=cvsup2.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6
*default delete use-rel-suffix
src-all


# Security branch for 6.0-RELEASE-px. (RELENG_6_0)
#
# This file contains all of the CVSup collections that make up the
# FreeBSD-Security branch source tree.
#
*default host=cvsup2.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6_0
*default delete use-rel-suffix
src-all


-- 
Best regards,
Chris

There is always more dirty laundry then clean laundry.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to track 6.0 increments ?

2005-12-04 Thread Roland Smith
On Mon, Dec 05, 2005 at 01:20:06AM +0800, ke.han wrote:
 I have installed 6.0 and would like to follow important changes before 
 something labeled 6.1 comes out.
 What is the prescribed method for this?
 
 I don't want to follow current or stable (I don't think).  I just want 
 security fixes and other changes that might be termed 6.01 if there were 
 such a thing.

Create a cvsup-file with 

*default release=cvs tag=RELENG_6_0

This will only give you important security fixes. If there are fixes,
you can find them on the FreeBSD homepage, under SECURITY ADVISORIES.

If a advisory has come out, use cvsup to update the sources, and rebuild
your kernel and userland as documented at the end of /usr/src/UPDATING
under the heading 'To rebuild everything and install it on the current
system. Note; you have to be in /usr/src to build world+kernel.

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


pgpGpKO4AIEb4.pgp
Description: PGP signature


Re: how to track 6.0 increments ?

2005-12-04 Thread ke.han

Roland Smith wrote:

On Mon, Dec 05, 2005 at 01:20:06AM +0800, ke.han wrote:

I have installed 6.0 and would like to follow important changes before 
something labeled 6.1 comes out.

What is the prescribed method for this?

I don't want to follow current or stable (I don't think).  I just want 
security fixes and other changes that might be termed 6.01 if there were 
such a thing.



Create a cvsup-file with 


*default release=cvs tag=RELENG_6_0


thanks...so now that I have sync'd my source incorrectly by using 
stable-supfile and standard-supfile, can I get things back to where I 
want just by sync'ing again with the RELENG_6_0 tag ??


thanks ke han



This will only give you important security fixes. If there are fixes,
you can find them on the FreeBSD homepage, under SECURITY ADVISORIES.

If a advisory has come out, use cvsup to update the sources, and rebuild
your kernel and userland as documented at the end of /usr/src/UPDATING
under the heading 'To rebuild everything and install it on the current
system. Note; you have to be in /usr/src to build world+kernel.

Roland


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


Re: Setting up a print-server

2005-12-04 Thread Charles Howse
 On Sat, 3 Dec 2005, Charles Howse wrote:
 
 On Sat, 3 Dec 2005, Charles Howse wrote:
 
 I now have the both printers set up and can print to them from FreeBSD.
 Problem is, I can't print to them from the Mac.
 
 The error is always, Printer HP1100 is busy, trying again in 30 seconds.
 I take that to mean the server isn't responding.
 
 Is there a command I can run from the Mac that will tell me if the FreeBSD
 box is accepting connections to the printers?
 
 lpc status all
 
 ...if the Mac has the lpc command.

That returns no output.

 Might there be something I haven't enabled on FreeBSD to allow me to print
 across the network?
 
 Do you have the Mac's hostname or IP address in /etc/hosts.lpd?
 
 Warren,
 I do now, no joy.
 
 Okay, how about an entry for the Mac in /etc/hosts?  lpd wants a
 resovable hostname.

Yep, that's been there since install.

 I've told lpd on the FreeBSD box to use -W (accept connections on any
 port), cause the Mac is trying to connect on port 631.
 
 Which implies that cups is still trying to use IPP, not lpd.

The printer(s) are listening on port 515:

FreeBSD$ netstat -an
Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
tcp4   0 48  192.168.254.4.22   192.168.254.3.50213
ESTABLISHED
tcp4   0  0  *.22   *.*LISTEN
tcp46  0  0  *.22   *.*LISTEN
tcp4   0  0  *.515  *.*LISTEN
tcp6   0  0  *.515  *.*LISTEN
...

FreeBSD$ netstat -a
Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
tcp4   0 48  moe.sshlarry.50213
ESTABLISHED
tcp4   0  0  *.ssh  *.*LISTEN
tcp46  0  0  *.ssh  *.*LISTEN
tcp4   0  0  *.printer  *.*LISTEN
tcp6   0  0  *.printer  *.*LISTEN
...

Here's the printcap from FreeBSD:
# APS1_BEGIN:printer1
# - don't delete start label for apsfilter printer1
# - no other printer defines between BEGIN and END LABEL
HP1100|ljet4;r=300x300;q=medium;c=full;p=letter;m=auto:\
:lp=/dev/lpt0:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/HP1100:\
:lf=/var/spool/lpd/HP1100/log:\
:af=/var/spool/lpd/HP1100/acct:\
:mx#0:\
:sh:
# APS1_END - don't delete this

Note that the only entry in /var/spool/lpd/HP1100/log is:
apsfilter warning: unknown option 'moe.local'

moe.local is my FreeBSD machine's name.

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


Re: how to track 6.0 increments ?

2005-12-04 Thread Roland Smith
On Mon, Dec 05, 2005 at 01:39:34AM +0800, ke.han wrote:
 Roland Smith wrote:
 On Mon, Dec 05, 2005 at 01:20:06AM +0800, ke.han wrote:
 
 I have installed 6.0 and would like to follow important changes before 
 something labeled 6.1 comes out.
 What is the prescribed method for this?
 
 I don't want to follow current or stable (I don't think).  I just want 
 security fixes and other changes that might be termed 6.01 if there were 
 such a thing.
 
 
 Create a cvsup-file with 
 
 *default release=cvs tag=RELENG_6_0
 
 thanks...so now that I have sync'd my source incorrectly by using 
 stable-supfile and standard-supfile, can I get things back to where I 
 want just by sync'ing again with the RELENG_6_0 tag ??

Yes.

Be sure to make good backups before you rebuild world+kernel, in case you
screw it up.

This goes especially for the settings in the files in /etc and
/usr/local/etc. I tend to keep a copy of the files in those directories
in my home directory under revision control, with an install script. So
I can easily install my changed configuration files.

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


pgpYcgcdOiCBM.pgp
Description: PGP signature


RE: how to copy MBR??

2005-12-04 Thread Gayn Winters
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Javier Matos
 Sent: Saturday, December 03, 2005 5:50 PM
 To: freebsd-questions@freebsd.org
 Subject: how to copy MBR??
 
 
 Hi, I will change the hard drive of my computer and I was 
 thinking that maybe it can run if I make partitions in the 
 new hard drive (the same number of partitions using the same 
 device name), copy all the files contained in the old hard 
 drive to the new one and finally copy MBR from old hard drive 
 to the new one... .
 
 Can it be a solution to the problem of changing hard drives 
 of my computer or that that I tell is a stupid thing??
 
 Javier,

You should do a little reading first.  The Handbook has a good section
on this, and there are MANY posts on the topic.  The bottom line is that
a naïve copy using dd or cp won't work.  (Well, dd will work but
assuming your new disk is larger, it won't be optimal.)  You are
probably better off with a new install on the new disk, and then doing
dump and restore to transfer the relevant user data.  This is a good
time to rethink how your data are stored, and the handbook has a section
on rearranging your directories.  This is a popular topic and there are
any HOWTO's out there that Google will find for you.  If you have room
physically, using the old disk as an extra drive is something I'd
suggest as well.  In fact, it makes the dump|restore work particularly
well.

-gayn


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


Fedora Directory Server Project (release 1.0)

2005-12-04 Thread Forrest Aldrich
The posted requirements appear to be basic, though I'm wondering if 
anyone (with sufficient Linux experience) can comment on whether this 
might be successfully built on FreeBSD.


http://directory.fedora.redhat.com/wiki/Main_Page


_F


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


Questions on disk quota

2005-12-04 Thread Edwin
Hi

I am using FreeBSD 6.0 Release. I have enabled disk quota in kernel,
things look fine but I have some questions:

1. The quota information seems static. It does not update immediately
according to user's disk usage. Is it normal?

2. I found that those quota files are not accessible by non-privileged
user, but normal user should be able to use /usr/bin/quota to check
their own disk quota. In default installation, /usr/bin/quota is own
by root:wheel and have the permission of 555. My solution is chown to
root:operator and make it sgid. I wonder why the default doesn't allow
normal user to access the quota information.

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


Re: Setting up a print-server

2005-12-04 Thread Charles Howse
Look at this (moe is the print-server, listening on port 515):

[EMAIL PROTECTED]:~]$ telnet moe 515
Trying 192.168.254.4...
Connected to moe.
Escape character is '^]'.
lpd [EMAIL PROTECTED]: Print-services are not available to your host (larry).
Connection closed by foreign host.

So what's my exact hostname?

[EMAIL PROTECTED]:~]$ hostname
larry.local

Then I ssh to moe, then I add:
larry
larry.local

to /etc/hosts.lpd and to /etc/hosts.equiv

Now...

[EMAIL PROTECTED]:~]$ telnet moe 515
Trying 192.168.254.4...
Connected to moe.
Escape character is '^]'.
^]
telnet quit
Connection closed.

Looks like print services are available now, but...

[EMAIL PROTECTED]:~]$ lpc status all
[EMAIL PROTECTED]:~]$ 

And printing from the Mac still gets a 'busy signal'.
Can I issue a command to print something from a telnet session?

[EMAIL PROTECTED]:~]$ telnet moe 515
Trying 192.168.254.4...
Connected to moe.
Escape character is '^]'.
lpr /etc/printcap
moe.local: lpd: Illegal service request
Connection closed by foreign host.
[EMAIL PROTECTED]:~]$ 



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


The question that wont die: What size partitions should I make?

2005-12-04 Thread wrangled


I have dual-boot laptop, 30GB Fat32 Win2000 and 70GB FreeBSD 6.0-R. I 
plan to use this for normal home desktop use (not as a server). I have 
512MB RAM.


According to this page:

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


I should use:

  / = 100MB
  /swap = 1GB
  /var = 50MB
 /usr = rest (68GB)

On past FreeBSD installs, I would occasionaly do things as root, and ran 
out of space in /root.  Since then, on desktop machines (with 250GB 
drives), I would make / be 4GB.  On my lapatop, I wouldn't want to give 
up 4 of my 70 gigs if I didn't have to.  So I am looking for a realistic 
number that wont cramp me, and wont waste too much space.  I am planning 
on 1GB, so it will be big enough to hold the contents of a 700MB CD ISO.


I have no idea how much of /var I need, other than I like to install 
various packages to try them out, and I would not want to limit 
something like a webserver or email server if I chose to run one for 
limited use.  A friend took the default install suggestions for a 
machine he planned to do some web development on, and said his /var was 
way too small (they were new to FreeBSD also).  I am guessing 5GB for 
/var would allow me to run a mail-server (for personal use) and 
Apache+extensions for limited website developement


A swap of 1GB is fine, I'm not sure I've ever actually used any swap on 
my machines that had more than 128MB.


I want /usr to be as big as possible (obviously), so my primary user 
account will have as much space as possible in /use/home/account.


Should I use:

  / = 1GB
  /swap = 1GB
  /var = 5GB
 /usr = rest (63GB)

?

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


Re: The question that wont die: What size partitions should I make?

2005-12-04 Thread Subhro

wrangled sat at his 'puter and typed on 12/5/2005 0:10:


I have dual-boot laptop, 30GB Fat32 Win2000 and 70GB FreeBSD 6.0-R. I 
plan to use this for normal home desktop use (not as a server). I have 
512MB RAM.


According to this page:

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



I should use:

  / = 100MB
  /swap = 1GB
  /var = 50MB
 /usr = rest (68GB)

On past FreeBSD installs, I would occasionaly do things as root, and 
ran out of space in /root.  Since then, on desktop machines (with 
250GB drives), I would make / be 4GB.  On my lapatop, I wouldn't want 
to give up 4 of my 70 gigs if I didn't have to.  So I am looking for a 
realistic number that wont cramp me, and wont waste too much space.  I 
am planning on 1GB, so it will be big enough to hold the contents of a 
700MB CD ISO.
That is a VERY VERY BAD idea. It is not recommended to do ANYTHING as 
root which can be done as some other non privileged user.


I have no idea how much of /var I need, other than I like to install 
various packages to try them out, and I would not want to limit 
something like a webserver or email server if I chose to run one for 
limited use.  A friend took the default install suggestions for a 
machine he planned to do some web development on, and said his /var 
was way too small (they were new to FreeBSD also).  I am guessing 5GB 
for /var would allow me to run a mail-server (for personal use) and 
Apache+extensions for limited website developement
Generally the maximum space is eaten up by the logs and the databases 
(if any) hosted on the system.


A swap of 1GB is fine, I'm not sure I've ever actually used any swap 
on my machines that had more than 128MB.


Depends solely on the applications you are trying to run on the box.


I want /usr to be as big as possible (obviously), so my primary user 
account will have as much space as possible in /use/home/account.


Should I use:

  / = 1GB
  /swap = 1GB
  /var = 5GB
 /usr = rest (63GB)


This is my personal scheme for my desktop which hosts my personal 
website and a very very small database which is basically my phone 
directory and appointment schedules.


/ = 128M
swap=2G
/var = 2G
/var/tmp = 128M
/usr = rest.

/tmp is symlinked to /var/tmp.

Now my system specs:

Athlon 64Fx-55
1G DDR 400M RAM
3*160G SATA150 Western Digital in RAID 5
ASUS K8N-SLI DX motherboard.

Again, nothing is absolute. Your requirement would dictate your labeling 
scheme.


Thanks
S.

--
---
\   / | Subhro Sankha Kar 
 \./  |   GSM: +919831010002  --  Fax: +919831832913  
(0Y0) |MSN: [EMAIL PROTECTED] --  Yahoo!: subhro82
-ooO--(_)--Ooo-


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


Re: how to track 6.0 increments ?

2005-12-04 Thread martinko

ke.han wrote:

Roland Smith wrote:


On Mon, Dec 05, 2005 at 01:20:06AM +0800, ke.han wrote:

I have installed 6.0 and would like to follow important changes 
before something labeled 6.1 comes out.

What is the prescribed method for this?

I don't want to follow current or stable (I don't think).  I just 
want security fixes and other changes that might be termed 6.01 if 
there were such a thing.




Create a cvsup-file with
*default release=cvs tag=RELENG_6_0



thanks...so now that I have sync'd my source incorrectly by using 
stable-supfile and standard-supfile, can I get things back to where I 
want just by sync'ing again with the RELENG_6_0 tag ??


thanks ke han


why incorrectly? those files come as cvsup examples. and they're 
correct, you only need to specify your nearest mirror (*default host=)
and if you want to follow the security branch, just change tag=RELENG_6 
to tag=RELENG_6_0


martin





This will only give you important security fixes. If there are fixes,
you can find them on the FreeBSD homepage, under SECURITY ADVISORIES.

If a advisory has come out, use cvsup to update the sources, and rebuild
your kernel and userland as documented at the end of /usr/src/UPDATING
under the heading 'To rebuild everything and install it on the current
system. Note; you have to be in /usr/src to build world+kernel.

Roland




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


Re: The question that wont die:  What size parti tions should I         make?

2005-12-04 Thread Uncle Deejy-Pooh
 I have dual-boot laptop, 30GB Fat32 Win2000 and 70GB FreeBSD 6.0-R. I 
 plan to use this for normal home desktop use (not as a server). I have 
 512MB RAM.
 
 According to this page:
 

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html
 
 I should use:
 
/ = 100MB
/swap = 1GB
/var = 50MB
   /usr = rest (68GB)
 
 On past FreeBSD installs, I would occasionaly do things as root, and ran 
 out of space in /root.  Since then, on desktop machines (with 250GB 
 drives), I would make / be 4GB.  On my lapatop, I wouldn't want to give 
 up 4 of my 70 gigs if I didn't have to.  So I am looking for a realistic 
 number that wont cramp me, and wont waste too much space.  I am planning 
 on 1GB, so it will be big enough to hold the contents of a 700MB CD ISO.
 
 I have no idea how much of /var I need, other than I like to install 
 various packages to try them out, and I would not want to limit 
 something like a webserver or email server if I chose to run one for 
 limited use.  A friend took the default install suggestions for a 
 machine he planned to do some web development on, and said his /var was 
 way too small (they were new to FreeBSD also).  I am guessing 5GB for 
 /var would allow me to run a mail-server (for personal use) and 
 Apache+extensions for limited website developement
 
 A swap of 1GB is fine, I'm not sure I've ever actually used any swap on 
 my machines that had more than 128MB.
 
 I want /usr to be as big as possible (obviously), so my primary user 
 account will have as much space as possible in /use/home/account.
 
 Should I use:
 
/ = 1GB
/swap = 1GB
/var = 5GB
   /usr = rest (63GB)

Can't see the problem. If your 'doing things as root' , it doesn't mean 
that 
you have to save the output of whatever-it-is in the / directory. If you 
start to run short of space in var, or anywhere else, you could put it 
in /usr/var2, for example, and put a symlink in /var to it.

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


Re: The question that wont die: What size partitions should I make?

2005-12-04 Thread Roland Smith
On Sun, Dec 04, 2005 at 01:40:01PM -0500, wrangled wrote:
 
 I have dual-boot laptop, 30GB Fat32 Win2000 and 70GB FreeBSD 6.0-R. I 
 plan to use this for normal home desktop use (not as a server). I have 
 512MB RAM.
 
 According to this page:
 
   
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html
 
 I should use:
 
   / = 100MB
   /swap = 1GB
   /var = 50MB
  /usr = rest (68GB)

Some apps make heavy use of /tmp. It's wise to have that on a separate
slice. 

 I want /usr to be as big as possible (obviously), so my primary user 
 account will have as much space as possible in /use/home/account.

I'd make /home into a separate slice. Easier for backups. You can easily
reinstall ports, but if you loose your personal data...

 Should I use:
 
   / = 1GB
   /swap = 1GB
   /var = 5GB
  /usr = rest (63GB)

Running 6.0-STABLE on my amd64 workstation with 260 ports installed, 
'df -m' gives the following:

Filesystem  1M-blocks  Used Avail Capacity  Mounted on
/dev/ar0s1a   49577   37917%/
/dev/ar0s1g123067 21700 9152119%/home
/dev/ar0s1e   495 0   456 0%/tmp
/dev/ar0s1f 19832  3601 1464320%/usr
/dev/ar0s1d  196355  1751 3%/var

So I'd say, give / 0.5 GB, /usr 5GB, /tmp .5 GB, /var 1.5 GB and give the
rest to /home.

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


pgpENC99gDgeA.pgp
Description: PGP signature


Cannot boot with newly compiled kernel, or kernel.old after upgrading to RELENG_6

2005-12-04 Thread Torgeir Hoffmann
Hi,

I have been so unfortunate to be left with a completely unusable system
after updating to RELENG_6 from RELENG_5.

I am quite sure that I followed the step from the handbook correctly, but
as mentioned the system is unbootable.

The error when trying to boot the new kernel makes the system reboots
after 15 seconds, so I haven't had the opportunity to write that one down.
However, the error message from when trying: unload, boot
/boot/kernel.old/kernel I was able to copy down in full (see bottom).

If I try to unload linux.ko by ' set linux_load=NO ', it goes a bit
further. I can only see acpi.ko: could not finalize loading flash by,
and several PNP0303 can't assign... error messages before it mounts, it
finishes to load ipfw2 and then suddenly it says

'Warning: Device driver  ' then nothing more on the line, then a similar
error message to the one at bottom follows. (page fault). Reboots after 15
seconds.


I really hope someone knows what this is all about - I have no idea why
this is happening. Further I cannot understand why kernel.old doesn't work
- after all I've used that kernel for 6 months without any issues. Mind
that this is the GENERIC kernel, and it was compiled with unmodified conf.

Hope for quick reply,

Best regards,

Torgeir Hoffmann



-- Error message --

link_elf: symbol VOP_READDIR_APV undefined
KLD file linux.ko - could not finalize loading.
kernel trap 12 with interups disabled

Fatal trap 12: page fault while in kernel mode.
fault virtual address = 0x8
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc060bdff
stack pointer = 0x10:0xc1020d24
frame pointer = 0x10:0xc1020d24
code segment = base 0x0, limit 0xf, type x1b
= DPL 0, pres 1, def32 1, gran 1
processlr elfags = resume, IOPL = 0
current process = 0 ()
trap number  = 12
panic: page fault
uptime: 1s

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


InstantBSD via VMWare player ?

2005-12-04 Thread wrangled


VMWare has a free VMWare Player, perhaps someone could make a slick 
desktop-ish FreeBSD virtual machine - so that people considering FreeBSD 
could download it and see what FreeBSD is like?


  http://www.vmware.com/products/player

I would do it, except I have an older (4.5) version of VMWare, and I'm 
not yet very FreeBSD-savy.


Something that would be quick inside a VM, like FluxBox or FVWM, but 
with some cool hacks to show people how it can be customized. 

Maybe a big one too, like KDE or GNOME with all the bells-and-whistles, 
so they could see the other end of the spectrum.


thanks!



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


Re: Cannot boot with newly compiled kernel, or kernel.old after upgrading to RELENG_6

2005-12-04 Thread Kent Stewart
On Sunday 04 December 2005 11:43 am, Torgeir Hoffmann wrote:
 Hi,

 I have been so unfortunate to be left with a completely unusable
 system after updating to RELENG_6 from RELENG_5.


I read that the path was to RELENG_6_0_0_RELEASE and then to stable. I 
just finished upgrading 2 machines that way.

 I am quite sure that I followed the step from the handbook correctly,
 but as mentioned the system is unbootable.

Did you copy the 6.0 GENERIC config file into the one your buildkernel 
make uses?


 The error when trying to boot the new kernel makes the system reboots
 after 15 seconds, so I haven't had the opportunity to write that one
 down. However, the error message from when trying: unload, boot
 /boot/kernel.old/kernel I was able to copy down in full (see
 bottom).

You should only load the 5-stable kernel and the boot -s. You have a 
mixed kernel and userland. You can't expect kernel.old and your 
6-stable userland to work.


 If I try to unload linux.ko by ' set linux_load=NO ', it goes a bit
 further. I can only see acpi.ko: could not finalize loading flash
 by, and several PNP0303 can't assign... error messages before it
 mounts, it finishes to load ipfw2 and then suddenly it says

 'Warning: Device driver  ' then nothing more on the line, then a
 similar error message to the one at bottom follows. (page fault).
 Reboots after 15 seconds.


 I really hope someone knows what this is all about - I have no idea
 why this is happening. Further I cannot understand why kernel.old
 doesn't work - after all I've used that kernel for 6 months without
 any issues. Mind that this is the GENERIC kernel, and it was compiled
 with unmodified conf.


But that was for a 5-stable userland. Now, your userland is 6.0. 

 Hope for quick reply,

 Best regards,

 Torgeir Hoffmann



 -- Error message --

 link_elf: symbol VOP_READDIR_APV undefined
 KLD file linux.ko - could not finalize loading.
 kernel trap 12 with interups disabled

 Fatal trap 12: page fault while in kernel mode.
 fault virtual address = 0x8
 fault code = supervisor read, page not present
 instruction pointer = 0x8:0xc060bdff
 stack pointer = 0x10:0xc1020d24
 frame pointer = 0x10:0xc1020d24
 code segment = base 0x0, limit 0xf, type x1b
 = DPL 0, pres 1, def32 1, gran 1
 processlr elfags = resume, IOPL = 0
 current process = 0 ()
 trap number  = 12
 panic: page fault
 uptime: 1s

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

-- 
Kent Stewart
Richland, WA

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


Re: The question that wont die: What size partitions should I make?

2005-12-04 Thread wrangled



I'd make /home into a separate slice. Easier for backups. You can easily
reinstall ports, but if you loose your personal data...

 

Thats a good idea.  I will digest what eveveryone said, and post what I 
did.  Currently I'm installing Win2k, since this will be a dual-boot 
machine. FreeBSD is next!


thanks!

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


Re: Fedora Directory Server Project (release 1.0)

2005-12-04 Thread Thierry Thomas
Le Dim  4 déc 05 à 19:11:09 +0100, Forrest Aldrich [EMAIL PROTECTED]
 écrivait :
 The posted requirements appear to be basic, though I'm wondering if 
 anyone (with sufficient Linux experience) can comment on whether this 
 might be successfully built on FreeBSD.
 
 http://directory.fedora.redhat.com/wiki/Main_Page

According to the page http://directory.fedora.redhat.com/wiki/Building
it should be possible, I don't see any show stoppers, although not
trivial.

To be added at http://wikitest.freebsd.org/moin.cgi/WantedPorts ?
-- 
Th. Thomas.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot boot with newly compiled kernel, or kernel.old after upgrading to RELENG_6

2005-12-04 Thread Lars Kristiansen



--On Sunday, December 04, 2005 12:03:15 PM -0800 Kent Stewart 
[EMAIL PROTECTED] wrote:



On Sunday 04 December 2005 11:43 am, Torgeir Hoffmann wrote:

Hi,


Hei!


I have been so unfortunate to be left with a completely unusable
system after updating to RELENG_6 from RELENG_5.



I read that the path was to RELENG_6_0_0_RELEASE and then to stable. I
just finished upgrading 2 machines that way.


I am quite sure that I followed the step from the handbook correctly,
but as mentioned the system is unbootable.


Did you copy the 6.0 GENERIC config file into the one your buildkernel
make uses?



Think I saw some others reported problems with the new acpi on some 
hardware.

Try to boot without it, safe mode in the bootmenu, I think.
You may find some more in the archives for both this list and 
freebsd-stable.


--
Hilsen Lars



The error when trying to boot the new kernel makes the system reboots
after 15 seconds, so I haven't had the opportunity to write that one
down. However, the error message from when trying: unload, boot
/boot/kernel.old/kernel I was able to copy down in full (see
bottom).


You should only load the 5-stable kernel and the boot -s. You have a
mixed kernel and userland. You can't expect kernel.old and your
6-stable userland to work.



If I try to unload linux.ko by ' set linux_load=NO ', it goes a bit
further. I can only see acpi.ko: could not finalize loading flash
by, and several PNP0303 can't assign... error messages before it
mounts, it finishes to load ipfw2 and then suddenly it says

'Warning: Device driver  ' then nothing more on the line, then a
similar error message to the one at bottom follows. (page fault).
Reboots after 15 seconds.


I really hope someone knows what this is all about - I have no idea
why this is happening. Further I cannot understand why kernel.old
doesn't work - after all I've used that kernel for 6 months without
any issues. Mind that this is the GENERIC kernel, and it was compiled
with unmodified conf.



But that was for a 5-stable userland. Now, your userland is 6.0.


Hope for quick reply,

Best regards,

Torgeir Hoffmann



-- Error message --

link_elf: symbol VOP_READDIR_APV undefined
KLD file linux.ko - could not finalize loading.
kernel trap 12 with interups disabled

Fatal trap 12: page fault while in kernel mode.
fault virtual address = 0x8
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc060bdff
stack pointer = 0x10:0xc1020d24
frame pointer = 0x10:0xc1020d24
code segment = base 0x0, limit 0xf, type x1b
= DPL 0, pres 1, def32 1, gran 1
processlr elfags = resume, IOPL = 0
current process = 0 ()
trap number  = 12
panic: page fault
uptime: 1s

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


--
Kent Stewart
Richland, WA

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




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


Re: Cannot boot with newly compiled kernel, or kernel.old after upgrading to RELENG_6

2005-12-04 Thread Torgeir Hoffmann
Hi,

thanks a lot for quick reply.

 Did you copy the 6.0 GENERIC config file into the one your buildkernel
make uses?

No, actually I didn't. From what I could see on
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html,
I didn't think it was necessary.

 The error when trying to boot the new kernel makes the system reboots
after 15 seconds, so I haven't had the opportunity to write that one
down. However, the error message from when trying: unload, boot
/boot/kernel.old/kernel I was able to copy down in full (see
 bottom).

 You should only load the 5-stable kernel and the boot -s. You have a
mixed kernel and userland. You can't expect kernel.old and your
 6-stable userland to work.

If I understand you correctly, that would mean that even if I haven't yet
done installworld, my userland is still 6.0? I'm terribly sorry if I
wasn't clear on that point.
Thanks for the boot command - it worked very well.

I thought I'd try to cvsup the sourcetree to RELENG_6_0 instead now, and
then try to recompile. Is that a good idea? I was thinking, since
installworld hasn't been done yet?


Many thanks,

Torgeir Hoffmann




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


Problems with 170MB HD (FreeBSD 6.0)

2005-12-04 Thread Christian Wurst
Hello,

I've been trying to install FreeBSD 6.0 on an old Pentium MMX 200MHz
this weekend. The box  has two HDs, a ~10GB one, which I wanted to use
for / and a really old ~170MB one, which I wanted to use for swap. (Of
couse there would be enough space on the first disk for swap, but I
had this old disk lying around here and thought why not use it.)

I booted up from CD and started creating slices on the HDs, which
worked perfectly for the primary master HD (the 10GB one). But
sysinstall complained about an incorrect geometry setting for the
170MB drive and asked me to enter them manually. I didn't want to
reboot to get the BIOS values and tried to finish the install without
swap at all - which worked.

I rebooted, got the geometry settings for the disk from the BIOS,
started sysinstall and enterered them in fdisk using the (g)eometry
command.
The detected geometry is 18863 cyls/255 heads/63 sectors, which adds
up to a 144GB disk according to fdisk. After I enter the correct
values (903 cyls/8 heads/46 sectors), it tells me, the disk has 162MB,
but still shows me 144GB unused space. If I now use the a-command to
use the whole disk, it assignes the 144GB to ad1s1. That seems really
odd to me, I'd expect it to create a 162MB slice only. If I (w)rite
the changes, it tells me the partition was created sucessfully and
ad1s1 shows up in the label editor too. When trying to create swap
space in the disklabel editor, I get the error message: Unable to add
/dev/ad1s1b as a swap device: No such file or directory.

As far as I can tell I did exactly as described in the FAQ at
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/formatting-media/index.html.
From a search with Google I learned that some other people had the
problem with the wrong drive geometry too, but it seems to me that
they all have *much* larger drives and are trying to set up
multiboot-systems. Both drives worked well under Linux, so I think
it's no hardware-problem.

Any hints would be greatly appreciated.

Thanks in advance,

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


Re: Cannot boot with newly compiled kernel, or kernel.old after upgrading to RELENG_6

2005-12-04 Thread Kent Stewart
On Sunday 04 December 2005 12:56 pm, Torgeir Hoffmann wrote:
 Hi,

 thanks a lot for quick reply.

  Did you copy the 6.0 GENERIC config file into the one your
  buildkernel

 make uses?

Probably GENERIC. I use the equivalent of 
make buildkernel KERNCONF=RUBY
make installkernel KERNCONF=RUBY
but I have then built into scripts.

If you have a KERNCONF entry in /etc/make.conf, it uses that. If it was 
your 5-stable config file, it used it.


 No, actually I didn't. From what I could see on
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.h
tml, I didn't think it was necessary.

Everytime they do an upgrade, you need to check it. Options come and go.

I also turned off all of my processes (ports) that normal start such as 
apache and boinc-seti. They may run but you need to upgrade them to 
ports built on 6-stable.


  The error when trying to boot the new kernel makes the system
  reboots

 after 15 seconds, so I haven't had the opportunity to write that one
 down. However, the error message from when trying: unload, boot
 /boot/kernel.old/kernel I was able to copy down in full (see

  bottom).
 
  You should only load the 5-stable kernel and the boot -s. You have
  a

 mixed kernel and userland. You can't expect kernel.old and your

  6-stable userland to work.

 If I understand you correctly, that would mean that even if I haven't
 yet done installworld, my userland is still 6.0? I'm terribly sorry
 if I wasn't clear on that point.
 Thanks for the boot command - it worked very well.

If you haven't done an installworld, you shouldn't do anything but boot 
-s. 

You have to finish the install and then you can use the full boot.


 I thought I'd try to cvsup the sourcetree to RELENG_6_0 instead now,
 and then try to recompile. Is that a good idea? I was thinking, since
 installworld hasn't been done yet?

No idea on that. I always do the buildworld, make kernel, boot single 
user and installworld and run mergemaster. I have had kernels that 
would immediately panic and the boot to single user mode is to catch 
them. 

You have a new user called _dhcp that needs to be added to group and 
master.passwd. Then, you have what seems like 100's of files that need 
to be updated using mergemaster.

Kent


 Many thanks,

 Torgeir Hoffmann




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

-- 
Kent Stewart
Richland, WA

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


Re: how to copy MBR??

2005-12-04 Thread Steve Quinn
--- Javier Matos [EMAIL PROTECTED] wrote:

 Hi, I will change the hard drive of my computer and I was thinking that maybe 
 it can run if I
 make partitions in the new hard drive (the same number of partitions using 
 the same device
 name), copy all the files contained in the old hard drive to the new one and 
 finally copy MBR
 from old hard drive to the new one... .
 
 Can it be a solution to the problem of changing hard drives of my computer or 
 that that I tell
 is a stupid thing??
 
 Thx

Hello Javier

If I am interpreting your question correctly, It sounds like you want to copy 
your FreeBSD
installation to a different disk

If so, I have had great success with this procedure

http://lantech.geekvenue.net/chucktips/jason/chuck/1004897633/index_html

I hope this helps

Take care

Steve



__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 

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


Re: How often portupgrades?

2005-12-04 Thread Vizion
On Sunday 04 December 2005 03:41,  the author Kiffin Gish contributed to the 
dialogue on-
 Re: How often portupgrades?: 

On Sat, 2005-12-03 at 17:51 -0800, Vizion wrote:
 On Saturday 24 December 2005 11:29,  the author Kiffin Gish contributed to
 the dialogue on-

  How often portupgrades?:
 Just wondering what a good rule of thumb is in how often to run
  portupgrades.
 
 I figure that once a week should be sufficient, however each time it runs
  it can take up to a few hours to complete which seems like an
  unnecessary hassle to me. Once it even started rebuilding the complete
  gnome port which took a couple days!
 
 Is this worthwhile? What are the benefits?
 
 Thanks alot in advance.

 You pays yr processing time and makes yr choice :-)

 I have been using freebsd for quite a long time and I find that sometimes
 I am constantly upgrading a machine which is being used for development
 something and then when I just need systems to carry on doing the same
 thing day after day I get into the if it aint broke dont fix it mode! Then
 a new
 application/need comes along and the cycle starts over again!

 david

Then one seriously wonders what the benefit is of upgraded more than
once every few months or so.

When I am developing I need system to check against the very latest (which 
means portupgrading daily) and to be able step backwards as well.

When I am not developing then I am happy to cruise.

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot boot with newly compiled kernel, or kernel.old after upgrading to RELENG_6

2005-12-04 Thread Kent Stewart
On Sunday 04 December 2005 01:18 pm, Kent Stewart wrote:
 On Sunday 04 December 2005 12:56 pm, Torgeir Hoffmann wrote:

I thought that I should pass on problems that I encountered during my 
update from 5-stable to 6-stable.

I cvsup to 6.0-release, copied GENERIC to RUBY. Ruby is the computer 
that I was upgrading. I cd'ed into /usr/obj and rm -rf *. You don't 
need to bother about changing the flags. /usr/obj/usr and descendants 
just disappeared.

After the cvsup, I cd'ed into /usr/src and did a make cleandir 2 
times. This was all before I did my first buildworld.

After, I finished the buildworld and kernel, I tried to do the boot -s 
but right now FreeBSD does not handle the Netgear GA311 1000baseT NIC 
properly. If I didn't do a power down in the transition it would panic. 
It isn't reseting the NIC properly. Windows XP does and FreeBSD 
doesn't. FreeBSD handles a power up just fine. Doing a power down and 
then booting to FreeBSD 6-stable only adds 20-30 seconds to the overall 
boot time. It is not that irritating :).

Ruby is my source machine. I do port builds on it and create packages. 
Not all packages will install and work properly. For example, KDE has 
never upgraded properly with packages that I build on ruby and move to 
my other computers. Right now, if I build packages on ruby and use 
them, kmail disappears. I use kmail 100% except for yahoo, gmail and 
hotmail. Both Yahoo and Hotmail are webmail. 

For the gmail account I use mozilla-thunderbird. Rain and shine 
thunderbird works. Even in the middle of the upgrade to 6-stable, I 
could use thunderbird. Kmail is part of a system and thunderbird is a 
standalone product. I would be surprised if thunderbird didn't work.

Updating my ports was a bit confusing. Openssl demands to be changed to 
openssl-stable. I finally let it. I found that later it would upgrade 
to the current version. Just ignore it for starters.

Ports with problems - Audio on FreeBSD 5-6 is a toss up. It doesn't 
matter which port you use. I have 3 computers with Creative sound cards 
and 5.1 speakers. The current emu10k1 drivers use the speakers behind 
me. It is kind of bothering to me to listen to audio when the sound is 
playing behind me :). 

It doesn't really affect me because I always have one of the computers 
on my kvm switch running XP and XP plays the audio out of the right 
speakers, i.e., the front ones :). If I use Windows Media Player, I can 
let my friends know who I am listenting to. So, I am sitting here 
listening to Mi sangre tour de Juanes on XP and working on my FreeBSD 
machines. FWIW, the cd has suround sound effects and having them come 
out of the correct speakers is not spatially confusing :).

With the exception of a confused sound setup, I have had no problems 
with 6-stable after I got all of my ports upgraded to 6-stable.

Kent

-- 
Kent Stewart
Richland, WA

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


RE: FreeBSD telnetd and Microsoft Internet Explorer

2005-12-04 Thread Ted Mittelstaedt


-Original Message-
From: Peter Clutton [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 04, 2005 3:16 AM
To: Ted Mittelstaedt
Cc: Stevan Tiefert; freebsd-questions@freebsd.org
Subject: Re: FreeBSD telnetd and Microsoft Internet Explorer


On 12/3/05, Ted Mittelstaedt [EMAIL PROTECTED] wrote:

 Whoah whoah whoah

 Guys, I have several 5.4 servers.

 Hitting them with IE 6.0.2800.1106 ftp client I
 get NO PROBLEMS seeing dot files.  I DO NOT see
 the behavior that the OP claims.  NOR do I see the
 behavior that you guys are claiming either of IE's
 FTP client being bad.  Nor do I see this behavior
 on a 6.0 FreeBSD server.

 I respectfully submit that both you and the OP are
 off your rockers. You guys, probably because you don't
 know how to setup Windows properly.  (which is understandable)
 The OP probably because he doesen't know how to setup FreeBSD
 properly, plus has borked some settting in his IE.  Note
 he hasn't posted the IE version.  Note he hasn't setup a
 test login on his FTP server and invited anyone to try it
 and see if they are getting the same problem.  Can you
 say Troll bait?  I knew you could.

 AND YES, I did try a few FTP sites on that URL.  No problem
 with any of them.

 AND NO I do not recommend IE as a FTP client either.  And I
 respectfully submit that a recommendation against IE from
 someone who must apparently know how to set it up properly
 should IMHO carry more weight than one from someone who
 apparently doesen't know how to set it up properly.

 If you think IE's FTP client is so bad then post a few sites
 and I'll go to them and put up some screen captures of my IE.
 Go ahead, prove I'm wrong.  I'd like to see it crash.
 I dare you.

The reason it works for you is because you manually set the ftp type
setting of IE. I do happen to know how to set up IE and alot of other
network related setting in WIndows.


Actually Peter, I don't even know where the manual setting of IE is
for ftp.  I'm surprised that there is one, and am glad to hear it,
could you tell me where it is, exactly?

When these are not set (as they do not absolutely-have-to-be with
other clients) it crashes. The fact that just because you haven't
bothered about that setting, or PASV etc, doesn't mean the client
should crash. Under the default setup on IE, nearly every one of those
sites crashes IE. Now of course it makes sense that if these settings
haven't been set, that you might get an error message and  have to set
things right, but not to crash the application every single time
without a clue as to what went wrong.


That's not my experience with IE 6

Please post these default settings that crash stuff, I'll check my
browser and see if they are set that way.

Now of course I could take screen shots and get these sites to work
aswell, believe me it's not some advanced windows knowledge that
you're claiming ownership  to here, but if you leave the settings on
defualt, it crashes the browser.

That isn't my experience. I will say my Windows installs are straight
off the MS Select CD's perhaps the defaults on OEM setups are set
stupidly?

 Plain old run of the mill, office and
home environment set up, it crashes the application. Even microfts own
ftp site.

No, sorry, not happened with IE 6.

Oppose this to Firefox's ftp implementatoin which works out
of the box, and gives you an error if you need to change something.

I never disputed Firefox.  It's a good brower I use it under
FreeBSD.

Of course everything crashes, let's not be silly, but to crash
categorically every time unless you've set it the way it should be, is
an immature piece of software.


I agree with this, but I'm not seeing this behavior with IE.

On top of these are problems with standards implementations, in the
same way that the IE html engine doesn't render in accordance with the
standards (I can tell you this after having worked full time in web
design and php/mysql, and the joy you get when you see the way things
should look, according to standard html and xhtml and css texts, in
other browsers, but never in IE.)

No question that IE isn't compliant.  But every web designer
knows that it's the majority browser so railing about it, while
cartharic, doesen't change the fact that your going to have to
write to it's rendering stupidity for your customers.

Perhaps if more web designers submitted bug reports to Microsoft
they might actually fix some things?

But in the end it's just the fact
that it's crashed in it's default setting in every Windows release
I've used.


Not my experience.

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


kernel panic because I pulled a floppy?

2005-12-04 Thread Michael P. Soulier
Hey all,

I'm reading BSD Hacks by Dru Lavigne, published by O'Reilly. In the
section on managing floppies, it mentions that if you pull a floppy
without umounting it first, the next time to try to access the
filesystem, you'll get a kernel panic.

Is this true? If so, it would be the very first Unix that I've seen
crash from this kind of user-mistake.

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


Re: kernel panic because I pulled a floppy?

2005-12-04 Thread David Gerard
Michael P. Soulier wrote:

 I'm reading BSD Hacks by Dru Lavigne, published by O'Reilly. In the
 section on managing floppies, it mentions that if you pull a floppy
 without umounting it first, the next time to try to access the
 filesystem, you'll get a kernel panic.
 Is this true? If so, it would be the very first Unix that I've seen
 crash from this kind of user-mistake.


I've crashed 5.x by pulling a USB umass device and then trying to look
at the directory where it was mounted.


- d.

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


Too many files crashing services

2005-12-04 Thread Robert Fitzpatrick
I posted this issue yesterday sometime and have been trying to track 
down the problem with the help of the Postfix list. There, Weitse has 
suggested tracking down the culprit using lsof, which I know nothing 
about. I tried 'lsof|less', but that doesn't even show anything via SSH, 
related to the mail system. Perhaps I need to be at the console to run 
this? I tried 'lsof|grep postfix' and get pages of information to open 
files, but what I'm I looking for? The problem is these errors below 
keep showing up in the messages log until it starts to crash services, I 
stop and start Postfix and it goes away, but only for several minutes. I 
have to stop and start Postfix every 15 minutes to keep the issue at 
bay. Any ideas what I should be looking for with lsof?


esmtp# tail /var/log/messages
Dec  4 17:54:33 esmtp master[91678]: service pop3 pid 15695 in READY 
state: terminated abnormally
Dec  4 17:54:33 esmtp master[91678]: service pop3 pid 15696 in READY 
state: terminated abnormally
Dec  4 17:54:33 esmtp master[91678]: service pop3 pid 15697 in READY 
state: terminated abnormally
Dec  4 17:54:34 esmtp kernel: kern.maxfiles limit exceeded by uid 88, 
please see tuning(7).

Dec  4 17:54:39 esmtp last message repeated 5 times
Dec  4 17:54:43 esmtp master[91678]: service pop3 pid 15698 in READY 
state: terminated abnormally


I also get these messages:

Dec  4 18:02:57 esmtp postfix/smtpd[15794]: fatal: socket: Too many open 
files
Dec  4 18:05:13 esmtp postfix/smtpd[15760]: fatal: socket: Too many open 
files


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


Re: Java error.[solved]

2005-12-04 Thread Mehmet Fatih AKBULUT
thank you for your attention Gregory.
i think i got the error due to one missing one.
download and moved it to the /usr/ports/distfiles
and then tried to install again and succeeded.
Regards.
bye
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newbie

2005-12-04 Thread arden
On Thu, 1 Dec 2005 23:30:25 +0100
Roland Smith [EMAIL PROTECTED] wrote:

 On Thu, Dec 01, 2005 at 03:54:46PM -0600, Douglass, Erik wrote:
  After being an Windows/Cisco IT professional for the past 7 years, I
  have decided to make the plunge over to FreeBSD on my own time.  I have
  it installed, and it is quite overwhelming.  If anyone has any
  recommendations/tips or books for acquainting one's self with FreeBSD
  with no *nix experience I would greatly appreciate them.
 
 It's easiest to start with the stuff that comes with it: 
 the FreeBSD Handbook.
 
 It should be installed in /usr/share/doc/en_US.ISO8859-1/books/handbook/
 
 For a beginner, I would especially reccommend chapters 3, 11 and 13.
 
 Roland
 -- 
 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
 public key: http://www.xs4all.nl/~rsmith/pubkey.txt
 
I've been playing with *nix for a few years now still class myself as a 
newbie 

found the best way to learn is though practice have a project you want from the 
box this month lots of google.com/bsd 

then when/if you brake something ask for help on here :) you learn learn lots 
by putting things right
 

After all its not a production box you are playing with 

Arden


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


Re: Cannot boot with newly compiled kernel, or kernel.old after upgrading to RELENG_6

2005-12-04 Thread Torgeir Hoffmann
 On Sunday 04 December 2005 12:56 pm, Torgeir Hoffmann wrote:

Hi again,

tried to rebuild the base once more, after syncing up with RELENG_6_0, and
as far as I can see it worked like a charm. However, I still can't boot
the system after building a new kernel. Even when booting the system with
boot -s, the new kernel throws a page fault, and reboots after 15
seconds.

I tried to follow the other lead concerning ACPI, although I haven't had
time to search thoroughly through lists. I tried using  unset acpi_load 
before boot -s, but it still produces the same result.

I'm starting suspect that it might have something to do with the nvidia,
as it is the last thing I see before the error occurs. I see:

output
nvidia0 //some stuff I didn't catch in time - I assume hardware
details
Warning: Device driver 
/output
(page fault error similar to the one posted earlier) Also, I have no idea
why it produces a single double-dash (  ).

  Did you copy the 6.0 GENERIC config file into the one your
  buildkernel
 make uses?

 Probably GENERIC. I use the equivalent of
 make buildkernel KERNCONF=RUBY
 make installkernel KERNCONF=RUBY
 but I have then built into scripts.

yes, I've had most things I needed in GENERIC, and loaded modules for the
sound  - that's it.

 If you have a KERNCONF entry in /etc/make.conf, it uses that. If it was
your 5-stable config file, it used it.

 Everytime they do an upgrade, you need to check it. Options come and go.
I didn't have a make.conf entry with KERNCONF - so I can only assume that
it uses GENERIC, and further I'd assume that I'd use the one that came
with the source checkout. Afterall, the world and kernel compiled fine,
the kernel does not, however, seem to be happy to boot.

 If you haven't done an installworld, you shouldn't do anything but boot -s.

 You have to finish the install and then you can use the full boot.
Unfortunately, the bottleneck still persists - and I have a gut feeling
that I won't get anywhere booting the RELENG_5 kernel and installing the
base. I guess that'd would only make it more of a mess, than what'd I've
already made it...

 I have had kernels that
 would immediately panic and the boot to single user mode is to catch them.

 You have a new user called _dhcp that needs to be added to group and
master.passwd. Then, you have what seems like 100's of files that need
to be updated using mergemaster.

Thanks for the tip - I ran mergemaster -p before buildworld, and that
_dhcp user was added.

Thanks for all help so far.

Best Regards,

Torgeir Hoffmann




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


Re: Too many files crashing services

2005-12-04 Thread Norberto Meijome

Robert Fitzpatrick wrote:
[...]
Dec  4 17:54:34 esmtp kernel: kern.maxfiles limit exceeded by uid 88, 
please see tuning(7).


man 7 tuning



Dec  4 17:54:39 esmtp last message repeated 5 times


[...]
Dec  4 18:02:57 esmtp postfix/smtpd[15794]: fatal: socket: Too many open 
files
Dec  4 18:05:13 esmtp postfix/smtpd[15760]: fatal: socket: Too many open 
files




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


Re: Too many files crashing services

2005-12-04 Thread Robert Fitzpatrick

Norberto Meijome wrote:


Robert Fitzpatrick wrote:
[...]

Dec  4 17:54:34 esmtp kernel: kern.maxfiles limit exceeded by uid 88, 
please see tuning(7).



man 7 tuning


So, you think this is what is contributing to my problem? Yeah, I have 
never ran tunefs on the RAID 5 system running FreeBSD 5.2.1. Is this 
what you are suggesting? Below is my current partitioning, how risky is 
running tunefs. I'll have to go to the server location of course and 
want to be sure of what to do and should I wait until a Saturday in case 
something were to go wrong. From what I've read, I should run 'tunefs -n 
enable /filesystem' for soft updates?


esmtp# df -la
Filesystem  1K-blocks UsedAvail Capacity  Mounted on
/dev/da0s1a   1982798   579620  124455632%/
devfs   110   100%/dev
/dev/da0s1g  17393582   683262 15318834 4%/home
/dev/da0s1f988398   161668   74766018%/tmp
/dev/da0s1d  19834638  4947542 1330032627%/usr
/dev/da0s1e   9914318  8679632   44154295%/var
/dev/da0s1h  95950386 88004097  698678693%/data
devfs   110   100%/var/chroot/named/dev

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


Re: Too many files crashing services

2005-12-04 Thread Norberto Meijome

Robert Fitzpatrick wrote:

Norberto Meijome wrote:


Robert Fitzpatrick wrote:
[...]

Dec  4 17:54:34 esmtp kernel: kern.maxfiles limit exceeded by uid 88, 
please see tuning(7).




man 7 tuning


So, you think this is what is contributing to my problem? Yeah, I have 
never ran tunefs on the RAID 5 system running FreeBSD 5.2.1. Is this 
what you are suggesting? Below is my current partitioning, how risky is 
running tunefs. I'll have to go to the server location of course and 
want to be sure of what to do and should I wait until a Saturday in case 
something were to go wrong. From what I've read, I should run 'tunefs -n 
enable /filesystem' for soft updates?


No, you are running out of maxfiles, as per kern.maxfiles limit 
exceeded by uid ... .


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html

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


Re: Cannot boot with newly compiled kernel, or kernel.old after upgrading to RELENG_6

2005-12-04 Thread Lars Kristiansen



--On Monday, December 05, 2005 01:06:09 AM +0100 Torgeir Hoffmann 
[EMAIL PROTECTED] wrote:



On Sunday 04 December 2005 12:56 pm, Torgeir Hoffmann wrote:


Hi again,

tried to rebuild the base once more, after syncing up with RELENG_6_0, and
as far as I can see it worked like a charm. However, I still can't boot
the system after building a new kernel. Even when booting the system with
boot -s, the new kernel throws a page fault, and reboots after 15
seconds.

I tried to follow the other lead concerning ACPI, although I haven't had
time to search thoroughly through lists. I tried using  unset acpi_load 
before boot -s, but it still produces the same result.

I'm starting suspect that it might have something to do with the nvidia,


AFAIK
If the nvidia-driver is from the ports you will need to disable it so you 
can later rebuild it in 6.0.

You will probably find all the details you need with a search.

--
Lars


as it is the last thing I see before the error occurs. I see:

output
nvidia0 //some stuff I didn't catch in time - I assume hardware
details
Warning: Device driver 
/output
(page fault error similar to the one posted earlier) Also, I have no idea
why it produces a single double-dash (  ).


 Did you copy the 6.0 GENERIC config file into the one your
 buildkernel
make uses?



Probably GENERIC. I use the equivalent of
make buildkernel KERNCONF=RUBY
make installkernel KERNCONF=RUBY
but I have then built into scripts.


yes, I've had most things I needed in GENERIC, and loaded modules for the
sound  - that's it.


If you have a KERNCONF entry in /etc/make.conf, it uses that. If it was

your 5-stable config file, it used it.


Everytime they do an upgrade, you need to check it. Options come and go.

I didn't have a make.conf entry with KERNCONF - so I can only assume that
it uses GENERIC, and further I'd assume that I'd use the one that came
with the source checkout. Afterall, the world and kernel compiled fine,
the kernel does not, however, seem to be happy to boot.


If you haven't done an installworld, you shouldn't do anything but boot
-s.

You have to finish the install and then you can use the full boot.

Unfortunately, the bottleneck still persists - and I have a gut feeling
that I won't get anywhere booting the RELENG_5 kernel and installing the
base. I guess that'd would only make it more of a mess, than what'd I've
already made it...


I have had kernels that
would immediately panic and the boot to single user mode is to catch
them.

You have a new user called _dhcp that needs to be added to group and

master.passwd. Then, you have what seems like 100's of files that need
to be updated using mergemaster.

Thanks for the tip - I ran mergemaster -p before buildworld, and that
_dhcp user was added.

Thanks for all help so far.

Best Regards,

Torgeir Hoffmann




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




--
Med vennlig hilsen
Lars Kristiansen

A D V E N T U R A S
Tlf: 22 20 59 90
Fax: 22 20 59 91
[EMAIL PROTECTED]
http://www.adventuras.no

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


Re: schedule a script at system startup

2005-12-04 Thread Daniel Rudy
At about the time of 12/3/2005 5:18 PM, Ian Lord stated the following:

 Hi,
 
 I would like to run a shell script at system startup which needs to 
 run under a specific uid...
 
 I don't see anything for this in man cron...
 
 is there a way to do it with cron ? or otherwise is there another way ?
 
 I guess there might be a way to put a script in /etc/rd.d/ but I 
 don't know how to run it under a specifid uid
 
 Any help would be appreciated
 
 Thanks
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

@reboot username command

The @reboot is a BSD extension.

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


Re: How do I know if my internal PCI modem works on FreeBSD?

2005-12-04 Thread Daniel Rudy
At about the time of 12/3/2005 7:38 AM, Wojciech Puchar stated the
following:

Basically, it all depends on how much you spent for the modem.  A $15-20
modem is more than likely a WinModem (software modem) which FreeBSD does
*NOT* support without a third party driver.  If the modem cost $70-100,
and it is recongized as a serial port by the sio driver, then it
probably will work.
 
 
 
 externally connected modems (by serial) costs less than $100 anyway and do 
 work for sure.
 
 many external modems does connect by USB port and can be cheaper, but 
 check for hayes compatible label (or similar) as some USB modems are 
 winmodems too.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

So, some USB modems are winmodems now?  I was not aware of that.
Besides, who wants a USB modem anyways?  I didn't mention the external
modems because the OP was asking specifically about his internal PCI modem.

A good internal PCI hardware (controller based) modem is the Zoom 2920.
 They run about $80 or so at Fry's...If you can find them.  Or talk to
Zoom directly at http://www.zoom.com.

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


Fwd: How does carp computes the MAC address of the a certain Virtual IP?

2005-12-04 Thread Mark Jayson Alvarez


Mark Jayson Alvarez [EMAIL PROTECTED] wrote:
  Date: Sun, 4 Dec 2005 15:59:39 -0800 (PST)
 From: Mark Jayson Alvarez [EMAIL PROTECTED]
 To: freebsd-net@freebsd.org
 Subject: How does carp computes the MAC address of the a certain Virtual IP?
 
  Hi,
 How does carp computes the MAC address of the a certain Virtual IP? Perhaps I 
can set up a route for the virtual IP address manually because the kernel keeps 
on complaining: arp_trequest: bad gateway (!AF_LINK). This is weired because 
my carp setup is working for the past 4 days and it suddenly stopped with the 
above error.
  
  Any idea?
  Thanks
  
   



-
 Yahoo! Personals
 Skip the bars and set-ups and start using Yahoo! Personals for free
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: How does carp computes the MAC address of the a certain Virtual IP?

2005-12-04 Thread Mark Jayson Alvarez


Mark Jayson Alvarez [EMAIL PROTECTED] wrote:
  Date: Sun, 4 Dec 2005 15:59:39 -0800 (PST)
 From: Mark Jayson Alvarez [EMAIL PROTECTED]
 To: freebsd-net@freebsd.org
 Subject: How does carp computes the MAC address of the a certain Virtual IP?
 
  Hi,
 How does carp computes the MAC address of the a certain Virtual IP? Perhaps I 
can set up a route for the virtual IP address manually because the kernel keeps 
on complaining: arp_trequest: bad gateway (!AF_LINK). This is weired because 
my carp setup is working for the past 4 days and it suddenly stopped with the 
above error.
  
  Any idea?
  Thanks
  
   



-
 Yahoo! Personals
 Let fate take it's course directly to your email.
 See who's waiting for you Yahoo! Personals
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems with glx;/dev/agpgart doesn't exist

2005-12-04 Thread Rechistov Grigory
I'm running FreeBSD 6.0 RELEASE on Samsung V30 laptop, ATI Radeon 7500 
videocard on board. X Window system runs perfectly till I don't try to 
deal with applicatons which use Glx, e.g. xscreensaver. I tried to tweak 
xorg.conf by enabling glx,dri. Now, after X starts, the kernel says:


kernel: drm0: ATI Radeon LW RV200 Mobility 7500 M7 port 0x3000-0x30ff 
mem 0xd800-0xdfff,0xd010-0xd010 irq 16 at device 0.0 on pci1

kernel: info: [drm] Initialized radeon 1.16.0 20050311 on minor 0
kernel: error: [drm:pid614:radeon_cp_init] *ERROR* radeon_cp_init called 
without lock held
kernel: error: [drm:pid614:drm_unlock] *ERROR* Process 614 using kernel 
context 0


And then XWindow says that it disables DRI.

I have the generic kernel with device agp enabled by default, but 
indeed there isn't /dev/agpgart even!


I installed the recent dri tools from the ports, it gave no effect.

I've been roaming through the net searching an answer and found that 
everyone who has a similar problem has an ATI card.


I wonder if there is a solution or ATI videocards owners are damned?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: install freebsd with usb keyboard

2005-12-04 Thread Foo Ji-Haw
I've recently installed FBSD 5.4 onto a Dell via a USB keyboard without much
ado.

The trick may be in your bios: you may want to check if you enabled USB
keyboard during bootup.

- Original Message - 
From: Don LoCrasto [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Saturday, December 03, 2005 5:10 AM
Subject: install freebsd with usb keyboard


 I'm trying to install 5.4 with a usb keyboard.  I saw the suggestion below
on freebsd.org, however the keyboard doesn't work to allow me to select
option 7.
 Any suggestions?

 Don



 ***During the boot process* before you ever get to sysinstall, when
the
 daemon shows up on the screen and you're given a menu with several
options,
 if you look closely, option seven (7) must be chosen to use a usb
keyboard
 **during the install**.
 
 If you're waiting until the sysinstall appears, that's way too late.  You
 need to chose option 7 before the kernel even loads, almost immediately
 after the system boots.



 -- 
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.362 / Virus Database: 267.13.11/191 - Release Date: 12/2/2005

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

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


Upgrading xorg-server

2005-12-04 Thread Anthony M . Agelastos

Hello everyone,

Today, I tried updating xorg-server and it failed. Here is the  
primary error message:


make: don't know how to make /diskad3/portsBuild/Usr/ports/x11- 
servers/xorg-server/work/xc/extras/Mesa/src/mesa/glapi/glapi.h. Stop

*** Error code 2

I tried updating it via portupgrade -arR, portupgrade xorg-server,  
and portmanager -u -l. I have the full session recorded via script so  
I can send that file compressed to whomever wants it (or additional  
information from it).


I am running 6.0-STABLE. Has anyone had any problems doing the recent  
update? My make.conf is comprised of:


CPUTYPE?=p3
CFLAGS= -Os -pipe
NO_BLUETOOTH=true
CUPS_OVERWRITE_BASE=yes
NO_LPR=true
NO_PROFILE=true
PERL_VER=5.8.7
PERL_VERSION=5.8.7

I also tried building it with
CFLAGS= -O -pipe
CFLAGS= -pipe
instead of what is shown above. Each time, it fails at a different  
spot. The error message above was with -O in CFLAGS. With -Os, it is:


panoramiX.c:1162: warning: unused variable `pScreen'
rm -f panoramiXSwap.o
cc -c -Os -pipe -march=pentium3 -ansi -pedantic -Wno-system-headers - 
Dasm=__asm 	-Wall -Wpointer-arith -Wundef-fno-merge-constants -I.  
-I../include -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/ 
work/xc/exports/include/X11 -I/diskad3/portsBuild/usr/ports/x11- 
servers/xorg-server/work/xc/include/extensions 		-I/diskad3/ 
portsBuild/usr/ports/x11-servers/xorg-server/work/xc/include/fonts - 
I../mi -I../render -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- 
server/work/xc/programs/Xserver/hw/xfree86/common -I/diskad3/ 
portsBuild/usr/ports/x11-servers/xorg-server/work/xc/include/fonts  
		   -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc - 
I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/ 
exports/include -I/usr/X11R6/include -I/usr/X11R6/include - 
DCSRG_BASED -DSHAPE -DXINPUT -DXKB  -DXAPPGROUP 	-DXCSECURITY - 
DTOGCUP  	-DXF86BIGFONT -DDPMSExtension 	  -DPANORAMIX 	 -DRENDER - 
DRANDR 	-DXFIXES -DDAMAGE -DCOMPOSITE -DXEVIE 	 -DGCCUSESGAS - 
DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA -DXvExtension  
-DXFree86LOADER  -DXFree86Server -DXF86VIDMODE - 
DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension  
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DXORG_VERSION_CURRENT=(((6)  
* 1000) + ((8) * 10) + ((2) * 1000) + 0) -DNDEBUG   - 
DFUNCPROTO=15 -DNARROWPROTO   -DMITMISC -DXTEST -DXTRAP 	-DXSYNC - 
DXCMISC -DXRECORD 	-DMITSHM -DBIGREQS -DXF86VIDMODE 	-DXF86MISC -DDBE  
-DDPMSExtension -DEVI 	-DSCREENSAVER -DXV -DXVMC 	-DGLXEXT -DXF86DRI - 
DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA- 
DRES   panoramiXSwap.c

make: don't know how to make ../include/scRnintstr.h. Stop
*** Error code 2

With only -pipe in CFLAGS, it is

cc -pipe -march=pentium3 -ansi -pedantic -Wno-system-headers - 
Dasm=__asm 	-Wall -Wpointer-arith -Wundef-fno-merge-constants -I.  
-I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/ 
programs/Xserver/hw/xfree86/common -I/diskad3/portsBuild/usr/ports/ 
x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/os- 
support-I/diskad3/portsBuild/usr/ports/x11-servers/xorg- 
server/work/xc/programs/Xserver/mfb -I/diskad3/portsBuild/usr/ports/ 
x11-servers/xorg-server/work/xc/programs/Xserver/mi 	   -I/diskad3/ 
portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/ 
hw/xfree86/xaa -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- 
server/work/xc/programs/Xserver/hw/xfree86/rac-I/diskad3/ 
portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/ 
cfb -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/ 
programs/Xserver/hw/xfree86/xaa -I/diskad3/portsBuild/usr/ports/x11- 
servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/ramdac 	   -I/ 
diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/ 
Xserver/hw/xfree86/vgahw -I/diskad3/portsBuild/usr/ports/x11-servers/ 
xorg-server/work/xc/programs/Xserver/hw/xfree86/ddc -I/diskad3/ 
portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/ 
hw/xfree86/i2c 	   -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- 
server/work/xc/programs/Xserver/Xext -I/diskad3/portsBuild/usr/ports/ 
x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/vbe -I/ 
diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/ 
Xserver/fb   -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- 
server/work/xc/include/fonts -I/diskad3/portsBuild/usr/ports/x11- 
servers/xorg-server/work/xc/programs/Xserver/include -I/diskad3/ 
portsBuild/usr/ports/x11-servers/xorg-server/work/xc/exports/include/ 
X11 	   -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/ 
xc/include/extensions -I/diskad3/portsBuild/usr/ports/x11-servers/ 
xorg-server/work/xc/programs/Xserver/hw/xfree86/int10 -I/diskad3/ 
portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/ 
render  

Re: kernel panic because I pulled a floppy?

2005-12-04 Thread Kris Kennaway
On Sun, Dec 04, 2005 at 05:32:42PM -0500, Michael P. Soulier wrote:
 Hey all,
 
 I'm reading BSD Hacks by Dru Lavigne, published by O'Reilly. In the
 section on managing floppies, it mentions that if you pull a floppy
 without umounting it first, the next time to try to access the
 filesystem, you'll get a kernel panic.
 
 Is this true? If so, it would be the very first Unix that I've seen
 crash from this kind of user-mistake.

Turns out it's pretty hard to fix.

Kris


pgpxD7TqAfUw0.pgp
Description: PGP signature


Re: How do I know if my internal PCI modem works on FreeBSD?

2005-12-04 Thread Foo Ji-Haw
Thanks for the good feedback.

Is there a particular modem chipset which if it is spotted on the card, it
is confirmed that it's more than a WinModem?


- Original Message - 
From: Daniel Rudy [EMAIL PROTECTED]
To: Wojciech Puchar [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org; Foo Ji-Haw [EMAIL PROTECTED]
Sent: Monday, December 05, 2005 10:08 AM
Subject: Re: How do I know if my internal PCI modem works on FreeBSD?


 At about the time of 12/3/2005 7:38 AM, Wojciech Puchar stated the
 following:

 Basically, it all depends on how much you spent for the modem.  A $15-20
 modem is more than likely a WinModem (software modem) which FreeBSD does
 *NOT* support without a third party driver.  If the modem cost $70-100,
 and it is recongized as a serial port by the sio driver, then it
 probably will work.
 
 
 
  externally connected modems (by serial) costs less than $100 anyway and
do
  work for sure.
 
  many external modems does connect by USB port and can be cheaper, but
  check for hayes compatible label (or similar) as some USB modems are
  winmodems too.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
[EMAIL PROTECTED]
 

 So, some USB modems are winmodems now?  I was not aware of that.
 Besides, who wants a USB modem anyways?  I didn't mention the external
 modems because the OP was asking specifically about his internal PCI
modem.

 A good internal PCI hardware (controller based) modem is the Zoom 2920.
  They run about $80 or so at Fry's...If you can find them.  Or talk to
 Zoom directly at http://www.zoom.com.

 -- 
 Daniel Rudy

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


Re: Upgrading xorg-server

2005-12-04 Thread Michael C. Shultz
On Sunday 04 December 2005 19:34, Anthony M. Agelastos wrote:
 Hello everyone,

 Today, I tried updating xorg-server and it failed. Here is the
 primary error message:

 make: don't know how to make /diskad3/portsBuild/Usr/ports/x11-
 servers/xorg-server/work/xc/extras/Mesa/src/mesa/glapi/glapi.h. Stop
 *** Error code 2

 I tried updating it via portupgrade -arR, portupgrade xorg-server,
 and portmanager -u -l. I have the full session recorded via script so
 I can send that file compressed to whomever wants it (or additional
 information from it).


 I am running 6.0-STABLE. Has anyone had any problems doing the recent
 update? My make.conf is comprised of:

 CPUTYPE?=p3
 CFLAGS= -Os -pipe
 NO_BLUETOOTH=true
 CUPS_OVERWRITE_BASE=yes
 NO_LPR=true
 NO_PROFILE=true
 PERL_VER=5.8.7
 PERL_VERSION=5.8.7

 I also tried building it with
 CFLAGS= -O -pipe
 CFLAGS= -pipe
 instead of what is shown above. Each time, it fails at a different
 spot. The error message above was with -O in CFLAGS. With -Os, it is:

 panoramiX.c:1162: warning: unused variable `pScreen'
 rm -f panoramiXSwap.o
 cc -c -Os -pipe -march=pentium3 -ansi -pedantic -Wno-system-headers -
 Dasm=__asm-Wall -Wpointer-arith -Wundef-fno-merge-constants -I.
 -I../include -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/
 work/xc/exports/include/X11 -I/diskad3/portsBuild/usr/ports/x11-
 servers/xorg-server/work/xc/include/extensions-I/diskad3/
 portsBuild/usr/ports/x11-servers/xorg-server/work/xc/include/fonts -
 I../mi -I../render -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-
 server/work/xc/programs/Xserver/hw/xfree86/common -I/diskad3/
 portsBuild/usr/ports/x11-servers/xorg-server/work/xc/include/fonts
  
 -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc -
 I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/
 exports/include -I/usr/X11R6/include -I/usr/X11R6/include -
 DCSRG_BASED -DSHAPE -DXINPUT -DXKB  -DXAPPGROUP   -DXCSECURITY -
 DTOGCUP   -DXF86BIGFONT -DDPMSExtension -DPANORAMIX-DRENDER -
 DRANDR-DXFIXES -DDAMAGE -DCOMPOSITE -DXEVIE-DGCCUSESGAS -
 DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH   
 -DXFreeXDGA -DXvExtension
   -DXFree86LOADER  -DXFree86Server
 -DXF86VIDMODE   -
 DXvMCExtension-DSMART_SCHEDULE
 -DBUILDDEBUG -DXResExtension
   -DX_BYTE_ORDER=X_LITTLE_ENDIAN  
 -DXORG_VERSION_CURRENT=(((6)
 * 1000) + ((8) * 10) + ((2) * 1000) + 0) -DNDEBUG   -
 DFUNCPROTO=15 -DNARROWPROTO   -DMITMISC -DXTEST -DXTRAP   -DXSYNC -
 DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE-DXF86MISC -DDBE
 -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC   -DGLXEXT 
 -DXF86DRI -
 DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA-
 DRES   panoramiXSwap.c
 make: don't know how to make ../include/scRnintstr.h. Stop
 *** Error code 2

 With only -pipe in CFLAGS, it is

 cc -pipe -march=pentium3 -ansi -pedantic -Wno-system-headers -
 Dasm=__asm-Wall -Wpointer-arith -Wundef-fno-merge-constants -I.
 -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/
 programs/Xserver/hw/xfree86/common -I/diskad3/portsBuild/usr/ports/
 x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/os-
 support-I/diskad3/portsBuild/usr/ports/x11-servers/xorg-
 server/work/xc/programs/Xserver/mfb -I/diskad3/portsBuild/usr/ports/
 x11-servers/xorg-server/work/xc/programs/Xserver/mi  -I/diskad3/
 portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/
 hw/xfree86/xaa -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-
 server/work/xc/programs/Xserver/hw/xfree86/rac-I/diskad3/
 portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/
 cfb -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/
 programs/Xserver/hw/xfree86/xaa -I/diskad3/portsBuild/usr/ports/x11-
 servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/ramdac   -I/
 diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/
 Xserver/hw/xfree86/vgahw -I/diskad3/portsBuild/usr/ports/x11-servers/
 xorg-server/work/xc/programs/Xserver/hw/xfree86/ddc -I/diskad3/
 portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/
 hw/xfree86/i2c   -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-
 server/work/xc/programs/Xserver/Xext -I/diskad3/portsBuild/usr/ports/
 x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/vbe -I/
 diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/
 Xserver/fb   -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-
 server/work/xc/include/fonts -I/diskad3/portsBuild/usr/ports/x11-
 servers/xorg-server/work/xc/programs/Xserver/include -I/diskad3/
 

Can't reboot

2005-12-04 Thread Jose Borquez
I attempted to reboot my pc using FreeBSD 5.4 and it appears to begin 
the process of rebooting and then I get the following message.  After 
this message it just hangs and I can't do anything to reboot it.


Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
Waiting (max 60 seconds) for system process `syncer' to stop...done
Syncing disks, vnodes remaining...1 0 0 0 done
No buffers busy after final sync

Does anyone have any suggestions on what I need to check or what the 
problem is?

Thank you in advance,
Jose

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


Re: Setting up a print-server

2005-12-04 Thread P.U.Kruppa

On Sat, 3 Dec 2005, Charles Howse wrote:


Hi,
I have the task of setting up a FreeBSD box as a print-server for the lan
here at home.
I've used FreeBSD for quite a while, but am currently just a little rusty.
I was hoping the list members could help me with planning a strategy, and
possibly point me to some resources for help.  I have my copies of The
Handbook and FreeBSD Unleashed at my side.  :-)

The printers are:
HP1100 LaserJet (non-postscript, parallel only)
Epson Stylus C86 (postscript, USB only)

Here is my current list of requirements:
My daughter's WinXP Pro SP2 box must be able to print to either printer.

My Mac OS X Tiger 10.4.3 box must be able to print to either printer.

(I may not know what I'm talking about here, but) I would prefer IP printing
as the only means of serving the printers, rather than Samba for serving to
Windows, AND CUPS or something else for serving to OS X.
You don't need Samba to set up a printer server for windows. Cups 
will do fine. Printers can be addressed via http then (at least 
on my 6.0 machine).


Mail me if you need help with configuration.

Uli.



The FreeBSD machine is quite capable hardware-wise of doing all this.
I have a copy of 4.11-RELEASE, but will be glad to install whatever version
makes it easiest to do what I need.

Any help = appreciation!

--
Thanks,
Charles 


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






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

Bootloader Freezes with timer. Ok if press enter

2005-12-04 Thread Francisco Reyes
My first 6.0 machine destined for production (not to worry.. will test 
thoroughly before it goes live ;-) and it freezes on the initial boot 
screen.


If I press enter right away upon the boot menu appearing the machine boots 
fine. However, if I let the countdown start it freezes when there are 
either 8 or 7 seconds remaining (every single time). 


Any suggestions?

This was after making the machine stable as of 12-4.
Not sure if the problem existed from 6.0 Release on this machine  
since I usually press enter on the boot menu right away. 


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


5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
make buildworld
from 
# $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
on
FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

--

/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_list.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/addr_families.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/aname_to_localname.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/appdefault.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/asn1_glue.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/auth_context.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_ap_req.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_auth.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c: In 

Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Michael C. Shultz
On Sunday 04 December 2005 20:49, Vizion wrote:
 make buildworld
 from
 # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
 on
 FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

Did you try it with ccache turned off?

-Mike



 ---
---

 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c
 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_list
.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/addr_famili
es.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/aname_to_lo
calname.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/appdefault.
c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/asn1_glue.c
 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/auth_contex
t.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_ap_re
q.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_auth.
c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c
 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 

Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
On Sunday 04 December 2005 21:01,  the author Michael C. Shultz contributed to 
the dialogue on-
 Re: 5.3 6.0 - make buildworld libkrb5 failure: 

On Sunday 04 December 2005 20:49, Vizion wrote:
 make buildworld
 from
 # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
 on
 FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

Did you try it with ccache turned off?

No
OK will do -
I'll report back manana
thnks
david

-Mike

 --
- ---

 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c
 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_lis
t .c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/addr_famil
i es.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/aname_to_l
o calname.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/appdefault
. c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/asn1_glue.
c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/auth_conte
x t.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_ap_r
e q.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_auth
. c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c
 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 

Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Michael C. Shultz
On Sunday 04 December 2005 21:07, Vizion wrote:
 On Sunday 04 December 2005 21:01,  the author Michael C. Shultz contributed
 to the dialogue on-

  Re: 5.3 6.0 - make buildworld libkrb5 failure:
 On Sunday 04 December 2005 20:49, Vizion wrote:
  make buildworld
  from
  # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
  on
  FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 
 Did you try it with ccache turned off?

 No
 OK will do -
 I'll report back manana
 thnks
 david

welcome

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


Re: Too many files crashing services

2005-12-04 Thread Norberto Meijome

Norberto Meijome wrote:


No, you are running out of maxfiles, as per kern.maxfiles limit 
exceeded by uid ... .


errr... of course, i meant to say, you have more open files than allowed 
by kern.maxfiles.

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


Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
On Sunday 04 December 2005 21:14,  the author Michael C. Shultz contributed to 
the dialogue on-
 Re: 5.3 6.0 - make buildworld libkrb5 failure: 

On Sunday 04 December 2005 21:07, Vizion wrote:
 On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
 contributed to the dialogue on-

  Re: 5.3 6.0 - make buildworld libkrb5 failure:
 On Sunday 04 December 2005 20:49, Vizion wrote:
  make buildworld
  from
  # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
  on
  FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 
 Did you try it with ccache turned off?

 No
 OK will do -
 I'll report back manana
 thnks
 david

welcome

PS Out of damn curiosity I am try again after 
# ccache -C
just to c++ what happens chuckles

david

-Mike

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Setting up a print-server SOLVED

2005-12-04 Thread Charles Howse
 On Sat, 3 Dec 2005, Charles Howse wrote:
 
 Hi,
 I have the task of setting up a FreeBSD box as a print-server for the lan
 here at home.
 I've used FreeBSD for quite a while, but am currently just a little rusty.
 I was hoping the list members could help me with planning a strategy, and
 possibly point me to some resources for help.  I have my copies of The
 Handbook and FreeBSD Unleashed at my side.  :-)
 
 The printers are:
 HP1100 LaserJet (non-postscript, parallel only)
 Epson Stylus C86 (postscript, USB only)
 
 Here is my current list of requirements:
 My daughter's WinXP Pro SP2 box must be able to print to either printer.
 
 My Mac OS X Tiger 10.4.3 box must be able to print to either printer.
 
 (I may not know what I'm talking about here, but) I would prefer IP printing
 as the only means of serving the printers, rather than Samba for serving to
 Windows, AND CUPS or something else for serving to OS X.
 You don't need Samba to set up a printer server for windows. Cups
 will do fine. Printers can be addressed via http then (at least
 on my 6.0 machine).
 
 Mail me if you need help with configuration.

Thanks, I will.  Haven't tried printing from Windows yet.

I have just now verified that I've got the dad-gum thing working!
Had to install CUPS (Not that difficult).
I can print from my Mac to the HP1100 on the FreeBSD box!!
TextEdit, Word, Safari, all print properly!!!
The Epson is currently out of ink (blush), but it blinks and whirrs when I
send a test page to it.  :-)

I followd the howto that is the first msg in this forum:
http://www.freebsdforums.org/forums/showthread.php?t=15325highlight=Printin
g

When I finished, I went to the Printer Setup Utility on the Mac, and looked
in the browse list, and HOLY-S**T, there they were, my HP1100 and Epson
C86!!!

OH, YEAH!!!
 


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


fedora directory server 1.0

2005-12-04 Thread Ansar Mohammed
Anyone know if a port is in progress?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cannot run FreeBSD 6.0-R in Mac Virtual PC 7

2005-12-04 Thread wrangled


I have not been able to get any version of FreeBSD (5.x or 6.x), PC-BSD, 
or DesktopBSD to run inside Virtual PC 7 on my Mac Mini.  The installs 
hang on the message:


Extracting base into / directory
   2%

Supposedly FreeBSD did run in older versions of Virtual PC (I guess 
before Microsoft bought Connectix).


Inside the VM, I tried selecting the types UNIX, Linux, and 
Unspecified.  None work.  I wonder which UNIX does work.


Any suggestions?


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


Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Kent Stewart
On Sunday 04 December 2005 09:21 pm, Vizion wrote:
 On Sunday 04 December 2005 21:14,  the author Michael C. Shultz
 contributed to the dialogue on-

  Re: 5.3 6.0 - make buildworld libkrb5 failure:
 On Sunday 04 December 2005 21:07, Vizion wrote:
  On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
  contributed to the dialogue on-
 
   Re: 5.3 6.0 - make buildworld libkrb5 failure:
  On Sunday 04 December 2005 20:49, Vizion wrote:
   make buildworld
   from
   # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp
   $ on
   FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
  
  Did you try it with ccache turned off?
 
  No
  OK will do -
  I'll report back manana
  thnks
  david
 
 welcome

 PS Out of damn curiosity I am try again after
 # ccache -C
 just to c++ what happens chuckles


I had problems starting the 6.0-release builds until I did a make 
cleandir 2x from /usr/src. That is supposed to get rid of extraneous 
stuff.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: A stupid 64bit question ... but ...

2005-12-04 Thread Guillaume R.
2005/12/5, David O'Brien [EMAIL PROTECTED]:

 On Sun, Dec 04, 2005 at 06:50:55PM -0400, Marc G. Fournier wrote:
 
  I recently bought a new Intel Xeon server, and when I put it together, I
  didn't realize that the newer Xeon's were 64bit ... now, I've just built
  perl 5.8.7, and its reporting:
 
  =
  # perl -v
  This is perl, v5.8.7 built for i386-freebsd-64int
 ..
  I realize that this  may be a stupid question, but am I correct in that
  *this* is a 64bit machine, and I should be enabling the AMD64 stuff on
  her?

 Perl won't be reporting a 64-bit capable machine, when running a 32-bit
 OS.  Look in /var/run/dmesg for 'AMD Features' to report 'LM' (long
 mode).

Lo
So why there is a 64int? We can suppose that perl has seen that Marc's proc
is a 64 one no?
I asked that cause I got a 64bits  (amd) which run on a 32 bits mode and I
got oftenly such i386-freebsd-64amd
++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]