Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Brian John
Hello.
I just added a couple of config attributes to my make.conf, namely this 
(I think this is close):
CPU-TYPE = athlon-xp
CFLAGS = -0 -pipe
COPTFLAGS = -0 -pipe

Then I did a make buildkernel and make installkernel.  I then 
rebooted into single user mode and did a make buildworld.  Then I 
restarted and now I have no internet.  I can't get any pages to come up 
in firefox or dillo.  I tried pinging www.yahoo.com and I got 69% packet 
loss.  Also, when I try to do portupgrade -ap to reinstall all of my 
ports, it can't connect to download the distfiles.  What can I do to fix 
this?

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


Re: any ideas why these xorg hassles???

2005-03-05 Thread Mike Hauber
On Saturday 05 March 2005 01:25 am, Ted Mittelstaedt wrote:

 
  xorg is only on 5.3.  My remaining OS is 4.10.

 It is possible to build xorg on FreeBSD 4.X.  I wanted to
 eliminate that as a possibility.

 Ted

I don't _think_ xorg was an option with 4.10 release, but I know 
for a fact it is for 4-STABLE (I built it and had it running 
before I switched to 5.3).

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


Re: followup on help needed on configuring rl0

2005-03-05 Thread Mike Hauber
On Saturday 05 March 2005 12:30 am, [EMAIL PROTECTED] wrote:
 hi everyone,

 I have been able to manually setup my rl0 without Xserver and
 BEFORE this stinking rl0 : watchdog timeout error message
 appeared at boot time and I could surf with NO problem, so that
 means that Freesbie recognizes and initializes my realtek 8139
 nic (it is integrated on my medion laptop's motherboard) very
 well.

 In order to do this, I had to interrupt the boot process just
 before the place where the error message comes.

 Any idea as to how I could fix this ?

 ps : it does the same problem whether I use the Freesbie livecd
 or my installation of it on my hard drive.

 thanks in advance for your help :o)

 original message :

 hi everyone,

 I am a very enthusiastic FreeBSD newbie (I have wanted to use
 FreeBSD for years, but thanks to the latest Freesbie 1.1 which
 is awesome, I have finally made the step).

 I have a good knowledge of linux administration, both system
 and network and am presently learning the correspondances with
 FreeBSD line commands.

 So, here is my problem for which I would need your help :

 on my laptop (medion 1GHz mobile, with a realtech 8129/8139
 network card), my network card is detected and recognized as
 what it is but, whether I use sysinstall and its network config
 wizard or dhclient or assign manually a network address with
 netmask and so on (ifconfig inet xxx.xxx.xxx.xxx netmask
 xxx.xxx.xxx.xxx) and the route also manually, it never changes
 (whether rebooted in between or not), but says my ip is 0.0.0.0
 and dhclient complains that it cannot find any dhcp server
 although, on another computer with the very same network cable
 and networkplug on the wall, it has no problem whatsoever

 furthermore, when i boot under linux, it works perfectly fine
 ...

 thanks in advance for your help

 hb4j


Have you checked your BIOS to make ensure that pnp bios was 
disabled?  I've seen this problem before, and I think this was 
the solution.

HTH,

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


Strange operator messages

2005-03-05 Thread BSD todoo
Since yesterday I have strange messages issued by operator !!
Message 26:
From [EMAIL PROTECTED]  Fri Mar  4 23:00:00 2005
X-Original-To: operator
Delivered-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Cron Daemon)
To: [EMAIL PROTECTED]
Subject: Cron [EMAIL PROTECTED] /usr/libexec/save-entropy
X-Cron-Env: SHELL=/bin/sh
X-Cron-Env: PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
X-Cron-Env: HOME=/
X-Cron-Env: LOGNAME=operator
X-Cron-Env: USER=operator
Date: Fri,  4 Mar 2005 23:00:00 +0100 (CET)
This: not found
The only thing that I have done recently was manipulating the ethernet 
interfaces (adding and removing a virtual interface ??)

What's that all about ?
__


Grgory Bernard   11, rue de la Tour
Directeur 75116 Paris France
www.ToDoo.biz tel : +(33) 1 40 26 43 14
__


PGP ID -- 0x1BA3C2FD
All parts should go together without forcing. You must remember that 
the parts you are reassembling were disassembled by you. Therefore, if 
you can't get them together again, there must be a reason. By all 
means, do not use hammer. -- IBM maintenance manual, 1975

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


Re: Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Kent Stewart
On Saturday 05 March 2005 12:40 am, Brian John wrote:
 Hello.
 I just added a couple of config attributes to my make.conf, namely
 this (I think this is close):
 CPU-TYPE = athlon-xp
 CFLAGS = -0 -pipe
 COPTFLAGS = -0 -pipe

 Then I did a make buildkernel and make installkernel.  I then
 rebooted into single user mode and did a make buildworld.  Then I
 restarted and now I have no internet.  I can't get any pages to come
 up in firefox or dillo.  I tried pinging www.yahoo.com and I got 69%
 packet loss.  Also, when I try to do portupgrade -ap to reinstall
 all of my ports, it can't connect to download the distfiles.  What
 can I do to fix this?

Do it in the right order. You want a new kernel build to use the code 
produced by the buildworld. Now, you have a user land from one 
buildworld and a kernel from the previous one. Processes such a top may 
not even work in your environment.

You boot to single user mode to test the new kernel and stop all of the 
competing processes. Then, you do the installworld and run mergemaster 
to update the configuration files.

Kent


 Thanks

 /Brian

-- 
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: Strange operator messages

2005-03-05 Thread Roland Smith
On Sat, Mar 05, 2005 at 10:34:08AM +0100, BSD todoo wrote:
 Since yesterday I have strange messages issued by operator !!
 
 Message 26:
 From [EMAIL PROTECTED]  Fri Mar  4 23:00:00 2005
 X-Original-To: operator
 Delivered-To: [EMAIL PROTECTED]
 From: [EMAIL PROTECTED] (Cron Daemon)
 To: [EMAIL PROTECTED]
 Subject: Cron [EMAIL PROTECTED] /usr/libexec/save-entropy
 X-Cron-Env: SHELL=/bin/sh
 X-Cron-Env: PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
 X-Cron-Env: HOME=/
 X-Cron-Env: LOGNAME=operator
 X-Cron-Env: USER=operator
 Date: Fri,  4 Mar 2005 23:00:00 +0100 (CET)
 
 This: not found
 
 The only thing that I have done recently was manipulating the ethernet 
 interfaces (adding and removing a virtual interface? ??)
 
 What's that all about ?

The script /usr/libexec/save-entropy reads and executes /etc/rc.conf. So any
errors in that can influence save-entropy.

Roland
-- 
R.F. Smith   /\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgpfHs06EOuVL.pgp
Description: PGP signature


Dual boot FreeBSD 4.10 and FreeBSD 5.3

2005-03-05 Thread Kjell B.
I'm about to make the switch from 4.10 to 5.3. However, I don't want to 
do it in one go, but rather first install 5.3 on a separate physical 
disk and get all applications installed and configured correctly. Once 
I've completed the process, the scenario is a RAID-1 setup (gmirror is 
the route I've chosen after extensive reading).

Current situation
-
 [homebell] ~ uname -a
FreeBSD homebell.dyndns.org 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: 
Mon Oct 18 21:48:34 CEST 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/HOMEBELLapmipfw  i386

 [homebell] ~ df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/ad4s1a   126M66M50M57%/
/dev/ad5s1e   252M64M   168M28%/rootback
/dev/ad5s1f   150G28G   110G20%/backup
/dev/ad4s1f   252M90K   232M 0%/tmp
/dev/ad4s1g   112G   9.8G93G10%/usr
/dev/ad4s1e   252M   123M   108M53%/var
procfs4.0K   4.0K 0B   100%/proc
 [homebell] ~# atacontrol list
ATA channel 0:
Master: acd0 COMPAQ DVD-ROM GD-2500/0011 ATA/ATAPI rev 0
Slave:  acd1 Hewlett-Packard CD-Writer cd16n/1.15 ATA/ATAPI rev 0
ATA channel 1:
Master:  no device present
Slave:   no device present
ATA channel 2:
Master:  ad4 HDS722512VLAT80/V33OA60A ATA/ATAPI rev 6
Slave:   ad5 HDS722516VLAT80/V34OA6EA ATA/ATAPI rev 6
ATA channel 3:
Master:  ad6 HDS722512VLAT80/V33OA6EA ATA/ATAPI rev 6
Slave:   no device present
ATA channels 2 and 3 are on a Promise TX2 ATA133 controller. ATA channel 
1 on the motherboard is fried and unused.

ad4 hosts my 4.10 installation, ad5 is a pure backup disk, and ad6 is 
today empty and it's where I will put 5.3 (ad4 will be the mirror to ad6 
once the migration is completed).

Therefore, I first want to install 5.3 on ad6 (actually ad6s1 I believe) 
and dual boot between ad4s1(4.10) and ad6s1(5.3) during the migration phase.

I'm a bit uncertain as to the procedure to get to the dual boot status. 
Currently, I have no boot manager installed. Can I install 5.3 onto 
ad6s1 and from sysinstall install the FreeBSD Boot Manager to both ad4 
and ad6? Or should I first do 'fdisk -B -b /boot/boot0 ad4' from within 
4.10 (as per the handbook)? Or is 'boot0cfg -B ad4' the proper way of 
doing it?

My concern is of course to not mess up my current 4.10 installation.
--
Kjell
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ATA Tagged Queuing? (2nd attempt to get an answer)

2005-03-05 Thread Kjell B.
I sent the below question a month ago, but received no answer. 
Therefore, I resend it in the hope of getting one now.

--
I'm considering turning on Tagged Command Queuing in my ATA system. My
disks are all Hitachi 7K250 (two HDS722512VLAT80 and one
HDS722516VLAT80) which according to Hitachi support this feature (queue
depth = 32).
However, I read in
http://lists.freebsd.org/pipermail/freebsd-current/2003-July/007378.html
that there may be problems doing this and not really improving performance.
Is that recommendation still valid or should I go for it?
My uname:
 [homebell] ~ uname -a
FreeBSD homebell.dyndns.org 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0:
Mon Oct 18 21:48:34 CEST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/HOMEBELLapmipfw  i386
--
Kjell
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: reload rc.conf without rebooting

2005-03-05 Thread Peter Schuller
  How does one cause rc.conf to be reread without rebooting? Under linux
  I would generally do source somefile.conf. But if I do source
  rc.conf, I'm told that all my settings are not commands.
 
 Generally, you don't.
 
 For details, see the explanation of the FAQ:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#REREAD-RC

It's worth mentioning that if you're on 5.x and are looking to reload certain
specific settings (such as daemon configurations etc), you can run
/etc/rc.d/affected-script reload (or the equivalent in /usr/local/etc/rc.d).

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller [EMAIL PROTECTED]'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

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


eclipse

2005-03-05 Thread kalin mintchev
hi all..

i'm trying to run the linux eclipse on a 5.3 release. i have all the java
set up. when i tried to run it i got:

/usr/local/eclipse/eclipse: error while loading shared libraries:
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or
directory

so i got the rpm for gtk2-2.4.13-2.1.src.rpm and installed using rpm. i
didn't get any errors with the rpm and now i have libgtk* under
/usr/X6R11/lib

it wasn't libgtk-x11-2.0.so.0 but libgtk-x11-2.0.so.400. so i lnked it like:

#ln -s /usr/X11R6/lib/libgtk-x11-2.0.so.400
/usr/X11R6/lib/libgtk-x11-2.0.so.0

i also tried linking it under /usr/compat/linux/usr/X11R6/lib.

still nothing...

where is eclipse looking for those libs?

thanks
-- 


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


unsubscribe a false e-mail-address

2005-03-05 Thread Stevan Tiefert
Hello list,

I have changed my domainname and my subscribed newsletter from 
[EMAIL PROTECTED] is still going to my old now false 
e-mail-address! How can I stop this false behavior?

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


Re: unsubscribe a false e-mail-address

2005-03-05 Thread Chuck Swiger
Stevan Tiefert wrote:
Hello list,
Howdy--
I have changed my domainname and my subscribed newsletter from 
freebsd-questions@freebsd.org is still going to my old now false 
e-mail-address! How can I stop this false behavior?
See the URL at the bottom of every message?  Follow it, log into Mailman, and 
update your email address, or unsubscribe your old one and resubscribe using 
your new one.

If you can no longer access your old email account and you do not remember 
your list-account password, you'll need to contact the list admin (preferred) 
or [EMAIL PROTECTED] via email.

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


Re: Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Erik Trulsson
On Sat, Mar 05, 2005 at 02:40:26AM -0600, Brian John wrote:
 Hello.
 I just added a couple of config attributes to my make.conf, namely this 
 (I think this is close):
 CPU-TYPE = athlon-xp
 CFLAGS = -0 -pipe
 COPTFLAGS = -0 -pipe

That should be '-O', not '-0'.  (And it should be 'CPUTYPE', not
'CPU-TYPE'.


 
 Then I did a make buildkernel and make installkernel.  I then 
 rebooted into single user mode and did a make buildworld.  Then I 
 restarted and now I have no internet.  I can't get any pages to come up 
 in firefox or dillo.  I tried pinging www.yahoo.com and I got 69% packet 
 loss.  Also, when I try to do portupgrade -ap to reinstall all of my 
 ports, it can't connect to download the distfiles.  What can I do to fix 
 this?
 
 Thanks
 
 /Brian
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


no free inodes

2005-03-05 Thread db
Hi all

I have a webserver (FreeBSD 5.3 on a i386 with 512 mb ram) serving over 6000 
users pr day, but when I try to run proftpd i get:
/var: create/symlink failed, no inodes free
foo.domain.topdomain - error opening scoreboard: No space left on device

web1# df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad1s1a124M 36M 78M32%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad1s1g 48G4.6G 39G11%/home
/dev/ad1s1f3.9G824M2.8G23%/usr
/dev/ad1s1d248M 82M146M36%/var
/dev/ad1s1e248M 18K228M 0%/var/tm
web1# sysctl -a | grep maxuser
kern.maxusers: 251
web1# sysctl -a | grep files
kern.maxfiles: 8072
kern.maxfilesperproc: 7264
kern.openfiles: 171
p1003_1b.mapped_files: 1
web1# sysctl -a | grep inode
 inodedep 1   128K413K 2070  128,256
FFS2 dinode: 256,0,   4170, 75, 5029
FFS1 dinode: 128,0,  0,  0,0
FFS inode:   140,0,   4170, 30, 5029
vfs.devfs.inodes: 90
vfs.devfs.topinode: 93
debug.inode_bitmap: 65

I've google and read man tuning, but I'm still unsure how to fix this. Do I 
need to reformat /var or can I fix it with sysctl?

Are there other things I should be aware of?

br
db

ps: Please Cc to me as I am not on the list.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help with Suspended Processes.

2005-03-05 Thread Jon Welch
I hope this is the correct list to ask this. =) 

Forgive my limited knowledge just a simple question I have searched the net
for and can't seem to locate the answer I want. I am just looking for a way
to resume a process that has been suspended. E.g. I am running a cpu
intensive program and I ctrl+z to suspend it, but I want to resume from
where I forced the program to break, just looking for a way to get it to
start up again. 

 

Anyway =) Thanks for any help.

 

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


solution: ipfw, natd

2005-03-05 Thread Florian Hengstberger
Hi!
With this order (rules 201,501,502), everything works well.
Other orders, although intuitivly correct, don't behave as expected.
I tried divert, allow all from internal, check-state and nothing happened.

# enable the natd
add 00201 divert natd all from any to any via sis0

### TCP ###
# per default only outgoing tcp connections, established from my host are
allowed
# check against the dynamic rulesets, then allow traffic from internal network
add 00501 check-state
add 00502 allow all from any to any via vr0 keep-state
add 00503 deny tcp from any to any in established via sis0
add 00504 deny all from any to any frag in via sis0
# allow all tcp setup connection
add 00505 allow tcp from any to any out via sis0 setup keep-state


Was hard to find, not well documented.
The handbook suggests firewalltype OPEN, which is in fact not very
sensible! A few more words on this would be fine or a reference to
the Ipfw-Advanced-Supplement-HOWTO, which covers this
case.

Florian


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


no x on server

2005-03-05 Thread dave
Hello,
I've got a new box that i'm putting 5.3 on. I do not want any ports to
install x, on machines i've seen sometimes doing a port install installs a
dependent port which then pulls in x. This is behavior i do not want on this
box. Any pointers?
Thanks.
Dave.

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


Re: no x on server

2005-03-05 Thread Chris Knipe
WITHOUT_X11=yes
- Original Message - 
From: dave [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Saturday, March 05, 2005 3:53 PM
Subject: no x on server


Hello,
   I've got a new box that i'm putting 5.3 on. I do not want any ports to
install x, on machines i've seen sometimes doing a port install installs a
dependent port which then pulls in x. This is behavior i do not want on 
this
box. Any pointers?
Thanks.
Dave.

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


(dis)connecting printer port

2005-03-05 Thread David Larkin
Is it safe to disconnect  connect printer from printer port while machines are 
running ? 

or do I need to shutdown ?

I want to swap it between my FrreBSD  Windoze box 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: no free inodes

2005-03-05 Thread Freminlins
On Sat, 5 Mar 2005 14:22:50 +, db [EMAIL PROTECTED] wrote:

 /var: create/symlink failed, no inodes free
 foo.domain.topdomain - error opening scoreboard: No space left on device

This means what it says - you have run out of inodes. Do df -i /var
and you will see all your inodes have been used up.

The number of inodes is fixed at newfs time. This really leaves you
three options:
 1.You can either find some files on /var which are no longer wanted
and delete them, thus freeing up inodes.
 2. You can dump the file system, and recreate it using a
different-than-the-default inode density. man newfs and look at -i for
full information.
 3.You evidently have lots on space on /home so move a lot of files
(preferably a single directory containing lots of file) to /home from
/var and symlinking it.


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


Re: Help with Suspended Processes.

2005-03-05 Thread Chuck Swiger
Jon Welch wrote:
Forgive my limited knowledge just a simple question I have searched the net
for and can't seem to locate the answer I want. I am just looking for a way
to resume a process that has been suspended. E.g. I am running a cpu
intensive program and I ctrl+z to suspend it, but I want to resume from
where I forced the program to break, just looking for a way to get it to
start up again. 
Try: fg.
Or if you want to do something slightly complex yet gain a better 
understanding of what is going on, consider doing a kill -CONT pid.

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


Please help if you can

2005-03-05 Thread Chris
First and foremost hello, and thank you for offering a program such as this for 
free. I have not yet installed or tried the FreeBSD platform (am downloading it 
currently), but I do have a few questions before i waste more cd's to install 
yet another possible failure of an OS (of course not saying FreeBSD is a 
failure, but I'm sure you know what I mean :D) I would like to know if this OS 
platform supports your everday and ever so standard .EXE applications. 
Basically, I am wondering if FreeBSD is compatible to all of the endless 
softwares out there that require you to be using a certain version of 
Microsoft Windows? I'm not a computer genius (though for some reason many label 
me as that) but I know my way around the Windows platform quite well. I am not 
an advanced programmer in any sort, but I do try and have several different 
types of programming software.

What I am hoping to gain out of using FreeBSD is first and foremost, rid of 
Windows for good. I have used Window for quite so many years now and have seen 
it fall more and more as more and more new versions came out. I'm finally fed 
up with it. But I'm afraid of one thing... that I won't have the capabilities 
with a Linux based OS that I did with Windows. Unfortunately, Microsoft is 
pretty much a monopoly, we all know that, and they pride themselves on forcing 
others out of business, but once again, there's the compatibility issue that 
I'm worried about.

If you could assist me in any way to my question, I would greatly appreciate it 
and try FreeBSD out immediately. I sent an inquiry about another Linux based 
OS, and recieved a reply of we're going to be releasing a new version in the 
next few months, I'll hold on to this email and answer your questions upon 
release. I really hope I do not get this kind of response from you. I have 
read the background of the FreeBSD world, and greatly respect you, most of all 
for providing this for free instead of charging an arm and a leg for the OS per 
machine.

I read the compatibility section for hardware but really didn't see any of mine 
listed, so I'll list what I have and hopefully, if you have time, you can give 
me a yes or no. I would love you forever if you could do that :D.

My System:
Shuttle XPC SS56-G Barebones with Intel Socket 478
Intel Celeron 2.4 Ghz (I know this is supported)
768MB PC2100 RAM
nVidia GeForce FX 5200 128MB AGP video card
Memorex 48-24-48 CDR/RW

The following components are all onboard the Shuttle mainboard:
Advance AC'97 sound card
Realtek RTL8139/810x Family Fast Ethernet NIC
USB and USB 2.0

That's pretty much all I use as far as hardware goes, and really the only 
things I wish to gain confirmation on being supported. I wouldn't think of 
boring you with the endless amounts of software that I use, cause I can figure 
that out on my own later. I just want to make sure that I can actually use the 
OS before I install it and possibly end up with time and cd's wasted. The only 
reason I say this is due to several other free versions of Linux based OS's.

Once again, I really do appreciate the time you have to invest on reading this 
email, and greatly appreciate any support that you can give to me. And thank 
you for providing a truely free OS that doesn't appear to have background fee's 
that will come later.

Thank a million,

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


Cannot print

2005-03-05 Thread v . demartino2
I've just installed apsfilter on the latest FreeBSD 5.3 to print with my
epson stylus color 640 (driver eps640lp.upp) following both the handbook
chapter on printing  an artcle in freebsddiary.org.
But:
1) If I - running apsfilter SETUP - use the 'T'(est) option, the PC tiringly,
after un unbearable  couple of minutes or so, starts printing  a first row
of squares of the test picture only, then seems to hang, emitting from time
to time a (useless) sound. At this point it's better to stop CTRL+Del.

2) If I try to print via lpr -Plp plaintestfile the log under /var/spool/lpd/lp
says
/usr/local/etc/apsfilter/basedir/bin/apsfilter: cannot open 
/var/spool/lpd/lp/lock:
Permission denied
and doesn't print anything.

Please help.

Vittorio

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


Re: Please help if you can

2005-03-05 Thread Chuck Swiger
Chris wrote:
I would like to know if this OS platform supports your everday and ever so
standard .EXE applications.
Yes, FreeBSD will run standalone executable code in the various .exe and .dll 
formats, although people often use Wine or a similiar emulator if they want to 
have a more complete Windows environment available while using FreeBSD.

Basically, I am wondering if FreeBSD is compatible to all of the endless
softwares out there that require you to be using a certain version of
Microsoft Windows?
All of the software?  No.
Not that most Windows software is portable enough the run on all flavors of 
Windows itself: there's plenty of old 16-bit stuff which won't work on a 
modern Win32 platform (WinXP, 2003, etc), just as there is a huge amount of 
stuff written today which won't run on Windows 3.1.

That being said, FreeBSD doesn't come with the Windows DLL's that many 
programs use.  But they and other resources like TrueType fonts can be used if 
you migrate them, and if you check the ports collection you you find ways of 
using Flash and RealPlayer and video codec stuff like that if you really want 
to.  Stability may suffer somewhat compared with purely native FreeBSD apps, 
but if people want to view websites in Flash (or be advertised to, more 
accurately), they can.

See http://www.freebsd.org/ports/
I'm not a computer genius (though for some reason many label me as that)
but I know my way around the Windows platform quite well. I am not an
advanced programmer in any sort, but I do try and have several different
types of programming software.
Don't worry about it-- I promise that we won't call you a computer genius if 
you don't want us to.  I make no comment on what might happen in the converse 
situation, but I suggest verifying your sense of humor beforehand.

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


Potential dangers with big arrays

2005-03-05 Thread Eric McCoy
I'm planning to build a fairly large - somewhere from 1TB to 1.75TB in 
size - array behind a hardware RAID controller and put FreeBSD on it. 
But after being a good boy and Googling for information before laying 
out a couple grand, I discovered that FreeBSD might not have such great 
support for large filesystems.  The last bit of useful information I 
found was from July 2004, so the situation might have changed since then 
and I figured I'd ask.

What sort of problems can I expect to see?  Aesthetic problems, like 
negative numbers in df, are not a worry.  The vast majority of files 
will be 1GB or smaller, so that's not a concern either.  But the guy who 
did those tests in July got no space left on device after using up 
only 800GB or so, and that obviously would be a problem.  Naturally I 
can, and will, test this myself when I get the hardware, but I'm 
concerned that there may be creeping invisible problems which might 
result in frequent panics or loss of data - problems which might not 
become apparent until after I've reached the point where I no longer 
have enough room to play musical chairs with my data (which will be 
about 400GB in).

Any information anyone has, even if it's just a pointer to who or where 
I should be asking instead, will be greatly appreciated.  Thanks.

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


Re: Please help if you can

2005-03-05 Thread Mike Jeays
On Sat, 2005-03-05 at 09:41, Chuck Swiger wrote:
 Chris wrote:
  I would like to know if this OS platform supports your everday and ever so
  standard .EXE applications.
 
 Yes, FreeBSD will run standalone executable code in the various .exe and .dll 
 formats, although people often use Wine or a similiar emulator if they want 
 to 
 have a more complete Windows environment available while using FreeBSD.

Surely not.  I have never heard it suggested before that FreeBSD will
run Windows .exe binaries directly.  I would have thought that you would
have to use Wine or Crossover Office.
 
  Basically, I am wondering if FreeBSD is compatible to all of the endless
  softwares out there that require you to be using a certain version of
  Microsoft Windows?
 
 All of the software?  No.
 
 Not that most Windows software is portable enough the run on all flavors of 
 Windows itself: there's plenty of old 16-bit stuff which won't work on a 
 modern Win32 platform (WinXP, 2003, etc), just as there is a huge amount of 
 stuff written today which won't run on Windows 3.1.
 
 That being said, FreeBSD doesn't come with the Windows DLL's that many 
 programs use.  But they and other resources like TrueType fonts can be used 
 if 
 you migrate them, and if you check the ports collection you you find ways of 
 using Flash and RealPlayer and video codec stuff like that if you really want 
 to.  Stability may suffer somewhat compared with purely native FreeBSD apps, 
 but if people want to view websites in Flash (or be advertised to, more 
 accurately), they can.
 
 See http://www.freebsd.org/ports/
 
  I'm not a computer genius (though for some reason many label me as that)
  but I know my way around the Windows platform quite well. I am not an
  advanced programmer in any sort, but I do try and have several different
  types of programming software.
 
 Don't worry about it-- I promise that we won't call you a computer genius if 
 you don't want us to.  I make no comment on what might happen in the converse 
 situation, but I suggest verifying your sense of humor beforehand.

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


Re: Please help if you can

2005-03-05 Thread Laurence Sanford
Chris wrote:
I would like to know if this OS platform supports your everday and ever so standard .EXE applications. Basically, I am wondering if FreeBSD is compatible to all of the endless softwares out there that require you to be using a certain version of Microsoft Windows? 
 

FreeBSD does not have native support for windows software. You might 
try an emulator or something such as wine to run some programs that you 
run under Windows. Depending on what you are doing though, there are 
very few Windows programs you will need on FreeBSD. You will find that 
the free software world has filled most of the needs of the average user 
with free software that runs fine on unix type systems.

What I am hoping to gain out of using FreeBSD is first and foremost, rid of Windows for good. I have used Window for quite so many years now and have seen it fall more and more as more and more new versions came out. I'm finally fed up with it. But I'm afraid of one thing... that I won't have the capabilities with a Linux based OS that I did with Windows. Unfortunately, Microsoft is pretty much a monopoly, we all know that, and they pride themselves on forcing others out of business, but once again, there's the compatibility issue that I'm worried about.
 

Like I said above, just because the only software you see on the shelf 
in a store runs under windows, doesn't mean that's the only software out 
there that does what that software does.


If you could assist me in any way to my question, I would greatly appreciate it and try 
FreeBSD out immediately. I sent an inquiry about another Linux based OS, and recieved a 
reply of we're going to be releasing a new version in the next few months, I'll 
hold on to this email and answer your questions upon release. I really hope I do 
not get this kind of response from you. I have read the background of the FreeBSD world, 
and greatly respect you, most of all for providing this for free instead of charging an 
arm and a leg for the OS per machine.
That's pretty much all I use as far as hardware goes, and really the only things I wish 
to gain confirmation on being supported. I wouldn't think of boring you with the endless 
amounts of software that I use, cause I can figure that out on my own later. I just want 
to make sure that I can actually use the OS before I install it and possibly end up with 
time and cd's wasted. The only reason I say this is due to several other free 
versions of Linux based OS's.
 

Be aware that FreeBSD is *not* a Linux based OS. This is a completely 
different bird. I think what you would find most helpful, is posting a 
list of software you use, or what functionality you need, and people 
will be happy to recommend programs that *will* run on FreeBSD that do 
what you need.


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


Re: Cannot print

2005-03-05 Thread Roland Smith
On Sat, Mar 05, 2005 at 03:40:11PM +0100, [EMAIL PROTECTED] wrote:
 I've just installed apsfilter on the latest FreeBSD 5.3 to print with my
 epson stylus color 640 (driver eps640lp.upp) following both the handbook
 chapter on printing  an artcle in freebsddiary.org.
 But:
 1) If I - running apsfilter SETUP - use the 'T'(est) option, the PC tiringly,
 after un unbearable  couple of minutes or so, starts printing  a first row
 of squares of the test picture only, then seems to hang, emitting from time
 to time a (useless) sound. At this point it's better to stop CTRL+Del.

Is your printer connected via the parallel port? If so, and there is a
line reading Interrupt storm detected on irq7: lpt0; throttling
interrupt source, add the following to /boot/device.hints:

# For the parallel port. Set ECP mode, disable interrupt. See ppc(4).
# ECP mode is bit 3 (0x08), disabling IRQ is bit 5 (0x20).
# By disabling the IRQ I put the port polling mode.
hint.ppc.0.flags=0x28

The lines starting with '#' are comments, you can omit these if you
want. After you have added this line, reboot and try again.

 2) If I try to print via lpr -Plp plaintestfile the log under 
 /var/spool/lpd/lp
 says
 /usr/local/etc/apsfilter/basedir/bin/apsfilter: cannot open 
 /var/spool/lpd/lp/lock:
 Permission denied

This means apsfilter does not have access rights to that file.

 and doesn't print anything.

Try printing a file from your own home directory.

Roland
-- 
R.F. Smith   /\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgpAjj4kvImkB.pgp
Description: PGP signature


Re: NFS V4 Replication

2005-03-05 Thread Kris Kennaway
On Fri, Mar 04, 2005 at 07:50:39PM -0700, Nick Pavlica wrote:
 All,
   Is it possible to replicate NFS servers is V4?  If so can you point
 me in the right direction in setting this up.

FreeBSD has only NFSv4 client support.  Information about a prototype
server can be found in the freebsd-fs mailing list archives, and your
question would be more appropriate on their support lists (after
reading their documentation to see if this is already discussed, of
course).

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


Re: Please help if you can

2005-03-05 Thread nbco
On Saturday 05 March 2005 15:21, Chris wrote:
snip
I am wondering if FreeBSD is compatible to all of the
 endless softwares out there that require you to be using a certain
 version of Microsoft Windows? 
Firstly, If you wanted to say download and install Windows applications 
on FreeBSD, they will not run without being wrapped or run through a 
package such as WINE.  What does this mean to you? You will not be able 
to install and run any Windows software without setting up such a 
program first.

snip
 I'm finally fed up with it. But I'm afraid of one thing...
 that I won't have the capabilities with a Linux based OS that I did
 with Windows. Unfortunately, Microsoft is pretty much a monopoly, we
 all know that, and they pride themselves on forcing others out of
 business, but once again, there's the compatibility issue that I'm
 worried about.
FreeBSD is not a Linux based OS.  I use FreeBSD as a desktop in an 
environment where virtually all of my colleagues and competitors use 
Windows.  I do not use WINE or any Windows products as part of my 
normal working life.  I use substitutes such as: OpenOffice: Word; 
Konqueror: IE; Kmail: Outlook express etc etc.  I have had no issues 
whatsoever with incompatibility between my software suite and that of 
Windows and other users.

The real joy of open OSES is that you find substitutes that frequently 
work better, faster, cleaner than Windows applications.  To learn 
FreeBSD you will be starting again, in many ways, from scratch.  So I 
tend to think that your approach which is to kick out the bad OS and 
keep the good applications will lead you into more of a frustrating 
experience.  

 I read the compatibility section for hardware but really didn't see
 any of mine listed, so I'll list what I have and hopefully, if you
 have time, you can give me a yes or no. I would love you forever if
 you could do that :D.

 My System:
 Shuttle XPC SS56-G Barebones with Intel Socket 478
 Intel Celeron 2.4 Ghz (I know this is supported)
 768MB PC2100 RAM
 nVidia GeForce FX 5200 128MB AGP video card
 Memorex 48-24-48 CDR/RW
 The following components are all onboard the Shuttle mainboard:
 Advance AC'97 sound card
 Realtek RTL8139/810x Family Fast Ethernet NIC
 USB and USB 2.0
This Hardware is all pretty standard and should work.

snip
 I  wouldn't think of boring you with the endless amounts of software
 that I use, cause I can figure that out on my own later. 
One of the huge advantages of freeBSD is the ports system which has in 
excess of 12,000 programs which you can download and use.  The ports 
will replace your Windows applications.  It is worth finding out what 
people use as, say, media players.  For example, if you wanted a media 
player on Windows most people will use one of the following: BSplayer; 
Mplayer; Mediaplayer Classic or possibly Windows Media Player. On 
freeBSD a lot of people use Mplayer or Vlc. 

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


Swapping hard drives

2005-03-05 Thread Ralph
Hello folks
  I'm looking to do a quick swap on a hard disk I currently have in my FreeBSD 
file-server.  It's an old 30Gb disk, and I've bought a nice, new big one to 
replace it.  The problem is, I'm not sure what the best way to do this is.  I 
have Samba shares on there, and other things, and as far as I'm concerned it's 
better if the system doesn't know [or care] that the disk is being swapped out, 
does that make sense?
 
  I guess what I'm asking is this, what's the best way to do a swap like this?
 
Thanks.
 


Ralph Los
Information Security Consultant
bOUNDARIEZ
 
[m y  b l o g]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Brian John
Roland Smith wrote:
On Sat, Mar 05, 2005 at 02:40:26AM -0600, Brian John wrote:
 

Then I did a make buildkernel and make installkernel.  I then 
rebooted into single user mode and did a make buildworld.  Then I 
restarted and now I have no internet. 

I can't get any pages to come up in firefox or dillo.  I tried pinging
www.yahoo.com and I got 69% packet loss.  Also, when I try to do
portupgrade -ap to reinstall all of my ports, it can't connect to
download the distfiles.  What can I do to fix this?
   

Brian,
Did you follow the procedure as laid out in ยง19.4 of the Handbook? It
looks like you're not doing things in the right order. That might give
trouble. 

Did you make any changes to your kernel configuration?
Roland
 

Well, I went back and followed the instructions exactly and now I get 
100% packet loss.  For now I am stuck booting into windows until I can 
figure this out.  PLEASE HELP!

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


Re: Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Kris Kennaway
On Sat, Mar 05, 2005 at 10:08:54AM -0600, Brian John wrote:
 Roland Smith wrote:
 
 On Sat, Mar 05, 2005 at 02:40:26AM -0600, Brian John wrote:
 
  
 
 Then I did a make buildkernel and make installkernel.  I then 
 rebooted into single user mode and did a make buildworld.  Then I 
 restarted and now I have no internet. 
 
 I can't get any pages to come up in firefox or dillo.  I tried pinging
 www.yahoo.com and I got 69% packet loss.  Also, when I try to do
 portupgrade -ap to reinstall all of my ports, it can't connect to
 download the distfiles.  What can I do to fix this?

 
 
 Brian,
 
 Did you follow the procedure as laid out in ?19.4 of the Handbook? It
 looks like you're not doing things in the right order. That might give
 trouble. 
 
 Did you make any changes to your kernel configuration?
 
 Roland
  
 
 Well, I went back and followed the instructions exactly and now I get 
 100% packet loss.  For now I am stuck booting into windows until I can 
 figure this out.  PLEASE HELP!

Do you use a firewall (ipfw, etc) that is possibly misconfigured?

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


Re: Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Brian John
Kent Stewart wrote:
On Saturday 05 March 2005 12:40 am, Brian John wrote:
 

Hello.
I just added a couple of config attributes to my make.conf, namely
this (I think this is close):
CPU-TYPE = athlon-xp
CFLAGS = -0 -pipe
COPTFLAGS = -0 -pipe
Then I did a make buildkernel and make installkernel.  I then
rebooted into single user mode and did a make buildworld.  Then I
restarted and now I have no internet.  I can't get any pages to come
up in firefox or dillo.  I tried pinging www.yahoo.com and I got 69%
packet loss.  Also, when I try to do portupgrade -ap to reinstall
all of my ports, it can't connect to download the distfiles.  What
can I do to fix this?
   

Do it in the right order. You want a new kernel build to use the code 
produced by the buildworld. Now, you have a user land from one 
buildworld and a kernel from the previous one. Processes such a top may 
not even work in your environment.

 

Yeah, I went back and did it exactly as it said in the handbook, now I 
have 100% packet loss.  Any clue what would cause this?

Thanks for the help
/Brian
You boot to single user mode to test the new kernel and stop all of the 
competing processes. Then, you do the installworld and run mergemaster 
to update the configuration files.

Kent
 

Thanks
/Brian
   

 

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


Re: Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Brian John
Erik Trulsson wrote:
On Sat, Mar 05, 2005 at 02:40:26AM -0600, Brian John wrote:
 

Hello.
I just added a couple of config attributes to my make.conf, namely this 
(I think this is close):
CPU-TYPE = athlon-xp
CFLAGS = -0 -pipe
COPTFLAGS = -0 -pipe
   

That should be '-O', not '-0'.  (And it should be 'CPUTYPE', not
'CPU-TYPE'.
 

I was just pulling this from memory.  I double-checked and it was done 
the way you said.  Another thing that is weird, on startup it takes 
sendmail about 1 minute to start.  What could cause this to happen?

Thanks for the help
/Brian
Then I did a make buildkernel and make installkernel.  I then 
rebooted into single user mode and did a make buildworld.  Then I 
restarted and now I have no internet.  I can't get any pages to come up 
in firefox or dillo.  I tried pinging www.yahoo.com and I got 69% packet 
loss.  Also, when I try to do portupgrade -ap to reinstall all of my 
ports, it can't connect to download the distfiles.  What can I do to fix 
this?

Thanks
/Brian
___
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: Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Kris Kennaway
On Sat, Mar 05, 2005 at 10:11:59AM -0600, Brian John wrote:
 Erik Trulsson wrote:
 
 On Sat, Mar 05, 2005 at 02:40:26AM -0600, Brian John wrote:
  
 
 Hello.
 I just added a couple of config attributes to my make.conf, namely this 
 (I think this is close):
 CPU-TYPE = athlon-xp
 CFLAGS = -0 -pipe
 COPTFLAGS = -0 -pipe

 
 
 That should be '-O', not '-0'.  (And it should be 'CPUTYPE', not
 'CPU-TYPE'.
 
 
  
 
 I was just pulling this from memory.  I double-checked and it was done 
 the way you said.  Another thing that is weird, on startup it takes 
 sendmail about 1 minute to start.  What could cause this to happen?

Timeout waiting to perform DNS resolution.

It sounds to me like you've still done something wrong in the upgrade
procedure and have been left with a nonfunctional packet filter (this
can happen when you have a mismatch between your kernel and world,
caused by upgrading out-of-order).

To fix this you should either tell us precisely what steps you
followed in the upgrade procedure so we can try and help your recover,
or have another go at it yourself making doubly sure not to do things
out of order or omit steps.

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


D-Link NIC.

2005-03-05 Thread gabriel
Hello,

  So I updated everything to the latest 5.x source and installed just
fine. I've installed and loaded the ndis driver for my D-Link DWL-520
and it is recognized by the system, however, I'm having a hell of a
hard time trying to get it to pull an ip address from my DHCP server.

My AP is a linksys WAP11 v2 and its configured using the 68bit HEX
encryption because on 128 ifconfig complains that the string is too
long. Has anyone got any pointers?  ideas?

Cheers!

-- 
gabriel,

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


Re: no free inodes

2005-03-05 Thread db
On Saturday 05 March 2005 14:12, Freminlins wrote:
 This means what it says - you have run out of inodes. Do df -i /var
 and you will see all your inodes have been used up.

 The number of inodes is fixed at newfs time. This really leaves you
 three options:
  1.You can either find some files on /var which are no longer wanted
 and delete them, thus freeing up inodes.
  2. You can dump the file system, and recreate it using a
 different-than-the-default inode density. man newfs and look at -i for
 full information.
  3.You evidently have lots on space on /home so move a lot of files
 (preferably a single directory containing lots of file) to /home from
 /var and symlinking it.

Oki, thanks! :-)

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


Re: Installing 4.11, disk probing problem

2005-03-05 Thread Matthew Seaman
On Fri, Mar 04, 2005 at 05:35:59PM -0800, joe mcguckin wrote:
 Installing on an Intel 815 motherboard, the installer insists that the ATA
 disk is ar0.
 
 Is this normal?
 
 At boot time I get diagnostic messages about ar0 broken raid, etc

ar0 is some sort of RAID array, rather than a plain disk which would
appear as ad0.

If you don't want to use a RAIDed system disk, then (assuming you can
boot the machine) run:

# atacontrol list

which will tell you how the system thinks the RAID is set up.  Take
note of the channel number.  To delete the raid, and turn the system
back into using just ordinary drives, use:

# atacontrol delete N

where N is the channel number.

Note that this *will* make your machine unbootable, as all of the
filesystems will be inaccessible.  If the original RAID was a RAID1
type (ie. a mirror) you could edit /etc/fstab to change the 'ar0' bits
to 'ad0' and reboot (you'll get an 'error mounting root' and manually
have to fill in the correct root partition the first time you do
that). Otherwise you'ld have to just re-install from scratch and
overwrite those drives.

Note: don't confuse the 'ar0' RAID array with ar(4) -- an ancient type
of ISA network interface card, or ar(1), a command used to create
libraries of object code.  ATA RAID is documented in the ata(4) and
atacontrol(8) man pages.

Cheers,

Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.   8 Dane Court Manor
  School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253  Kent, CT14 0JL UK


pgpy1dZjt9rvu.pgp
Description: PGP signature


Re: Please help if you can

2005-03-05 Thread Chuck Swiger
Mike Jeays wrote:
Yes, FreeBSD will run standalone executable code in the various .exe and .dll 
formats, although people often use Wine or a similiar emulator if they want to 
have a more complete Windows environment available while using FreeBSD.
Surely not.  I have never heard it suggested before that FreeBSD will
run Windows .exe binaries directly.  I would have thought that you would
have to use Wine or Crossover Office.
Notice the term standalone.  The overwhelming majority of Windows .exe 
binaries use DLLs or make system calls which will not work under FreeBSD, 
which means that even Hello world compiled on Windows will not run directly 
on FreeBSD.  However, something as simple as:

int foo()
{
return 1 + 2;
}
...gets turned into:
0x0 foo:  push   %ebp
0x1 foo+1:mov%esp,%ebp
0x3 foo+3:mov$0x3,%eax
0x8 foo+8:leave
0x9 foo+9:ret
0xa foo+10:   mov%esi,%esi
...or 5589e5cb803009c389f6 in hex.
x86 assembly is x86 assembly, and this binary sequence if compiled on Windows 
would still run under FreeBSD.  In practice, people use Wine or developers go 
to some trouble to integrate the Windows-based dependencies for native 
software like Flash or video codecs to go, also consider the NDISulator 
project which uses Windows-based wireless drivers under FreeBSD.

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


Re: D-Link NIC.

2005-03-05 Thread Chris
gabriel wrote:
Hello,
  So I updated everything to the latest 5.x source and installed just
fine. I've installed and loaded the ndis driver for my D-Link DWL-520
and it is recognized by the system, however, I'm having a hell of a
hard time trying to get it to pull an ip address from my DHCP server.
My AP is a linksys WAP11 v2 and its configured using the 68bit HEX
encryption because on 128 ifconfig complains that the string is too
long. Has anyone got any pointers?  ideas?
Cheers!
Let's have a look at your /etc/rc.conf file.
--
Best regards,
Chris
Almost anything is easier to get into than out of.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: D-Link NIC.

2005-03-05 Thread gabriel
Here ya go:

# -- sysinstall generated deltas -- # Wed Mar  2 22:26:30 2005
# Created: Wed Mar  2 22:26:30 2005
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname=dolores.normal1.net
#ifconfig_xl0=DHCP
ifconfig_ndis0=DHCP
#defaultrouter=10.0.0.1
#ifconfig_ndis0=inet 10.0.0.25 netmask 255.0.0.0
linux_enable=YES
sshd_enable=YES

# This file now contains just the overrides from /etc/defaults/rc.conf.
# Please make all changes to this file, not to /etc/defaults/rc.conf.

# Enable network daemons for user convenience.
# Created: Wed Mar  2 22:57:36 2005

As you can see, I tempted to set it up manually to no avail.

Cheers!

On Sat, 05 Mar 2005 10:37:05 -0600, Chris [EMAIL PROTECTED] wrote:
 gabriel wrote:
  Hello,
 
So I updated everything to the latest 5.x source and installed just
  fine. I've installed and loaded the ndis driver for my D-Link DWL-520
  and it is recognized by the system, however, I'm having a hell of a
  hard time trying to get it to pull an ip address from my DHCP server.
 
  My AP is a linksys WAP11 v2 and its configured using the 68bit HEX
  encryption because on 128 ifconfig complains that the string is too
  long. Has anyone got any pointers?  ideas?
 
  Cheers!
 
 
 Let's have a look at your /etc/rc.conf file.
 
 --
 Best regards,
 Chris
 
 Almost anything is easier to get into than out of.
 


-- 
gabriel,

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


error while compiling kernel help ?!?

2005-03-05 Thread Brent

I was adding some options to my kernel on a Freebsd 4.10 machine and ran into
the following when i tried to run the last step of make install

simitar.bmyster.net(root)# make install
chflags noschg /kernel
chflags: /kernel: Operation not permitted
*** Error code 1 (ignored)
mv /kernel /kernel.old
mv: rename /kernel to /kernel.old: Operation not permitted
*** Error code 1
Stop in /usr/src/sys/compile/SIMITAR.


 
any help is greatly appreciated


--
Brent

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


if this ethernet works

2005-03-05 Thread Antoine Solomon
I wanted to see if anyone knew of this getting this ethernet working on fbsd
here is is
Broadcom BCM5721 PCI Express GbE


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


Re: error while compiling kernel help ?!?

2005-03-05 Thread Chuck Swiger
Brent wrote:
I was adding some options to my kernel on a Freebsd 4.10 machine and ran into
the following when i tried to run the last step of make install
simitar.bmyster.net(root)# make install
chflags noschg /kernel
chflags: /kernel: Operation not permitted
*** Error code 1 (ignored)
mv /kernel /kernel.old
mv: rename /kernel to /kernel.old: Operation not permitted
*** Error code 1
Change your securelevel setting (in /etc/rc.conf?) down to 0 and retry.
--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: D-Link NIC.

2005-03-05 Thread Chris
gabriel wrote:
Here ya go:
# -- sysinstall generated deltas -- # Wed Mar  2 22:26:30 2005
# Created: Wed Mar  2 22:26:30 2005
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname=dolores.normal1.net
#ifconfig_xl0=DHCP
ifconfig_ndis0=DHCP
#defaultrouter=10.0.0.1
#ifconfig_ndis0=inet 10.0.0.25 netmask 255.0.0.0
linux_enable=YES
sshd_enable=YES
# This file now contains just the overrides from /etc/defaults/rc.conf.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# Enable network daemons for user convenience.
# Created: Wed Mar  2 22:57:36 2005
As you can see, I tempted to set it up manually to no avail.
Cheers!
On Sat, 05 Mar 2005 10:37:05 -0600, Chris [EMAIL PROTECTED] wrote:
gabriel wrote:
Hello,
 So I updated everything to the latest 5.x source and installed just
fine. I've installed and loaded the ndis driver for my D-Link DWL-520
and it is recognized by the system, however, I'm having a hell of a
hard time trying to get it to pull an ip address from my DHCP server.
My AP is a linksys WAP11 v2 and its configured using the 68bit HEX
encryption because on 128 ifconfig complains that the string is too
long. Has anyone got any pointers?  ideas?
Cheers!
Let's have a look at your /etc/rc.conf file.
--
Best regards,
Chris
Almost anything is easier to get into than out of.


Here's mine, albeit it's static, you should be able to pick it apart.
I'm curious tho - It's not wi0?
ifconfig_wi0=inet x.x.x.x netmask x.x.x.x ssid someapname wepmode on 
wepkey 0x11

Of course mine uses wi0 and my key is 128 bit.
--
Best regards,
Chris
When the product is destined to fail, the delivery system
will perform perfectly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot print

2005-03-05 Thread Vittorio
Alle 15:13, sabato 5 marzo 2005, Roland Smith ha scritto:

 Is your printer connected via the parallel port? If so, and there is a
 line reading Interrupt storm detected on irq7: lpt0; throttling
 interrupt source, add the following to /boot/device.hints:

 # For the parallel port. Set ECP mode, disable interrupt. See ppc(4).
 # ECP mode is bit 3 (0x08), disabling IRQ is bit 5 (0x20).
 # By disabling the IRQ I put the port polling mode.
 hint.ppc.0.flags=0x28

  /usr/local/etc/apsfilter/basedir/bin/apsfilter: cannot open
  /var/spool/lpd/lp/lock: Permission denied

 This means apsfilter does not have access rights to that file.

  and doesn't print anything.


I did as you said but, first of all, in dmesg I cannot find any line reading 
Interrupt storm detected on irq7: lpt0; throttling interrupt source
but only
% dmesg |grep lpt0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
lpt0: Printer on ppbus0
lpt0: Polled port

Now, I have the following in

% cat /boot/device.hints |grep ppc

hint.ppc.0.at=isa
hint.ppc.0.irq=7
hint.ppc.0.flags=0x28

Please help.

Ciao
Vittorio

By the way,

in /etc/printcap

# APS1_BEGIN:printer1
# - don't delete start label for apsfilter printer1
# - no other printer defines between BEGIN and END LABEL
lp|st640pl.upp;r=360x360;q=medium;c=full;p=a4;m=auto:\
:lp=/dev/lpt0:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp:\
:lf=/var/spool/lpd/lp/log:\
:af=/var/spool/lpd/lp/acct:\
:mx#0:\
:sh:
# APS1_END - don't delete this

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


Re: if this ethernet works

2005-03-05 Thread nbco
On Saturday 05 March 2005 16:54, Antoine Solomon wrote:
 I wanted to see if anyone knew of this getting this ethernet working
 on fbsd here is is
 Broadcom BCM5721 PCI Express GbE
Try the bge driver
.nbco
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: D-Link NIC.

2005-03-05 Thread gabriel
Its ndis0 because I followed the Project Evil instructions (I
think). I _have_ tried that exact command line and its a no go, I get
this: ndis0: set wepkey failed: 19

I'm at a loss. :/


On Sat, 05 Mar 2005 11:09:32 -0600, Chris [EMAIL PROTECTED] wrote:
 gabriel wrote:
  Here ya go:
 
  # -- sysinstall generated deltas -- # Wed Mar  2 22:26:30 2005
  # Created: Wed Mar  2 22:26:30 2005
  # Enable network daemons for user convenience.
  # Please make all changes to this file, not to /etc/defaults/rc.conf.
  # This file now contains just the overrides from /etc/defaults/rc.conf.
  hostname=dolores.normal1.net
  #ifconfig_xl0=DHCP
  ifconfig_ndis0=DHCP
  #defaultrouter=10.0.0.1
  #ifconfig_ndis0=inet 10.0.0.25 netmask 255.0.0.0
  linux_enable=YES
  sshd_enable=YES
 
  # This file now contains just the overrides from /etc/defaults/rc.conf.
  # Please make all changes to this file, not to /etc/defaults/rc.conf.
 
  # Enable network daemons for user convenience.
  # Created: Wed Mar  2 22:57:36 2005
 
  As you can see, I tempted to set it up manually to no avail.
 
  Cheers!
 
  On Sat, 05 Mar 2005 10:37:05 -0600, Chris [EMAIL PROTECTED] wrote:
 
 gabriel wrote:
 
 Hello,
 
   So I updated everything to the latest 5.x source and installed just
 fine. I've installed and loaded the ndis driver for my D-Link DWL-520
 and it is recognized by the system, however, I'm having a hell of a
 hard time trying to get it to pull an ip address from my DHCP server.
 
 My AP is a linksys WAP11 v2 and its configured using the 68bit HEX
 encryption because on 128 ifconfig complains that the string is too
 long. Has anyone got any pointers?  ideas?
 
 Cheers!
 
 
 Let's have a look at your /etc/rc.conf file.
 
 --
 Best regards,
 Chris
 
 Almost anything is easier to get into than out of.
 
 
 
 
 
 Here's mine, albeit it's static, you should be able to pick it apart.
 I'm curious tho - It's not wi0?
 
 ifconfig_wi0=inet x.x.x.x netmask x.x.x.x ssid someapname wepmode on wepkey 
 0x11
 
 Of course mine uses wi0 and my key is 128 bit.
 
 --
 Best regards,
 Chris
 
 When the product is destined to fail, the delivery system
 will perform perfectly.
 


-- 
gabriel,

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


Re: D-Link NIC.

2005-03-05 Thread Chris
gabriel wrote:
Its ndis0 because I followed the Project Evil instructions (I
think). I _have_ tried that exact command line and its a no go, I get
this: ndis0: set wepkey failed: 19
I'm at a loss. :/
On Sat, 05 Mar 2005 11:09:32 -0600, Chris [EMAIL PROTECTED] wrote:
gabriel wrote:
Here ya go:
# -- sysinstall generated deltas -- # Wed Mar  2 22:26:30 2005
# Created: Wed Mar  2 22:26:30 2005
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname=dolores.normal1.net
#ifconfig_xl0=DHCP
ifconfig_ndis0=DHCP
#defaultrouter=10.0.0.1
#ifconfig_ndis0=inet 10.0.0.25 netmask 255.0.0.0
linux_enable=YES
sshd_enable=YES
# This file now contains just the overrides from /etc/defaults/rc.conf.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# Enable network daemons for user convenience.
# Created: Wed Mar  2 22:57:36 2005
As you can see, I tempted to set it up manually to no avail.
Cheers!
On Sat, 05 Mar 2005 10:37:05 -0600, Chris [EMAIL PROTECTED] wrote:

gabriel wrote:

Hello,
So I updated everything to the latest 5.x source and installed just
fine. I've installed and loaded the ndis driver for my D-Link DWL-520
and it is recognized by the system, however, I'm having a hell of a
hard time trying to get it to pull an ip address from my DHCP server.
My AP is a linksys WAP11 v2 and its configured using the 68bit HEX
encryption because on 128 ifconfig complains that the string is too
long. Has anyone got any pointers?  ideas?
Cheers!
Let's have a look at your /etc/rc.conf file.
--
Best regards,
Chris
Almost anything is easier to get into than out of.


Here's mine, albeit it's static, you should be able to pick it apart.
I'm curious tho - It's not wi0?
ifconfig_wi0=inet x.x.x.x netmask x.x.x.x ssid someapname wepmode on wepkey 
0x11
Of course mine uses wi0 and my key is 128 bit.
--
Best regards,
Chris
When the product is destined to fail, the delivery system
will perform perfectly.


I'm curious - 2 things, Project Evil, using it out of necessity? next, 
did you by chance lock-down your AP to MAC addresses? If so, check that 
you have THAT MAC in the AP.

--
Best regards,
Chris
The total behavior of large systems cannot be predicted.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error while compiling kernel help ?!?

2005-03-05 Thread Brent
That doesnt seem to work .. also in /etc/rc.conf  it was already set to 

kern_securelevel=0
kern_securelevel_enable=YES

Im not sure that when you do a make install ...does it read the /etc/rc.conf
...i also tried to lower the kern security by doing as root

sysctl -w kern.securelevel=0

but i got denied 

your help is very appreciated  


Brent



On Sat, 05 Mar 2005 12:02:29 -0500, Chuck Swiger wrote
 Brent wrote:
  I was adding some options to my kernel on a Freebsd 4.10 machine and ran 
  into
  the following when i tried to run the last step of make install
  
  simitar.bmyster.net(root)# make install
  chflags noschg /kernel
  chflags: /kernel: Operation not permitted
  *** Error code 1 (ignored)
  mv /kernel /kernel.old
  mv: rename /kernel to /kernel.old: Operation not permitted
  *** Error code 1
 
 Change your securelevel setting (in /etc/rc.conf?) down to 0 and retry.
 
 -- 
 -Chuck


--

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


Re: error while compiling kernel help ?!?

2005-03-05 Thread Lowell Gilbert
Brent [EMAIL PROTECTED] writes:

 That doesnt seem to work .. also in /etc/rc.conf  it was already set to 
 
 kern_securelevel=0
 kern_securelevel_enable=YES

Try spelling that NO instead of YES.
Next reboot, you'll be able to change file flags.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: D-Link NIC.

2005-03-05 Thread gabriel
Yeah, I'm using it because it appears that support for this particular
card (D-Link DWL-520) isnt the greatest on freebsd. Per dmesg its
Rev. D, I dont know if you think I should try another driver? - I
could.

I do lock down the AP by mac and I _have_ added the mac to the AP.
What do you think about disabling wep encryption and using just
per-mac access temporarily? What would the ifconfig command to try it
that way be? Just to see if it is in fact the wep key.

Cheers!


On Sat, 05 Mar 2005 11:34:37 -0600, Chris [EMAIL PROTECTED] wrote:
 gabriel wrote:
  Its ndis0 because I followed the Project Evil instructions (I
  think). I _have_ tried that exact command line and its a no go, I get
  this: ndis0: set wepkey failed: 19
 
  I'm at a loss. :/
 
 
  On Sat, 05 Mar 2005 11:09:32 -0600, Chris [EMAIL PROTECTED] wrote:
 
 gabriel wrote:
 
 Here ya go:
 
 # -- sysinstall generated deltas -- # Wed Mar  2 22:26:30 2005
 # Created: Wed Mar  2 22:26:30 2005
 # Enable network daemons for user convenience.
 # Please make all changes to this file, not to /etc/defaults/rc.conf.
 # This file now contains just the overrides from /etc/defaults/rc.conf.
 hostname=dolores.normal1.net
 #ifconfig_xl0=DHCP
 ifconfig_ndis0=DHCP
 #defaultrouter=10.0.0.1
 #ifconfig_ndis0=inet 10.0.0.25 netmask 255.0.0.0
 linux_enable=YES
 sshd_enable=YES
 
 # This file now contains just the overrides from /etc/defaults/rc.conf.
 # Please make all changes to this file, not to /etc/defaults/rc.conf.
 
 # Enable network daemons for user convenience.
 # Created: Wed Mar  2 22:57:36 2005
 
 As you can see, I tempted to set it up manually to no avail.
 
 Cheers!
 
 On Sat, 05 Mar 2005 10:37:05 -0600, Chris [EMAIL PROTECTED] wrote:
 
 
 gabriel wrote:
 
 
 Hello,
 
  So I updated everything to the latest 5.x source and installed just
 fine. I've installed and loaded the ndis driver for my D-Link DWL-520
 and it is recognized by the system, however, I'm having a hell of a
 hard time trying to get it to pull an ip address from my DHCP server.
 
 My AP is a linksys WAP11 v2 and its configured using the 68bit HEX
 encryption because on 128 ifconfig complains that the string is too
 long. Has anyone got any pointers?  ideas?
 
 Cheers!
 
 
 Let's have a look at your /etc/rc.conf file.
 
 --
 Best regards,
 Chris
 
 Almost anything is easier to get into than out of.
 
 
 
 
 Here's mine, albeit it's static, you should be able to pick it apart.
 I'm curious tho - It's not wi0?
 
 ifconfig_wi0=inet x.x.x.x netmask x.x.x.x ssid someapname wepmode on 
 wepkey 0x11
 
 Of course mine uses wi0 and my key is 128 bit.
 
 --
 Best regards,
 Chris
 
 When the product is destined to fail, the delivery system
 will perform perfectly.
 
 
 
 
 
 I'm curious - 2 things, Project Evil, using it out of necessity? next,
 did you by chance lock-down your AP to MAC addresses? If so, check that
 you have THAT MAC in the AP.
 
 --
 Best regards,
 Chris
 
 The total behavior of large systems cannot be predicted.
 


-- 
gabriel,

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


Re: error while compiling kernel help ?!?

2005-03-05 Thread Brent
Thank you ...that worked ...I should have known that ...oh well..

thank you once again

Brent


On 05 Mar 2005 12:41:11 -0500, Lowell Gilbert wrote
 Brent [EMAIL PROTECTED] writes:
 
  That doesnt seem to work .. also in /etc/rc.conf  it was already set to 
  
  kern_securelevel=0
  kern_securelevel_enable=YES
 
 Try spelling that NO instead of YES.
 Next reboot, you'll be able to change file flags.
 ___
 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: reload rc.conf without rebooting

2005-03-05 Thread Ben Munat
Peter Schuller wrote:
How does one cause rc.conf to be reread without rebooting? Under linux
I would generally do source somefile.conf. But if I do source
rc.conf, I'm told that all my settings are not commands.
Generally, you don't.
For details, see the explanation of the FAQ:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#REREAD-RC

It's worth mentioning that if you're on 5.x and are looking to reload certain
specific settings (such as daemon configurations etc), you can run
/etc/rc.d/affected-script reload (or the equivalent in /usr/local/etc/rc.d).
Thanks yeah, I figured that. However, in this case I had simply added 
keymap=us.iso to the rc.conf. So, I had to stop all my daemons just to change my 
keymap. Now, this was just on my home box, so I don't really care. But I'm running FreeBSD 
on this home machine as a test to see if I want to put it on my server. This rc.conf thing 
 was another significant strike against it. Someone correct me if I got this wrong...

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


Re: Please help if you can

2005-03-05 Thread Mike Jeays
On Sat, 2005-03-05 at 11:33, Chuck Swiger wrote:
 Mike Jeays wrote:
 Yes, FreeBSD will run standalone executable code in the various .exe and 
 .dll 
 formats, although people often use Wine or a similiar emulator if they want 
 to 
 have a more complete Windows environment available while using FreeBSD.
  
  Surely not.  I have never heard it suggested before that FreeBSD will
  run Windows .exe binaries directly.  I would have thought that you would
  have to use Wine or Crossover Office.
 
 Notice the term standalone.  The overwhelming majority of Windows .exe 
 binaries use DLLs or make system calls which will not work under FreeBSD, 
 which means that even Hello world compiled on Windows will not run directly 
 on FreeBSD.  However, something as simple as:
 
 int foo()
 {
  return 1 + 2;
 }
 
 ...gets turned into:
 
 0x0 foo:  push   %ebp
 0x1 foo+1:mov%esp,%ebp
 0x3 foo+3:mov$0x3,%eax
 0x8 foo+8:leave
 0x9 foo+9:ret
 0xa foo+10:   mov%esi,%esi
 
 ...or 5589e5cb803009c389f6 in hex.
 
 x86 assembly is x86 assembly, and this binary sequence if compiled on Windows 
 would still run under FreeBSD.  In practice, people use Wine or developers go 
 to some trouble to integrate the Windows-based dependencies for native 
 software like Flash or video codecs to go, also consider the NDISulator 
 project which uses Windows-based wireless drivers under FreeBSD.

Thanks for the education!  I am still amazed, and will try it for myself
when I have a few minutes.

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


Help[

2005-03-05 Thread lamer
FreeBSD csounds.com 5.1-RELEASE FreeBSD 5.1-RELEASE
#0: Thu Jun  5 02:55:42 GMT 2003   i need the commands
im noob pls :_) 




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: reload rc.conf without rebooting

2005-03-05 Thread Chuck Swiger
Ben Munat wrote:
[ ... ]
Thanks yeah, I figured that. However, in this case I had simply 
added keymap=us.iso to the rc.conf. So, I had to stop all my daemons 
just to change my keymap.
Of course you didn't.  Why not run:
  kbdctl -l /usr/share/syscons/keymaps/us.iso.kbd
...or run kbdmap directly?
--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help[

2005-03-05 Thread Mike Hauber
On Saturday 05 March 2005 01:10 pm, lamer wrote:
 FreeBSD csounds.com 5.1-RELEASE FreeBSD 5.1-RELEASE
 #0: Thu Jun  5 02:55:42 GMT 2003   i need the commands
 im noob pls :_)


You probably want to be more specific with your questions, but it 
sounds like the following two links will probably be a good 
start:

http://www.freebsd.org/cgi/man.cgi
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

Happy BSD'ing,

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


Re: reload rc.conf without rebooting

2005-03-05 Thread Ben Munat
Chuck Swiger wrote:
Ben Munat wrote:
Thanks yeah, I figured that. However, in this case I had simply 
added keymap=us.iso to the rc.conf. So, I had to stop all my 
daemons just to change my keymap.

Of course you didn't.  Why not run:
  kbdctl -l /usr/share/syscons/keymaps/us.iso.kbd
...or run kbdmap directly?
Ahah... I thought that seemed awfully harsh to have to go to single-user mode just to 
change keymap... must have misunderstood the poster who told me that. Will take a look at 
kbdmap... driving me crazy not to have my delete key...

b
PS: what keymap should I use anyway? (logitech PC keyboard... US English...)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


help configuring ssh pub keys instead of passwords

2005-03-05 Thread Brent
On my freebsd 4.10 im trying to setup ssh2 to use dsa keys for authentication
instead of passwords ..

so far i have done

edit /etc/sshd_config

Port 22
Protocol 2
PermitRootLogin no
MaxStartups 5:50:10
X11Forwarding no
PrintLastLog yes
SyslogFacility auth
LogLevel VERBOSE
PasswordAuthentication no
PermitEmptyPasswords no
Banner /etc/issue
AllowGroups sshusers  -- this exsists

# create some group that you can put OpenSSH users into
Next, we'll open and edit /etc/ssh/ssh_config

[EMAIL PROTECTED] /dir]#vi /etc/ssh/ssh_config

ForwardAgent no
ForwardX11 no
PasswordAuthentication no
CheckHostIP yes
Port 22
Protocol 2 

then i su to unpriv user and ran ssh-keygen -d

then i did 
cat id_dsa.pub  authorized_keys2

then copy the id_dsa.pub to a floppy so that i could transfer the dsa key to
the machine from which id be accessing the unix box.

i then tried to use the key from a winblows putty ssh client and i get the
folowing error when trying to login to the unix box

Unable to use key file C:\id_dsa (OpenSSH SSH2 private key)

Any help is very appreciated 

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


Which lib for pthreads?

2005-03-05 Thread Jonathon McKitrick

Hi all,

Linux lets me use -pthread, but under BSD I get 'undefined symbol
pthread_mutex_lock.'

What's the correct linker syntax for pthreads?

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


Compiling XFE

2005-03-05 Thread Graham Bentley
Hello All,
I admit, I am a lazy admin and like clicking with a mouse
whilst talking on the phone, drinking tea and eating toast.
I got used to XFE from using Linux and have enjoyed it in
FreeBSD - until I installed it under 5.3
Now it core dumps for no reason whatsoever. At any time.
My installation was package originally so I updated ports
and compiled XFE - but no difference - it still bombs out.
So I figure I would like to try compiling from the latest
source from the XFE site on sourceforge. The forum explicitly
says you need Fox 1.2 and wont work with anythig else
(I had 1.4 so I de-installed and DL / made version 1.2
- which BTW comes with quite a useable and stable
FM called PathFinder as well as a competent editor)
So with my Fox 1.2 installation made installed I came to
make XFE which now reports ;
checking for fxfindfox in -lFOX-1.2 ... no !
configure error: libFOX not found
I googled on this and found some stuff relating to the
wrong version of the Fox libraries and also some people
who have the same problem as me but the bottom drops
off those threads with no answers :(
Can anyone point me in the right direction ?
Thanks!





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


Re: reload rc.conf without rebooting

2005-03-05 Thread Chuck Swiger
Ben Munat wrote:
[ ... ]
PS: what keymap should I use anyway? (logitech PC keyboard... US 
English...)
Perhaps /usr/share/syscons/keymaps/us.emacs.kbd ...?
--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Potential dangers with big arrays

2005-03-05 Thread Nick Pavlica
Eric,
  I believe that UFS2 (5.3+) will handle filesystems of that size
without a problem.  I would make sure however that your hardware plays
well with freebsd before you purchase it.

--Nick


On Sat, 05 Mar 2005 09:49:18 -0500, Eric McCoy [EMAIL PROTECTED] wrote:
 I'm planning to build a fairly large - somewhere from 1TB to 1.75TB in
 size - array behind a hardware RAID controller and put FreeBSD on it.
 But after being a good boy and Googling for information before laying
 out a couple grand, I discovered that FreeBSD might not have such great
 support for large filesystems.  The last bit of useful information I
 found was from July 2004, so the situation might have changed since then
 and I figured I'd ask.
 
 What sort of problems can I expect to see?  Aesthetic problems, like
 negative numbers in df, are not a worry.  The vast majority of files
 will be 1GB or smaller, so that's not a concern either.  But the guy who
 did those tests in July got no space left on device after using up
 only 800GB or so, and that obviously would be a problem.  Naturally I
 can, and will, test this myself when I get the hardware, but I'm
 concerned that there may be creeping invisible problems which might
 result in frequent panics or loss of data - problems which might not
 become apparent until after I've reached the point where I no longer
 have enough room to play musical chairs with my data (which will be
 about 400GB in).
 
 Any information anyone has, even if it's just a pointer to who or where
 I should be asking instead, will be greatly appreciated.  Thanks.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Change to different SCSI interface causes boot failure

2005-03-05 Thread Danny Horne
Hi all,

I'm trying to replace the motherboard in my FreeBSD 4.11-RELEASE
server for a different one.  The old board has on-board Adaptec
AIC-7896N SCSI, the new one has on-board Symbios Ultra3 SCSI, on
bootup I get the following error -

Mounting root from ufs:/dev/da0s0a
setrootbyname failed
ffs_mountroot: can't find rootvp
Rootmount failed:6

Is there any way I can boot the drive on this new interface?

I've searched the archives  found a similar problem in which the
solution was to use dump to create a backup  do a fresh install of
FreeBSD on the new system before restoring the backup.  If I have to
take this route I might as well upgrade to 5.3, but I understand this
uses a different filesystem to 4.11, so would this give problems with
a restore from a 4.11 dump?

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


Re: help configuring ssh pub keys instead of passwords

2005-03-05 Thread [EMAIL PROTECTED]
so far i have done
edit /etc/sshd_config
Port 22
Protocol 2
PermitRootLogin no
MaxStartups 5:50:10
X11Forwarding no
PrintLastLog yes
SyslogFacility auth
LogLevel VERBOSE
PasswordAuthentication no
PermitEmptyPasswords no
Banner /etc/issue
AllowGroups sshusers  -- this exsists

# create some group that you can put OpenSSH users into
Next, we'll open and edit /etc/ssh/ssh_config
[EMAIL PROTECTED] /dir]#vi /etc/ssh/ssh_config
ForwardAgent no
ForwardX11 no
PasswordAuthentication no
CheckHostIP yes
Port 22
Protocol 2 

then i su to unpriv user and ran ssh-keygen -d
then i did 
cat id_dsa.pub  authorized_keys2

make sure you have a line in /etc/ssh/sshd_config that points to this, 
like so:

AuthorizedKeysFile  .ssh/authorized_keys2
If it's commented out that's okay (default) just make sure it's the same 
filename you've used!

(Incidentally, on my 5.3 box it's set as .ssh/authorized_keys)
then copy the id_dsa.pub to a floppy so that i could transfer the dsa key to
the machine from which id be accessing the unix box.
No, you need to put the PRIVATE key (id_dsa by default) on the client 
machines in the .ssh directory under each users' home dir. The PUBLIC 
key stays on the server in authorized_keys as you've done above. Make 
sure this key and the directory it's in is accessible only by the user 
you want.

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


Re: if this ethernet works

2005-03-05 Thread Antoine Solomon
has this driver worked for you?   i actually don't have the
motherboard that has this driver...  I would like to find out if it
will actually work on fbsd before i buy it.

On Sat, 5 Mar 2005 17:27:07 +, nbco [EMAIL PROTECTED] wrote:
 On Saturday 05 March 2005 16:54, Antoine Solomon wrote:
  I wanted to see if anyone knew of this getting this ethernet working
  on fbsd here is is
  Broadcom BCM5721 PCI Express GbE
 Try the bge driver
 .nbco
 


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


Re: help configuring ssh pub keys instead of passwords

2005-03-05 Thread [EMAIL PROTECTED]

Unable to use key file C:\id_dsa (OpenSSH SSH2 private key)
Any help is very appreciated 


Brent:
Sorry, I didn't read your post closely enough the first time. I think 
you also need to convert the openssh private key (id_dsa) into a form 
that putty can use. If I recall correctly there should be a utility 
included with the full putty application that does this for you. Check 
the included documentation on how to do this properly.

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


Re: help configuring ssh pub keys instead of passwords

2005-03-05 Thread Steven Howe
this just in.
On
the Windows box, you need to run puttygen.exe
append the pub key to
~/.ssh/authorized_keys (on the server)
and then load the private key (*.ppk file you generated) into putty and 
slide into home plate

the key here (no pun intended) is to generate the pair oin the client, 
and upload the .pub onto the server,

-pieces
-steven


Brent wrote:
On my freebsd 4.10 im trying to setup ssh2 to use dsa keys for authentication
instead of passwords ..
so far i have done
edit /etc/sshd_config
Port 22
Protocol 2
PermitRootLogin no
MaxStartups 5:50:10
X11Forwarding no
PrintLastLog yes
SyslogFacility auth
LogLevel VERBOSE
PasswordAuthentication no
PermitEmptyPasswords no
Banner /etc/issue
AllowGroups sshusers  -- this exsists

# create some group that you can put OpenSSH users into
Next, we'll open and edit /etc/ssh/ssh_config
[EMAIL PROTECTED] /dir]#vi /etc/ssh/ssh_config
ForwardAgent no
ForwardX11 no
PasswordAuthentication no
CheckHostIP yes
Port 22
Protocol 2 

then i su to unpriv user and ran ssh-keygen -d
then i did 
cat id_dsa.pub  authorized_keys2

then copy the id_dsa.pub to a floppy so that i could transfer the dsa key to
the machine from which id be accessing the unix box.
i then tried to use the key from a winblows putty ssh client and i get the
folowing error when trying to login to the unix box
Unable to use key file C:\id_dsa (OpenSSH SSH2 private key)
Any help is very appreciated 

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

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


Re: questions on file formats

2005-03-05 Thread Jason Henson
On 03/04/05 19:35:52, Dave Pesner wrote:
Does FreeBSD support the .DMG file format?  I need to know this
because I'm looking for a free alternative for an OS X emulator and a
liscensed copy of OS X(isn't open source software great) for my next
computer.  If BSD does support OS X file formats such as DMG, great.
If not, please suggest a free UNIX based operating system that does,
and works with AMD64.
Thank you for your time.
___

It's not a matter of FreeBSD suppporting it, it's a matter of finding  
an app to use it.  So a better place to search is freshports.org and  
sourceforge.net.

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


Re: questions on file formats

2005-03-05 Thread Jason Henson
On 03/04/05 19:35:52, Dave Pesner wrote:
Does FreeBSD support the .DMG file format?  I need to know this
because I'm looking for a free alternative for an OS X emulator and a
liscensed copy of OS X(isn't open source software great) for my next
computer.  If BSD does support OS X file formats such as DMG, great.
If not, please suggest a free UNIX based operating system that does,
and works with AMD64.
Thank you for your time.
___

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


Re: mount_smbfs without entering password

2005-03-05 Thread Volodymyr Kostyrko
Petre Bandac wrote:
I can't make mount_smbfs to work with the -N switch (ie read its
passwords from ~/.nsmbrc)
sudo mount_smbfs -I IP-address //[EMAIL PROTECTED]/share /mnt/share
works
while
sudo mount_smbfs -N -I IP-address //[EMAIL PROTECTED]/share /mnt/share
gives
mount_smbfs: unable to open connection: syserr = Authentication error
  Where is the ~/.nsmbrc file?
--
[WBR], Arcade. [SAT Astronomy/Think to survive!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please help if you can

2005-03-05 Thread bsdnooby
Chris wrote:
First and foremost hello, and thank you for offering a program such as this for 
free. I have not yet installed or tried the FreeBSD platform (am downloading it 
currently), but I do have a few questions before i waste more cd's to install 
yet another possible failure of an OS (of course not saying FreeBSD is a 
failure, but I'm sure you know what I mean :D) I would like to know if this OS 
platform supports
You should just download the net install diskettes.  It is a faster 
download (just 3 disks), works on more hardware (like my laptop), the 
disks can be reused, and (I think) you get more up-to-date stuff.

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


Help! I am in beeg trouble.

2005-03-05 Thread dR
I was trying out different window managers when I
noticed that I had lost env information. I quit X and
found the problem persisting. I rebooted and now I
can't log in!

/usr/bin/login no such file or directory

I can enter single-user mode. I have run fsck a couple
of times and everything seems to be fine in that
respect. 

I'm new to FreeBSD... Can someone help? The version is
FreeBSD 5.3 Release. 

Marko

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


Re: help configuring ssh pub keys instead of passwords

2005-03-05 Thread Brent
Thank you ...that worked ...

B


On Sat, 05 Mar 2005 14:21:27 -0500, [EMAIL PROTECTED] wrote
  so far i have done
  
  edit /etc/sshd_config
  
  Port 22
  Protocol 2
  PermitRootLogin no
  MaxStartups 5:50:10
  X11Forwarding no
  PrintLastLog yes
  SyslogFacility auth
  LogLevel VERBOSE
  PasswordAuthentication no
  PermitEmptyPasswords no
  Banner /etc/issue
  AllowGroups sshusers  -- this exsists
  
  # create some group that you can put OpenSSH users into
  Next, we'll open and edit /etc/ssh/ssh_config
  
  [EMAIL PROTECTED] /dir]#vi /etc/ssh/ssh_config
  
  ForwardAgent no
  ForwardX11 no
  PasswordAuthentication no
  CheckHostIP yes
  Port 22
  Protocol 2 
  
  then i su to unpriv user and ran ssh-keygen -d
  
  then i did 
  cat id_dsa.pub  authorized_keys2
 
 make sure you have a line in /etc/ssh/sshd_config that points to 
 this, like so:
 
 AuthorizedKeysFile.ssh/authorized_keys2
 
 If it's commented out that's okay (default) just make sure it's the 
 same filename you've used!
 
 (Incidentally, on my 5.3 box it's set as .ssh/authorized_keys)
 
  
  then copy the id_dsa.pub to a floppy so that i could transfer the dsa key to
  the machine from which id be accessing the unix box.
 
 
 No, you need to put the PRIVATE key (id_dsa by default) on the 
 client machines in the .ssh directory under each users' home dir. 
 The PUBLIC key stays on the server in authorized_keys as you've done 
 above. Make sure this key and the directory it's in is accessible 
 only by the user you want.
 
 Hope that helps,
 
 G
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


--
Brent Bailey CCNA
Bmyster LLC
Computer Networking and Webhosting
Network Engineer, Webmaster, President
http://www.bmyster.com
[EMAIL PROTECTED]
207-490-5992

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


Re: help configuring ssh pub keys instead of passwords

2005-03-05 Thread Brent
got it going ...here is what i did 

on the server i ran 
ssh-keygen -d

it created 2 files in my ~user/.ssh 
id_dsa
id_dsa.pub

i then did
mv id_dsa.pub authorized_keys

i then scp the priv key to my winblows workstation and used puttygen to
convert it to something that putty can use 
i chose Load  not  Generate and browsed to the id_dsa file , then i
selected Save private key  it asked me for the passphrase that i entered
when i originally ran ssh-keygen and  puttygen created a what_ever.ppk file
Then i used putty and went to SSH - Auth and browsed for the newly created
.ppk file and opened the connection and weee..  were in

thanks to all who replied 
B


On Sat, 05 Mar 2005 14:37:30 -0500, Steven Howe wrote
 this just in.
 
 On
 the Windows box, you need to run puttygen.exe
 append the pub key to
 
 ~/.ssh/authorized_keys (on the server)
 
 and then load the private key (*.ppk file you generated) into putty 
 and slide into home plate
 
 the key here (no pun intended) is to generate the pair oin the 
 client, and upload the .pub onto the server,
 
 -pieces
 -steven
 
 Brent wrote:
 
 On my freebsd 4.10 im trying to setup ssh2 to use dsa keys for authentication
 instead of passwords ..
 
 so far i have done
 
 edit /etc/sshd_config
 
 Port 22
 Protocol 2
 PermitRootLogin no
 MaxStartups 5:50:10
 X11Forwarding no
 PrintLastLog yes
 SyslogFacility auth
 LogLevel VERBOSE
 PasswordAuthentication no
 PermitEmptyPasswords no
 Banner /etc/issue
 AllowGroups sshusers  -- this exsists
  
 # create some group that you can put OpenSSH users into
  Next, we'll open and edit /etc/ssh/ssh_config
 
 [EMAIL PROTECTED] /dir]#vi /etc/ssh/ssh_config
 
 ForwardAgent no
 ForwardX11 no
 PasswordAuthentication no
 CheckHostIP yes
 Port 22
 Protocol 2 
 
 then i su to unpriv user and ran ssh-keygen -d
 
 then i did 
 cat id_dsa.pub  authorized_keys2
 
 then copy the id_dsa.pub to a floppy so that i could transfer the dsa key to
 the machine from which id be accessing the unix box.
 
 i then tried to use the key from a winblows putty ssh client and i get the
 folowing error when trying to login to the unix box
 
 Unable to use key file C:\id_dsa (OpenSSH SSH2 private key)
 
 Any help is very appreciated 
 
 Thank you  Brent
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
   
 
 
 -- 
 Steven Howe
 Network Operations
 MetroCast Cablevision
 
 ___
 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 print

2005-03-05 Thread Kevin Kinsey
[EMAIL PROTECTED] wrote:
I've just installed apsfilter on the latest FreeBSD 5.3 to print with my
epson stylus color 640 (driver eps640lp.upp) following both the handbook
chapter on printing  an artcle in freebsddiary.org.
But:
1) If I - running apsfilter SETUP - use the 'T'(est) option, the PC tiringly,
after un unbearable  couple of minutes or so, starts printing  a first row
of squares of the test picture only, then seems to hang, emitting from time
to time a (useless) sound. At this point it's better to stop CTRL+Del.
2) If I try to print via lpr -Plp plaintestfile the log under /var/spool/lpd/lp
says
/usr/local/etc/apsfilter/basedir/bin/apsfilter: cannot open 
/var/spool/lpd/lp/lock:
Permission denied
and doesn't print anything.
Please help.
Vittorio
 

Is it a permissions issue?  IIRC, I had an issue with permissions
the first time I set up apsfilter.
Here are my permissions on /var/spool and friends:
# ll /var/spool | grep lpd  ll /var/spool/lpd  ll /var/spool/lpd/lp
drwxr-xr-x  5 root   daemon512 Mar 22  2004 lpd/
total 1
drwxr-xr-x  2 root  daemon  512 Mar  2 20:55 lp/
total 41
-rw-r-  1 root  daemon84 Apr  8  2004 .railmag
-rw-rx  1 root  daemon 4 Mar  2 20:55 .seq*
-rw-r--r--  1 root  daemon 0 Mar 21  2004 acct
-rw-r--r--  1 root  daemon33 Mar  2 20:55 lock
-rw-r--r--  1 root  daemon  42235080 Mar  2 20:55 log
-rw-r--r--  1 root  daemon25 Mar  2 20:55 status
HTH,
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


X not loading in full screen

2005-03-05 Thread Matt Juszczak
Hello,
I've installed Gnome2 and xorg on my laptop, and it wont load in a full 
screen window.  There is about an inch of black border on each side of the 
window.  I've googled and tried possible suggestions (such as changing the 
xorg.conf file, etc.) but still no dice.

Any ideas?  Thanks!
Regards,
--
Matthew Juszczak
[EMAIL PROTECTED]
http://www.atopia.net
908 229 9024
HOSTING SPECIALS:
http://www.atopia.net/hosting/specials.htm
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cluster question

2005-03-05 Thread Luciano Musacchio
Hi,
I need to build a cluster for a physics research lab (gentoo nodes and bsd 
servers), There are many things to do here, but there's one I can't solve. I 
need to assure certain cluster power per group of user (research teams), each 
group own a portion of the cluster and they want at least that computer power 
when they need to use it. This makes it difficult to unify the cluster.

Here's my question: I've been searching and I've found this 
http://www.linuxvirtualserver.org/, now, there's some similar service on 
freebsd? or how you would solve this problem.

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


Re: Help! I am in beeg trouble.

2005-03-05 Thread Brent
if you get into single user mode ...you might want to try mounting your / and
/usr  partitions 
mount -a
should do it 

then edit your /etc/passwd file and change the shell environment  home dir
path for your user ..hope this helps

Brent


On Sat, 5 Mar 2005 12:21:13 -0800 (PST), dR wrote
 I was trying out different window managers when I
 noticed that I had lost env information. I quit X and
 found the problem persisting. I rebooted and now I
 can't log in!
 
 /usr/bin/login no such file or directory
 
 I can enter single-user mode. I have run fsck a couple
 of times and everything seems to be fine in that
 respect.
 
 I'm new to FreeBSD... Can someone help? The version is
 FreeBSD 5.3 Release.
 
 Marko
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


--

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


Re: reload rc.conf without rebooting

2005-03-05 Thread Ben Munat
Chuck Swiger wrote:
Ben Munat wrote:
  PS: what keymap should I use anyway? (logitech PC keyboard... US
English...)

Perhaps /usr/share/syscons/keymaps/us.emacs.kbd ...?
Wouldn't that be for emacs users?
Sigh... I just want my delete key to work... I got a response a while back to edit the 
keymap and set it in rc.conf (which is how I got off on that whole reload rc.conf thing).

I'll read through the man page for keymap... see if I can make sense out of that. Funny 
thing is, the delete works in vi (usually... I have a whole other raft of problems with 
the way vi is working) but it doesn't on the command line. Well, little by little

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


Re: D-Link NIC.

2005-03-05 Thread gabriel
Can anyone provide any insight?

ndis0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
ether 00:11:95:87:8b:e4
media: IEEE 802.11 Wireless Ethernet autoselect
status: no carrier
ssid 
channel -1 authmode OPEN powersavemode OFF powersavesleep 100
rtsthreshold 2312 protmode CTS
wepmode OFF weptxkey 1
dolores# 

if I try to use dhcp the ip address will just go to zeroes. :\


On Sat, 5 Mar 2005 09:55:53 -0800, gabriel [EMAIL PROTECTED] wrote:
 Yeah, I'm using it because it appears that support for this particular
 card (D-Link DWL-520) isnt the greatest on freebsd. Per dmesg its
 Rev. D, I dont know if you think I should try another driver? - I
 could.
 
 I do lock down the AP by mac and I _have_ added the mac to the AP.
 What do you think about disabling wep encryption and using just
 per-mac access temporarily? What would the ifconfig command to try it
 that way be? Just to see if it is in fact the wep key.
 
 Cheers!
 
 
 On Sat, 05 Mar 2005 11:34:37 -0600, Chris [EMAIL PROTECTED] wrote:
  gabriel wrote:
   Its ndis0 because I followed the Project Evil instructions (I
   think). I _have_ tried that exact command line and its a no go, I get
   this: ndis0: set wepkey failed: 19
  
   I'm at a loss. :/
  
  
   On Sat, 05 Mar 2005 11:09:32 -0600, Chris [EMAIL PROTECTED] wrote:
  
  gabriel wrote:
  
  Here ya go:
  
  # -- sysinstall generated deltas -- # Wed Mar  2 22:26:30 2005
  # Created: Wed Mar  2 22:26:30 2005
  # Enable network daemons for user convenience.
  # Please make all changes to this file, not to /etc/defaults/rc.conf.
  # This file now contains just the overrides from /etc/defaults/rc.conf.
  hostname=dolores.normal1.net
  #ifconfig_xl0=DHCP
  ifconfig_ndis0=DHCP
  #defaultrouter=10.0.0.1
  #ifconfig_ndis0=inet 10.0.0.25 netmask 255.0.0.0
  linux_enable=YES
  sshd_enable=YES
  
  # This file now contains just the overrides from /etc/defaults/rc.conf.
  # Please make all changes to this file, not to /etc/defaults/rc.conf.
  
  # Enable network daemons for user convenience.
  # Created: Wed Mar  2 22:57:36 2005
  
  As you can see, I tempted to set it up manually to no avail.
  
  Cheers!
  
  On Sat, 05 Mar 2005 10:37:05 -0600, Chris [EMAIL PROTECTED] wrote:
  
  
  gabriel wrote:
  
  
  Hello,
  
   So I updated everything to the latest 5.x source and installed just
  fine. I've installed and loaded the ndis driver for my D-Link DWL-520
  and it is recognized by the system, however, I'm having a hell of a
  hard time trying to get it to pull an ip address from my DHCP server.
  
  My AP is a linksys WAP11 v2 and its configured using the 68bit HEX
  encryption because on 128 ifconfig complains that the string is too
  long. Has anyone got any pointers?  ideas?
  
  Cheers!
  
  
  Let's have a look at your /etc/rc.conf file.
  
  --
  Best regards,
  Chris
  
  Almost anything is easier to get into than out of.
  
  
  
  
  Here's mine, albeit it's static, you should be able to pick it apart.
  I'm curious tho - It's not wi0?
  
  ifconfig_wi0=inet x.x.x.x netmask x.x.x.x ssid someapname wepmode on 
  wepkey 0x11
  
  Of course mine uses wi0 and my key is 128 bit.
  
  --
  Best regards,
  Chris
  
  When the product is destined to fail, the delivery system
  will perform perfectly.
  
  
  
  
 
  I'm curious - 2 things, Project Evil, using it out of necessity? next,
  did you by chance lock-down your AP to MAC addresses? If so, check that
  you have THAT MAC in the AP.
 
  --
  Best regards,
  Chris
 
  The total behavior of large systems cannot be predicted.
 
 
 --
 gabriel,
 
 Member of:
 FreeBSD-Announce
 FreeBSD-Hardware
 FreeBSD-Multimedia
 FreeBSD-questions
 


-- 
gabriel,

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


dma/sysctl

2005-03-05 Thread Luciano Musacchio
Hi,
I've a fbsd machine that hangs once in a while, I've this 
en /var/log/messages:
...
Mar  5 14:44:58 chiba kernel: ad2: WARNING - WRITE_DMA UDMA ICRC error 
(retrying request) LBA=2949471
...

So, this means my hd is about to crash?
How can I tell the kernel to reboot on such cases? (via sysctl?)

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 print

2005-03-05 Thread Vittorio
Alle 20:51, sabato 5 marzo 2005, Kevin Kinsey ha scritto:
 [EMAIL PROTECTED] wrote:
 I've just installed apsfilter on the latest FreeBSD 5.3 to print with my
 epson stylus color 640 (driver eps640lp.upp) following both the handbook
 chapter on printing  an artcle in freebsddiary.org.
 But:
 1) If I - running apsfilter SETUP - use the 'T'(est) option, the PC
  tiringly, after un unbearable  couple of minutes or so, starts printing 
  a first row of squares of the test picture only, then seems to hang,
  emitting from time to time a (useless) sound. At this point it's better
  to stop CTRL+Del.
 
 2) If I try to print via lpr -Plp plaintestfile the log under
  /var/spool/lpd/lp says
 /usr/local/etc/apsfilter/basedir/bin/apsfilter: cannot open
  /var/spool/lpd/lp/lock: Permission denied
 and doesn't print anything.
 
 Please help.
 
 Vittorio

 Is it a permissions issue?  IIRC, I had an issue with permissions
 the first time I set up apsfilter.

 Here are my permissions on /var/spool and friends:

 # ll /var/spool | grep lpd  ll /var/spool/lpd  ll /var/spool/lpd/lp
 drwxr-xr-x  5 root   daemon512 Mar 22  2004 lpd/
 total 1
 drwxr-xr-x  2 root  daemon  512 Mar  2 20:55 lp/
 total 41
 -rw-r-  1 root  daemon84 Apr  8  2004 .railmag
 -rw-rx  1 root  daemon 4 Mar  2 20:55 .seq*
 -rw-r--r--  1 root  daemon 0 Mar 21  2004 acct
 -rw-r--r--  1 root  daemon33 Mar  2 20:55 lock
 -rw-r--r--  1 root  daemon  42235080 Mar  2 20:55 log
 -rw-r--r--  1 root  daemon25 Mar  2 20:55 status

Exactly that way!
Some other suggestion?
Vittorio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot print

2005-03-05 Thread Vittorio
I checked my old messages.0.bz2 at the very beginning of my trying to set 
the printing system up I found a line reading 

 Interrupt storm detected on irq7: lpt0; throttling
interrupt source

Which  from the following bootups  disappeared.
I think that this is the key of the problem, My question is:
What triggers that line?

Vittorio

Alle 14:40, sabato 5 marzo 2005, [EMAIL PROTECTED] ha scritto:
 I've just installed apsfilter on the latest FreeBSD 5.3 to print with my
 epson stylus color 640 (driver eps640lp.upp) following both the handbook
 chapter on printing  an artcle in freebsddiary.org.
 But:
 1) If I - running apsfilter SETUP - use the 'T'(est) option, the PC
 tiringly, after un unbearable  couple of minutes or so, starts printing  a
 first row of squares of the test picture only, then seems to hang, emitting
 from time to time a (useless) sound. At this point it's better to stop
 CTRL+Del.

 2) If I try to print via lpr -Plp plaintestfile the log under
 /var/spool/lpd/lp says
 /usr/local/etc/apsfilter/basedir/bin/apsfilter: cannot open
 /var/spool/lpd/lp/lock: Permission denied
 and doesn't print anything.

 Please help.

 Vittorio

 ___
 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: reload rc.conf without rebooting

2005-03-05 Thread Giorgos Keramidas
On 2005-03-05 13:34, Ben Munat [EMAIL PROTECTED] wrote:
Chuck Swiger wrote:
Ben Munat wrote:
 PS: what keymap should I use anyway? (logitech PC keyboard... US
English...)

Perhaps /usr/share/syscons/keymaps/us.emacs.kbd ...?

 Wouldn't that be for emacs users?

 Sigh... I just want my delete key to work... I got a response a while
 back to edit the keymap and set it in rc.conf (which is how I got off
 on that whole reload rc.conf thing).

When I wrote that you can't reload rc.conf I didn't mean that you need a
reboot to load a new keymap.  These are two different things :-)

 I'll read through the man page for keymap... see if I can make sense
 out of that. Funny thing is, the delete works in vi (usually... I have
 a whole other raft of problems with the way vi is working) but it
 doesn't on the command line. Well, little by little

The delete key sends ^? when in a cons-25 terminal.  Depending on what
your shell is, this may be remapped to perform whatever you feel suits
you best.  But this is a shell configuration issue.

If you are using /bin/sh, keys like ^? may be remapped in ~/.editrc to
perform whatever you want.  For instance, to remap ^? to delete the
character under the cursor (what most PC users expect to happen when
they press DEL), you can use:

bind ^? ed-delete-next-char

For the GNU bash shell, similar key remapping may be configured in the
~/.inputrc file:

^?: delete-char

For the TCSH shell, you can use bind commands in your ~/.tcshrc.

And so on...


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


Re: getting sylpheed-claws to view html mail

2005-03-05 Thread Trey Sizemore
On Sat, 05 Mar 2005 00:36:13 -0600
Brian John [EMAIL PROTECTED] wrote:

 Hello,
 I installed the sylpheed-claws port with the WITH_ALL=YES option.  I 
 also loaded the 'dillo-viewer' plugin.  However, it still is not 
 using dillo to read HTML mail.  Is there something else that I need 
 to do?
 
 Thanks
 
 /Brian

Yes, you need to go to Configure-Plugins and select the ones you want 
to enable.  In this case dillo_viewer.so.

HTH.

-- 
Cheers,
Trey

 
When in panic, fear and doubt,
Drink in barrels, eat, and shout.
 
FreeBSD 5.3-STABLE i386 i386 GENERIC
 6:02PM  up 22:16, 0 users, load averages: 0.23, 0.23, 0.14
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: D-Link NIC.

2005-03-05 Thread Subhro


Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of gabriel
 Sent: Sunday, March 06, 2005 2:57
 To: freebsd-questions
 Subject: Re: D-Link NIC.
 
 Can anyone provide any insight?
 
 ndis0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
 ether 00:11:95:87:8b:e4
 media: IEEE 802.11 Wireless Ethernet autoselect
 status: no carrier
 ssid 
 channel -1 authmode OPEN powersavemode OFF powersavesleep 100
 rtsthreshold 2312 protmode CTS
 wepmode OFF weptxkey 1
 dolores#
 
 if I try to use dhcp the ip address will just go to zeroes. :\


Are you positive that the DHCP function of your AP works perfectly? I am
asking thing because I have come across a couple of routers which happily
routes packets to static IPs but messes everything up as soon as it is asked
to handle DHCP.

Also I strongly feel something fishy in the WLAN interface being detected as
ndisX instead of wiX. The first thing I would do is use the default driver
*even* if some documentation says that it is buggy.

Regards,
S.



smime.p7s
Description: S/MIME cryptographic signature


RE: dma/sysctl

2005-03-05 Thread Subhro



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Luciano Musacchio
 Sent: Sunday, March 06, 2005 3:05
 To: freebsd-questions@freebsd.org
 Subject: dma/sysctl
 
 Hi,
 I've a fbsd machine that hangs once in a while, I've this
 en /var/log/messages:
 ...
 Mar  5 14:44:58 chiba kernel: ad2: WARNING - WRITE_DMA UDMA ICRC error
 (retrying request) LBA=2949471
 ...
 
 So, this means my hd is about to crash?
 How can I tell the kernel to reboot on such cases? (via sysctl?)

Not necessarily. It may just be a faulty drive interface cable.

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


Re: if this ethernet works

2005-03-05 Thread Jason Henson
On 03/05/05 14:27:39, Antoine Solomon wrote:
has this driver worked for you?   i actually don't have the
motherboard that has this driver...  I would like to find out if it
will actually work on fbsd before i buy it.
On Sat, 5 Mar 2005 17:27:07 +, nbco [EMAIL PROTECTED] wrote:
 On Saturday 05 March 2005 16:54, Antoine Solomon wrote:
  I wanted to see if anyone knew of this getting this ethernet
working
  on fbsd here is is
  Broadcom BCM5721 PCI Express GbE
 Try the bge driver
 .nbco

--
Antoine W. Solomon Jr.
___

$ ls /boot/kernel | grep bge
if_bge.ko
$ man bge
BGE(4) FreeBSD Kernel Interfaces Manual  
BGE(4)

NAME
bge -- Broadcom BCM570x/5721/5750/5751 PCI Gigabit Ethernet  
adapter
driver

SYNOPSIS
device miibus
device bge
DESCRIPTION
The bge driver provides support for various NICs based on the  
Broadcom
BCM570x, 5721, 5750 and 5751 families of Gigabit Ethernet  
controller
chips.

All of these NICs are capable of 10, 100 and 1000Mbps speeds over  
CAT5
copper cable, except for the SysKonnect SK-9D41 which supports  
only
1000Mbps over multimode fiber.  The BCM570x builds upon the  
technology of
the Alteon Tigon II.  It has two R4000 CPU cores and is PCI v2.2  
and PCI-
X v1.0 compliant.  It supports IP, TCP and UDP checksum offload  
for both
receive and transmit, multiple RX and TX DMA rings for QoS  
applications,
rules-based receive filtering, and VLAN tag stripping/insertion as  
well
as a 256-bit multicast hash filter.  Additional features may be  
provided

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


Re: Thunderbird crash

2005-03-05 Thread Jason Henson
On 03/04/05 07:52:39, Alex Zbyslaw wrote:
I installed the latest thunderbird port (1.01) to see how it compared  
to Mozilla Mail.  So far I have had three bus errors and a  
segmentation fault!  SO far I haven't even been able to reply to an  
email.  Needless to say, Mozilla Mail does not have this level of  
problems for me.

I imported all my Mozilla setting when I first ran.
Anyone have similar problems or suggest how I can figure out what's  
going on?

Running FreeBSD 4.10 and XFree86 4.4.  XFree server package is a  
couple of minor revisions off latest, but everything else (gtk etc)  
fully up-to-date.

--Alex
___

The default xserver is now xorg.  Other than that do you have any  
CFLAGS or CXXFLAGS set you shouldn't.  From my experience you should  
not use any, especially -f*.

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


Re: dma/sysctl

2005-03-05 Thread Rob
Luciano Musacchio wrote:
 Hi,
 I've a fbsd machine that hangs once in a while,
 I've this en /var/log/messages:
 ...
 Mar  5 14:44:58 chiba kernel: ad2: WARNING -
   WRITE_DMA UDMA ICRC error (retrying request)
   LBA=2949471
 ...
 
 So, this means my hd is about to crash?
 How can I tell the kernel to reboot on such cases?
 (via sysctl?)

This is 5.3, right? I bet you would not have such
problems with 4.X.

My PC instantly crashed at boot with this same
message. I solved it by adding following to
/boot/loader.conf:
   hw.ata.ata_dma=0

This will force the harddisk to operate in slow
PIO4 mode, but in my case the DMA trouble disappeared.

Rob.




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dma/sysctl

2005-03-05 Thread Chris Warren
Definitely try a different IDE cable before anything else.  Its cheap, and
in my case, it solved the problem.
If it doesn't, then at least you will have eliminated that as a possibility.

Chris

On Sat, March 5, 2005 4:58 pm, Rob said:
 Luciano Musacchio wrote:
 Hi,
 I've a fbsd machine that hangs once in a while,
 I've this en /var/log/messages:
 ...
 Mar  5 14:44:58 chiba kernel: ad2: WARNING -
   WRITE_DMA UDMA ICRC error (retrying request)
   LBA=2949471
 ...

 So, this means my hd is about to crash?
 How can I tell the kernel to reboot on such cases?
 (via sysctl?)

 This is 5.3, right? I bet you would not have such
 problems with 4.X.

 My PC instantly crashed at boot with this same
 message. I solved it by adding following to
 /boot/loader.conf:
hw.ata.ata_dma=0

 This will force the harddisk to operate in slow
 PIO4 mode, but in my case the DMA trouble disappeared.

 Rob.




 __
 Celebrate Yahoo!'s 10th Birthday!
 Yahoo! Netrospective: 100 Moments of the Web
 http://birthday.yahoo.com/netrospective/
 ___
 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: Installed new kernel and then make buildworld and now no internet?

2005-03-05 Thread Brian John
On Sat, 5 Mar 2005 16:09:56 +
Kris Kennaway [EMAIL PROTECTED] wrote:

 On Sat, Mar 05, 2005 at 10:08:54AM -0600, Brian John wrote:
  Roland Smith wrote:
  
  On Sat, Mar 05, 2005 at 02:40:26AM -0600, Brian John wrote:
  
   
  
  Then I did a make buildkernel and make installkernel.  I then 
  rebooted into single user mode and did a make buildworld.  Then I 
  restarted and now I have no internet. 
  
  I can't get any pages to come up in firefox or dillo.  I tried pinging
  www.yahoo.com and I got 69% packet loss.  Also, when I try to do
  portupgrade -ap to reinstall all of my ports, it can't connect to
  download the distfiles.  What can I do to fix this?
 
  
  
  Brian,
  
  Did you follow the procedure as laid out in ?19.4 of the Handbook? It
  looks like you're not doing things in the right order. That might give
  trouble. 
  
  Did you make any changes to your kernel configuration?
  
  Roland
   
  
  Well, I went back and followed the instructions exactly and now I get 
  100% packet loss.  For now I am stuck booting into windows until I can 
  figure this out.  PLEASE HELP!
 
 Do you use a firewall (ipfw, etc) that is possibly misconfigured?
 
 Kris

You were right the first time.  I was actually using a '0' instead of an 'O' in 
one of the options.  This was enough to break it.  I couldn't tell that it was 
a zero in my terminal, but when I looked at the file in single-user mode I 
could tell.  Sorry about this one, it was purely my error.

Thanks for the help

/Brian

 ___
 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: reload rc.conf without rebooting

2005-03-05 Thread Ben Munat
Giorgos Keramidas wrote:
On 2005-03-05 13:34, Ben Munat [EMAIL PROTECTED] wrote:
  The delete key sends ^? when in a cons-25 terminal.  Depending on what
your shell is, this may be remapped to perform whatever you feel suits
you best.  But this is a shell configuration issue.
If you are using /bin/sh, keys like ^? may be remapped in ~/.editrc to
perform whatever you want.  For instance, to remap ^? to delete the
character under the cursor (what most PC users expect to happen when
they press DEL), you can use:
bind ^? ed-delete-next-char
For the GNU bash shell, similar key remapping may be configured in the
~/.inputrc file:
^?: delete-char
For the TCSH shell, you can use bind commands in your ~/.tcshrc.
And so on...
YAYY!!! At f-ing last! My delete key works!
For the record, I'm using tcsh and it wasn't ^?... this is what worked in my 
.tcshrc:
bindkey ^[[3~ delete-char
I got the ^[[3~ with by pressing ctrl-v and then delete key.
thnx,
b
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which lib for pthreads?

2005-03-05 Thread Dan Nelson
In the last episode (Mar 05), Jonathon McKitrick said:
 Linux lets me use -pthread, but under BSD I get 'undefined symbol
 pthread_mutex_lock.'
 
 What's the correct linker syntax for pthreads?

That would be it.  It should work on 4.* and 5.*.

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


[no subject]

2005-03-05 Thread Ross Penner
Hi, I searched the archive to no avail on my problem altough I'm sure it's  
quite simple.

I have an aureal vortex 2 sound card which I would be quite happy to use,  
BUT, I'm having a hang up when installing the port 'sound/aureal-kmod'. I  
get the error message:

===  aureal-kmod-1.5_5 You need to extract kernel source tree before  
building this package.

sounds woefully simple but I'm at a loss. My freebsd install is about a  
month old and I've yet to have audio sucess. I'm running 5.3

Thanks in advance for your words of wisdom.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


(pas de sujet)

2005-03-05 Thread Eric Dufresne

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


Re: Are quotas possbile on md filesystems?

2005-03-05 Thread stheg olloydson

--- Bob Johnson [EMAIL PROTECTED] wrote:

 On Friday 04 March 2005 11:39 pm, you wrote:
  it was said:

snip

 Argh!  I ought to quit posting things until I've had at least two
 good 
 nights of sleep.  bin/57641 does appear to me to address the same
 issue as my 
 patch:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/57641 
 
 Sorry for the confusion.
 
 - Bob
 

Apparently the bin/57641 patch was committed after 5.3-Release. I just
cvsup'd my source, and I still do not see it. Maybe it will be in 5.4.
Better late than never :P

Regards,

stheg





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >