Re: Internet Access

2004-10-22 Thread Micheal Patterson
- Original Message - 
From: Li Davis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 21, 2004 11:58 PM
Subject: Internet Access


Hi,
I am switiching my OS over to FreeBSD.  Hopefully, that is.
My DSL service with SBCYahoo said that they can't integrate with 
FreeBSD.  I have to find someone in the area I live that will work 
before my first 30 days is up with SBC, so I can cancel the one year 
contract without big $ penalties.

It seems like it should work, from what is said about FreeBSD.  Could 
you please help me with this?  Thank you.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
I have various sites that use SBC dsl just fine. SBC doesn't know 
officially support FreeBSD which is kind of surprising these days as 
various other venders (via google search) have setup info for freebsd 
and their service. At any rate, it will work. Since all new service via 
SBC uses PPPOE, that will need to be configured on your system to use 
dsl via SBC. Have a look at the handbook link below.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html
--
Micheal Patterson
TSG Network Administration
405-917-0600
Confidentiality Notice:  This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain
confidential and privileged information. Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


postfix + cron problem

2004-10-22 Thread Oles Hnatkevych
Hello all!

There's a FreeBSD box with manually installed postfix-2.1.0.
It works, except that cron can not send execution logs by email.

The running user receives a message

 This is the Postfix program at host ...
 
 I'm sorry to have to inform you that your message could not be
 be delivered to one or more recipients. It's attached below.
 
 For further assistance, please send mail to postmaster
 
 If you do so, please include this problem report. You can
 delete your own text from the attached returned message.
 
 The Postfix program
 
 unknown: No recipients specified

with the original message in attachment.

Something is wrong here. What can be done?

-- 
 Oles  mailto:[EMAIL PROTECTED]

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


Re: HP Servers

2004-10-22 Thread Olaf Hoyer
On Wed, 20 Oct 2004, dev web wrote:
Hi,
The company I work for use mainly FreeBSD servers, we are currently 
investigating investing in a new server with the following specs:

HP ProLiant DL380 G3 - Xeon 3.06 GHz
snip
Has anyone had any experiance running FreeBSD on a system such as this, My 
main concerns are really the Raid Array, ILo and Insight Manager, I know that 
FreeBSD has the Smart Array 5i supported through ciss, but we dont currently 
use either HP or Raid, The reseller has been as helpful as possible (bar 
giving us a server to play with) but support for FreeBSD at HP is obviously 
limited at best.
Hi!
Have some of them here, that are deployed with Win2003, and I had some 
time to make some short tests.

results: Hardware is supported quite nicely, a tape drive (which we 
don't need because of central tape library) should always be hooked up 
to a different non-RAID card IMHO, iLO also is working nice, but:
For some management functions those boxes rely on SNMP, and AFAIK there 
are no FreeBSD agents avaiable for FreeBSD. WIth them (Insight Manager) 
installed, I do hardware monitoring for defective HDD, fans, etc. with a 
nagios box.

I had a short glance at the RedHat SNMP agents, but even unpacking them 
on FreeBSD was a major pain, so I assume you have to live without deeper 
insight in what your box does. IIRC the iLO in its event log relies upon 
those information, so it might occur that not every information (when 
ECC errors occur etc.) might end up in the iLO log.

Otherwise, they are in the process in integrating ssh access in the iLO 
(have 1.62 running here), so that you can remote powercycle/light the 
uid LED remotely via ssh, and may forward a text console via ssh and 
there is no need to use the java applet in a webbrowser for that.

I used FreeBSD 4.8 on a 360G2 some time for netsaint monitoring, and 
there the ciss was quite stable, no hassle at all (ok, it was quite slow 
with lots of small files, because the writeback enabler was not 
installed)

HTH
Olaf
--
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error in whereis command

2004-10-22 Thread Martin Paredes

I just set the LANG enviroment variable, and i have this problem, how can i 
install this locale.

[EMAIL PROTECTED] ~ whereis whereis
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = es_MX.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
whereis: /usr/bin/whereis /usr/share/man/man1/whereis.1.gz /usr/src/usr.bin/
whereis
[EMAIL PROTECTED] ~

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


IDE recommendations

2004-10-22 Thread Mike Hauber

I am wanting to get back into programming, and I am 
_somewhat_ familiar with C++ (trial version of Borland's 
C++ Builder IDE, compliments of Sam's Publishing).  

Being that I no longer use Windos (and not really interested 
in the Wine project), what would be some recommended IDEs 
to learn/relearn with?

If it matters, I'm running FBSD 4.10 and I don't plan on 
upgrading to 5.x on this box (Perhaps when I get another 
machine, but that's another story).

What _does_ matter to me is the bells-and-whistles type of 
environments/applications (What can I say...  The gravy 
helps them taters go down.  :) ).  That said, I have both 
the KDE and GNOME environments installed.

I'm also interested in IDEs for Python, Perl, Ruby and Java.  
Of course I'm going to start with one at a time, but I'm 
interested in what people's recommendations are on the IDEs 
in the ports.

So, what say ye?

Thanks,

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


[bsd@frasa.net: Re: (g_)vinum]

2004-10-22 Thread Mark Frasa
On 2004.10.21 12:57:53 +, Kirk Strauser wrote:
 On Thursday 21 October 2004 12:21, Mark Frasa wrote:
 
  Arg stupid, off course..
 
 Nah.  There's a lot of information there to go through.  I didn't realize 
 how ready gvinum was for production until I edited my /etc/fstab a couple 
 of weeks ago to replace /dev/vinum with /dev/gvinum and everything Just 
 Worked (tm).  Wish all of my software migrations were this easy.  :)
 
  You can't imagine how happy i am atm. Now i finally can move on.
 
  Thanks a million.
 
 You bet.  Take care!
 -- 
 Kirk Strauser

Right,

can you or anyone tell me how to make gvinum load automatically?

In /boot/loader.conf I set:

vinum_load=YES
vinum.autostart=YES

This doest not work, even:

gvinum_load=YES
gvinum.autostart=YES

When i boot in single user mode and i mount the gvinum volumes, everything is OK!
Thus it really is the problem of the autoload and start of vinum.

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


devfs HOWTO... where?

2004-10-22 Thread Bjarne Wichmann Petersen

I'm looking for a guide that describes the magic of devfs, devfs.conf, 
devfs.rules? Devfs is all blackbox to me.

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


Re: devfs HOWTO... where?

2004-10-22 Thread Marc Fonvieille
On Fri, Oct 22, 2004 at 10:57:54AM +0200, Bjarne Wichmann Petersen wrote:
 
 I'm looking for a guide that describes the magic of devfs, devfs.conf, 
 devfs.rules? Devfs is all blackbox to me.


man devfs
is really interesting on this point.

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


Re: (g_)vinum]

2004-10-22 Thread Mark Frasa
On 2004.10.22 10:26:25 +, Mark Frasa wrote:
 On 2004.10.21 12:57:53 +, Kirk Strauser wrote:
  On Thursday 21 October 2004 12:21, Mark Frasa wrote:
  
   Arg stupid, off course..
  
  Nah.  There's a lot of information there to go through.  I didn't realize 
  how ready gvinum was for production until I edited my /etc/fstab a couple 
  of weeks ago to replace /dev/vinum with /dev/gvinum and everything Just 
  Worked (tm).  Wish all of my software migrations were this easy.  :)
  
   You can't imagine how happy i am atm. Now i finally can move on.
  
   Thanks a million.
  
  You bet.  Take care!
  -- 
  Kirk Strauser
 
 Right,
 
 can you or anyone tell me how to make gvinum load automatically?
 
 In /boot/loader.conf I set:
 
 vinum_load=YES
 vinum.autostart=YES
 
 This doest not work, even:
 
 gvinum_load=YES
 gvinum.autostart=YES
 
 When i boot in single user mode and i mount the gvinum volumes, everything is OK!
 Thus it really is the problem of the autoload and start of vinum.
 
 Mark.

AH, i found the error:

the configfile was named gvinum.conf

Thus vinum _did_ load but could nog find any disks.

Now i renamed it to /etc/vinum.conf it starts up, reconizes all the plexes and disks 
and tells every part is up.

The error is see is:

Mounting root from ufs:/dev/gvinum/root
set root by name failed
ffs_mountroot: can't find rootvp
Root mount failed: 6

Then it goes to manual root filesystem specification.

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


Re: anyone gotten vnc 4.0 to compile yet?

2004-10-22 Thread Edmonds, Alan

I got it to compile by placing

#include sys/types.h

in vncsrc/xc/programs/Xserver/vnc/XserverDesktop.h on line 34 (just after the 
#include os.h)

I built this against the X430src- tree on FreeBSD 4.7.  I then copied the vnc.so 
module 
to a FreeBSD 4.10-STABLE box running Xorg 6.7.  The 4.10 box is running with i810 
drivers.
I also tried the module on a 5-latest laptop with DRM enabled and ATI Radeon drivers.  
When
I connected, the laptop screen started flickering and the laptop locked up hard.  
Power cycle
to recover.  I haven't tried it with the DRM disabled.

I modified the XF86Config file as per the instructions on RealVNC's page: 
http://www.realvnc.com/v4/x0.html

If your native X server is an XFree86 version 4 server, then the vnc.so module should 
be copied to the /usr/X11R6/lib/modules/extensions directory. It can be enabled like 
any other module by adding a Load vnc line to the Module section of XF86Config. The 
parameters listed in the Xvnc manual page can be set as options in XF86Config. You 
will need to set either the passwordFile parameter or set the securityTypes 
parameter to None if you really don't want any authentication. Note that options 
cannot be set in the Module section of XF86Config - try the Screen section. For 
example: 

Section Module
...
Load vnc
EndSection
...
Section Screen
...
Option passwordFile /root/.vnc/passwd
EndSection



-- 
Alan Edmonds
+44 20 8762 5195 Office
+44 7950 203 918 Mobile
Infrastructure Specialist
T-Mobile International

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


linux emulation: / resolves to real root dir; why ?

2004-10-22 Thread Andriy Gapon

Under Linux emulation /  resolves to real root directory, not
/compat/linux directory and I am very curious why this is so.

I see that in linux_emul_convpath() there is a special check for this
case with the following comment:

/*
 * We now compare the vnode of the linux_root to the one
 * vnode asked. If they resolve to be the same, then we
 * ignore the match so that the real root gets used.
 * This avoids the problem of traversing ../.. to find the
 * root directory and never finding it, because / resolves
 * to the emulation root directory. This is expensive :-(
 */


Because of such behavior mkdir -p (in linux base 7) is broken in cases
where more than one path components needs to be created - mkdir first
chdir()s to / and then iteratively mkdir()s and chdir()s to subdirectories.

My rationale for throwing out that check is that no linux program should
ever need to access real root directory, and in case of a user using an
interactive linux shell he should be smart enough to break out of
/compat/linux (very easy).

I have already posted this question to freebsd-emulation list, but got
no responses so far.

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


Re: linux emulation: / resolves to real root dir; why ?

2004-10-22 Thread Konrad Heuer

On Fri, 22 Oct 2004, Andriy Gapon wrote:

 Under Linux emulation /  resolves to real root directory, not
 /compat/linux directory and I am very curious why this is so.

 I see that in linux_emul_convpath() there is a special check for this
 case with the following comment:

 /*
  * We now compare the vnode of the linux_root to the one
  * vnode asked. If they resolve to be the same, then we
  * ignore the match so that the real root gets used.
  * This avoids the problem of traversing ../.. to find the
  * root directory and never finding it, because / resolves
  * to the emulation root directory. This is expensive :-(
  */


 Because of such behavior mkdir -p (in linux base 7) is broken in cases
 where more than one path components needs to be created - mkdir first
 chdir()s to / and then iteratively mkdir()s and chdir()s to subdirectories.

 My rationale for throwing out that check is that no linux program should
 ever need to access real root directory, and in case of a user using an
 interactive linux shell he should be smart enough to break out of
 /compat/linux (very easy).

 I have already posted this question to freebsd-emulation list, but got
 no responses so far.

Linux binaries often need to access files outside the emulation directory
tree, just think of data files in the user's homes when running
applications like acroread, linux-mozilla, staroffice etc. So you
absolutely need to break out.

Regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]


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


Re: linux emulation: / resolves to real root dir; why ?

2004-10-22 Thread Chris Howells
On Friday 22 October 2004 12:18, Konrad Heuer wrote:
 Linux binaries often need to access files outside the emulation directory
 tree, just think of data files in the user's homes when running
 applications like acroread, linux-mozilla, staroffice etc. So you
 absolutely need to break out.

Yes. For example, on amd64, currently the only way to run openoffice is by 
running the linux32 version through the compat layer. And it is nice to open 
and save the documents in my home directory

-- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org


pgpS3kxUnRA8K.pgp
Description: PGP signature


Corrupted file system?

2004-10-22 Thread Jorn Argelo
Hi folks,

I've been installing the i386 port (5.2.1-P11) on my AMD64 (because I got sick 
of the cvsup problem). So that all went fine, I've compiled KDE from source 
and stuff, no problem. But now I wanted to start KDE (which has been working 
fine yesterday). So I tried to login and said that it could not find iceauth 
in its path. 

So I checked and I was sure the file was there. (/usr/X11R6/bin/) Rebooted 
into single user mode and fixed up a whole bunch of errors. Used /sbin/reboot 
to reboot the machine, and I still had the problem. So I tried it again, and 
again it fixed problems, but now in the root directory as well. So I booted 
again into normal mode, and I could still not login. I checked, and fsck was 
still picking things out. So when I reboot the FS seems to be being messed up 
or something (And yes, I used the -y option).

I didn't unmount the drive cleanly one time because the machine locked up 
(problem with the nvidia-driver). I can't imagine that the entire filesystem 
got messed up because of one unclean unmount. So what can I do about it? 

Any help would be appreciated.

Thanks,

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


Re: linux emulation: / resolves to real root dir; why ?

2004-10-22 Thread Andriy Gapon
on 22.10.2004 14:18 Konrad Heuer said the following:
 On Fri, 22 Oct 2004, Andriy Gapon wrote:
 
 Linux binaries often need to access files outside the emulation directory
 tree, just think of data files in the user's homes when running
 applications like acroread, linux-mozilla, staroffice etc. So you
 absolutely need to break out.
 

we are taking about different break outs. Removing the check will
*not* affect accessing any other filesystem node but /. Only things like
cd /
ls /
or
cd .. from /compat/linux/foo
will be affected.

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


Printing System Reccomendations

2004-10-22 Thread Thomas Moyer
I'm lloking for reccomendations for a printing system alternative to the 
BSD lpd system.  I've looked at CUPS and Apsfilter and both seem to 
support what I want to do.  I'm willing to look at other options 
though.  The printers in question are supported by Ghostscript drivers.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Internet Access

2004-10-22 Thread Donald J. O'Neill
On Thursday 21 October 2004 11:58 pm, Li Davis wrote:
 Hi,
 I am switiching my OS over to FreeBSD.  Hopefully, that is.

 My DSL service with SBCYahoo said that they can't integrate with
 FreeBSD.  I have to find someone in the area I live that will
 work before my first 30 days is up with SBC, so I can cancel the
 one year contract without big $ penalties.

 It seems like it should work, from what is said about FreeBSD. 
 Could you please help me with this?  Thank you.


Hello Li,

It does work. It's easy to setup. I've used it for years. After you 
install FreeBSD on your computer (while the install is going on, 
the computer will connect to the Internet with no problems to get 
information) you'll probably find you can't connect to the 
Internet. The first thing you need to check is /etc/resolv.conf. 
It's probably not there. I've always had to put it in. You need the 
ip's of the SBC DNS nameservers put in it.

If you are still using Windows, pullup the command prompt, type 
nslookup. That will give you the main ip address of the DNS server 
you are using.

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


Joe ? Is this U 2 ?

2004-10-22 Thread JP GeoT epa Energy Pro's
[EMAIL PROTECTED] JP  Hah!

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


Laptops

2004-10-22 Thread Rick Montgomery
I have a few PIII IBM and Toshiba laptops and was wondering about
putting FreeBSD on them. I have installed several Linux versions on them
(Caldera 2.4/3.1 - RH - SuSe - Mandrake) with minimum re-comps for
functionality on the hardware.
How does FreeBSD act on laptops any known issues? 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


i got a problem for raid card

2004-10-22 Thread tim tim
Dear sir,
  when i restart os, than it will be show this message Cannot delete unit, what 
happen for it? My english not good, sorry, and i using 3ware 7006-2 raid card  
freebsd 4.10, i have to try to install other version for freebsd e.g. 5.3rc1, the 
problem also not fix, can you help me? thank you
 
syncing disks.. 
done 
Uptime: 1m58s 
twe0: Cannot delete unit. error = 16 

The operating system has halted. 
Please press any key to reboot. 


[EMAIL PROTECTED]

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


Re: Laptops

2004-10-22 Thread Duane Winner
Many people run FreeBSD on laptops.
This is the best link to get started:
http://gerda.univie.ac.at/freebsd-laptops/
I run 5.2.1-RELEASE on an IBM T30. The only outstanding issues for me 
are: acpi (I just use apm) and the integrated Cisco Aironet Wireless (it 
worked with FreeBSD 4.9/10, but broke with 5.2.1 -- I went back to using 
my Orinoco PCMCIA wireless card, which works like a champ.)

Good luck!

Rick Montgomery wrote:
I have a few PIII IBM and Toshiba laptops and was wondering about
putting FreeBSD on them. I have installed several Linux versions on them
(Caldera 2.4/3.1 - RH - SuSe - Mandrake) with minimum re-comps for
functionality on the hardware.
How does FreeBSD act on laptops any known issues? 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


RE: Laptops

2004-10-22 Thread Pratt, Benjamin E.
I just installed 5.3-RC1 on a Panasonic Toughbook (366 MHz PII) last
night and things are working well. I haven't gotten a lot running yet
but don't foresee any problems. The only gotcha is I had to re-compile
the kernel to get my Proxim wireless card working (default kernel
doesn't have Atheros support) but that was a matter of adding a couple
of lines in my kernel's conf file and typing two commands.

Good luck,

Ben

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rick
Montgomery
Sent: Thursday, October 21, 2004 7:46 PM
To: [EMAIL PROTECTED]
Subject: Laptops

I have a few PIII IBM and Toshiba laptops and was wondering about
putting FreeBSD on them. I have installed several Linux versions on them
(Caldera 2.4/3.1 - RH - SuSe - Mandrake) with minimum re-comps for
functionality on the hardware.
How does FreeBSD act on laptops any known issues? 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: something: DESTDIR is not a user settable variable

2004-10-22 Thread Lowell Gilbert
Olivier Gautherot [EMAIL PROTECTED] writes:

 I'm hitting regularly the same problem with various ports that deinstall
 properly during upgrades but won't reinstall. I had the case with firefox
 this morning.
 
 The typical message is:
 
 bash-2.05b$ sudo make install clean
 firefox-1.0.1.p_4: DESTDIR is not a user settable variable
 *** Error code 1
 
 Can anyone tell me where the message is coming from and how to
 overcome it? I've tried to grep user settable but did not find it...
 
 For what it's worth, here is my uname -a:
 FreeBSD ogautherot.og-lan.freesurf.fr 5.2.1-RELEASE
 FreeBSD 5.2.1-RELEASE #0: Mon Jul  5 19:32:44 CEST 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/OG_CONF  i386

What's in your make.conf file?  [Not DESTDIR, is it?]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


interim port versions

2004-10-22 Thread Randall Foster
I'm new to the bsd's, came from linux and i'm having a bit of difficulty
figuring out the general philosophy.
One of the major reasons that i decided to try out the 'bsds'  is
because of the security.  I'm having a hard time however figuring out
how security issues in the ports get dealt with when there is a port
freeze, like now.  The best example i can think of is gaim...(i almost
didn't recheck the port on the 4.10 tree, it's now mysteriously up to
date, phew.)
..slightly altered next paragraph
lets say i found out there is a msn slp buffer overflow (like currently)
and i wanted to protect myselfso i cvsuped my ports tree and then
wanted to portupgrade... problem is...since it's a port freeze...up
until a few days ago it's still at 0.82  not the 1.02 that is out now, I
watched it and never saw version 1.00 or 1.01.  Are the ports frozen
_except_for_security_fixes or am i missing something.
I looked around on the lists for this but didn't see it and it seems
like a fairly big deal if security issues arise during a freeze.
Thanks in advance,
Randall
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


kernel panics and reboo

2004-10-22 Thread Henrik Hudson
Morning List-

For the last 5 days or so I've been getting pernel panics, almost like 
clockwork at 3:05am with one exception at 6L20am. The message showing up in 
the syslogs is:
  panic: pmap_enter: invalid page directory pdir=0x357063, va=0xffc0

The pdir and va addresses change.  The one crash at 6am didn't have a syslog 
entry and had a different console message which I neglected to write down.

I thought perhaps some faulty memory, but this isn't the case as I replaced it 
last night and had the same problem. Okay, so I thought cron job..but the 
only running is the daily job at 3:01 and newsyslog.  The box has been up for 
about 3 months now without a hiccup. It's our SPAM  / MAIL gateway and it 
doesn't always recover nicely.

System info:
 FreeBSD 4.10 -REL
 intel Celeron chipset with 1 GB RAM
 
Open ports:
 SSH (22), Postfix (25), Bind 9.2.3 (53)

It doesn't seem like a hard drive going, but possibly the mobo? I just can't 
think of anything else besides hardware failure which would cause that to 
just start popping up???

Thanks list.

Henrik
-- 
Henrik Hudson
[EMAIL PROTECTED]

RTFM: Not just an acronym, it's the LAW!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Vinum, and poweroutage...

2004-10-22 Thread Thomas Rasmussen

Have a vinum setup... two disk...

Vinum.conf
 
drive d1 device /dev/ad2s1e
drive d2 device /dev/ad3s1e
volume mirror
  plex org concat
sd length 19m drive d1
  plex org concat
sd length 19m drive d2




when I try to run fsck /dev/vinum/mirror

it outputs..

BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST
ALTERNATE
CANNOT FIGURE OUT FILE SYSTEM PARTITION

So I try to run 

fsck -b 32 -n /dev/vinum/mirror

and get a lot of these erros... any?
Should a run fsck -b 32 /dev/vinum/mirror and say yes? 


PARTIALLY ALLOCATED INODE I=1838571
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838572
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838573
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838574
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838575
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838576
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838577
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838578
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838579
CLEAR? no

UNKNOWN FILE TYPE I=1838580
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838581
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838582
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838583
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838584
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838585
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838586
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838587
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838588
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838589
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838590
CLEAR? no

PARTIALLY ALLOCATED INODE I=1838591
CLEAR? no

PARTIALLY ALLOCATED INODE I=1839040
CLEAR? no

PARTIALLY ALLOCATED INODE I=1839041
CLEAR? no

PARTIALLY ALLOCATED INODE I=1839042




Med venlig hilsen/Best regards
Thomas Rasmussuen
Network manager, NM Net ApS
Email: [EMAIL PROTECTED]
Tlf./Phone: +45 8677 0606 Fax: +45 8677 0615


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


Re: Vinum, and poweroutage...

2004-10-22 Thread Chris Howells
On Friday 22 October 2004 15:23, Thomas Rasmussen wrote:
 Have a vinum setup... two disk...
 when I try to run fsck /dev/vinum/mirror

 it outputs..

 BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST
 ALTERNATE
 CANNOT FIGURE OUT FILE SYSTEM PARTITION

Was it created under 4.x with UFS 1 and you are not using 5.x? If so, try 
fsck_ufs instead. Well, that's the same error message I got in that 
situation.

Also if you are using 5.x you should try gvinum. (geom aware vinum)

-- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org


pgp8BjXsv6zfT.pgp
Description: PGP signature


Scsi tape sense codes, getting last n (10)

2004-10-22 Thread Henry Miller
I'm looking for a way to trace all sense codes come back from a tape
drive in Freebsd 4.9.  (latter we will go to 5.3, but 4.9 matters
today)

The programs we use do not check sense codes, much less show them.  In
theory they could issue a command that fails, then issue a second
command that also fails.  The second failure will cause the sense code
from the first failure to be lost. (yes there are separate control and
io errors, but if they are both the same type that doesn't help)  My
boss does not trust these programs to stop after the first error, so
issuing ioctl MTIOCERRSTAT after the program completes is not enough.

Therefore I'm looking for some way to hook scsi (/dev/nsa0 in
particular) so that I can log sense codes as they occurs, if there are
any.  Does anyone know of a way to do this?  I didn't see anything in
the source.   We do not want to modify the kernel, or the other
programs.  

I'm also working with the drive manufacture, but so far I have not
discovered anything that seems useful.  (We are only interested in one
model)

I think that these programs just stop if there is any error we would
care about, but that is not enough.  I don't write the requirements,
and checking for sense codes after we run the program program does not
meet them.

Perhaps this could be asked on -scsi, but this isn't a Freebsd issue,
just something that runs on top of Freebsd.

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


freebsd and MS Active Directory

2004-10-22 Thread Duane Winner
Hello,
Does anybody out there have experience with FreeBSD in a Microsoft 
Active Directory environment?

I am going to be delivering two servers to a client, both running 
FreeBSD 5.2.1 with Apache as the front-end web server, and postgresql on 
the backend database server.

During a meeting with their IT people a couple of days ago, most issues 
were agreed upon, however, the director of IT informed me that I will 
need to make both of these boxes conform to their Active Directory network.

I think what he was referring to is DNS and IP assignments, and that I 
can't just hard code the hostname and IP address as I normally would and 
expect it to work on their network, since they don't run bind or static 
DNS services.

Has anybody had to deal with this and be able to point me in the right 
direction so that I can test this out before delivery?

I do have an MSDN subscription (which I never use), but could try to set 
 up a basic Active Directory I suppose in my lab. I am a lapsed MCSE, 
but that was during NT 4.0, and stopped really using Microsoft as 
servers around year 2000, so I'm really behind the 8ball.

Thanks for any info.

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


Re: freebsd and MS Active Directory

2004-10-22 Thread Danny
On Fri, 22 Oct 2004 11:02:46 -0400, Duane Winner [EMAIL PROTECTED] wrote:
 Hello,
 
 Does anybody out there have experience with FreeBSD in a Microsoft
 Active Directory environment?

I do, but they remain separate entities except for the fact that I
manually created the DNS host/address records for my FreeBSD servers
in the Windows 2000/Active Directory DNS server, so that the Windows
clients can access the services provided by the FreeBSD box by
hostname.
 
 I am going to be delivering two servers to a client, both running
 FreeBSD 5.2.1 with Apache as the front-end web server, and postgresql on
 the backend database server.

So are all Windows boxes suppose to have access to this FreeBSD
server?  If so, simply setup a static IP for each FreeBSD server. Then
have the Active Directory DNS admin manually add the host records for
the FreeBSD servers.

 During a meeting with their IT people a couple of days ago, most issues
 were agreed upon, however, the director of IT informed me that I will
 need to make both of these boxes conform to their Active Directory network.

Besides serving up HTTP requests, what other traffic do they want
coming to or from the FreeBSD servers?

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


Re: FreeBSD 4.10 not finding 3ware controllers

2004-10-22 Thread pete wright
On Thu, 21 Oct 2004 15:55:12 -0700, Benson Wong [EMAIL PROTECTED] wrote:
 Hi,
 
 I just got a new server with a SuperMicro X6DH8-G motherboard. it's
 basically a dual xeon board with 2  3Ware controllers in it.
 
 The Controllers:
 8006-2LP
 8506-4LP
 
 A couple of days ago I installed 4.10 on old Dell 300S PowerEdge
 server, with the same 3ware controllers and the installation went
 flawlessly. However on this machine FreeBSD doesn't can't seem to
 autodetect the controllers.
 
 I'm thinking that 4.10 doesn't have support for the motherboards, but
 I'm not entirely sure. Has anybody else experienced the same thing, or
 have any insight into this? Does this require some kernel tweaks of
 the installation CD?
 

can you provide a dmesg from the machine you are having problems with.
 i think the list will specifically be interested in the twe lines
from the dmesg (i think those controllers use the twe driver not
sure).  Also what chipset is on the mobo, i'm not familiar with it off
the top of my head.  finally, does the BIOS detect the cards?

-p

 Thanks.
 Ben
 
 --
 blog: http://benzo.tummytoons.com
 site: http://www.thephpwtf.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


SV: Vinum, and poweroutage...

2004-10-22 Thread Thomas Rasmussen
Its... on 4.x 


Med venlig hilsen/Best regards
Thomas Rasmussuen
Network manager, NM Net ApS
Email: [EMAIL PROTECTED]
Tlf./Phone: +45 8677 0606 Fax: +45 8677 0615
-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Chris Howells
Sendt: 22. oktober 2004 16:23
Til: [EMAIL PROTECTED]
Emne: Re: Vinum, and poweroutage...

On Friday 22 October 2004 15:23, Thomas Rasmussen wrote:
 Have a vinum setup... two disk...
 when I try to run fsck /dev/vinum/mirror

 it outputs..

 BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST
 ALTERNATE
 CANNOT FIGURE OUT FILE SYSTEM PARTITION

Was it created under 4.x with UFS 1 and you are not using 5.x? If so, try 
fsck_ufs instead. Well, that's the same error message I got in that 
situation.

Also if you are using 5.x you should try gvinum. (geom aware vinum)

-- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org

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


Re: Install error OOo-1.1.3 on 4.10p3

2004-10-22 Thread Benjamin Thelen
epilogue wrote:
On Wed, 20 Oct 2004 17:59:16 +0200
Benjamin Thelen [EMAIL PROTECTED] wrote:

Hi lists,
I am now really stumped and appreciate you for your assistance. I had 
this very error already with OOo-1.1.2 on three 4.10p2 FreeBSD boxes 
in the end of August, posted it to the list, but got no answer. I got 
along by installing a 1.1.0 package and hoped that this error will be 
solved in future ports.

Compiling seems alright. This error-message occurs right after make 
install.

#
# UGLY hack to not have to specify a X-Display.
#
/usr/X11R6/bin/Xvfb :1001 -screen 0 800x600x24  /dev/null 21  echo
$!  /data/ports/editors/openoffice-1.1/work/.Xvfb.pid
cd: can't cd to 
/data/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/instsetoo/
*.pro/01/normal/
*** Error code 2
Stop in /data/ports/editors/openoffice-1.1.

Does anybody know, what's wrong here?

I then tried pkg_add -r openoffice-1.1, but the files couldn't be 
found. After this I asked google, found packages, but they were build 
against x.org (see thread initiated by Nakata Maho, diskussing using 
x.org or xFree86). Are there any packages built against xFree86
available?

until such time as other packages are made available, you can try what i
have done in the past - installing OO despite having the wrong X server.
this method has been successful for me numerous times:
1) download the pkg for your system
2) pkg_add -f openoffice-[ver] 

3) pkgdb -Fu# almost all the xorg/xfree pieces have very similar
names, so selecting the correct dependency is straightforward.  only
with XFree86-fontScalable might you have to make a choice between
Type1 or TrueType.  both seem to work, but with slightly different
results (i'm not sure which is best and don't much care - but if you
read-up on it, you should be able to figure it out).
4) start openoffice and enjoy.

Hi,
Sounds very good! I'll check it out as soon Don and I got along with
debugging this error!
Thank's to you as well!
Ben


... or do you generally recommend switching to x.org?

while xorg is now default on 5.3, what they will do with 4.11 is
unclear (at least to me).  either system (xorg/xfree) will work and
both should be available via ports for the forseeable future.  in short,
it is a matter of preference (or features) -- and a decision which is
entirely up to you.   =]
hth,
epi

Sorry, to bother, thanks for your help!
Ben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice
To unsubscribe, send any mail to
[EMAIL PROTECTED]


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


Installing troubles with Asus NCCH-DL Dual Xeon Board

2004-10-22 Thread Contact
I've just got a new machine to play with,
for detailed specs of the machine see below...
I've tried to install several releases of FreeBSD,
5.2.1 Release and the 5.3 RC1, but after some lines of boot initialisation,
the machine just reboots without any further notice
 Normal Startup and BIOS checks then:
Building the boot loader arguments
Looking up /BOOT/LOADER... Found
Relocating the loader and the BTX
Starting the BTX Loader
BTX Loader 1.00 BTX version is 1.01
console: Internal video/keyboard
 here comes the REBOOT...
I've searched the available mailinglists, but because the mainboard is 
quite new,
I couldn't find anything related...
Doe's anyone has any suggestions for solving that problem ?
Could it be just a DVD ROM problem with Freebsd ?  (I've read something 
about some incompatibalities...)
(although Knopix boots correctly from that DVD ROM and can handle both 
processors...)

Specs:
Asus NCCH-DL Mainboard (Award BIOS v6.00PG, ACPI BIOS Revision 1003)
Dual Intel Xeon 3.0 GHz 1MB Cache
Intel 82875P/6300ESB Chipset (North/Southbridge)
1 x AGP Pro/8x
2 x 64-bit/66MHz PCI-X
2 x 32 bit/33MHz PCI
2 x SATA (support RAID 0/RAID 1)
Promise PDC20319 4 x SATA
Intel 82547GI Gigabit LAN
TI TSB43AB22A IEEE 1394
and some standard Interfaces (like PS/2 keyboard mouseetc)
LITE-ON DVD SOHD-167T 9S14
2 x 200 GB Raid over the Promise Controler (2 x ST3200822AS 3.01)
1 x 200 GB on the onboard SATA (ST3200822AS 3.01)
Thanxs in advance !
PS: I'd like to thank you all for supporting FreeBSD, it's just the BEST OS 
ever build ! =)

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


Re: interim port versions

2004-10-22 Thread Matthew Seaman
On Fri, Oct 22, 2004 at 06:50:13AM -0700, Randall Foster wrote:
 I'm new to the bsd's, came from linux and i'm having a bit of difficulty
 figuring out the general philosophy.
 
 One of the major reasons that i decided to try out the 'bsds'  is
 because of the security.  I'm having a hard time however figuring out
 how security issues in the ports get dealt with when there is a port
 freeze, like now.  The best example i can think of is gaim...(i almost
 didn't recheck the port on the 4.10 tree, it's now mysteriously up to
 date, phew.)

The ports freeze is over now, and has been for about the past
fortnight.

Even if there's a ports freeze on, a security bugfix is one of the
class of things that portmgr will generally permit committal of -- for
instance there were a whole row of fixes that went into Mozilla and
allied ports during the last freeze.

Note also that development on the ports tree is not branched --
ie. there isn't a special version of the ports tree to match each
available version of the OS.  Despite the impression to the contrary
that having the per-release pre compiled packages available from the
archives gives.  If you're using ports, for best results, you should
be regularly using cvsup(1) to synch with the latest state of the
ports tree, and you should probably be regularly updating your
installed ports to the latest versions by using portupgrade(1) or
otherwise.  Similarly if you're using pre-compiled packages (which you
can mix freely with ports from the tree, so long as the dependencies
all still match) -- except that the pre-compiled packages don't get
updated as quickly as the ports tree in general.
 
 ..slightly altered next paragraph
 lets say i found out there is a msn slp buffer overflow (like currently)
 and i wanted to protect myselfso i cvsuped my ports tree and then
 wanted to portupgrade... problem is...since it's a port freeze...up
 until a few days ago it's still at 0.82  not the 1.02 that is out now, I
 watched it and never saw version 1.00 or 1.01.  Are the ports frozen
 _except_for_security_fixes or am i missing something.

You are missing something.  Security fixes will be applied. 
 
 I looked around on the lists for this but didn't see it and it seems
 like a fairly big deal if security issues arise during a freeze.

In order to be notified of any known security problems in the ports
you have installed, install the security/portaudit port.  You'll get a
report of any problems added to your daily e-mail.

In addition to that, use http://vuxml.freebsd.org/ for all of the
known security issues with the ports over the last 20-odd months
(since the VuXML database was created).

Also check out http://beta.freshports.org/ which will show you any
issues known to affect any particular version of a port.  Use the
watchlist feature to receive notification of updates to any ports
you're interested in.

Cheers,

Matthew

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


pgpOvLghRRMf6.pgp
Description: PGP signature


Re: (g_)vinum]

2004-10-22 Thread Paul Mather
On Fri, 22 Oct 2004 10:55:37 +0200, Mark Frasa [EMAIL PROTECTED] wrote:

 On 2004.10.22 10:26:25 +, Mark Frasa wrote:

   On Thursday 21 October 2004 12:21, Mark Frasa wrote:

  can you or anyone tell me how to make gvinum load automatically?
  
  In /boot/loader.conf I set:
  
  vinum_load=YES
  vinum.autostart=YES
  
  This doest not work, even:
  
  gvinum_load=YES
  gvinum.autostart=YES
  
  When i boot in single user mode and i mount the gvinum volumes,
 everything is OK!
  Thus it really is the problem of the autoload and start of vinum.
  
  Mark.
 
 AH, i found the error:
 
 the configfile was named gvinum.conf
 
 Thus vinum _did_ load but could nog find any disks.
 
 Now i renamed it to /etc/vinum.conf it starts up, reconizes all the
 plexes and disks and tells every part is up.
 
 The error is see is:
 
 Mounting root from ufs:/dev/gvinum/root
 set root by name failed
 ffs_mountroot: can't find rootvp
 Root mount failed: 6
 
 Then it goes to manual root filesystem specification.
 
 Any ID?

It looks from the above that you are loading the vinum kernel module,
not the geom_vinum kernel module.  To load the correct one, add the
following to your /boot/loader.conf file:

 geom_vinum_load=YES

That's all you need.  You should remove any extraneous cruft from
/etc/rc.conf that might cause the vinum kernel module to be loaded,
e.g., remove start_vinum if it's there.  Also remove any
non-geom_vinum Vinum entries from /boot/loader.conf.  E.g., remove
vinum_load and vinum.autostart if still present.

Note that the Vinum configuration resides on the drives, so you
shouldn't need an /etc/vinum.conf or similar to configure your Vinum
volumes on subsequent reboots.  You only need it initially to create the
Vinum configuration.

Geom_vinum will scan the drives during boot and activate any Vinum
configuration it discovers.

Cheers,

Paul.
-- 
e-mail: [EMAIL PROTECTED]

Without music to decorate it, time is just a bunch of boring production
 deadlines or dates by which bills must be paid.
--- Frank Vincent Zappa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable del key under bash?

2004-10-22 Thread Nathan Kinkade
On Fri, Oct 22, 2004 at 12:35:36AM +0200, Matthias F. Brandstetter wrote:
 Hi all,
 
 I am using FreeBSD 4.10, working under bash. I use keymap german.iso, and 
 everything works fine, no problems with deadkeys or similar.
 
 Only thing is, I can't use the del key. When I type a string in console, 
 use home to get to first char and then hit del to delete this first 
 char, I get a tilde (~) insted of earasing the character.
 
 Any ideas on this?
 Greetings and TIA, Matthias

This probably has more to do with your terminal program and less to do
with bash itself.  Take a look at this helpful document:

http://www.ibb.net/~anne/keyboard.html

Nathan
-- 
PGP Public Key: pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD8527E49


pgpvLebrfCmpf.pgp
Description: PGP signature


Re: Internet Access

2004-10-22 Thread Lucas Holt
i used to have SBC dsl... it will work with freebsd although its not 
officially supported and none of the yahoo gimicks will work like video 
streaming as they only support windows IE.  (i'm also a mac user so it 
pisses me off on several levels)  If you are ever down, they won't help 
you because you don't run windows.  You could lie to them of course.  :)

It might be good to look for a different isp anyway.  I've had a lot of 
problems with SBC's billing department.

Luke
On Thu, 21 Oct 2004, Li Davis wrote:
Hi,
I am switiching my OS over to FreeBSD.  Hopefully, that is.
My DSL service with SBCYahoo said that they can't integrate with FreeBSD.  I have to 
find someone in the area I live that will work before my first 30 days is up with SBC, 
so I can cancel the one year contract without big $ penalties.
It seems like it should work, from what is said about FreeBSD.  Could you please help 
me with this?  Thank you.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.3 and Sound Blaster Audigy

2004-10-22 Thread Tom Connolly
I am under the understanding that the emu10k1 driver has support for the
Sound Blaster Audigy in FreeBSD 5.3, is this correct?
 
Thanks,
 
Thomas
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 4.10 not finding 3ware controllers

2004-10-22 Thread Benson Wong
Um, I can't do a dmesg since I can't installed FBSD. 
The chipset is Intel E7520

The BIOS does detect the cards. When booting the cards will show what
drives are attached and how they're connected to the RAID array. They
also give you the option of using Alt+3 to enter the configuration
mode.

During boot I don't actually see the TWE drivers being loaded. I tried
using FreeBSD/amd64 5.2.1 since it supports the EM64T stuff provided
but it basically crashed during installation. I'm going to try
5.2.1/i386 now.

Thanks. 
Ben.

On Fri, 22 Oct 2004 08:22:57 -0700, pete wright [EMAIL PROTECTED] wrote:
 On Thu, 21 Oct 2004 15:55:12 -0700, Benson Wong [EMAIL PROTECTED] wrote:
  Hi,
 
  I just got a new server with a SuperMicro X6DH8-G motherboard. it's
  basically a dual xeon board with 2  3Ware controllers in it.
 
  The Controllers:
  8006-2LP
  8506-4LP
 
  A couple of days ago I installed 4.10 on old Dell 300S PowerEdge
  server, with the same 3ware controllers and the installation went
  flawlessly. However on this machine FreeBSD doesn't can't seem to
  autodetect the controllers.
 
  I'm thinking that 4.10 doesn't have support for the motherboards, but
  I'm not entirely sure. Has anybody else experienced the same thing, or
  have any insight into this? Does this require some kernel tweaks of
  the installation CD?
 
 
 can you provide a dmesg from the machine you are having problems with.
  i think the list will specifically be interested in the twe lines
 from the dmesg (i think those controllers use the twe driver not
 sure).  Also what chipset is on the mobo, i'm not familiar with it off
 the top of my head.  finally, does the BIOS detect the cards?
 
 -p
 
  Thanks.
  Ben
 
  --
  blog: http://benzo.tummytoons.com
  site: http://www.thephpwtf.com
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 


-- 
blog: http://benzo.tummytoons.com
site: http://www.thephpwtf.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 and Sound Blaster Audigy

2004-10-22 Thread Lucas Holt
Yes it does.  I have an audigy gamer at home and it works great.  The 
firewire port and sound work fine.  I am only using 2.1 analog speakers 
though.  (5.3 beta 6)

On Fri, 22 Oct 2004, Tom Connolly wrote:
I am under the understanding that the emu10k1 driver has support for the
Sound Blaster Audigy in FreeBSD 5.3, is this correct?
Thanks,
Thomas
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: 5.3 and Sound Blaster Audigy

2004-10-22 Thread Tom Connolly
Lucas Holt wrote:
 Yes it does.  I have an audigy gamer at home and it works great.  The
 firewire port and sound work fine.  I am only using 2.1 analog
 speakers 
 though.  (5.3 beta 6)
 
 On Fri, 22 Oct 2004, Tom Connolly wrote:
 
 I am under the understanding that the emu10k1 driver has support for
 the Sound Blaster Audigy in FreeBSD 5.3, is this correct?
 
 Thanks,
 
 Thomas
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
 unsubscribe, send any mail to
 [EMAIL PROTECTED]  

That's great news!
Is there anything special I have to do to make it work other that what
is in the handbook?
i.e. 
Adding the following to kernel
device sound
device snd_emu10k1

Thanks for the info,
Thomas

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


Re: interim port versions

2004-10-22 Thread Kris Kennaway
On Fri, Oct 22, 2004 at 06:50:13AM -0700, Randall Foster wrote:
 I'm new to the bsd's, came from linux and i'm having a bit of difficulty
 figuring out the general philosophy.
 
 One of the major reasons that i decided to try out the 'bsds'  is
 because of the security.  I'm having a hard time however figuring out
 how security issues in the ports get dealt with when there is a port
 freeze, like now.  The best example i can think of is gaim...(i almost
 didn't recheck the port on the 4.10 tree, it's now mysteriously up to
 date, phew.)
 
 ..slightly altered next paragraph
 lets say i found out there is a msn slp buffer overflow (like currently)
 and i wanted to protect myselfso i cvsuped my ports tree and then
 wanted to portupgrade... problem is...since it's a port freeze...up
 until a few days ago it's still at 0.82  not the 1.02 that is out now, I
 watched it and never saw version 1.00 or 1.01.  Are the ports frozen
 _except_for_security_fixes or am i missing something.
 
 
 I looked around on the lists for this but didn't see it and it seems
 like a fairly big deal if security issues arise during a freeze.

Easy..if a security fix is submitted to portmgr during a freeze, it's
almost always going to be approved.

Kris


pgpknLrKiX7xC.pgp
Description: PGP signature


How to get best results from FreeBSD-questions

2004-10-22 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2004/09/19 02:40:48 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the [EMAIL PROTECTED] mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for [EMAIL PROTECTED]).  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  

The Complete FreeBSD: errata and addenda

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

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

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

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


ifconfig on 4.10

2004-10-22 Thread Scott Rothgaber
Good Afternoon!
I'm moving our mail server from 4.4 to 4.10. When I try to add addresses 
to the NIC, ifconfig doesn't seem to want to cooperate...

s2ROOT[/var/CommuniGate]
 ifconfig fxp0 add 63.82.200.42/24
ifconfig: ioctl (SIOCAIFADDR): File exists
This is the same command that I used on the 4.4 machine. Has something 
changed? If this is a security thing, can it be disabled via sysctl?

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


Re: ifconfig on 4.10

2004-10-22 Thread Steve Bertrand
 I'm moving our mail server from 4.4 to 4.10. When I try to add
 addresses
 to the NIC, ifconfig doesn't seem to want to cooperate...


 s2ROOT[/var/CommuniGate]
   ifconfig fxp0 add 63.82.200.42/24
 ifconfig: ioctl (SIOCAIFADDR): File exists


 This is the same command that I used on the 4.4 machine. Has something
 changed? If this is a security thing, can it be disabled via sysctl?

This looks like an error generated if you are adding an IP alias
within the same subnet of an already configured IP.

If this is the case, apply it like this:

# ifconfig fxp0 63.82.200.42/32

or

# ifconfig fxp0 63.82.200.42 netmask 255.255.255.255

You weren't very clear if this is an alias or not, but it's my first
guess.

Regards,

Steve


 Thanks!
 Scott


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



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


Re: ifconfig on 4.10

2004-10-22 Thread Daniel Bye
On Fri, 22 October, 2004 6:55 pm, Scott Rothgaber said:
 I'm moving our mail server from 4.4 to 4.10. When I try to add addresses
 to the NIC, ifconfig doesn't seem to want to cooperate...

 s2ROOT[/var/CommuniGate]
   ifconfig fxp0 add 63.82.200.42/24
 ifconfig: ioctl (SIOCAIFADDR): File exists

 This is the same command that I used on the 4.4 machine. Has something
 changed? If this is a security thing, can it be disabled via sysctl?

Is the new address in the same network range as the original, primary
address on the interface?  If so, the netmask should be /32 or
255.255.255.255.

HTH

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

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


Recommends for VoIP handset to use with 5.3 on laptop?

2004-10-22 Thread Marc
Hello -

I'd like to be able to use VoIP to make in and outbound calls, via a
laptop running FreeBSD 5.3. Can anyone make recommendations for devices
that can be used for this purpose?

For example, I have an i300 handset (keypad, ear speaker and mic) that
works under Windows/XP. It is a USB device. Are there similar devices that
work with skype or some other software package that people can recommend?

Please include me directly in responses, as I am not a subscriber to this
mailing list.

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


Re: ifconfig on 4.10 (SOLVED)

2004-10-22 Thread Scott Rothgaber
Daniel Bye wrote:
Is the new address in the same network range as the original, primary
address on the interface?  If so, the netmask should be /32 or
255.255.255.255.
That did it. Thanks!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Messed up my partition

2004-10-22 Thread Erik Udo
My boot loader wansn't working properly and i didn't find my 5.2.1
install cd, so i grabbed 4.4(or is that 4.6) install cd, and chose fdisk,
marked the freebsd partition bootable(S), and wrote changes.
I didn't notice that it had made my about 150GB partition as
100GB(ad0s3) and 60GB(unused) partitions.
After that i haven't touched the partitions.
I had one slice on that partition and i think it is dirty, i accidently
pressed the reset instead of the power button.
So i heard in  [EMAIL PROTECTED] that i could retrieve the data on that
partition by modifying the partition table(like the beginning and the 
end of the partition).
I dont know any probrams that could do this, or how to use them.

Here is some information about my HD:
-200GB maxtor
Offset   Size(MB)End Name  PType   Desc  Subtype
Flags  

0  0 62- 12 unused0
   63  20473   41929649ad0s1  8freebsd  
165 
 4192965010236   62894474ad0s2  7fat   12
 62894475 100361  268435454ad0s3  8freebsd  165
268435455  63409  398297087-12 unused0

And please, answer me. this is rather important. I'll answer any 
questions as soon as i can.
Any help is greatly appreciated.


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


Re: Messed up my partition

2004-10-22 Thread Erik Udo
Seems like that test i pasted from sysinstall's fdisk is messy,
here is the output of fdisk:
koti# fdisk
*** Working on device /dev/ad0 ***
parameters extracted from in-core disklabel are:
cylinders=395136 heads=16 sectors/track=63 (1008 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=395136 heads=16 sectors/track=63 (1008 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
   start 63, size 41929587 (20473 Meg), flag 80 (active)
   beg: cyl 0/ head 1/ sector 1;
   end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
sysid 12 (0x0c),(DOS or Windows 95 with 32 bit FAT (LBA))
   start 41929650, size 20964825 (10236 Meg), flag 0
   beg: cyl 1023/ head 255/ sector 63;
   end: cyl 1023/ head 254/ sector 63
The data for partition 3 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
   start 62894475, size 205540980 (100361 Meg), flag 0
   beg: cyl 1023/ head 255/ sector 63;
   end: cyl 1023/ head 85/ sector 15
The data for partition 4 is:
UNUSED
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd and MS Active Directory

2004-10-22 Thread Danny MacMillan
On Fri, Oct 22, 2004 at 09:02:46AM -0600, Duane Winner wrote:

 ...

 During a meeting with their IT people a couple of days ago, most issues 
 were agreed upon, however, the director of IT informed me that I will 
 need to make both of these boxes conform to their Active Directory network.

The phrase conform to their Active Directory network is pretty ambiguous.
I would be asking for more detail if I were you to find out what they
really mean.

 I think what he was referring to is DNS and IP assignments, and that I 
 can't just hard code the hostname and IP address as I normally would and 
 expect it to work on their network, since they don't run bind or static 
 DNS services.

Microsoft DNS is no thoroughbred, but can be configured to do what just
about any other DNS server will do.  Ditto for DHCP.  The only impact
Active Directory has on DNS, that I know of, is that Active Directory
stores SRV records in DNS so that clients can bind to it (I don't
completely understand this, I just see a lot of weird _firstsitename
stuff in a zone dump from our MS DNS server).  As far as I know this
has no impact on the FreeBSD side.  Since they presumably already have
their DNS server running (otherwise Active Directory wouldn't work)
you shouldn't have to do anything special on the FreeBSD side.

It seems unlikely to me that that's what they meant.  I really would
ask for more information.  Maybe they want their FreeBSD administrators
to authenticate against AD accounts?

If you do set up a testbed Active Directory, I would advise you to set
up MS DNS first, as I've had what can most charitably be called
problems when letting Active Directory set up DNS automagically.

 
 ...
 

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


5.3 Audigy

2004-10-22 Thread Lucas Holt

That's great news!
Is there anything special I have to do to make it work other that what
is in the handbook?
i.e.
Adding the following to kernel
device sound
device snd_emu10k1
Thanks for the info,
Thomas
Most cards will work using those options.  I actually kldload the module 
now.  If your card doesn't work, you may need to find the pci id and make 
some changes to the sound code.  (only if its an oem that hasn't been 
accounted for)

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


Re: FreeBSD 4.10 not finding 3ware controllers

2004-10-22 Thread pete wright
at which point does it fail...does it not boot, or do you get to
sysinstall?  if you get to sysinstall then you can goto another VT and
run a dmesg from there i believe.  i guess it's a moot point as you've
moved to 5.2.1...if you are happy with the 5.x branch maybe you should
test out the 5.3RC's

-p


On Fri, 22 Oct 2004 09:46:37 -0700, Benson Wong [EMAIL PROTECTED] wrote:
 Um, I can't do a dmesg since I can't installed FBSD.
 The chipset is Intel E7520
 
 The BIOS does detect the cards. When booting the cards will show what
 drives are attached and how they're connected to the RAID array. They
 also give you the option of using Alt+3 to enter the configuration
 mode.
 
 During boot I don't actually see the TWE drivers being loaded. I tried
 using FreeBSD/amd64 5.2.1 since it supports the EM64T stuff provided
 but it basically crashed during installation. I'm going to try
 5.2.1/i386 now.
 
 Thanks.
 Ben.
 
 
 
 On Fri, 22 Oct 2004 08:22:57 -0700, pete wright [EMAIL PROTECTED] wrote:
  On Thu, 21 Oct 2004 15:55:12 -0700, Benson Wong [EMAIL PROTECTED] wrote:
   Hi,
  
   I just got a new server with a SuperMicro X6DH8-G motherboard. it's
   basically a dual xeon board with 2  3Ware controllers in it.
  
   The Controllers:
   8006-2LP
   8506-4LP
  
   A couple of days ago I installed 4.10 on old Dell 300S PowerEdge
   server, with the same 3ware controllers and the installation went
   flawlessly. However on this machine FreeBSD doesn't can't seem to
   autodetect the controllers.
  
   I'm thinking that 4.10 doesn't have support for the motherboards, but
   I'm not entirely sure. Has anybody else experienced the same thing, or
   have any insight into this? Does this require some kernel tweaks of
   the installation CD?
  
 
  can you provide a dmesg from the machine you are having problems with.
   i think the list will specifically be interested in the twe lines
  from the dmesg (i think those controllers use the twe driver not
  sure).  Also what chipset is on the mobo, i'm not familiar with it off
  the top of my head.  finally, does the BIOS detect the cards?
 
  -p
 
   Thanks.
   Ben
  
   --
   blog: http://benzo.tummytoons.com
   site: http://www.thephpwtf.com
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
  
 
 
 
 --
 
 
 blog: http://benzo.tummytoons.com
 site: http://www.thephpwtf.com

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


Re: Internet Access

2004-10-22 Thread Robert Huff

Lucas Holt writes:

  If you are ever down, they won't help you because you don't run
  windows.  You could lie to them of course.  :)

Few ISPs will pay their people to support anything but Windows
and Mac.
_However_ ... if you can reasonably cast the problem as
something OS-independant they're still on the hook.


Robert Huff


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


RE: Internet Access

2004-10-22 Thread Pratt, Benjamin E.
There might actually be a reason for keeping a Windows Live CD around,
technically it is Windows.

Ben 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Huff
Sent: Friday, October 22, 2004 2:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Internet Access 


Lucas Holt writes:

  If you are ever down, they won't help you because you don't run
  windows.  You could lie to them of course.  :)

Few ISPs will pay their people to support anything but Windows
and Mac.
_However_ ... if you can reasonably cast the problem as
something OS-independant they're still on the hook.


Robert Huff


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


Re: Help! Vinum drive crashed

2004-10-22 Thread Drew Tomlinson
On 10/20/2004 1:56 PM Henk wrote:
Vinum reported one my disks in the volume has crashed. As mentioned in
the thread
http://lists.freebsd.org/pipermail/freebsd-questions/2004-May/045942.html
I did 2 things.
   

*snip*
 

ttyp2 0:21 #kneh# [/home/marcvinum start
Warning: defective objects
P BigDisk0.p0 C State: corrupt  Subdisks: 3 Size:228 GB
S BigDisk0.p0.s0State: stalePO:0  B Size: 76 GB
   

*snip*
The thread mentioned above has a final reply, which contained the solution
for my problem:
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-April/042329.html
Marc
I thought this might be a link to a message I wrote.  :)  In reading it, 
I see at the bottom I suggested that using firewire drives with vinum 
was unstable and that I would follow up.  However I can't recall if I 
ever posted my findings.

The instability with firewire on my system was due to having specified a 
SCSI delay of only 2 seconds.  The firewire drive enclosure was not 
detected in this short time frame and thus vinum did not find the drive 
when it started.  I did some experimenting and finally found that a 5 
second delay works on my system.  I'm happy to report that vinum and 
firewire have worked flawlessly together since.

Is there some way to add this note to that thread?
Thanks,
Drew
--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!
http://www.alchemistswarehouse.com


smime.p7s
Description: S/MIME Cryptographic Signature


Re: freebsd and MS Active Directory

2004-10-22 Thread Andy Firman
On Fri, Oct 22, 2004 at 01:04:11PM -0600, Danny MacMillan wrote:
 
 It seems unlikely to me that that's what they meant.  I really would
 ask for more information.  Maybe they want their FreeBSD administrators
 to authenticate against AD accounts?
 
 If you do set up a testbed Active Directory, I would advise you to set
 up MS DNS first, as I've had what can most charitably be called
 problems when letting Active Directory set up DNS automagically.

I am in a similar situation and I have very little experience with AD.
Just yesterday I setup a test bed Win2K/Exchange2K with AD.
It is so hard to get around in Windows as I am used to command line.  Ugh.

Are there any good howto's out there for us FreeBSD folk that need
to integrate into Windows AD?

I have googled and am learning the ldap client tools like ldapsearch
and also am going to install auth_ldap on my Apache servers.

But I would like a good overview coming from a FreeBSD/Unix perspective??

Thanks,
Andy



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


RE: 5.3 Audigy

2004-10-22 Thread Tom Connolly
Lucas Holt wrote:
 If your card doesn't work, you may need to find the pci id and
 make 
 some changes to the sound code.  (only if its an oem that hasn't been
 accounted for)
 
 Luke
 ___

Thanks Luke.  
In case my sound card doesn't work, is there any documentation on how to
do what you mentioned above?
i.e. make changes to the sound code?  I can get the pci id from dmesg
right?
Bear with me, I'm new to FreeBSD.  
Been at it for about 2 months now and loving it but some things still
confuse me and I'm still not really good at finding the documentation
yet.

Thanks again,
Thomas

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


Re: freebsd and MS Active Directory

2004-10-22 Thread Danny
On Fri, 22 Oct 2004 11:31:33 -0800, Andy Firman [EMAIL PROTECTED] wrote:
 On Fri, Oct 22, 2004 at 01:04:11PM -0600, Danny MacMillan wrote:
 
  It seems unlikely to me that that's what they meant.  I really would
  ask for more information.  Maybe they want their FreeBSD administrators
  to authenticate against AD accounts?
 
  If you do set up a testbed Active Directory, I would advise you to set
  up MS DNS first, as I've had what can most charitably be called
  problems when letting Active Directory set up DNS automagically.
 
 I am in a similar situation and I have very little experience with AD.

AD is a massive beast. Where do you want to go with it? Just set it up
for fun, or?

 Just yesterday I setup a test bed Win2K/Exchange2K with AD.
 It is so hard to get around in Windows as I am used to command line.  Ugh.

You can do more with the Windows 2000 (and newer) command line and
VBscript, then you can throughout the GUI.
 
 Are there any good howto's out there for us FreeBSD folk that need
 to integrate into Windows AD?

What type of integration? Authentication? DNS? Need specifics...

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


Re: freebsd and MS Active Directory

2004-10-22 Thread Danny
On Fri, 22 Oct 2004 11:31:33 -0800, Andy Firman [EMAIL PROTECTED] wrote:
 I am in a similar situation and I have very little experience with AD.
 Just yesterday I setup a test bed Win2K/Exchange2K with AD.

Start here... 

http://www.microsoft.com/technet/community/events/ad/tnt1-98.mspx
(Note: You will need to view this from a Microsoft Windows PC with
Windows Media (one of the newer versions - 9.x) player installed

http://www.2000trainers.com/section.aspx?sectionID=8

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


Re: Parental Controls

2004-10-22 Thread Joe Kraft

Joe Kraft wrote:
For me it meets the overall monitoring requirement, but so burdensome as 
to make e-mail a pain for them.  
Sorry, missed a word here.  I meant ..., but NOT so burdensome...
Joe.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd and MS Active Directory

2004-10-22 Thread Andy Firman
On Fri, Oct 22, 2004 at 03:40:44PM -0400, Danny wrote:
 AD is a massive beast. Where do you want to go with it? Just set it up
 for fun, or?

For fun?  I don't think so.  Heh.
 
 What type of integration? Authentication? DNS? Need specifics...

2 things.  One is Exim AD ldap lookups to the Exchange server to
verify recipient for my FreeBSD email gateway.  Having no luck
getting that to work.  I can do an ldapsearch and extract the
emails from that.

The second thing I will need to do by the end of the year is 
have employees login to the Intranet on my FreeBSD box using
the AD credentials.  So I will have to use auth_ldap on my Apache
server so Apache can do an AD lookup.  That will be tough.

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


advertising clause in license

2004-10-22 Thread Nell Weems
Hello all,

after typing:
fgrep -r All advertising materials /usr/src/sys
it seems like there are still many files which 
contain the advertising clause. has there been any 
attempts to contact the copyright authors of these 
files and see if it can be removed?

not too much of a deal, i was just wondering.

Nell


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


Re: advertising clause in license

2004-10-22 Thread Kris Kennaway
On Fri, Oct 22, 2004 at 01:35:51PM -0700, Nell Weems wrote:
 Hello all,
 
 after typing:
 fgrep -r All advertising materials /usr/src/sys
 it seems like there are still many files which 
 contain the advertising clause. has there been any 
 attempts to contact the copyright authors of these 
 files and see if it can be removed?
 
 not too much of a deal, i was just wondering.

No concerted efforts that I know of, but note that most of those
copyright holders are the UCB regents, so the copyright notice is
overridden by the amendment in /COPYRIGHT.  There is some ongoing work
to regularize licenses in the source tree though (mostly worked on by
imp@).

Kris


pgpDNkoVeu3dk.pgp
Description: PGP signature


Re: Mailgraph from the ports - now what do I do?

2004-10-22 Thread Massimiliano Stucchi
On 211004, 15:03, Danny wrote:
 Greetings,
 
 After referencing the article here:
 http://www.onlamp.com/pub/a/onlamp/2004/08/12/mailgraph.html
 
 I decided to just install mailgraph from the FreeBSD ports system.
 
 So, after installing it successfully (well, there were no errors), I
 am trying to find the executable mailgraph program:

 Any suggestions?

Try /usr/local/www/cgi-bin/mailgraph.cgi and
/usr/local/sbin/mailgraph.pl


Cheers
-- 

Massimiliano Stucchi
WillyStudios.com
[EMAIL PROTECTED]
Http://www.willystudios.com/max/


pgpllnvGoyAVs.pgp
Description: PGP signature


Re: Mailgraph from the ports - now what do I do?

2004-10-22 Thread Vince Hoffman

On Sat, 23 Oct 2004, Massimiliano Stucchi wrote:
On 211004, 15:03, Danny wrote:
Greetings,
After referencing the article here:
http://www.onlamp.com/pub/a/onlamp/2004/08/12/mailgraph.html
I decided to just install mailgraph from the FreeBSD ports system.
So, after installing it successfully (well, there were no errors), I
am trying to find the executable mailgraph program:
Any suggestions?
Try /usr/local/www/cgi-bin/mailgraph.cgi and
/usr/local/sbin/mailgraph.pl
Also remember it installs a startup script to run in daemon mode 
(/usr/local/etc/rc.d/mailgraph.sh) needs mailgraph_enable=YES in 
/etc/rc.conf

Cheers
--
Massimiliano Stucchi
WillyStudios.com
[EMAIL PROTECTED]
Http://www.willystudios.com/max/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: From Cuba

2004-10-22 Thread Jerry McAllister
 
 The problem is that i can't download the latest version of FreeBSD from
 Internet,  i want to know if i can get the latest version direct from you 
 by postal affairs .

There are a couple of companies that make up packages of CD sets with
some of the documentation for a nominal cost.  There are links to them
on the FreeBSD web site.  

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

But, I don't have any idea about mailing them to Cuba.   
Can such things be mailed to Cuba?   
Our government isn't very friendly about such things, unfortunately.
I have never tried to send any mail or packages to Cuba, so I don't know.

You might be able to get them via another country more easily.

jerry

 
 Thank you
 
 Oscar
 
 Oscar Castillo Coll
 14 #9 apto 32
 /Linea y Calzada
 Vedado, Plaza de la Revolucion
 Ciudad Habana. Cuba
 CP.10400
 
 
 

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


BSD Wireless

2004-10-22 Thread Luke Kearney
Hi List,
I am looking to purchase a wireless PCI card for a new machine here at
my home. I was wondering if anyone can share sucess or horror stories
about the Elecom range of products. I am wanting to use one machine as
the access point and one machine as the client. I wasn't planing to
deploy a hardware access point though if the consensus is that a
hardware access point is the better way to go I could certainly start
looking at this. 

Thanks
-- 
Luke Kearney [EMAIL PROTECTED]

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


Re: BSD Wireless

2004-10-22 Thread Chris
On Friday 22 October 2004 08:17 pm, Luke Kearney wrote:
 Hi List,
 I am looking to purchase a wireless PCI card for a new machine here at
 my home. I was wondering if anyone can share sucess or horror stories
 about the Elecom range of products. I am wanting to use one machine as
 the access point and one machine as the client. I wasn't planing to
 deploy a hardware access point though if the consensus is that a
 hardware access point is the better way to go I could certainly start
 looking at this.

 Thanks

Just read what hardware is supported to date, buy it, then you can't go wrong.
Pretty easy, aye?

-- 
Best regards,
Chris

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


RE: MS-Windows connection to 4-Stable is OK, but to 5.3 is not.

2004-10-22 Thread Timothy Goshinski
 Hello,

 A collegue of mine uses MS-Windows and connects to my FreeBSD
 PCs with some Window Manager's software by SSH protocol.

 To my 4-Stable PC (with SSH-3.5p1) this works just fine.
 To my 5.3 PC (with SSH-3.8.1p1) the connection is refused.

 We have tried again and again, double-checked the password and
 so on. I think it has something to do with a different system
 configuration of sshd. Can someone help me with this?

 I have ran sshd in debug mode on the 5.3 FreeBSD PC, and I get:

 # /usr/sbin/sshd -d

  -- snip --

 - and here the ssh connection is cut off -

 Thanks,
 Rob.

I don't know if this will be of any help, but I use
PuTTY(http://www.chiark.greenend.org.uk/~sgtatham/putty/) to connect from my
Win2KPro box to both my 4.10 and 5.3b7 FreeBSD boxes without any problems.
I have the exact same version of OpenSSH running as you do, and an older
version of PuTTY.

Regards,
Tim

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


gnome2-nautilus2 lib issue

2004-10-22 Thread kalin mintchev
hi all..

i need to solve this bug...

i'm trying to build gnome2 from ports cvsuped this morning and the
nautilus2 brakes with this message:
/usr/local/lib/libart_lgpl_2.so.5.16: file not recognized: File format not
recognized

i just installed libart-lgpl2.3.16 from port because eog2 wanted it. now i
don't know what nautilus is complaining about...

any input will be appreciated...

thank you...


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


Re: remote logon

2004-10-22 Thread Glenn Sieb
Hey Brad!
(I redirected this to -questions.. IIRC that's more the proper venue..)
Brad said the following on 10/22/2004 9:32 PM:
I just completed install of 5.2.1 and am trying to logon remotely via SSH and keep 
getting access
denied.
My password is correct, because I can log onto the box directly.
 

Just a guess... are you logging in as root? If not, try looking at 
/etc/ssh/sshd_config

look for:
PasswordAuthentication yes
And, you might want to check man sshd_config for other handy options :)
Best,
Glenn
--
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety. 
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

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


RE: advertising clause in license

2004-10-22 Thread Ted Mittelstaedt

Nell,

  Just a request, please do not use the term advertising clause

This is a term that was created by the Linux bigots, specifically
people like RMS who is so bigoted he can't see beyond the tip
of his nose.  It has never been advertising before to give
credit to the authors of a software package until the pro-GPL-anti-BSD
crowd came along.  It has also never been a burden of any kind
to include credit to UCB until people started to think it was
because the GPL crowd told them.  And many companies used BSD
code without giving credit, and nobody cared.  (for example,
Microsoft who used plenty of BSD code including BSD header files
that still had the BSD copyrights in them)

  I think it is either extremely mean-spirited to make a big
deal over this or it is a subtle BSD-bash to do so.  Nobody in
the BSD community ever coined the term advertising-clause this
was forced on us from without, and there is no reason to use
it.

Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Nell Weems
 Sent: Friday, October 22, 2004 1:36 PM
 To: [EMAIL PROTECTED]
 Subject: advertising clause in license
 
 
 Hello all,
 
 after typing:
 fgrep -r All advertising materials /usr/src/sys
 it seems like there are still many files which 
 contain the advertising clause. has there been any 
 attempts to contact the copyright authors of these 
 files and see if it can be removed?
 
 not too much of a deal, i was just wondering.
 
 Nell
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BSD Wireless

2004-10-22 Thread Andrew L. Gould
On Friday 22 October 2004 08:21 pm, Chris wrote:
 On Friday 22 October 2004 08:17 pm, Luke Kearney wrote:
  Hi List,
  I am looking to purchase a wireless PCI card for a new machine here
  at my home. I was wondering if anyone can share sucess or horror
  stories about the Elecom range of products. I am wanting to use one
  machine as the access point and one machine as the client. I wasn't
  planing to deploy a hardware access point though if the consensus
  is that a hardware access point is the better way to go I could
  certainly start looking at this.
 
  Thanks

 Just read what hardware is supported to date, buy it, then you can't
 go wrong. Pretty easy, aye?

Sadly, no.  Vendor's have changed chipsets without changing model 
numbers or documenting the chipsets used on retail boxes.  Further, 
many of the pci cards that are documented as being compatible with 
FreeBSD are no longer easy to find.

The advantages of a hardware access point include:

1. Access and firewall configuration are done easily via a web browser.
2. They are OS-neutral.

For anyone running FreeBSD 5* who needs a new wireless card (pci or 
pccard), I would suggest looking at the D-Link products that use the 
Atheros chipset.  D-Link is displaying the Atheros logo on the retail 
boxes, which lowers the risk of a bad purchasing decision.

(I'm not an advocate for D-Link or Atheros; but I am in favor of more 
useful information on retail boxes.)

Best of luck,

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


Re: BSD Wireless

2004-10-22 Thread Chris
On Friday 22 October 2004 10:03 pm, Andrew L. Gould wrote:
 On Friday 22 October 2004 08:21 pm, Chris wrote:
  On Friday 22 October 2004 08:17 pm, Luke Kearney wrote:
   Hi List,
   I am looking to purchase a wireless PCI card for a new machine here
   at my home. I was wondering if anyone can share sucess or horror
   stories about the Elecom range of products. I am wanting to use one
   machine as the access point and one machine as the client. I wasn't
   planing to deploy a hardware access point though if the consensus
   is that a hardware access point is the better way to go I could
   certainly start looking at this.
  
   Thanks
 
  Just read what hardware is supported to date, buy it, then you can't
  go wrong. Pretty easy, aye?

 Sadly, no.  Vendor's have changed chipsets without changing model
 numbers or documenting the chipsets used on retail boxes.  Further,
 many of the pci cards that are documented as being compatible with
 FreeBSD are no longer easy to find.

 The advantages of a hardware access point include:

 1. Access and firewall configuration are done easily via a web browser.
 2. They are OS-neutral.

 For anyone running FreeBSD 5* who needs a new wireless card (pci or
 pccard), I would suggest looking at the D-Link products that use the
 Atheros chipset.  D-Link is displaying the Atheros logo on the retail
 boxes, which lowers the risk of a bad purchasing decision.

 (I'm not an advocate for D-Link or Atheros; but I am in favor of more
 useful information on retail boxes.)

I prefer NetGear - woiks well for me...

-- 
Best regards,
Chris

Recent studies suggest that running /usr/bin/coffee from cron at regular
intervals can be more effective at enhancing uptime than launching a big
coffeed process at startup.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-22 Thread terry tyson
On Thu, 21 Oct 2004 14:33:06 -0400, Frank Laszlo
[EMAIL PROTECTED] wrote:
 This has been around for as long as I can remember, since before XFree86
 4.x. Its nothing new.
 
 Regards,
 Frank

Yes, it's all here. Takes a little getting used to the way it works.
Is there any documentation on this? If not, I may write some kind of
howto on it myself. This feature isn't exactly necessary but it sure
is nice to have.
-- 
Terry
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Dlink-g520 Wireless and WEP

2004-10-22 Thread scott renna
So,

Thanks to a fellow list member I got my 5.2.1 System
to see my Dlink card.  The trouble now I'm having
involves setting up WEP.  I am currently running WEP
on a Netgear Wireless router 802.11b.  The Dlink does
802.11b/g. Here's what I'm running into when turning
on WEP.  The router has a 26 character string for
128-bit WEP that I created via a passphrase.  Windows
takes it and works well wirelessly but when I
configure my card, here's wha t happens on BSD:

 ifconfig ath0 192.168.2.175 netmask 255.255.255.0
ssid SSID_NAME wepmode on wepkey
0xyx

ifconfig: ioctl (SIOCAIFADDR): File exists

Assume the first 0x means hex and the rest is the key
name.  Anyone have any ideas?

Thanks 
scotty



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnome2-nautilus2 lib issue

2004-10-22 Thread kalin mintchev

what is really strange is that is asking for it but it's not recognizing
it

how come?

thanks


cc -shared  .libs/nautilus-view-component-stubs.o
.libs/nautilus-view-component-skels.o
.libs/nautilus-view-component-common.o
.libs/nautilus-distributed-undo-stubs.o
.libs/nautilus-distributed-undo-skels.o
.libs/nautilus-distributed-undo-common.o .libs/nautilus-clipboard.o
.libs/nautilus-idle-queue.o .libs/nautilus-scroll-positionable.o
.libs/nautilus-undo-transaction.o .libs/nautilus-undo.o
.libs/nautilus-view.o .libs/nautilus-view-standard-main.o  -Wl,--rpath
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/local/lib
-L/usr/X11R6/lib -leel-2 -lgnomeui-2 -lSM -lICE -lgailutil -lglade-2.0
-lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt
/usr/local/lib/libart_lgpl_2.so.5.16 -lpangoft2-1.0 -lz -lgtk-x11-2.0
-lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXext -lXcursor -latk-1.0
-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype
/usr/local/lib/libXrender.so /usr/X11R6/lib/libfontconfig.so -lpangox-1.0
-lX11 -lpango-1.0 -lgobject-2.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2
-lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
-lc_r -liconv  -mcpu=pentiumpro -Wl,--export-dynamic -Wl,-soname
-Wl,libnautilus.so.2 -o .libs/libnautilus.so.2


 hi all..

 i need to solve this bug...

 i'm trying to build gnome2 from ports cvsuped this morning and the
nautilus2 brakes with this message:
 /usr/local/lib/libart_lgpl_2.so.5.16: file not recognized: File format
not recognized

 i just installed libart-lgpl2.3.16 from port because eog2 wanted it. now
i don't know what nautilus is complaining about...

 any input will be appreciated...

 thank you...


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



-- 



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


Re: BSD Wireless

2004-10-22 Thread Luke Kearney

On Fri, 22 Oct 2004 22:08:05 -0500
Chris [EMAIL PROTECTED] spake thus:

 On Friday 22 October 2004 10:03 pm, Andrew L. Gould wrote:
  On Friday 22 October 2004 08:21 pm, Chris wrote:
   On Friday 22 October 2004 08:17 pm, Luke Kearney wrote:
Hi List,
I am looking to purchase a wireless PCI card for a new machine here
at my home. I was wondering if anyone can share sucess or horror
stories about the Elecom range of products. I am wanting to use one
machine as the access point and one machine as the client. I wasn't
planing to deploy a hardware access point though if the consensus
is that a hardware access point is the better way to go I could
certainly start looking at this.
   
Thanks
  
   Just read what hardware is supported to date, buy it, then you can't
   go wrong. Pretty easy, aye?
 
  Sadly, no.  Vendor's have changed chipsets without changing model
  numbers or documenting the chipsets used on retail boxes.  Further,
  many of the pci cards that are documented as being compatible with
  FreeBSD are no longer easy to find.
 
  The advantages of a hardware access point include:
 
  1. Access and firewall configuration are done easily via a web browser.
  2. They are OS-neutral.
 
  For anyone running FreeBSD 5* who needs a new wireless card (pci or
  pccard), I would suggest looking at the D-Link products that use the
  Atheros chipset.  D-Link is displaying the Atheros logo on the retail
  boxes, which lowers the risk of a bad purchasing decision.
 
  (I'm not an advocate for D-Link or Atheros; but I am in favor of more
  useful information on retail boxes.)
 
 I prefer NetGear - woiks well for me...

The whole plan is a bit more complicated by the fact that much of the
_known to be supported_ hardware is not available in Japan or sold under
different model numbers.  One end of the link will be FBSD the other a
linux machine so two cards are needed and these must be supported by the
respective OS'es. After googling for hours on this the only common
thread I can get is that these orinoco or prism chipsets seem to be well
supported but there is very little information on the vendors websites
to indicate which product uses which chipset. The other thread was that
the atheros chipset seemed to be well regarded but before heading off to
buy some kit I was *hoping* to hear from someone else on list who has
used the elecom cards (specifically the LD-WL5411A/B ) or anything else
based on the AR5001X+ chipset and had success with it. 

Thanks

LukeK

-- 
Luke Kearney [EMAIL PROTECTED]

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


Re: gnome2-nautilus2 lib issue

2004-10-22 Thread Joe Marcus Clarke
On Fri, 2004-10-22 at 23:39, kalin mintchev wrote:
 what is really strange is that is asking for it but it's not recognizing
 it
 
 how come?

Probably because it's corrupt, and shouldn't be there.  Remove that
file, then reinstall the graphics/libart_lgpl2 port.  You should then
end up with a /usr/local/lib/libart_lgpl_2.so.5.

After that, make clean in x11-fm/nautilus2, and rebuild.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: BSD Wireless

2004-10-22 Thread Glenn Sieb
Chris said the following on 10/22/2004 11:08 PM:
I prefer NetGear - woiks well for me...
 

Any luck with the WG511's? (802.11g 54mpbs cards)
I can't seem to get it to load a driver.. I think (from what I've 
googled) that it's using a Prism54 driver, but I have no idea where to 
begin on that..

Best,
Glenn
--
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety. 
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

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


Re: Dlink-g520 Wireless and WEP

2004-10-22 Thread Andrew L. Gould
On Friday 22 October 2004 10:21 pm, scott renna wrote:
 So,

 Thanks to a fellow list member I got my 5.2.1 System
 to see my Dlink card.  The trouble now I'm having
 involves setting up WEP.  I am currently running WEP
 on a Netgear Wireless router 802.11b.  The Dlink does
 802.11b/g. Here's what I'm running into when turning
 on WEP.  The router has a 26 character string for
 128-bit WEP that I created via a passphrase.  Windows
 takes it and works well wirelessly but when I
 configure my card, here's wha t happens on BSD:

  ifconfig ath0 192.168.2.175 netmask 255.255.255.0
 ssid SSID_NAME wepmode on wepkey
 0xyx

 ifconfig: ioctl (SIOCAIFADDR): File exists

 Assume the first 0x means hex and the rest is the key
 name.  Anyone have any ideas?

 Thanks
 scotty


There should be the term 'inet' between 'ath0' and the IP address:

ifconfig ath0 inet 192.168.2.175 netmask 255.255.255.0 .

Is this an error in the email or in the configuration?

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


Re: freebsd and MS Active Directory

2004-10-22 Thread Duane Winner

Danny MacMillan wrote:
On Fri, Oct 22, 2004 at 09:02:46AM -0600, Duane Winner wrote:
...
During a meeting with their IT people a couple of days ago, most issues 
were agreed upon, however, the director of IT informed me that I will  
need to make both of these boxes conform to their Active Directory network.

The phrase conform to their Active Directory network is pretty ambiguous.
I would be asking for more detail if I were you to find out what they
really mean.
Well, you pretty much hit the nail on the head here. It was a brief 
meeting to flesh out an basic specs and an introduction, rather than 
specifics on the implementation. I didn't want to ask too many questions 
 at that point because I didn't want to sound like an idiot.

But one thing that is crystalizing for me is that from what I understand 
so far from talking to others here and doing research is that as far as 
host name resolution and IP address management, not that much has 
changed, and there is no reason that they couldn't create static entries 
for the two BSD hosts.

I am beginning to think that they were under the assumption that the web 
apps we are giving them would participate in their single sign-on, but 
that is not the case, because our web app will be doing it's own user 
management and authentication whether they like it or not. :)

If that is why they brought up AD in the first place, then I think it 
will be a moot point, unless there is something else I don't know yet. 
Is it possible they are using DHCP for all hosts -- even servers, but 
doing static mapping to MAC address? If so, are there instances where AD 
hosts must configured as AD leaf objects? (I'm just scraping the back of 
 my brain memories from my Novell NDS days...cripes -- what's happened 
to me? LOL

At any rate, I have two voice mail messages in to the IT guys I met with 
to get more specifics. I really don't have time to screw around with a 
Windows 2000 lab right now, and rather I wouldn't if I don't have to.




I think what he was referring to is DNS and IP assignments, and that I 
can't just hard code the hostname and IP address as I normally would and 
expect it to work on their network, since they don't run bind or static 
DNS services.

Microsoft DNS is no thoroughbred, but can be configured to do what just
about any other DNS server will do.  Ditto for DHCP.  The only impact
Active Directory has on DNS, that I know of, is that Active Directory
stores SRV records in DNS so that clients can bind to it (I don't
completely understand this, I just see a lot of weird _firstsitename
stuff in a zone dump from our MS DNS server).  As far as I know this
has no impact on the FreeBSD side.  Since they presumably already have
their DNS server running (otherwise Active Directory wouldn't work)
you shouldn't have to do anything special on the FreeBSD side.
It seems unlikely to me that that's what they meant.  I really would
ask for more information.  Maybe they want their FreeBSD administrators
to authenticate against AD accounts?
If you do set up a testbed Active Directory, I would advise you to set
up MS DNS first, as I've had what can most charitably be called
problems when letting Active Directory set up DNS automagically.

...

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


kernel configuration file

2004-10-22 Thread Gert Cuykens
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

where do i put this ?

device sound 

i am using freebsd 5.3b7

Can you please at to the manual the path of the kernel configuration file thx
Do i need to recompile the kernel ?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


stress testing

2004-10-22 Thread Chad Leigh -- Shire.Net LLC
Hi
In reading one of the various performance threads recently in either 
-questions or -current, I seem to recall someone mentioning a utility 
that can be used to do some sort of stress testing.  The reference 
was in a man page style  [ command(n) ] type reference in the thread.  
I though I saved it but cannot find it.  Is there some sort of port or 
utility or command that can do general system/sub-system stress 
testing?

I don't have any specific needs or requirements.  The reference just 
looked interesting and I wanted to look into the facility mentioned to 
see what it does and if it would be useful to me somehow to stress new 
systems etc.

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


Re: IDE recommendations

2004-10-22 Thread Subhro
On Fri, 22 Oct 2004 03:50:26 -0400, Mike Hauber [EMAIL PROTECTED] wrote:
 I'm also interested in IDEs for Python, Perl, Ruby and Java.
 Of course I'm going to start with one at a time, but I'm
 interested in what people's recommendations are on the IDEs
 in the ports.
 

One answer for everything Emacs

Regards
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnome2-nautilus2 lib issue

2004-10-22 Thread kalin mintchev

 On Fri, 2004-10-22 at 23:39, kalin mintchev wrote:
 what is really strange is that is asking for it but it's not
 recognizing
 it

 how come?

 Probably because it's corrupt, and shouldn't be there.  Remove that
 file, then reinstall the graphics/libart_lgpl2 port.  You should then
 end up with a /usr/local/lib/libart_lgpl_2.so.5.

ok..  but i already have libart_lgpl_2.so.5 the compile command requests
libart_lgpl_2.so.5.16 for some reason...

but i'll reinstall..  thanks...


 After that, make clean in x11-fm/nautilus2, and rebuild.

 Joe

 --
 PGP Key : http://www.marcuscom.com/pgp.asc



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


Re: kernel configuration file

2004-10-22 Thread Jonathan Chen
On Sat, Oct 23, 2004 at 06:09:56AM +0200, Gert Cuykens wrote:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html
 
 where do i put this ?
 
 device sound 
 
 i am using freebsd 5.3b7

The easier option is to put:

snd_driver_load=YES

in /boot/loader.conf.
-- 
Jonathan Chen  |  To do is to be  -- Nietzsche
[EMAIL PROTECTED] |  To be is to do  -- Sartre 
   |  Scooby do be do -- Scooby
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnome2-nautilus2 lib issue

2004-10-22 Thread kalin mintchev

now it says:

cc: /usr/local/lib/libart_lgpl_2.so.5.16: No such file or directory

--
cc -shared  .libs/nautilus-view-component-stubs.o
.libs/nautilus-view-component-skels.o
.libs/nautilus-view-component-common.o
.libs/nautilus-distributed-undo-stubs.o
.libs/nautilus-distributed-undo-skels.o
.libs/nautilus-distributed-undo-common.o .libs/nautilus-clipboard.o
.libs/nautilus-idle-queue.o .libs/nautilus-scroll-positionable.o
.libs/nautilus-undo-transaction.o .libs/nautilus-undo.o
.libs/nautilus-view.o .libs/nautilus-view-standard-main.o  -Wl,--rpath
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/local/lib
-L/usr/X11R6/lib -leel-2 -lgnomeui-2 -lSM -lICE -lgailutil -lglade-2.0
-lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt
/usr/local/lib/libart_lgpl_2.so.5.16 -lpangoft2-1.0 -lz -lgtk-x11-2.0
-lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXext -lXcursor -latk-1.0
-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype
/usr/local/lib/libXrender.so /usr/X11R6/lib/libfontconfig.so -lpangox-1.0
-lX11 -lpango-1.0 -lgobject-2.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2
-lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
-lc_r -liconv  -mcpu=pentiumpro -Wl,--export-dynamic -Wl,-soname
-Wl,libnautilus.so.2 -o .libs/libnautilus.so.2
cc: /usr/local/lib/libart_lgpl_2.so.5.16: No such file or directory
gmake[2]: *** [libnautilus.la] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11-fm/nautilus2/work/nautilus-2.6.3/libnautilus'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus2/work/nautilus-2.6.3'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/x11-fm/nautilus2.


 On Fri, 2004-10-22 at 23:39, kalin mintchev wrote:
 what is really strange is that is asking for it but it's not
 recognizing
 it

 how come?

 Probably because it's corrupt, and shouldn't be there.  Remove that
 file, then reinstall the graphics/libart_lgpl2 port.  You should then
 end up with a /usr/local/lib/libart_lgpl_2.so.5.

 After that, make clean in x11-fm/nautilus2, and rebuild.

 Joe

 --
 PGP Key : http://www.marcuscom.com/pgp.asc



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


Re: gnome2-nautilus2 lib issue

2004-10-22 Thread Joe Marcus Clarke
On Sat, 2004-10-23 at 00:31, kalin mintchev wrote:
 now it says:
 
 cc: /usr/local/lib/libart_lgpl_2.so.5.16: No such file or directory

Then one of Nautilus' dependencies are introducing this bogus library. 
Go through /usr/local/libdata/pkgconfig and /usr/X11R6/libdata/pkgconfig
until you find the file that mentions this library.  When you do, use
pkg_info -W on the file to figure out which port installed it, then
rebuild that port.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: kernel configuration file

2004-10-22 Thread Gert Cuykens
did that doesnt work for me ?

asus SK8N onboard sound acl850 if i am not mistaken.


 On Sat, 23 Oct 2004 17:21:30 +1300, Jonathan Chen [EMAIL PROTECTED] wrote:
  On Sat, Oct 23, 2004 at 06:09:56AM +0200, Gert Cuykens wrote:
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html
  
   where do i put this ?
  
   device sound
  
   i am using freebsd 5.3b7
 
  The easier option is to put:
 
  snd_driver_load=YES
 
  in /boot/loader.conf.
  --
  Jonathan Chen  |  To do is to be  -- Nietzsche
  [EMAIL PROTECTED] |  To be is to do  -- Sartre
 |  Scooby do be do -- Scooby
 

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


USB keyboard and 5.3RC1

2004-10-22 Thread Joshua Lewis
I have been trying to install 5.3 since it went into BETA and now I am
trying to install from the RC1 CD. My problem is when the thing is done
booting into the systand install screen my USB keyboard is
non-responsive. I have tried other keyboards with no luck (I don't have
PS/2 ports on this motherboard.) Is there a way to boot to a 4.10 CD
(the 4.10 CD seems to work with my USB Keyboards fine) and then swap out
the CD and install 5.3? Or is there a way to boot to a floppy and run
the install. Any thoughts?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnome2-nautilus2 lib issue

2004-10-22 Thread kalin mintchev

 On Sat, 2004-10-23 at 00:31, kalin mintchev wrote:
 now it says:

 cc: /usr/local/lib/libart_lgpl_2.so.5.16: No such file or directory

 Then one of Nautilus' dependencies are introducing this bogus library.
 Go through /usr/local/libdata/pkgconfig and /usr/X11R6/libdata/pkgconfig
 until you find the file that mentions this library.  When you do, use
 pkg_info -W on the file to figure out which port installed it, then
 rebuild that port.

thanks - i just did a grep on both directories. no file mentions this
library...



 Joe

 --
 PGP Key : http://www.marcuscom.com/pgp.asc



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


flash

2004-10-22 Thread Gert Cuykens
i installed flash firefox from ports but if i go to 
www.sweetcoffee.net i can not see the flash thing 
do i need to do something els
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


jre amd64

2004-10-22 Thread Gert Cuykens
how do i get jre to work so i can see java applets with firefox

7rxI# make
===  jre-1.1.8 is only for i386, and you are running amd64.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnome2-nautilus2 lib issue

2004-10-22 Thread Joe Marcus Clarke
On Sat, 2004-10-23 at 00:43, kalin mintchev wrote:
  On Sat, 2004-10-23 at 00:31, kalin mintchev wrote:
  now it says:
 
  cc: /usr/local/lib/libart_lgpl_2.so.5.16: No such file or directory
 
  Then one of Nautilus' dependencies are introducing this bogus library.
  Go through /usr/local/libdata/pkgconfig and /usr/X11R6/libdata/pkgconfig
  until you find the file that mentions this library.  When you do, use
  pkg_info -W on the file to figure out which port installed it, then
  rebuild that port.
 
 thanks - i just did a grep on both directories. no file mentions this
 library...

Then I'm not sure where it's coming from.  You could search
/usr/local/etc and /usr/X11R6/etc, but if you don't find it, you might
need to do a portupgrade -Rf nautilus2 to fix all of Nautilus'
dependencies.

Joe

 
 
 
  Joe
 
  --
  PGP Key : http://www.marcuscom.com/pgp.asc
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: kernel configuration file

2004-10-22 Thread Jonathan Chen
[Please don't top post, it's really hard to read]

On Sat, Oct 23, 2004 at 06:52:56AM +0200, Gert Cuykens wrote:
 i dont have any snd_*.ko files and the sound chip is suported by freebsd

If you're running 5.3b7, they should be there; it comes with the
default install.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
 When all else fails, RTFM
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kernel configuration file

2004-10-22 Thread Gert Cuykens
i did custom install :P

On Sat, 23 Oct 2004 18:12:20 +1300, Jonathan Chen [EMAIL PROTECTED] wrote:
 [Please don't top post, it's really hard to read]
 
 On Sat, Oct 23, 2004 at 06:52:56AM +0200, Gert Cuykens wrote:
  i dont have any snd_*.ko files and the sound chip is suported by freebsd
 
 If you're running 5.3b7, they should be there; it comes with the
 default install.
 --
 Jonathan Chen [EMAIL PROTECTED]
 --
  When all else fails, RTFM

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


  1   2   >