SUMMARY: processes swap allocation

2003-02-20 Thread Luca Pizzinato
Hi again.
I recently asked:

| Hi All.
|
| Anyone of you out there knows a simple way to calculate
| the swap space allocated by each process?
|
| I've got a 450 here, running an oracle database, that
| for some reason is eating up little by little all available
| swap space, until it crashes.
| I'm currently trying to track down the responsible process(es).
|
| Any help is highly appreciated.
|
| Regs


Ok, most of the people pointed me to
-  top
-  output of ps command with various options like
  ps -efly   or
  ps -e -o user,pid,vsz | sort -n
-  get into more per-process detail with the tools under /usr/proc/bin,
typically pmem -x or the like.

Unfortunately I already used all of them, the problem is that there must
be some proces that wakes up, eat up the memory and quits leaving the
memory allocated. Quite tricky to track down I guess.

I'll post a follow up eventually.

Regs









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



Re: OT: MUTT folders

2003-02-20 Thread Thomas Spreng
Hi,

On Wed, Feb 19, 2003 at 03:36:35PM -0600, Brian Henning wrote:
 Hello-
 i have been reading throught the file /usr/local/share/doc/mutt/manual.txt and i
 cannot figure out how to change which folder i am reading. i have some mail
 folders in ~/Mail that i cannot figure out how to access from mutt...
 
 any suggestions?

press 'c' in mutt to change mailbox.

cheers, 
tom

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



some question

2003-02-20 Thread
hi,i have a question about tcp/ip stack,could you help me?
  when we send a tcp packet with tcp_maxopt(tcp_maxopt = min(my mss,mss 
offerd by opposite socket) +length of TCP options,as ecos does in function 
tcp_mss() of the file tcp_input.c) to IP,and IP insert some IP options into 
packet,so maybe length of whole IP packet  ifp-mtu,so Ip must fragment 
this tcp packet,and TCP failed to avoid fragmenting in host itsself.
  as we know,TCP always avoid to fragment as possible,maybe the condition 
above does not occur often,but it is possible.
right?
or wrong,please tell me,Thank you very much!

BRS/johnsonest
  






_
Ãâ·ÑÏÂÔØ MSN Explorer:   http://explorer.msn.com/lccn/  


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


Re: PosgreSQL from ports

2003-02-20 Thread Jonathan Chen
On Wed, Feb 19, 2003 at 09:14:27PM -0800, Syborg wrote:
 Greetings!
 
 I have installed PostgreSQL 7.3.2 from the ports tree.
 The server runs fine, I can create tables and issues
 queries and whatnot. I can not, however, compile C
 applications as the linker doesnt seem to find the C
 libraries.

Show us the commands you're using to link with, as well as the error
messages, and we can probably tell you what you're doing wrong.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  If you're right 90% of the time, why quibble about the remaining 3%?

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



Re: samba in a jail

2003-02-20 Thread Ruben de Groot
On Thu, Feb 20, 2003 at 12:25:46AM +0100, taxman typed:
 
 Anyone successfully running samba inside of a jail on 4.7R?  I'm trying te get 
 it to work for a friend of mine.  It works ok for a while and then locks the 
 machine up hard every night.  Network access is gone.  We haven't yet 
 determined if it is the periodic scripts that cause the trouble, or just the 
 type of activity that they represent.  How do I run them each (or al of the 
 daily scripts) to see what causes the lock-up?

See man periodic(8)

   Normal use and even copying large files does not seem to cause the lock-up.  
 Unfortunately, nothing segfaults so I can't get a core dump to do anything 
 with.
   Sorry I don't have more detail at the moment, I just wanted to know if anyone 
 had it working.  I may try a serial console if i can make a null cable.  I'll 
 get more details on Sat.  Other ideas of things to check?
 Thanks,
   
   Tim
 
 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



download freebsd

2003-02-20 Thread Dominique Mabileau
Hello,
My screen get frozen every time I click on the link to download FreeBsd
(French, German, ...).
I'm using Windows2000/IE6. Can you help me ?

Dominique Mabileau
Responsable Informatique


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



Re: staroffice52

2003-02-20 Thread Konrad Heuer

On Wed, 19 Feb 2003, Brian Henning wrote:

 i have a really silly question, but i have looked and tried different things.
 how do i start staroffice. i cannot find the binary? i ran the install program
 after i installed the port. i trying running the binary ./soffice after the
 install and all i get is the setup program. any suggestions?

Is your home directory on a local or NFS-mounted disk volume? Staroffice
5.2 seems to show some strange behaviour when setting up its ~/office52
directory on an NFS-mounted volume.

Regards

Konrad Heuer ([EMAIL PROTECTED])  ___  ___
GWDG   / __/__ ___ / _ )/ __/ _ \
Am Fassberg   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen /_/ /_/  \__/\__//___//
Germany



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



Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Stefan Cars
Hi!

I have been trying to build the imap-uw port to allow plaintext passwords
for a long time now... Trying with all different possibilities when
compiling, even suspending the make before it actually compiles and going
into work and doing the changes that is noted in the imap-uw source, but
nothing works. Doing make with SSLTYPE=none is not working. Doing make
with WITHOUT_SSL=yes doesn't work... Nothing work.. imapd will refuse to
not use SSL.  Of course I've tried to build the cclient separatley and
done all the above things...  Of course it's possible to build it
separatly from source, and I'm going for that now but I'm very interested
in getting the port to work.

/S


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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 10:32, Stefan Cars wrote:
 Hi!

 I have been trying to build the imap-uw port to allow plaintext passwords
 for a long time now... Trying with all different possibilities when
 compiling, even suspending the make before it actually compiles and going
 into work and doing the changes that is noted in the imap-uw source, but
 nothing works. Doing make with SSLTYPE=none is not working. Doing make
 with WITHOUT_SSL=yes doesn't work... Nothing work.. imapd will refuse to
 not use SSL.  Of course I've tried to build the cclient separatley and
 done all the above things...  Of course it's possible to build it
 separatly from source, and I'm going for that now but I'm very interested
 in getting the port to work.

Hi,

Did you try:
make WITHOUT_SSL=yes install

Antoine

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



Re: staroffice52

2003-02-20 Thread bastill
Quoting Konrad Heuer [EMAIL PROTECTED]:

 
 On Wed, 19 Feb 2003, Brian Henning wrote:
 
  i have a really silly question, but i have looked and tried different
 things.
  how do i start staroffice. i cannot find the binary? i ran the install
 program
  after i installed the port. i trying running the binary ./soffice after
 the
  install and all i get is the setup program. any suggestions?
 
 Is your home directory on a local or NFS-mounted disk volume? Staroffice
 5.2 seems to show some strange behaviour when setting up its ~/office52
 directory on an NFS-mounted volume.

No it doesn't.  Not, that is, if it is installed from the ports.
(Installing the Linux Version from a CD isn't so hot, YMMV)

If installed as Brian appears to have done, he simply needs to be in his home
directory and type office52/soffice

--
Brian

---
This message sent through Adam Internet Webmail
  http://www.adam.com.au

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



MINUID in NIS Makefile

2003-02-20 Thread Antoine Jacoutot
Hi !

Is there a way to use the MINUID and MINGID options in a NIS Makefile or is it 
Linux only ?
Indeed, with large networks when new users arrive or leave, it is a pain to 
have to copy then edit the master.passwd file each time a change occurs.

Besides, is there a man page or a documentation about all the possible options 
of the NIS Makefile ? I read all the yp* man pages I found but didn't find 
anything about it.

Thanks.

Antoine


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



OpenOffice and Mozilla

2003-02-20 Thread Mike Jeays
Several times I have found that running OpenOffice 1.0 on FreeBSD 4.7
has corrupted my Mozilla settings.  The contents of .mozilla looks intact,
but it refuses to recognize my profile.  I have to build a new profile, 
and move
over my bookmarks and mail folders.

Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005

Have other people had this problem, and where do I go to find out more?



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


Re: IP-change

2003-02-20 Thread Giorgos Keramidas
On 2003-02-20 04:30, Mark [EMAIL PROTECTED] wrote:
 Giorgos Keramidas [EMAIL PROTECTED] wrote:
  This is more likely to be a setup problem on your end,

 Well, the rest of the world has no problem with it. :) All mail
 servers around the globe I receive mail from, picked up on the DNS
 change within several days; '/var/log/maillog' on the old server is
 now only filled with mail from the FreeBSD list.

The new name seems to work fine, as far as DNS is concerned.  The
following output is from hub.freebsd.org, the mail server of the
FreeBSD.org domain.

: hub host asarian-host.net.
: asarian-host.net has address 194.109.160.70
: asarian-host.net mail is handled (pri=10) by
: anonymizer.asarian-host.net
: asarian-host.net mail is handled (pri=20) by mail.asarian-host.net
: hub host anonymizer.asarian-host.net
: anonymizer.asarian-host.net has address 194.109.160.70
: hub host mail.asarian-host.net
: mail.asarian-host.net has address 194.109.160.70
: hub host 194.109.160.70
: 70.160.109.194.IN-ADDR.ARPA domain name pointer mail.asarian-host.net
: hub

 The old IP was 216.122.74.112. My old DNS host still has a PTR for
 the old IP address, though. Maybe that could be it? I just asked
 them to remove it, just in case.

This one doesn't resolve from hub.freebsd.org.

Even if it hadn't before, the mail server of FreeBSD.org has picked up
the DNS changes.  Do you still have problems with mail?

- Giorgos


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



Re: Linux binary compiled by Intel compiler

2003-02-20 Thread Matt Smith
Check out:
man brandelf

the example in this man page should give you what you need,
-Matt

On Wed, 2003-02-19 at 19:35, Bo Xiao wrote:
 Hi,
  
 I am trying to run some linux binary compiled with Intel compiler. It
 gives me the following error. Is this a known problem? I can run 
 other linux binaries like netscape.
  
 foo/prp% ./prp
 ELF binary type 0 not known.
 Abort
 foo/prp% uname -a
 FreeBSD xxx.xxx.xxx.xxx 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Jan 31
 00:31:09 PST 2003 root at
 xxx.xxx.xxx.xxx:/usr/src/sys/compile/HAORIZI4  i386
 foo/prp% 
  
 Thanks.
 Bo Xiao
  
 
 __
 Help STOP SPAM with the new MSN 8  and get 2 months FREE* To
 Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe
 freebsd-questions in the body of the message
-- 
Matt Smith [EMAIL PROTECTED]


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



Re: OpenOffice and Mozilla

2003-02-20 Thread Laszlo Vagner
I have  similiar problem where mozilla crashes and then dont release
the profile files, a quick look at ps -auxw shows mozilla-bin running
and a killall mozilla-bin releases my profile so i can open mozilla again.



On Thursday 20 February 2003 07:12 am, Mike Jeays wrote:
 Several times I have found that running OpenOffice 1.0 on FreeBSD 4.7
 has corrupted my Mozilla settings.  The contents of .mozilla looks intact,
 but it refuses to recognize my profile.  I have to build a new profile,
 and move
 over my bookmarks and mail folders.

 Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005

 Have other people had this problem, and where do I go to find out more?



 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



Re: IP-change

2003-02-20 Thread Mark
- Original Message -
From: Giorgos Keramidas [EMAIL PROTECTED]
To: Mark [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 2:12 PM
Subject: Re: IP-change


 On 2003-02-20 04:30, Mark [EMAIL PROTECTED] wrote:
  Giorgos Keramidas [EMAIL PROTECTED] wrote:

   This is more likely to be a setup problem on your end,
 
  Well, the rest of the world has no problem with it. :) All mail
  servers around the globe I receive mail from, picked up on the
  DNS change within several days; '/var/log/maillog' on the old
  server is now only filled with mail from the FreeBSD list.

 The new name seems to work fine, as far as DNS is concerned. The
 following output is from hub.freebsd.org, the mail server of the
 FreeBSD.org domain.

 : hub host asarian-host.net.
 : asarian-host.net has address 194.109.160.70


Well, go figure. :) Just when I'm asking, the mail servers of FreeBSD seem,
indeed, to have picked up on the change. Gee, I wish everything would get
resolved so easily. :)

Thanks for the help, anyway.

- Mark


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



RE: Duplicate Posts [Was RE: IP-change]

2003-02-20 Thread Colin J. Raven
U, sorry to intrude on the thread Mark and Giorgos, but does anyone
know why each email to this list arrives in duplicate?? Not that I mind
grin 'cos it's double the BSD goodness...but merely curious is all.
Regards to all,
-Colin

+  On 2003-02-20 04:30, Mark [EMAIL PROTECTED] wrote:
+   Giorgos Keramidas [EMAIL PROTECTED] wrote:
+ 
+This is more likely to be a setup problem on your end,
+  
+   Well, the rest of the world has no problem with it. :) All mail
+   servers around the globe I receive mail from, picked up on the
+   DNS change within several days; '/var/log/maillog' on the old
+   server is now only filled with mail from the FreeBSD list.
+ 
+  The new name seems to work fine, as far as DNS is concerned. The
+  following output is from hub.freebsd.org, the mail server of the
+  FreeBSD.org domain.
+ 
+  : hub host asarian-host.net.
+  : asarian-host.net has address 194.109.160.70
+ 
+ 
+ Well, go figure. :) Just when I'm asking, the mail servers 
+ of FreeBSD seem,
+ indeed, to have picked up on the change. Gee, I wish 
+ everything would get
+ resolved so easily. :)



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



Re: up dating the portstree

2003-02-20 Thread Kenzo
This is an excellent tutorial.  I use this all the time and it works
evertime. well haven't tried with 5.0 yet.

http://www.techgodz.com/freebsd/docs/Upgrade/MakeWorld-current.txt


- Original Message -
From: taxman [EMAIL PROTECTED]
To: kitsune [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, February 19, 2003 4:20 PM
Subject: Re: up dating the portstree


On Wednesday 19 February 2003 11:24 pm, kitsune wrote:
 How do I update /usr/ports?

read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
carefully and follow the necessary parts.  especially editing your supfile
properly.

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



Re: IP-change

2003-02-20 Thread Kenzo
Most of the times, when you make a DNS change, it may take up 24 hours to
replicate to all other servers.
And during that time is when, you wonder if it's gonna work or not.
On top of that your carrier may not refresh it's list every 6 to 12 hours.
I had to talk to a supervisor to have ATT do the refresh it right away.





- Original Message -
From: Mark [EMAIL PROTECTED]
To: Giorgos Keramidas [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 7:48 AM
Subject: Re: IP-change


 - Original Message -
 From: Giorgos Keramidas [EMAIL PROTECTED]
 To: Mark [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, February 20, 2003 2:12 PM
 Subject: Re: IP-change


  On 2003-02-20 04:30, Mark [EMAIL PROTECTED] wrote:
   Giorgos Keramidas [EMAIL PROTECTED] wrote:

This is more likely to be a setup problem on your end,
  
   Well, the rest of the world has no problem with it. :) All mail
   servers around the globe I receive mail from, picked up on the
   DNS change within several days; '/var/log/maillog' on the old
   server is now only filled with mail from the FreeBSD list.
 
  The new name seems to work fine, as far as DNS is concerned. The
  following output is from hub.freebsd.org, the mail server of the
  FreeBSD.org domain.
 
  : hub host asarian-host.net.
  : asarian-host.net has address 194.109.160.70


 Well, go figure. :) Just when I'm asking, the mail servers of FreeBSD
seem,
 indeed, to have picked up on the change. Gee, I wish everything would get
 resolved so easily. :)

 Thanks for the help, anyway.

 - Mark


 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



ipfilter on 5.0

2003-02-20 Thread Wayne Pascoe
Hi all,

Does anyone have ipfilter working on 5.0 ? ipf binary appears to be
here, but I can't find hide nor hair of the module.

I've tried recompiling the code in /usr/src/contrib/ipfilter, but doing
both make bsd and make freebsd4 fails.

Is this working yet or do I need to look into ipfw? 

Thanks,

-- 
Wayne Pascoe



msg19984/pgp0.pgp
Description: PGP signature


Stuck mail

2003-02-20 Thread Ronnie Clark
Hello all!

I have a 2 simple questions.

1.) I run a script on my FreeBSD firewall to parse the
firewall logs into csv format. When I tested this, I
was able to mail them to myself with no problems. But
the last two times, I am getting a message that says
that the email was denied being sent by the localhost.
Is there a way to retrieve the email that is stuck?

2.) Is there a way to alias my account on the firewall
box to my account on another FreeBSD workstation?

Thanks in advance,
Ron Clark

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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



Installation freeBSD

2003-02-20 Thread Robinson, Scott
To all-

I just set up FreeBSD on my PC as the sole OS.  But FreeBSD is not
recognizing my IDE CD-ROM drive.  Configuring the kernel I made ATA/ATAPI
IP #14 with 0x1F0 ( I left the flags alone). I confirmed that my NEC CDROM
is set as a slave on the primary port with the hard drive set as master.
The probe response says: ata0:  ATA identify retries exceeded.  What else
can I try?

Thanks.


 Important Notice to Recipients  
It is important that you do not use e-mail to request, authorize or effect
the purchase or sale of any security or commodity, to send fund transfer
instructions, or to effect any other transactions.  Any such request,
orders, or instructions that you send will not be accepted and will not be
processed by Morgan Stanley. 


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



Simple question about profiling

2003-02-20 Thread Paolo Pisati

I've to confess this my first serious profile session, and
i found something really strange (at least for me... =P)

[flag@law3 src]$ gprof proto3
[snip]
 %   cumulative   self  self total
 time   seconds   secondscalls  ms/call  ms/call  name
 74.4  39.2639.26 .mcount (83)
  6.7  42.82 3.56 111575600 0.00 0.00  checkRule2d [4]
  6.6  46.30 3.48 1024 3.3912.30  buildTree2d [3]
  3.8  48.29 1.99 117334464 0.00 0.00  add_tail [6]
  3.7  50.25 1.96 117234464 0.00 0.00  rem [7]
  1.8  51.18 0.93 117234464 0.00 0.00  rem_head [5]
  0.6  51.51 0.33  164 0.00 0.00  __qdivrem [13]
  0.5  51.75 0.24   84 0.00 0.00  __svfscanf [9]
  0.4  51.96 0.21 9037 0.02 0.09  buildTree1d [10]
  0.3  52.14 0.18   80 0.00 0.00  strtoumax [12]
  0.3  52.28 0.14  1078414 0.00 0.00  memset [20]
  0.2  52.41 0.12  5658864 0.00 0.00  checkRule1d [21]
  0.1  52.47 0.07   250129 0.00 0.00  count [23]
  0.1  52.52 0.05   537809 0.00 0.00  malloc_bytes cycle 1 [22
]
  0.1  52.56 0.04  1166299 0.00 0.00  append_lists [25]
  0.1  52.59 0.03  2411019 0.00 0.00  new_list [26]
  0.1  52.62 0.03   536551 0.00 0.00  calloc [14]
  0.0  52.64 0.02   70 0.24 0.42  tree2dHeight [29]
[snip]

i think this is the beef: what the hell is .mcount?!?!
if i read the table correctly, .mcount is the guilty, isn't it?

any help or pointer is appreciated, thank you... =)

-- 

Paolo

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



mount_nwfs

2003-02-20 Thread Didier Wiroth
Hey,
I would like to mount different netware volumes with mount_nwfs but I
have not included ipx support in the kernel! I get the following error
message when I use the command:
nwfs: vgsload(nwfs): Exec format error

When I try to load the nwfs.ko module with kldload I get exactly the
same error, and additionnaly in var/log/messages I have this:
/kernel: link_elf: symbol ipxcksum undefined

Does the freebsd netware client only work with IPX?! Our netware servers
are netware 5 server with ONLY the TCP/IP protocol, no ipx!? Am I
still able to connect to it from freebsd?

Thanks
Didier


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



Wrong group on touch

2003-02-20 Thread Tuc
Hi,

Having an oddity in /tmp on my 4.7-STABLEWhen I create files in
/tmp, they have the wrong group :

himinbjorg% id
uid=1000(tuc) gid=1000(tuc) groups=1000(tuc), 0(wheel)
himinbjorg% ls -l /tmp/tuc
ls: /tmp/tuc: No such file or directory
himinbjorg% touch /tmp/tuc
himinbjorg% ls -l /tmp/tuc
-rw-r--r--  1 tuc  wheel  0 Feb 20 09:35 /tmp/tuc
himinbjorg% grep tuc /etc/passwd
tuc:*:1000:1000:Tuc:/usr/home/tuc:/usr/local/bin/zsh
himinbjorg% grep tuc /etc/group
wheel:*:0:root,tuc
tuc:*:1000:


Ok, so maybe I am in the group, so lets pick another user :

himinbjorg% id
uid=9000(cgitest) gid=9000(cgitest) groups=9000(cgitest)
himinbjorg% ls -l /tmp/cgitest
ls: /tmp/cgitest: No such file or directory
himinbjorg% touch /tmp/cgitest
himinbjorg% ls -l /tmp/cgitest
-rw-r--r--  1 cgitest  wheel  0 Feb 20 09:36 /tmp/cgitest
himinbjorg% grep cgitest /etc/passwd
cgitest:*:9000:9000:Tuc:/usr/home/tuc/cgitest/public_html:/usr/local/bin/zsh
himinbjorg% grep cgitest /etc/group
cgitest:*:9000:

/tmp looks like :

himinbjorg% ls -ld /tmp
drwxrwxrwt  7 root  wheel  1024 Feb 20 09:36 /tmp


Thanks, Tuc/TTSG Internet Services, Inc.

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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Mark
- Original Message -
From: Stefan Cars [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 10:33 AM
Subject: Trying to build imap-uw to allow plaintext passwords

 I have been trying to build the imap-uw port to allow plaintext
 passwords for a long time now... Trying with all different
 possibilities when compiling, even suspending the make before it
 actually compiles and going into work and doing the changes
 that is noted in the imap-uw source, but nothing works.

It just so happens I very recently compiled a new imap-uw myself, as I
needed drac built in. :)

 Doing make with SSLTYPE=none is not working. Doing make
 with WITHOUT_SSL=yes doesn't work... Nothing work.. imapd will refuse to
 not use SSL.

Try it like I did:

make WITH_DRAC=1 WITH_SSL_AND_PLAINTEXT=1

Compile BOTH cclient and imap-uw with these parameters (well, WITH_DRAC=1
only if you need drac support, of course). First compile cclient with these
options, then umap-uw, and you'll have a shiny new imapd waiting for you to
login. :)

- Mark


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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Webmail System Manager
On Thu, 20 Feb 2003, Stefan Cars wrote:

 I have been trying to build the imap-uw port to allow plaintext passwords
 for a long time now... Trying with all different possibilities when
 compiling, even suspending the make before it actually compiles and going
 into work and doing the changes that is noted in the imap-uw source, but
 nothing works. Doing make with SSLTYPE=none is not working. Doing make
 with WITHOUT_SSL=yes doesn't work... Nothing work.. imapd will refuse to

Hi Stephan,

You need to do this with both cclient and imap-uw:

make WITH_SSL_AND_PLAINTEXT=yes

Best Regards,

Brent

Brent Sims, Customer Satisfaction Manager
WebOkay Internet Services, LLC
http://www.webokay.net/
Phone (719) 595-1427

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



Fw: Removing emails from an email file automatically.

2003-02-20 Thread Kenzo
message bounced back with an undelivered message?

- Original Message -
From: Kenzo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 8:18 AM
Subject: Re: Removing emails from an email file automatically.


 Better yet, use postfix.  You can easily configure the files to block
about
 90% of all spam.
 http://www.postfix.org/
 Also use IMGATe. works great.
 http://imgate.meiway.com/
 The site refers to it, as a mailgate for imail, but it will work for any
 system.
 On top of that you can use Amavis or RAV to scan all E-mails for viruses.

 - Original Message -
 From: Ken McGlothlen [EMAIL PROTECTED]
 To: Dragoncrest [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Wednesday, February 19, 2003 10:23 PM
 Subject: Re: Removing emails from an email file automatically.


  Dragoncrest [EMAIL PROTECTED] writes:
 
  | Is there a simple way to remove a single email from a mail file using
an
  | automated script of some kind?
 
  Well, it's better to remove them on their way in, with a tool like
 procmail.
 
  I do have a set of tools I wrote to help one person get out from under
his
  rather substantial spamload.  I don't know if they'll help, but they
might
 give
  you some ideas.  Note that these are not exhaustively written; they're
 just
  very, very cheap hacks that could be improved on.  Needless to say,
 they're all
  intended to be run as root (unless you're working on your own mailbox).
 
  The first is fromn, which gives you a numbered from:
 
  #!/bin/sh
 
  from -f $1 | cat -n
 
  For example (dates slightly elided)
 
  $ fromn /var/mail/mcglk
   1  From [EMAIL PROTECTED]  Feb 19
20:02:46
 2003
   2  From [EMAIL PROTECTED]  Feb 19
20:05:46
 2003
   3  From [EMAIL PROTECTED]  Feb 19 20:05:57 2003
   4  From [EMAIL PROTECTED]  Feb 19
20:06:08
 2003
   5  From [EMAIL PROTECTED]  Feb 19
20:06:21
 2003
   6  From [EMAIL PROTECTED]  Feb 19 20:06:31
2003
   7  From [EMAIL PROTECTED]  Feb 19
20:06:57
 2003
   8  From [EMAIL PROTECTED]  Feb 19 20:08:42 2003
  $ _
 
  The second tool I have is headers
 
  #!/bin/sh
 
  skip=`dc -e $2 1 - p`
  formail +$skip -1 -s  $1 | formail -X 
 
  This allows me to see the headers of any particular message without
 violating
  the privacy of the body of the message.  For example:
 
  $ headers /var/mail/mcglk 2
  From [EMAIL PROTECTED]  Wed Feb 19 20:05:57 2003
  Return-Path: [EMAIL PROTECTED]
  Delivered-To: [EMAIL PROTECTED]
  Received: from shagrat.julianhaight.com
(shagrat.julianhaight.com
[216.127.43.86])
  by c3po.artlogix.com (Postfix) with SMTP id 1D8331AA07
  for [EMAIL PROTECTED]; Wed, 19 Feb 2003
20:05:57 -0800
 (PST)
  Received: (qmail 13946 invoked from network);
20 Feb 2003 03:59:44 -
  Received: from localhost (HELO spamcop.net) (127.0.0.1)
by shagrat.julianhaight.com with SMTP; 20 Feb 2003
 03:59:44 -
  From: SpamCop AutoResponder [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: SpamCop has accepted 1 email for processing
  Date: Thu, 20 Feb 2003 03:59:44 GMT
  Message-ID: [EMAIL PROTECTED]
  In-Reply-To: [EMAIL PROTECTED]
  References: [EMAIL PROTECTED]
  $ _
 
  If I really need to delete a message at this point, I can use
 /usr/bin/mail to
  delete the message by the message number.
 
  Still, much better to use procmail so you don't have to do any of this
 stuff in
  the first place if at all possible.
 
  | Can I setup something that will search a mail file, find a given
sender,
 and
  | then just nuke the message without hurting the mail file?
 
  In theory.  Take a look at the manpages for formail (if you have
procmail
  installed), which can extract headers from specific messages.
 
 
  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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Tuc
   You need to do this with both cclient and imap-uw:
 
   make WITH_SSL_AND_PLAINTEXT=yes
 
Been there, done that, been seriously frustrated, built from source.
EVERY time I compile, no matter what I do, it comes up with LOGINDISABLED
instead of AUTH=LOGIN

Tuc/TTSG Internet Services, Inc.

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



different disk geometry

2003-02-20 Thread Michael Soboleff
I have 40Gb IBM IDE drive, while booting freebsd 4.7 shows
me 79780/16/63 geometry,
but! sysinstall gives me another numbers : 5005/255/63. The
QUESTION is it OK?


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



Re: PosgreSQL from ports

2003-02-20 Thread John Bleichert
On Thu, 20 Feb 2003, Jonathan Chen wrote:
 On Wed, Feb 19, 2003 at 09:14:27PM -0800, Syborg wrote:
  Greetings!
  
  I have installed PostgreSQL 7.3.2 from the ports tree.
  The server runs fine, I can create tables and issues
  queries and whatnot. I can not, however, compile C
  applications as the linker doesnt seem to find the C
  libraries.
 
 Show us the commands you're using to link with, as well as the error
 messages, and we can probably tell you what you're doing wrong.
 -- 

(This was originally from me - my mail box was down for a bit so I jumped 
on yahoo)

I'm trying to compile a very simple postgres app, from the samples, using 
this simple Makefile:

~~
CFLAGS=-Wall -I/usr/local/include -L/usr/local/lib

pgtest: pgtest.c
gcc -o pgtest pgtest.c $(CFLAGS)
~~

I use this setup to test the rig on my Linux box too. I get lots of linker 
errors, the linker cannot find /usr/local/lib/libpq.so it looks like:

...
/tmp/ccNOWnok.o(.text+0x2b8): undefined reference to `PQntuples'
...

Normally when I install a dev environment from ports, I dont need to 
fiddle with ldconfig. Do I need to do that here? Or am I missing 
something?

Thanks - 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: mount_nwfs

2003-02-20 Thread Igor B. Bykhalo
 Hey,
 I would like to mount different netware volumes with mount_nwfs but I
 have not included ipx support in the kernel! I get the following error
 message when I use the command:
 nwfs: vgsload(nwfs): Exec format error
 
 When I try to load the nwfs.ko module with kldload I get exactly the
 same error, and additionnaly in var/log/messages I have this:
 /kernel: link_elf: symbol ipxcksum undefined
 
 Does the freebsd netware client only work with IPX?! Our netware servers
 are netware 5 server with ONLY the TCP/IP protocol, no ipx!? Am I
 still able to connect to it from freebsd?
 

Maybe NCP?

ncplist(1)   displays various information about ncplib and NetWare servers 
ncplogin(1)  create permanent connection to a NetWare server 
ncplogout(1) schedule permanent connection to close 

HTH,
Igor

 Thanks
 Didier
 
 
 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



Re: Wrong group on touch

2003-02-20 Thread Toni Schmidbauer
On Thu, Feb 20, 2003 at 09:37:10AM -0500, Tuc wrote:
 -rw-r--r--  1 tuc  wheel  0 Feb 20 09:35 /tmp/tuc

pinhead@aeolus [/tmp] $ ls -ld /tmp/
drwxrwxrwt  14 root  wheel  1536 Feb 20 15:57 /tmp//

the sticky bit set for /tmp. thats the reason why all files have
gid wheel.

see sticky(8)

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



msg19997/pgp0.pgp
Description: PGP signature


USB zip drive problems continued

2003-02-20 Thread Brian Henning
Hello-

i am having problems getting my usb zip drive working on freebsd 4.7. 

so far i have created these devices
cd /dev  sh MAKEDEV usb1 usb2


this is the error  that i get at boot time...
---
dmesg | grep umass
umass0: Iomega USB Zip 100, rev 1.00/1.00, addr 3
umass0: Get Max Lun not supported (STALLED)
umass0: BBB reset failed, IOERROR


camcontrol devlist -v
 at scbus-1 target -1 lun -1 (xpt0)

 usbdevs -v
Controller /dev/usb0:
addr 1: I/O error
addr 2: I/O error
addr 3: I/O error
addr 4: I/O error
addr 5: I/O error
addr 6: I/O error
addr 7: I/O error
addr 8: I/O error
addr 9: I/O error
addr 10: I/O error
addr 11: I/O error
addr 12: I/O error
addr 13: I/O error
addr 14: I/O error
addr 15: I/O error
addr 16: I/O error
addr 17: I/O error
addr 18: I/O error
addr 19: I/O error
addr 20: I/O error
addr 21: I/O error
addr 22: I/O error
addr 23: I/O error
addr 24: I/O error
addr 25: I/O error
addr 26: I/O error
addr 27: I/O error
addr 28: I/O error
addr 29: I/O error
addr 30: I/O error
addr 31: I/O error
addr 32: I/O error
addr 33: I/O error
addr 34: I/O error
addr 35: I/O error
addr 36: I/O error
addr 37: I/O error
addr 38: I/O error
addr 39: I/O error
addr 40: I/O error
addr 41: I/O error
addr 42: I/O error
addr 43: I/O error
addr 44: I/O error
addr 45: I/O error
addr 46: I/O error
addr 47: I/O error
addr 48: I/O error
addr 49: I/O error
addr 50: I/O error
addr 51: I/O error
addr 52: I/O error
addr 53: I/O error
addr 54: I/O error
addr 55: I/O error
addr 56: I/O error
addr 57: I/O error
addr 58: I/O error
addr 59: I/O error
addr 60: I/O error
addr 61: I/O error
addr 62: I/O error
addr 63: I/O error
addr 64: I/O error
addr 65: I/O error
addr 66: I/O error
addr 67: I/O error
addr 68: I/O error
addr 69: I/O error
addr 70: I/O error
addr 71: I/O error
addr 72: I/O error
addr 73: I/O error
addr 74: I/O error
addr 75: I/O error
addr 76: I/O error
addr 77: I/O error
addr 78: I/O error
addr 79: I/O error
addr 80: I/O error
addr 81: I/O error
addr 82: I/O error
addr 83: I/O error
addr 84: I/O error
addr 85: I/O error
addr 86: I/O error
addr 87: I/O error
addr 88: I/O error
addr 89: I/O error
addr 90: I/O error
addr 91: I/O error
addr 92: I/O error
addr 93: I/O error
addr 94: I/O error
addr 95: I/O error
addr 96: I/O error
addr 97: I/O error
addr 98: I/O error
addr 99: I/O error
addr 100: I/O error
addr 101: I/O error
addr 102: I/O error
addr 103: I/O error
addr 104: I/O error
addr 105: I/O error
addr 106: I/O error
addr 107: I/O error
addr 108: I/O error
addr 109: I/O error
addr 110: I/O error
addr 111: I/O error
addr 112: I/O error
addr 113: I/O error
addr 114: I/O error
addr 115: I/O error
addr 116: I/O error
addr 117: I/O error
addr 118: I/O error
addr 119: I/O error
addr 120: I/O error
addr 121: I/O error
addr 122: I/O error
addr 123: I/O error
addr 124: I/O error
addr 125: I/O error
addr 126: I/O error
addr 127: I/O error



any suggestions?

thanks, 
brian

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



Re: Simple question about profiling

2003-02-20 Thread Toni Schmidbauer
On Thu, Feb 20, 2003 at 03:40:43PM +0100, Paolo Pisati wrote:
 
 I've to confess this my first serious profile session, and
 i found something really strange (at least for me... =P)

see my answer to your previous posting. mcount is a function
used by profiling.

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



msg1/pgp0.pgp
Description: PGP signature


Re: Wrong group on touch

2003-02-20 Thread Tuc
 
 On Thu, Feb 20, 2003 at 09:37:10AM -0500, Tuc wrote:
  -rw-r--r--  1 tuc  wheel  0 Feb 20 09:35 /tmp/tuc
 
 pinhead@aeolus [/tmp] $ ls -ld /tmp/
 drwxrwxrwt  14 root  wheel  1536 Feb 20 15:57 /tmp//
 
 the sticky bit set for /tmp. thats the reason why all files have
 gid wheel.
 
 see sticky(8)
 
I read that page 10 times, and not once did I take away from it
that the GROUP was going to be forced to whatever the directory was. Even
stranger :

-bash-2.05b$ ls -la /tmp
total 54
drwxrwxrwt   4 root  wheel   512 Feb 20 03:01 .
drwxr-xr-x  17 root  wheel   512 Feb 14 21:43 ..
drwxrwxrwt   2 root  wheel   512 Feb 15 16:19 .X11-unix
-rw---   1 tuc   tuc   42021 Feb 19 11:04 est.80999
drwxr-xr-x   2 uuhbjorg  uuhbjorg512 Feb 12 14:19 f
-rw-r--r--   1 root  wheel 0 Jan 24 14:08 patchre4rjcg
-rw---   1 www   wheel 0 Feb 19 22:11 
sess_13036c64b703ed8b9f8647e133189d2e
-rw---   1 tuc   tuc 159 Feb 19 11:04 snd.80999
-rw-r--r--   1 tuc   wheel   718 Feb  4 08:41 t


Some files created in /tmp ARE GID'd to me.

Tuc/TTSG Internet Services, Inc.

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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Webmail System Manager
On Thu, 20 Feb 2003, Tuc wrote:

   Been there, done that, been seriously frustrated, built from source.
 EVERY time I compile, no matter what I do, it comes up with LOGINDISABLED
 instead of AUTH=LOGIN

Serious frustration I understand... we're just now migrating
from Linux to FreeBSD and, well, I've been bit a few times myself :-) This
may not be it but sometimes, particularly when having fought something
like this for a bit of time, we miss the simple things. Is imap enabled in
your inetd.conf file

imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
imaps stream ...

And, of course, without meaning or implying any insult at all,
did you restart inetd?

Best Regards,

Brent

Brent Sims, Customer Satisfaction Manager
WebOkay Internet Services, LLC
http://www.webokay.net/
Phone (719) 595-1427

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



Re: Wrong group on touch

2003-02-20 Thread Daniel Bye
On Thu, Feb 20, 2003 at 04:01:28PM +0100, Toni Schmidbauer wrote:
 On Thu, Feb 20, 2003 at 09:37:10AM -0500, Tuc wrote:
  -rw-r--r--  1 tuc  wheel  0 Feb 20 09:35 /tmp/tuc
 
 pinhead@aeolus [/tmp] $ ls -ld /tmp/
 drwxrwxrwt  14 root  wheel  1536 Feb 20 15:57 /tmp//
 
 the sticky bit set for /tmp. thats the reason why all files have
 gid wheel.

Really?  I thought setting the sgid bit on a directory caused this
behaviour...  The sticky(8) manpage doesn't mention anything about setting
of group ownership, so sometihing else is going on.  Usefully, I have no
idea what, though.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

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



Hardware support under UltraSPARC

2003-02-20 Thread Alan Lai
Hello,

I am a newbie to freebsd, I want to clarify something before I get into
using it.

I plan to put freebsd5 on a sun e250, this is a pci based ultrasparc
machine, but at the same time, this machine has a non-sun hardware, which
is a network card thats originally for x86 machine. This card is working
probably under solaris w/ some non-official driver,  is supported under
linux/x86. My question is, will this card, intel fastethernet 100, or
3com590 work under freebsd/ultrasparc w/ some tiny tinkering?

and also, can i compile freebsd's kernel like linux?

thanks
Alan.


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



Re: Wrong group on touch

2003-02-20 Thread Ceri Davies
On Thu, Feb 20, 2003 at 04:01:28PM +0100, Toni Schmidbauer wrote:
 On Thu, Feb 20, 2003 at 09:37:10AM -0500, Tuc wrote:
  -rw-r--r--  1 tuc  wheel  0 Feb 20 09:35 /tmp/tuc
 
 pinhead@aeolus [/tmp] $ ls -ld /tmp/
 drwxrwxrwt  14 root  wheel  1536 Feb 20 15:57 /tmp//
 
 the sticky bit set for /tmp. thats the reason why all files have
 gid wheel.

That's not correct (although it would be on Solaris).
It's because /tmp is group-owned by wheel.

Ceri

 see sticky(8)

Doesn't apply to this situation.

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com

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



Re: Wrong group on touch

2003-02-20 Thread Ceri Davies
On Thu, Feb 20, 2003 at 03:11:18PM +, Daniel Bye wrote:
 On Thu, Feb 20, 2003 at 04:01:28PM +0100, Toni Schmidbauer wrote:
  On Thu, Feb 20, 2003 at 09:37:10AM -0500, Tuc wrote:
   -rw-r--r--  1 tuc  wheel  0 Feb 20 09:35 /tmp/tuc
  
  pinhead@aeolus [/tmp] $ ls -ld /tmp/
  drwxrwxrwt  14 root  wheel  1536 Feb 20 15:57 /tmp//
  
  the sticky bit set for /tmp. thats the reason why all files have
  gid wheel.
 
 Really?  I thought setting the sgid bit on a directory caused this
 behaviour...

On Solaris, yes.

On BSD, no.
New files take on the same group ownership as the directory they are in.

Ceri

-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com

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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Tuc
 
   And, of course, without meaning or implying any insult at all,
 did you restart inetd?
 
Actually, I ran the binary by hand from the command line before
even installing. I check for the banner. I then exit it with b3 LOGOUT.

Tuc/TTSG Internet Services, Inc.

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



Re: Wrong group on touch

2003-02-20 Thread Ceri Davies
On Thu, Feb 20, 2003 at 03:13:18PM +, Ceri Davies wrote:
 On Thu, Feb 20, 2003 at 04:01:28PM +0100, Toni Schmidbauer wrote:
  On Thu, Feb 20, 2003 at 09:37:10AM -0500, Tuc wrote:
   -rw-r--r--  1 tuc  wheel  0 Feb 20 09:35 /tmp/tuc
  
  pinhead@aeolus [/tmp] $ ls -ld /tmp/
  drwxrwxrwt  14 root  wheel  1536 Feb 20 15:57 /tmp//
  
  the sticky bit set for /tmp. thats the reason why all files have
  gid wheel.
 
 That's not correct (although it would be on Solaris).

To correct myself, it wouldn't be there either.
On Solaris this is controlled by the sgid bit on the directory.

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com

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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Mark
- Original Message -
From: Webmail System Manager [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 4:10 PM
Subject: Re: Trying to build imap-uw to allow plaintext passwords


 On Thu, 20 Feb 2003, Tuc wrote:

  Been there, done that, been seriously frustrated, built from
  source. EVERY time I compile, no matter what I do, it comes up with
  LOGINDISABLED instead of AUTH=LOGIN

Odd. It did not do that for me. I'd give you mine, but it is compiled for
drac support. :)

 Is imap enabled in your inetd.conf file

LOGINDISABLED is a message output by imap-uw when you connect to it (and
things have gone wrong, compile-wise). So, I take it he telnetted to it, or
ran it manually.

- Mark


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



Re: MINUID in NIS Makefile

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 16:17, Dan Nelson wrote:
 In the last episode (Feb 20), Antoine Jacoutot said:
  Is there a way to use the MINUID and MINGID options in a NIS Makefile
  or is it Linux only ?

 You'll have to tell us what those options mean before we can tell you
 whether there is an equivalent.

Of course, I'm sorry...
The MINUID and MINGID allow to create passwd.by* only with account which UID 
are equal or higher than MINUID and group.by* only with groups which GID are 
equal or higher than MINGID.
Extract from a Debian NIS Makefile:
# We do not put password entries with lower UIDs (the root and system
# entries) in the NIS password database, for security. MINUID is the
# lowest uid that will be included in the password maps.
# MINGID is the lowest gid that will be included in the group maps.

 You don't need to copy
 /var/yp/master.passwd to edit it; just make the change and run make.

So I would change the original /etc/master.passwd ?? Is that OK, it looks 
like it's not.

Antoine


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



Re: PosgreSQL from ports

2003-02-20 Thread Mike Meyer
In [EMAIL PROTECTED], John Bleichert 
[EMAIL PROTECTED] typed:
 On Thu, 20 Feb 2003, Jonathan Chen wrote:
  On Wed, Feb 19, 2003 at 09:14:27PM -0800, Syborg wrote:
 I'm trying to compile a very simple postgres app, from the samples, using 
 this simple Makefile:
 
 ~~
 CFLAGS=-Wall -I/usr/local/include -L/usr/local/lib
 
 pgtest: pgtest.c
   gcc -o pgtest pgtest.c $(CFLAGS)
 ~~
 
 I use this setup to test the rig on my Linux box too. I get lots of linker 
 errors, the linker cannot find /usr/local/lib/libpq.so it looks like:
 ...
 /tmp/ccNOWnok.o(.text+0x2b8): undefined reference to `PQntuples'
 ...

You need to add -lpq to the CFLAGS so you actually use the postgres
library.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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



kde3 install

2003-02-20 Thread Brian Henning
Can someone explain to me what Qt is for here and why it has to be threaded?
thanks,

Brian

checking for Qt... configure: error: Qt (= Qt 3.1 (20021021)) (library qt-mt)
not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
===  Script configure failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
  the /usr/ports/games/kdegames3/work/kdegames-3.1/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/games/kdegames3.
*** Error code 1

Stop in /usr/ports/x11/kde3.

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



Re: installkernel first?

2003-02-20 Thread Mike Meyer
In [EMAIL PROTECTED], [EMAIL PROTECTED] typed:
 I'm tracking 4.7 stable.
 The handbook asks me to:
 go to single user mode and fsck -p (etc ...)
 Can't.  
 /dev/ad2s1a: NO WRITE ACCESS
 /dev/ad2s1a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
 (Mounted RW  according to fstab).

This looks like you aren't running the fsck as root. Either that, or
the file modes on the device are screwed up.

 after make buildworld as single user and reboot also to single user could not
 cd /usr/src - ls shows the /usr directory containing only /usr/local and no
 other directories.
 I CAN find /usr/src (and a number of other useful directories g) as root or user.

Possibly something isn't mounted.

 I am next supposed to make buildkernel # make installkernel.  This appeared to
 work ok (I didn't monitor), but no new kernel appeared in the / directory (I
 still had my 'old' one).

So what does an ls of the kernels look like? Normally, installkernel
moves your old kernel to kernel.old, removing any previous kernel.old,
then installs the new kernel as kernel.;

 The next step was to be make installworld but I have not done this in view of
 the earlier errors.

No, the next step is to reboot to the new kernel you just installed.

You really haven't given us a lot of information to go on. Knowing
exactly what commands you run, and seeing real error messages would
help a lot.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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



Re: installkernel first?

2003-02-20 Thread Peter Hollaubek
On Feb 20, 2003, [EMAIL PROTECTED] wrote:
 I'm tracking 4.7 stable.
 The handbook asks me to:
 go to single user mode and fsck -p (etc ...)
 Can't.  
 /dev/ad2s1a: NO WRITE ACCESS
 /dev/ad2s1a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
 (Mounted RW  according to fstab).
 
 after make buildworld as single user and reboot also to single user could not
 cd /usr/src - ls shows the /usr directory containing only /usr/local and no
 other directories.
 I CAN find /usr/src (and a number of other useful directories g) as root or user.
 
 I am next supposed to make buildkernel # make installkernel.  This appeared to
 work ok (I didn't monitor), but no new kernel appeared in the / directory (I
 still had my 'old' one).
 
 The next step was to be make installworld but I have not done this in view of
 the earlier errors.
 
 Can someone figure this out for me and point me in the right direction?
 Thanks.
 
 --
 Brian
 

As of /usr/src/UPDATING:

To update from 4.0-RELEASE or later to the most current
4.x-STABLE
--
make buildworld
make buildkernel KERNCONF=YOUR_KERNEL_HERE
make installkernel KERNCONF=YOUR_KERNEL_HERE
reboot  (in single user) [1]
make installworld
mergemaster [2]
reboot

In single user mode only the root fs is mounted by default. So for making installworld 
you have to mount all the slices affected by such a process (usually all other slices 
like 
/usr, /var), and also, only the system itself boots up, nothing else is started 
preventing any problem caused by installing something new under a running old task 
in memory. If the new kernel fails you can return to the old one without risking 
incompatibility with the old kernel and the new world. Everything in this order has a 
reason :). 

fif

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



Installation (follow-up: see today's previous post)

2003-02-20 Thread Robinson, Scott
Regarding my previous message:

Please excuse me!  I just located your previous response from Nathan Kinkade
on Feb 3.  The jumper cables are set appropriately with the CDROM set as
slave at the end of the cable.  The hard drive is set as master and is
located between the CDROM and where it connects to the PC.  Can you tell me
what you mean by the cable direction?  I haven't yet run the dmesg command
as Nathan suggested.  I will do so tonight.


 Important Notice to Recipients  
It is important that you do not use e-mail to request, authorize or effect
the purchase or sale of any security or commodity, to send fund transfer
instructions, or to effect any other transactions.  Any such request,
orders, or instructions that you send will not be accepted and will not be
processed by Morgan Stanley. 


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



Re: ODBC on FreeBSD

2003-02-20 Thread Mike Meyer
In [EMAIL PROTECTED], John Bleichert 
[EMAIL PROTECTED] typed:
 Been off-list for a while. I have a functional PostgreSQL install. I've 
 written native apps to access it on Linux and BSD. WHat do I need to do on 
 the FBSD Postgres server to allow other hosts on the LAN to access it via 
 ODBC? I know I need to install the appropriate ODBC drivers on the 
 clients.

All you need to do is install the appropriate ODBC drivers on the
client side. They translate from the ODBC API to the Postgresql
network API. Hmm. You may need the postgresql libraries on the client
as well. I already had the postgresql client port installed on the
client side when I installed odbc, and may not have noticed.

 New to ODBC, figured FBSD is a good place to learn it. Any help or 
 pointers appreciated.

All I can recommend is that you keep asking questions on -questions. I
just installed ODBC to use with Applix Office. It was a pita because I
was use a newer version of Postgres than Applix Office supported, and
a newer version of Applix Office than Postgres supported. Once I found
the proper drivers, it worked fine.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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



Ssh delay between 4.7 and 5.0

2003-02-20 Thread Odhiambo Washington
I am seeing an amazingly long delay when I do ssh from 4.7-STABLE to 5.0-RELEASE.
I have set automatic login using public keys.
Does anyone know a solution to this phenomena?

On 4.7, OpenSSH_3.4p1 FreeBSD-20020702, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
On 5.0, OpenSSH_3.5p1 FreeBSD-20021029, SSH protocols 1.5/2.0, OpenSSL 0x0090607f

Must I upgrade the two to be same version??


-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!  :-)


Job Placement, n.:
Telling your boss what he can do with your job.

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



Re: PosgreSQL from ports

2003-02-20 Thread John Bleichert
On Thu, 20 Feb 2003, Mike Meyer wrote:
 Subject: Re: PosgreSQL from ports
  On Thu, 20 Feb 2003, Jonathan Chen wrote:
  I'm trying to compile a very simple postgres app, from the samples, using 
  this simple Makefile:
  
  ~~
  CFLAGS=-Wall -I/usr/local/include -L/usr/local/lib
  
  pgtest: pgtest.c
  gcc -o pgtest pgtest.c $(CFLAGS)
  ~~
  
  I use this setup to test the rig on my Linux box too. I get lots of linker 
  errors, the linker cannot find /usr/local/lib/libpq.so it looks like:
  ...
  /tmp/ccNOWnok.o(.text+0x2b8): undefined reference to `PQntuples'
  ...
 
 You need to add -lpq to the CFLAGS so you actually use the postgres
 library.
 
   mike

Doh! I had tried that, but without the '-L' line provided above. Both are 
required for the build. Hmm.

Thanks for the whack with the reason stick ;)

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: MINUID in NIS Makefile

2003-02-20 Thread Scott Mitchell
On Thu, Feb 20, 2003 at 04:30:21PM +0100, Antoine Jacoutot wrote:
 On Thursday 20 February 2003 16:17, Dan Nelson wrote:
  In the last episode (Feb 20), Antoine Jacoutot said:
   Is there a way to use the MINUID and MINGID options in a NIS Makefile
   or is it Linux only ?
 
  You'll have to tell us what those options mean before we can tell you
  whether there is an equivalent.
 
 Of course, I'm sorry...
 The MINUID and MINGID allow to create passwd.by* only with account which UID 
 are equal or higher than MINUID and group.by* only with groups which GID are 
 equal or higher than MINGID.
 Extract from a Debian NIS Makefile:
 # We do not put password entries with lower UIDs (the root and system
 # entries) in the NIS password database, for security. MINUID is the
 # lowest uid that will be included in the password maps.
 # MINGID is the lowest gid that will be included in the group maps.
 
  You don't need to copy
  /var/yp/master.passwd to edit it; just make the change and run make.
 
 So I would change the original /etc/master.passwd ?? Is that OK, it
 looks like it's not.

You would add one line to the end of your /etc/master.passwd to tell it to
pick up the entries from /var/yp/master.passwd as well (assuming you want
your NIS users to be able to log on to the NIS server).  Any users defined
in /etc/master.passwd will be 'local' users, those in /var/yp/master.passwd
will be exported to NIS clients.  You can do a similar things with the
groups database as well.

pw(8) will let you set max/min UID and GID ranges and will happily
manipulate both the local and NIS passwd files.

You want to read the pw(8), passwd(5) and group(5) manpages (especially the
bits on NIS/YP interaction) and section 19.8 of the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nis.html

Cheers,

Scott

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



Re: PosgreSQL from ports

2003-02-20 Thread Mike Meyer
In [EMAIL PROTECTED], John Bleichert 
[EMAIL PROTECTED] typed:
 On Thu, 20 Feb 2003, Mike Meyer wrote:
  You need to add -lpq to the CFLAGS so you actually use the postgres
  library.
 Doh! I had tried that, but without the '-L' line provided above. Both are 
 required for the build. Hmm.

Yup. -lpq to tell gcc what library to use, and -L/usr/local/lib to
tell gcc where to find the library. You probably did just -lpq on
Linux, and libpq is either in /usr/lib, or gcc is preconfigured to
look in /usr/local/lib.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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



Re: ipfilter on 5.0

2003-02-20 Thread Shane Hickey
Wayne,
I am currently using ipfilter on 5.0-release.  I rebuilt my kernel to
support it.  I confused myself because I couldn't find a LINT file in
/sys/i386/conf.  But it looks like you now build the LINT file by using
the Makefile in this directory.  The options that you want in your
kernel are 

options IPFILTER
options IPFILTER_LOG
options IPFILTER_DEFAULT_BLOCK

At least, you for sure want the first one.  I don't know much about
FreeBSD kernel modules, so if this wasn't what you were trying to do, I
apologize.

Shane

On Thu, 2003-02-20 at 07:38, Wayne Pascoe wrote:
 Hi all,
 
 Does anyone have ipfilter working on 5.0 ? ipf binary appears to be
 here, but I can't find hide nor hair of the module.
 
 I've tried recompiling the code in /usr/src/contrib/ipfilter, but doing
 both make bsd and make freebsd4 fails.
 
 Is this working yet or do I need to look into ipfw? 
 
 Thanks,



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



Re: MINUID in NIS Makefile

2003-02-20 Thread Chuck Swiger
Antoine Jacoutot wrote:
 On Thursday 20 February 2003 16:17, Dan Nelson wrote:
[ ... ]

The MINUID and MINGID allow to create passwd.by* only with account which UID 
are equal or higher than MINUID and group.by* only with groups which GID are 
equal or higher than MINGID.

20-sec% MINUID=50 

21-sec% awk -F: {if (\$3  $MINUID) print } /etc/passwd 

bind:*:53:53:Bind Sandbox:/:/sbin/nologin
uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico
xten:*:67:67:X-10 daemon:/usr/local/xten:/sbin/nologin
pop:*:68:6:Post Office Owner:/nonexistent:/sbin/nologin
www:*:80:80:World Wide Web Owner:/nonexistent:/sbin/nologin
nobody:*:65534:65534:Unprivileged user:/nonexistent:/sbin/nologin
chuck:*:1000:1000:Charles Swiger:/home/chuck:/bin/zsh
squid:*:3128:3128:Squid Cache:/home/squid:/sbin/nologin

...or `ypcat`, or however you get a flatfile version of /etc/passwd.

You don't need to copy
/var/yp/master.passwd to edit it; just make the change and run make.


So I would change the original /etc/master.passwd ?? Is that OK, it looks 
like it's not.

Use 'vipw' to edit /etc/passwd safely.

However, the point of NIS is to provide a network-based source of users 
which are in addition to the users in the local /etc/passwd database. 
On your YP/NIS master server, cd to /var/yp and do a make.  That will 
propogate updated versions of the passwd.foo NIS maps to the NIS clients.

-Chuck


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


Re: Wrong group on touch

2003-02-20 Thread Toni Schmidbauer
On Thu, Feb 20, 2003 at 03:13:18PM +, Ceri Davies wrote:
 That's not correct (although it would be on Solaris).
 It's because /tmp is group-owned by wheel.

sorry for that, i was to fast with my assumptions...

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



msg20022/pgp0.pgp
Description: PGP signature


ðòéçìáûåîéå ÄÌÑ ÕÞÁÓÔÉÑ × ÓÅÍÉÎÁÒÅ ðòïæåóóéïîáìøîïå æéîáîóï÷ïå ðìáîéòï÷áîéå

2003-02-20 Thread info_sem




ðòéçìáûåîéå äìñ õþáóôéñ ÷ ðòáëôéþåóëïí ïâõþáàýåí óåíéîáòå

***

ïÒÇÁÎÉÚÁÔÏÒ:

úáï "ïÂÝÅÓÔ×Ï ÆÉÎÁÎÓÏ×ÏÇÏ É ÜËÏÎÏÍÉÉÞÅÓËÏÇÏ ÒÁÚ×ÉÔÉÑ ÐÒÅÄÐÒÉÑÔÉÊ òïæüò"

ÉÓÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÅ 84/02 ÏÔ 14.02.2003Ç.

***

ôÅÍÁ ÓÅÍÉÎÁÒÁ: 

ÐÒÏÆÅÓÓÉÏÎÁÌØÎÏÅ ÆÉÎÁÎÓÏ×ÏÅ ÐÌÁÎÉÒÏ×ÁÎÉÅ.



ðÏ ÚÁÐÒÏÓÕ ×ÙÓÙÌÁÀÔÓÑ 2 ÉÎÆÏÒÍÁÃÉÏÎÎÙÈ ÆÁÊÌÁ:

seminar_bp.doc (ÆÏÒÍÁÔ MSWord) - ÐÏÌÎÏÅ ÏÐÉÓÁÎÉÅ ÓÅÍÉÎÁÒÁ;

seminar.xls (ÆÏÒÍÁÔ MSExcel) - ÆÏÒÍÁ ÚÁÑ×ËÉ ÎÁ ÕÞÁÓÔÉÅ × ÓÅÍÉÎÁÒÅ.

***

 ÷ÎÉÍÁÎÉÅ áËÃÉÑ: 

 ÔÏÌØËÏ × ËÁÎÕÎ 8 ÍÁÒÔÁ  

×ÓÅ ÕÞÁÓÔÎÉÃÙ ÓÅÍÉÎÁÒÁ ÐÏÌÕÞÁÀÔ × ÐÏÄÁÒÏË ÐÒÏÆ. ÂÌÏË 

Business Plan PL Professional category Analyzer 

(ÐÏÓÔÒÏÅÎÉÅ, ÒÁÚ×ÉÔÉÅ É ÕÐÒÁ×ÌÅÎÉÅ ÜËÏÎÏÍÉÞÅÓËÏÊ ÍÏÄÅÌØÀ 

ÐÒÅÄÐÒÉÑÔÉÑ). 





"ïæüòð òïæüò" ÐÒÉÇÌÁÛÁÅÔ ÓÐÅÃÉÁÌÉÓÔÏ× É ÒÕËÏ×ÏÄÉÔÅÌÅÊ ×ÓÅÈ ÒÁÎÇÏ× ÐÏÓÅÔÉÔØ 

ÐÒÁËÔÉÞÅÓËÉÊ ÓÅÍÉÎÁÒ × ÓÆÅÒÅ ÂÉÚÎÅÓ ÐÌÁÎÉÒÏ×ÁÎÉÑ (ÏÔ ÎÁÞÁÌØÎÙÈ ÜÌÅÍÅÎÔÏ× 

ÂÉÚÎÅÓ ÐÌÁÎÉÒÏ×ÁÎÉÑ ÄÏ ÓÏÚÄÁÎÉÑ ÐÒÏÆÅÓÓÉÏÎÁÌØÎÏÊ ÄÏËÕÍÅÎÔÁÃÉÉ) Ó 

ÐÏÓÌÅÄÕÀÝÅÊ ×ÙÄÁÞÅÊ Ë×ÁÌÉÆÉËÁÃÉÏÎÎÏÇÏ ÓÅÒÔÉÆÉËÁÔÁ.



÷áöîï! úÁÎÑÔÉÑ ÐÒÏ×ÏÄÑÔÓÑ × ËÏÍÐØÀÔÅÒÎÏÍ ËÌÁÓÓÅ 

(ÉÚ ÒÁÓÞÅÔÁ: ÏÄÉÎ ÕÞÁÓÔÎÉË - ÏÄÎÏ ÒÁÂÏÞÅÅ ÍÅÓÔÏ).



ëÒÁÔËÁÑ ÉÎÆÏÒÍÁÃÉÑ Ï ÓÅÍÉÎÁÒÅ:

äÁÔÁ ÐÒÏ×ÅÄÅÎÉÑ ÓÅÍÉÎÁÒÁ: 

03 - 06 ÍÁÒÔÁ 2003Ç.

îáìéþéå íåóô (×ÓÅÇÏ 22)



óËÉÄËÉ: ÐÒÉ ÅÄÉÎÏ×ÒÅÍÅÎÎÏÍ ÐÏÓÅÝÅÎÉÉ 2-È É ÂÏÌÅÅ ÕÞÁÓÔÎÉËÏ×.

ðÒÏÄÏÌÖÉÔÅÌØÎÏÓÔØ: 4 ÄÎÑ

ëÏÌ-×Ï ÞÁÓÏ×: ×ÓÅÇÏ 36Þ. 

ÎÅ ÏÂÑÚÁÔÅÌØÎÙÈ 4Þ.

1 ÄÅÎØ: 8 ÞÁÓÏ× 2 ÄÅÎØ: 8 ÞÁÓÏ×

3 ÄÅÎØ: 8 ÞÁÓÏ× 4 ÄÅÎØ: 8 ÞÁÓÏ×

 

ðÌÀÓ 1 ÞÁÓ (ÎÅÏÂÑÚÁÔÅÌØÎÙÊ) Ë ËÁÖÄÏÍÕ ÄÎÀ ÄÌÑ ÒÁÓÓÍÏÔÒÅÎÉÑ 
ÏÂÝÉÈ ÔÅÍ É ÄÏÐÏÌÎÉÔÅÌØÎÏÇÏ ÏÂÕÞÅÎÉÑ. 



íÅÓÔÏ ÐÒÏ×ÅÄÅÎÉÑ: Ç. íÏÓË×Á "CONGRESS HOTEL éòéó"
ÄÏÓÔÁ×ËÁ Ë ÍÅÓÔÕ ÐÒÏ×ÅÄÅÎÉÑ ÓÅÍÉÎÁÒÁ ÏÓÕÝÅÓÔ×ÌÑÅÔÓÑ ÔÒÁÎÓÐÏÒÔÏÍ ËÏÍÐÁÎÉÉ. 

îÁÚ×ÁÎÉÅ ÓÅÍÉÎÁÒÁ:

ïÔ ÎÁÞÁÌØÎÙÈ ÜÌÅÍÅÎÔÏ× ÂÉÚÎÅÓ ÐÌÁÎÉÒÏ×ÁÎÉÑ É ÉÎ×ÅÓÔÉÃÉÏÎÎÏÇÏ ÐÒÏÅËÔÉÒÏ×ÁÎÉÑ 
ÄÏ ÐÏÓÔÒÏÅÎÉÑ ÜËÏÎÏÍÉÞÅÓËÏÊ ÍÏÄÅÌÉ ÐÒÅÄÐÒÉÑÔÉÑ É ÓÏÚÄÁÎÉÑ ÐÒÏÆÅÓÓÉÏÎÁÌØÎÏÊ 
ÄÏËÕÍÅÎÔÁÃÉÉ ðÏÄÇÏÔÏ×ËÁ ÕÞÁÓÔÎÉËÏ× ÐÒÁËÔÉÞÅÓËÏÇÏ ÓÅÍÉÎÁÒÁ ÂÕÄÅÔ ÏÓÎÏ×ÁÎÁ ÎÁ 
ÐÒÏÇÒÁÍÍÎÏÍ ëÏÍÐÌÅËÓÅ Business Plan PL Professional.



÷ÁÖÎÁÑ ÉÎÆÏÒÍÁÃÉÑ! ÏÂÕÞÅÎÉÅ ÂÕÄÅÔ ÐÒÏ×ÏÄÉÔØÓÑ ÎÁ ÂÁÚÅ ËÏÍÐÌÅËÓÁ 
Business Plan PL Professional Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÔÅÈÎÏÌÏÇÉÊ
(ÁÎÁÌÉÔÉÞÅÓËÏÇÏ ÑÄÒÁ) LOGICAL J 3000 É ÍÅÔÏÄÉËÉ âÀÄÖÅÔÉÒÏ×ÁÎÉÅ. 



óÏ×ÍÅÝÅÎÉÅ ÐÒÏÇÒÁÍÍÎÏÇÏ ËÏÍÐÌÅËÓÁ Ó ÍÅÔÏÄÉÞÅÓËÏÊ É ÔÅÈÎÉÞÅÓËÏÊ 
ÉÎÆÏÒÍÁÃÉÅÊ úîáþéôåìøîï ÒÁÓÛÉÒÉÔ ÚÎÁÎÉÑ ËÁÖÄÏÇÏ ÕÞÁÓÔÎÉËÁ ÓÅÍÉÎÁÒÁ × 
ÓÆÅÒÅ ÜËÏÎÏÍÉÞÅÓËÏÇÏ ÐÌÁÎÉÒÏ×ÁÎÉÑ, ÐÏÚ×ÏÌÉÔ ÐÏÌÕÞÉÔØ ÐÒÏÆÅÓÓÉÏÎÁÌØÎÙÅ 
ÎÁ×ÙËÉ × ÒÁÚÒÁÂÏÔËÅ ÜËÏÎÏÍÉÞÅÓËÏÊ ÍÏÄÅÌÉ, ÐÏÍÏÖÅÔ ÇÌÕÂÏËÏ ÏÓÏÚÎÁÔØ 
×ÅÓØ ÐÒÏÃÅÓÓ ÐÌÁÎÉÒÏ×ÁÎÉÑ, ÐÏÄÇÏÔÏ×ÉÔØ ÎÁÇÌÑÄÎÕÀ ÐÒÏÆÅÓÓÉÏÎÁÌØÎÕÀ 
ÄÏËÕÍÅÎÔÁÃÉÀ É ÐÒÅÚÅÎÔÁÃÉÀ ÎÁ ÏÓÎÏ×Å ÐÒÏÇÒÁÍÍÎÏÇÏ ËÏÍÐÌÅËÓÁ.



ëÁÖÄÏÍÕ ÕÞÁÓÔÎÉËÕ ÓÅÍÉÎÁÒÁ:

ÄÌÑ ÄÁÌØÎÅÊÛÅÊ ÕÓÐÅÛÎÏÊ ÒÁÂÏÔÙ É ×ÎÅÄÒÅÎÉÑ ÍÅÔÏÄÉËÉ ÐÌÁÎÉÒÏ×ÁÎÉÑ É 

ÔÅËÕÝÅÇÏ ÂÀÄÖÅÔÎÏÇÏ ÕÞÅÔÁ ÎÁ ÐÒÅÄÐÒÉÑÔÉÉ ÐÒÅÄÏÓÔÁ×ÌÑÀÔÓÑ ÂÅÓÐÌÁÔÎÏ 

ÓÌÅÄÕÀÝÉÅ ÍÅÔÏÄÉÞÅÓËÉÅ ÍÁÔÅÒÉÁÌÙ É ÐÒÏÇÒÁÍÍÙ:



* Business Plan PL ÐÁËÅÔ ðÏÌÎÙÊ (ÎÏ×ÁÑ 3.4 ×ÅÒÓÉÑ)

* Business Plan PL Professional category Integrator (ÎÏ×ÁÑ ÐÒÏÇÒÁÍÍÁ)

* ÷ ÐÏÄÁÒÏË ÐÒÏÇÒÁÍÍÁ Business Plan ðÌÁÎ í (ÎÏ×ÁÑ 1.4 ×ÅÒÓÉÑ).

* íÅÔÏÄÉÞÅÓËÉÊ ÐÅÞÁÔÎÙÊ ÍÁÔÅÒÉÁÌ (ÒÁÚÒÁÂÏÔÁÎÎÙÊ ÎÁÛÅÊ ËÏÍÐÁÎÉÅÊ) 

ÄÌÑ ÓÁÍÏÓÔÏÑÔÅÌØÎÏÊ ÒÁÚÒÁÂÏÔËÉ ÆÉÎÁÎÓÏ×ÏÊ ÄÏËÕÍÅÎÔÁÃÉÉ. 

* üÌÅËÔÒÏÎÎÁÑ ×ÅÒÓÉÑ (ÎÁ CD) ÍÅÔÏÄÉÞÅÓËÏÇÏ ÍÁÔÅÒÉÁÌÁ ÄÌÑ ÓÁÍÏÓÔÏÑÔÅÌØÎÏÊ 

ÒÁÚÒÁÂÏÔËÉ ÆÉÎÁÎÓÏ×ÏÊ ÄÏËÕÍÅÎÔÁÃÉÉ É ÓÏÂÓÔ×ÅÎÎÏÇÏ ÍÅÔÏÄÉÞÅÓËÏÇÏ ÍÁÔÅÒÉÁÌÁ. 



 äïðïìîéôåìøîï:

*÷ðåò÷ùå! É ÔÏÌØËÏ ÕÞÁÓÔÎÉËÉ ÓÅÍÉÎÁÒÁ ÐÏÌÕÞÁÔ × ÐÏÄÁÒÏË ÏÔ ËÏÍÐÁÎÉÉ ÞÁÓÔØ 

ÔÅÈÎÏÌÏÇÉÊ × ×ÉÄÅ ÉÓÐÏÌÎÉÔÅÌØÎÙÈ ÐÒÏÇÒÁÍÍÎÙÈ ÍÏÄÕÌÅÊ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÏÄÓÔ×Á

ÄÏËÕÍÅÎÔÁÃÉÉ É ÆÏÒÍÉÒÏ×ÁÎÉÑ ÏÔÞÅÔÏ× É ÐÒÅÚÅÎÔÁÃÉÊ.



*65% - ÓËÉÄËÉ ÎÁ ÐÒÉÏÂÒÅÔÅÎÉÅ Business Plan PL Professional category Analyzer 

(ÐÏÓÔÒÏÅÎÉÅ, ÒÁÚ×ÉÔÉÅ É ÕÐÒÁ×ÌÅÎÉÅ ÜËÏÎÏÍÉÞÅÓËÏÊ ÍÏÄÅÌØÀ ÐÒÅÄÐÒÉÑÔÉÑ). 

äÌÑ ÄÁÎÎÏÊ ËÁÔÅÇÏÒÉÉ ÕÞÁÓÔÎÉËÏ× ÂÕÄÅÔ ÏÒÇÁÎÉÚÏ×ÁÎ ÄÏÐÏÌÎÉÔÅÌØÎÙÊ ÂÅÓÐÌÁÔÎÙÊ 

ÄÅÎØ ÏÂÕÞÅÎÉÑ ÎÅ ×ÈÏÄÑÝÉÊ × ÓÏÓÔÁ× ÒÁÓÐÉÓÁÎÉÑ ÐÒÏ×ÏÄÉÍÏÇÏ ÓÅÍÉÎÁÒÁ.



ëÁÖÄÏÍÕ ÕÞÁÓÔÎÉËÕ ÓÅÍÉÎÁÒÁ ÷ÙÄÁÅÔÓÑ Ë×ÁÌÉÆÉËÁÃÉÏÎÎÙÊ 

Ó Å Ò Ô É Æ É Ë Á Ô ëÏÍÐÁÎÉÉ Ï ÐÒÏÈÏÖÄÅÎÉÉ ËÕÒÓÁ ÏÂÕÞÅÎÉÑ 

ðÒÏÆÅÓÓÉÏÎÁÌØÎÏÅ ÆÉÎÁÎÓÏ×ÏÅ ÐÌÁÎÉÒÏ×ÁÎÉÅ.

óÐÉÓËÉ ÓÅÒÔÉÆÉÃÉÒÏ×ÁÎÎÙÈ ÓÐÅÃÉÁÌÉÓÔÏ× ÐÕÂÌÉËÕÀÔÓÑ ÎÁ ÓÁÊÔÅ ëÏÍÐÁÎÉÉ É 

ÂÕÄÕÔ ÐÏÄÔ×ÅÒÖÄÁÔØÓÑ ÐÏ ÌÀÂÏÍÕ ÚÁÐÒÏÓÕ × ÔÅÞÅÎÉÅ Ë×ÁÌÉÆÉËÁÃÉÏÎÎÏÇÏ ÐÅÒÉÏÄÁ.

ôÁË ÖÅ ÂÕÄÅÔ ÏÐÕÂÌÉËÏ×ÁÎÁ ÉÎÆÏÒÍÁÃÉÑ Ï ÐÒÏÇÒÁÍÍÅ ÏÂÕÞÅÎÉÑ 

ðÒÏÆÅÓÓÉÏÎÁÌØÎÏÅ ÆÉÎÁÎÓÏ×ÏÅ ÐÌÁÎÉÒÏ×ÁÎÉÅ.

ðÏ ÏËÏÎÞÁÎÉÉ Ë×ÁÌÉÆÉËÁÃÉÏÎÎÏÇÏ ÓÒÏËÁ ËÁÖÄÙÊ ÓÅÒÔÉÆÉÃÉÒÏ×ÁÎÎÙÊ ÓÐÅÃÉÁÌÉÓÔ 

ÓÍÏÖÅÔ ÓÏ ÚÎÁÞÉÔÅÌØÎÙÍÉ ÓËÉÄËÁÍÉ ÐÒÏÊÔÉ ËÕÒÓ ÐÅÒÅË×ÁÌÉÆÉËÁÃÉÉ É ÐÒÉÏÂÒÅÓÔÉ 

ÍÏÄÉÆÉÃÉÒÏ×ÁÎÎÙÊ ÐÒÏÇÒÁÍÍÎÙÊ ËÏÍÐÌÅËÓ Business Plan PL Professional. 



***

îÁÉÂÏÌÅÅ ÐÏÄÒÏÂÎÁÑ ÉÎÆÏÒÍÁÃÉÑ Ï ÓÅÍÉÎÁÒÅ ÎÁÈÏÄÉÔÓÑ × ÉÎÆÏÒÍÁÃÉÏÎÎÙÈ 

ÆÁÊÌÁÈ ËÏÔÏÒÙÅ ×ÙÓÙÌÁÀÔÓÑ ÐÏ ÚÁÐÒÏÓÕ.



***

ó õ×ÁÖÅÎÉÅÍ ÏÔÄ. ÉÎÆÏÒÍÁÃÉÉ
ïæüòð òïæüò

ÔÅÌ. (095) 742-9198

 (095) 792-2122


ZfD5qtuJA9pFN37cBQBzgI3EKYWJX8ZMetT



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

Re: ODBC on FreeBSD

2003-02-20 Thread John Bleichert
On Thu, 20 Feb 2003, Mike Meyer wrote:
 Subject: Re: ODBC on FreeBSD
  Been off-list for a while. I have a functional PostgreSQL install. I've 
  written native apps to access it on Linux and BSD. WHat do I need to do on 
  the FBSD Postgres server to allow other hosts on the LAN to access it via 
  ODBC? I know I need to install the appropriate ODBC drivers on the 
  clients.
 
snip

Ok - it seems like as long as Postgres is listening on an appropriate TCP 
port, all the ODBC work is on the client side. I'm going to try this out 
on OSX. I can build the Postgres libraries native on OSX, but for yucks 
I'm going to try out ODBC (I'll need to build the driver on OSX, that's 
next).

Thanks for all the database help today!

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: MINUID in NIS Makefile

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 16:45, Scott Mitchell wrote:
 You would add one line to the end of your /etc/master.passwd to tell it to
 pick up the entries from /var/yp/master.passwd as well (assuming you want
 your NIS users to be able to log on to the NIS server).  Any users defined
 in /etc/master.passwd will be 'local' users, those in /var/yp/master.passwd
 will be exported to NIS clients.  You can do a similar things with the
 groups database as well.

??? I know that.
But still, you first need to copy /etc/master.passwd to /var/yp, then edit 
/var/yp/master.passwd before exporting to clients.
I think it is easier to say hey, just pick up UID higher then 1000 in 
/etc/master.passwd then create passwd.by*

 pw(8) will let you set max/min UID and GID ranges and will happily
 manipulate both the local and NIS passwd files.

Allright, I'll have a look at it.

 You want to read the pw(8), passwd(5) and group(5) manpages (especially the
 bits on NIS/YP interaction) and section 19.8 of the handbook:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nis.html

I already have... otherwise I wouldn't ask on the list ;-)

Thanks for the help...

Antoine

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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Mailing List Account

Sorry, I deleted the message that I'm replying to before I
thought of the following...

I recall running into the LOGINDISABLED problem myself. While I
don't recall for certain what I did to correct it, and unfortunately I
did not make a note, I seem to think that creating a cert was the fix.


Best Regards,

Brent


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



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Tuc
   I recall running into the LOGINDISABLED problem myself. While I
 don't recall for certain what I did to correct it, and unfortunately I
 did not make a note, I seem to think that creating a cert was the fix.
 
THINK... THINK HARD ;)

Created the cert, didn't make a difference.

Tuc/TTSG Internet Services, Inc.

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



Re: Wrong group on touch

2003-02-20 Thread Daniel Bye
On Thu, Feb 20, 2003 at 03:14:40PM +, Ceri Davies wrote:
  Really?  I thought setting the sgid bit on a directory caused this
  behaviour...
 
 On Solaris, yes.
 
 On BSD, no.
 New files take on the same group ownership as the directory they are in.

Thanks, Ceri, I wasn't aware of that.  Live and learn  ;-)

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

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



Re: installkernel first? [ a few additions to this reply ]

2003-02-20 Thread Cliff Sarginson
On Thu, Feb 20, 2003 at 04:37:10PM +0100, Peter Hollaubek wrote:
 On Feb 20, 2003, [EMAIL PROTECTED] wrote:
  I'm tracking 4.7 stable.
  The handbook asks me to:
  go to single user mode and fsck -p (etc ...)
  Can't.  
  /dev/ad2s1a: NO WRITE ACCESS
  /dev/ad2s1a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
  (Mounted RW  according to fstab).
  
  after make buildworld as single user and reboot also to single user could not
  cd /usr/src - ls shows the /usr directory containing only /usr/local and no
  other directories.
  I CAN find /usr/src (and a number of other useful directories g) as root or user.
  
  I am next supposed to make buildkernel # make installkernel.  This appeared to
^

A # turns the rest of the line into a comment, I think you mean .
So if you did this, you will not have a new kernel.

  work ok (I didn't monitor), but no new kernel appeared in the / directory (I
  still had my 'old' one).
  
  The next step was to be make installworld but I have not done this in view of
  the earlier errors.
  
  Can someone figure this out for me and point me in the right direction?
  Thanks.
  
  --
  Brian
  
 
 As of /usr/src/UPDATING:
 
 To update from 4.0-RELEASE or later to the most current
 4.x-STABLE
 --
 make buildworld
 make buildkernel KERNCONF=YOUR_KERNEL_HERE
 make installkernel KERNCONF=YOUR_KERNEL_HERE
 reboot  (in single user) [1]

Here first do..
  mount -a
  mergemaster -p

 make installworld
 mergemaster [2]
 reboot
 
 In single user mode only the root fs is mounted by default. So for making 
installworld 
 you have to mount all the slices affected by such a process (usually all other 
slices like 
 /usr, /var), and also, only the system itself boots up, nothing else is started 
 preventing any problem caused by installing something new under a running old task 
 in memory. If the new kernel fails you can return to the old one without risking 
 incompatibility with the old kernel and the new world. Everything in this order has 
a 
 reason :). 
 

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Re: download freebsd

2003-02-20 Thread Cliff Sarginson
On Thu, Feb 20, 2003 at 10:30:48AM +0100, Dominique Mabileau wrote:
 Hello,
 My screen get frozen every time I click on the link to download FreeBsd
 (French, German, ...).
 I'm using Windows2000/IE6. Can you help me ?
 
You may need to say a little more, are you behind a firewall and/or
proxy ? Did you try one of the other nearby European mirrors ?

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Re: MINUID in NIS Makefile

2003-02-20 Thread Scott Mitchell
On Thu, Feb 20, 2003 at 05:16:15PM +0100, Antoine Jacoutot wrote:
 ??? I know that.
 But still, you first need to copy /etc/master.passwd to /var/yp, then edit 
 /var/yp/master.passwd before exporting to clients.
 I think it is easier to say hey, just pick up UID higher then 1000 in 
 /etc/master.passwd then create passwd.by*

Well, I think that comes down to what you're used to.  Personally I quite
like having my local and NIS users in separate files, but that's just me :)

In any case, you only need to copy master.passwd once, if at all, when you
first set your NIS server up.  Then you can use pw (or vipw, if you must)
to edit either master.passwd file.  pw is nice because it knows about NIS
and will run /var/yp/Makefile for you after making changes.

 I already have... otherwise I wouldn't ask on the list ;-)
 
 Thanks for the help...

No problem.

Cheers,

Scott

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



test

2003-02-20 Thread Bryan Cassidy
please ignore this e-mail. I have been trying to send ANY e-mail to ANY of the 
-freebsd mailing lists for the past weeks and haven't been able to yet. Maybe this one 
will get there.

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



Re: different disk geometry

2003-02-20 Thread Nathan Kinkade
On Thu, Feb 20, 2003 at 05:57:47PM +0300, Michael Soboleff wrote:
 I have 40Gb IBM IDE drive, while booting freebsd 4.7 shows
 me 79780/16/63 geometry,
 but! sysinstall gives me another numbers : 5005/255/63. The
 QUESTION is it OK?

Both are logical geometries.  They are roughly equivalent:

79780 * 16 * 63 = 80418240 addressable sectors, or ~40GB 
5005 * 255 * 63 = 80405325 addressable sectors, or ~40GB

The first figure (79780/16/63) is the disk geometry that is probably
printed on the label on the front of the disk and is conformant with the
ATA standard.  The second figure (5005/255/63) is probably the geometry
that your BIOS is using.  Either way, as long as the machine works then
you shouldn't have to worry.

Nathan

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



msg20035/pgp0.pgp
Description: PGP signature


Re: MINUID in NIS Makefile

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 18:29, Scott Mitchell wrote:
 In any case, you only need to copy master.passwd once, if at all, when you
 first set your NIS server up.  Then you can use pw (or vipw, if you must)
 to edit either master.passwd file.  pw is nice because it knows about NIS
 and will run /var/yp/Makefile for you after making changes.

You lean pw will update /etc/master.passwd, /var/yp/master.passwd and remake 
the NIS database ?
If this is so, then this is fantastic !

Thanks a lot.

Antoine


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



Re: FreeBSD 4.7-REL-p3 and an IPsec connection to Linksys BEFVP41

2003-02-20 Thread David Cramblett

Just a quick note, what Linksys box do you have?  Are you sure it 
supports IPsec? I have seen many that support IPsec pass through, but I 
have not seen any that support IPsec.


George Hartzell wrote:
Thanks for the response!  I'll dig a bit more and either report
success or come back with more data.

Lars Eggert writes:
  [...]
  All three aproaches above can be made to work, as explained by the 
  tutorials you cite. The question is, which one is supported by your 
  Linksys box?

*That* is the 64-million dollar question.  I'll keep at it.

g.


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



Re: FreeBSD 4.7-REL-p3 and an IPsec connection to Linksys BEFVP41

2003-02-20 Thread George Hartzell
David Cramblett writes:
  
  Just a quick note, what Linksys box do you have?  Are you sure it 
  supports IPsec? I have seen many that support IPsec pass through, but I 
  have not seen any that support IPsec.

Yes, it actually supports IPsec itself, with encryption hardware and
everything.  It's a BEFVP41.

g.

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



Logitech USB Keyboard

2003-02-20 Thread Pierrick Brossin
Hey!

I wanted to install 5.0 on my workstation but the Logitech USB Keyboard doesn't
work. It was the same thing on 4.7 and never figured out how to make it work.
It's a black Logitech Elite Keyboard with special things on it like a scroll
or special buttons.

Anyone have one working ?

Thanx

-- 
Pierrick Brossin
IT Swiss - QUARK Media House
6a Puits Godet, 2000 Neuchatel, Switzerland
Mail Prof: [EMAIL PROTECTED] Mail Priv: [EMAIL PROTECTED]

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



gbde and encryption of filesystems

2003-02-20 Thread Luca Pizzinato
Hi FreeBSD Gurus,

Anyone out there who's using this new FreeBSD 5.0 filesystem encryption
feature, gbde?
If yes, may I ask to drop few lines with an example about hot to
create/mount/umount an encrypted fs? The examples in the man don't work
for me...

Thanks  Regards



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



why does 'ssh-keygen -t dsa' cause a system reboot?

2003-02-20 Thread Bsd Neophyte
while trying to get this key-pair authentication system going, i noticed
something pretty strange.  for some reason when i run 'ssh-keygen -t rsa'
my system reboots.

is there any reason that this is happening?  how can i prevent this from occuring?

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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



Re: IP-change

2003-02-20 Thread Kevin Stevens
 Most of the times, when you make a DNS change, it may take up 24 hours
 to replicate to all other servers.
 And during that time is when, you wonder if it's gonna work or not. On
 top of that your carrier may not refresh it's list every 6 to 12 hours.
 I had to talk to a supervisor to have ATT do the refresh it right away.

If you know in advance that you'll be changing, you can adjust the
expiration times in the zone so that servers around the net won't cache
the old IP for very long.  This greatly facilitates convergence on the new
IP.  Don't forget to change it back to avoid unnecessary traffic.

KeS



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



Re: Installation freeBSD

2003-02-20 Thread Robinson, Scott
Thanks Nathan.

I'll try to correct and clarify my previous thread.  Following the
installation handbook I had to boot from floppies.  When I got to the Kernel
Configuration Menu I chose the full-screen visual mode (suggested).  That
screen shows active drivers on top and inactive on the bottom.  I deleted
the conflicts and was left active drivers on the expanded driver list
(figure 2.3 in the handbook).  I assume the one pertinent to the CDROM is
the ATA/ATAPI compatible disk controller which has a Dev: ata0,  IRQ: 14,
and Port:  0x1f0.  

With no conflicts I then quit and saved. The PC performed its device probe
and reviewing the buffer I saw the response ata0:  ATA identify retries
exceeded.  Continuing with the sysinstall I am unable to install
distributions from CDROM.  The response is (paraphrase):  CD/DVD device not
found.  It then asks me to check the configuration.

No I'm not 100% sure the CDROM is 100% functional (it hasn't been used
recently) although I've never had a problem before.  I shall attempt to 

Could you elaborate on the following:
As far as
I know you should only need to add the following line to your kernconf
for most IDE/ATAPI CD-ROM drives:
device  atapicd

How is that done?




 Important Notice to Recipients  
It is important that you do not use e-mail to request, authorize or effect
the purchase or sale of any security or commodity, to send fund transfer
instructions, or to effect any other transactions.  Any such request,
orders, or instructions that you send will not be accepted and will not be
processed by Morgan Stanley. 


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



Some question

2003-02-20 Thread Kostya Odnoralov
Hi All!

Please help me.

1) Advise to me good console-based mp3 player from ports collections.

2) Where can i find good documentation about how to make gateway.
Classical example: external 193.178.228.xxx, internal 10.20.30.xxx.
How bring up routed?

-- 
Kostya Odnoralov
mailto:[EMAIL PROTECTED]
http://www.net.sumy.ua

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



Re: Logitech USB Keyboard

2003-02-20 Thread John Bleichert
On Thu, 20 Feb 2003, Pierrick Brossin wrote:
 Subject: Logitech USB Keyboard
 
 Hey!
 
 I wanted to install 5.0 on my workstation but the Logitech USB Keyboard doesn't
 work. It was the same thing on 4.7 and never figured out how to make it work.
 It's a black Logitech Elite Keyboard with special things on it like a scroll
 or special buttons.
 
 Anyone have one working ?
 
 Thanx
 

Can't speak to 5.0 (Ive only CVSup'd to it, never installed) but for 4.7 
you'll probably need to build a boot floppy with a custom kernel on it 
that includes support for USB kerboards and mice.

There's a script in the handbook for building a custom boot floppy.

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: multi-port serial IO support

2003-02-20 Thread Douglas K. Rand
** Jim Pazarena [EMAIL PROTECTED] on Wed, 19 Feb 2003 18:38:01 -0800
** in [multi-port serial IO support] writes:

Jim Can anyone suggest a reliable multi-port serial system which has
Jim native support for FreeBSD (without the linux compat module) ?

We use the Comtrol RocketPort cards. I've had good luck with both the
16 and 32 port variations. The only problem I've ever had was trying
to get two RocketPort cards to work in the same box. (Although I've
not tested it, I suspect that the driver that comes with FreeBSD 4.7
might fix this, we are still back at 4.5 on that box.)

We especially like that they are rack mountable and come in high
densities.  

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



mdconfig vs 'vnconfig -s labels'

2003-02-20 Thread David Kelly
In FreeBSD prior to 5.0 would attach a filesystem image to a vnode with

# vnconfig -s labels -c vn0 filesystem.image

In FreeBSD 5.0 the function of vnconfig has merged with mdconfig.
Attempts to attach my old images to an md with mdconfig fail in exactly
the same way as if I skipped -s labels in 4.7. The new mdconfig
utility does not have a labels option but appears to need one.

How has disk labeling changed in 5.0?

Any way in 5.0 to get at the contents of my disk images?

Will whatever has changed in 5.0 prevent me from moving a disk image
labeled and newfs'ed in 5.0 to a 4.7 system?

-- 
David Kelly N4HHE, [EMAIL PROTECTED]
=
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.

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



Disabling uhci at boot-time

2003-02-20 Thread Dwayne MacKinnon
Hello,

	I've been tasked with putting FreeBSD on a laptop at work. The problem 
I'm having is this: The USB controller is setting up as IRQ 10, while 
another piece of hardware is hard-coded to that IRQ. Hence, the kernel 
panics on a page-fault at boot time, meaning I can't even start the install.

	The laptop is a Eurocom 3100b and its BIOS doesn't have a setting to 
shut off the USB stuff. (I upgraded the BIOS just to see if that would 
help. It didn't.) I tried to disable USB in the kernel config utility, 
only to discover that to the kernel config utility uhci doesn't exist.

	So what I'm asking is this: is there any way around this problem, or do 
I inform my boss that he's asking the impossible?

	Please cc me on any replies.

Thanks in advance,
Dwayne MacKinnon


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


Re: Ssh delay between 4.7 and 5.0

2003-02-20 Thread Kris Kennaway
On Thu, Feb 20, 2003 at 06:41:29PM +0300, Odhiambo Washington wrote:
 I am seeing an amazingly long delay when I do ssh from 4.7-STABLE to 5.0-RELEASE.
 I have set automatic login using public keys.
 Does anyone know a solution to this phenomena?

This is a FAQ.  Check DNS resolution.

Kris



msg20050/pgp0.pgp
Description: PGP signature


Re: Some question

2003-02-20 Thread John Bleichert
On Thu, 20 Feb 2003, Kostya Odnoralov wrote:
 Subject: Some question
 
 Hi All!
 
 Please help me.
 
 1) Advise to me good console-based mp3 player from ports collections.
 
snip

Check out mpg123 (and cmp3 which is an ncurses front-end for mpg123, if 
you should need it).

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: Some question

2003-02-20 Thread Peter



/usr/ports/audio/mp3blaster




On Thu, 20 Feb 2003 14:08:27 -0500 (EST)
John Bleichert [EMAIL PROTECTED] wrote:

 On Thu, 20 Feb 2003, Kostya Odnoralov wrote:
  Subject: Some question
  
  Hi All!
  
  Please help me.
  
  1) Advise to me good console-based mp3 player from ports collections.
  
 snip
 
 Check out mpg123 (and cmp3 which is an ncurses front-end for mpg123, if 
 you should need it).
 
 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
 


--
Why don't elephants eat penguins ?

Because they can't get the wrappers off ...
---FreeBSD The Power To Serve---

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



Re: Some question

2003-02-20 Thread Ryan Thompson
Kostya Odnoralov wrote to [EMAIL PROTECTED]:

 Hi All!

 Please help me.

We'll try.

 1) Advise to me good console-based mp3 player from ports
 collections.

audio/mpg123 would definitely be my first choice.

 2) Where can i find good documentation about how to make gateway.
 Classical example: external 193.178.228.xxx, internal 10.20.30.xxx.
 How bring up routed?

There are lots of ways to do this. It sounds like you want to want to
route from a private (RFC1918) network to/from the public Internet.
Right? To do that (successfully), you'll need to do some kind of
translation. You likely won't need to do any routing at all, except to
set a default route to your gateway, on all internal hosts. Do some
reading on NAT (network address translation). natd(8) would be a good
place to start. There are also plenty of web-based tutorials and
documents that you can find by doing some web searches for the terms
I've mentioned here. It sounds like static NAT may be the way to go in
your case. Also, to ease in the configuration of each internal host
(if you have more than one or two), consider using DHCP.
(isc-dhcpd), to dynamically configure the network settings per host.

That being said, I'm just guessing at what you're really trying to do.
If I've guessed incorrectly, please reply with more detail. ;-)

Thanks,
- Ryan

-- 
  Ryan Thompson [EMAIL PROTECTED]

  SaskNow Technologies - http://www.sasknow.com
  901-1st Avenue North - Saskatoon, SK - S7K 1Y4

Tel: 306-664-3600   Fax: 306-244-7037   Saskatoon
  Toll-Free: 877-727-5669 (877-SASKNOW) North America


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



Re: Installation freeBSD

2003-02-20 Thread Nathan Kinkade
On Thu, Feb 20, 2003 at 01:35:45PM -0500, Robinson, Scott wrote:
 Thanks Nathan.
 
 I'll try to correct and clarify my previous thread.  Following the
 installation handbook I had to boot from floppies.  When I got to the Kernel
 Configuration Menu I chose the full-screen visual mode (suggested).  That
 screen shows active drivers on top and inactive on the bottom.  I deleted
 the conflicts and was left active drivers on the expanded driver list
 (figure 2.3 in the handbook).  I assume the one pertinent to the CDROM is
 the ATA/ATAPI compatible disk controller which has a Dev: ata0,  IRQ: 14,
 and Port:  0x1f0.  
 
 With no conflicts I then quit and saved. The PC performed its device probe
 and reviewing the buffer I saw the response ata0:  ATA identify retries
 exceeded.  Continuing with the sysinstall I am unable to install
 distributions from CDROM.  The response is (paraphrase):  CD/DVD device not
 found.  It then asks me to check the configuration.
 
 No I'm not 100% sure the CDROM is 100% functional (it hasn't been used
 recently) although I've never had a problem before.  I shall attempt to 
 
 Could you elaborate on the following:
 As far as
 I know you should only need to add the following line to your kernconf
 for most IDE/ATAPI CD-ROM drives:
 device  atapicd
 
 How is that done?

Based on your orignal email is sounded as if you had already installed
FreeBSD and were now trying to bring up your CD-ROM.  It didn't occur to
me that you were referencing the kernel config menu of the installer.
When I speak of adding device atapicd to your kernel config I am
talking of compiling a new kernel after you have already installed the
system.  At this point it, that wouldn't concern you.  Further, the
GENERIC kernel that is installed already has support for ATAPI device.

At any rate, it seems to me like something might be wrong with either
the cable or the device itself.  Again, it wouldn't hurt to try another
cable, or move the device to it's own IDE channel so that you can
eliminate the possibility that there is some problem with master/slave
setup that is confusing one or both of the devices.

Nathan

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



msg20054/pgp0.pgp
Description: PGP signature


Hang after soft reboot.

2003-02-20 Thread David
Hi,

On a fresh, clean install of 4.7-RELEASE my (old) machine consistently
hangs while booting after soft reboot. Powering down and back up again, or
pressing the reset button will boot the machine, but if it is rebooted by
the OS then it hangs after detecting the isa bus isa0: ISA bus on
motherboard.

This is a normal boot up, with the hang point indicated:


Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.7-RELEASE #0: Wed Oct  9 15:08:34 GMT 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254  frequency 1193182 Hz
CPU: Cyrix 486DX2 (486-class CPU)
  Origin = CyrixInstead  DIR=0x321b  Stepping=3  Revision=2
real memory  = 20971520 (20480K bytes)
config di pcic1
config di sn0
config di lnc0
config di ie0
config di fe0
config di cs0
config di bt0
config di aic0
config di aha0
config di adv0
config en ed0
config po ed0 0x340
config ir ed0 5
config iom ed0 0xd8000
config f ed0 0
config q
avail memory = 15437824 (15076K bytes)
Preloaded elf kernel kernel at 0xc050f000.
Preloaded userconfig_script /boot/kernel.conf at 0xc050f09c.
md0: Malloc disk
npx0: math processor on motherboard
npx0: INT 16 interface
isa0: ISA bus on motherboard

hangs here on soft reboot

orm0: Option ROM at iomem 0xc-0xc5fff on isa0
ep0: 3Com 3C509-TPO EtherLink III at port 0x300-0x30f irq 10 on isa0
ep0: Ethernet address 00:50:04:22:24:ce
ep1: 3Com 3C509-TPO EtherLink III at port 0x210-0x21f irq 11 on isa0
ep1: Ethernet address 00:a0:24:ef:b9:05
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata1 at port 0x170-0x177,0x376 irq 15 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0: Generic ISA VGA at port 0x3b0-0x3cf iomem 0xa-0xb on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA (mono) 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16450
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16450
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
ed0 at port 0x340-0x35f iomem 0xd8000 irq 5 drq 0 on isa0
ed0: address 00:00:1b:4f:39:28, type NE2000 (16 bit) 
ad0: 234MB Maxtor 7245 AT [967/16/31] at ata0-master BIOSPIO
ad1: 516MB QUANTUM LPS540A [1120/16/59] at ata0-slave BIOSPIO
Mounting root from ufs:/dev/ad0s1a


I don't see anything in the Bios which would appear to effect this, and 
I've been unable to find anything similar in the archives or by searching 
google. Any ideas (or pointers on where to look) ?

Obviously rebooting is something I hope not to have to do very often, but 
it'd be nice to know it would actually work remotely etc.

Thanks,

DG



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



[Fwd: Re: perplexing problem (non-ATA66 cable or device error...)]

2003-02-20 Thread northern snowfall


 Original Message 
From: - Thu Feb 20 14:16:57 2003
X-Mozilla-Status: 0001
X-Mozilla-Status2: 
Message-ID: [EMAIL PROTECTED]
Date: Thu, 20 Feb 2003 14:16:52 -0500
From: northern snowfall [EMAIL PROTECTED]
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) 
Gecko/20020518 Netscape6/6.2.3
X-Accept-Language: en-us
MIME-Version: 1.0
To: Ron Andreasen [EMAIL PROTECTED]
Subject: Re: perplexing problem (non-ATA66 cable or device error...)
References: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit





acd0:read data overrun 34/0
acd0:MODE_SENSE_BIG command timeout - resetting
ata0:resetting devices ..ad0:DMA limited to UDMA33,
non-ATA66 cable or device


These messages occur frequently when you've got a CDROM in the
drive thats been burned improperly. The image is usually written too
large for the media. Did you burn the FreeBSD iso yourself?
Don







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



[Fwd: Re: different disk geometry]

2003-02-20 Thread northern snowfall


 Original Message 
From: - Thu Feb 20 14:28:55 2003
X-Mozilla-Status: 0001
X-Mozilla-Status2: 
Message-ID: [EMAIL PROTECTED]
Date: Thu, 20 Feb 2003 14:28:50 -0500
From: northern snowfall [EMAIL PROTECTED]
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) 
Gecko/20020518 Netscape6/6.2.3
X-Accept-Language: en-us
MIME-Version: 1.0
To: Michael Soboleff [EMAIL PROTECTED]
Subject: Re: different disk geometry
References: 000901c2d8f0$6e8fe570$[EMAIL PROTECTED]
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit





I have 40Gb IBM IDE drive, while booting freebsd 4.7 shows
me 79780/16/63 geometry,
but! sysinstall gives me another numbers : 5005/255/63. The
QUESTION is it OK?


Usually, what sysinstall gives is ok. Just make sure the number of 
sectors that
sysinstall perceives is the same as or under the actual sector number. 
You can
check by doing:
   79780 * 16 * 63 = 80,418,240 sectors (512eight-bit octets each)
   5005 * 255 * 63 = 80,405,325 sectors
Any array of proper C/H/S can be given. What actually happens here is that
Sysinstall determines the total amount of sectors on the disk (most 
likely in
LBA mode), then determines the C/H/S based on most-likely-candidate
mapping. 63 is maximum value for sectors per head. 255 is the maximum
value for heads per cylinder. Thus, (Total_Sectors / (nHeads * nSectors)) =
nCyls. If you are unhappy with Sysinstall's chosen mapping due to loss of
X number of sectors, consult your hard disk's documentation to determine
the valid C/H/S value or total sector number. Edit as appropriate. As a side
note, don't give a number that exceeds the total number of sectors on the
disk. The driver may attempt to access these sectors expecting OK from the
controller, but, receiving ERROR. This may cause the driver to tell you
something more malicious is occuring than is not, causing trouble down
the road.
Don





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


Re: Hang after soft reboot.

2003-02-20 Thread northern snowfall


Hi,


Hello


On a fresh, clean install of 4.7-RELEASE my (old) machine consistently
hangs while booting after soft reboot. Powering down and back up again, or
pressing the reset button will boot the machine, but if it is rebooted by
the OS then it hangs after detecting the isa bus isa0: ISA bus on
motherboard.


This is usually a manifestation of old power interfaces (or lack 
there-of) mingling with
devices that need to be told when to assert a RESET via power 
management. For example,
I have a hurd of Compaq Deskpro that all use the old VIA 586 power 
controller. Because
no OS (that I know of ... except for maybe win*?) has a driver for this 
chip, I get the same
hang you talk about on a warm boot. Since the chipset isn't thunked 
properly, it doesn't
let the ATA know to RESET. This can be a problem when probing the disk 
for information,
but, normally doesn't affect loading the boot sector or the first couple 
of cylinders. I forget
the restriction atm... Anyways, thats most likely your culprit.

This is a normal boot up, with the hang point indicated:
hangs here on soft reboot
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata1 at port 0x170-0x177,0x376 irq 15 on isa0


Solution? Never warm boot.
Don
P.S. if you keep warm booting you might corrupt the ATA



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



FreeBSD laptop. $799. looks good

2003-02-20 Thread BSD baby
in case anyone didn't hear from Slashdot already, 
Lindows the linux company is selling a nice small
laptop for $799.  And if it'll run Linux I'll bet
it'll run FreeBSD:

http://info.lindows.com/mobilepc/mobilepc.htm

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



Re: Hang after soft reboot.

2003-02-20 Thread David
On Thu, 20 Feb 2003, northern snowfall wrote:

 This is usually a manifestation of old power interfaces (or lack
 there-of) mingling with devices that need to be told when to assert a
 RESET via power management.

Would there be any chance that the system is working with some generic
driver and there is a specific driver for my hard drive controller (it's
an ISA card), which would solve this?

 Solution? Never warm boot.
 P.S. if you keep warm booting you might corrupt the ATA

Ugh. I'm glad I sorted out that Page fault while in Kernel mode I was
getting while trying to compile a new kernel then (internal cache needed
to be turned off in the bios--that one slipped past the mem86 tester too).

DG


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



Re: Some question

2003-02-20 Thread kitsune
On Thu, 20 Feb 2003 20:37:17 +0200
Kostya Odnoralov [EMAIL PROTECTED] wrote:

 Hi All!
 
 Please help me.
 
 1) Advise to me good console-based mp3 player from ports collections.
 
 2) Where can i find good documentation about how to make gateway.
 Classical example: external 193.178.228.xxx, internal 10.20.30.xxx.
 How bring up routed?

Check out the handbook. Specifically the part about natd.


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



Re: download freebsd

2003-02-20 Thread kitsune
On Thu, 20 Feb 2003 10:30:48 +0100
Dominique Mabileau [EMAIL PROTECTED] wrote:

 Hello,
 My screen get frozen every time I click on the link to download FreeBsd
 (French, German, ...).
 I'm using Windows2000/IE6. Can you help me ?

Use a ftp client. From my experience of yanking stuff off the web on the college 
machines at OSU I found it to be annoying to use IE for ftp. My main problem tended to 
be it hanging.


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



Re: Disabling uhci at boot-time

2003-02-20 Thread kitsune
On Thu, 20 Feb 2003 14:14:56 -0500
Dwayne MacKinnon [EMAIL PROTECTED] wrote:

 Hello,
 
   I've been tasked with putting FreeBSD on a laptop at work. The problem 
 I'm having is this: The USB controller is setting up as IRQ 10, while 
 another piece of hardware is hard-coded to that IRQ. Hence, the kernel 
 panics on a page-fault at boot time, meaning I can't even start the install.
 
   The laptop is a Eurocom 3100b and its BIOS doesn't have a setting to 
 shut off the USB stuff. (I upgraded the BIOS just to see if that would 
 help. It didn't.) I tried to disable USB in the kernel config utility, 
 only to discover that to the kernel config utility uhci doesn't exist.
 
   So what I'm asking is this: is there any way around this problem, or do 
 I inform my boss that he's asking the impossible?


I don't know if what ye want is possible or not, but the simple solution, yet not 
pretty, I would do is to remove the hhd put it in another box, install freebsd, 
recompile the kernel with out USB.  Then if ye want USB you can just load the kernel.

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



Re: Hang after soft reboot.

2003-02-20 Thread northern snowfall


Would there be any chance that the system is working with some generic
driver and there is a specific driver for my hard drive controller (it's
an ISA card), which would solve this?


Well... all ATA in freebsd are pretty much conglomerated into the same 
driver...
but, the problem isn't really so much the ATA as it is that the ATA 
expects a
PM telling it what to do. Since this is something that must be done via 
the hardware
at boot, FreeBSD doesn't really have a way to tell the ATA what to do. 
One solution
might be hacking extra reset controls, etc, into the ATA driver so that 
this functionality
is asserted on boot. Then, though, there is a possible chicken-egg 
issue: you're initializing
the disk and snarfing data off the disk at the same time as attempting a 
hard reset, which,
might cause a lock (or worse). I think your most painless solution is 
upgrading your mother
board.
Don





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



Re: C scale using /dev/speaker

2003-02-20 Thread Dave2206
In a message dated 2/19/03 9:51:46 PM Central Standard Time, 
[EMAIL PROTECTED] writes:

 Yes.  It's been a LONG day.
  
  
   
   did you mean
   echo o3cdefgabo4c  /dev/speaker
   ?
   
   On Wednesday 19 February 2003 10:14 pm, Matthew Emmerton wrote:
 Hi,
 what is proper syntax for coaxing C major scale out of  /dev/speaker?
   
TIA.
   
 Dave
   
To play C major scale, starting at middle C, do this:
   
cat o3cdefgabo4c  /dev/speaker
   
man spkr(4) for more details.
   
  
Thanks guys!  : o) 
dave

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



OT: shell script problem

2003-02-20 Thread Brian Henning
i have this script with one input file and i keep getting the error:

/files_???/19980527/???/servermyname #  sh doc_id.sh input.txt
/files_???/19980527/???/: No such file or directory
/files_???/19980527/???/

sh doc_id.sh
-
#! /bin/sh -x

INPUT=$1

for i in `cat $INPUT`; do
echo ls -1 ${i}
RES=`ls -1 ${i}`
done
exit 0;


input.txt

/files_???/19980527/???/



but when i run the command ls /files_???/19980527/???/ the files are
found...

any suggestions?

brian

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



[no subject]

2003-02-20 Thread matrix
im on a pI 233mhz mmx with 64mb of ram
what do u recommend me to install GNOME or KDE

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



  1   2   >