Re: What is bsd.port.mk ?

2002-11-04 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (11.03.2002 @ 2352 PST): Peter Leftwich said, in 0.9K: 
 # pwd
 /stuff/mutella
 
 (I had to manually download each of the following since the adding the .tar
 trick did not -- as usual -- work!)
 
 # ls -al
 total 12
 drwxr-xr-x   2 root  wheel   512 Nov  3 23:49 .
 drwxr-xr-x  34 root  wheel  2560 Nov  3 23:49 ..
 -rw-r--r--   1 root  wheel   650 Nov  3 23:48 Makefile
 -rw-r--r--   1 root  wheel62 Nov  3 23:48 distinfo
 -rw-r--r--   1 root  wheel31 Nov  3 23:48 pkg-comment
 -rw-r--r--   1 root  wheel   174 Nov  3 23:48 pkg-descr
 -rw-r--r--   1 root  wheel  3317 Nov  3 23:48 pkg-plist

Which tar trick are you referring to? Apparently you have chosen not to
download an entire ports tree, which is fine, but you could have just
done a locate bsd.port.mk on a machine that DOES have a ports tree.

 # make
 /usr/share/mk/bsd.port.mk, line 4: Could not find /usr/ports/Mk/bsd.port.mk
 make: fatal errors encountered -- cannot continue
 
 What is bsd.port.mk, where can I get it or pkg_add it, then am I all set?

The files in /usr/ports/Mk are what makes the ports tree work. The
Makefile that you downloaded there is just a list of options that
bsd.port.mk uses to build the ports.

You need the bsd.*.mk framework to make your ports work. You can just
cvsup the ports-base collection. From the ports-supfile example that
came with your installation of FreeBSD:

# Be sure to ALWAYS cvsup the ports-base collection if you use any of the
# other individual collections below. ports-base is a mandatory collection
# for the ports collection, and your ports may not build correctly if it
# is not kept up to date.

If you have a ports-all supfile, you can issue the following:
cvsup /path/to/supfile -i ports/Mk
cvsup /path/to/supfile -i ports/net/mutella

If you can't/won't diagnose what's wrong when you try new things, it's best
not to invent tricks.

- -Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE9xioKo8KM2ULHQ/0RAq+lAJ9vCq5jQCMSaI5+vm9wbEfQnLGC+gCfRxrH
3npk0vSRNgYFJfEoeebVC48=
=I54m
-END PGP SIGNATURE-

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



Re: reverse cvsup possible?

2002-11-04 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (11.04.2002 @ 0058 PST): Kjell said, in 0.4K: 
 List members!

Ahoy!

 Is it possible to use cvsup on selected ports to go from 4.7 STABLE to 
 4.6.2 RELEASE?
 
 The reason I want to do this is that graphics/GD2 does not build on 4.7, 
 while using my saved distfiles I may build GD2 under 4.6.2
 
 A better way to do this?

Yes. It's better to find out why your gd2 isn't building. It builds fine
on my 4.7 machine. I'd start by updating the ports tree (always a good
first step), and you should provide us with some insight as to what
isn't building right for you.

- -Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE9xisWo8KM2ULHQ/0RAh/VAJ0S30bOZQhc4tQuasCNlO7q/HwwMACgxhl2
X+Cf+Cv4zlvCxewvC5Tkjq8=
=SuSP
-END PGP SIGNATURE-

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



Re: DHCP

2002-11-04 Thread Andrew Brampton
I've sucessfully installed a DCHPd called isc-dhcp3-3.0.1.r9
I installed it from ports in the follow directory
/usr/ports/net/isc-dhcp3

Hope this helps
Andrew
- Original Message - 
From: Daniel HARTMANN [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 04, 2002 7:21 AM
Subject: DHCP


 Hi
 
 With Freebsd4.7, DHCP is not installed by defaukt.
 
 How to install it later 
 
 Thanks 
 
 Dany_H  ;-)
 
 

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



Re: MSN voice conversation + NATD problem.

2002-11-04 Thread Paul A. Scott
 I wanted to setup one machine that can make voice
 connections over natd.

natd doesn't handle voice protocols. redirecting the ports won't work.

 When I try to make voice connection to other machine I just
 can not connect.

correct.

 We tried netmeeting too. It uses same MSN ports. And, under
 netmeeting, other end see my ip number as 192.168.0.20. I
 do not know why.

I'll tell you why. Because every voice protocol I've ever seen gets the
local ip address and sticks it in the data stream. (I really wish someone
would explain just one good reason for doing this--the ip header should be
all that's needed.) Anyway, your local ip address is stuffed in the data
stream and gets through unchanged. On the way back, the addess is an rfc1918
intranet address, so it isn't routable, and your connection fails.

Now, if natd was smart enough to recognize the protocol you're using, then
it could stuff your outside interface ip address in the data stream (as well
as the ip header), and replace it with your local ip on the way back in.
This is what it does for ftp. BTW, I don't get the rationale behind ftp
doing this stupid programmer trick either, but natd has always supported
ftp, so whut the hell.

A long time ago, I wrote a patch to natd to work with netphone or some
such cool product. It actually worked and could support any number of pc's
behind the firewall. But those were the days of 28kbps dial-up modems and
really lousy ISP's. So, performance was never good enough to justify it's
continued use. Today might be a different story. Unfortunately, the code is
backed up somewhere in a pile of a few hundred CD's. I just don't have the
time to locate the code, or the time to retrofit it I did find it.

BTW, I never could get NetMeeting to work with natd. The problem was that I
couldn't understand the protocol. If I remember correctly, NetMeeting uses
the H.323 standard. I seem to recall digging through the standards docs and
thinking, gee could they make this any more complex? Bottom line is, you
won't get natd working with NetMeeting unless you become an expert in the
underlying protocol (not likely) or someone who is an expert helps you out.
That's not me, sorry.

Paul A. Scott
mailto:pscott;skycoast.us
http://skycoast.us/pscott/


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



Re: Why Use a Daemon as a Symbol since it alienates many?

2002-11-04 Thread Lefteris Tsintjelis
Grow ups or not and as ridiculous as it may sound and probably is,
these are both good points and they both could have effect on FreeBSD's
popularity, the satan looking symbol and the hostility towards Berkeley.
As for the symbol, well, I would expect it to look something more world
wide acceptable, neutral, and cute, like Penguin is and not as a
demon. We all know the difference between daemons and demons,
however, there are plenty of people that don't and as far as popularity
goes compared to Linux, well, popular doesn't necessarily mean a
kitchen sink linux OS, IF HANDLED RIGHT of course, and I am sure that
there isn't anyone here that wouldn't like FreeBSD being popular. After
all, I think it deserves a lot more than Linux does and the way these
third party linux companies such as RedHat and SuSE are handling it.

I am moving this to -chat. It doesn't belong here.

Regards,
Lefteris

Paul Everlund wrote:
 
 [EMAIL PROTECTED] wrote:
  The traditional devil horns derive from goats, which if you have ever been
  around goats, seen how they can climb, eat all vegetation in sight, climb
  trees, get on roofs, etc., how kids gambol, is understandable.  But it
  alienates so many.  But as it alienates so many Christians, Jews and Muslims
  as a little Satan symbol, really limits the widespread use, public and tax
  paid support and availability of BSD.  A better symbol might be the statue of
  liberty, or the creator of the first Library, Aristotle.  The Penguin symbol
  is LINUX' best advantage over BSD, not to mention all the public hostility
  towards Berkley.
 
 Please read http://www.freebsd.org/copyright/daemon.html.
 
 And if the little cute daemon alienates Christians, Jews, Muslims or
 anyone else, my personal opinion is that they should grow up.
 
 Take care and I whish you a nice day!
 
 Best regards,
 Paul
 
 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: qmail-smtpd-auth vpopmail

2002-11-04 Thread Joan Picanyol i Puig
* [EMAIL PROTECTED] [EMAIL PROTECTED] [20021104 07:34]:
 i want to install qmail-smtpd-auth with vpopmail under freebsd
 any idea or sugestion
Use vmailmgr (http://www.vmailmgr.org) and follow 'Life with qmail'
(http://www.lifewithqmail.org)

 or any other method for smtp-auth
POP-before-SMTP
IMAP-before-SMTP
It's not the same, but does not need MUA support.

see http://untroubled.org/relay-ctrl/

qvb
-- 
pica

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



Re: reverse cvsup possible?

2002-11-04 Thread Kjell
> >> (11.04.2002 @ 0058 PST): Kjell said, in 0.4K: 
> > List members!
> 
> Ahoy!
> 
> > Is it possible to use cvsup on selected ports to go from 4.7 STABLE  to 
> > 4.6.2 RELEASE?
> > 
> > The reason I want to do this is that graphics/GD2 does not build on  4.7, 
> > while using my saved distfiles I may build GD2 under 4.6.2
> > 
> > A better way to do this?
> 
> Yes. It's better to find out why your gd2 isn't building. It builds fine
> on my 4.7 machine. I'd start by updating the ports tree (always a good
> first step), and you should provide us with some insight as to what
> isn't building right for you.
> 
Last Thursday I set up a system from scratch. Started from the 4.6.2 
CD and cvsuped to 4.7 STABLE for all src and ports, and gd2 built fine. 
On Sunday I rebuilt the same box from scratch using same procedure 
as on Thursday. But gd2 did not build. A directory was missing when 
building imake-4.2.0_1
Kjell







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

Re: reverse cvsup possible?

2002-11-04 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (11.04.2002 @ 0129 PST): Kjell said, in 0.9K: 
   (11.04.2002 @ 0058 PST): Kjell said, in 0.4K: 
   Is it possible to use cvsup on selected ports to go from 4.7 STABLE to 
   4.6.2 RELEASE?
   
   The reason I want to do this is that graphics/GD2 does not build on 4.7, 
   while using my saved distfiles I may build GD2 under 4.6.2
   
   A better way to do this?
  
  Yes. It's better to find out why your gd2 isn't building. It builds fine
  on my 4.7 machine. I'd start by updating the ports tree (always a good
  first step), and you should provide us with some insight as to what
  isn't building right for you.
  
 Last Thursday I set up a system from scratch. Started from the 4.6.2 
 CD and cvsuped to 4.7 STABLE for all src and ports, and gd2 built fine. 
 On Sunday I rebuilt the same box from scratch using same procedure 
 as on Thursday. But gd2 did not build. A directory was missing when 
 building imake-4.2.0_1
 Kjell
 end of Re: reverse cvsup possible? from Kjell 

OK. Well, in that case the problem isn't with gd2 at all. However, I
haven't the slightest idea what you mean when you say that a directory
was missing. From where? Which directory? Can you provide a log of the
gd2 build that's failing? Imake-4 builds fine for me.

- -Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE9xjLgo8KM2ULHQ/0RAhnAAKCKUT6XJSLRJVxyyipGd5GhPLoKMwCeNfZm
7g9X7tlqJ8tUFmGZMV4gbD0=
=rkDr
-END PGP SIGNATURE-

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



Re: Mail servers

2002-11-04 Thread dslb
 I don't have much experience with qpopper (I ran it for about 2
 days) and never used its ssl support, perhaps there is a qpopper
 support forum better suited to this question.

 I can report that Courier-IMAP (and its POP3 server) definately run
 as daemons, but I would be very surprised if imap-uw can't as well.

 Did you install these applications through ports? Do the ports
 offer the ability to configure these applications the way you want
 them?

Yes I installed them through ports. I have looked at imap-uw's website and
read about it in FreeBSD Unleashed, but I couldn't find anything.
Whit Qpopper I also followed FreeBSD Unleashed to enable SSL, but I don't
know if it works since it only bind()'s to port 110.

br
socketd


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



RE: Default Sendmail install with FreeBSD

2002-11-04 Thread KizerSoze
Matthew,

Thanks for the help.  I am happy to say that I am 90% done with what I am
trying to accomplish and I must say that sendmail is one big Haus, but, I
don't have one last hurdle to get over.

I have finally been able to get the masquerading setup on my machine so that
mail delivery from local accounts can actually make it to my home system,
but, sendmail DOES NOT masquerade the root account.  I'd like this one
masqueraded so I can receive all the daily/weekly/monthly emails.

Does anyone know how to tell sendmail to also masquerade the root
accountevery other account I try gets masqueraded BUT the root account.

Thanks,

Ed

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Matthew Seaman
Sent: Monday, November 04, 2002 2:09 AM
To: [EMAIL PROTECTED]
Subject: Re: Default Sendmail install with FreeBSD


On Sun, Nov 03, 2002 at 11:51:37PM -0600, KizerSoze wrote:

 Once the system is booted up how can I tell what .cf file sendmail has
 loaded??  I think that the .cf file I think is loaded is in fact not, and
I
 need to find a way to verify this.

Look at /var/run/sendmail.pid --- unusually for most daemons it
records not just the PID but also the command line used to start the
process:

# cat /var/run/sendmail.pid
243
/usr/sbin/sendmail -L sm-mta -bd -q30m

Now, if there is a '-C /some/file.cf' flag there, then that's the .cf
file you're using.  Otherwise you're going to be using the compiled in
default, which for the MTA process is /etc/mail/sendmail.cf

The same thing holds for the MSP (mail submission process) sendmail
instance, but using different files.  The PID file is in
/var/spool/clientmqueue/sm-client.pid:

# cat /var/spool/clientmqueue/sm-client.pid
124
/usr/sbin/sendmail -L sm-msp-queue -Ac -q30m

and in this case, the corresponding default config file is
/etc/mail/submit.cf

Default locations of .cf and similar files are documented in
sendmail(8) and /usr/share/sendmail/cf/README, although you have to
hunt about in the file to find all the details of the MSP stuff.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

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


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



am I banned????

2002-11-04 Thread Ülkü SAYILAN
Hi,

I couldn't get list mail. I wonder moderator banned me? One week before
my office system room electric constuction trouble had been occurs. So mail
server out of function vs vs. Please remove my banned.

-
bye,
 Ülkü  mailto:ulku.sayilan;kssgm.gov.tr

Her development, her freedom, her independence, must come from and through herself. 
First, by asserting herself as a personality, and not as a sex commodity. 
Second, by refusing the right of anyone over her body; by refusing to bear children, 
unless she wants them, by refusing to be a servant to God, the State, society, 
the husband, the family, etc., by making her life simpler, but deeper and richer. 
That is, by trying to learn the meaning and substance of life in all its complexities; 
by freeing herself from the fear of public opinion and public condemnation.
[Emma Goldman, Anarchism and Other Essays, p. 211]


This e-mail was scanned by Antivirus!
http://www.kssgm.gov.tr

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



RE: sendmail local user mail routing restrictions

2002-11-04 Thread KizerSoze
Check here. http://www.sendmail.org/tips/relaying.html

FEATURE(access_db). This enables the hash database /etc/mail/access to
enable or disable access from individual domains (or hosts, if
FEATURE(relay_hosts_only) is set). The database format is described below. 

I believe this is what your looking for...I'm not an expert but that's
probably a good place to start looking.

Good luck,

Ed

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Michael Ritchie
Sent: Monday, November 04, 2002 1:54 AM
To: [EMAIL PROTECTED]
Subject: sendmail local user mail routing restrictions



I am currently supporting a site which has it's own domain name (call
it:  foo.org)  We have a single FreeBSD 4.6.2 server running Sendmail,
Qpopper and OpenLDAP to provide our mail and directory services.  Currently
all users are able to send, receive (and route to the internet) mail
through this server, and the server accepts mail from the internet to
deliver to local users.  I would like to know if it is possible to restrict
certain users on the LAN from routing mail to external mail servers
through this server, and from receiving messages from outside our site
(but still have the functionality to send and receive messages to/from
other local users)?

Thanks in advance,
Michael


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: Novice question about testing sound cards

2002-11-04 Thread Ronald F. Guilmette

In message [EMAIL PROTECTED], you wrote:

Ronald F. Guilmette wrote:
 Ok, so question:  What's the simplest and easiest way to simply check
 to see if a given sound card is working or not?
 
 I gather that it is _not_ as simple as just cat'ing some .mp3 file to
 one of the /dev/dsp* device files, correct?

Nope. The DSP devices don't understand mp3, you need an mp3 decoder to 
do that but there are command-line (non-X) tools that play mp3s - check 
out audio/mpg123 (or something like that).

Also, try doing 'cat /dev/sndstat' to make sure that pcm really does 
understand your card.

OK, did that, and I get:

FreeBSD Audio Driver (newpcm)
Installed Devices:
pcm0: SB16 DSP 4.13 at io 0x220 irq 5 drq 1:5 bufsz 4096d (1p/1r/0v channels duplex)

Does that all seem OK?

I'm not totally sure about this, but I think that you can dump audio 
file in the 'au' format directly to devices. A test au format file can 
be found on http://www.cti.ecp.fr/documents/a_sound.au (This was linked 
to from http://www.cti.ecp.fr/documents/tests/au.html which you might 
also find useful).

OK, I'm willing to give that a try, but what device should I can the .au
file to?  Do I cat to /dev/dsp0 ?

You also might want to check that your speakers actually work by 
connecting them up to your hi-fi or something.

I'm sure that they work.  They were working not that long ago, and have
just been sitting here on a shelf next to my desk since then.

The only thing that has changed is that they have aquired more dust in
the interval since they were last used.

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



Panic: ffs_clusteralloc: map mismatch

2002-11-04 Thread Avleen Vig
Maybe a question for freebsd-hackers.. not sure..

FreeBSD 4.4, P166, 128Mb, 3 HD's: ad0, ad1, ad4, as ata0-master,
ata1-master and ata2-master. ata2-master is a Promise ata 100 controller
(tx2 I think).

For several months my server has been panicing, and I'm starting to think
it's a bad harddrive. I don't believe it's bad code (although I guess it
could be). I really need help in finding the drive responsible so that I
can replace it, but my debugging skills are limited to what I've learnt
from the OnLamp kernel debugging lesson :-)

I'd really appreciate it if someone could look over the crash dump output
below and let me know how I might be able to find out what write was
attempted when the server paniced. I have the last 4 crash dumps saved so
I can go back and look for matches in consistancy too. Also running a
debugging kernel but the code was last CVSUp'd about 8 months ago.

If it is a bad drive, I plan to replace it with 4.7-RELEASE.

#0  dumpsys () at ../../kern/kern_shutdown.c:473
#1  0xc0142f17 in boot (howto=256) at ../../kern/kern_shutdown.c:313
#2  0xc01432fd in panic (fmt=0xc0210e20 ffs_clusteralloc: map mismatch)
at ../../kern/kern_shutdown.c:581
#3  0xc019ddd1 in ffs_clusteralloc (ip=0xc198c800, cg=1, bpref=0, len=13)
at ../../ufs/ffs/ffs_alloc.c:1190
#4  0xc019d1b2 in ffs_hashalloc (ip=0xc198c800, cg=0, pref=8, size=13,
allocator=0xc019dba8 ffs_clusteralloc) at
../../ufs/ffs/ffs_alloc.c:778
#5  0xc019cbd7 in ffs_reallocblks (ap=0xc9de2dc4) at
../../ufs/ffs/ffs_alloc.c:442
#6  0xc016d096 in cluster_write (bp=0xc3ccd5d8, filesize=106496,
seqcount=14)
at vnode_if.h:1077
#7  0xc01a899e in ffs_write (ap=0xc9de2e68) at
../../ufs/ufs/ufs_readwrite.c:535
#8  0xc0177b46 in vn_write (fp=0xc15ba880, uio=0xc9de2ed8,
cred=0xc1ac7700, flags=0,
p=0xc9856d00) at vnode_if.h:363
#9  0xc01518e5 in dofilewrite (p=0xc9856d00, fp=0xc15ba880, fd=3,
buf=0x8161000,
nbyte=8192, offset=-1, flags=0) at ../../sys/file.h:162
#10 0xc015179e in write (p=0xc9856d00, uap=0xc9de2f80) at
../../kern/sys_generic.c:329
#11 0xc01f07e1 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47,
  tf_edi = 135663616, tf_esi = 672134208, tf_ebp = -1077945820, tf_isp
= -908185644,
  tf_ebx = 672060612, tf_edx = 672134208, tf_ecx = 0, tf_eax = 4,
tf_trapno = 0,
  tf_err = 2, tf_eip = 672014432, tf_cs = 31, tf_eflags = 659, tf_esp
= -1077945864,
  tf_ss = 47}) at ../../i386/i386/trap.c:1155
#12 0xc01e41c5 in Xint0x80_syscall ()



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



subscribe

2002-11-04 Thread Ülkü SAYILAN



This e-mail was scanned by Antivirus!
http://www.kssgm.gov.tr

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



Re: internal compiler error during make buildworld

2002-11-04 Thread Cliff Sarginson
On Sun, Nov 03, 2002 at 09:18:56PM -0600, Charles Pelletier wrote:
 I haven't had this problem show up before when upgrading.
 During make buildworld everything went pretty smoothly UNTIL it got to
 ===games
 ===games/adventure
 cc -0 -pipe-traditional-cpp-c /usr/src/games/adventure/main.c
 cc: Internal compiler error:  program cc2 got fatal signal 11
 ***Error code 1
 Stop in /usr/src/games/adventure
 Stop in /usr/src/games
 Stop in /usr/src
 Stop in /usr/src
 Stop in /usr/src
 
 All Error code 1
 
If it always stops at the same place it probably is not a memory error.
If you are using the -j parameter to make buildoworld .. don't. I had this 
same symptom when doing that. Try it and let us know.

On -chat there is a never ending thread on giving Release 5.0 a name, a
la Debian/GNU Linux I suppose. I just thought Signal 11 might be a
slightly amusing one ...

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



(su) core dumped

2002-11-04 Thread Boryan Yotov
Hello, all

  I've got the following problem today when I checked my FreeBSD 4.6 
/var/log/messages file:

Nov  1 03:01:01 pantcho /kernel: pid 32984 (su), uid 0: exited on signal 
10 (core dumped)
Nov  2 03:01:00 pantcho /kernel: pid 34341 (su), uid 0: exited on signal 
10 (core dumped)
Nov  2 04:15:01 pantcho /kernel: pid 34622 (su), uid 0: exited on signal 
10 (core dumped)
Nov  3 03:01:00 pantcho /kernel: pid 37952 (su), uid 0: exited on signal 
10 (core dumped)
Nov  4 03:01:00 pantcho /kernel: pid 39283 (su), uid 0: exited on signal 
10 (core dumped)
Nov  4 10:53:45 pantcho su: BAD SU utopia to root on /dev/ttyp0
Nov  4 10:53:52 pantcho su: BAD SU utopia to root on /dev/ttyp0
Nov  4 10:53:57 pantcho su: utopia to root on /dev/ttyp0

  The system where I got this message is up and running for two months 
since now but this is the first occurence of this message. I'm curious 
what is the reason for the SU's core dumping and also what is the reason 
for making SU active. The ugly thing is only these are the messages in 
/var/log/mesages in the period from 1 of October until 4 at the morning. 
These 4 days the system was up but nobody uses it because of a holiday 
days.
   Also I make two wrong and one right atempts to SU to root in order 
to check the syntax of the logged messages and it seems that the core 
dumped messages are not issued by an user trying to get root.  Also it 
looks like the kernel itself issues SU because instead of program name 
the owner of the SU process is /kernel.
   So that's my so called problem :) I'll appreciate any clue on 
what is the reasons for this behaviour.

Regards


Re: am I banned????

2002-11-04 Thread Ceri Davies
On Mon, Nov 04, 2002 at 11:16:45AM +0200, ?lk? SAYILAN wrote:

 I couldn't get list mail. I wonder moderator banned me? One week before
 my office system room electric constuction trouble had been occurs. So mail
 server out of function vs vs. Please remove my banned.

If mail from the list sent to you bounced as a result of your outage then
you've probably been automatically unsubscribed.

Just resubscribe via the [EMAIL PROTECTED] address.

Ceri
-- 
Destruction awaits!

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



Re: Panic: ffs_clusteralloc: map mismatch

2002-11-04 Thread Avleen Vig
On Mon, 4 Nov 2002, Jett Tayer wrote:

 try cvsup'ng again. re make your world/kernel
 and see the results
 hope it will be fine...

I had been having the problem for several months prior to that last cvsup
I did. I don't think (looking back over the commit data) that canything's
changed that might effect this. The box is fairly old which is why I
suspected hardware problems.

RAther than CVSUp'ing just the kernel, I'll be installing 4.7. The sources
are already compiled and waiting to by coppied to this server from the
build box. But I really want to know what caused the problem before I
randomly start upgrading :-)


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



Clarification of eject question

2002-11-04 Thread Cliff Sarginson
Ok,
The program eject is in the ports tree, not in the base distribution.
Thanks to Sue Blake for pointing this out to me.

If installed it comes with a manual page, that if read scrupulously
it implies that the /dev part of the device name is not required.

The manual page unfortunately implies by it's authorship and history
that it is part of the base system. So maybe that needs to be corrected.

Really eject needs rewriting to take the mount point of the CD
device(s) as an argument (or at least an alternative argument, so as
not to break anything).

Who knows, I may just do that.

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



user dead but appears still logged in in 'w' output

2002-11-04 Thread Jez Hancock
I have a problem with a user who was idle for a long period
of time which I killed off by terminating the associated
login process for that user's ssh connection.  However
that user still appears in the output from 'w'.

How can I remove the user from 'w' output?

I've just installed 'idled' so hopefully it won't happen
in future ;)

Thanks in advance,
Jez

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



user dead but appears still logged in in 'w' output

2002-11-04 Thread Jez Hancock
 I have a problem with a user who was idle for a long period
 of time which I killed off by terminating the associated
 login process for that user's ssh connection.  However
 that user still appears in the output from 'w'.
 
 How can I remove the user from 'w' output?
Ok, I've just logged in multiple times on a ttyp until I logged
in on the tty occupied by the ghost and the w entry was removed.
(The user was logged in on ttyp2, so I logged in on ttyp0, p1 and
then on logging in on p2 the ghost was removed).

Is there an easier way?


 I've just installed 'idled' so hopefully it won't happen
 in future ;)
Maybe this is the 'easier' way eh?  We shall see

Cheers anyway,
Jez

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



Re: SSH Delay problems

2002-11-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-01 01:22:38 -0500:
 Quoting joe [EMAIL PROTECTED]:
  On October 31, 2002 10:12 pm, Jacob Rhoden wrote:
   On Fri, 1 Nov 2002 16:58, joe wrote:
There is a significant delay before ssh connects and returns a
prompt. I am on a private network, attempting a 192.168.0.XXX
192.168.0.YYY connection.   There is a distinct 1:15 min delay
before the password prompt appears.  I have included the log of a
specific session.
  
   Summary of last thread: If your dns isnt setup properly then there
   will be a delay in connecting to the server. The reason for this is,
   the remote server is attempting to resolve the local machines ip
   address. If setup properly, it will resolve straight away. If dns is
   not setup properly, it tries and gives up (after about approximately
   1:15 minutes I would suspect).
  
   You need to check the remote machine can resolve your local ip
   address. To test this on your remove machine type:
  
  nslookup 192.168.local.machine.ip.address
  
  Sorry, I should have mentioned these two machines are behind a firewall 
  and use private ip addresses. The hosts files identify each other 
  properly. Even if I attempt a connection using the ip address  I 
  observe the same problem. Do you still think this is a DNS issue?  I'm 
  not sure how it would be.
 
 Sounds like a DNS issue to me! :)
 
 You need to setup a local bind that will resolve and reverse resolve
 all your private #'s

note that it doesn't need to be Bind, you can use any DNS server.
djbdns has been doing me a very good service:

http://cr.yp.to/djbdns.html

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

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



Re: Default Sendmail install with FreeBSD

2002-11-04 Thread Matthew Seaman
On Mon, Nov 04, 2002 at 03:16:33AM -0600, KizerSoze wrote:

 I have finally been able to get the masquerading setup on my machine so that
 mail delivery from local accounts can actually make it to my home system,
 but, sendmail DOES NOT masquerade the root account.  I'd like this one
 masqueraded so I can receive all the daily/weekly/monthly emails.
 
 Does anyone know how to tell sendmail to also masquerade the root
 accountevery other account I try gets masqueraded BUT the root account.

By default the root account always used to be added to class {E} ---
exposed users, ie. account names that should not be masqueraded.  The
docs suggest that stopped after sendmail 8.10.x, but a quick glance
through /etc/mail/sendmail.cf still reveals:

C{E}root

and there's no EXPOSED_USER(`root') in my .mc file, so I guess it's
still happening.

You can use the GENERICSTABLE functionality to rewrite the sender
address: works pretty much like MASQUERADE except it matches
individual senders rather than domain names.  Insert into
/etc/mail/`hostname`.mc:

FEATURE(genericstable, `hash -o /etc/mail/genericstable')dnl
GENERICS_DOMAIN(`your.hostname.com')dnl

and create a file /etc/mail/genericstable containing:

root [EMAIL PROTECTED]

then rebuild your sendmail config and the genericstable.db database
etc.:

cd /etc/mail
make install
make restart

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

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



Re: USB Printer Problem

2002-11-04 Thread nyingelay
On Monday 28 October 2002 04:22 am, Cliff Sarginson wrote:
 On Mon, Oct 28, 2002 at 01:44:54AM -0800, nyingelay wrote:
  ***
  Printer:Epson Stylus C40UX (usb)
  OS: FreeBSD 4.7-RELEASE
  ***
  It is the only printer attached to my computer via usb.
 
  When I tried to lpr filename, the printer responded to it for awhile by
  moving its cartridge holder, but nothing got actually printed.  That was
  after I rebooted the PC.  For the second time when I tried to lpr
  filename, there were no responses from the printer at all.  After each
  reboots, the printer acknowledges the commands for once only, and just
  sits there idle.

 I had *exactly* the same problem, but with an Epson 740U. So I tried
 printing under Windows and it would only print in black and only legibly
 at the highest quality .. I cleaned the heads etc, and the status
 monitor said there was plenty of ink. So, more out of a guess than
 anything else I replaced the ink cartridges -- and lo and behold it
 worked just fine on all O/S'es. What that implies I don't know, although
 obviously the colour cartridge was blocked beyond repair. I don't use
 the printer much, so... maybe the cheapo cartridges I use had got fed
 up. You only have to replace the catridges twice with real Epson ones
 and it is about the same cost as a new printer (here in Holland anyway !)

 Did it ever work under other releases ? The fact that it is recognised
 means it is in the file of signatures for USB devices, that does not
 always mean it will work.

 I am sending this, not saying this is your problem, but the symptoms are
 so similar I thought I would pass it on.

Thanks for the reply.  I've already tested with Windows, and the printer is 
just fine.  It's only happenning on the BSD.  Any more ideas please?...


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



Re: Kernel Building

2002-11-04 Thread Matthew Seaman
On Sun, Nov 03, 2002 at 11:03:17PM -0600, Ryan Sommers wrote:
 I'm assuming it's possible to build a kernel for a different computer
 then it's compiled on as long as they are the same architecture. How do
 I go about compiling my kernel for my laptop on my desktop? First I
 don't think the laptop could hold the source and more importantly I
 think the 850 box will compile it faster then the 200mhz laptop.

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

First make sure that /etc/make.conf settings are compatible with both
machines --- pay particular attention to the CPUTYPE variable.  Copy
the /etc/make.conf file to both machines.

Copy the kernel config for your laptop into /usr/src/sys/i386/conf on
the build machine.

To build a kernel for the laptop, log into the build machine and just:

cd /usr/src
make buildkernel KERNCONF=LAPTOP

then NFS mount the /usr/src and /usr/obj directories on the laptop,
and (while logged into the laptop) run:

   make installkernel KERNCONF=LAPTOP

You'll want to do likewise with buildworld and installworld so the
kernel and userland are in synch on both machines, obviously.

As a convenience, on the build machine you can set KERNCONF to a list
of kernel configs.  All will be built, but the first one is assumed to
be the build machine's own config.  It's quite handy to add the
correct KERNCONF setting to /etc/make.conf on each machine. eg.

   KERNCONF = BUILDBOX LAPTOP

on the build box, and

   KERNCONF = LAPTOP

on the laptop.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

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



Re: Default Sendmail install with FreeBSD

2002-11-04 Thread Giorgos Keramidas
On 2002-11-04 03:16, KizerSoze [EMAIL PROTECTED] wrote:
 I have finally been able to get the masquerading setup on my machine
 so that mail delivery from local accounts can actually make it to my
 home system, but, sendmail DOES NOT masquerade the root account.
 I'd like this one masqueraded so I can receive all the
 daily/weekly/monthly emails.

You have to change the list of usernames that are ``exposed'' in their
unmasqueraded form.  Try adding to your .mc file the following:

EXPOSED_USER(`')

 Does anyone know how to tell sendmail to also masquerade the root
 accountevery other account I try gets masqueraded BUT the root
 account.

That's because freebsd.mc includes a DOMAIN(generic) macro, which
pulls in the file `/usr/share/sendmail/cf/domain/generic.m4'.  That
file contains the following line:

EXPOSED_USER(`root')

I hope this helps a bit.

Giorgos.

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



Re: Maximal (sensible) size of a partition

2002-11-04 Thread Giorgos Keramidas
On 2002-11-02 16:38, Moritz [EMAIL PROTECTED] wrote:
 I want to add a new 20 GB hard drive to my router/printer
 server/fileserver. Does it make sense to make a big 20 GB partition
 and if not, why?

That depends highly on what type of data you are going to store there.
I have a large 30 GB partition under /home where I store all sorts of
data that I want to keep away from /, /var and /usr upgrades.  It
seems to work fine so far, but it's a bit slow because of the initial
8192:1024 block and fragment sizes that I used.  You might want to
split the large disk in parts that you newfs with different block or
fragment sizes to get an optimal setup of speed vs. space.

 Oh, and do you think it makes sense at all to integrate a 20 GB hard
 drive into a P133 which shall share these 20 GB to three other
 machines and is performing routing at the same time, or is this
 machine too slow for this task?

A P133 works fine as my primary workstation here.  Agreed, it doesn't
do much in the area of routing or network load, but it can happily run
fairly big compiles in the background as I surf the net, read email or
chat with friends.

Giorgos.


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



Re: Printing to HP845c attached to Win2K - over samba?

2002-11-04 Thread Warren Block
On 4 Nov 2002, Stacey Roberts wrote:

 The printer initializes itself (the usual about to print noise)
 Takes sheet of paper from paper tray
 Printer stops
 Manual Paper feed button light starts blinking
 I press the blinking light button
 One sheet is ejected, with one line (stepped) at the top
 
 Any ideas as to what's wrong here? The document I tested is a simple
 text file (/etc/hosts).

It sounds like it's working, but you need an input filter to convert
line feeds to CR/LF, and then need to add a form feed at the end of the
job.  I know the Handbook section on printing talks about the LF/CRLF
issue, can't recall if it mentions adding form feeds.  Take care of the
stairstepping first, then form feeds will be easy.
 
-Warren Block * Rapid City, South Dakota USA


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



Your Invitation

2002-11-04 Thread Lawrence Williams
Welcome To
PROSPERFOREVER
A Sharing Of Abundance Through Private Invitation.
A Special Gift For You

Receiving a gift makes you feel wonderful, doesn't it? What a special way to 
be honored and to know somebody truly cares about you. You are among the 
most fortunate people to have been invited to learn about our activity. Even 
if you were invited by someone you do not know, there is still the interest 
in sharing something extraordinary with a fellow human being. What we have 
to offer goes beyond what most people can even dream about. Be assured, it 
is very real and it can be yours too if you decide to embrace the spirit of 
what we do and join in. You have indeed been given a special gift simply by 
being invited to view this presentation. We extend our hands and open our 
hearts to welcome you to share in the abundance that belongs to all of us.

We have put together the most informative presentation to explain our whole 
activity than has ever been created for the internet.  When you see and hear 
what has been going on for so long you will truley see your own light at the 
end of your tunnel.  You will soon be living a life style that you only 
thought happened to other people.  Our activity is world wide and the people 
are real.  To download the presentation click here

http://www.prosperforever.tv/PFemailer/7460/PFemailer.exe


Just down load it and when it installs it starts right up. Sit back turn on 
your speakers and watch, listen, and enjoy.

Abundant Wishes



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


Gesundheitsnetzwerk

2002-11-04 Thread [EMAIL PROTECTED]

Neways-World Wernerstr. 8 59387 AschebergTel. +492599 9299212 Fax. +492599 9299213 
www.neways-world.com

Der erfolgreiche Weg im Markt der Gesundheitsvorsorge
In der Bevölkerung wächst das Gesundheitsbewusstsein stetig. Mehr und mehr 
Menschen/Verbraucher konzentrieren sich auf solche Produkte und Verfahren, deren 
Nutzung frei von Risiken ist, die stattdessen nachgewiesene gesundheitsförderliche und 
vitalitäts- steigernde Wirkung haben. Die Verantwortung für sich selbst, für die 
eigene Gesundheit übernehmen zu wollen, das ist ein immer öfter geäußertes Bekenntnis.
Endlich gibt es, was Millionen Menschen suchen.

Möchten Sie zukünftig weitere Informationen haben, registrieren Sie sich auf unserer 
Seite.

www.neways-world.com

Neways-World Wernerstr. 8 59387 AschebergTel. +492599 9299212 Fax. +492599 9299213 
www.neways-world.com

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



Re: user dead but appears still logged in in 'w' output

2002-11-04 Thread David Siebörger
On Mon 2002-11-04 (11:35), Jez Hancock wrote:
  I have a problem with a user who was idle for a long period
  of time which I killed off by terminating the associated
  login process for that user's ssh connection.  However
  that user still appears in the output from 'w'.
  
  How can I remove the user from 'w' output?
 Ok, I've just logged in multiple times on a ttyp until I logged
 in on the tty occupied by the ghost and the w entry was removed.
 (The user was logged in on ttyp2, so I logged in on ttyp0, p1 and
 then on logging in on p2 the ghost was removed).
 
 Is there an easier way?

Send the user's shell a SIGHUP and (in most cases) it'll cleanly log
itself out.


-- 
David Siebörger
[EMAIL PROTECTED]

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



Samba taking too long to upload files.

2002-11-04 Thread Roberto Armenteros
Hi all,

   In my freebsd box I have an upload folder
shared with write permisions but when I upload things
into this file it takes forever. The download process
is very fast, but not the upload process. When I
upload to my other windows machine it goes five times
as fast as my bsd box. What could be the problem? I
would really appreciate any help. If you need more
info. please let me know.

Robe.


__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

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



non-writeable directory - can't be removed

2002-11-04 Thread Louis LeBlanc
Hey all.  I'm trying to get some temp files cleaned out, and the one
giving me trouble is /tmp/temproot/var/empty/

The empty directory is in fact empty, but the ownership and
permissions seem to make it impossible to remove it.  I've tried rm
-rf, rm -df, and rmdir all as root, but all I get is:
# rm -df empty/
rm: empty/: Operation not permitted

Same thing happens when I try to change the permissions.

The permissions look like this:
dr-xr-xr-x  2 root  wheel  512 Aug 31 22:55 empty

Any idea how I can get rid of it?  And the associated directory,
/var/empty has the same permissions, and is also empty.  Is it a
necessary directory? Seems to me any directory with no write
permissions at all is pretty much useless.

BTW, I'm running 4.6.2-RELEASE #5

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

I object to intellect without discipline;  I object to power without
constructive purpose.
-- Spock, The Squire of Gothos, stardate 2124.5

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



Re: non-writeable directory - can't be removed

2002-11-04 Thread Chip Norkus
On Mon Nov 04, 2002; 09:57AM -0500 Louis LeBlanc propagated the following:
 Hey all.  I'm trying to get some temp files cleaned out, and the one
 giving me trouble is /tmp/temproot/var/empty/
 
 The empty directory is in fact empty, but the ownership and
 permissions seem to make it impossible to remove it.  I've tried rm
 -rf, rm -df, and rmdir all as root, but all I get is:
 # rm -df empty/
 rm: empty/: Operation not permitted
 

Try 'chflags noschg /tmp/temproot/var/empty' and then try removing it
again.

-wd
-- 
chip norkus; unix geek and programmer;  [EMAIL PROTECTED]
question = (to) ? be : !be; --Shakespeare http://telekinesis.org/

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



Re: Samba taking too long to upload files.

2002-11-04 Thread Denis N. Peplin
On Monday 04 November 2002 17:56, Roberto Armenteros wrote:
 Hi all,

In my freebsd box I have an upload folder
 shared with write permisions but when I upload things
 into this file it takes forever. The download process
 is very fast, but not the upload process. When I
 upload to my other windows machine it goes five times
 as fast as my bsd box. What could be the problem? I
 would really appreciate any help. If you need more
 info. please let me know.
try ttcp, /usr/ports/net/ttcp/ to test network perfomance
and ensure that the troubles with upload is because of samba
misconfig or error

maybe, it is a netcard duplex problem, not samba

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



Re: non-writeable directory - can't be removed

2002-11-04 Thread Louis LeBlanc
On 11/04/02 08:59 AM, Chip Norkus sat at the `puter and typed:
 On Mon Nov 04, 2002; 09:57AM -0500 Louis LeBlanc propagated the following:
  Hey all.  I'm trying to get some temp files cleaned out, and the one
  giving me trouble is /tmp/temproot/var/empty/
  
  The empty directory is in fact empty, but the ownership and
  permissions seem to make it impossible to remove it.  I've tried rm
  -rf, rm -df, and rmdir all as root, but all I get is:
  # rm -df empty/
  rm: empty/: Operation not permitted
  
 
 Try 'chflags noschg /tmp/temproot/var/empty' and then try removing it
 again.


Cool.  That did the trick, but why would a directory be set
unwriteable *and* immutable?  Like I said before, it seems it would
make the directory useless.

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

The Beatles:
  Paul McCartney's old back-up band.

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



Re: Re: non-writeable directory - can't be removed

2002-11-04 Thread Erik Trulsson
On Mon, Nov 04, 2002 at 10:06:25AM -0500, Louis LeBlanc wrote:
 On 11/04/02 08:59 AM, Chip Norkus sat at the `puter and typed:
  On Mon Nov 04, 2002; 09:57AM -0500 Louis LeBlanc propagated the following:
   Hey all.  I'm trying to get some temp files cleaned out, and the one
   giving me trouble is /tmp/temproot/var/empty/
   
   The empty directory is in fact empty, but the ownership and
   permissions seem to make it impossible to remove it.  I've tried rm
   -rf, rm -df, and rmdir all as root, but all I get is:
   # rm -df empty/
   rm: empty/: Operation not permitted
   
  
  Try 'chflags noschg /tmp/temproot/var/empty' and then try removing it
  again.
 
 
 Cool.  That did the trick, but why would a directory be set
 unwriteable *and* immutable?  Like I said before, it seems it would
 make the directory useless.

Not quite.  I think /var/empty is used for sshd to chroot into.  This means
that it needs to exist, but can be empty, and indeed *should* be empty to
minimize security risks.
That directory is unwriteable and immutable to make sure that it not only
is empty but *stays* empty. Otherwise some unsuspecting sysadmin might
remove it thinking it is unimportant, but this way said sysadmin will
realize that there is *something* special about the directory.
The directory in /tmp/temproot sounds like remains from a mergemaster run
that didn't finish normally. (Since mergemaster normally cleans up after
itself.)


-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]


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



Re: non-writeable directory - can't be removed

2002-11-04 Thread Cliff Sarginson
On Mon, Nov 04, 2002 at 10:06:25AM -0500, Louis LeBlanc wrote:
 On 11/04/02 08:59 AM, Chip Norkus sat at the `puter and typed:
 
 Cool.  That did the trick, but why would a directory be set
 unwriteable *and* immutable?  Like I said before, it seems it would
 make the directory useless.
 
I have a feeling that something was said about this on the list awhile
back, I think there was a reason for it. I have a hunch it was something
to do with X11 V4, but I cannot be sure.

-- 
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: Default Sendmail install with FreeBSD

2002-11-04 Thread Giorgos Keramidas
On 2002-11-02 23:19, KizerSoze [EMAIL PROTECTED] wrote:
 Well, I'm on a friends BSD 4.6 system looking at his /etc/mail
 directory and the right files are there, and, his Makefile in that
 directory is definately newer than the one I have?

mergemaster will pull the proper files from /usr/src/etc.  Check for
two things:

a) The revision of the Makefile in /usr/src/etc/mail.
b) When you run mergemaster, make sure that /etc/mail/Makefile is
   correctly installed from the temproot.

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



Re: Why Use a Daemon as a Symbol since it alienates many?

2002-11-04 Thread Jerry McAllister
 
 [EMAIL PROTECTED] wrote:
  The traditional devil horns derive from goats, which if you have ever been 
  around goats, seen how they can climb, eat all vegetation in sight, climb 
  trees, get on roofs, etc., how kids gambol, is understandable.  But it 
  alienates so many.  But as it alienates so many Christians, Jews and Muslims 
  as a little Satan symbol, really limits the widespread use, public and tax 
  paid support and availability of BSD.  A better symbol might be the statue of 
  liberty, or the creator of the first Library, Aristotle.  The Penguin symbol 
  is LINUX' best advantage over BSD, not to mention all the public hostility 
  towards Berkley.
 
 Please read http://www.freebsd.org/copyright/daemon.html.
 
 And if the little cute daemon alienates Christians, Jews, Muslims or
 anyone else, my personal opinion is that they should grow up.

I sometimes wear my daemon T-shirt at my church.
No problem.

jerry

 
 Best regards,
 Paul
 

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



Re: Why Use a Daemon as a Symbol since it alienates many?

2002-11-04 Thread Larry Sica

On Monday, November 4, 2002, at 03:28 AM, Lefteris Tsintjelis wrote:


	Grow ups or not and as ridiculous as it may sound and probably is,
these are both good points and they both could have effect on FreeBSD's
popularity, the satan looking symbol and the hostility towards 
Berkeley.
As for the symbol, well, I would expect it to look something more world
wide acceptable, neutral, and cute, like Penguin is and not as a
demon. We all know the difference between daemons and demons,
however, there are plenty of people that don't and as far as popularity
goes compared to Linux, well, popular doesn't necessarily mean a
kitchen sink linux OS, IF HANDLED RIGHT of course, and I am sure that
there isn't anyone here that wouldn't like FreeBSD being popular. After
all, I think it deserves a lot more than Linux does and the way these
third party linux companies such as RedHat and SuSE are handling it.


I'd love to know who exactly it alienates besides some hicks that 
wouldn't use it anyway?

I am moving this to -chat. It doesn't belong here.

Regards,
Lefteris

Paul Everlund wrote:


[EMAIL PROTECTED] wrote:

The traditional devil horns derive from goats, which if you have 
ever been
around goats, seen how they can climb, eat all vegetation in sight, 
climb
trees, get on roofs, etc., how kids gambol, is understandable.  But 
it
alienates so many.

Heh the imagery is far older than that, goes back to mesopotamia, there 
was a night demon that many think the modern imagery for the devil 
descended from.  Also it wasnt just the goat, but couldbe any animal, 
often a goat, or a bull, or a dog or some other animal.


 But as it alienates so many Christians, Jews and Muslims
as a little Satan symbol, really limits the widespread use, public 
and tax
paid support and availability of BSD.  A better symbol might be the 
statue of
liberty, or the creator of the first Library, Aristotle.  The 
Penguin symbol
is LINUX' best advantage over BSD, not to mention all the public 
hostility
towards Berkley.



All the public hostility towards Berkley?  Where exactly?  And imho the 
linux is annoying but it never stopped me from trying Linux.


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


Limiting open port response

2002-11-04 Thread Alvaro Rosales R.
Hello guys I've been having this problem in my BSD system. I get an 
error that says 
Limiting open port response from 233 to 200 , my network response is 
really slow now. How can i solve this?.
Thanks in advance










Alvaro A. Rosales Rojas.  a.k.a. RAZA
Proud user of  Pegasus Mail
Soporte Tecnico de Sistemas
Procacao S.A
3368113 ext 260

You'll never know how far you can go until you break the chains that tie 
your soul 


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



Re: Re: non-writeable directory - can't be removed

2002-11-04 Thread Louis LeBlanc
On 11/04/02 04:18 PM, Erik Trulsson sat at the `puter and typed:
 On Mon, Nov 04, 2002 at 10:06:25AM -0500, Louis LeBlanc wrote:
  On 11/04/02 08:59 AM, Chip Norkus sat at the `puter and typed:
   On Mon Nov 04, 2002; 09:57AM -0500 Louis LeBlanc propagated the following:
Hey all.  I'm trying to get some temp files cleaned out, and the one
giving me trouble is /tmp/temproot/var/empty/

The empty directory is in fact empty, but the ownership and
permissions seem to make it impossible to remove it.  I've tried rm
-rf, rm -df, and rmdir all as root, but all I get is:
# rm -df empty/
rm: empty/: Operation not permitted

   
   Try 'chflags noschg /tmp/temproot/var/empty' and then try removing it
   again.
  
  
  Cool.  That did the trick, but why would a directory be set
  unwriteable *and* immutable?  Like I said before, it seems it would
  make the directory useless.
 
 Not quite.  I think /var/empty is used for sshd to chroot into.  This means
 that it needs to exist, but can be empty, and indeed *should* be empty to
 minimize security risks.
 That directory is unwriteable and immutable to make sure that it not only
 is empty but *stays* empty. Otherwise some unsuspecting sysadmin might
 remove it thinking it is unimportant, but this way said sysadmin will
 realize that there is *something* special about the directory.
 The directory in /tmp/temproot sounds like remains from a mergemaster run
 that didn't finish normally. (Since mergemaster normally cleans up after
 itself.)

Ok, that makes perfect sense now.  Thanks a bunch.
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

If an experiment works, something has gone wrong.

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



Configuring mouse on laptop

2002-11-04 Thread Chad McCullough
Hi everyone,

I'm very new to FreeBSD (I've been using it for about
a week now).  I've been a Linux user for about 3 years
but I'm finding that BSD is definitely different in
many ways.

I have an IBM Thinkpad 570 (PII-366MHz) laptop that
I've installed FreeBSD 4.7 on.  The installation went
okay but I'm having a problem getting the mouse
working.  When I enter Windowmaker, my mouse jumps all
over the screen.  I've even tried an external PS/2
mouse with the same results.  I've run xf86config
numerous times trying different configurations with no
luck.  I've researched the web but still have come up
empty handed.  I would appreciate any help that you
can give.

Thanks!
Chad  


__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

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



Re: Configuring mouse on laptop

2002-11-04 Thread Pierrick Brossin
Chad McCullough wrote:

 When I enter Windowmaker, my mouse jumps all
 over the screen.  I've even tried an external PS/2
 mouse with the same results.

Could you please paste the mouse section of your
/etc/X11/XF86Config-4 file please?

It should be easy to solve.
My config file looks like the following:

--
Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol MouseSystems
Option  Device /dev/sysmouse
Option  ButtonNumber 4
EndSection
--

I have a sony vaio laptop with one of these stupid
touchpad :)

Cya

--
Pierrick Brossin
IT Employee
15, Ch. du Château, 1422 Grandson, Switzerland
Tel Prof: +41-327201423 Mobile Priv: +41-794137145
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



Re: Configuring mouse on laptop

2002-11-04 Thread Volker Kindermann
 I have an IBM Thinkpad 570 (PII-366MHz) laptop that
 I've installed FreeBSD 4.7 on.  The installation went
 okay but I'm having a problem getting the mouse
 working.  When I enter Windowmaker, my mouse jumps all
 over the screen.

This works for me (Thinkpad X21, 4.7 stable):

Section InputDevice

# Identifier and driver

Identifier  Mouse1
Driver  mouse
Option ProtocolMouseSystems
Option Device  /dev/sysmouse

EndSection

 -volker


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



Re: Window/File Manager

2002-11-04 Thread Jud


-Original Message-
From: Ryan Sommers [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: 03 Nov 2002 21:55:37 -0600
Subject: Window/File Manager

I recently decided to bring my old Presario 1220 our of retirement and
make a small toy laptop to play around with. Unfortunately it's only a
200mhz/64mb RAM system with a 2.1gb harddrive. I would like to use X if
possible but given the hardware limitations I really can't have a
bloated featureful WM or FM and still have a usable laptop (after all if
the GUI is slow I might as well install 98SE). 

What are your favorite ultra-light WM's and/or FMs? I'm just looking for
something that does the job, looking nice would be an added benefit but
I doubt I'll have a high color depth to play with anyway.

**

Others have mentioned Blackbox and fluxbox, which 
would be my choices (in that order) for window 
managers.  I have also briefly looked at Waimea,
but not enough to comment.

Re file managers, by far my favorite is rox-filer.
The one in ports has a few dependencies, but if you
have Linux compatibility enabled you might try just
downloading it from its home page and installing it
straight.

Jud


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



RE: Default Sendmail install with FreeBSD

2002-11-04 Thread KizerSoze
Matthew,

I actually tried using the generics table from the start, which is what led
me to figure out that the root account wasn't getting masqueraded.  After
figuring that out, I completely took out all entries of the genericstable to
see that all acounts but root would be masqueraded, so putting that back
into the genericstable won't do any good.

I did however just comment out the C{E}root in my .cf file and restarted
sendmail, and, alas, it finally is working like I want it to and
masquerading the root account.

Thanks to everyone for their patience in helping me solve my problem,

Ed


-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Matthew Seaman
Sent: Monday, November 04, 2002 6:14 AM
To: [EMAIL PROTECTED]
Subject: Re: Default Sendmail install with FreeBSD


On Mon, Nov 04, 2002 at 03:16:33AM -0600, KizerSoze wrote:

 I have finally been able to get the masquerading setup on my machine so
that
 mail delivery from local accounts can actually make it to my home system,
 but, sendmail DOES NOT masquerade the root account.  I'd like this one
 masqueraded so I can receive all the daily/weekly/monthly emails.

 Does anyone know how to tell sendmail to also masquerade the root
 accountevery other account I try gets masqueraded BUT the root
account.

By default the root account always used to be added to class {E} ---
exposed users, ie. account names that should not be masqueraded.  The
docs suggest that stopped after sendmail 8.10.x, but a quick glance
through /etc/mail/sendmail.cf still reveals:

C{E}root

and there's no EXPOSED_USER(`root') in my .mc file, so I guess it's
still happening.

You can use the GENERICSTABLE functionality to rewrite the sender
address: works pretty much like MASQUERADE except it matches
individual senders rather than domain names.  Insert into
/etc/mail/`hostname`.mc:

FEATURE(genericstable, `hash -o /etc/mail/genericstable')dnl
GENERICS_DOMAIN(`your.hostname.com')dnl

and create a file /etc/mail/genericstable containing:

root [EMAIL PROTECTED]

then rebuild your sendmail config and the genericstable.db database
etc.:

cd /etc/mail
make install
make restart

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

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


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



HTTP access

2002-11-04 Thread Walter
Hi,

  Another newbie question, this time dealing with HTTP
access from the world.

   I'm running apache on my FreeBSD computer, which
is also my gateway.  I can telnet  FTP to it from my
Mac on the local network and from an outside connection
(the world).  I can access it by http locally both through
a local IP address and through the ISP-assigned IP (via
DHCP).  But I can't access it by http from the world.
My neighbor's AOL account tells me it finds the server
(my computer) but then times out.

   Any thoughts as to what's wrong?  I'm using the OPEN
firewall that comes with the GENERIC build.

Thanks.

Walter


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



Re: Window/File Manager

2002-11-04 Thread John Mills
Ryan -

On Mon, 4 Nov 2002, Jud wrote:

 -Original Message-
 From: Ryan Sommers [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: 03 Nov 2002 21:55:37 -0600
 Subject: Window/File Manager
 
 I recently decided to bring my old Presario 1220 our of retirement and
 make a small toy laptop to play around with. Unfortunately it's only a
 200mhz/64mb RAM system with a 2.1gb harddrive. I would like to use X if
 possible but given the hardware limitations I really can't have a
 bloated featureful WM or FM and still have a usable laptop (after all if
 the GUI is slow I might as well install 98SE). 

I have an anaemic Cyrix/166 box which started with only 16 MBy. FreeBSD's
default WM just thrashed - half a minute to see results of any action!

 What are your favorite ultra-light WM's and/or FMs? I'm just looking for
 something that does the job, looking nice would be an added benefit but
 I doubt I'll have a high color depth to play with anyway.

I configured 'fvwm2', which is lively and fine, even on that sad box.
Supposed to have some degree of KDE compatibility now, but I didn't test
that. Configuration is old-style by hand [i.e., text files], but I still
remembered a few basics of that. 6-)

Sorry - no advice on file managers.

 - John Mills


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



Re: Samba taking too long to upload files.

2002-11-04 Thread Garance A Drosihn
At 6:56 AM -0800 11/4/02, Roberto Armenteros wrote:

The download process is very fast, but not the upload
process. When I upload to my other windows machine it
goes five times as fast as my bsd box. What could be
the problem?


Make sure your ethernet card has the correct setting
wrt half-duplex vs full-duplex.  I had a situation
where the card was assuming a half-duplex connection,
but the network port (on the gateway) was hardwired
to 100Mbit full-duplex.  The performance penalty for
samba file transfers was enormous.

--
Garance Alistair Drosehn=   [EMAIL PROTECTED]
Senior Systems Programmer   or  [EMAIL PROTECTED]
Rensselaer Polytechnic Instituteor  [EMAIL PROTECTED]

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



Re: user dead but appears still logged in in 'w' output

2002-11-04 Thread Jez Hancock
On Mon, Nov 04, 2002 at 07:34:49AM -0500, david wrote:
 On Monday 04 November 2002 06:31, Jez Hancock wrote:
  I have a problem with a user who was idle for a long period
  of time which I killed off by terminating the associated
  login process for that user's ssh connection.  
 
 Try would also have a shell session going, kill that as well.
Well, what I actually did was find out the login shell session pid
belonging to the user in question and 'kill -9' that proc  - after 
this the rest of the processes spawned by
the login did all die as well.  Unfortunately the user still appeared
to be logged in in 'w' output.  Whether you can class it as a 'bug' or
not I don't know, since killing a user's login shell isn't the de facto
method of forcefully logging a user out (or is it!?;)

I've been running idled all day though and it seems to be keeping things
tidy, nice utility.

cheers,
Jez

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



Re: Disk activity leading to hangs

2002-11-04 Thread Andrew MacIntyre
On Sun, 3 Nov 2002, Jason Godfrey wrote:

 After a bit of experimentation it seems that the hang (at least on the AMD)
 occurs under write activity. (A yes  /tmp/foo hangs it.) It seems to hold up
 under read loads.

I've seen references to power supply problems causing similar
symptoms (crashes under heavy disk I/O).

--
Andrew I MacIntyre These thoughts are mine alone...
E-mail: [EMAIL PROTECTED]  | Snail: PO Box 370
[EMAIL PROTECTED]|Belconnen  ACT  2616
Web:http://www.andymac.org/|Australia


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



Re: user dead but appears still logged in in 'w' output

2002-11-04 Thread Jez Hancock
On Mon, Nov 04, 2002 at 05:44:42PM +0200, Lefteris Tsintjelis wrote:
 David Sieb?rger wrote:
  
  On Mon 2002-11-04 (11:35), Jez Hancock wrote:
I have a problem with a user who was idle for a long period
of time which I killed off by terminating the associated
login process for that user's ssh connection.  However
that user still appears in the output from 'w'.
   
How can I remove the user from 'w' output?
   Ok, I've just logged in multiple times on a ttyp until I logged
   in on the tty occupied by the ghost and the w entry was removed.
   (The user was logged in on ttyp2, so I logged in on ttyp0, p1 and
   then on logging in on p2 the ghost was removed).
  
   Is there an easier way?
  
  Send the user's shell a SIGHUP and (in most cases) it'll cleanly log
  itself out.
 
 Something similar to that happened to me some time ago and there were no
 running processes by that user at all, just normal system processes. I
 think it might had to do with u/wtmp. Is there a way to clean such
 entries from u/wtmp?
The only way I found (as mentioned above):
How can I remove the user from 'w' output?
   Ok, I've just logged in multiple times on a ttyp until I logged
   in on the tty occupied by the ghost and the w entry was removed.
   (The user was logged in on ttyp2, so I logged in on ttyp0, p1 and
   then on logging in on p2 the ghost was removed).
  
   Is there an easier way?
Still, a nice tool to kill user's from the system would be nice.
A mate of mine created a tool called 'bish' to cleanly kick user's from a
system, I should see if he wants to include it in the ports, it works
quite well.

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



FreeBSD filesystem 1TB Limit

2002-11-04 Thread Joseph Gleason
IIRC There was a 1TB limit on the size of any filesystem (or actually of any
block device) in FreeBSD based the kernel internaly using a 512 byte block
size and having a max of 2^31 blocks. (512*2^31 = 2^40 = 1TB)

Do I remember correctly?

Is this still the case?

A client wants to build a system with over 1TB on a single filesystem and I
need to see if FreeBSD can support it.

Thanks for your time.

--Joe Gleason


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



Re: Printing to HP845c attached to Win2K - over samba?

2002-11-04 Thread Stacey Roberts
Hi Warren,
   Man, thanks for the reply!

On Mon, 2002-11-04 at 13:15, Warren Block wrote:
 On 4 Nov 2002, Stacey Roberts wrote:
 
  The printer initializes itself (the usual about to print noise)
  Takes sheet of paper from paper tray
  Printer stops
  Manual Paper feed button light starts blinking
  I press the blinking light button
  One sheet is ejected, with one line (stepped) at the top
  
  Any ideas as to what's wrong here? The document I tested is a simple
  text file (/etc/hosts).
 
 It sounds like it's working, but you need an input filter to convert
 line feeds to CR/LF, and then need to add a form feed at the end of the
 job.  I know the Handbook section on printing talks about the LF/CRLF
 issue, can't recall if it mentions adding form feeds.  Take care of the
 stairstepping first, then form feeds will be easy.

Input filter., I take it you're referring to smbprint. Forgive me, but I
really know very little about printing as it is, and would appreciate
guidance here.

I've ready through smbprint, and it doesn't mention print-control chars
that are included anywhere.., so are the carraige-return and line-feed
control chars to be included by myself before copying smbprint to the
location referenced here: `dirname $0`/smbclient?

Thanks again for the reply. Hope to hear from you again soon.

Stacey
  
 -Warren Block * Rapid City, South Dakota USA
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com




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


Re: make buildworld fails

2002-11-04 Thread Chris Pressey
On Fri, 1 Nov 2002 14:11:10 +0200
Giorgos Keramidas [EMAIL PROTECTED] wrote:

 On 2002-10-31 20:26, Chris Pressey [EMAIL PROTECTED] wrote:
  On Thu, 31 Oct 2002 14:32:40 +0200
  Lefteris Tsintjelis [EMAIL PROTECTED] wrote:
   Compile with OPENSSH and use sshd_program=/usr/local/sbin/sshd at
   ur rc.conf if you are trying to use the new sshd. U will also need
   to change the PATH so that /usr/local/. comes first. Its not the
   proper way but still, its a workaround. :-)))
 
  Changing the PATH so that /usr/local/bin comes before /usr/bin
  resulted in a couple of differences in attempting to build it that
  seemed to go away once I dealt with /usr/local/bin/make and
  /usr/local/bin/grep (they were the GNU versions.)  Does the PATH need
  to be this way to buildworld, or just to run ssh?
 
 That's not a good idea.  To try building world+kernel with a PATH that
 is different from the one in /etc/login.conf:
 
 /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin
 :/usr/X11R6/bin:~/bin

OK.  I changed my path to this, cvsup'ed this morning's sources,
chflags'ed and destroyed /usr/obj, did a 'make buildworld' and got the
same error as reported in my last post.

 On a sidenote, why is your GNU make installed as make and not
 gmake?  If you install GNU make as gmake, and not make you won't
 have to worry about /usr/local/bin/make overriding /usr/bin/make.
 That's what the devel/gmake does already:
 
   keramida@gray[14:06]/home/keramida$ ls -l /usr/local/bin/*make
   -r-xr-xr-x  1 root  wheel  132860 Oct 30 02:10
   /usr/local/bin/gmake keramida@gray[14:07]/home/keramida$ pkg_info
   | grep gmake
   gmake-3.80  GNU version of 'make' utility

It was probably left over from an early install of the GNU toolchain, from
before I was using the ports tree.  I do use gmake from ports these days.

This is certainly not a stock FreeBSD install - e.g. I'm running qmail -
but I can't ever recall making a change to the base system.

Thanks again to everyone for all your help,
-Chris

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



Re: user dead but appears still logged in in 'w' output

2002-11-04 Thread Ruben de Groot
On Mon, Nov 04, 2002 at 06:00:06PM +, Jez Hancock typed:
 On Mon, Nov 04, 2002 at 07:34:49AM -0500, david wrote:
  On Monday 04 November 2002 06:31, Jez Hancock wrote:
   I have a problem with a user who was idle for a long period
   of time which I killed off by terminating the associated
   login process for that user's ssh connection.  
  
  Try would also have a shell session going, kill that as well.
 Well, what I actually did was find out the login shell session pid
 belonging to the user in question and 'kill -9' that proc  - after 
 this the rest of the processes spawned by
 the login did all die as well.  Unfortunately the user still appeared
 to be logged in in 'w' output.  Whether you can class it as a 'bug' or
 not I don't know, since killing a user's login shell isn't the de facto
 method of forcefully logging a user out (or is it!?;)

Don't use 'kill -9'. That signal is meant for desperate people. Use plain 
kill (-15) and a wellbehaving process will neatly close all administration,
including wtmp.

 
 I've been running idled all day though and it seems to be keeping things
 tidy, nice utility.
 
 cheers,
 Jez
 
 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



hard error reading fsbn and file name

2002-11-04 Thread User

hi

I get the same:

ad0s2f: hard error reading fsbn 3978952 of 1207492-1207495 
(ad0s2 bn 3978952; cn 3947 tn 5 sn 61) status=59 error=40

every day. I believe it happens during the periodic  daily scripts at night.

Is there a way to tell what file lives on that particular block on 
the HDD?

thank you in advance,
-- slava


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



security check output error

2002-11-04 Thread Ryan Thieme
I've recently started getting the following error message in my security
check output messages.  It doesn't happen daily, and it doesn't always
reference these files, but it's happening enough that I'm trying to figure
out what the issue is.

Checking setuid files and devices:
find: /usr/ports/net/fugu/files: Input/output error
find: /usr/ports/net/geta: Input/output error
find: /usr/ports/net/ipcad: Input/output error
find: /usr/ports/net/linc: Input/output error

I've tried searching the questions archive and I've tried a bunch of
web searches but nothing looks like it's related to the above error.

I'm worried that this is a bad disk, or just needing to delete the ports
tree and then cvsup.

Any insight provided greatly appreciated.

Thanks,

Ryan


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



Path problem

2002-11-04 Thread Tom Vollmer
Whomever-

During the process of compiling my own kernel, I have an issue of the make
utility not being able to find if_fxp.c and if_sis.c.  Both exist in the
appropriate place in the file system.  The version of freeBSD I am using is
4.6.  Any suggestions?

Tom Vollmer


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



Re: machine disappearance after upgrade 4.7

2002-11-04 Thread Alex
Hello/Beste Dan,

I got a message from the smtp server that this mail could not be
send.

Friday, October 25, 2002, 2:26:29 PM, you wrote:

 Hi everyone,

 Hopefully someone can give me a pointer or two here.  A normally 
 extremely stable machine running FreeBSD has become rather unstable 
 after upgrading to the 4.7 release.

 By unstable I mean disappearing off the network suddenly, and having 
 console non-responsive to anything but a nice ctl-alt-del reboot.  The 
 log files only show one thing that may be of issue:

 Oct 25 01:05:48 x-wing /kernel: arplookup 207.8.132.194 failed: host 
 is not on local network
 Oct 25 01:36:27 x-wing /kernel: arplookup 207.8.132.194 failed: host 
 is not on local network

 bash-2.05a$ ifconfig -a
 de0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
  inet 207.106.130.84 netmask 0xfff0 broadcast 207.106.130.95

What the relation between this (207.106.130.84) computer and
207.8.132.194?

 Right before the machine disappears, these messages start repeating 
 rather rapidly to the tune of one about ever 5 seconds.  This behavior 
 was not seen in any of the earlier FreeBSD releases.  The said IP 
 address is the IP for the nameserver of the cluster group, which is 
 responding just fine to requests.  A quick search of the archives 
 reveals nothing thats of any help to me so...

 Have I somehow misconfigured my upgrade, and if so any suggestions on 
 what to fix or where to begin looking?  Or have I stumbled upon a legit 
 bug?

Perhaps its time to repost this message at the hackers maillist. If it
is a bug, they be better at helping you. Right now i'm guessing that it
is one.

 By unstable I mean disappearing off the network suddenly, and having
 console non-responsive to anything but a nice ctl-alt-del reboot.

This especially is strange.

 If more information is needed, it can be provided.  Any and all help
 would be appreciated.

Hello/Beste Dan,

Monday, October 28, 2002, 2:09:25 PM, you wrote:

 Oct 25 01:05:48 x-wing /kernel: arplookup 207.8.132.194 failed: host
 is not on local network
 Oct 25 01:36:27 x-wing /kernel: arplookup 207.8.132.194 failed: host 
 is not on local network

What kind of server is 207.8.132.194 and what is its relation to this
(207.106.130.84) machine?

 Output from ifconfig for your review:

Sorry, this didn't seem relevant after all. Is there a program running
that interfere with the sending of the arp packages?

Perhaps its time to repost this message at the hackers maillist. If it
is a bug, they be better at helping you. Right now i'm guessing that it
is one.

 By unstable I mean disappearing off the network suddenly, and having
 console non-responsive to anything but a nice ctl-alt-del reboot.

This especially is strange. (Way would the machine lockup when not
finding the ip of another computer?

-- 
Best regards/Met vriendelijke groet,
Alex


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



Re: HTTP access

2002-11-04 Thread Walter
Ty,

   At your suggestion that it was the ISP blocking
port 80, I found the configuration line to enable
Apache to listen on another port and added one,
which now allows my neighbor's computer to
access mine through http.  Thanks for the pointer.
I wonder if they'll eventually block this other port
number also.  I guess time will tell.

Walter

Ty Hoeffer wrote:

 It will probably require a call to their tech support.

 One thing you could try is trafshow. It will display incoming  outgoing
 traffic, its port, the protocol being used, and the chars/sec invilved
 in the conversation. That or capture the traffic with Ethereal. Both of
 these apps are in the ports.

 Ty

 On Monday 04 November 2002 01:34 pm, you wrote:
  They may be.  Do you know how can I tell for certain?
  It's cable-modem access, btw.
 
  Ty Hoeffer wrote:
   Is your ISP blockong PORT 80
  
   Ty
  
   On Monday 04 November 2002 12:25 pm, Walter wrote:
Hi,
   
  Another newbie question, this time dealing with HTTP
access from the world.
   
   I'm running apache on my FreeBSD computer, which
is also my gateway.  I can telnet  FTP to it from my
Mac on the local network and from an outside connection
(the world).  I can access it by http locally both through
a local IP address and through the ISP-assigned IP (via
DHCP).  But I can't access it by http from the world.
My neighbor's AOL account tells me it finds the server
(my computer) but then times out.
   
   Any thoughts as to what's wrong?  I'm using the OPEN
firewall that comes with the GENERIC build.
   
Thanks.
   
Walter


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



MUSIC + INTERNET= Excellent Income

2002-11-04 Thread custservice7046u38
MAKE A GREAT LIVING IN THE MUSIC INDUSTRY!

Join Our Team Today!

We're looking for motivated people who would like to be
their own boss and make an executive 6-figure income
by this time next year.

We're offering you a FLAWLESS BUSINESS SYSTEM:

- TOTAL Support Given at ALL times
- Excellent Income is Possible Immediately
- Extensive Tools to Insure Your Success
- Low Start Up

Featuring...
- World's Largest Library of Music on the Internet!
- New state-of-the-art Streaming Technology
- Live Internet Conference Calls with Celebrities!!!
- Build Worldwide with Unbelievable Compensation Plan!

Recording Studios Involved:

Sony
Mercury Records 
Warner Motown 
A  M Records Universal Records 
Geffen Verve Music Group 
Dreamworks Capitol Records 
Def Jam Records Virgin Records 
Def Soul Records Priority Records 
Island Records Blue Note Records 
MCA Records Astralwerks 

Over 80,000,000 people have downloaded music. 
Talk about market potential worldwide.
Build a residual income right from your own home!
Make money while you listen to your favorite music!

REMEMBER... You'll be in busiess for yourself but
not by yourself.  My business partners and I will 
help you every step of the way.

Ready for MORE INFO?

Call TOLL-FREE: 1-877-381-4175 (leave a message)

Or...

Please send your NAME, PHONE # and best time to reach you
(include TIME ZONE) to the email address below:
NOTE: (No info will be sent without a valid phone #)

mailto:success100K;hotmail.com

---
---
UNSUBSCRIBE INSTRUCTIONS:
To be removed from further mailings, please click on the link below
(you will be automatically removed):
http://81.9.5.210/remove-me.asp




808l3

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



Re: security check output error

2002-11-04 Thread Ryan Thieme
On Mon, 4 Nov 2002, Ryan Thieme wrote:

 I've recently started getting the following error message in my security
 check output messages.  It doesn't happen daily, and it doesn't always
 reference these files, but it's happening enough that I'm trying to figure
 out what the issue is.

 Checking setuid files and devices:
 find: /usr/ports/net/fugu/files: Input/output error
 find: /usr/ports/net/geta: Input/output error
 find: /usr/ports/net/ipcad: Input/output error
 find: /usr/ports/net/linc: Input/output error


Trying the fsck -y /usr/ports after a umount of /usr/ports to see if this
is putting me on the right path.

Still would appreciate any comments.

Ryan


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



Re: Window/File Manager

2002-11-04 Thread D J Hawkey Jr
In article [EMAIL PROTECTED],
[EMAIL PROTECTED] writes:
 
 What are your favorite ultra-light WM's and/or FMs?
 I'm just looking for
 something that does the job, looking nice would be
 an added benefit but
 I doubt I'll have a high color depth to play with
 anyway.
 
 You can't go wrong with Blackbox (or fluxbox, which is
 very similar). It can look as detailed or as simple as
 you want. I use it on my low spec laptop and
 workstations. If you want a nice looking theme, I
 suggest 'AlmostX', but you might want to get rid of
 some of the gradients in it, as rendering them chew
 unnecessary CPU power. It's been quite usable on my
 p120 thinkpad.

With a fairly rich configuration, how small is fluxbox's footprint?
I just had a peek at fluxbox's source, and I see that gradient shading is
done with X pixmaps. If they're cached (by color and/or size?), this is
rather memory hungry, no?

I run vtwm with a rather rich setup on FreeBSD 4.5-REL-p22, XF86 4.2.0,
TrueColor visual, and top shows the following:
PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
  49880 hawkeyd2   0  3092K  2496K select   0:16  0.00%  0.00% vtwm
It does cache pixmaps by size and color, but for the most part they're
small - titlebar buttons. I use sound effects, too, which are cached by
the rplay daemon:
PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
174 root   2   0  2000K  1460K select   4:15  0.00%  0.00% rplayd
So, vtwm's total footprint is about 5.1Mb, about 3.9Mb being resident.
How does that fair against fluxbox or blackbox?

As X pixmaps are server-cached, how can one [easily] tell how much memory
is used for them?

 As far as file managers go, I would suggest perhaps
 XFtree from XFce. I've not used every file manager,
 but I have used this in the past, its been good and
 has a small footprint. You can assign file
 associations too.
 
 I've used these both in the past, in a sort of hybrid
 blackbox-xfce manner, and it served me well.

Midnight Commander in an xterm.  :-)

Dave

-- 

Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?


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



csh conf

2002-11-04 Thread Ivan S. Anisimov
Hello !

Please help: when I try to login via a dialin tty,
host issues 'logout' immediately after
authentification. Looks like admin of the host done
something like
set a=`tty`
if ($a == '/dev/ttyd0') then
logout
endif 
in one of csh scripts.
I've checked all user-readable files (/etc/csh.cshrc,
/etc/csh.login, /etc/csh.logout, ~/.login, ~/.profile
etc.) for stuff like that. Nothing. Changing shell to
bash solves this problem, still I would like to find
out, where this 'logout' lives. Any ideas?

Many thanks in advance,
Ivan

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

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



Re: Window/File Manager

2002-11-04 Thread Aaron J Siegel
For file managers xterm with your favorite shell and midnight commander 
(misc/mc). Simple fast, powerful and never have to take your hands off the 
keyboard. 

On Sunday 03 November 2002 20:55, Ryan Sommers wrote:
 I recently decided to bring my old Presario 1220 our of retirement and
 make a small toy laptop to play around with. Unfortunately it's only a
 200mhz/64mb RAM system with a 2.1gb harddrive. I would like to use X if
 possible but given the hardware limitations I really can't have a
 bloated featureful WM or FM and still have a usable laptop (after all if
 the GUI is slow I might as well install 98SE).

 What are your favorite ultra-light WM's and/or FMs? I'm just looking for
 something that does the job, looking nice would be an added benefit but
 I doubt I'll have a high color depth to play with anyway.



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



Re: Novice question about testing sound cards

2002-11-04 Thread Andrew Boothman
Ronald F. Guilmette wrote:

Also, try doing 'cat /dev/sndstat' to make sure that pcm really does 
understand your card.


OK, did that, and I get:

FreeBSD Audio Driver (newpcm)
Installed Devices:
pcm0: SB16 DSP 4.13 at io 0x220 irq 5 drq 1:5 bufsz 4096d (1p/1r/0v channels duplex)

Does that all seem OK?


Absolutely.


I'm not totally sure about this, but I think that you can dump audio 
file in the 'au' format directly to devices. A test au format file can 
be found on http://www.cti.ecp.fr/documents/a_sound.au (This was linked 
to from http://www.cti.ecp.fr/documents/tests/au.html which you might 
also find useful).


OK, I'm willing to give that a try, but what device should I can the .au
file to?  Do I cat to /dev/dsp0 ?


Yes, give it a try. As I mentioned above, if you have MP3 files then try 
using a command-line mp3 decoder as well. They also use the /dev/dsp 
entries.

Andrew.


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


Re: user dead but appears still logged in in 'w' output

2002-11-04 Thread Jez Hancock
On Mon, Nov 04, 2002 at 08:16:30PM +0100, Ruben de Groot wrote:
 On Mon, Nov 04, 2002 at 06:00:06PM +, Jez Hancock typed:
  On Mon, Nov 04, 2002 at 07:34:49AM -0500, david wrote:
   On Monday 04 November 2002 06:31, Jez Hancock wrote:
I have a problem with a user who was idle for a long period
of time which I killed off by terminating the associated
login process for that user's ssh connection.  
   
   Try would also have a shell session going, kill that as well.
  Well, what I actually did was find out the login shell session pid
  belonging to the user in question and 'kill -9' that proc  - after 
  this the rest of the processes spawned by
  the login did all die as well.  Unfortunately the user still appeared
  to be logged in in 'w' output.  Whether you can class it as a 'bug' or
  not I don't know, since killing a user's login shell isn't the de facto
  method of forcefully logging a user out (or is it!?;)
 
 Don't use 'kill -9'. That signal is meant for desperate people. Use plain 
 kill (-15) and a wellbehaving process will neatly close all administration,
 including wtmp.
Cheers, that's probably what caused the problem ;)

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



Re: Novice question about testing sound cards

2002-11-04 Thread Ronald F. Guilmette

In message [EMAIL PROTECTED], you wrote:

I'm not totally sure about this, but I think that you can dump audio 
file in the 'au' format directly to devices. A test au format file can 
be found on http://www.cti.ecp.fr/documents/a_sound.au (This was linked 
to from http://www.cti.ecp.fr/documents/tests/au.html which you might 
also find useful).
 
 
 OK, I'm willing to give that a try, but what device should I can the .au
 file to?  Do I cat to /dev/dsp0 ?

Yes, give it a try.

I tried it, and nothing happened.  No sound came out.

I cat'd the file to /dev/dsp0.  Was that correct?

 As I mentioned above, if you have MP3 files then try 
using a command-line mp3 decoder as well. They also use the /dev/dsp 
entries.

OK.  I'll try that too.

Where can I pick up some short free MP3 files for testing?

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



Re: Path problem

2002-11-04 Thread Wayne Pascoe
Tom Vollmer [EMAIL PROTECTED] writes:

 Whomever-
 
 During the process of compiling my own kernel, I have an issue of the make
 utility not being able to find if_fxp.c and if_sis.c.  Both exist in the
 appropriate place in the file system.  The version of freeBSD I am using is
 4.6.  Any suggestions?

Couple of things... 

1. How are you compiling your kernel? By doing a make kernel in
/usr/src or config KERNNAME then cd ../../compile/KERNNAME and doing
make? If the latter, try a make depend first

2. Please post the exact error here and we'll see what we can do :)

-- 
- Wayne Pascoe 
Wageslaves - Who do you want to make rich
today?


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



Re: HTTP access

2002-11-04 Thread Wayne Pascoe
Walter [EMAIL PROTECTED] writes:

 At your suggestion that it was the ISP blocking  port 80, I found
 the configuration line to enable  Apache to listen on another port
 and added one,  which now allows my neighbor's computer to  access
 mine through http.  Thanks for the pointer.   I wonder if they'll
 eventually block this other port  number also.  I guess time will
 tell.
 

Do yourself a favour - Read your contract / AUP. If they have
something in there that says you can't run servers - Don't. You don't
want the hassle of termination and or lawsuits!

-- 
- Wayne Pascoe 
Mary had a crypto key, she kept it in
escrow, and everything that Mary said,
the Feds were sure to know.


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



``root''?

2002-11-04 Thread lewiz
Hi,

  I've been wondering - what does ``root'' stand for?  I've just been
doing some calculus as part of my math. homework and I've just written
down ``there are no ``real'' roots'' - is this possibly something to do
with the meaning of ``root'' - i.e. root = answer?

  I'm probably way off but any ideas?

-lewiz.

-- 
Any philosophy that can be put in a nutshell belongs there.
-- Sydney J. Harris

This message is intended only for the use of the person(s) (``the
intended recipient(s)'') to whom it is addressed.  It may contain
information which is privileged and confidential within the meaning of
applicable law.  If you are not the intended recipient, please contact
the sender as soon as possible.

--|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--



msg07664/pgp0.pgp
Description: PGP signature


Re: Path problem

2002-11-04 Thread Kent Stewart


Tom Vollmer wrote:

Whomever-

During the process of compiling my own kernel, I have an issue of the make
utility not being able to find if_fxp.c and if_sis.c.  Both exist in the
appropriate place in the file system.  The version of freeBSD I am using is
4.6.  Any suggestions?


It sounds like you did a make without doing both a config and a make 
depend.

Kent


Tom Vollmer


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

.




--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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



XFree86, Anti-aliasing, Truetype, Freetype

2002-11-04 Thread Scott I. Remick
I'm close but not quite there yet, so I need some more help...

FreeBSD 4.7-REL, Xfree86 4.2.0, Enlightenment 0.16.5, OpenOffice 1.0.1,
recent Mozilla nightly, Freetype 1.3.1, Freetype2 2.1.2

I have Truetype fonts working, and they're even anti-aliased in OO, but they
look like crap (certainly not like on a Windoze system).

My TTF fonts are in /usr/X11R6/lib/X11/fonts/TTF but I can only get them to
appear if I have the following line in XF86Config:

FontPath /usr/X11R6/lib/X11/fonts/TTF

According to the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html#ANTIALIAS

...I should be able to comment out this line if I have the following line in
XftConfig:

dir /usr/X11R6/lib/X11/fonts/TTF

But TrueType fonts don't appear if I do. So I'm thinking maybe my bad
anti-aliasing is a result of something wrong here?

I don't get anti-aliasing at all in Mozilla, but that's probably a whole
'nother problem...

=
Scott I. Remick   --==--   ICQ: 450152 
Save the internet - Use Mozilla: http://home.adelphia.net/~sremick/mozilla/
Voici mon secret. Il est tres simple: on ne voit bien qu'avec le coeur. L'essentiel 
est invisible pour les yeux.

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

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



Re: Printing to HP845c attached to Win2K - over samba?

2002-11-04 Thread nyingelay
On Monday 04 November 2002 10:53 am, Stacey Roberts wrote:
 Hi Warren,
Man, thanks for the reply!

 On Mon, 2002-11-04 at 13:15, Warren Block wrote:
  On 4 Nov 2002, Stacey Roberts wrote:
   The printer initializes itself (the usual about to print noise)
   Takes sheet of paper from paper tray
   Printer stops
   Manual Paper feed button light starts blinking
   I press the blinking light button
   One sheet is ejected, with one line (stepped) at the top
  
   Any ideas as to what's wrong here? The document I tested is a simple
   text file (/etc/hosts).
 
  It sounds like it's working, but you need an input filter to convert
  line feeds to CR/LF, and then need to add a form feed at the end of the
  job.  I know the Handbook section on printing talks about the LF/CRLF
  issue, can't recall if it mentions adding form feeds.  Take care of the
  stairstepping first, then form feeds will be easy.

 Input filter., I take it you're referring to smbprint. Forgive me, but I
 really know very little about printing as it is, and would appreciate
 guidance here.

 I've ready through smbprint, and it doesn't mention print-control chars
 that are included anywhere.., so are the carraige-return and line-feed
 control chars to be included by myself before copying smbprint to the
 location referenced here: `dirname $0`/smbclient?

 Thanks again for the reply. Hope to hear from you again soon.

 Stacey

  -Warren Block * Rapid City, South Dakota USA
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message

I'm having an exactly same problem with the Epson Stylus C40UX (usb).  I'd 
really appreciate if you all could give me some sort of detailed guideline to 
fixing about it.  Thank You!



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



USRONLINE.COM

2002-11-04 Thread USRonline . com
Dear Sir/Madam: 
 
 
USRONLINE.COM - US$ 620 
 
 
Please note that after years, the registration on the domain name 
USRONLINE.COM was not renewed and this domain had become available to register. 
 
Consequently, we have been approached to market this domain name that has been tracked 
and registered by a client. As a result,USRONLINE.COM now available from us for 
IMMEDIATE transfer. 
 
With so many companies using these initials along with what many would consider to be 
a genuine investment,we expect to find an interested party for this excellent.com . 
 
This is a VALUABLE and HIGH PROFILE domain and we believe that this 
development could be of genuine interest and benefit to your operation. 
Please note that the domain name market is extremely solid at the moment and similar 
domains are currently selling on afternic.com, greatdomains.com (domain auction sites) 
and by domain name brokers, in some cases, for many thousands of US dollars. 
 
Please note that transfers take just 15 minutes and are extremely 
straightforward - absolutely NO technical knowledge required! 
 
For our client's peace of mind, we use an escrow service for all 
transactions and domains are ALWAYS secured by the buyer prior to us 
receiving any funds. We pay all fees connected with the escrow process. 
 
If you would like to use WWW.USRONLINE.COM for your online business, please contact us 
at your earliest convenience. We will be on hand should you require any further 
assistance or information. 
 
We thank you for your attention and sincerely apologise if this e-mail 
has not been of interest to you. 
 
 
Yours sincerely, 
 
Jenny. 
 
Marketing, 
The Portal 

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



Re: Path problem

2002-11-04 Thread Wayne Pascoe
Tom Vollmer [EMAIL PROTECTED] writes:

 is a CODE 1 and the other two error lines indicate that
 ../../dev/fxp/if_fxp.c and ../../sys/pci/if.sis.c do not exists.  When
 perform a Find to locate the files, they appear to be in the correct place
 in the file system.  Can a source file marked with inappropriate rights
 cause this?

As per my previous request, please send me the error exactly as it
appears. I need some context to investigate this.

-- 
- Wayne Pascoe 
WINDOWS: Where do you want to go today?
LINUX: Where do you want to go tomorrow?
FreeBSD: Are you guys coming or what?


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



Re: ``root''?

2002-11-04 Thread Kirk Strauser

At 2002-11-04T22:00:37Z, lewiz [EMAIL PROTECTED] writes:

 I've been wondering - what does ``root'' stand for?

My understanding is that 'root' is the user that owns the base of the
filesystem (the 'root' of the tree structure) and has full access to
everything beneath it.  Think of root in the 'tree' data structure sense.

 This message is intended only for the use of the person(s)...

Ummm, think you could pick a different sig for use on mailing lists?
-- 
Kirk Strauser
In Googlis non est, ergo non est.

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



Re: ``root''?

2002-11-04 Thread lewiz
On Mon, Nov 04, 2002 at 04:53:26PM -0600, Kirk Strauser wrote:
 
 At 2002-11-04T22:00:37Z, lewiz [EMAIL PROTECTED] writes:
 
  I've been wondering - what does ``root'' stand for?
 
 My understanding is that 'root' is the user that owns the base of the
 filesystem (the 'root' of the tree structure) and has full access to
 everything beneath it.  Think of root in the 'tree' data structure sense.
 
  This message is intended only for the use of the person(s)...
 
 Ummm, think you could pick a different sig for use on mailing lists?

Ah, yeah, sorry - I replied from the CC: to me so the mutt folder-hook
didn't kick in.  My bad ;)

-lewiz.

-- 
Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.

--|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--



msg07671/pgp0.pgp
Description: PGP signature


Re: Îòâåò

2002-11-04 Thread pavel
Ïàðîâûå êàáèíû, áîêñû, ãèäðîìàññàæíûå âàííû, áàññåéíû ôèðìû Luyisi ìîæíî êóïèòü â 
Ìîñêâå.
Çâîíèòü 8-903-146-95-83 Ñïðîñèòü Ïàâëà.

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



Re: Printing to HP845c attached to Win2K - over samba?

2002-11-04 Thread ScaryG
On 04 Nov 2002 06:21:42 +
Stacey Roberts [EMAIL PROTECTED] wrote:

  I'm trying to set up printing over samba to an HP845c printer
 attached (usb) to a Win2K box on the network.

 Hi Stacey. I have almost the same setup working for me right now. FreeBSD
4.4 is my main box, and I have a Win2K box with an HP930C connected to
it, and I can print from my FreeBSD box over to the HP.

 This took me a LONG time to get working, and once, after I let
portupgrade lose on my machine for a couple days I broke the printing
thing for months before I finally decided to try and fix it.

 I was unable to find any clear documentation on this. Even though I tried
to document what I did to fix it, I didn't do a good job on that either.
So be warned!

 I found I had to use smbprint and ASPFILTER. Installing ASPFILTER will
install a host of programs. You need them all. Pay careful attention to
what type of printer(s) you install in GHOSTSCRIPT. Be sure to select
SAMBA printing in ASPFILTER. I had to select something close to the HP890C
but it works fine.

 Let ASPFILTER adjust your /etc/printcap file.

 You'll need a .config file in your spool directory (mine is in
/var/spool/lpd/lp). It contains the server=, service= and password=
variables needed for network access to the printer from the FreeBSD box.
naturally you need to set up sharing on your Win2K box that matches this
information.

 I can't remember if I had to edit /usr/local/samba/smbprint or not. But
make sure this file exists and jives with the info in your /etc/printcap
file. Ditto for your spool directories. Make sure what's in your printcap
directory really exists. I also found the logfile(s) handy.

 And don't forget to restart lpd when making changes at the command line
with lpc restart all

 I'm doing pretty well with my setup. It even prints in color.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Scary Gerry -- Senior Systems Manager
 [EMAIL PROTECTED]
 -For web-hosting, Perl, PHP  MySql 
  programming see http://www.interpool.ca
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-





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



NASM (BSD vs. Linux)

2002-11-04 Thread Naydoe Maung
- FreeBSD 4.7-RELEASE #0: i386
- NASM version 0.98.33 compiled on Oct 31 2002
- Linux driver already loaded

Simple assembly code for Hello World:
==
SECTION .data
msg DB  Hello, World!, 0Ah, 0Ah
MSGLEN  EQU 14

SECTION .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, MSGLEN
int 80h

mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, MSGLEN
int 80h

mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, MSGLEN
int 80h
==

Shell output:

bash-2.05b$ nasm -f elf hello.asm
bash-2.05b$ ld -o hello hello.o
bash-2.05b$ ./hello
bash-2.05b$ ls
hello   hello.asm   hello.o
bash-2.05b$
==

As you can see here, It compiled and linked without any errors, however no 
appropriate output is being generated.  There were no problems running it on 
Linux.  I heard some issues about different sys calls and interrupts on Linux 
and BSD, but I thought since the Linux driver was loaded there should be no 
problems running Linux oriented programs.  I'm very confused, and I'm sure 
I'm missing out some stuff.  Help me please.

Thank You


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



Re: ``root''?

2002-11-04 Thread Kirk Strauser

At 2002-11-04T23:02:15Z, lewiz [EMAIL PROTECTED] writes:

 Ah, yeah, sorry - I replied from the CC: to me so the mutt folder-hook
 didn't kick in.  My bad ;)

We'll let it slide - this time.  ;-)
-- 
Kirk Strauser
In Googlis non est, ergo non est.

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



Re: ``root''?

2002-11-04 Thread DaleCo Help Desk
From: lewiz [EMAIL PROTECTED]
To: FreeBSD-questions [EMAIL PROTECTED]
Sent: Monday, November 04, 2002 4:00 PM
Subject: ``root''?

Classic computer science.  A search tree begins with
one decision, branching to two, each of those with 2
more possibilities, etc., etc., etc.

Go to / and type cd ..  you can't go any deeper/
higher...(more classic comp sci --- trees grow 
upside down.)  You are at the 'root' of the tree.

Kevin Kinsey
DaleCo, S.P.


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



Found this is /tmp: debug_unrar.tx - Is this a hack attempt?????

2002-11-04 Thread Stacey Roberts
Hello,
 I've just noticed this file in /tmp on my g'way:
# ls -la /tmp
total 88
snipped
-rw-r--r--   1 stacey  wheel  21758 Nov  4 18:09 debug_unrar.txt
snipped
# 

Looking into it a bit:
# file /tmp/debug_unrar.txt 
/tmp/debug_unrar.txt: ASCII text
# 
# more /tmp/debug_unrar.txt 
Debug log of UniquE's RARFileLib
~^^~
(executable compiled on Nov  2 2002 at 11:13:28)

1 ms (line 411 in unrarlib.c):
  - Extracting 7.ifo from 7.rar (password is )...
1 ms (line 923 in unrarlib.c):
  - Error opening file.
1 ms (line 454 in unrarlib.c):
  - Error - couldn't extract 7.ifo and allocated 0 Bytes
of unused memory!
1 ms (line 411 in unrarlib.c):
  - Extracting 7.idx from 7.rar (password is )...
1 ms (line 923 in unrarlib.c):
  - Error opening file.
1 ms (line 454 in unrarlib.c):
  - Error - couldn't extract 7.idx and allocated 0 Bytes
of unused memory!
  162 ms (line 411 in unrarlib.c):
  - Extracting 7.ifo from 7.rar (password is )...
  162 ms (line 923 in unrarlib.c):
  - Error opening file.
  162 ms (line 454 in unrarlib.c):
  - Error - couldn't extract 7.ifo and allocated 0 Bytes
of unused memory!
  162 ms (line 411 in unrarlib.c):
  - Extracting 7.idx from 7.rar (password is )...
  162 ms (line 923 in unrarlib.c):
  - Error opening file.
  162 ms (line 454 in unrarlib.c):
  - Error - couldn't extract 7.idx and allocated 0 Bytes
of unused memory!
 4294967284 ms (line 411 in unrarlib.c):
  - Extracting /usr/home/stacey/7.ifo from
/usr/home/stacey/7.rar (password is )...
 4294967285 ms (line 923 in unrarlib.c):
  - Error opening file.
 4294967285 ms (line 454 in unrarlib.c):
  - Error - couldn't extract /usr/home/stacey/7.ifo and
allocated 0 Bytes of unused memory!
 4294967285 ms (line 411 in unrarlib.c):
  - Extracting /usr/home/stacey/7.idx from
/usr/home/stacey/7.rar (password is )...
 4294967285 ms (line 923 in unrarlib.c):
Pretty much goes on like this to the end..:
# tail /tmp/debug_unrar.txt 
   16 ms (line 923 in unrarlib.c):
  - Error opening file.
   16 ms (line 454 in unrarlib.c):
  - Error - couldn't extract /usr/home/stacey/3..ifo and
allocated 0 Bytes of unused memory!
   17 ms (line 411 in unrarlib.c):
  - Extracting /usr/home/stacey/3..idx from
/usr/home/stacey/3..rar (password is )...   17 ms (line 923 in
unrarlib.c):
  - Error opening file.
   17 ms (line 454 in unrarlib.c):
  - Error - couldn't extract /usr/home/stacey/3..idx and
allocated 0 Bytes of unused memory!
# 


Could someone please advise me as to what this is supposed to be? 
Have I been compromised here?

Would appreciate some advice / warning / assurance of *any* kind here..,

TIA
Stacey


-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com




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


Re: XFree86, Anti-aliasing, Truetype, Freetype

2002-11-04 Thread erk!
On Mon, 4 Nov 2002 14:07:43 -0800 (PST)
Scott I. Remick [EMAIL PROTECTED] wrote:

 I'm close but not quite there yet, so I need some more help...
 
 FreeBSD 4.7-REL, Xfree86 4.2.0, Enlightenment 0.16.5, OpenOffice
 1.0.1, recent Mozilla nightly, Freetype 1.3.1, Freetype2 2.1.2
 
 I have Truetype fonts working, and they're even anti-aliased in OO,
 but they look like crap (certainly not like on a Windoze system).

a few more specifics here *might* be somewhat helpful.  you mention
mozilla, so are you getting not-so-purdy fonts just in mozilla, just in
gtk apps, just in openoffice, or all-around?  are you actually selecting
the truetype fonts
to be used on said apps?  this is relatively important, because while
you may be using truetype fonts, anti-aliasing may not actually be
working for you.  for instance, to have anti-aliased fonts with gtk12
ports, you need to install and configure gdkxft.

concerning openoffice, though, it doesn't handle microsoft-based fonts
very well, from what i've noticed, even on windows systems.  it seems to
me that this is a problem with openoffice (at least when dealing with
the .doc format voodoo), not your configuration.  lemme guess..odd
craggy bits here and there, and badly spaced type (i.e. the letters on
some words look disjointed, sometimes letters look crammed too close to
one another, sometimes too far apart?)  this was my experience with
openoffice under x-windows and ms windows.  same thing for staroffice.

also, if this extends to mozilla, there have been some recent
discussions regarding messed up fonts.  you might take a look back in
the recent mailing list archives.  

- erk, who tossed out *office, and went with abiword.  all is good once
again.

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



Re: Found this is /tmp: debug_unrar.tx - Is this a hack attempt?????

2002-11-04 Thread ScaryG
On 04 Nov 2002 23:34:55 +
Stacey Roberts [EMAIL PROTECTED] wrote:

 debug_unrar.txt

 Have you been playing with mplayer recently? ;-)

 A google search for some of your keywords keep pointing back to a lot of
posts relating to mplayer.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Scary Gerry -- Senior Systems Manager
 [EMAIL PROTECTED]
 -For web-hosting, Perl, PHP  MySql 
  programming see http://www.interpool.ca
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


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



Quick question

2002-11-04 Thread Leonardo Medina
Hello,

I'm getting a Bind to port 22 failed error, I have set up our box very nice 
and neat with correct public ip addreess, etc... and I still keep getting 
this error when I do a sshd command, I cannot ping (only my own box, but 
that really just gives me kernel stuff...).

I look at the connection and its working just fine I even plugged it onto 
another device and it works; I installed win2k on the box and it works just 
fine, but for some reason I cannot get FreeBSD running...

Any help would be greatly appreciated.

Thanks,

Leo



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


Re: Quick question

2002-11-04 Thread DaleCo Help Desk
From: Leonardo Medina [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 04, 2002 5:59 PM
Subject: Quick question


 Hello,

 I'm getting a Bind to port 22 failed error, I have set up our box
very nice
 and neat with correct public ip addreess, etc... and I still keep
getting
 this error when I do a sshd command, I cannot ping (only my own
box, but
 that really just gives me kernel stuff...).

 I look at the connection and its working just fine I even plugged
it onto
 another device and it works; I installed win2k on the box and it
works just
 fine, but for some reason I cannot get FreeBSD running...

 Any help would be greatly appreciated.

 Thanks,

 Leo

Obviously something is wrong.  Where does
the error appear --- on its own in some
error log, or in the console, or as a
response to a CLI command?  What do
you do/type prior to receiving the error
message?

Also, what do you mean sshd command---
the daemon is enabled at startup, usually.

What about the ping?  Can you not
'ping' any other host from the FBSD
box?  That's not entirely related to
a bind to port 22 error.

A few more details might be helpful

Cheers,

Kevin Kinsey


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



Re: FreeBSD filesystem 1TB Limit

2002-11-04 Thread Marco Radzinschi

I was unable to get past 1 TB on 4.6.2-Release on i386.

Marco Radzinschi
E-Mail: [EMAIL PROTECTED]

On Mon, 4 Nov 2002, Joseph Gleason wrote:

 IIRC There was a 1TB limit on the size of any filesystem (or actually of any
 block device) in FreeBSD based the kernel internaly using a 512 byte block
 size and having a max of 2^31 blocks. (512*2^31 = 2^40 = 1TB)

 Do I remember correctly?

 Is this still the case?

 A client wants to build a system with over 1TB on a single filesystem and I
 need to see if FreeBSD can support it.

 Thanks for your time.

 --Joe Gleason


 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: Window/File Manager

2002-11-04 Thread Glenn Scherb
I use XFCE and rox filer. XFCE is a nice CDE lookalike with a small
footprint.

-- 


Glenn Scherb
[EMAIL PROTECTED]
http://www.geocities.com/gcscherb

Daemon Powered by FreeBSD
Windows Free

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



Re: Printing to HP845c attached to Win2K - over samba?

2002-11-04 Thread Warren Block
On 4 Nov 2002, Stacey Roberts wrote:

 Input filter., I take it you're referring to smbprint. Forgive me, but I
 really know very little about printing as it is, and would appreciate
 guidance here.

Okay, quick overview: lpd is the line printer daemon.  It runs all the
time, waiting for print jobs.  The printers it can use are defined in
/etc/printcap.  lpr is used to submit print jobs.

Sometimes you have to translate what is submitted as a print job into
what the printer wants.  For instance, Unix end-of-lines are plain
linefeeds rather than the more common CR/LF.  An input filter can be
used to convert what you have to what you need.  Chapter 11 in the
Handbook goes into this a little bit, and does cover the stairstepping
case.  Input filters are the if= lines in /etc/printcap entries.  As an
example, here's a Perl input filter that will fix the stairstepping
problem by translating linefeeds into CR/LF:

#!/bin/sh
/usr/bin/perl -pe 's/\n/\r\n/s/g;'

Create that as the file crlf in /usr/local/libexec, and use chmod +x to
make it executable.  Then put this in your /etc/printcap:

lp:\
:lp=/dev/lpt0:\
:sh:\
:lf=/var/log/lpd-errs:\
:if=/usr/local/libexec/crlf:\
:sd=/var/spool/output/lpd/lp:

That's a printcap entry that says the printer device is /dev/lpt0,
suppress headers, the log file is lpd-errs, the input filter is the file
you just made, and the spool directory is in /var.  You have to create
that spool directory, and set the ownerships.  Again, see the Handbook
Printing chapter for that.  (You may also need to have it add a form
feed at the end of the job, which I think is :ff:, but can't recall
exactly.)

 I've ready through smbprint, and it doesn't mention print-control chars
 that are included anywhere.., so are the carraige-return and line-feed
 control chars to be included by myself before copying smbprint to the
 location referenced here: `dirname $0`/smbclient?
 
I haven't used printing through Samba, but I'd get the basic
/etc/printcap setup completed before going on to printing through Samba.

The other option has also been mentioned: apsfilter and other print
filter packages generally detect what kind of thing you're printing and
apply the appropriate filters.  I haven't tried them; I'd rather control
/etc/printcap and filtering directly myself.

-Warren Block * Rapid City, South Dakota USA


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



Transition guide for 5.0

2002-11-04 Thread Derek Tattersall
Since FreeBSD 5.0 will be on the stable branch (right?) when it's
released toward the end of this month, is there or will there be a
transition guide for moving from 4-Stable to 5-Stable?  Actually, is
there even really anything to worry about?

Will there be a simple upgrade path (cvsup/buildworld etc) or will it
be an install from scratch and rebuild your ports?

-- 
Derek Tattersall[EMAIL PROTECTED]

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



Re: date command bug?

2002-11-04 Thread Giorgos Keramidas
On 2002-11-04 10:38, Claus Fonnesbek Nielsen [EMAIL PROTECTED] wrote:

 guf@loghost01% date -v31d -v10m -v2002y
 31d: Cannot apply date adjustment
 usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...

 [-f fmt date | [cc]yy]mm]dd]HH]MM[.ss]] [+format]

 Why... there is 31 days in October, so is it a BUG

As the manpage mentions, the order of the date adjustments is
significant.  It appears that date(1) attempts to make the adjustments
in steps, one little adjustment every time a -v option is encountered.
Now, we are in November, and the -v31m adjustment is wrong.  But if
you pass -v10m as the first option, the month adjustment happens first
and then -v31d is meaningful for the ``adjusted month value''.

: keramida@gray[21:01]/home/keramida$ date -j -v31d -v10m -v2002y
: 31d: Cannot apply date adjustment
: usage: date [-jnu] [-d dst] [-r seconds] [-t west]
: [-v[+|-]val[ymwdHMS]] ...
: [-f fmt date | [cc]yy]mm]dd]HH]MM[.ss]] [+format]
: keramida@gray[21:01]/home/keramida$ date -j -v10m -v31d -v2002y
: Thu Oct 31 21:02:01 EET 2002

 It works with the following command:

 guf@loghost01% date -v30d -v10m -v2002y -v+1d
 Thu Oct 31 10:35:55 CET 2002

Because -v+1d comes after -v10m.  Putting -v+1d before -v10m wraps
around to Oct 1 today (since it's November and the month doesn't have
31 days):

: keramida@gray[21:04]/home/keramida$ date -j -v30d -v+1d -v10m -v2002y
: Tue Oct  1 21:05:07 EEST 2002

I hope this helps a bit,
Giorgos.

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



Phoenix does nothing

2002-11-04 Thread Richard Tobin
I just built phoenix from the ports, having cvsup'd ports
immediately before.  It compiles and installs, but when I run it
nothing happens.  It just exits after a few seconds, without putting
up any windows or printing anything.  Nothing on the console or in
/var/log.  It has created a .phoenix directory full of mozilla-y
stuff.

I'm running 4.7-RELEASE.  Mozilla 1.1 works.

Any suggestions?

-- Richard

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



Re: Phoenix does nothing

2002-11-04 Thread Philip Hallstrom
Is this the first time you've installed it?  If I remember right they said
that going from .3 to .4 meant completely removing your .phoenix
directory.

The linux-phoenix has worked fine for me... (on 4.6)

On Tue, 5 Nov 2002, Richard Tobin wrote:

 I just built phoenix from the ports, having cvsup'd ports
 immediately before.  It compiles and installs, but when I run it
 nothing happens.  It just exits after a few seconds, without putting
 up any windows or printing anything.  Nothing on the console or in
 /var/log.  It has created a .phoenix directory full of mozilla-y
 stuff.

 I'm running 4.7-RELEASE.  Mozilla 1.1 works.

 Any suggestions?

 -- Richard

 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: Novice question about testing sound cards

2002-11-04 Thread Andrew Boothman
Ronald F. Guilmette wrote:

OK, I'm willing to give that a try, but what device should I can the .au
file to?  Do I cat to /dev/dsp0 ?


Yes, give it a try.



I tried it, and nothing happened.  No sound came out.

I cat'd the file to /dev/dsp0.  Was that correct?


Sorry Ronald, I don't know what else to check from there. My advice 
would be to try an mp3 or other media player.

As I mentioned above, if you have MP3 files then try 
using a command-line mp3 decoder as well. They also use the /dev/dsp 
entries.


OK.  I'll try that too.

Where can I pick up some short free MP3 files for testing?


I'm sure if you Google around, you will find something. That's how I 
found the .au file.


Sorry I can't be more help.

Andrew.


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


  1   2   >