Re: mod+php4 -DWITH_APACHE2 failure

2003-01-23 Thread Odhiambo Washington
* Jason Taylor [EMAIL PROTECTED] [20030123 10:39]: wrote:
 
 On Mon, 20 Jan 2003 20:31:44 +0300
 Odhiambo Washington [EMAIL PROTECTED] wrote:
 
  
  Anyone seen this?
  
  
  Configuring SAPI modules
  checking for AOLserver support... no
  checking for Apache 1.x module support via DSO through APXS... no
  checking for Apache 1.x module support... no
  checking for mod_charset compatibility option... no
  checking for Apache 2.0 module support via DSO through APXS... configure: error: 
Use --with-apxs with Apache 1.3.x!
  ===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
the /usr/ports/www/mod_php4/work/php-4.2.3/config.log including the
output of the failure of your make command. Also, it might be a good
idea to provide an overview of all packages installed on your system
(e.g. an `ls /var/db/pkg`).
  *** Error code 1
  
  Stop in /usr/ports/www/mod_php4.
  *** Error code 1
  
  Stop in /usr/ports/www/mod_php4.
  
  
  
  -Wash
  
  -- 
  Odhiambo Washington   [EMAIL PROTECTED]  The box said 'Requires
  Wananchi Online Ltd.  www.wananchi.com  Windows 95, NT, or better,'
  Tel: +254 2 313985-9  +254 2 313922 so I installed FreeBSD.   
  GSM: +254 72 743223   +254 733 744121   This sig is McQ!  :-)
  
  
  A transistor protected by a fast-acting fuse will protect the fuse by
  blowing first.
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 
 Yes, I have.  Through a bit of Googleing I stumbled onto a page that
 had a fix.  In the Makefile find this section:
 
 .if defined(WITH_APACHE2)
 CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \
 --with-tsrm-pth
 PLIST_SUB=  MOD_DIR=libexec/apache2 \
 NON=
 .else
 
 Change it to:
 
 .if defined(WITH_APACHE2)
 CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs
 #   --with-tsrm-pth
 PLIST_SUB=  MOD_DIR=libexec/apache2 \
 NON=
 .else
 
 Just removing the backslash from the second line and commenting out the
 third.


For me, after much pain, I changed the line that says:

APXS?=  ${LOCALBASE}/sbin/apxs

to:

APXS2=  ${LOCALBASE}/sbin/apxs



substitute 2 for ? and it worked.




-Wash

S y s t e m s   A d m i n i s t r a t o r

--


___W_A_N_A_N_C_H_I__O_N_L_I_N_E__L_T_D___The People's Choice__
Wananchi Head Office|*| Tel: +254 2 313 985-9
1st Flr Loita, Loita St.|*| Fax: +254 2 313 922
10286-GPO, NAIROBI, KE  |*| e-mail: wash at wananchi dot com
--
++

A kindhearted woman gains respect,
but ruthless men gain only wealth.
Proverbs 11:16
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: back up Win2k workstations?

2003-01-23 Thread Ruben de Groot
On Thu, Jan 23, 2003 at 05:41:07AM +, P. U. Kruppa typed:
 Hi,
 
 I am looking for a concept to back up some Win2k workstations on
 a FreeBSD machine. Can this be done and how?

If you want to make full backups of the workstations, including system 
files and all, I would recommend using a product like ghost and writing
the images to a samba share on the FreeBSD machine.

Ruben

 
 Thanks,
 
 Uli.
 
 *---*
 *Peter Ulrich Kruppa*
 *  -  Wuppertal -   *
 *  Germany  *
 *---*
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



sound on motherboard GA-7VR

2003-01-23 Thread Martin Tsanov
hello,

I have a GA-7VR motherboard with VIA KT333 / 8233A(CE) chipset
and installed 5.0 Release on it.
everything works ok except for the sound. the onboard chip is
AC97 codec with 6 channel (Realtek ALC650).
when booting with the generic kernel, the kernel sees this device as:
Multimedia device found, no driver attached.
Is this device supported, as there is no refference for it in the
hardware list and if it can be made to work with FreeBSD 5.0,
what should i do?

Thanks in advance


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Installing Stripped System

2003-01-23 Thread Jens Haeusser
I'd like to install a system lacking some of the binaries you can specify as
make.conf knobs, such as

NO_I4B= true
NO_IPFILTER= true
NOGAMES= true
NOUUCP= true
NO_SENDMAIL= true

Even when I install a minimal system from an install CD (just bin), and then
cvsup and make world with the above in /etc/make.conf , the original binary
files are still around. I can remove them manually by going into the various
directories (/bin, /sbin, /usr/bin, /usr/sbin, /usr/libexec) and removing
any files older than my installworld date, but that still leaves crud in
/usr/share, etc. 

Is there a better way to either do a stripped install, or to remove the
files programmatically? Using a simple command like find / \! -mtime 1
-print also finds files in /usr/include, /usr/share/man, etc. that I don't
want to remove.

Jens Haeusser
Network Manager
Zoology, UBC


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Reboot...

2003-01-23 Thread Ian Watkinson
On Wed, 2003-01-22 at 19:58, John Bleichert wrote:
 On Wed, 22 Jan 2003, Wuzhen Zhang wrote:
  Subject: Reboot...
  
  Dear Sir,
  
  My computer came with win98. I intalled FreeBSD on the

snip

 yet when I tried to install
  win98, My computer did not allow me to reboot with
  win98 startup disk? Can you help me out?
  
  Sincerely,
  
  Wuzhen Zhang
  
 
 Exactly what error are you getting while trying to boot from the Win98 
 disk?

This computer has taste when it comes Operating Systems

:-)
-- 

Ian Watkinson


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



What is the difference between ports for STABLE and CURRENT?

2003-01-23 Thread Jonathon McKitrick

Hi all,

I was just reading the announcement about OpenOffice packages being released
for 4.7 and 5.0.  What are the differences between ports for these two
releases?  In general, how is a port for the CURRENT branch different from a
port for  STABLE?

thanks in advance for answers

NOTE: Please CC me, as I am not currently subscribed.  Thanks.

jm
-- 
My other computer is your windows box.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Vim+Mutt+Backspace

2003-01-23 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-23 00:16:00 -0800:
 FreeBSD 4.7
 Mutt 1.4i (2002-05-29)
 Vim 6.1.271
 
 Anyways, when I run vim from the command line, if I'm in insert mode and I
 hit the backspace key it acts normally.  IE: It erases the character to the
 left of the cursor.
 
 However, when I'm editing an email to send (as I am right now) when I hit
 the backspace key it instead acts like I hit delete. (Erasing the character
 under the cursor).
 
 Any ideas as to why this might be happening?  It's highly frustrating.

I had the same/similar problem when I started using FreeBSD. The
lack of user-level documentation, silence of
those-who-have-the-answers, all that was really depressing.

That said, I went through my .vimrc, .muttrc, .Xdefaults, and .zsh*
files, and /usr/share/misc/termcap, and all I could find was

XTerm.backspacekey: ^H
XTerm.deletekey: ^?

in my .Xdefaults; the ^H and ^? are literal characters, IOW, real
backspace and delete.

I had this problem some time ago: rxvt (or was it vim?) started from
my window manager's menu (which was then blackbox) behaved properly,
while if started through bbkeys (an app that handles keyboard
shortcuts in blackbox) I couldn't get backspace/delete behave. The
difference was in the way these two programs launched it. I don't
remember what I did to address it, perhaps the author of bbkeys
changed the code...

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



cannot access USB CD drive

2003-01-23 Thread Richard
hi

i am having problems accessing a usb cd writer, i have the following kernel
options configured:

devicescbus
deviceda
devicepass
devicesa
deviceusb
device umass

here is what i get in dmesg:

umass0:  Freecom USB-2 drive, addr 2
pass0 at umass-sim0 bus 0 target 0 lun 0
pass0:   RW---   Removable CD-ROM SCSI-0 device
pass0:  650kb/s transfers



and that is all. it doesn't seem to assign the cd drive to a device i can
access. can anyone help?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: FreeBSD 5.0-RELEASE disabling ssh access

2003-01-23 Thread Unix Tools
Hi,
Add the line /sbin/nologin to /etc/shells

Cheers

- Original Message -
From: Mantas Kriauciunas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 23, 2003 10:09 AM
Subject: FreeBSD 5.0-RELEASE  disabling ssh access


 Heya!
 ermmm... I just Installed 5.0-RELEASE two days ago and i have a question
about adduser.
 i am using adduser to add users. on my 4.5 machine i was able to choose,
to let users use ssh access or don't let them use by adding shell: no , what
i found in 5.0 that there is no such choise, only this:
 Shell (sh csh tcsh bash) [sh]: /sbin/nologin
 adduser: ERROR: Invalid shell selection. Using default shell /bin/sh.

 so how to disable ssh access for the user? i looked in /etc/passwd , some
accounts have /sbin/nologin but i wasn't able to do old stile like 4.5 used
to let me do. so how should i fix this one?
 Thanks for your replies!
 mNTkz

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



problems configuring ipfw via raw sockets

2003-01-23 Thread Alex
Hi ppl!

I need to use direct access to ipfw rules via raw sockets instead of 
some scripts using ipfw utility.

I  looked into ipfw sources and made a simple program to test if I could 
add a simple rule this way.
Just rewrote pieces of original code into my program w/out any serious 
change.

But setsockopt() always return EINVAL and string msg Invalid argument.
And no details. Hence I'm in a fix. Icannot get what's wrong indeed.
It's my first experience with configuring ipfw this way and maybe I 
missed something obvious for a guru :0)

Here I place my code (short anough).
Any advice would be appritiated.
Maybe some links to some docs - I failed to find anything but a very 
short info in manpages.

#includestdlib.h
#includesys/types.h
#includesys/socket.h
#includesys/queue.h
#includenetinet/in.h
#includenetinet/ip_fw.h
#includearpa/inet.h
#includenetdb.h
#includeerrno.h

inttest(void)

{
int sock,res,sz;
struct ip_fw  rule;

sock = socket(AF_INET,SOCK_RAW,IPPROTO_RAW);
if (sock==-1) {printf(\n\nsoket() failed with 
\%s\\n\n,strerror(errno)); return -1;};


memset(rule,0,sizeof(struct ip_fw));

rule.fw_number = 700;
rule.fw_flg = IP_FW_F_DENY;
rule.fw_src.s_addr = inet_addr(195.48.121.34);
rule.fw_smsk.s_addr = inet_addr(255.255.255.255);
rule.fw_dst.s_addr = inet_addr(127.0.0.0);
rule.fw_dmsk.s_addr = inet_addr(255.0.0.0);

rule.fw_prot = IPPROTO_IP;

sz = sizeof(struct ip_fw);
res = setsockopt(sock,IPPROTO_IP,IP_FW_ADD,rule,sz);
if (res==-1) {printf(\n\nsetsockopt() failed with 
\%s\\n\n,strerror(errno)); return -1;};

return 0;
};


intmain(void)

{
test();
return 0;
};


Alexander Komratov


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


starting x at a high priority

2003-01-23 Thread Ian Morrison
hey fellows,

i'm trying to tune my laptop here (IBM T22 running 4.7-STABLE with X
4.2.1) and had heard that upping the priority would help increase
responsiveness under X.

because i use startx from a console when i want to use X, and don't
use XDM, i've been trying to work out which script to modify in order
to startx with a priority of -1, but without starting as root.

i've had a couple of failed attempts, so thought i'd ask here to see
if anyone had any clues.

also, does anyone have any other performance tips for a laptop?  i've 
got 256 meg of ram, so was wondering if putting /tmp on a mfs would   
help..  i've had a look through the tuning(7) manpage, and some other
docs, but they mostly seem to talk about tuning for a busy network
server.  is tuning actually possible for a workstation (ie, is FreeBSD
already optimised for these types of machines), and does it offer a
substantial difference?  i'm currently using the machine for general
tasks, web browsing with galeon, viewing media in mplayer, and 
endlessly compiling to feed my portupgrade fetish :)

any tips would be gratefully received.

stay frosty,


ian
-- 
:: darq.net /#/ :: live to kourier, kourier to live

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Cannot kill truss process

2003-01-23 Thread Fernando Gleiser
 Accoding to ps, the truss process is in disk wait (D),
 but all disks are working perfectly fine, including the
 NFS-mounted filesystems.

 The process that had been trussed (jws) doesn't run any-
 more (I had to kill it, using SIGKILL, I think).

Welcome to NFS hell. That's why you should mount nfs-based filesystems
with the -o intr flag. Are you sure you don't have any problem with
the NFS filesystems?


 Does anyone happen to have an idea how to get rid of the
 truss process?  I cannot reboot this machine.

Check the NFS filesystems. If they are fine, you shouldn't have problems
killing it.


Fer


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: recover overwritten file

2003-01-23 Thread george donnelly
[talon commented on 1/22/03 11:48 PM]

 -
 Iv been there :)
 
 This probably sounds stupid but i do it ...
 
 file name /bin/rmx
 
 #/bin/sh
 cp $1 /tmp/`$1`
 rm -r $1
 
 I call it the recycle bin LoL

Thanks for everyone's comments. I got mighty lucky as I had a 5 minute old
copy of the file hanging around on another disk. And as someone mentioned, I
did learn a very important lesson. Wow.

btw I think your recycle bin is a good idea and am going to implement it.

--
george donnelly - http://zettai.net/ - We Love Newbies :)
Zope Hosting - Dynamic Website Design - Search Engine Promotion
Yahoo, AIM: zettainet - ICQ: 51907738 - e:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



/dev/cdrm symlink?

2003-01-23 Thread stan
I'm tryijng to get grip woring on my laptop runing 4.6 STABLE from a while
back. When I fire it up it complains about not being able to init
/dev/cdrom, which makes lot's of sense as no such device exists. I suspect
I need to create a sym link for it. Question is, from what? dmesg reports:

acd0: CDROM CD-ROM CDR_U240 at ata1-master PIO4

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: recover overwritten file

2003-01-23 Thread Tillman
On Thu, Jan 23, 2003 at 08:27:05AM -0500, george donnelly wrote:
 [talon commented on 1/22/03 11:48 PM]
  -
  Iv been there :)
  
  This probably sounds stupid but i do it ...
  
  file name /bin/rmx
  
  #/bin/sh
  cp $1 /tmp/`$1`
  rm -r $1
  
  I call it the recycle bin LoL
 
 Thanks for everyone's comments. I got mighty lucky as I had a 5 minute old
 copy of the file hanging around on another disk. And as someone mentioned, I
 did learn a very important lesson. Wow.
 
 btw I think your recycle bin is a good idea and am going to implement it.

You might want to look at the Removing Files chapter of _Unix Power
Tools_ (published by O'Reilly). In the 2nd edition there is a discussion
on thsi topic on page 404, and I believe the 3rd edition has it as well.
The example given there is an alias instead of a script: 'alias del mv
\!* ~/trash'. A cron job to empty that directory periodically is
recommended.

There's a couple of problems with the idea which are mentioned in the
text. Aside from the technical problems, though, I'd be leery of
training myself to think of deletion as something safe enough to do
without considering the consequences :-)

-T

-- 
A world is supported by four things:  the teaming of the wise, the justice of 
the great, the prayers of the righteous, and the valor of the brave.  But all 
of these are as nothing without a ruler who knows the art of ruling.
- Prince Raphael Corrino, Discourses on Galactic Leadership

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Cannot kill truss process

2003-01-23 Thread Oliver Fromme
Fernando Gleiser [EMAIL PROTECTED] wrote:
   Accoding to ps, the truss process is in disk wait (D),
   but all disks are working perfectly fine, including the
   NFS-mounted filesystems.
  
   The process that had been trussed (jws) doesn't run any-
   more (I had to kill it, using SIGKILL, I think).
  
  Welcome to NFS hell. That's why you should mount nfs-based filesystems
  with the -o intr flag.

Are you saying that the problem would not have occured if I
had mounted the filesystems with -o intr?

It was my understanding that the -o intr only made a
difference when the NFS server ist not responding.
That's not the case here.

  Are you sure you don't have any problem with
  the NFS filesystems?

Yes, I am sure.

   Does anyone happen to have an idea how to get rid of the
   truss process?  I cannot reboot this machine.
  
  Check the NFS filesystems. If they are fine, you shouldn't have problems
  killing it.

They _are_ fine.  They are served from a cluster of NetApp
filers over gigabit ethernet.  I'm working on them all day
long, and so do a bunch of co-workers, not to mention
several production services.  Everything is perfectly fine,
_except_ for that truss process.  I'm hesitant to try it
again, because I fear it'll leave more of those processes.

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: New to FreeBSD

2003-01-23 Thread Dan Pelleg
JCBotha [EMAIL PROTECTED] writes:

 Dear Sir
 
 I am new to this operating system and became interested when I started to
 look at a solution for a network set-up. I do not know if I will be able to
 master this OS because I grew up with Windows and know nothing about UNIX OS
 systems. With windows I at least can help myself and find my way around.
 


While FreeBSD has some very good online documents, for learning the basics
I would go for a book. There's a short list at the bottom of:

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

of which I can personally recommend Absolute BSD. There is also FreeBSD
unleashed which I had no chance to look at. It seems people are happy
with it, at least the people who typically post responses to which FreeBSD
book should I buy? questions.

[BTW, would one of the satisfied readers of FreeBSD unleashed care to
send a PR to update the page above with a link to it? I feel uncomfortable
doing that has I haven't read it]


-- 

  Dan Pelleg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: ISO IMAGES 5.0

2003-01-23 Thread Toni Schmidbauer
On Wed, Jan 22, 2003 at 03:44:01PM -0800, Thomas Marshall wrote:
 I have downloaded your new iso images for FreeBSD
 5.0-release twice from two different mirrors. The

how did you download the image?

toni
-- 
Terror ist der Krieg der Armen,   | [EMAIL PROTECTED]
Krieg ist der Terror der Reichen. | Toni Schmidbauer
- Sir Peter Ustinov   |



msg16463/pgp0.pgp
Description: PGP signature


Re: syslogd stops logging

2003-01-23 Thread Toni Schmidbauer
On Wed, Jan 22, 2003 at 03:44:44PM -0500, Dan Langille wrote:
 Yesteryday, killing and restarting syslogd solved the issue.  But I'd 
 rather investigate this before I do that today.  Ideas?

this usually happens if you rotate (cp messages message.$DATE
 cp /dev/null messages) a file syslog has open, without
restarting syslogd. are there any custom rotate scripts running?

toni
-- 
Terror ist der Krieg der Armen,   | [EMAIL PROTECTED]
Krieg ist der Terror der Reichen. | Toni Schmidbauer
- Sir Peter Ustinov   |



msg16464/pgp0.pgp
Description: PGP signature


Any working combination of jdk and tomcat with stable

2003-01-23 Thread Fritz Heinrichmeyer

Tomcat4.0.6 and tomcat4.1.18 do not work here with 4.7-STABLE, 4.1.12
did some month ago (stand alone server). I am interested to hear of working 
combination. I use native jdk-1.3.1 (appletviewer works ...)

-- 
Fritz Heinrichmeyer mailto:[EMAIL PROTECTED]
FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany)
tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: user managing adding , diskquota, maxproc

2003-01-23 Thread Toni Schmidbauer
On Tue, Jan 21, 2003 at 07:23:15PM -0600, Mantas Kriauciunas wrote:
 Can anyone point me to some great websites where I can find documentation on 
managing users? I want to set diskquota on them, then processes and other stuff. Make 
few groups that have different quotas and maximum processes running. well I guess you 
understood me. So if anyone knows good ones I.ll be glad to visit and read them. 
Thanks!

http://www.freebsddiary.org/quotas.php
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/users.html

toni
-- 
Terror ist der Krieg der Armen,   | [EMAIL PROTECTED]
Krieg ist der Terror der Reichen. | Toni Schmidbauer
- Sir Peter Ustinov   |



msg16466/pgp0.pgp
Description: PGP signature


Re: New to FreeBSD

2003-01-23 Thread Didier Wiroth
Dan Pelleg wrote:


JCBotha [EMAIL PROTECTED] writes:

 

Dear Sir

I am new to this operating system and became interested when I started to
look at a solution for a network set-up. I do not know if I will be able to
master this OS because I grew up with Windows and know nothing about UNIX OS
systems. With windows I at least can help myself and find my way around.

   

Hi,
I started a few month ago, and I honestly don't regret my decision! 
FreeBSD is great! For your information, I knew nothing abut UNIX OSes two!
Do yourself a favour, try it!

I had no *NIX OS knowledge at all, I thought I would start with Linux 
but I honestly gave up! What I didn't like about it is that every single 
Distribution had it's own directory structure and startup scripts etc! 
When I was posting questions at a mailing List I received answers 
covering Red hat or other  distribution and that was confusing for me as 
a beginner!

FreeBSD is well structured and it is explained why and where to find 
what! Very very very important! You will see.. :-))

I would recommand the following books in order of preference:
1a) The FreeBSD Handbook - if your are not sure about choosing FreeBSD 
or not first  have a look at the online version of the book (see the 
link below)
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
2) Unix Power Tools 3rd editions (which was revised and covers FreeBSD, 
it will give you Unix base knowledge)
3) FreeBSD Unleashed (it is really good book, and covers a little bit of 
everything)
4) Absolute BSD (it is a really great book but may be to difficult as a 
starter)

Good luck! Simply give it a try, you will see after some training and 
reading you will fall love it!
Didier


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


mutt + filters

2003-01-23 Thread bryan cassidy
I am using FreeBSD 4.7-Stable, and want to switch back
to mutt. The only reason I stopped using mutt is
because I couldn't figure out how to setup the filters
so I installed sylpheed with no problems. I'm getting
kinda tired of sylpheed and want to switch back to
mutt. I really like using mutt but i NEED my filters.
I'm not going to even install mutt this second unless
I find a doc on how to do it on freebsd or someone
tells me EXACTLY how they did it (don't want to waste
my time) If someone could please tell me how to do
this I would really appreciate it very much. I know
it's alot to ask  but I just can't figure it out :-(
lol. Please Cc: [EMAIL PROTECTED] so I will get your
replies (haven't got an e-mail client installed right
now) Thanks in advance.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mutt + filters

2003-01-23 Thread Andrew Y Ng
i use spamassassins for spam filtering, i update my sa to their CVS daily,
for more filtering I, like most ppl, use procmail. and i use mutt locally and
evolution with IMAP remotely. mutt can do IMAP as well now. I also have
squirrelmail setup with IMAP for web-based mail access, my squirrelmail is
also sync'ed with their CVS daily.

i let procmail do the filtering coz i dont use Mutt to check my mails all the
times...

/ayn

On  0, bryan cassidy [EMAIL PROTECTED] wrote:
 I am using FreeBSD 4.7-Stable, and want to switch back
 to mutt. The only reason I stopped using mutt is
 because I couldn't figure out how to setup the filters
 so I installed sylpheed with no problems. I'm getting
 kinda tired of sylpheed and want to switch back to
 mutt. I really like using mutt but i NEED my filters.
 I'm not going to even install mutt this second unless
 I find a doc on how to do it on freebsd or someone
 tells me EXACTLY how they did it (don't want to waste
 my time) If someone could please tell me how to do
 this I would really appreciate it very much. I know
 it's alot to ask  but I just can't figure it out :-(
 lol. Please Cc: [EMAIL PROTECTED] so I will get your
 replies (haven't got an e-mail client installed right
 now) Thanks in advance.
 
 __
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
 http://mailplus.yahoo.com
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
andrew y ng  [EMAIL PROTECTED]  http://andrewng.com
independent computer consultants http://aynassociates.com




msg16469/pgp0.pgp
Description: PGP signature


Re: Cannot kill truss process

2003-01-23 Thread Oliver Fromme
Dan Nelson [EMAIL PROTECTED] wrote:
  In the last episode (Jan 23), Oliver Fromme said:
   I've got a problem on a 4.7-RELEASE machine.  I tried using
   /usr/bin/truss on a process (which was running in a chroot
   environment, which in turn is on an NFS-mounted filesystem,
   if that matters).  But now I cannot kill the truss process
   itself anymore, it's hanging there for a few days already.
   :-(
   
   # ps -uwwp 65275
   1011 65275  0.0  0.0   268  136  pd- D 3:05PM   0:00.00 truss jws -2 (jws)
  
  Do a ps axlp 65275; what's the WCHAN column say?

It says stopev:

# ps lwwp 65275
  UID   PID  PPID CPU PRI NI   VSZ  RSS WCHAN  STAT  TT   TIME COMMAND
 1011 65275 1   0  10  0   268  136 stopev D pd-   0:00.00 truss jws -2 (jws)

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: spam relay

2003-01-23 Thread Andrew Y Ng
i had a similar problem with my open relay (setup for the convenience of my
own users) back in college. here was what i did:

* FEATURE(access_db, hash -o /etc/mail/access)
* FEATURE(rbl)

I'm sure it's pretty outdated, so I went to sendmail.org and found:

anti-relaying page:
http://www.sendmail.org/tips/relaying.html

anti-spam cfg control:
http://www.sendmail.org/m4/anti_spam.html

hope this helps!

/ayn

On  0, Jan Voelker [EMAIL PROTECTED] wrote:
 All,
 
 I think this is more freebsd related than just sendmail, but please forgive
 if I'm wrong,
 
 I have a server with virtual hosts  using freebsd 4.0 and sendmail 8.9.3
 
 and find the server domain user mail flooded with messages , definitely
 spam messages,
 
 that appear to be relayed by [EMAIL PROTECTED]
 
 I put [EMAIL PROTECTED] 550 in /etc/mail/access and did makemap,
 
 and this stops the emails. I'm not comfortable doing this even though it
 works because as you can see,
 
 I have a general idea what I want to do but, really dont know proper way to
 handle this.
 
 any advise would be great!
 
 thanks
 
 Jan
  
 Jan
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
andrew y ng  [EMAIL PROTECTED]  http://andrewng.com
independent computer consultants http://aynassociates.com




msg16471/pgp0.pgp
Description: PGP signature


Native Java in FreeBSD when?

2003-01-23 Thread Craig Calef
FreeBSD Team,
I was excited to hear the announcement of a native FreeBSD
implementation of Sun's JVM.  This would finally let me get rid of Linux
in situations where I need to deploy a Java based solution or have to
worry about the quirks of running under Linux emu or rolling my own from
source.  Unfortunately I haven't seen any news as to when this will be
made available beyond the 'should be available in 4.5 Jan 2002' which
doesn't appear to be the case.  Is Greg still actively developing this, I
haven't seen any announcements of patches past November.  Any information
you could provide me would be wonderful.

Best Wishes,
Craig Calef


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Vim+Mutt+Backspace

2003-01-23 Thread Nathan Kinkade
On Thu, Jan 23, 2003 at 12:26:53PM +0100, Roman Neuhauser wrote:
snip
 I had this problem some time ago: rxvt (or was it vim?) started from
 my window manager's menu (which was then blackbox) behaved properly,
 while if started through bbkeys (an app that handles keyboard
 shortcuts in blackbox) I couldn't get backspace/delete behave. The
 difference was in the way these two programs launched it. I don't
 remember what I did to address it, perhaps the author of bbkeys

If it was with rxvt that you were having the problem, were you launching
it with the ``--backspacekey ^H'' option?  I've been using blackbox
w/bbkeys for some time now and I have no problem with the backspace key
even when I launch rxvt using bbkeys - although I do have to add the
above mentioned option.

Nathan

-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc



msg16473/pgp0.pgp
Description: PGP signature


Re: /dev/cdrm symlink?

2003-01-23 Thread Nathan Kinkade
On Thu, Jan 23, 2003 at 08:49:39AM -0500, stan wrote:
 I'm tryijng to get grip woring on my laptop runing 4.6 STABLE from a while
 back. When I fire it up it complains about not being able to init
 /dev/cdrom, which makes lot's of sense as no such device exists. I suspect
 I need to create a sym link for it. Question is, from what? dmesg reports:
 
 acd0: CDROM CD-ROM CDR_U240 at ata1-master PIO4
 

man ln(1)

# ln -s /dev/acd0c /dev/cdrom

Nathan

-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc



msg16474/pgp0.pgp
Description: PGP signature


Re: Cannot kill truss process

2003-01-23 Thread Oliver Fromme
Dan Nelson [EMAIL PROTECTED] wrote:
  In the last episode (Jan 23), Oliver Fromme said:
   Dan Nelson [EMAIL PROTECTED] wrote:
 In the last episode (Jan 23), Oliver Fromme said:
  I've got a problem on a 4.7-RELEASE machine.  I tried using
  /usr/bin/truss on a process (which was running in a chroot
  environment, which in turn is on an NFS-mounted filesystem,
  if that matters).  But now I cannot kill the truss process
  itself anymore, it's hanging there for a few days already.
 
 Do a ps axlp 65275; what's the WCHAN column say?
   
   It says stopev:
   
   # ps lwwp 65275
 UID   PID  PPID CPU PRI NI   VSZ  RSS WCHAN  STAT  TT   TIME COMMAND
1011 65275 1   0  10  0   268  136 stopev D pd-   0:00.00 truss jws -
  
  That looks like truss was being trussed :)  I thought stopevent was
  what traced processes stopped at while the tracing process was working
  on them.  Try running truss -p 65275 and see if it frees up. 

# truss -p 65275
SIGNAL 9
SIGNAL 9
process exit, rval = 9
Killed
# ps lwwp 65275
  UID   PID  PPID CPU PRI NI   VSZ  RSS WCHAN  STAT  TT   TIME COMMAND
# 

Hooray!  Thanks a bunch!  :)

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH  Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

All that we see or seem is just a dream within a dream (E. A. Poe)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Vim+Mutt+Backspace

2003-01-23 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-23 07:48:24 -0800:
 On Thu, Jan 23, 2003 at 12:26:53PM +0100, Roman Neuhauser wrote:
 snip
  I had this problem some time ago: rxvt (or was it vim?) started from
  my window manager's menu (which was then blackbox) behaved properly,
  while if started through bbkeys (an app that handles keyboard
  shortcuts in blackbox) I couldn't get backspace/delete behave. The
  difference was in the way these two programs launched it. I don't
  remember what I did to address it, perhaps the author of bbkeys
 
 If it was with rxvt that you were having the problem, were you launching
 it with the ``--backspacekey ^H'' option?  I've been using blackbox
 w/bbkeys for some time now and I have no problem with the backspace key
 even when I launch rxvt using bbkeys - although I do have to add the
 above mentioned option.

yes and no. it was rxvt, and I wasn't launching it with that option.
I don't have that problem anymore, but it's been more than a year
ago, and too many factors changed since then, so I can't tell what
is the difference.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Native Java in FreeBSD when?

2003-01-23 Thread Matthew Seaman
On Thu, Jan 23, 2003 at 07:29:56AM -0800, Craig Calef wrote:
   I was excited to hear the announcement of a native FreeBSD
 implementation of Sun's JVM.  This would finally let me get rid of Linux
 in situations where I need to deploy a Java based solution or have to
 worry about the quirks of running under Linux emu or rolling my own from
 source.  Unfortunately I haven't seen any news as to when this will be
 made available beyond the 'should be available in 4.5 Jan 2002' which
 doesn't appear to be the case.  Is Greg still actively developing this, I
 haven't seen any announcements of patches past November.  Any information
 you could provide me would be wonderful.

It's available right now:

% java -version
java version 1.3.1-p7
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p7-root-021102-09:14)
Classic VM (build 1.3.1-p7-root-021102-09:14, green threads, nojit)

However:

i) Sun's licencing terms mean that the FreeBSD project can't
redistribute a pre-compiled (pkg) version of the JDK.  That means
you're going to have to download the source and build it yourself.

ii) Sun's licensing terms mean that you can't just automatically
pull down the source code from an FTP site or a web server: you
have to jump through various hoops and click on various buttons to
agree that you will abide by their terms when you download the
sources.  The Makefile for the java/jdk13 port explains exactly
what to do.

iii) Similarly, you've got to click on various buttons in order to
download a bundle of patches to make the source code compile on
FreeBSD.

iv) To compile the JDK, you need to have a JDK already installed.
By default the jdk13 port will install one of the linux JDKs to
get you going.  Once you've built and installed the native JDK you
can uninstall the linux JDK and use NATIVE_BOOTSTRAP=yes in order
to do further updates.

v) Only jdk-1.3.1 is available as a native version yet.  Efforts
to port jdk-1.4.x are under way: see the freebsd-java@ list if you
would like more info.

I never did understand why the Linuxers could redistribute a
pre-compiled JDK, and the FreeBSD project can't.

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: sound on motherboard GA-7VR

2003-01-23 Thread John Bleichert
On Thu, 23 Jan 2003, Martin Tsanov wrote:
 
 hello,
 
 I have a GA-7VR motherboard with VIA KT333 / 8233A(CE) chipset
 and installed 5.0 Release on it.
 everything works ok except for the sound. the onboard chip is
 AC97 codec with 6 channel (Realtek ALC650).
 when booting with the generic kernel, the kernel sees this device as:
 Multimedia device found, no driver attached.
 Is this device supported, as there is no refference for it in the
 hardware list and if it can be made to work with FreeBSD 5.0,
 what should i do?
 
 Thanks in advance
 
 

The AC97 should be supported, however GENERIC does not contain support for 
sound. This page will help you (you'll need to roll your own kernel):

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

HTH - JB

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: back up Win2k workstations?

2003-01-23 Thread Stephen Hilton
On Thu, 23 Jan 2003 05:41:07 + (GMT)
[EMAIL PROTECTED] (P. U. Kruppa) wrote:

 Hi,
 
 I am looking for a concept to back up some Win2k workstations on
 a FreeBSD machine. Can this be done and how?
 

Setup a Samba server on the FreeBSD box, then use the native 
windows backup tools to backup to the Samba share. Archive 
backups on the FreeBSD/Samba machine to tape/CDRW etc... with 
tar. If file compression is enabled in the windows backup 
utility then avoid using compression in your tar command as 
you will waste a lot of CPU power for very little compression.

Regards,

Stephen Hilton
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installing Stripped System

2003-01-23 Thread Anti
On Thu, 23 Jan 2003 01:56:51 -0800
Jens Haeusser [EMAIL PROTECTED] wrote:

 I'd like to install a system lacking some of the binaries you can specify as
 make.conf knobs, such as
 
 NO_I4B= true
 NO_IPFILTER= true
 NOGAMES= true
 NOUUCP= true
 NO_SENDMAIL= true
 
 Even when I install a minimal system from an install CD (just bin), and then
 cvsup and make world with the above in /etc/make.conf , the original binary
 files are still around. I can remove them manually by going into the various
 directories (/bin, /sbin, /usr/bin, /usr/sbin, /usr/libexec) and removing
 any files older than my installworld date, but that still leaves crud in
 /usr/share, etc. 
 
 Is there a better way to either do a stripped install, or to remove the
 files programmatically? Using a simple command like find / \! -mtime 1
 -print also finds files in /usr/include, /usr/share/man, etc. that I don't
 want to remove.


install into a different DESTDIR and use diff to find the differences...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: What is the difference between ports for STABLE and CURRENT?

2003-01-23 Thread Matthew Seaman
On Thu, Jan 23, 2003 at 11:22:36AM +, Jonathon McKitrick wrote:

 I was just reading the announcement about OpenOffice packages being released
 for 4.7 and 5.0.  What are the differences between ports for these two
 releases?  In general, how is a port for the CURRENT branch different from a
 port for  STABLE?

It's not just OpenOffice --- every pkg on the FreeBSD site that
includes binaries has to be recompiled in order to run using the 5.x
shlibs.  You can install the COMPAT4X libraries on your 5.0 box so
that all your old 4.x ports carry on working, but anything new is
going to be linked against libc.so.5 and that's a different and
incompatible application binary interface to libc.so.4.

Other than that, the major difference I can see between the 5.0
OpenOffice pkg and the 4.x one is that under 5.0 the default C
compiler (based on gcc-3.2.1) will compile OpenOffice, whereas under
4.x you've got to install the gcc32 port in order to do that.

Most of the differences between 5.0 packages and 4.x packages are down
to the change in the system compiler: gcc-3.2.1 is much more standards
compiliant and much stricter when compiling c++ --- that has led to
some hundreds of ports needing remedial attention before they will
compile under 5.0.  Also the removal of perl from the base system
means that a large number of port Makefiles need to be modified to use
$(REINPLACE_CMD) rather than $(PERL).  That's mostly been done, but
there are some stragglers still be dealt with.

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: What is the difference between ports for STABLE and CURRENT?

2003-01-23 Thread Jonathon McKitrick

Thanks Matthew.  Great info in your answer.

NOTE: Please CC me, as I am not currently subscribed.  Thanks.

jm
-- 
My other computer is your windows box.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: spam relay

2003-01-23 Thread Kenzo
I'm not familiar with sendmail but It doesn't look like a freebsd issue to
me.
Make sure that you're not being used for relay and you should setup some
black list rules.
I use postfix and it's pretty easy to setup the rules once you understand
how it works.
This is the link to make sure that you're not being used by spammers
http://members.iinet.net.au/~remmie/relay/

check out this link to see what you can do stop spam.

http://imgate.meiway.com/index.cfm

It talks about using it with Imail, but you can use it with anything.
the program works great. I've been using it for couple of months and stopped
over 3000 spam e-mails.



- Original Message -
From: Ben Williams [EMAIL PROTECTED]
To: Jan Voelker [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, January 22, 2003 7:15 PM
Subject: Re: spam relay


 www.sendmail.org could be a good starting point if you're using
 sendmail.

 I can't be more specific than that right now because I don't
 know what your target mail scheme is and I don't know if you want to
 stay with sendmail or try another mta such as exim or postfix.

 You might also want to look at ports/mail/rblcheck or somethign
 similar to help control who your server listens to.

 --
 Ben W.

 Wednesday, January 22, 2003, 7:47:36 PM, you wrote:

 JV All,

 JV I think this is more freebsd related than just sendmail, but please
forgive
 JV if I'm wrong,

 JV I have a server with virtual hosts  using freebsd 4.0 and sendmail
8.9.3

 JV and find the server domain user mail flooded with messages ,
definitely
 JV spam messages,

 JV that appear to be relayed by [EMAIL PROTECTED]

 JV I put [EMAIL PROTECTED] 550 in /etc/mail/access and did
makemap,

 JV and this stops the emails. I'm not comfortable doing this even though
it
 JV works because as you can see,

 JV I have a general idea what I want to do but, really dont know proper
way to
 JV handle this.

 JV any advise would be great!

 JV thanks

 JV Jan

 JV Jan

 JV To Unsubscribe: send mail to [EMAIL PROTECTED]
 JV with unsubscribe freebsd-questions in the body of the message


 --
 Benmailto:[EMAIL PROTECTED]


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



getaddrinfo problems with gkrellm

2003-01-23 Thread Louis LeBlanc
Hey folks.  I have a wierd question here regarding getaddrinfo().

I recently installed gkrellm2 from the ports, and found that it was
misbehaving with remote email checks.  It had no problems when being
run on the local machine running the mail server, but from work, it
seemed to just do nothing.

Well, naturally I went to the source.  Well, one of the authors,
anyway.  Bill Wilson was very helpful.  After I helped him narrow down
the problem, he sent me the following links:

http://sources.redhat.com/ml/bug-glibc/2002-04/msg00210.html
http://list-archive.xemacs.org/xemacs-beta/27/msg00380.html

I know they seem to be more related to Linux, but they also seem to
apply here.  He provided a patch that basically undefined the
HAVE_GETADDRINFO precompiler macro.  This fixed the problem.

The reason I'm posting it here, is it appears this may be some obscure
problem in glibc, and I'm wondering if anyone else has any insight in
this problem.  I looked at GETADDRINFO(3) and it seems to imply that
the gkrellm2 behavior is correct, but it still doesn't work.

Anyone have any insight to this?  Is it really a problem with glib, or
is this something that should just be ignored for now?

Sorry if this is the wrong venue for this question, If it belongs
elsewhere, please let me know.

Thanks
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

Understanding is always the understanding of a smaller problem
in relation to a bigger problem.
-- P.D. Ouspensky

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Upload question

2003-01-23 Thread Kenzo
You can use sharity-light from your bsd box.
It's in the ports, /usr/ports/net/sharity-light.
basically it's the opposite of samba.
You connect to your windows box and you can do whatever.
here is a link to a how to on it.
http://www.onlamp.com/lpt/a/288



- Original Message -
From: Ben Williams [EMAIL PROTECTED]
To: shen chao [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, January 22, 2003 7:28 PM
Subject: Re: Upload question


 You could enable ftp or (better from a security standpoint) use
 SecureCoPy (scp) part of ssh. A free win32 ssh you might like is
 putty.

 Wednesday, January 22, 2003, 8:21:42 PM, you wrote:

 sc Hi:

 sc Does anyone know how to upload the files from my windows os to the
freebsd
 sc box.Just like the Zmodem.

 sc Thanks

 sc Shen Chao




 sc _
 sc STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
 sc http://join.msn.com/?page=features/junkmail


 sc To Unsubscribe: send mail to [EMAIL PROTECTED]
 sc with unsubscribe freebsd-questions in the body of the message


 --
 Benmailto:[EMAIL PROTECTED]


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



cupsaddsmb and FreeBSD

2003-01-23 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm having difficulty getting cupsaddsmb to export my printer drivers to Samba 
(installed from packages). The log goes something like this:

su-2.05b# cupsaddsmb -v -U root hpdj3820
Password for root required to access localhost via SAMBA:
[snip]
Running command: rpcclient localhost -N -U'root%root' -c 'adddriver Windows 
NT x86 
hpdj3820:ADOBEPS5.DLL:hpdj3820.PPD:ADOBEPSU.DLL:ADOBEPSU.HLP:NULL:RAW:NULL'
cmd = adddriver Windows NT x86 
hpdj3820:ADOBEPS5.DLL:hpdj3820.PPD:ADOBEPSU.DLL:ADOBEPSU.HLP:NULL:RAW:NULL
result was NT_STATUS_UNSUCCESSFUL

Running command: rpcclient localhost -N -U'root%root' -c 'adddriver Windows 
4.0 
hpdj3820:ADOBEPS4.DRV:hpdj3820.PPD:NULL:ADOBEPS4.HLP:PSMON.DLL:RAW:ADFONTS.MFM,DEFPRTR2.PPD,ICONLIB.DLL'
cmd = adddriver Windows 4.0 
hpdj3820:ADOBEPS4.DRV:hpdj3820.PPD:NULL:ADOBEPS4.HLP:PSMON.DLL:RAW:ADFONTS.MFM,DEFPRTR2.PPD,ICONLIB.DLL
result was NT_STATUS_UNSUCCESSFUL

Running command: rpcclient localhost -N -U'root%root' -c 'setdriver hpdj3820 
hpdj3820'
cmd = setdriver hpdj3820 hpdj3820
Succesfully set hpdj3820 to driver hpdj3820.

E.g. the smbclient bit goes fine, just not the rpcclient bit. The [print$] 
section in smb.conf looks like this:

[print$]
  comment = Printer Drivers
  path = /usr/local/etc/drivers
  browseable = yes
  #guest only = yes
  guest ok = no
  read only = yes
  write list = root

Is the path = bit correct for Samba from FreeBSD packages?

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org, http://printing.kde.org, http://usability.kde.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+MCH4F8Iu1zN5WiwRAqP9AKCPpJnF2qYflTOVbx/C8VzO8dgi4ACfWDbb
MHt/hYtihT5zma56BfJ8oZk=
=BFXI
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



download port packages

2003-01-23 Thread Didier Wiroth
Hey,

Is it possible to download the all the packages of the meta port 
/usr/ports/x11/kde? I tried make fetch, that doesn't work or partially, 
because it only fetches qt!

I would like to download all the packages and their dependencies to burn 
it on a cd, and install it on a PC which is not connected to any network!

I don't won't to compile the stuff and I would like kde 3.0.5!
Do I have for example, to cd /usr/ports/games/kde3games and do a make 
fetch etc  for all single package I want?

Thanks
Didier


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: download port packages

2003-01-23 Thread Kevin Golding
Someone, quite probably Didier Wiroth, once wrote:
Is it possible to download the all the packages of the meta port 
/usr/ports/x11/kde? I tried make fetch, that doesn't work or partially, 
because it only fetches qt!

I would like to download all the packages and their dependencies to burn 
it on a cd, and install it on a PC which is not connected to any network!

# make fetch-recursive

This downloads the distfiles for the port and any listed dependencies.

Kevin
-- 
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: download port packages

2003-01-23 Thread Didier Wiroth
Kevin Golding wrote:


Someone, quite probably Didier Wiroth, once wrote:
 

Is it possible to download the all the packages of the meta port 
/usr/ports/x11/kde? I tried make fetch, that doesn't work or partially, 
because it only fetches qt!

I would like to download all the packages and their dependencies to burn 
it on a cd, and install it on a PC which is not connected to any network!
   


# make fetch-recursive

This downloads the distfiles for the port and any listed dependencies.

Kevin
 

Thanks this works!
But I get the following error for fetching kde3 games:

home:/usr/ports/x11/kde3# cvsup 
/home/dda/samples/cvsup/ports-supfileee 
/usr/ports/x11/kde3/Makefilemake fetch-recursive 
=== Fetching all distfiles for kde-3.0.5 and dependencies
 kdegames-3.0.4.tar.bz2 is not in /usr/ports/games/kdegames3/distinfo.
 Either /usr/ports/games/kdegames3/distinfo is out of date, or
 kdegames-3.0.4.tar.bz2 is spelled incorrectly.
*** Error code 1

Stop in /usr/ports/games/kdegames3.
*** Error code 1

Stop in /usr/ports/x11/kde3.
lucifer:/usr/ports/x11/kde3# exit 
exit

Script done on Thu Jan 23 18:24:40 2003


Does someone know what the error is? Does someone else have the problem? 
I've updated my ports collection 15 Minutes ago!
Didier


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: glibc vs BSD libc

2003-01-23 Thread Pavel Cahyna
Hello,

some notes about NetBSD libc:

it supports nsswitch for a long time, see here:
http://netbsd.gw.com/cgi-bin/man-cgi?nsswitch.conf++NetBSD-current

Dynamically loaded NSS modules are not supported.

To David Brownlee: I doubt NetBSD 1.0 binary could run against 
a NetBSD 1.6 libc. They don't care much about binary compatibility. You
could not even run a statically linked 1.0 app without some COMPAT_
option in the kernel, I think.

And, if there are things like funopen(), why do Gnome hackers invent
their own APIs like gnome-vfs? Does somebody actually use funopen()?
Does it really work?

Bye Pavel


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Any working combination of jdk and tomcat with stable

2003-01-23 Thread Ernst de Haan
On Thursday 23 January 2003 15:38, Fritz Heinrichmeyer wrote:
 Tomcat4.0.6 and tomcat4.1.18 do not work here with 4.7-STABLE, 4.1.12
 did some month ago (stand alone server). I am interested to hear of
 working combination. I use native jdk-1.3.1 (appletviewer works ...)

What doesn't work? Both Orion 1.5.2 and Tomcat 4.1.18 work under 4.7-STABLE 
and FreeBSD 5.0-R here...

Ernst

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



The help about the scanner is necessary for me

2003-01-23 Thread Sergey Mushinsky
I shall be grateful to you if you will prompt me, what
modern scanners such as USB work in system FreeBSD 4.7

Preference: firms Mustek, Umax.

Yours faithfully to you
   Sergey Mushinsky

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Native Java in FreeBSD when?

2003-01-23 Thread Lowell Gilbert
Craig Calef [EMAIL PROTECTED] writes:

   I was excited to hear the announcement of a native FreeBSD
 implementation of Sun's JVM.  This would finally let me get rid of Linux
 in situations where I need to deploy a Java based solution or have to
 worry about the quirks of running under Linux emu or rolling my own from
 source.  Unfortunately I haven't seen any news as to when this will be
 made available beyond the 'should be available in 4.5 Jan 2002' which
 doesn't appear to be the case.  Is Greg still actively developing this, I
 haven't seen any announcements of patches past November.  Any information
 you could provide me would be wonderful.

There has been a FreeBSD port for a native JDK since the fall of 2000.

It uses the Linux version to bootstrap itself.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Vim+Mutt+Backspace

2003-01-23 Thread Michael Barrett
That did it.  Any idea why that would be needed for mutt but not for regular
vi?

Thanks a ton for your help.  Wow, it's so nice to be able to use the backspace
when I typo. :)

On Thu, Jan 23, 2003 at 03:02:27PM +0100, Toni Schmidbauer wrote:
 On Thu, Jan 23, 2003 at 12:16:00AM -0800, Michael Barrett wrote:
  Anyways, when I run vim from the command line, if I'm in insert mode and I
  hit the backspace key it acts normally.  IE: It erases the character to the
  left of the cursor.
 
 try these two options in your .vimrc
 
 set t_kb=^H
 fixdel
 
 for ^H you have to press CTRL-V and then hit the backspace key.
 
 toni
 -- 
 Terror ist der Krieg der Armen,   | [EMAIL PROTECTED]
 Krieg ist der Terror der Reichen. | Toni Schmidbauer
 - Sir Peter Ustinov   |



-- 
 
Mike Barrett | I used to read, now I go to raves.
 [EMAIL PROTECTED] | -- Random MUNI Rider, speaking
  www.daboyz.org |to my friend Allison.
 +---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: What is the difference between ports for STABLE and CURRENT?

2003-01-23 Thread Kris Kennaway
On Thu, Jan 23, 2003 at 11:22:36AM +, Jonathon McKitrick wrote:
 
 Hi all,
 
 I was just reading the announcement about OpenOffice packages being released
 for 4.7 and 5.0.  What are the differences between ports for these two
 releases?  In general, how is a port for the CURRENT branch different from a
 port for  STABLE?

Packages are built from the (single) ports collection.  The same port
is compiled for 4.x or 5.x to make the package.  Some ports may behave
slightly differently on 4.x and 5.x (e.g. depending on the perl
package on 5.0, since it was removed from the base OS).

Kris



msg16498/pgp0.pgp
Description: PGP signature


Re: glibc vs BSD libc

2003-01-23 Thread Kris Kennaway
On Thu, Jan 23, 2003 at 06:41:27PM +0100, Pavel Cahyna wrote:

 And, if there are things like funopen(), why do Gnome hackers invent
 their own APIs like gnome-vfs? Does somebody actually use funopen()?
 Does it really work?

They presumably did it because they thought it would be a good idea.
Perhaps they wanted to hide implementation differences between
different OSes.  Either way, the low-level functions in FreeBSD work
just fine.

Kris



msg16499/pgp0.pgp
Description: PGP signature


Re: back up Win2k workstations?

2003-01-23 Thread P. U. Kruppa
On Thu, 23 Jan 2003, Stephen Hilton wrote:

 On Thu, 23 Jan 2003 05:41:07 + (GMT)
 [EMAIL PROTECTED] (P. U. Kruppa) wrote:

  Hi,
 
  I am looking for a concept to back up some Win2k workstations on
  a FreeBSD machine. Can this be done and how?
 

 Setup a Samba server on the FreeBSD box, then use the native
 windows backup tools to backup to the Samba share. Archive
 backups on the FreeBSD/Samba machine to tape/CDRW etc... with
 tar. If file compression is enabled in the windows backup
 utility then avoid using compression in your tar command as
 you will waste a lot of CPU power for very little compression.
This seems to be the simpliest method, because I already have got
a running Samba Server. I can do a backup of C: besides some
files which are locked because they are in use.
Before I try a crash test:
How could I do a restore - assuming the worst case: C: is
completely deleted?
Do I have to boot the Win2k CD-ROM?

Regards,

Uli.


 Regards,

 Stephen Hilton
 [EMAIL PROTECTED]

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


*---*
*Peter Ulrich Kruppa*
*  -  Wuppertal -   *
*  Germany  *
*---*

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Linux Journal Press Releases Linux In the Workplace Under GNU FDL

2003-01-23 Thread John Mark Walker
LINUX JOURNAL PRESS RELEASES LINUX IN THE WORKPLACE UNDER GNU FDL
Latest in a series of openly published books from No Starch Press imprint

New York - January 23, 2003 - Linux Journal Press, an imprint of No
Starch Press in partnership with Linux Journal, has announced that
Linux in the Workplace will be released under the GNU Free
Documentation License (FDL). The book's contents will be linked from
www.nostarch.com and www.linuxjournal.com beginning on February 15,
2003, the fourth anniversary of Windows Refund Day. This marks the third
release from No Starch Press in an open format and the second under a
free license. No Starch Press also published The Linux Cookbook, by
Michael Stutz, in 2001 under the Design Science License (DSL) and
Programming Linux Games, by John R. Hall, in a freely available format
in 2002.

Written by the Linux Journal staff, Linux in the Workplace focuses on
Linux desktop tools and how to use them in an office environment.
Don Marti, editor-in-chief of Linux Journal, emphasizes the free
software focus of Linux in the Workplace when he explains, The free
software desktop is infinitely customizable, and gives companies and
users the ability to add any functionality. A license as free as the
software is necessary to keep the information up-to-date and accurate.

This most recent release under the GNU FDL underscores the wealth of
content now available under an open license. Bill Pollock, No Starch
Press publisher, explains, GNU Press published free books before
anyone, and there are a handful of publishers who will risk the time and
effort to openly publish a book. We are willing to take that risk
because the benefits of a larger audience outweigh the potential loss of
readers that choose not to buy the book. Bradley Kuhn, Executive
Director of the Free Software Foundation, is pleased to see publishers
that appreciate the commercial benefits of free publishing. Free
publishing is a perfect fit for the technical book market. We designed
the GNU FDL specifically to address commercial concerns that publishers
may have with free publishing. The decision to release Linux in the
Workplace under the GNU FDL was an easy one. Phil Hughes, the publisher
of Linux Journal, notes, As publishers of documentation rather than
software, publishing under the FDL is a logical way for us to maximize
our contribution to the Open Source movememt.

Michael Stutz, the architect of the DSL, was enthused to write for a
publisher willing to consider an open license. When I was writing The
Linux Cookbook, releasing a book with a 'copyleft' license was unheard
of; few publishers would consider it and even fewer had attempted it.
John R. Hall released his book online after the initial publication,
with positive results. Everyone benefits from open publishing, says
Hall. Authors enjoy wider audiences, publishers realize more sales from
free advertising, and readers get the high-quality electronic books they
deserve. According to Pollock, the decision is up to the author. We
prefer that authors choose their own license when publishing with us,
recognizing that not all authors are comfortable with an open license.
As long as there are authors who want their works published openly, and
as long as the books sell, then we see no reason to stop.


ADDITIONAL RESOURCES
See all Linux Journal Press titles, including Linux in the Workplace,
at the Linux World Conference and Expo, booth #128.
For information about the GNU Free Documentation License, see
http://www.gnu.org/licenses/licenses.html#FDL. For information on the
Design Science License, see http://www.dsl.org/.

ABOUT NO STARCH PRESS
Since 1994, No Starch Press has published unique and sometimes fringe
books on computing topics, with a focus on Open Source, security,
hacking, web development, programming, gaming, and alternative operating
systems. Our titles have personality, our authors are passionate, and
our goal is to make computing fun and accessible for everyone.

ABOUT LINUX JOURNAL PRESS
Linux Journal Press publishes books on cutting-edge Open Source topics
that help to advance the acceptance and usability of Open Source
software. An imprint of No Starch Press (www.nostarch.com), Linux
Journal Press titles are developed in partnership with Linux Journal
(www.ssc.com and www.linuxjournal.com).

CONTACT
John Mark Walker
No Starch Press, Marketing Manager
[EMAIL PROTECTED]
415.863.9900






To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: glibc vs BSD libc

2003-01-23 Thread Michael Ritzert
Pavel Cahyna [EMAIL PROTECTED] schrieb am 23.01.03 19:14:41:

 To David Brownlee: I doubt NetBSD 1.0 binary could run against 
 a NetBSD 1.6 libc. They don't care much about binary compatibility. You
 could not even run a statically linked 1.0 app without some COMPAT_
 option in the kernel, I think.

Like in many other OSes, NetBSD switched from a.out to ELF. This has the consequence 
that
You need to add some kind of compatibility mode to support both formats - be it 
switchable (like in NetBSD or Linux) or not.

Michael

__
Bequemer und billiger - SMS mit FreeMail verschicken! Mehr Information
unter: http://freemail.web.de/features/?mc=021147


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



a question

2003-01-23 Thread peter andrus
hi, i just bought a brand new system. I want to set it up as a dual boot 
system with XP and FreeBSD. I would like to know where I can get an updated 
list of supported hardware,especially flat panel monitors. I have a samsung 
syncmaster 170MP, and I want to know if it is supported. also, i am curious 
about my nvidia video card. thanks peter

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


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: back up Win2k workstations?

2003-01-23 Thread Tim Kientzle
On Thu, 23 Jan 2003, P. U. Kruppa wrote:

I am looking for a concept to back up some Win2k workstations on
a FreeBSD machine. Can this be done and how?



The approach I use here is to set up
Samba on FreeBSD and run Microsoft Backup
on Windows to backup to a file on the server.
Other Windows backup programs (e.g., Dantz
Retrospect) can also write to files on
a Samba server.

A couple of caveats:

* Use a recent version of Samba.  Prior to 2.0.8,
  Samba did not support files 4GB, and some
  later versions got very slow with large files.
  I'm playing with the beta of 3.0 which
  is very fast with large files.

* Microsoft Backup does no compression.
  You can either use very large hard disks on
  your server (which is what I'm doing now)
  or periodically run a script on the server
  to gzip the backup files.

* You should probably tune the disk for large
  files; read 'man newfs' for details.

Using this setup with 100Mbps Ethernet,
I can backup a Windows workstation with
60GB of data in about 3 1/2 hours over
the network, resulting in a single 60GB
file on the server.  Fortunately, not all
of my Windows machines are this large.  ;-)

Tim Kientzle



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



NMBCLUSTERS and Kernel config

2003-01-23 Thread craig
All,

Im getting ready to go with our FreeBSD production mail server and Ive been
reading that to optimize network mbufs, specify the NMBCLUSTERS options in the
kernel.  Ive read that setting this to a quarter of your physical RAM on this is
the way to go, or devising a number from a mathematical equation based upon your
maximum number of connections at peak (meaning, 800 connections at peak equals
an NMBCLUSTER of 25600, or mathimatical breakdown 800 connections X 32K per
session = 25600KB)

Does anyone have a good way to devise a number for this, or is it really even
needed?  Ive a GB of memory in a Compaq DL320.  The FreeBSD handbook says
typically this is set to 1024 - 4096, adding to my confusion of what I need to
set this to, if anything.

Thanks in advance for any insight,

Craig

-
This mail sent through IMP: http://horde.org/imp/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



question

2003-01-23 Thread Asenchi
Hello,

Could someone tell me where to get the clock in the bottom left hand
corner of this screenshot?
http://themes.freshmeat.net/screenshots/23716/

Is it native to Gnome?

Thanks,

Asenchi





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: a question

2003-01-23 Thread Andrew Y Ng
I setup FreeBSD dual-boot on my dad's machine with a Samsung 170 flat panel
and it worked just fine. Just make sure you specify the right sync
frequencies in your XFree86 config file. and KDE looked *NICE* on the 17
flat panel.

i think 5.0 has nv driver. I think just used the nv driver for his nv pci
card and it worked quite well.

/ayn

On  0, peter andrus [EMAIL PROTECTED] wrote:
 hi, i just bought a brand new system. I want to set it up as a dual boot 
 system with XP and FreeBSD. I would like to know where I can get an updated 
 list of supported hardware,especially flat panel monitors. I have a samsung 
 syncmaster 170MP, and I want to know if it is supported. also, i am curious 
 about my nvidia video card. thanks peter
 
 _
 Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
 http://join.msn.com/?page=features/featuredemail
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
andrew y ng  [EMAIL PROTECTED]  http://andrewng.com
independent computer consultants http://aynassociates.com




msg16507/pgp0.pgp
Description: PGP signature


Re: a question

2003-01-23 Thread John Bleichert
On Thu, 23 Jan 2003, Andrew Y Ng wrote:
 Subject: Re: a question
 
 I setup FreeBSD dual-boot on my dad's machine with a Samsung 170 flat panel
 and it worked just fine. Just make sure you specify the right sync
 frequencies in your XFree86 config file. and KDE looked *NICE* on the 17
 flat panel.
 
 i think 5.0 has nv driver. I think just used the nv driver for his nv pci
 card and it worked quite well.
 
 /ayn
 
 On  0, peter andrus [EMAIL PROTECTED] wrote:
  hi, i just bought a brand new system. I want to set it up as a dual boot 
  system with XP and FreeBSD. I would like to know where I can get an updated 
  list of supported hardware,especially flat panel monitors. I have a samsung 
  syncmaster 170MP, and I want to know if it is supported. also, i am curious 
  about my nvidia video card. thanks peter
  

Also, you can get 'official' FreeBSD drivers from www.nvidia.com, 
depending on the model/age of your nVidia card. They work quite well :)

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



system refuse to mount CDROMs from ordinary users

2003-01-23 Thread oscar wicks
hello,

my system refuses to mount remobable medias as  floppies and CDROMs,

tells me this:

%mount -t cd9660 /dev/acd0c /cdrom
cd9660: /dev/acd0c: Operation not permitted
%

info that may help to figure up this scenario is:

%uname -a
FreeBSD kris 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct  9 15:08:34 GMT 
2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
%
i follow instructions that shows in :
/usr/share/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT
(BTW i replace for my this example by my real devs)
and user info is:
%id marcus
uid=1001(marcus) gid=1001(marcus) groups=1001(marcus), 0(wheel), 5(operator)
%

toto# pw groupshow operator
operator:*:5:marcus
toto# ls -l /dev/acd0c
crw-r-  4 root  operator  117,   0 Jan 17 06:08 /dev/acd0c

toto# sysctl -a
kern.ostype: FreeBSD
kern.osrelease: 4.7-RELEASE
kern.osrevision: 199506
kern.version: FreeBSD 4.7-RELEASE #0: Wed Oct  9 15:08:34 GMT 2002
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

kern.maxvnodes: 8179
kern.maxproc: 932
kern.maxfiles: 1864
kern.argmax: 65536
kern.securelevel: -1
kern.hostname: toto
kern.hostid: 0
[...]
vfs.usermount: 1
[...]

any idea?

oscar wicks

P.D. Please send any answer to this email address,  i'm not suscriber of 
this mail list.








_
MSN. Más Útil Cada Día  http://www.msn.es/intmap/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: back up Win2k workstations?

2003-01-23 Thread Stephen Hilton
On Thu, 23 Jan 2003 20:59:32 + (GMT)
[EMAIL PROTECTED] (P. U. Kruppa) wrote:

 On Thu, 23 Jan 2003, Stephen Hilton wrote:
 
  On Thu, 23 Jan 2003 05:41:07 + (GMT)
  [EMAIL PROTECTED] (P. U. Kruppa) wrote:
 
   Hi,
  
   I am looking for a concept to back up some Win2k workstations on
   a FreeBSD machine. Can this be done and how?
  
 
  Setup a Samba server on the FreeBSD box, then use the native
  windows backup tools to backup to the Samba share. Archive
  backups on the FreeBSD/Samba machine to tape/CDRW etc... with
  tar. If file compression is enabled in the windows backup
  utility then avoid using compression in your tar command as
  you will waste a lot of CPU power for very little compression.
 This seems to be the simpliest method, because I already have got
 a running Samba Server. I can do a backup of C: besides some
 files which are locked because they are in use.
 Before I try a crash test:
 How could I do a restore - assuming the worst case: C: is
 completely deleted?
 Do I have to boot the Win2k CD-ROM?

There may be other better methods, anyone ?, but when I 
have done this for W2K systems it is a basic re-install 
from CD then setup networking so I can map the Samba share, 
then restore from the backup on the Samba share. Don't 
forget to backup and restore the system-state with the 
W2K tool for total system restores.

If Winders was open-source/non-propriatary then some kind 
programmers would create a program, lets call it PICO-W2K 
(no dis-respect meant) and allow you to boot from it and 
perform all sorts of wonderfull config/repair/restore 
functions from a command prompt with all your favorite 
tools available.

Well this thread is digressing further from BSD related 
topics.

Regards,

Stephen Hilton
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: 4.7-STABLE upgrade boot failure. - Semi-solved.

2003-01-23 Thread A. Lewis

  No, I just meant that I copied MAKEDEV from /usr/src into /dev, and
  then ran ./MAKEDEV std from /dev, as per the UPDATING instructions.



hmm, does UPDATING say you should do that? all I know is 
mergemaster
asks whether I want to have /dev/* rebuilt, and I let it do so.

UPDATING notwithstanding, you did *not* rebuild ad{4,5}*. take a
look in /dev/MAKEDEV: calling it with std does not touch ad* at
all. what you want is:

cd /dev  ./MAKEDEV all ad4 ad5


 yeah, this updated my ad* entries just fine, which was actually the
conclusion i'd come to a little while ago, i just didn't know how to do 
it.


 Silly me thinking that all == everything.



 all of this aside, the base problem remains. Even with the updated ad*
entries sitting in /dev, I still get a root mount failed error message on
boot with no way I can see to load the 4.7 kernel.


 Okay, just to update.. after much searching and reading, I discovered that 
the way FreeBSD past a certain point is *supposed* to handle RAID hardware 
arrays is to designate them as arX, and then you can use atacontrol to 
attach/detach/whatever.

 So basically, when I updated to 4.7-STABLE from 4.5-RC1, I was changing 
the way it was looking at my current mirror setup. It now wanted to see the 
array as ar0, except it wouldn't boot off of ar0s1a or anything.

 I broke the mirror and promptly tried to boot with ad4 and ad5 being 
individual drives instead of a mirror, and suddenly /dev/ad4s1a would boot 
just fine.

 Why it recognized the HPT370 as ar0 on 4.5 and worked fine while booting a 
hardware mirrored drive from /dev/ad4s1a, and would not do the same under 
4.7, I couldn't tell you.

 So now my question is, how can I recreate the mirror? I don't want to take 
down my whole system and resynch those two drives only to have it fail to 
boot again. Should I just do it in software?

 Anyways, thanks for all the helpful suggestions.

 Aaron Lewis.

_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: system refuse to mount CDROMs from ordinary users

2003-01-23 Thread Lowell Gilbert
oscar wicks [EMAIL PROTECTED] writes:

 my system refuses to mount remobable medias as  floppies and CDROMs,
 
 tells me this:
 
 %mount -t cd9660 /dev/acd0c /cdrom
 cd9660: /dev/acd0c: Operation not permitted
 %

other information snipped

Looks like the user doesn't own /cdrom.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: What is the difference between ports for STABLE and CURRENT?

2003-01-23 Thread Jonathon McKitrick
| Packages are built from the (single) ports collection.  The same port
| is compiled for 4.x or 5.x to make the package.  Some ports may behave

Ah, I was under the impression there was a different ports collection for
-CURRENT.



jm
-- 
My other computer is your Windows box.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Sorry for the off-topic mailing

2003-01-23 Thread John Mark Walker
I did not realize my press release went out to a FreeBSD-specific list. 
Sorry for the intrusion. I will make sure that our announcements do not 
go out to this list in the future.
-- 
John Mark Walker
Marketing Manager
No Starch Press
http://www.nostarch.com/
415.863.9900

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installing Stripped System

2003-01-23 Thread Mark Rowlands
On Thursday 23 January 2003 10:10 pm, Jens Haeusser wrote:


 I've always thought that the entire base system should have it's own
 package/port system. That way, you could easily remove the bits you don't
 want (remove UUCP from a fileserver, remove gcc from a firewall, etc). As
 well, this would make security/other upgrades much easier. Telnet has a
 remote hole? Simply upgrade the base-telnet port. OpenSSL has a problem?
 Upgrade the base-OpenSSL port, which will take care of rebuilding any other
 dependant base-ports. This should also make binary upgrades easier if it
 included proper packages. It could certainly simplify the whole track the
 security branch, spend hours making install/buildworld every few weeks
 issue.

 Ah well, I can always dream.


nope. you can get coding...   ;-)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



freebsd 5.0 and snapshots

2003-01-23 Thread Alan Chen
I am trying to get snapshots working on FreeBSD 5.0.  I looked in the 
handbook on the web and the file:

/usr/src/sys/ufs/ffs/README.snapshot

and executed the command:

mount -u -o snapshot /var/snapshot/snap1 /var

and get the message:

mount: /var/snapshot/snap1 on /var: specified device does not match 
mounted device


I am somewhat new to the BSD OS so any help would be greatly 
appreciated.  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Is chroot bind safe?

2003-01-23 Thread Mark
Hi,

I just chrooted BIND 8.3.3 as follows:

/usr/sbin/chroot /etc/namedb/ /usr/sbin/named -u bind -g bind

I copied a few dirs, made some devices, etc, and everything seems to run
wonderfully. :) Then I found the -t switch (doh!).

Not wanting to change everything again, is chrooting named directly just
as safe?

Thanks!

- Mark


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: system refuse to mount CDROMs from ordinary users

2003-01-23 Thread Lowell Gilbert
oscar wicks [EMAIL PROTECTED] writes:

 From: Lowell Gilbert [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], oscar wicks [EMAIL PROTECTED]
 Subject: Re: system refuse to mount CDROMs from ordinary users
 Date: 23 Jan 2003 17:51:03 -0500
 
 oscar wicks [EMAIL PROTECTED] writes:
 
   my system refuses to mount remobable medias as  floppies and CDROMs,
  
   tells me this:
  
   %mount -t cd9660 /dev/acd0c /cdrom
   cd9660: /dev/acd0c: Operation not permitted
   %
 
 other information snipped
 
 Looks like the user doesn't own /cdrom.
 
 thanks for RE:
 
 great! works now, but... how can i share with other normal users (not
 only marcus) /cdrom owner WAS root and group
 WAS wheel,  if group and ownership changes to marcus only root and
 marcus can use  cdrom,

Yes.  That's a feature, not a bug:  it means the person mounting the
device has control of the permissions on the base of the mounted
filesystem.  

There are a number of common approaches, but the two most common are
to either have the users mount the devices within their own
filesystems, or use fbtab(5) (or Xsetup, etc., as appropriate) to give
the console user the ownership of /cdrom.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



trouble brewing over the UNIX thing again...

2003-01-23 Thread mikel king
I just read an article on eWeek about SCO's new SCOx server platform 
thingie...and tucked away near the bottom of the first page is the 
follow statement:

   McBride also confirmed that the company has hired high-profile
   attorney David Boies and his legal firm to investigate whether
   Windows, Mac OS X, Linux and versions of BSD infringed on the Unix
   intellectual property it owned.

   While claiming that it is hard to estimate how many people are
   technically in breach of its licensing terms, McBride said it's
   very widespread and would generate a revenue stream in the millions
   of dollars. We know who they are.

   But he stressed that this is a friendly move by the company, which
   would be flexible in determining what customers who had been using
   the software in an unlicensed way for some time would be charged.


And here's the URL;
http://eletters1.ziffdavis.com/cgi-bin10/flo?y=eTlj0BgcLa0DUm0tu80Av

It looks to me like a really dirty move on their part and I sincerely 
hope this bite them so hard where the sun doesn't shine that the go 
misserably down the proverbial toilette. I honestly think this is a 
desperate move from a company on the threashold of going down...

By the by I know this porbably isn't the right place to post this 
but...the more of us that know about what's coming the better.

Here's a thought what about the intellectual property that the've enjoy 
at the expense of all of the BSD's? What would happen if the BSD world 
recinded the rights to TCP/IP and demanded compensation for it's use 
from say everyone?

Ok sorry for the rant, just a bit po'd right now

--
Cheers,
Mikel King
Optimized Computer Solutions, INC
39 West Fourteenth Street
Second Floor
New York, NY 10011
http://www.ocsny.com

+--+
You may like them. You will see. You may
like them in a tree. 
http://www.OpenOffice.org
http://www.Mozilla.org
+--+
GOAL: Microsoft free in 2003
+--+





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: How to cleanly remove bind before using bind9

2003-01-23 Thread Jonathan Chen
On Thu, Jan 23, 2003 at 06:29:22PM -0500, stan wrote:
 I want to use bind 9 from the ports tree. I see how to prevent the bundled
 bind from being built the next time I make world, and I see how to change
 the init files et all to use the ports bind9. 
 
 What I _don't_ see (and I'm certain it's just my lack of knowledge here),
 is a clean way to remove all teh traces of the existing bersion of bind
 which was built the last time I did a make world.
 
 Could someone enlighten me?

You don't remove the bundle BIND. All you do is add the following
lines into your /etc/rc.conf to run the port-installed Bind9.

named_enable=YES  # Run named, the DNS server (or NO).
named_program=/usr/local/sbin/named

-- 
Jonathan Chen [EMAIL PROTECTED]
---
I love deadlines. I like the whooshing sound they make as they fly by
- Douglas Adams

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How to cleanly remove bind before using bind9

2003-01-23 Thread Marc Schneiders
On Fri, 24 Jan 2003, at 14:54 [=GMT+1300], Jonathan Chen wrote:
 On Thu, Jan 23, 2003 at 06:29:22PM -0500, stan wrote:
  I want to use bind 9 from the ports tree. I see how to prevent the bundled
  bind from being built the next time I make world, and I see how to change
  the init files et all to use the ports bind9.
 
  What I _don't_ see (and I'm certain it's just my lack of knowledge here),
  is a clean way to remove all teh traces of the existing bersion of bind
  which was built the last time I did a make world.
 
  Could someone enlighten me?

 You don't remove the bundle BIND. All you do is add the following
 lines into your /etc/rc.conf to run the port-installed Bind9.

 named_enable=YES  # Run named, the DNS server (or NO).
 named_program=/usr/local/sbin/named

But would this also make the system use the dig that comes with bind9,
which is put in /usr/local/bin by the port?

Would it not be easiest to tell the port to install in /usr and not in
/usr/local?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Private Letter

2003-01-23 Thread Kennedy Pinto
DEAR SIR/MADAM,

I GREET YOU IN THE NAME OF GOD.

I AM KENNEDY KABBA PINTO THE SON OF LATE PERSONAL ASSISTANCE. ON
SPECIAL DUTIES TO JONAS SAVIMBA THE LATE ANGOLAN REBEL LEADER, MY
DEAR FATHER WAS ASSASSINATED ALONGSIDE PRESIDENT JONAS SAVIMBA THE
UNITA REBEL LEADER THIS YEAR BY THE ANGOLAN GOVERNMENT TROOPS.

AFTER THE DEATH OF MY FATHER, AS I WAS GOING THROUGH HIS FILES, I
STUMBLE ON A DOCUMENT ADDRESS TO ME BY MY LATE FATHER STATING THE
EXISTENCE OF $28,000,000M DEPOSITED IN A FINANCE AND SECURITY
TRUST COMPANY IN EUROPE AS PRECIOUS STONES (FOR SECURITY REASON)
IN ONE OF HIS TRIPS TO EUROPE FOR PURCHASE OF ARMS AND AMMUNITION
FOR THE  REBEL GROUP.
PRESENTLY I AM ON A POLITICAL ASYLUM IN ONE OF THE WEST AFRICAN
COUNTRY AVOIDING THE WITCH HUNTING OF ANGOLAN GOVERNMENT
TROOPS, BUT ANY MOMENT FROM NOW I WILL MOVE TO LONDON ACTUALLY MY
REASON OF CONTACTING YOU IS FOR YOU TO ASSIST ME IN CLAIMING THE
FUNDS FROM THE FINANCE SECURITY TRUST COMPANY IN EUROPE AS MY
FATHERS BUSINESS PARTNER ABROAD. BECAUSE   MY MOVEMENT IS
RESTRICTED AS A POLITICAL ASYLUM SEEKER.
YOU ARE ENTITLED TO 35% OF THE TOTAL SUM FOR YOUR ASSISTANCE AND
I WILL LIKE TO INVEST PART OF THE MONEY IN YOUR COUNTRY INTO A HOTEL
BUSINESS, I WILL ALSO WANT YOU TO TREAT THIS BUSINESS AS CONFIDENTIAL AND
URGENT, PLEASE ON NO ACCOUNT SHOULD YOU DISCLOSE THIS BUSINESS TO ANYBODY.
I WILL WANT YOU TO INDICATE YOUR INTEREST TO ASSIST ME BY
CONTACTING ME IMMEDIATELY YOU RECEIVE THIS MESSAGE THROUGH THIS EMAIL ADDRESS.SO THAT 
I CAN GIVE YOU THE DETAILS. YOUR PRIVATE PHONE AND FAX NUMBERS ALSO NEEDED FOR SWIFT 
COMMUNICATION. I ALSO WANT TO ASSURE YOU THAT THIS BUSINESS IS 100% RISK FREE BECAUSE 
THE FUNDS BELONGS TO MY LATE FATHER.

I WILL AWAIT YOUR PROMPT RESPONSE.

THANKS AND GOD BLESS

KENNEDY KABBA PINTO.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How to cleanly remove bind before using bind9

2003-01-23 Thread Stephen Hilton
On Thu, 23 Jan 2003 18:29:22 -0500
stan [EMAIL PROTECTED] wrote:

 I want to use bind 9 from the ports tree. I see how to prevent the bundled
 bind from being built the next time I make world, and I see how to change
 the init files et all to use the ports bind9. 
 
 What I _don't_ see (and I'm certain it's just my lack of knowledge here),
 is a clean way to remove all teh traces of the existing bersion of bind
 which was built the last time I did a make world.
 
 Could someone enlighten me?

Stan,

These files would be the most important ones to rename/remove:

/usr/bin/dig
/usr/bin/dnsquery
/usr/bin/host
/usr/bin/dnskeygen
/usr/libexec/named-xfer
/usr/sbin/named
/usr/sbin/ndc
/usr/sbin/nslookup
/usr/sbin/nsupdate

Regards,

Stephen Hilton
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: trouble brewing over the UNIX thing again...

2003-01-23 Thread Kris Kennaway
On Thu, Jan 23, 2003 at 08:45:04PM -0500, mikel king wrote:

McBride also confirmed that the company has hired high-profile
attorney David Boies and his legal firm to investigate whether
Windows, Mac OS X, Linux and versions of BSD infringed on the Unix
intellectual property it owned.

This was already resolved in the early 90s when USL sued BSDi over
encumbered UNIX code in BSD, and the case was settled.  You can read
more about this in the archives.

Furthermore, last year someone from SCO explicitly gave FreeBSD
permission to publish the older code anyway.

I don't expect anything to come of this.

Kris



msg16526/pgp0.pgp
Description: PGP signature


Error mounting /dev/acd0 on /dist: Operation not support by device(19) Error

2003-01-23 Thread Sugiono
I tried to install FreeBSD 5.0 on my system that cannot booting from CDROM. So i 
installed it from floppy disk. When sysinstall ask me where to installation media and 
i choose CD/DVD then an error message appear : Error mounting /dev/acd0 on /dist: 
Operation not support by device(19). Daes anyone know how to fix this things.

Thanks

Master Lie


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Subnetting or Bridging to secure different dapartments on our School LAN?

2003-01-23 Thread Michael K. Smith

On Wednesday, January 22, 2003, at 06:31 AM, Martyn Hill wrote:


Dear all

I'd be very grateful for any insights you could share...

Our school network continues to grow. Different departments within the
school wish to piggy-back their windows machines on to our broadband
internet connection, via our 100Mbps wired LAN within the building.  
Before I
can allow anymore machines on, I need to put a measure of security in
place - principally between the school Admin and Curriculum 'networks'  
and
also between the other 3 departments who share the site with us. I was
thinking along the lines of subnetting our existing network and  
applying a
firewall between each sub-net.

Currently, our setup comprises of two FreeBSD (4.5RELENG) boxes - one  
acting
as a gateway/firewall between our private network (10.x.x.x/8) and the  
ADSL
router, the other as a fileserver/web proxy/redirector and email  
server to
our 40 or so Windows clients. DHCP and DNS is provided by the gateway.

The gateway currently runs with two NICs - one to a switch, the other  
to the
ADSL router. All other machines, including the fileserver hang off the
switch. The  ADSL router has another 3 10Mbps ports available for  
direct
connection.

The Admin and Curriculum users need to share the fileserver (for now,  
at
least.) The other new users simply need the broadband connectivity  
(with or
without the web-proxy facility that currently sits on the fileserver.)

Questions:
Do I consider placing more NICs into the gateway in order to create  
(along
with a few switches) the new sub-nets, placing a firewall (ipfw)  
between
each interface?
Is it even possible to run 1 ipfw on the same box?
Do I build a couple of cheap boxes (like the P90 I'm using for the  
current
gateway) with FreeBSD and set them up for bridging along with ipfw?
Do I buy a few hardware routers with firewall facility and build my  
sub-nets
that way?
Do I use ifconfig to alias the one internal NIC in the present gateway  
to
create virtual sub-nets?
Is a firewall really what I need to restrict particular traffic (like  
SMB
browsing) across the sub-nets?

Or, am I barking up the wrong tree (spanning, or otherwise...)?

Thanks in advance.
Martyn Hill
ICT Teacher and IT Coordinator
St James Independent School
London


Hello Martyn:

As I understand it, you are attempting to limit traffic between various  
groups of users behind your firewall.  In order to do this, I would  
recommend a mix of your solutions.

1) VLAN segmentation - use 802.1Q VLAN's to isolate the broadcast  
domains of your pass-through Internet users and your back-office  
servers and users.
2) IP Segmentation - this will be necessary if users are on different  
VLAN's because each VLAN is its own broadcast domain.
3) Firewall rulesets - now that you have separate routed segments, you  
can apply further filters at Layer 3 between your Internet and Internal  
users.

In order to accomplish this, you will need an 802.1Q capable NIC on  
your firewall as well as 802.1Q capable switches at any point where  
both types of users will be on the same ethernet device.  Your network  
would looks something like this:

Inet - ADSL -
FreeBSD BOX (802.1Q NIC) -
Trunk with VLAN's 100 and 200 to -
Switch - VLAN 100 - Internal Users and  VLAN 200 - Internet Users

Mike
		
 
--
Michael	K.	Smith		NoaNet
206.219.7116 (work)		206.579.8360 (cell)
[EMAIL PROTECTED]		http://www.noanet.net


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


(repost) disklabel problem, please help

2003-01-23 Thread Pete Toscano
(Sorry for reposting, but I don't know any other place to post this --
if there is, please let me know -- and I really need help.  I posted
this almost 3 weeks ago, but got no response beyond, Since you have a
promise RAID card, why?)

Hello,

I'm trying to set up a vinum mirrored plex on my 4.7-STABLE (cvsup-ed as
of yesterday, 1/3) system.  I have 3 30GB drives.  Currently, only the
first disk is being used.  This disk has all the system along with all
my digital photos and videos.  I'd like to mirror the other two 30GB
drives and move the digital photos and videos there, so that if one
drive were to die, I'd still have these important pictures and videos.

There is one (I hope) bit of strangeness about this system.I was initially
using a Promise FastTrack 100 (pdc20267 chip) card.  Since I was having
problems with this, I recently got a cheap Maxtor adapter card.  This
Maxtor card looks to be a relabeled Promise card with the pdc20269 chip.
The problem below is the same, regardless of which card is used.

The system disk is connected to channel one on the card.  The other two
disks are master and slave on channel two.  This is what FreeBSD shows
on boot:

==
atapci1: Promise TX2 ATA133 controller port 
0xe800-0xe80f,0xe400-0xe403,0xe000-0xe007,0xdc00-0xdc03,0xd800-0xd807 mem 
0xd580-0xd5803fff irq 11 at device 15.0 on pci0
ata2: at 0xd800 on atapci1
ata3: at 0xe000 on atapci1
[snip]
ar0: 29314MB ATA RAID0 array [3737/255/63] status: READY subdisks:
 0 READY ad4: 29314MB IBM-DTLA-307030 [59560/16/63] at ata2-master UDMA100
ar1: 29314MB ATA RAID0 array [3737/255/63] status: READY subdisks:
 0 READY ad6: 29314MB IBM-DTLA-307030 [59560/16/63] at ata3-master UDMA100
ar2: 29314MB ATA RAID0 array [3737/255/63] status: READY subdisks:
 0 READY ad7: 29314MB IBM-DTLA-307030 [59560/16/63] at ata3-slave UDMA100
==

I used /stand/sysinstall to create a slice on each of the mirror disks
and to label each with one huge partition.  It newfs-ed them and mounted
them.

==
/dev/ar1s1e on /v1 (ufs, local, soft-updates)
/dev/ar2s1e on /v2 (ufs, local, soft-updates)
==

I have read that the next step involves using disklabel to edit the
label of each disk and change the 4.2BSD fstype to vinum.  I wanted
to see the labels first, so I typed disklabel ar1 and it showed me:  

==
# /dev/ar1c:
type: ESDI
disk: ar1s1
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 3736
sectors/unit: 60034842
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0   # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  c: 600348420unused0 0 # (Cyl.0 - 3736*)
  e: 6003484204.2BSD 2048 1638489   # (Cyl.0 - 3736*)
==

The strangeness starts with ar2:

==
# /dev/ar2:
type: unknown
disk: amnesiac
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 3737
sectors/unit: 60036417
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0   # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  c: 600364170unused0 0 # (Cyl.0 - 3737*)
==

Even if I power down the machine and change the jumpers on the mirrored
drives so that master and slave are swapped, I get the same values for
ar1 and ar2.  (Also kind of strange is that, while these drives are the
same model, whatever one is the slave has 3737 cylinders, while the
master always has 3736 cylinders.)  

If I try to edit the label of ar2 with disklabel -e (even if it did
show the same label as ar1), I get the following error:

disklabel: Operation not supported by device

Any ideas about what's wrong or (more likely) what I'm doing wrong?

Since I can mount the e partition on ar2, I'm guessing that the label
info is there, but disklabel cannot see it for some reason.  I guess I
could just edit the label on ar1, then swap master and slave again, and
edit the label on the new ar1 so that both should have fstypes of vinum.
I'm not sure if vinum would work after this though.  I'm assuming that I
should be able to see the labels on both ar1 and ar2, so I want to try
to fix this problem first.

Thanks,
pete

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: trouble brewing over the UNIX thing again...

2003-01-23 Thread mikel king


Kris Kennaway wrote:


On Thu, Jan 23, 2003 at 08:45:04PM -0500, mikel king wrote:

 

  McBride also confirmed that the company has hired high-profile
  attorney David Boies and his legal firm to investigate whether
  Windows, Mac OS X, Linux and versions of BSD infringed on the Unix
  intellectual property it owned.
   


This was already resolved in the early 90s when USL sued BSDi over
encumbered UNIX code in BSD, and the case was settled.  You can read
more about this in the archives.


Yes I remember it well



Furthermore, last year someone from SCO explicitly gave FreeBSD
permission to publish the older code anyway.
 

I do vaguely recall something about this. Of course they neglected to 
state which flavour(s) are being alledged. Still one has to wonder why 
they cite BSD in their list of offendees...

I don't expect anything to come of this.

Kris
 

I suppose one could speculate that FreeBSD could even benefit from such 
actions. While Linux, MAC OSX, and whomever else these guy point the 
finger at are battleing it out in court; FreeBSD could quietly move ahead...

Still this all smells like an act of a desperate company, and wether 
FreeBSD has anything or not to worry about, I personally wouldn't want 
to see our developers having to waste time and resources in court 
dancing with lawyers et cettera...

--
Cheers,
Mikel King
Optimized Computer Solutions, INC
39 West Fourteenth Street
Second Floor
New York, NY 10011
http://www.ocsny.com

+--+
You may like them. You will see. You may
like them in a tree. 
http://www.OpenOffice.org
http://www.Mozilla.org
+--+
GOAL: Microsoft free in 2003
+--+





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: cannot access USB CD drive

2003-01-23 Thread Shantanu Mahajan
+++ Richard [freebsd] [23-01-03 12:21 -]:
| Date: Thu, 23 Jan 2003 12:21:37 -
| From: Richard [EMAIL PROTECTED]
| Subject: cannot access USB CD drive
| 
| hi
| 
| i am having problems accessing a usb cd writer, i have the following kernel
| options configured:
| 
| devicescbus
| deviceda
| devicepass
| devicesa
| deviceusb
| device umass
| 
| here is what i get in dmesg:
| 
| umass0:  Freecom USB-2 drive, addr 2
| pass0 at umass-sim0 bus 0 target 0 lun 0
| pass0:   RW---   Removable CD-ROM SCSI-0 device
| pass0:  650kb/s transfers
| 
| 
| 
| and that is all. it doesn't seem to assign the cd drive to a device i can
| access. can anyone help?
| 
| --
/dev/da0?

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID 137AFD9E
(C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



missing function.... any ideas?

2003-01-23 Thread Gary D Kline


Hi People,

I built jdk13 on a spare machine and installed the results 
on this platform.  Following is output when I launch the 
newest mozilla.  Looks like I'm missing something from
gettext.  

Have any of you bumped into this snafu?  Ideas on howto
resolve?

thanks in advance,

gary




No running window found.
LoadPlugin: failed to initialize shared library
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined
symbol libintl_dgettext]
LoadPlugin: failed to initialize shared library
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined
symbol libintl_dgettext]



-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



X, Trident, 8-bit Limitation

2003-01-23 Thread Li Wei
I'm a FreeBSD newbie. When configuring XFree86, I found ONLY 8-bit color
mode works.

If I startx with a 16 or 32 bits mode, the colors on screen seemed to
be mismapped -- green replaced by red, etc. Things are ONLY normal in
8-bit mode.

I'm using: 
XFree86: Version 4.2.1 
Driver: trident 
ChipSet: 3dimage985
(all from FreeBSD R4.7 disc) on my Trident 3DImage985 card.

Could anybody help me? Thank you.

W. Li

-- 
http://fastmail.fm - Access all of your messages and folders wherever you
are

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: trouble brewing over the UNIX thing again...

2003-01-23 Thread John Martinez

On Thursday, January 23, 2003, at 08:34  PM, mikel king wrote:



I suppose one could speculate that FreeBSD could even benefit from 
such actions. While Linux, MAC OSX, and whomever else these guy point 
the finger at are battleing it out in court; FreeBSD could quietly 
move ahead...


I would guess that Mac OS X (Darwin) is covered by the same agreement 
as FreeBSD, since it's from the same 4.4BSD fork, with the Mach 3.0 
kernel thrown in.

-john


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: freebsd 5.0 and snapshots

2003-01-23 Thread Axel Gruner
Hi.

On Thu, 23 Jan 2003 18:30:07 -0500
Alan Chen [EMAIL PROTECTED] wrote:

 I am trying to get snapshots working on FreeBSD 5.0.  I looked in the 
 handbook on the web and the file:
 /usr/src/sys/ufs/ffs/README.snapshot

The Readme tells you:

To create a snapshot of your /var filesystem, run the command:
mount -u -o snapshot /var/snapshot/snap1 /var

So, i  think you can only make a snapshot of a single filesystem. 
So, maybe your /var is not a single filesystem. 
If you want to be sure, type:
#mount
and take a look what kind of filesyste, you have.
It depends on how you installed FreeBSD. Normally you will have:
/
/usr
/tmp
(/var)

So, this _could_ be the problem, but i am not sure.

hth

asg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



re: glibc vs BSD libc

2003-01-23 Thread matthew green
   
   To David Brownlee: I doubt NetBSD 1.0 binary could run against 
   a NetBSD 1.6 libc. They don't care much about binary compatibility. You
   could not even run a statically linked 1.0 app without some COMPAT_
   option in the kernel, I think.


when making such assertions it helps to be actually correct.  while it
is true that *any* old binary may require COMPAT_XX options in the kernel,
netbsd supports binaries back to 386bsd for i386, with shorter periods
of backwards compat for the newer plaforms.  i have personally run 386bsd
binaries on netbsd 1.5/i386.  i just downloaded the netbsd/sparc 1.0 
/bin/sh and:

russsian-intervention ~ uname -a
NetBSD russian-intervention.eterna.com.au 1.6M NetBSD 1.6M (_russian_) #719: Sun Jan 
19 00:15:13 EST 2003 [EMAIL PROTECTED]:/var/_russian_ sparc
russian-intervention ~ file ./sh-sparc-1.0
./sh-sparc-1.0: NetBSD/sparc demand paged executable
russian-intervention ~ ./sh-sparc-1.0 
$ ps
  PID TT STAT  TIME COMMAND
  229 p0 Ss+0:04.48 -tcsh 
  284 p1 Ss 0:02.16 -tcsh 
  327 p1 TN   178:29.44 systat -w1 vm 
14305 p1 S  0:00.07 ./sh-sparc-1.0 
14308 p1 R+ 0:00.06 ps 
17424 p2 IWs0:02.76 -tcsh 
22292 p2 SN+   12:38.86 top 


ie, that is a netbsd/sparc machine running a kernel that is only a few
days old, and it happily runs the 1.0 /bin/sh.  (this is a SMP kernel
with the new netbsd kernel-based userthreads implementation as well.)

i can not test a dynamic program from 1.0 because i don't have the
a.out libraries installed currently and i'm not bandwidth-connected
right now to download them... (took long enough for /bin/sh to
download!)  however, i have in the fairly recent past (in the last
year or so) run very old a.out dynamic sparc binaries on each of:

- 32 bit sparc
- 32 bit sparc64
- 64 bit sparc64 with 32 bit binary support

when i was testing that the emulations work as LKM's.


i think you will find that netbsd cares _a whole lot_ about binary
compatibility.  to claim otherwise is simply fallacy.



.mrg.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



re: glibc vs BSD libc

2003-01-23 Thread matthew green
   
   They presumably did it because they thought it would be a good idea.
   Perhaps they wanted to hide implementation differences between
   different OSes.  Either way, the low-level functions in FreeBSD work
   just fine.


FWIW, i just ran man funopen on my netbsd box and it says:


HISTORY
 The funopen() functions first appeared in 4.4BSD.

BUGS
 The funopen() function may not be portable to systems other than BSD.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



How do I change my email address?

2003-01-23 Thread Kjell

In my /etc/aliases file I have the entry:
root:   [EMAIL PROTECTED]
hoping that my messages should end up as email messages.

Doing a
[root@syvert log]# tail maillog
lists messages like
Jan 24 08:19:24 syvert sendmail[4646]: h0M2327q001033: to=my-
[EMAIL PROTECTED], ctladdr=[EMAIL PROTECTED] (0/0), 
delay=2+05:16:11, xdelay=00:00:00, mailer=esmtp, pri=9840374, 
relay=mailfront.server.myisp.com., dsn=4.0.0, stat=Deferred: Operation 
timed out with mailfront.server.myisp.com.

Apparently my isp's mail server rejects [EMAIL PROTECTED] since it 
does not resolve, while emails to [EMAIL PROTECTED] are accepted.
How can I change the email address of my v4.7 server from 
[EMAIL PROTECTED] to [EMAIL PROTECTED] ?

During setup I have specified host names like sexy.la3sg.net 
syvert.la3sg.net nina.la3sg.net etc.. for the PCs on my LAN leaving 
them all in the domain la3sg.net

Is there a better way to solve my problem than to change the email 
addresses on each of the PCs?

regards from Kjell / LA3SG


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: make release broken for -STABLE?

2003-01-23 Thread Bruce A. Mah
If memory serves me right, Igor B. Bykhalo wrote:

[kern.flp overflow again]

 I don't get it:

[snip]

  goshik# ls -l *kern*
  image.kern:
  total 1346
  drwxr-xr-x  2 root  wheel  512 22 ÑÎ× 21:19 boot
  -r-xr-xr-x  1 root  wheel  1344894 22 ÑÎ× 21:19 kernel.gz
 
  kernels:
  total 2864
  -r-xr-xr-x  1 root  wheel  2909648 22 ÑÎ× 21:19 BOOTMFS.kern
 
 Looks like kernel.gz fits to floppy, but for some reason it doesn't...
 Should i supply more info?

Well, kernel.gz will probably fit, but the release needs the entire 
contents of the image.kern directory to fit on kern.flp.  See:

freebsd-stable:stage% du image.kern
88  image.kern/boot
1434image.kern

This doesn't fit.  :-(  By my calculation, we have to get rid of about 
27K to make it fit, but I could be off.

We might be able to move the de, em, or vx drivers to the mfsroot
floppy, if there's space.  I'll try playing around with this, if I get 
some time.  (Obviously that shouldn't preclude someone else from 
working on this problem.)

Bruce.






msg16539/pgp0.pgp
Description: PGP signature


Re: make release broken for -STABLE?

2003-01-23 Thread Bruce A. Mah
I wrote:

 We might be able to move the de, em, or vx drivers to the mfsroot
 floppy, if there's space.  I'll try playing around with this, if I get 
 some time.  (Obviously that shouldn't preclude someone else from 
 working on this problem.)

I moved the em driver to mfsroot.flp and was able to build a release
successfully (see revision 1.3.2.7 of src/release/i386/drivers.conf).
Please update your tree, try the build again, and let me know how this 
works.

Good luck,

Bruce.





msg16540/pgp0.pgp
Description: PGP signature


make release broken for -STABLE?

2003-01-23 Thread Igor B. Bykhalo
goshik# uname -a
FreeBSD goshik.binep.ac.ru 4.7-STABLE FreeBSD 4.7-STABLE #55: Wed Jan 22 13:20:00 MSK 
2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GO  i386

 goshik# make release CVSROOT=/home/ncvs CHROOTDIR=/home/release RELEASETAG=RELENG_4 
DOCLANG=en_US.ISO8859-1 MAKE_ISOS=YES
[...]
 touch hack.c
 cc -shared -nostdlib hack.c -o hack.So
 rm -f hack.c
 sh /usr/src/sys/conf/newvers.sh BOOTMFS

cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q
ual  -fformat-extensions -ansi  -nostdinc -I- -I. -I/usr/src/sys 
-I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter  -D_KERNE
L -include opt_global.h  -mpreferred-stack-boundary=2  vers.c
 linking BOOTMFS
textdata bss dec hex filename
 2669495  207576  209556 3086627  2f1923 BOOTMFS
 --
  Kernel build for BOOTMFS completed on Wed Jan 22 18:19:12 GMT 2003
 --
 cd /usr/obj/usr/src/sys/BOOTMFS;  MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  
MACHINE=i386
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin  
GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac make KERNEL=BOOTMFS reinstall
 install -m 555 -o root -g wheel -fschg  BOOTMFS /R/stage/kernels/BOOTMFS
 mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel
 Setting up /boot directory for kern floppy
 dload=0x20 dsize=0x25000 isize=0x25000 entry=0x20 nsize=0x11afc
 /R/stage/image.kern/kernel:  53.7% -- replaced with /R/stage/image.kern/kernel.gz
 sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/kern.flp  /R/stage /mnt  
1440 /R/stage/image.kern  8 fd1440
 Warning: Block size restricts cylinders per group to 6.
 Warning: 1216 sector(s) in last cylinder unallocated
 /dev/rvnn0c:2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 32 i/g)
 super-block backups (for fsck -b #) at:
  32
 cpio: write error: No space left on device
 *** Error code 1

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

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

 Stop in /usr/src/release.
 goshik#


I don't get it:

 goshik#cd /home/release/R/stages

 goshik#ls -l crunch
 total 3392
 -r-xr-xr-x  34 root  wheel  2180036 22 ÑÎ× 21:10 boot
 -rwxr-xr-x   1 root  wheel  1233892 22 ÑÎ× 21:11 fixit

 goshik# ls -l floppies
 total 2912
 -rw-r--r--  1 root  wheel  1474560 22 ÑÎ× 21:19 kern.flp
 -rw-r--r--  1 root  wheel  1474560 22 ÑÎ× 21:17 mfsroot.flp

 goshik# ls -l *kern*
 image.kern:
 total 1346
 drwxr-xr-x  2 root  wheel  512 22 ÑÎ× 21:19 boot
 -r-xr-xr-x  1 root  wheel  1344894 22 ÑÎ× 21:19 kernel.gz

 kernels:
 total 2864
 -r-xr-xr-x  1 root  wheel  2909648 22 ÑÎ× 21:19 BOOTMFS.kern

Looks like kernel.gz fits to floppy, but for some reason it doesn't...
Should i supply more info?

TIA,
Igor





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



mod_perl: how to compile static ?

2003-01-23 Thread
Dear Sirs,

I asked how to compile mod_perl statically on apache's mailing list, there
was no answer.

Anyone can tell me how to do that ?

Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ)
Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Is the Kernel device config visual interface still necessary

2003-01-23 Thread JoeB
When using the FBSD bootable CDROM to install FBSD the first thing
to display on the screen is the 'Kernel configuration menu'. The
handbook says to select the 'Start kernel configuration in
full-screen visual mode' which takes you to the 'Kernel Device
Configuration Visual Interface' screen that always has 7 irq
conflicts. The 7 conflicts are built into FBSD because the Nic cards
the irq conflicts are on are all old style ISA cards, and just
responding with a Q to quite without deleting the conflicts causes
no problems.

This seems like it's no longer necessary to stop at this screen and
that at the first screen
'Kernel configuration menu' the 'Skip kernel configuration and
continue with installation' option should be the one taken.

My question, what purpose does the 'Kernel Device Configuration
Visual Interface' screen serve and can people safely use the 'Skip
kernel configuration and continue with installation' from the
'Kernel configuration menu'?

Thanks for your help
Joe


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: download port packages

2003-01-23 Thread Dan Nelson
In the last episode (Jan 23), Didier Wiroth said:
 Hey,
 
 Is it possible to download the all the packages of the meta port 
 /usr/ports/x11/kde? I tried make fetch, that doesn't work or partially, 
 because it only fetches qt!

Try make fetch-recursive

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Cannot kill truss process

2003-01-23 Thread Dan Nelson
In the last episode (Jan 23), Oliver Fromme said:
 Hi,
 
 I've got a problem on a 4.7-RELEASE machine.  I tried using
 /usr/bin/truss on a process (which was running in a chroot
 environment, which in turn is on an NFS-mounted filesystem,
 if that matters).  But now I cannot kill the truss process
 itself anymore, it's hanging there for a few days already.
 :-(
 
 # ps -uwwp 65275
 1011 65275  0.0  0.0   268  136  pd- D 3:05PM   0:00.00 truss jws -2 (jws)

Do a ps axlp 65275; what's the WCHAN column say?

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mutt + filters

2003-01-23 Thread Dan Nelson
In the last episode (Jan 23), bryan cassidy said:
 I am using FreeBSD 4.7-Stable, and want to switch back to mutt. The
 only reason I stopped using mutt is because I couldn't figure out how
 to setup the filters so I installed sylpheed with no problems. I'm
 getting kinda tired of sylpheed and want to switch back to mutt. I
 really like using mutt but i NEED my filters. I'm not going to even
 install mutt this second unless I find a doc on how to do it on
 freebsd or someone tells me EXACTLY how they did it (don't want to
 waste my time) If someone could please tell me how to do this I would
 really appreciate it very much. I know it's alot to ask but I just
 can't figure it out :-( lol. Please Cc: [EMAIL PROTECTED] so I will
 get your replies (haven't got an e-mail client installed right now)
 Thanks in advance.

First, what do you mean by filters?  Procmail filters are applied as
mail is delivered, and don't care what software you use to read the
message.

To install mutt, cd /usr/ports/mail/mutt and make install.

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Cannot kill truss process

2003-01-23 Thread Dan Nelson
In the last episode (Jan 23), Oliver Fromme said:
 Dan Nelson [EMAIL PROTECTED] wrote:
   In the last episode (Jan 23), Oliver Fromme said:
I've got a problem on a 4.7-RELEASE machine.  I tried using
/usr/bin/truss on a process (which was running in a chroot
environment, which in turn is on an NFS-mounted filesystem,
if that matters).  But now I cannot kill the truss process
itself anymore, it's hanging there for a few days already.
   
   Do a ps axlp 65275; what's the WCHAN column say?
 
 It says stopev:
 
 # ps lwwp 65275
   UID   PID  PPID CPU PRI NI   VSZ  RSS WCHAN  STAT  TT   TIME COMMAND
  1011 65275 1   0  10  0   268  136 stopev D pd-   0:00.00 truss jws -2 (jws)

That looks like truss was being trussed :)  I thought stopevent was
what traced processes stopped at while the tracing process was working
on them.  Try running truss -p 65275 and see if it frees up. 

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



SamSung SWL-2100N PCMCIA

2003-01-23 Thread Dung Patrick
Hi,

I cannot get this card to work on 4.7 / 5.0 RC. I got 'wi0: busy bit won't clear' 
problem...

Regards,
Patrick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: The help about the scanner is necessary for me

2003-01-23 Thread Dan Nelson
In the last episode (Jan 23), Sergey Mushinsky said:
 I shall be grateful to you if you will prompt me, what
 modern scanners such as USB work in system FreeBSD 4.7

Any scanner supported by sane should work.

http://www.mostang.com/sane/
http://www.mostang.com/sane/sane-mfgs.html

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: 5.0-RELEASE and mount_msdos

2003-01-23 Thread Doug Reynolds
On Wed, 22 Jan 2003 17:12:30 -0500, Bill Moran wrote:

Doug Reynolds wrote:
 On Wed, 22 Jan 2003 12:21:08 -0500, Bill Moran wrote:
 
 
Not a critical question, but ...

Working on my spiffy test machine, I noticed that 5.0-RELEASE does
not have a mount_msdos command.
It's no biggie, I just used 'mount -t msdos' and got what I wanted,
but I was wondering why this was missing?  Is there a reason why
it was removed, or is it some oversight?  I doubt it's an oversight,
as the man page is missing as well.

Mostly curious, but I thought I'd point it out in case it was a
mistake.
 
 
 afaik:
 
 [root@/usr/bin]uname -a
 FreeBSD ## 5.0-RELEASE FreeBSD 5.0-RELEASE #30: Mon Jan 20
 20:21:37 EST 2003
 
 [root@/usr/bin]mount_msdos
 usage: mount_msdos [-o options] [-u user] [-g group] [-m mask]
[-s] [-l] [-9] [-L locale] [-W table] bdev dir
 
 and man mount_msdos brings up the manpage.

Hmmm ... did you upgrade this machine from 4.X?  The machine in question
is a clean 5.0-RELEASE install.

yes, more reseach shows that:

-r-xr-xr-x  1 root  wheel  184776 Dec 24 12:05 mount_msdos*
-r-xr-xr-x  1 root  wheel  394716 Jan 20 19:26 mount_msdosfs*

seems that mount_msdosfs has replaced mount_msdos

---
doug reynolds | the maverick | [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



  1   2   >