Re:Re:Re: Cat a directory

2003-09-22 Thread Karlsson Mikael HKI/SOSV
Read my first post before reading this thing so you'll be on the right track

Warren Block wrote (19.9.2003  17:41):

Says who?  cat works fine on binary files.  The problem you are having
is that people are using cat to *display* files.  Fixing that problem
could break cat for its more standard use: cat binaryfile | filter |
etc.

No, that's not exactly my problem as I wrote in my first post my problem is
people using cat on directories. But then another guy came in with the binary
files. And as the problem is both I went with binary files.


 Other *NIX systems seem to have done this to their cat program so why
 can't FreeBSD?

See above.

Try to run for example cat /bin in Linux, HP-UX, Solaris and other *NIXes and
I'm 90% certain that they will not show the directory but an error message
saying something. But then FreeBSD spits out crap which I can't see the point
of ever using anywhere even when piping a tube up your ass! But since newbies
do this frequently it shouldn't be possible to do so.


 and why is this already done to less and not cat?

less is made to display files.  It's the correct tool for the job.

And you mean that cat is built to show directories and that's the right job for
cat. Man I must of mised that in school as I thought ls was meant to show
directories, but hey that's my problem, right? So you mean you use ls to show
file contents and cat to show directories which workes fine, Or?


Ruben de Groot wrote (19.9.2003  13:34):

So why don't you for example alias cat to cat -v in your system profile
and login scripts? This will display non-printing characters so they are
visible and don't mangle terminal settings.

So it's better for a newbie to get understandable jibrish from cat when run on
directories then an error message stating that they are trying to run cat on a
directory like ls says when they try to run ls on a file. But as I said earlier
who cares, right? Other OSs have only had this for a couple of year so why
would we!!!


Why not? I regularly use constructs like this:

cat somebackup.tgz | ssh someserver cd /somedir; tar xzf -


Yes, but do you regularly pipe cat /bin to another program. If so, why?
Because isn't cp ment to copy files and directories!

Because less != cat. It has a completely different functionality.

I'm aware of that! But as less doesn't show directory contents like ls doesn't
show file contents I thought it would be a good example.


 Dan Nelson wrote (18.9.2003  17:33):
 
 I find that hard to believe.  Do you also want to block catting of
 executables, gzipped files, jpeg files, database files, and audio
 files?  No OS does that by default.  Maybe you should teach them how to
 reset their terminals when they cat binary data; ^Jreset^J should work,
 assuming your TERM variable is set right.

No, I don't necessarily want to add all of that but the directory part would be
a good start. And while we're on the subject of different file types why
doesn't ls support coloring of different file types like in Linux. As it would
make finding certain files easier by coloring them differently depending on
their ending.

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


Re: XMMS - didn't find esd? what this driver?

2003-09-22 Thread C. Ulrich
On Sun, 2003-09-21 at 13:02, Alex Zivenko wrote:
 Hi community!
 When I'm trying to play some mp3 files in my KDE with XMMS - it gives me an error
 Something like this: sound device not found or not configured.
 One guru in FreeBSD multimedia said, that I must have esd driver. What is this?
 PS When I play it in Kaboodle - all is fine, KDE works with sound. I configured the 
 kernel with option pcm (integrated audio)
 
 People help! I wanna music!
 __
 Alex Zivenko
 ICQ#: 298887381
   Current ICQ status: 
 +  More ways to contact me 
 __

1) Launch XMMS
2) Type Ctrl+P
3) In the box that pops up, look for a frame titled Output Plugin.
Select OSS Driver 1.2.7 and click Ok.

Now you can music!

C. Ulrich
-- 
http://bityard.net

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


Re: Can't start X... Please help!!!

2003-09-22 Thread C. Ulrich
On Sun, 2003-09-21 at 21:13, Enoch Chan wrote: 
 You experts probably wonder why I am using FreeBSD 5.0 instead of 
 FreeBSD 5.1... That's because I am a newbie and I got a book that teaches me 
 how to use FreeBSD 5.0. I prefer sticking to it and learn most of the 
 stuff before I go on to a newer version.So if anyone knows what's going 
 on, please reply! Thanks!!! :D
  
 Have a nice day!!!
  
 Enoch

I don't have an answer to your question, but I'd like to point out that
there are very few visible differences between 5.0 and 5.1, and probably
most subsequent 5.x releases. Except in some very rare and odd
circumstances, you'll be just fine running the latest 5.x. Just steer
clear of the current (read: possibly unstable) branch until you're
knowledgeable enough to handle a few difficult problems now and then.

C. Ulrich
-- 
http://bityard.net

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


Re: External modem suddenly not working (USR V.Everything)

2003-09-22 Thread C. Ulrich
On Sun, 2003-09-21 at 23:37, Travis Troyer wrote:
 I have a US Robotics V.Everything external modem connected to 
 my system running FreeBSD 5.1 stable.  I got my ppp.conf and 
 ppp.linkup files setup properly, and was able to dial-up to 
 my provider many times.  I was connected when I accidentally 
 knocked the power supply out of the wall socket, and lost my 
 connection.  I plugged it back in, turned it off and back on, 
 and tried to connect, without success.  So, I rebooted, with 
 no success.  I tried shutting down both the modem and the 
 system and cold-booting; still no go.  The modem connects 
 fine under Windows (dual-boot), but refuses to even dial in 
 FreeBSD. 
 
 Any suggestions?
 
 Thanks,
 
 Travis Troyer

See what happens when you try to interact with the modem manually with
an old-fashioned serial terminal program like kermit or minicom. You'll
have to figure out how to use the program first, but once you do, the
following commands might help troubleshoot the problem:

ATZ : Reset the modem
ATDTxxx : Dial phone number xxx
ATH0 : Hang up the modem

Look around on the net for an AT command reference for more information
on these.

Oh, and I assume this is a _serial_ external modem and not USB? If it's
USB there may be some further trickery involved.

C. Ulrich
-- 
http://bityard.net

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


Re: External modem suddenly not working (USR V.Everything)

2003-09-22 Thread Vincent Poy
On Mon, 22 Sep 2003, C. Ulrich wrote:

 On Sun, 2003-09-21 at 23:37, Travis Troyer wrote:
  I have a US Robotics V.Everything external modem connected to
  my system running FreeBSD 5.1 stable.  I got my ppp.conf and
  ppp.linkup files setup properly, and was able to dial-up to
  my provider many times.  I was connected when I accidentally
  knocked the power supply out of the wall socket, and lost my
  connection.  I plugged it back in, turned it off and back on,
  and tried to connect, without success.  So, I rebooted, with
  no success.  I tried shutting down both the modem and the
  system and cold-booting; still no go.  The modem connects
  fine under Windows (dual-boot), but refuses to even dial in
  FreeBSD.
 
  Any suggestions?
 
  Thanks,
 
  Travis Troyer

 See what happens when you try to interact with the modem manually with
 an old-fashioned serial terminal program like kermit or minicom. You'll
 have to figure out how to use the program first, but once you do, the
 following commands might help troubleshoot the problem:

 ATZ : Reset the modem
 ATDTxxx : Dial phone number xxx
 ATH0 : Hang up the modem

 Look around on the net for an AT command reference for more information
 on these.

 Oh, and I assume this is a _serial_ external modem and not USB? If it's
 USB there may be some further trickery involved.

 C. Ulrich

Actually, the manual is built into the modem...  He should check
the following:

ATI4
ATI5
ATI7

and then try this:

AT%$
AT$
AT$

The last three is the AT command set.  But post the output from
ATI4, ATI5, ATI7 so that we can help you out.


Cheers,
Vince - [EMAIL PROTECTED] - Vice President    __ 
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[]
[EMAIL PROTECTED] - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin

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


Hmm! I couldn't move the old kernel over! during upgrade

2003-09-22 Thread David Landgren
Hello,

I'm trying to recover a machine that failed to upgrade from 4.8 to 5.1 
(the make installworld failed with a sh core dump half way through :(

The restore program is hosed, so I can't restore from tape. I don't 
have a recent backup of /home either (it's a hardware RAID-1, so I'm 
slacker than I should be about backups...) so I don't want to do a 
fresh install.

I tried to do an upgrade from the original CD I used to install it. 
Things go pretty smoothly, I'm able to identify the fs partitions, and 
select what I want to install, but after the partitions are fscked, 
the install spits out the message

	Hmm! I couldn't move the old kernel over!

And asks if I want to reboot. On the Alt-F4 shell, I can see my 
partitions mounted under /mnt, and I can see the kernel and modules. I 
can move them around (and renamed them: kernel - kernel.x) but still 
I get the same error message.

Has anyone had this sort of trouble before, and if so, what's the fix?

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


Re: Cat a directory

2003-09-22 Thread Mark Terribile

I hesitate to step into the fray; it appears that
the phrase `more heat than light' now applies.  But
...

 Says who?  cat works fine on binary files.  The
 problem you are having is that people are using
 cat to *display* files.  Fixing that problem
 could break cat for its more standard use: ...

(One of my favorite bugs: the key-bug: ``If the
complex
hyperbolic arctan2 routine didn't give the wrong
answer
for arguments of ( -1, -1 ), ( -1, -1 ) the operating
system scheduler would lock up.'')

 ... my problem is people using cat on directories. 

Is your problem that people use cat on directories,
or that your purpose is to cater to people who, for
want of training that you are yet to give them,
don't know not to use cat on directories?

 Try to run for example cat /bin in Linux, HP-UX,
 Solaris and other  *NIXes and I'm 90% certain that
 they will not show the directory but an error
 message ... But then FreeBSD spits out crap ...

One program's crap is the file system's meat.

My recollection, which I cannot test at the moment,
is that on at least some of those OS's it is the OS
itself which refuses to allow cat(1) to open the file,
giving an EISDIR on the attempt.  One could argue
that Linux found it necessary to do so because Linux
supports so many file system types that you couldn't
interpret the directory contents anyway; they all have
different internal structures; and that this indicates
that Linux is, in this area, more advanced.  It's
certainly a plausible argument--when applied to this
part of the OS's interface.  (Aside to the BSD team:
does the Linux personality module get this right?)

 ... which I can't see the point of ever using
 anywhere even when piping a tube up your ass!

Why do we call it blue language when it is in the
deep infrared?  It really looks bad in print; let's
please just avoid it.

 But since newbies do this frequently it shouldn't
 be possible to do so.

If you're providing the accounts to them, then put
the appropriate alias in their  .profile  or  .login
files, or add a path component pointing to a nubi-bin.
When they take off the training wheels, they can
remove the alias or the path component.  Until then
their safety is your concern.

If someone else is providing the accounts, perhaps
the someone else is open to suggestions, especially
if they also have to deal with this problem?

 and why is this already done to less and not cat?
 less is made to display files.  It's the correct
 tool for the job.
 And you mean that cat is built to show directories
 ... Man I must of mised that in school ... right?

Please, this is something about which reasonable
people can disagree.  Linus and his team obviously
disagree with the FreeBSD team; I think they are all
reasonable people, even though I sometimes disagree
with one or another of them.  There, you see: several
proofs-by-example.

[Ruben de Groot]
 So why don't you for example alias cat to cat -v
 in your system profile ...

 So it's better for a newbie to get understandable
 jibrish from cat when run on directories then an
 error message stating that they are trying to run 
 cat on a directory ...

The case CAN be made both ways.  If these are CS
majors, they probably should get used to learning
by picking up clues from their environment; that's
how most programs are debugged and they have to learn
the skills.  If they are admins-in-training, the case
is even stronger.  So long as the terminal doesn't
lock up, this is a good chance for them to develop
trained curiousity.  On the other hand, if you are
serving accounting majors or paralegals, they would
probably be better served by the error message.
(Race car drivers and taxicab drivers go to different
schools, except in NYCity and Boston.)

It's easy to write a script that runs file(1) on the
targets and cat(1)s those when the output includes
[tT]ext but puts a message on 2 (standard error)
otherwise.  Install that as an alias, or in a path
component, and the job is done, probably in less
time than we've spent writing these essays.

Now think about having to do that on a non-UNIX OS.
It might be very hard.  It might even be impossible.

 ... And while we're on the subject... why doesn't
 ls support coloring of different file types like
 in Linux. As it would make finding certain files
 easier by coloring them differently  depending on
 their ending.

Well, I think it's the file type, not the suffix, that
determines the color, but my only concern is to shut
the frotzenglarken color off whenever I meet a Linux
system, since it makes it harder for me to read the
screen rapidly.  I don't deprive all users of it, I
just free myself from it.

You see, reasonable people can disagree.  Unreasonable
people argue, fume, fulminate and fester.  And yes,
from time to time I get unreasonable, too.  Not that
I'm proud of it.  It's putting immediate satisfaction
ahead of reaching my goals.  And it looks really bad
in print.

  Mark Terribile
 === The 

sendmail dnsbl takes precedence over SMTP Auth

2003-09-22 Thread Lutz Rabing
Hi list,

we use SMTP auth on our mail servers (sendmail 8.12.10) in addition to
blacklists like ORDB and DSBL.

When a client wants to send mail and authenticates properly with
SMTP auth but gets an ip address listed in dsbl.org sendmail
refuses to send the mail (relaying denied).

This happens mostly when a dynamic dsl ip gets into one of those lists.

Is there a way to have SMTP auth take precedence over dsbl
blacklists?

(since I'm not on this list please include me on CC)

Thanks,
Lutz Rabing

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


OT: finding a callers number

2003-09-22 Thread Jonas

Sorry for the OT but I have an urgent question and don't really know
how else to ask.

We have some hostile issues in our planned community against our kids
and need to find out who called us between 5-8PM Sunday evening. My 3
1/2 year old picked up the phone call and I need to find out who the
caller was. Our local phone company is SBC. Unfortunately I don't have
caller ID yet (will tomorrow) so I need to get the callers number from
the phone company. Since I can't subpoena SBC for the records is there
any other way to get the callers number?

Jonas Fornander - System Administrator
Netwood Communications,LLC - www.netwood.net
Find out why we're better - 310-442-1530

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


Re: Spam and virus filter for mailserver

2003-09-22 Thread Dan Pelleg
Daniela [EMAIL PROTECTED] writes:

 Thanks a lot for your reply, fetchmail seems just right for the job.
 I'll try Clam together with amavis, or is there a better way to run it?

You definitely want amavisd-new. Not amavis-perl, not amavisd, but
amavisd-new. They're all in the ports. But amavisd-new seemed to work
better out of the box, at least together with postfix.

Note this month's DaemonNews has an article covering this configuration.

-- 

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


XFree86 configuration process

2003-09-22 Thread Fredrik Carlén
Hello! I would like one of two things (inclusive OR, down below!):
- A pointer such as an URL to a resource where the details of the X server
and configuration is explained in an understandable way,

Or

- An explanation as to how to use the xf86cfg tool so the end product is a
usable graphic interface.

I have installed FreeBSD now for about 5 years on different machines, and
I find that later it has become increasingly difficult to configurate X.
For me, it's more or less a trial-and-error process (if this doesn't work,
then does *this*?, etc...) I admit that I don't understand X very well. I
don't see why I would have to, either. 

This is the *only* thing I hold against FreeBSD, and I know that probably
it isn't very easy to make a point-and-click configuration program for X,
it seems to be a client-server thingamajig of unfathomable depths.
Cthulhuoid. One of the Great Old Ones, what whith tentacles and all.
Nevertheless, an understandable configuration interface would be great. A
*bit* self-explanatory, maybe?

I really have to get my FreeBSD-gui going 'til tomorrow, I have a Computer
Science lab report due Wednesday...if that's possible, I am happy.

Now, I $ startx and, fine, my fluxbox Window Mangler came up once. Then
 it didn't want to start. *When* it started, I had 1600xSomething in
screen resolution. *Not* what I wanted...I don't know, I am about to give
up in favour maybe of something as pusillanimous as Red Hat :)

/Fredrik Carlén, Stockholm, Sweden.

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


Re: How to patch and fix a broken port?

2003-09-22 Thread Dan Pelleg
Rob Lahaye [EMAIL PROTECTED] writes:

 Hi,
 
 I have never done this. So I apologize for my ignorant questions...
 
 Last week I discovered that the molden port is broken in many ways
 (md5 sum wrong, Mesa depence absent  install broken). I reported
 it to the freebsd-ports mailing list and to the maintainer. I even
 attached a sort of patch that fixed the build in a followup email,
 but never got any response, nor has the port been fixed.
 
 So what to do with broken ports like that?
 
 I can imagine that ports are broken and remain broken if nobody
 ever uses them or installs them. But as soon as a port is noticed
 as broken, it is necessary to get it fixed.
 
 How is the general procedure to get this done?
 
 Please bare with me: I'm mainly a port user. I know how to install
 ports etc. I have no idea about generating and maintaining ports.
 
 So here we go again: the molden port is broken, but easy to fix
 (see my earlier emails about the molden port on the freebsd-ports
 mailing list).
 
 Regards,
 Rob.

File a PR, and wait. Eventually someone will take care of it.

As for the technical guidlines, see the porter's handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/

-- 

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


apache error

2003-09-22 Thread H. Bartel
Hi,

I did have apache running and then installed mod_php3 after I already have installed 
mod_php4. Now I get the following errors when I try to start apache:

Segmentation fault (core dumped)
/usr/local/sbin/apachectl start: httpd could not be started
localhost /kernel: pid 183 (httpd), uid 0: exited on signal 11 (core dumped)

I would appreciate any solution to this. Thanks,
Holger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Radeon 8500 LE 128mb

2003-09-22 Thread David L
Hi Trevor,
Firstly thanks for the reply, it seems not to many people use this card with 
dual head under FreeBSD. Secondly, have you got dual head working?

I had managed to come up with quite a few Xfree configs of google, however 
none seem to give me anything usable ( ie. no dual head ).
My configuration at the moment is as follows:

Section ServerLayout
Identifier  Layout0
Screen  Screen0 0 0
Screen  Screen1 RightOf Screen0
InputDevice Mouse0 CorePointer
InputDevice Keyboard0 CoreKeyboard
Option  Xinerama
EndSection

Section Files
RgbPath /usr/X11R6/lib/X11/rgb
ModulePath  /usr/X11R6/lib/modules
FontPath/usr/X11R6/lib/X11/fonts/misc/
FontPath/usr/X11R6/lib/X11/fonts/Speedo/
FontPath/usr/X11R6/lib/X11/fonts/Type1/
FontPath/usr/X11R6/lib/X11/fonts/75dpi/
FontPath/usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  bitmap
Load  dbe
Load  ddc
#   Load  dri
Load  extmod
Load  freetype
#   Load  glx
Load  int10
Load  record
#   Load  xtrap
Load  speedo
Load  type1
EndSection

Section DRI
Mode 0666
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  XkbModel microsoft
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol Auto
Option  Device /dev/sysmouse
Option  Buttons 7
Option  ZAxisMapping 4 5
EndSection

Section Monitor
Identifier  Monitor0
VendorName  Apple
ModelName   Colorsync
HorizSync   31.5 - 57.0
VertRefresh 50.0 - 90.0
Option  DPMS
EndSection

Section Monitor
Identifier  Monitor1
VendorName  Avixe
ModelName   Avixe
HorizSync   31.5 - 57.0
VertRefresh 50.0 - 90.0
Option  DPMS
EndSection

Section Device
Identifier  Card0
Driver  radeon
VendorName  ATI Technologies Inc
BoardName   Radeon R200 QL [Radeon 8500 LE]
BusID   PCI:1:0:0
Option  AGPMode   4
Option  AGPFastWrite  true
Option  crt_screen
Screen  0
EndSection

Section Device
Identifier  Card1
Driver  radeon
VendorName  ATI Technologies Inc
BoardName   Radeon R200 QL [Radeon 8500 LE]
BusID   PCI:1:0:0
Option  AGPMode   4
Option  AGPFastWrite  true
Option  lcd_screen
Screen  1
EndSection

Section Screen
Identifier  Screen0
Device  Card0
Monitor Monitor0
DefaultDepth24
SubSection  Display
Depth   24
Modes   1024x768
Viewport0 0
EndSubSection
EndSection

Section Screen
Identifier  Screen1
Device  Card1
Monitor Monitor1
DefaultDepth24
SubSection  Display
Depth   24
Modes   1024x768
Viewport0 0
EndSubSection
EndSection

You mentioned the binary linux driver, from what I have read, even on linux it 
doesnt do xinerama, and the only way to get it working is using the radeon 
driver that comes with Xfree and the kernel radeon DRI part. 

All I get with this configuration file, is what apears to be half of a 
stretched kde screen, and if I move the mouse past the left of my screen it 
dissapears, so there is a screen there.

I did unload the radeon module, however it still only showed me the one entry 
for the card.

If you have any other info, or a config file of your own, please let me know.

Thanks

David L

 On Thursday 18 September 2003 04:02, David L wrote:
  Has anyone had any success with dual head on this card ( that is, one
  monitor on the vga output and another on the dvi output )?
 
  usually if I do pciconf -v -l with one monitor hooked up only and to the
  vga port, I get
 
  [EMAIL PROTECTED]:0:0:  class=0x03 card=0x00041681 chip=0x514c1002 rev=0x00
  hdr=0x00
  vendor   = 'ATI Technologies'
  device   = 'R200 Radeon 8500 / 8500LE'
  class= display
  subclass = VGA
 
  as you can see it has the drm driver attached.
 
  If I start with both monitors plugged in I get this:
 
  [EMAIL 

Re: Internal sound card cannot be recognized

2003-09-22 Thread Andrew L. Gould
On Monday 22 September 2003 02:24 am, you wrote:
 Im using freebsd 4.8 and KDE where i usualy get d eror
 during startx.
 --- [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:
  On Sunday 21 September 2003 10:01 pm, Edwin D. Vinas

 wrote:
   When i turn on my FreeBSD machine, I often receive

 a

   pop-up window saying there's a problem with my

 sound

   card (internal sound card). It says that it

 couldn't

   open or find /dev/dsp0 or something similar. Is

 there

   a way to slve this?
  
   -edwin
 
  What version of FreeBSD are you running?
  Are you getting that message in KDE?
  Have you recompiled the kernel for sound card

 support?

  Andrew
  ___
  [EMAIL PROTECTED] mailing list

 http://lists.freebsd.org/mailman/listinfo/freebsd-questions

  To unsubscribe, send any mail to

 [EMAIL PROTECTED]


 =
 best regards,

 \___\__\___/__/ Edwin D. Viñas http://edwin.ontheweb.com

KDE looks for sound card support when starting up.  The default installation 
of FreeBSD 4.8 does not have sound card support compiled in the kernel.  If 
you have not added sound card support to the kernel configuration and 
compiled a custom kernel, there is no sound card support for KDE to find.

If you have a PCI sound card, it is likely that adding 'device pcm' to the 
kernel configuration file will work.  For kernel configuration and 
compilation instructions, see:

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

Best of luck,

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


FreeBSD 4.8p7 and Sendmail MASQUERADE_AS does not masquerade outgoing mail

2003-09-22 Thread vikashb
Greetings,

I looked at http://www.unixguide.net/freebsd/faq/10.12.shtml
and followed the example, my problem is that when i send an emai
to a non local address the From address is not changed:

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


Re: antiviruos for FreeBSD mail server ?

2003-09-22 Thread Armand Passelac
[ On Fri, 19 Sep, 2003 at 11:35, Dan Pelleg wrote: ]
 RJ45 [EMAIL PROTECTED] writes:
 
  Hello,
  I Tryed to search an economic antivirus for freebsd mailserver.
  Anyone has comments on Vexira antivirus ?
  anyone tryed it ?
  It looks quit economic
  
 
 How about Clam AntiVirus? security/clamav in ports.

Thanks a lot DAN.

I was looking for an anti-virus on FreeBSD since 1 week.
I tried some of the most common, but CLAMAV looks the suitable for me.
And I like the price ;-)
Moreover, it is easy to install and configure.
The update is automatic.
And it seems to be updated, beacause it finds the lasts fashion virii.

Bye.

 
 Also MkS_Vir is mentioned at the end of:
 http://ezine.daemonnews.org/200309/postfix-spamassassin.html
 
 -- 
 
   Dan Pelleg
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
[ End of original mail from Dan Pelleg ]

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


REPOST: FreeBSD 4.8p7 and Sendmail MASQUERADE_AS does not masqueradeoutgoing mail

2003-09-22 Thread vikashb
Reposting since the previous message was incomplete.

Greetings,

I looked at http://www.unixguide.net/freebsd/faq/10.12.shtml
and followed the example, my problem is that when i send an emai
to a non local address the From address is not changed:

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


2nd REPOST: FreeBSD 4.8p7 and Sendmail MASQUERADE_AS does notmasqueradeoutgoing mail

2003-09-22 Thread vikashb
Sorry about, the messages keeps getting tuncated, 

file
attached

-
This message was sent using M-Web Airmail - JUST LIKE THAT
M-Web: S.A.'s most trusted and reliable Internet Service Provider.
http://airmail.mweb.co.za/
Reposting since the previous message was incomplete.

Greetings,

I looked at http://www.unixguide.net/freebsd/faq/10.12.shtml
and followed the example, my problem is that when i send an emai
to a non local address the From address is not changed:

[EMAIL PROTECTED]:cvs $ sendmail -v [EMAIL PROTECTED]
tetsdt
.
[EMAIL PROTECTED] Connecting to [127.0.0.1] via relay...
220 wormhole.pcs ESMTP Sendmail 8.12.8p2/8.12.8; Mon, 22 Sep 2003 14:17:50 +0200 (SAST)
 EHLO wormhole.pcs
250-wormhole.pcs Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
 MAIL From:[EMAIL PROTECTED] SIZE=7
250 2.1.0 [EMAIL PROTECTED]... Sender ok
 RCPT To:[EMAIL PROTECTED]
 DATA

my wormhole.pcs.mc is :

MASQUERADE_AS(`comparexafrica.co.za')dnl
FEATURE(masquerade_envelope)dnl
FEATURE(nocanonify)dnl
dnlFEATURE(nodns)dnl
define(`SMART_HOST', `172.21.31.138')
Cwwormhole.pcs
Dmwormhole.pcs
define(`confDOMAIN_NAME',`wormhole.pcs')dnl
define(`confDELIVERY_MODE',`deferred')dnl
MAILER(local)
MAILER(smtp)



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


Re: What determines if kernel modules are auto-loaded?

2003-09-22 Thread David Fleck
On Sun, 21 Sep 2003, Sergey DoubleF Zaharchenko wrote:
 On Sun, 21 Sep 2003 18:53:31 + Sergey DoubleF Zaharchenko [EMAIL PROTECTED] 
 probably wrote:
  Mostly the program which uses the device. For instance, vnconfig and
  mount will load the necessary modules because they are supposed to be
  run as root and expect to have the necessary priveleges. Why would a
  programmer make a mp3 player that would auto-load the sound module? An
  mp3 player should be portable and should not depend on such things as a
  kernel module. Moreover, the player is not supposed to run as
  root, which is required to load kernel modules.

 You should read kldload(2), etc. if you want to load modules in your program.

Thanks for the response - it helps shed some more light on things.  But I
don't want to load modules for 'my' program - I'm far less interested in
this from a development point of view than from a system admin. point of
view.

Why, for instance, does my (4.6.2-RELEASE-p20) system have a nfs.ko kernel
module, and a line in /boot/defaults/loader.conf to enable this module,
but (apparently) no way to *use* the module?  If I compile a kernel with
'options NFS' uncommented in the kernel config file, the nfs module gets
built into the kernel, and loading the module is pointless - however, if I
comment out 'options NFS', the kernel can't compile because of missing
symbols.  So I have a chunk of code that gets built by the makefile as a
module, but can't be used as a module?  I find this all very unintuitive.

What seems to be happening during the kernel compile process is that a
certain number of modules are always compiled, regardless of config file
settings - the settings only determine if a given chunk of code makes it
into the kernel itself.  If the module is compiled into a .ko file, and if
the code isn't present in the kernel, then it can be loaded by kldload. Is
this correct?

--
David Fleck
[EMAIL PROTECTED]

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


Re: What determines if kernel modules are auto-loaded?

2003-09-22 Thread Lowell Gilbert

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


Re: What determines if kernel modules are auto-loaded?

2003-09-22 Thread Lowell Gilbert
David Fleck [EMAIL PROTECTED] writes:

 Why, for instance, does my (4.6.2-RELEASE-p20) system have a nfs.ko kernel
 module, and a line in /boot/defaults/loader.conf to enable this module,
 but (apparently) no way to *use* the module?  If I compile a kernel with
 'options NFS' uncommented in the kernel config file, the nfs module gets
 built into the kernel, and loading the module is pointless - however, if I
 comment out 'options NFS', the kernel can't compile because of missing
 symbols.  So I have a chunk of code that gets built by the makefile as a
 module, but can't be used as a module?  I find this all very unintuitive.

Quite simply, it *can* be used as a module.  Your problems trying to
do that are probably pilot error; at a guess, you forgot to remove
NFS_ROOT from the kernel configuration when you removed NFS.

 What seems to be happening during the kernel compile process is that a
 certain number of modules are always compiled, regardless of config file
 settings - the settings only determine if a given chunk of code makes it
 into the kernel itself.  If the module is compiled into a .ko file, and if
 the code isn't present in the kernel, then it can be loaded by kldload. Is
 this correct?

That's exactly right.  Even if the functionality is already in the
kernel, the module is built as well.  There are make.conf(5) settings
to change (by hand) which modules do/don't get built, but most people
find it easier to just not worry about it and let everything get
built.  

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


Re: How to patch and fix a broken port?

2003-09-22 Thread Robert Huff

Dan Pelleg writes:

  File a PR, and wait. Eventually someone will take care of it.

I'm sure someone will confirm or refute this, but I believe
the ports system is currently frozen in preparation for the release
of 4.9.  Due to unusually extensive pre-release changes, the freeze
is now at two weeks and counting.
Once the freeze is off a large number of ports will get
updated; there is apparently an unusually large bolus of changes
backed up never mind the fixing any breakage due to the changes in
4.9.


Robert Huff


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


Re: What determines if kernel modules are auto-loaded?

2003-09-22 Thread Erik Trulsson
On Mon, Sep 22, 2003 at 07:58:27AM -0500, David Fleck wrote:
 On Sun, 21 Sep 2003, Sergey DoubleF Zaharchenko wrote:
  On Sun, 21 Sep 2003 18:53:31 + Sergey DoubleF Zaharchenko [EMAIL 
  PROTECTED] probably wrote:
   Mostly the program which uses the device. For instance, vnconfig and
   mount will load the necessary modules because they are supposed to be
   run as root and expect to have the necessary priveleges. Why would a
   programmer make a mp3 player that would auto-load the sound module? An
   mp3 player should be portable and should not depend on such things as a
   kernel module. Moreover, the player is not supposed to run as
   root, which is required to load kernel modules.
 
  You should read kldload(2), etc. if you want to load modules in your program.
 
 Thanks for the response - it helps shed some more light on things.  But I
 don't want to load modules for 'my' program - I'm far less interested in
 this from a development point of view than from a system admin. point of
 view.
 
 Why, for instance, does my (4.6.2-RELEASE-p20) system have a nfs.ko kernel
 module, and a line in /boot/defaults/loader.conf to enable this module,
 but (apparently) no way to *use* the module?  If I compile a kernel with
 'options NFS' uncommented in the kernel config file, the nfs module gets
 built into the kernel, and loading the module is pointless - however, if I
 comment out 'options NFS', the kernel can't compile because of missing
 symbols.  So I have a chunk of code that gets built by the makefile as a
 module, but can't be used as a module?  I find this all very unintuitive.

What do you mean can't compile?  I have built kernels without
'options NFS' before without any problems, and it certainly is supposed
to be possible to build a kernel without NFS support, and later load
the NFS code via the module.  AFAIK all the modules built can be used
as modules, otherwise, as you note, there wouldn't be much point in
having them as modules and the developers are generally not that
stupid.

In some circumstances it is necessary to have code built into the
kernel rather than loaded from the corresponding module, but these are
exceptions rather than the rule.

One example is the ipfw.ko module. All modules are built with a fixed
set of options and this module is built without 'options IPDIVERT'
which is required to used natd. So if you want to use natd you need to
have both 'options IPFIREWALL' and 'options IPDIVERT' in the kernel
config, while if you just want a firewall without NAT support you can
compile the kernel without either option and load the ipfw.ko module at
runtime.
Another example is if you want to boot from an NFS-mounted filesystem,
in which case you need NFS support in the kernel, since otherwise the
system canät load any modules.



 
 What seems to be happening during the kernel compile process is that a
 certain number of modules are always compiled, regardless of config file
 settings - the settings only determine if a given chunk of code makes it
 into the kernel itself.  If the module is compiled into a .ko file, and if
 the code isn't present in the kernel, then it can be loaded by kldload. Is
 this correct?

Yes, that is essentially correct.


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


Re: Can't start X... Please help!!!

2003-09-22 Thread Kevin D. Kinsey, DaleCo, S.P.
Enoch Chan wrote:

Error Message: Fatal server error: xf86EnableIO: Failed to open 
/dev/io for extended I/O

Release Date: 3 September 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/)
Build Operating System: FreeBSD5.0-RC i386 [ELF]

(WW) CheckDevMem: failed to open /dev/mem (Operation not permitted)
 linear framebuffer access unavailable

Fatal server error:
xf86EnableIO: Failed to open /dev/io for extended I/O
 

Check that your permissions are as follows:

[EMAIL PROTECTED] [/] [8:49]
#ll /dev | grep io
crw--- 1 root wheel 2, 14 Sep 21 23:00 io
[EMAIL PROTECTED] [/] [8:49]
#ll /dev | grep kmem
crw-r- 1 root kmem 2, 1 Sep 21 23:00 kmem
crw-r- 1 root kmem 2, 0 Sep 21 23:00 mem


**

You experts probably wonder why I am using FreeBSD 5.0 instead of 
FreeBSD 5.1... That's because I am a newbie and I got a book that teaches me 
how to use FreeBSD 5.0. I prefer sticking to it and learn most of the 
stuff before I go on to a newer version.So if anyone knows what's going 
on, please reply! Thanks!!! :D

Have a nice day!!!

Enoch

Well, nothing's changed, except for some code streamlining
and possibly bug removal.  I'd skip to the chapter on
cvsup and forge ahead ... :-)
HTH, HAND,

Kevin Kinsey

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


Re: Patch SSH Not Work?

2003-09-22 Thread Brent Bailey
I ran into the same thing...i ran the patch as per the directions on FBSD
website
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03:12.openssh.asc

but i still get the following:
sshd version OpenSSH_3.5p1 FreeBSD-20030201

when i do a ls -al on the /usr/sbin/sshd   it has the date as follows:

-r-xr-xr-x  1 root  wheel  151016 Sep 21 23:08 /usr/sbin/sshd*

that was the time i ran the patch...so i can only assume that the thing
was patched

is this the case or did i miss something ...when i did
# cd /usr/src
# patch  /path/to/sshd.patch
# cd /usr/src/secure/lib/libssh
# make depend  make all install
# cd /usr/src/secure/usr.sbin/sshd
# make depend  make all install
# cd /usr/src/secure/usr.bin/ssh
# make depend  make all install

everything seemed to go ok ... no errors...so did this work or not ?

thank you for all your help :-)
-- 
Brent Bailey CCNA
Bmyster LLC
Computer Networking and Webhosting
Network Engineer, Webmaster, President
http://www.bmyster.com
[EMAIL PROTECTED]
207-247-8330


 At 08:27 AM 9/19/2003 -0400, Ben Dover wrote:

I patched my SSHD on FreeBSD ver 5.1 (base system, not ports) and after
stopping the SSHD server and restarting I checked the version and
 received
the following:

schizoid# /usr/sbin/sshd -\?
sshd version OpenSSH_3.6.1p1 FreeBSD-20030423

Why did I not receive the September date?  Did the patch fail?

 Show us exactly how you patched and then restarted sshd.


 ---
 Dustin Puryear [EMAIL PROTECTED]
 Puryear Information Technology, LLC http://www.puryear-it.com
 Providing expertise in the management, integration, and
 security of Windows and UNIX systems, networks, and applications.

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


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


CVSUP help w/ old 4.6 system

2003-09-22 Thread Brent Bailey
im getting ready to upgrade a old FBSD 4.6 system ...ive done CVSUP befor
but have only had it work sucesfully once for me ...mostly due to the way
mergemaster does things.

is there a decent how to that i can follow for CVSUP of a system src ?
so that the machine will be using the most up to date src ??

thanks for any and all help

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



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


Re: Someone on list with latest virus?

2003-09-22 Thread vizion communication
I agree that a number of people on this list have been
affected by the virus and it is really helpful of you to
have posted to the list because those infected are sending
out huge volumes of emails to some of us on the list.

I would recomend that everyone on this list checks their
system if it is vulnerable at the earliest opportunity and
remove the virus from their system. I am receiving over 100
emails a day from infected systems.

David
- Original Message -
From: Matthew Seaman [EMAIL PROTECTED]
To: Timothy Luoma [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Sunday, September 21, 2003 6:09 AM
Subject: Re: Someone on list with latest virus?


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


CVSUP howto ???

2003-09-22 Thread Brent Bailey
I was looking aroung trying to find a decent howto on CVSUP...seeing as
ive never had good luck with it .. i found this ...does this look like the
right procedure ??
this is what ive been doing ...but ive only had it actually work one time
..all  other systems ive done this on,,,it has failed BADLY
hence cant do ps or w or other needed commands

Create /usr/local/etc/cvsup/sup/supfile:
*default host=cvsup8.FreeBSD.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs tag=RELENG_4
*default delete use-rel-suffix
*default compress
src-all
ports-all tag=.

then let cvs run in crontab and get all the new src...
then did:


cd /usr/src
make buildworld
make buildkernel kernconf={kern conf name}
(optional--boot into single user mode)
make installworld
mergemaster -p


please help ...as i need to update a whole bunch of systems because of the
latest cert releases...

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



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


Mozilla-firebird port question

2003-09-22 Thread Fredrik Carlén
Hello! I am trying to add the package mozilla-firebird, the latest version, I guess. I 
downloaded the package mozilla-firebird-0.6.1_1.tgz from the www.freebsd.org/ports 
page (well, I followed the link to www first, of course...), and another package that 
was missing, obviously: nspr-4.3_2.tgz. Fine, I did  # pkg_add 
mozilla-firebird-0.6.1_1.tgz, which chugged along nicely, but complained; the output 
follows. When I tried to fire up the browser, nothing happened. No error, nothing. I 
guess this is due to the version conflicts that pkg_add complained about. Do I need to 
use a package *specifically* put together and pre-compiled for FreeBSD 4.8-RELEASE so 
that the påackages don't end up in conflict? Should I take the full port? I really 
*would* like to use Mozilla-firebird, it's my favourite. Output of uname follows at 
the bottom of the page.

Thanks for any help or explanations at all.
/Fredrik, Stockholm.

Output of complaints during pkg_add:
--
bash-2.05b# pkg_add mozilla-firebird-0.6.1_1.tgz  
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'libiconv-1.9.1_1', but 
'libiconv-1.8_2' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'lcms-1.09,1', but 
'lcms-1.09' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'libmng-1.0.5_1', but 
'libmng-1.0.4' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'imake-4.3.0_1', but 
'imake-4.3.0' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'freetype2-2.1.4_1', but 
'freetype2-2.1.3_1' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'glib-1.2.10_10', but 
'glib-1.2.10_8' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'fontconfig-2.2.90_3', 
but 'fontconfig-2.1_6' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'gettext-0.12.1', but 
'gettext-0.11.5_1' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 
'XFree86-libraries-4.3.0_6', but 'XFree86-libraries-4.3.0_1' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'gtk-1.2.10_10', but 
'gtk-1.2.10_9' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'Xft-2.1.2', but 
'Xft-2.1_3' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'ORBit-0.5.17_1', but 
'ORBit-0.5.17' is installed 
 
== 
Mozilla Firebird will work with either of the port versions of perl,  
provided you do use.perl port. It will NOT work with the -STABLE  
base-system versions of Perl. 
 
If you use the lang/perl5.8 port, please remove the File::Spec package with 
the command pkg_deinstall -f p5-File-Spec. If you are updating to the 5.8 
version of perl, please do this *first*. 
 
Any bug reports should be addressed to the maintainers at: 
[EMAIL PROTECTED] 
You may also Cc: [EMAIL PROTECTED] Please do not send 
bug reports to any other addresses.  
 
Please include the following information with any bug report: 
* Output from 'uname -a'. 
* Date/time stamp from www/mozilla-firebird/Makefile. 
* Perl version used (/usr/bin/perl --version or  
/usr/local/bin/perl --version for -current). 
* Where/when did the problem occur: configuring, building, or 
running mozilla-firebird? 
* How can you reproduce the problem? 
 
Thank you for your help in testing and reporting bugs, and we hope you 
enjoy using Firebird. 
The Maintainers (gnome@) 
 
Additional notes: 
 
0.6: 
Update to 0.6 version, rename from phoenix to Mozilla Firebird, all 
internal names updated accordingly. 
 
0.4_8: 
Add patch to fix network ops on -CURRENT. 
 
0.4_9: 
Install link to java plugin. 
Build plist after install using find/sed. 
 
0.4_10: 
Backdown after failed 0.5 from nonofficial tree. Makefile modifications 
to generate plist done right this time. 
 
0.5_1 
Official 0.5 release port. 
 
WARNING! DANGER, WILL ROBINSON! You must delete your old .phoenix 
dir! Save your bookmarks.html somewhere and then let it create a new 
directory. You can import your old bookmark file. Bug reports from people 
who did not do this are going to be taken at extremely low priority. 
 
Also, please see the nifty new phoenix themes and extensions at the new 
website http://texturizer.net/phoenix/index.html. 
 
Finally make portlint STFU about the Makefile. 
 
The distfile is on my distfiles dir this time, so I have mirrored it on my 
html page until the distfiles dir gets mirrored in 24-48 hours. 
 
I had to disable Xinerama since it was breaking the build. 
 
0.5_4 
Patch to hopefully fix crash when formatting time string at end of download. 
Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging 
this one. 
 
Added /usr/X11R6/bin/firebird.rb. If you have ruby installed, you can run 
this 

Re: Someone on list with latest virus?

2003-09-22 Thread Kent Stewart
On Monday 22 September 2003 08:10 am, vizion communication wrote:
 I agree that a number of people on this list have been
 affected by the virus and it is really helpful of you to
 have posted to the list because those infected are sending
 out huge volumes of emails to some of us on the list.

 I would recomend that everyone on this list checks their
 system if it is vulnerable at the earliest opportunity and
 remove the virus from their system. I am receiving over 100
 emails a day from infected systems.

I agree and I am seeing similar quanties of virus infected emails. Since 
they are arriving from sites around the world, they have to be people 
on the FreeBSD lists. You can't do anything else and write all of their 
ISPs.

The problem seem to be that a large number of people are using unpatched 
versions of Windows emailers. The fix to prevent infection by something 
as simple as previewing an email was made available at Microsoft's 
Windows update site (http://windowsupdate.microsoft.com) in 2001. 

Anyone with an infected computer can find disinfection instructions and 
a Recovery program at
http://www.sophos.com/virusinfo/analyses/w32gibef.html

Matthew's comment about the infection rate at Symmantec still seems to 
be appropriate. I have logged more than 20 sites and I am only doing 1 
in 30+ sampling.

Kent


 David
 - Original Message -
 From: Matthew Seaman [EMAIL PROTECTED]
 To: Timothy Luoma [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED];
 [EMAIL PROTECTED]
 Sent: Sunday, September 21, 2003 6:09 AM
 Subject: Re: Someone on list with latest virus?



-- 
Kent Stewart
Richland, WA

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

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


Re: Unrecognized Broadcom 570x Chip on Dell1750

2003-09-22 Thread Olaf Hoyer
On Fri, 19 Sep 2003, william paul wrote:

 Of all the gin joints in all the towns in all the world, Olaf Hoyer
 had to walk into mine and say:

  HI!
 
  Got @work a new Dell 1750 machine, serverworks Chipset w/Xeon CPU, also
  dual gigE Broadcom chipsets.
  FreeBSD 4.8-R failed to recognize the chip, but Knoppix 3.2 (Linux
  Distro, based on debian iirc, recognized the broadcom chips, iirc as
  5704 ones)

 Yeah yeah yeah. Try a FreeBSD 4.9 snapshot. Support for the 5704 was
 added after FreeBSD 4.8-RELEASE came out. 4.9 should also support
 the 5705 chips.


Hi!

Thanks, I put in an xl, cvsupped, and built world, and now it runs...

Someone could add the Dell 1750 as being compatible with FreeBSD
4.9-Prerelease, also being mentioned in the bge(4) manpage.

With kind regards

Olaf


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


CVSUP and Make World help !?!?

2003-09-22 Thread Brent Bailey
i found this how to ...is this the correct way to update via CVSUP and
make world ??


Read /usr/src/UPDATING carefully so that you understand any special
procedures that are required. If you do not follow such special
procedures, you run the risk of rendering your system unusable. Make sure
you have a backup of all the important files on your system!

Edit or create /etc/make.conf and enter the following options to override
the defaults (located in /etc/defaults/make.conf):

CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
NOPROFILE= true
USA_RESIDENT= YES


Backup /etc:

# cp -Rp /etc /etc.old


Run mergemaster in pre-buildworld mode to update files essential to the
success of buildworld and installworld:

# /usr/sbin/mergemaster -p -v -w 132 (eliminate '-w 132' if 132x43 video
mode is not activated)


Remove old /usr/obj:

# cd /usr/obj
# chflags -R noschg *
# rm -rf *


Compile the sources:

# cd /usr/src
# make buildworld


Compile and install the new kernel:

# cd /usr/src (if you've changed directories after the last step)
# make kernel KERNCONF=YOURKERNEL

If you don't already have a custom kernel configuration, use GENERIC in
place of YOURKERNEL above. If you wish to create a custom kernel, see the
Building a Custom Kernel cheat sheet.


Drop to single user mode:
# shutdown now


Or reboot into single user mode:

# shutdown -r now
···
Ok boot -s
···
# fsck -p
# mount -u /
# mount -a -t ufs
# swapon -a
# adjkerntz -i


Install the new system binaries:
# cd /usr/src
# make installworld


Update system configuration files:
# /usr/sbin/mergemaster -v -w 132 (eliminate '-w 132' if 132x43 video mode
is not activated)


Update /dev

In most cases, mergemaster will realize when it is necessary to update the
devices, and will offer to complete it automatically. If you've declined
mergemaster's offer, perform these steps to update /dev manually:

# cd /dev
# /bin/sh MAKEDEV all


Update /stand:

This step is included for completeness. It can be safely omitted.

# cd /usr/src/release/sysinstall
# make clean
# make all install


Reboot to multi-user mode:

# reboot


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



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


Re: Spam and virus filter for mailserver

2003-09-22 Thread Chuck Swiger
Daniela wrote:
[ ... ]
What MTA would you recommend (sendmail is too insecure)?
The two main choices are probably postfix and qmail.

Can I just put the mail in the respective user's home directory with 
fetchmail, and configure their MUA's to get mail from there? Or do I put it 
in /var/mail/username?
FreeBSD expects new mail to go in /var/mail/$USERNAME.  Per se, local delivery 
is handled by the LDA (ie, procmail, /usr/libexec/mail.local), not by the MTA.

 Can I run an MTA in a chroot environment with an unprivileged UID?

You can run an MTA in a chroot'ed environment.  The MTA needs to be started as 
root, or setuid-root in order to bind to port 25, but can then drop privileges 
afterwards.

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


ports upgrade w/out internet connection

2003-09-22 Thread Brian Henning
Greetings:
Can i perform a ports upgrade to a computer that has no internet connection by
ftping the file /pub/FreeBSD/ports/ports/ports.tar.gz and replacing the
/usr/ports/ directory
with the uncompressed version of this file? please let me know your opinion to
solve my problem.

thanks,

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


Re: fBSD5.1 and pam-mysql troubles

2003-09-22 Thread Joe Lewis
I apologize - I forgot to request an off-list answer - I'm not on the 
list.  Can anyone reply - again - directly to me this time?

In addition - I hunted around quite a bit - I can't find the pam source 
code, there's not a pam package installed (except for pam-mysql), and 
there is a library in /usr/lib called libpam.a - which contains all of 
the pam_*.o files, and there is no pam documentation in section 8 (got 
plenty of section 3, though, which is worthless in the circumstances). 
I am starting to get the impression that who ever set up the pam 
interface did it with a static mentality - I feel like I'm going to have 
to call it Static Pluggable Authentication Modules, and I'm sick of sPAM 
:).  Sorry for the wry humor so early in the week.

Joe

Joe Lewis wrote:

Ladies and Gents;

I've got the following problem.  I installed PAM on my 5.1R version of 
FreeBSD.  The modules are all stored in /usr/lib as /usr/lib/pam_*.so.2, 
with a /usr/lib/pam_*.so as a symlink to the original (from default 
port).  I've also installed the pam_mysql.so from the port with 
pam_mysql-0.5 as the source.

I installed the config file for login only to prevent messing something 
up.  When I try to login, I get an error in the /var/log/messages syslog 
that reads, pardon my lack of memory, that it cannot find the pam 
module.  It is in the same place as the other modules, with the exact 
permissions, symlinks, and everything (the install put it in the wrong 
place).  But I still get the error messages about not finding the module.

My question (may lead to a solution) : is the pam port linked to 
statically?  Dynamically?  (Statically would mean I now have to 
recompile it with some modifications, right?)

Joe

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


Re: What determines if kernel modules are auto-loaded?

2003-09-22 Thread David Fleck
On Mon, 22 Sep 2003, Lowell Gilbert wrote:
 Quite simply, it *can* be used as a module.  Your problems trying to
 do that are probably pilot error; at a guess, you forgot to remove
 NFS_ROOT from the kernel configuration when you removed NFS.

You, sir, are a genius.  Yes, that is exactly what I did.  Thanks.

--
David Fleck
[EMAIL PROTECTED]

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


Re: Cat a directory

2003-09-22 Thread Chris Pressey
On 22 Sep 2003 09:06:00 +0300
Karlsson Mikael HKI/SOSV [EMAIL PROTECTED] wrote:

 [...]
 Ruben de Groot wrote (19.9.2003  13:34):
 
 So why don't you for example alias cat to cat -v in your system
 profile and login scripts? This will display non-printing characters
 so they are visible and don't mangle terminal settings.
 
 So it's better for a newbie to get understandable jibrish from cat
 when run on directories then an error message stating that they are
 trying to run cat on a directory like ls says when they try to run ls
 on a file. But as I said earlier who cares, right? Other OSs have only
 had this for a couple of year so why would we!!!

Mikael,

Please understand that FreeBSD is more oriented towards classicists,
luddites, and other sticks-in-the-mud, than propellerhead early
adopter users-to-be-friendly-to.  (At least, it used to be; I honestly
have no idea what's going on in 5.x these days.)

Anyway, why not write a script for these users along the lines of:

  #!/usr/bin/perl

  foreach $f (@ARGV)
  {
if (-d $f) {
  print cat: $f: is a directory\n;
  exit 1;
}
  }
  system cat @ARGV;

Also, I believe 'GNU ls', in the ports, supports coloured directory
listings.

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


Re: CVSUP howto ???

2003-09-22 Thread Kent Stewart
On Monday 22 September 2003 08:18 am, Brent Bailey wrote:
 I was looking aroung trying to find a decent howto on CVSUP...seeing
 as ive never had good luck with it .. i found this ...does this look
 like the right procedure ??
 this is what ive been doing ...but ive only had it actually work one
 time ..all  other systems ive done this on,,,it has failed BADLY
 hence cant do ps or w or other needed commands

 Create /usr/local/etc/cvsup/sup/supfile:
 *default host=cvsup8.FreeBSD.org
 *default base=/usr/local/etc/cvsup
 *default prefix=/usr
 *default release=cvs tag=RELENG_4
 *default delete use-rel-suffix
 *default compress
 src-all
 ports-all tag=.

 then let cvs run in crontab and get all the new src...
 then did:


 cd /usr/src
 make buildworld
 make buildkernel kernconf={kern conf name}
 (optional--boot into single user mode)
 make installworld
 mergemaster -p


You also have to installkernel before you boot to single user mode. 
KERNCONF is in caps. If you include your KERNCONF parameters in /etc/
make.conf. You can simply make kernel.

 please help ...as i need to update a whole bunch of systems because
 of the latest cert releases...

I am one of the people that think ports-all shouldn't be updated at the 
same frequency as src-all. The reason is that updating ports is most 
easily accomplished using portupgrade. This requires that you update 
/usr/ports/INDEX and INDEX.db with every cvsup or ports-all. I update 
INDEX and INDEX.db on a fast machine and ftp the INDEXes to the slower 
machines. I use 2 scripts. One updates the INDEXes and the other 
doesn't. I run the one that doesn't on the slower machines.

Kent


 thanx

-- 
Kent Stewart
Richland, WA

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

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


Re: Cat a directory

2003-09-22 Thread Damian Gerow
Thus spake Chris Pressey ([EMAIL PROTECTED]) [22/09/03 11:54]:
 Also, I believe 'GNU ls', in the ports, supports coloured directory
 listings.

As does FreeBSD's ls.  From 'man 1 ls':

-G  Enable colorized output.  This option is equivalent to
defining CLICOLOR in the environment.  (See below.)

I'll leave the rest for you to read.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cat a directory

2003-09-22 Thread Matthew Seaman
On Mon, Sep 22, 2003 at 08:54:16AM -0700, Chris Pressey wrote:
 
 Also, I believe 'GNU ls', in the ports, supports coloured directory
 listings.

Have you tried typing 'ls -G' using the system ls(1) recently?

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: Someone on list with latest virus?

2003-09-22 Thread Andrew L. Gould
On Monday 22 September 2003 10:22 am, Kent Stewart wrote:
 On Monday 22 September 2003 08:10 am, vizion communication wrote:
  I agree that a number of people on this list have been
  affected by the virus and it is really helpful of you to
  have posted to the list because those infected are sending
  out huge volumes of emails to some of us on the list.
 
  I would recomend that everyone on this list checks their
  system if it is vulnerable at the earliest opportunity and
  remove the virus from their system. I am receiving over 100
  emails a day from infected systems.

 I agree and I am seeing similar quanties of virus infected emails. Since
 they are arriving from sites around the world, they have to be people
 on the FreeBSD lists. You can't do anything else and write all of their
 ISPs.

 The problem seem to be that a large number of people are using unpatched
 versions of Windows emailers. The fix to prevent infection by something
 as simple as previewing an email was made available at Microsoft's
 Windows update site (http://windowsupdate.microsoft.com) in 2001.

 Anyone with an infected computer can find disinfection instructions and
 a Recovery program at
 http://www.sophos.com/virusinfo/analyses/w32gibef.html

 Matthew's comment about the infection rate at Symmantec still seems to
 be appropriate. I have logged more than 20 sites and I am only doing 1
 in 30+ sampling.

 Kent

  David

I do my emailing from FreeBSD; but I empathize with any Windows user's fear of 
patching/updating.  I updated my Win2K with a critical update yesterday 
using Microsoft's online updating utility (no, not from an email link!); and 
it trashed the OS. The repair utilities on the installation CD  have been 
useless.  I now have to find the time to reinstall.

I spent the night reviewing the list of apps I can't replace in FreeBSD.   The 
list keeps getting smaller (along with the motivation to reinstall).

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


ports

2003-09-22 Thread Brian Henning
Greetings:
Can i perform a ports upgrade to a computer that has no internet connection by
ftping the file /pub/FreeBSD/ports/ports/ports.tar.gz and replacing the
/usr/ports/ directory
with the uncompressed version of this file? please let me know your opinion to
solve my problem.

thanks,

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


apache / php problem

2003-09-22 Thread H. Bartel
Hi all,

Since I do have php4 running and phpinfo() tells me that it does, Sites that I put 
into my root dir of Apache are not parsing their variables. The index pages are 
displayed properly, since they don't require any vars to be passed, but every other 
sub-pages (e.g. index.php?sub=2) don't do anything, the normal index.php is displayed.

The path to php.ini reads /usr/local/etc/php.ini , if I understand correct it gets 
read then. I couldn't find any other reason for this to not work.

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


Cvsup refuse confusion

2003-09-22 Thread Charles Howse
Hi,
I'm trying to eliminate all the non-English ports and documentation.
I've deleted the relevant directories in /usr/ports and /usr/share/doc,
But they reappear on subsequent cvsups.
Where have I gone wrong?

* /etc/cvsupfile *

*default  host=cvsup11.FreeBSD.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=RELENG_4_8
*default  delete use-rel-suffix

src-all
*default tag=.
ports-all
doc-all

* /usr/local/etc/cvsup/sup/ports-all/refuse *

doc/da_*
doc/de_*
doc/el_*
doc/es_*
doc/fr_*
doc/it_*
doc/ja_*
doc/nl_*
doc/no_*
doc/pl_*
doc/pt_*
doc/ru_*
doc/sr_*
doc/zh_*
ports/INDEX
ports/chinese
ports/french
ports/german
ports/hebrew
ports/hungarian
ports/japanese
ports/korean
ports/polish
ports/portuguese
ports/russian
ports/ukranian
ports/vietnamese


Thanks,
Charles

Got a computer with idle CPU time?
Join [EMAIL PROTECTED] and help make history!
http://setiathome.ssl.berkeley.edu/


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


Re: CVSUP howto ???

2003-09-22 Thread David Fleck
On Mon, 22 Sep 2003, Brent Bailey wrote:
 I was looking aroung trying to find a decent howto on CVSUP...seeing as
 ive never had good luck with it .. i found this ...does this look like the
 right procedure ??
 this is what ive been doing ...but ive only had it actually work one time
 ..all  other systems ive done this on,,,it has failed BADLY
 hence cant do ps or w or other needed commands

How far do you plan to update these machines?  Given your past experiences
with cvsup/mergemaster, if you're planning a major upgrade (from 4.6 to
5.x or even STABLE), are you sure you wouldn't be better off
re-installing?

 *default release=cvs tag=RELENG_4
this will get you the head of the FreeBSD-STABLE branch - if you just want
to get all the security updates to 4.6, you should use RELENG_4_6

--
David Fleck
[EMAIL PROTECTED]

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


Re: Re:Re: Cat a directory

2003-09-22 Thread Matthew Hunt
On Mon, Sep 22, 2003 at 09:06:00AM +0300, Karlsson Mikael HKI/SOSV wrote:

 Try to run for example cat /bin in Linux, HP-UX, Solaris and other
 *NIXes and I'm 90% certain that they will not show the directory but
 an error message saying something.

cat /bin on Solaris 9 does exactly the same thing as on FreeBSD; shows
the contents of the directory, just like you're asking it to.  Just because
you can't fathom a use for this behavior doesn't mean it's wrong.  If
you don't want to see it, don't ask cat to show it to you.

-- 
Matthew Hunt [EMAIL PROTECTED] * Science rules.
http://www.pobox.com/~mph/   *
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports upgrade w/out internet connection

2003-09-22 Thread Kent Stewart
On Monday 22 September 2003 08:44 am, Brian Henning wrote:
 Greetings:
 Can i perform a ports upgrade to a computer that has no internet
 connection by ftping the file /pub/FreeBSD/ports/ports/ports.tar.gz
 and replacing the /usr/ports/ directory
 with the uncompressed version of this file? please let me know your
 opinion to solve my problem.

It is only the beginning. You also have to download the distfiles for 
each of the ports that you want to update. You could also download the 
packages and bypass building the ports. 

I don't think the packages will be as uptodate as the port structure 
that you would download. They require hours to build. Where as, the 
port structure can be tarballed fairly quickly every day.

Kent


 thanks,

 brian

-- 
Kent Stewart
Richland, WA

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

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


Re: apache / php problem

2003-09-22 Thread Kevin D. Kinsey, DaleCo, S.P.
H. Bartel wrote:

Hi all,

Since I do have php4 running and phpinfo() tells me that it does, Sites that I put into my root dir of Apache are not parsing their variables. The index pages are displayed properly, since they don't require any vars to be passed, but every other sub-pages (e.g. index.php?sub=2) don't do anything, the normal index.php is displayed.

The path to php.ini reads /usr/local/etc/php.ini , if I understand correct it gets read then. I couldn't find any other reason for this to not work.

Thanks for any help,
Holger
If you have just updated to PHP4 from 3, be advised
that the register_globals handle in php.ini is now OFF
by default, and therefore any code of the type
include $sub;

should now read

include $_GET['sub'];

This might be the problem.  See the FAQ's
at www.php.net or www.phpbuilder.com/board
for details.
HTH,

Kevin Kinsey

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


Re: ports

2003-09-22 Thread Kevin D. Kinsey, DaleCo, S.P.
Brian Henning wrote:

Greetings:
Can i perform a ports upgrade to a computer that has no internet connection by
ftping the file /pub/FreeBSD/ports/ports/ports.tar.gz and replacing the
/usr/ports/ directory
with the uncompressed version of this file? please let me know your opinion to
solve my problem.
 

I believe so.

Kevin Kinsey

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


Re: Cvsup refuse confusion

2003-09-22 Thread Scott Schappell
Charles Howse wrote:

Hi,
I'm trying to eliminate all the non-English ports and documentation.
I've deleted the relevant directories in /usr/ports and /usr/share/doc,
But they reappear on subsequent cvsups.
Where have I gone wrong?
* /etc/cvsupfile *

*default  host=cvsup11.FreeBSD.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=RELENG_4_8
*default  delete use-rel-suffix
src-all
*default tag=.
ports-all
doc-all
* /usr/local/etc/cvsup/sup/ports-all/refuse *

doc/da_*
doc/de_*
doc/el_*
doc/es_*
doc/fr_*
doc/it_*
doc/ja_*
doc/nl_*
doc/no_*
doc/pl_*
doc/pt_*
doc/ru_*
doc/sr_*
doc/zh_*
ports/INDEX
ports/chinese
ports/french
ports/german
ports/hebrew
ports/hungarian
ports/japanese
ports/korean
ports/polish
ports/portuguese
ports/russian
ports/ukranian
ports/vietnamese
Thanks,
Charles
Got a computer with idle CPU time?
Join [EMAIL PROTECTED] and help make history!
http://setiathome.ssl.berkeley.edu/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
The refuse file goes in /usr/local/etc/cvsup/sup/refuse as mentioned in 
the handbook at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html 
Section A.5.3.1

The refuse file essentially tells *CVSup* that it should not take every 
single file from a collection; in other words, it tells the client to 
/refuse/ certain files from the server. The refuse file can be found 
(or, if you do not yet have one, should be placed) in /base//sup/. 
/base/ is defined in your supfile; by default, /base/ is 
/usr/local/etc/cvsup, which means that by default the refuse file is 
/usr/local/etc/cvsup/sup/refuse.

Cheers

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


Re: Cvsup refuse confusion

2003-09-22 Thread Scott Schappell
The refuse file goes in /usr/local/etc/cvsup/sup/refuse as mentioned in the
handbook at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Section
A.5.3.1

The refuse file essentially tells *CVSup* that it should not take every
single file from a collection; in other words, it tells the client to
/refuse/ certain files from the server. The refuse file can be found (or, if
you do not yet have one, should be placed) in /base//sup/. /base/ is defined
in your supfile; by default, /base/ is /usr/local/etc/cvsup, which means
that by default the refuse file is /usr/local/etc/cvsup/sup/refuse.

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


Re: Cvsup refuse confusion

2003-09-22 Thread Micheal Patterson
- Original Message - 
From: Charles Howse [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 22, 2003 11:13 AM
Subject: Cvsup refuse confusion


 Hi,
 I'm trying to eliminate all the non-English ports and documentation.
 I've deleted the relevant directories in /usr/ports and /usr/share/doc,
 But they reappear on subsequent cvsups.
 Where have I gone wrong?

 * /etc/cvsupfile *

 *default  host=cvsup11.FreeBSD.org
 *default  base=/usr
 *default  prefix=/usr
 *default  release=cvs
 *default  tag=RELENG_4_8
 *default  delete use-rel-suffix

 src-all
 *default tag=.
 ports-all

The entry ports-all grabs all available ports from the site. You'll need
to comment that out and only select the ports areas that you want to have it
download.

--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.

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


Re: CVSUP and Make World help !?!?

2003-09-22 Thread Matthew Seaman
On Mon, Sep 22, 2003 at 11:41:23AM -0400, Brent Bailey wrote:
 i found this how to ...is this the correct way to update via CVSUP and
 make world ??

It's mostly right: probably goes a bit beyond what you actually need to do.

The problem with it is here:

 Drop to single user mode:
 # shutdown now

This is not right: the point is that you have to shut the system right
down and reboot with the *new* kernel you've just installed.  Just
dropping to single user doesn't do that.
 
 Or reboot into single user mode:
 
 # shutdown -r now

This is the correct version.

Note that the point of rebooting into single user is two-fold.  First
of all, it lets you test the new kernel -- it's relatively easy to
back out a duff kernel and reboot with the previous version.

However, if you were to just blindly install both kernel and world
together, and something went wrong, you would be without a reasonable
way to back out to a previous, working system.  You'ld probably have
to go into complete disaster-recovery-from-backup mode.

Secondly, it avoids having to boot all the way up with your new kernel
and your old world.  You need kernel and world to be synchronised on
FreeBSD, and it's generally good practice to make sure the system is a
quiescent as possible while you're updating all of the vital bits of
it.

As far as testing the new kernel: since you're using a well tested,
release version of a stable OS (except for those of you running
-CURRENT, that is) not a great deal is required.  Generally if the
kernel will boot up far enough to get you to single user mode, that's
good enough that you can confidently carry on with the rest of the
upgrade.  The new kernel may still not be quite right (eg. you may
have missed out some important driver from the configuration), but
nothing so vital should be wrong that it can stop you fixing the
problem from the upgraded system.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: Cvsup refuse confusion

2003-09-22 Thread Andrew L. Gould
On Monday 22 September 2003 11:13 am, Charles Howse wrote:
 Hi,
 I'm trying to eliminate all the non-English ports and documentation.
 I've deleted the relevant directories in /usr/ports and /usr/share/doc,
 But they reappear on subsequent cvsups.
 Where have I gone wrong?

 * /etc/cvsupfile *

 *default  host=cvsup11.FreeBSD.org
 *default  base=/usr
 *default  prefix=/usr
 *default  release=cvs
 *default  tag=RELENG_4_8
 *default  delete use-rel-suffix

 src-all
 *default tag=.
 ports-all
 doc-all

 * /usr/local/etc/cvsup/sup/ports-all/refuse *

 doc/da_*
 doc/de_*
 doc/el_*
 doc/es_*
 doc/fr_*
 doc/it_*
 doc/ja_*
 doc/nl_*
 doc/no_*
 doc/pl_*
 doc/pt_*
 doc/ru_*
 doc/sr_*
 doc/zh_*
 ports/INDEX
 ports/chinese
 ports/french
 ports/german
 ports/hebrew
 ports/hungarian
 ports/japanese
 ports/korean
 ports/polish
 ports/portuguese
 ports/russian
 ports/ukranian
 ports/vietnamese


 Thanks,
 Charles


Check for the existence of the folder /usr/sup.  If it exists, move your 
refuse file to it.

Also, should you be refusing to update ports/INDEX? I refuse the non-English 
ports; but my refuse file does not include ports/INDEX.

I hope this helps.

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


Re: Cat a directory

2003-09-22 Thread Chris Pressey
On Mon, 22 Sep 2003 12:01:15 -0400
Damian Gerow [EMAIL PROTECTED] wrote:

 Thus spake Chris Pressey ([EMAIL PROTECTED]) [22/09/03 11:54]:
  Also, I believe 'GNU ls', in the ports, supports coloured directory
  listings.
 
 As does FreeBSD's ls.  From 'man 1 ls':
 
 -GEnable colorized output.  This option is equivalent to
   defining CLICOLOR in the environment.  (See below.)

Yes, but actually, I was mistaken; neither FreeBSD's ls nor GNU ls seems
to support coloured directory listings in the style the OP indicated:

 [Mikael Karlsson]
 As it would make finding certain files easier by coloring them
 differently depending on their ending.

I can't find any way to get either of these ls programs to colour based
on (say) sh-style regexps.  But there's probably a program out there
somewhere that does...

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


Re: Cvsup refuse confusion

2003-09-22 Thread Matthew Seaman
On Mon, Sep 22, 2003 at 09:26:49AM -0700, Scott Schappell wrote:
 Charles Howse wrote:
 
 Hi,
 I'm trying to eliminate all the non-English ports and documentation.
 I've deleted the relevant directories in /usr/ports and /usr/share/doc,
 But they reappear on subsequent cvsups.
 Where have I gone wrong?
 
 * /etc/cvsupfile *
 
 *default  host=cvsup11.FreeBSD.org
 *default  base=/usr
 *default  prefix=/usr
 *default  release=cvs
 *default  tag=RELENG_4_8
 *default  delete use-rel-suffix
 
 src-all
 *default tag=.
 ports-all
 doc-all
 
 * /usr/local/etc/cvsup/sup/ports-all/refuse *
 
 doc/da_*
 doc/de_*
 doc/el_*
 doc/es_*
 doc/fr_*
 doc/it_*
 doc/ja_*
 doc/nl_*
 doc/no_*
 doc/pl_*
 doc/pt_*
 doc/ru_*
 doc/sr_*
 doc/zh_*
 ports/INDEX
 ports/chinese
 ports/french
 ports/german
 ports/hebrew
 ports/hungarian
 ports/japanese
 ports/korean
 ports/polish
 ports/portuguese
 ports/russian
 ports/ukranian
 ports/vietnamese
 
 
 Thanks,
 Charles
 
 Got a computer with idle CPU time?
 Join [EMAIL PROTECTED] and help make history!
 http://setiathome.ssl.berkeley.edu/
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 The refuse file goes in /usr/local/etc/cvsup/sup/refuse as mentioned in 
 the handbook at 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html 
 Section A.5.3.1
 
 The refuse file essentially tells *CVSup* that it should not take every 
 single file from a collection; in other words, it tells the client to 
 /refuse/ certain files from the server. The refuse file can be found 
 (or, if you do not yet have one, should be placed) in /base//sup/. 
 /base/ is defined in your supfile; by default, /base/ is 
 /usr/local/etc/cvsup, which means that by default the refuse file is 
 /usr/local/etc/cvsup/sup/refuse.

Uhh --- look at the OP's supfile.  See the line where it says
*default base=/usr ?  He's overridden cvsup(1)'s default base, which
is the standard practice for all of the cvsup'able collections of
stuff from the FreeBSD project.

The OP. needs to move the refuse file to:

/usr/sup/refuse

Cheers,

Matthew 

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


pgp0.pgp
Description: PGP signature


RE: apache error

2003-09-22 Thread John Straiton
Normally when I've seen this error in the past, it's been because of a
module for php that isn't too happy with the state of affairs. What you
might do is rebuild php without any modules and see if it still
coredumps. If not, keep adding them back one by one until it dies again
and then you'll know which module is killing it. I've had problems time
and time again with libmcrypt being the culprit. 

I've yet to find a cure other than reinstalling libmcrypt and trying
again. Once to the extent of pkg_delete'ing everything on the machine
and building it back up to restore php functionality.

John Straiton
jks@ clickcom.com
Clickcom, Inc
704-365-9970x101
  -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of H. Bartel
 Sent: Monday, September 22, 2003 7:55 AM
 To: [EMAIL PROTECTED]
 Subject: apache error
 
 
 Hi,
 
 I did have apache running and then installed mod_php3 after I 
 already have installed mod_php4. Now I get the following 
 errors when I try to start apache:
 
 Segmentation fault (core dumped)
 /usr/local/sbin/apachectl start: httpd could not be started 
 localhost /kernel: pid 183 (httpd), uid 0: exited on signal 
 11 (core dumped)
 
 I would appreciate any solution to this. Thanks,
 Holger
 ___
 [EMAIL PROTECTED] mailing list 
 http://lists.freebsd.org/mailman/listinfo/free bsd-questions
 
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 


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


Printing with Samba an a HP Deskjet 870Cse

2003-09-22 Thread Andy W Clements
Hello,

I've been struggling with this problem for the last week and I am close to
getting it to work, but I seem to be missing something.

I currently have a HP DeskJet 870Cse hooked up via lpt0 to FreeBSD 5.1
i386 machine.  I can print text files via lpr with no problem.  This is
done through apsfilter.  I have been able to print from other BSD machines
on the network.

However, when I try to print from my Windows 2000 Server machine, it
fails.  I have Samba installed on my print server and I can see the
printer from explorer on my windows box, but any attempt to access them
gives me a  security error.  I have tried using the wizard for setting up
printers and it would complete successfully, however the test page would
not print.  The windows queue would state that the printer is either busy
or was not allowed to print there.  I suspect that there is some security
protocol in Samba that I need to remove, but I don't know what that is...

The logs from samba and the spools are empty.

my /etc/printcap file:

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

lp|windows|raw:\
:lp=/dev/lpt0:\
:sd=/var/spool/samba:\
:lf=/var/spool/samba/log:\
:af=/var/spool/samba/acct:\
:mx#0:\
:sf:\
:sh:

my smb.conf file:

[global]
   workgroup = WORK
   server string = printer
   hosts allow = 192.168.1. 127.
   load printers = yes
   printcap name = /etc/printcap
   printing = bsd
   guest account = root
   log file = /var/log/samba.log.%m
   max log size = 50
   security = share
   socket options = TCP_NODELAY
   interfaces = 192.168.1.45
   domain master = yes
   preferred master = yes
   dns proxy = no

   load printers = yes
   use client driver = yes
   show add printer wizard

[homes]
   comment = Home Directories
   public = no
   browseable = no
   writeable = yes

[printers]
   comment = HP DeskJet 870Cse
   path = /var/spool/samba
   browseable = yes
   public = yes
   printable = yes

I have tried multiple combinations of variables in my smb.conf but have
been unsuccessful.  I've tried using some of the combinations found in
various webpages, but it seems that most are out of date as their
parameters for samba are deprecated.

Any and all help is greatly appreciated.  Thanks in advance.

--Andy Clements


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


Re: Cvsup refuse confusion

2003-09-22 Thread Matthew Seaman
On Mon, Sep 22, 2003 at 11:39:33AM -0500, Andrew L. Gould wrote:

 Also, should you be refusing to update ports/INDEX? I refuse the non-English 
 ports; but my refuse file does not include ports/INDEX.

Most people will rebuild the INDEX immediately after running cvsup(1),
either by running make index or by running portsdb -Uu.  In that
case, it's not worth dragging down 3Mb of INDEX just to write over it
again almost immediately.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Installing Ethernet Driver.

2003-09-22 Thread Naveen Glore
hey,
While installing FreeBSD4.5 from CD on my system, I could not install the driver for 
the ethernet. After installing the freeBSD, I checked ifconfig  and found no entry 
for the ethernet. Well, since i did not install any driver for ethernet during 
installation of FreeBSD its obvious that there is no information about the ethernet in 
ifconfig. 
My question is : how can i install the ethernet driver and also how can i find the 
proper driver for it.
Thanks in advance.
Ramana.


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cvsup refuse confusion

2003-09-22 Thread Kent Stewart
On Monday 22 September 2003 09:39 am, Andrew L. Gould wrote:
 On Monday 22 September 2003 11:13 am, Charles Howse wrote:
  Hi,
  I'm trying to eliminate all the non-English ports and
  documentation. I've deleted the relevant directories in /usr/ports
  and /usr/share/doc, But they reappear on subsequent cvsups.
  Where have I gone wrong?
 
  * /etc/cvsupfile *
 
  *default  host=cvsup11.FreeBSD.org
  *default  base=/usr
  *default  prefix=/usr
  *default  release=cvs
  *default  tag=RELENG_4_8
  *default  delete use-rel-suffix
 
  src-all
  *default tag=.
  ports-all
  doc-all
 
  * /usr/local/etc/cvsup/sup/ports-all/refuse *
 
  doc/da_*
  doc/de_*
  doc/el_*
  doc/es_*
  doc/fr_*
  doc/it_*
  doc/ja_*
  doc/nl_*
  doc/no_*
  doc/pl_*
  doc/pt_*
  doc/ru_*
  doc/sr_*
  doc/zh_*
  ports/INDEX
  ports/chinese
  ports/french
  ports/german
  ports/hebrew
  ports/hungarian
  ports/japanese
  ports/korean
  ports/polish
  ports/portuguese
  ports/russian
  ports/ukranian
  ports/vietnamese
 
 
  Thanks,
  Charles

 Check for the existence of the folder /usr/sup.  If it exists, move
 your refuse file to it.

 Also, should you be refusing to update ports/INDEX? I refuse the
 non-English ports; but my refuse file does not include ports/INDEX.

Yes, because you are supposed to rebuild INDEX after every cvsup of 
ports-all. If you pick and choose the port collection, you will 
probably break make index and then the upate tools won't work as you 
would expect. Since you are going to rebuild INDEX or INDEX-5 after 
each cvsup, refusing it prevents cvsup from redownloading it. It takes 
several minutes to download even across a 100Mbps networkd.

If you use portupgrade, you also have to run portsdb -u after you 
create and updated INDEX.

Kent


 I hope this helps.

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

-- 
Kent Stewart
Richland, WA

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

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


RE: Cvsup refuse confusion

2003-09-22 Thread Charles Howse
 Charles Howse wrote:
 
 Hi,
 I'm trying to eliminate all the non-English ports and documentation.
 I've deleted the relevant directories in /usr/ports and 
 /usr/share/doc,
 But they reappear on subsequent cvsups.
 Where have I gone wrong?
 
 * /etc/cvsupfile *
 
 *default  host=cvsup11.FreeBSD.org
 *default  base=/usr
 *default  prefix=/usr
 *default  release=cvs
 *default  tag=RELENG_4_8
 *default  delete use-rel-suffix
 
 src-all
 *default tag=.
 ports-all
 doc-all
 
 * /usr/local/etc/cvsup/sup/ports-all/refuse *
 
 doc/da_*
 doc/de_*
 doc/el_*
 doc/es_*
 doc/fr_*
 doc/it_*
 doc/ja_*
 doc/nl_*
 doc/no_*
 doc/pl_*
 doc/pt_*
 doc/ru_*
 doc/sr_*
 doc/zh_*
 ports/INDEX
 ports/chinese
 ports/french
 ports/german
 ports/hebrew
 ports/hungarian
 ports/japanese
 ports/korean
 ports/polish
 ports/portuguese
 ports/russian
 ports/ukranian
 ports/vietnamese
 
 
 Thanks,
 Charles
 
 Got a computer with idle CPU time?
 Join [EMAIL PROTECTED] and help make history!
 http://setiathome.ssl.berkeley.edu/
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 The refuse file goes in /usr/local/etc/cvsup/sup/refuse as 
 mentioned in 
 the handbook at 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html 
 Section A.5.3.1
 
 The refuse file essentially tells *CVSup* that it should not 
 take every 
 single file from a collection; in other words, it tells the client to 
 /refuse/ certain files from the server. The refuse file can be found 
 (or, if you do not yet have one, should be placed) in /base//sup/. 
 /base/ is defined in your supfile; by default, /base/ is 
 /usr/local/etc/cvsup, which means that by default the refuse file is 
 /usr/local/etc/cvsup/sup/refuse.

Thanks very much.
Apologies for not checking the handbook before posting.

RE: refusing ports/INDEX
IIRC, someone directed me to do that.??
I do a make index after every cvsup.
Comments?


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


Re: Installing Ethernet Driver.

2003-09-22 Thread Josh Paetzel
On Mon, Sep 22, 2003 at 09:55:23AM -0700, Naveen Glore wrote:
 hey,
 While installing FreeBSD4.5 from CD on my system, I could not install the driver for 
 the ethernet. After installing the freeBSD, I checked ifconfig  and found no entry 
 for the ethernet. Well, since i did not install any driver for ethernet during 
 installation of FreeBSD its obvious that there is no information about the ethernet 
 in ifconfig. 
 My question is : how can i install the ethernet driver and also how can i find the 
 proper driver for it.
 Thanks in advance.
 Ramana.
 
 

Most, if not all of the NIC drivers are in the default kernel that is 
installed upon initial installation.  The output of dmesg and the type of NIC 
that you have would be helpful information.

Josh Paetzel

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


OT: Windows and virus humor

2003-09-22 Thread Andrew L. Gould
For those of you who are not familiar with satirewire.com, here are a few 
choice articles that may be appropriate for this week and last:

http://satirewire.com/briefs/windowsvirus.shtml
http://satirewire.com/news/jan02/patchsoft.shtml

Have fun,

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


Re: apache / php problem

2003-09-22 Thread H. Bartel
On 09/22/2003 11:26 AM [EMAIL PROTECTED] (Kevin D. Kinsey, DaleCo, S.P.) wrote:

If you have just updated to PHP4 from 3, be advised
that the register_globals handle in php.ini is now OFF
by default, and therefore any code of the type

include $sub;

should now read

include $_GET['sub'];

I thought about this before, but it works on my apache set up on the mac. I now 
changed the php-code and it works perfectly again.

I'll keep Johns tip of reinstalling the modules one after one in mind though - I'll 
probably run in new problems sometime soon... ;)

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


Re: Installing Ethernet Driver.

2003-09-22 Thread Mike Maltese
 hey,
 While installing FreeBSD4.5 from CD on my system, I could not install the
driver for the ethernet. After installing the freeBSD, I checked ifconfig
and found no entry for the ethernet. Well, since i did not install any
driver for ethernet during installation of FreeBSD its obvious that there is
no information about the ethernet in ifconfig.
 My question is : how can i install the ethernet driver and also how can i
find the proper driver for it.
 Thanks in advance.

http://www.freebsd.org/releases/4.5R/hardware-i386.html#ETHERNET

Look here to see if your device is supported.

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


Re: apache, mod_php filename-dist

2003-09-22 Thread Michael A. Alderete
At 7:19 PM +0200 9/21/03, H. Bartel wrote:
I installed mod_php4 on Apache and phpinfo(); tells me php 4.1.3 is
running. Nevertheless variables do not get parsed at all. I tried looking
for the /usr/local/etc/php.ini file and I realised it is called
/usr/local/etc/php.ini-dist Could this be the reason or did I miss
something?

Is this like it is supposed to or is this some installation left-over
distfile? I do have noticed quite a few of those filename-dist things on
my system, like in /usr/local/www/data which is the apache root folder.


You didn't say if you installed PHP from the ports collection, or from
downloaded source. I use the source, so you may need to adjust my advice if
that's not your situation.

PHP initializes itself from a text file by default named php.ini. When you
view the phpinfo() page, it will tell you in what directory PHP is
expecting to find that file (it's adjustable at compile-time, and the
default changes, depending on whether you're using the ports or the source).

The -dist file is an example of a good php.ini file, which you will
normally copy, and then modify to suit your purposes. E.g.:

  cp /usr/local/etc/php.ini-dist /usr/local/etc/php.ini
  vi /usr/local/etc/php.ini

In general, -dist files are intended to give you an example of a good
configuration, and should be preserved unmodified, so you can compare your
configuration to something known to be good, in the event you need to
troubleshoot, reset to a more basic configuration, etc.

HTH.

Michael
-- 

_
Michael A. Alderete   mailto:[EMAIL PROTECTED]
 http://www.alderete.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


package question

2003-09-22 Thread Brian Henning
Greetings:
when performing a 'make package' does that grab all the dependencies for that
package so when you go to install the package it doesn't ask for dependencies?

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


RE: Cvsup refuse confusion

2003-09-22 Thread Charles Howse
 On Monday 22 September 2003 09:39 am, Andrew L. Gould wrote:
  On Monday 22 September 2003 11:13 am, Charles Howse wrote:
   Hi,
   I'm trying to eliminate all the non-English ports and
   documentation. I've deleted the relevant directories in /usr/ports
   and /usr/share/doc, But they reappear on subsequent cvsups.
   Where have I gone wrong?
  
   * /etc/cvsupfile *
  
   *default  host=cvsup11.FreeBSD.org
   *default  base=/usr
   *default  prefix=/usr
   *default  release=cvs
   *default  tag=RELENG_4_8
   *default  delete use-rel-suffix
  
   src-all
   *default tag=.
   ports-all
   doc-all
  
   * /usr/local/etc/cvsup/sup/ports-all/refuse *
  
   doc/da_*
   doc/de_*
   doc/el_*
   doc/es_*
   doc/fr_*
   doc/it_*
   doc/ja_*
   doc/nl_*
   doc/no_*
   doc/pl_*
   doc/pt_*
   doc/ru_*
   doc/sr_*
   doc/zh_*
   ports/INDEX
   ports/chinese
   ports/french
   ports/german
   ports/hebrew
   ports/hungarian
   ports/japanese
   ports/korean
   ports/polish
   ports/portuguese
   ports/russian
   ports/ukranian
   ports/vietnamese
  
  
   Thanks,
   Charles
 
  Check for the existence of the folder /usr/sup.  If it exists, move
  your refuse file to it.
 
  Also, should you be refusing to update ports/INDEX? I refuse the
  non-English ports; but my refuse file does not include ports/INDEX.
 
 Yes, because you are supposed to rebuild INDEX after every cvsup of 
 ports-all. If you pick and choose the port collection, you will 
 probably break make index and then the upate tools won't 
 work as you 
 would expect. Since you are going to rebuild INDEX or INDEX-5 after 
 each cvsup, refusing it prevents cvsup from redownloading it. 
 It takes 
 several minutes to download even across a 100Mbps networkd.
 
 If you use portupgrade, you also have to run portsdb -u after you 
 create and updated INDEX.

OK, the OP is getting confused.  ;-)
I have moved my refuse file to /usr/sup/refuse
I have deleted the directories in /usr/ports and /usr/share/doc that I
don't want.
I will cvsup when we get this straightened out in my mind.

Dr. Seaman says run 'make index' *OR* portsdb -Uu after cvsup.
Kent says run 'portsdb -u' *AFTER* make index.

What is our consensus?


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


Re: Cvsup refuse confusion

2003-09-22 Thread Scott Schappell
Charles Howse wrote:

OK, the OP is getting confused. ;-)

I have moved my refuse file to /usr/sup/refuse
I have deleted the directories in /usr/ports and /usr/share/doc that I
don't want.
I will cvsup when we get this straightened out in my mind.
Dr. Seaman says run 'make index' *OR* portsdb -Uu after cvsup.
Kent says run 'portsdb -u' *AFTER* make index.
What is our consensus?

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

I /think/ but I haven't confirmed this, that portsdb -Uu as part of its 
deal does a make index.  In my update ports script, I jsut do portsdb -Uu.

Then again, someone else has already pointed out my brain is a bit foggy 
this morning :).

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


Re: Cvsup refuse confusion

2003-09-22 Thread Kent Stewart
On Monday 22 September 2003 10:07 am, Charles Howse wrote:
  On Monday 22 September 2003 09:39 am, Andrew L. Gould wrote:
   On Monday 22 September 2003 11:13 am, Charles Howse wrote:
Hi,
I'm trying to eliminate all the non-English ports and
documentation. I've deleted the relevant directories in
/usr/ports and /usr/share/doc, But they reappear on subsequent
cvsups. Where have I gone wrong?
   
* /etc/cvsupfile *
   
*default  host=cvsup11.FreeBSD.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=RELENG_4_8
*default  delete use-rel-suffix
snip
   
   
Thanks,
Charles
  
   Check for the existence of the folder /usr/sup.  If it exists,
   move your refuse file to it.
  
   Also, should you be refusing to update ports/INDEX? I refuse the
   non-English ports; but my refuse file does not include
   ports/INDEX.
 
  Yes, because you are supposed to rebuild INDEX after every cvsup of
  ports-all. If you pick and choose the port collection, you will
  probably break make index and then the upate tools won't
  work as you
  would expect. Since you are going to rebuild INDEX or INDEX-5 after
  each cvsup, refusing it prevents cvsup from redownloading it.
  It takes
  several minutes to download even across a 100Mbps networkd.
 
  If you use portupgrade, you also have to run portsdb -u after you
  create and updated INDEX.

 OK, the OP is getting confused.  ;-)
 I have moved my refuse file to /usr/sup/refuse
 I have deleted the directories in /usr/ports and /usr/share/doc that
 I don't want.
 I will cvsup when we get this straightened out in my mind.

 Dr. Seaman says run 'make index' *OR* portsdb -Uu after cvsup.
 Kent says run 'portsdb -u' *AFTER* make index.

 What is our consensus?

You don't do a make index and a portsdb -uU. You only need to run 
portsdb -u after a make index.

They do the same thing; however, Kris has a script that writes a bitch 
message to -ports when make index fails. There isn't anything 
comparable for portsdb -U. In addition, portsdb -U has always produced 
a large number of error messages that I don't see with make index. 

I have also found that you typically get a slightly larger port count on 
the portsdb -u when you run make index.

FWIW, I run portsdb -U when make index fails. I think they are both 
tools that meet slightly different needs. I think portsdb -U handles 
an incomplete /usr/ports and make index doesn't.

Kent

-- 
Kent Stewart
Richland, WA

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

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


cvsup problem

2003-09-22 Thread balaji

Hi,

I am not able to use cvsup (I have tried other cvsup*)

 # cvsup -g -L 2 /root/ports-supfile
 Parsing supfile /root/ports-supfile
 Connecting to cvsup1.FreeBSD.org
 Cannot connect to cvsup1.FreeBSD.org: Connection refused
 Will retry at 17:47:15

I looked at the CVSup home page and so did the following:

 bash-2.05b$ netstat -na |grep 5999
 tcp4   0  0  *.5999 *.*LISTEN

Two bits of information:

* I am accessing via a firewall. I able to browse the web, send/get mail etc. 
* I can ping to hosts in the internal network, but not external hosts.

Thanks,

Balaji


-
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/


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


IBM Xseries 255

2003-09-22 Thread jeronimo romero
Does anyone have any experience running IBM Xseries 255 
servers??? Any comments, tips, experiences would be 
greatly appreciated. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Cvsup refuse confusion

2003-09-22 Thread Charles Howse
 On Monday 22 September 2003 10:07 am, Charles Howse wrote:
   On Monday 22 September 2003 09:39 am, Andrew L. Gould wrote:
On Monday 22 September 2003 11:13 am, Charles Howse wrote:
 Hi,
 I'm trying to eliminate all the non-English ports and
 documentation. I've deleted the relevant directories in
 /usr/ports and /usr/share/doc, But they reappear on subsequent
 cvsups. Where have I gone wrong?

 * /etc/cvsupfile *

 *default  host=cvsup11.FreeBSD.org
 *default  base=/usr
 *default  prefix=/usr
 *default  release=cvs
 *default  tag=RELENG_4_8
 *default  delete use-rel-suffix
 snip


 Thanks,
 Charles
   
Check for the existence of the folder /usr/sup.  If it exists,
move your refuse file to it.
   
Also, should you be refusing to update ports/INDEX? I refuse the
non-English ports; but my refuse file does not include
ports/INDEX.
  
   Yes, because you are supposed to rebuild INDEX after 
 every cvsup of
   ports-all. If you pick and choose the port collection, you will
   probably break make index and then the upate tools won't
   work as you
   would expect. Since you are going to rebuild INDEX or 
 INDEX-5 after
   each cvsup, refusing it prevents cvsup from redownloading it.
   It takes
   several minutes to download even across a 100Mbps networkd.
  
   If you use portupgrade, you also have to run portsdb -u 
 after you
   create and updated INDEX.
 
  OK, the OP is getting confused.  ;-)
  I have moved my refuse file to /usr/sup/refuse
  I have deleted the directories in /usr/ports and /usr/share/doc that
  I don't want.
  I will cvsup when we get this straightened out in my mind.
 
  Dr. Seaman says run 'make index' *OR* portsdb -Uu after cvsup.
  Kent says run 'portsdb -u' *AFTER* make index.
 
  What is our consensus?
 
 You don't do a make index and a portsdb -uU. You only need to run 
 portsdb -u after a make index.
 
 They do the same thing; however, Kris has a script that 
 writes a bitch 
 message to -ports when make index fails. There isn't anything 
 comparable for portsdb -U. In addition, portsdb -U has always 
 produced 
 a large number of error messages that I don't see with make index. 
 
 I have also found that you typically get a slightly larger 
 port count on 
 the portsdb -u when you run make index.
 
 FWIW, I run portsdb -U when make index fails. I think they are both 
 tools that meet slightly different needs. I think portsdb 
 -U handles 
 an incomplete /usr/ports and make index doesn't.

OK, I'm starting to get the drift here.
Thanks.


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


FW: Spam mail warning notification! (MS-Update)

2003-09-22 Thread Schalk Erasmus
It is interesting to see that some of our colleagues belonging to the
FreeBSD Mailing List, are infected with the Worm.Swen virus!

I'm leaving this list, since I get hundreds of these DAMN MICROSOFT update
emails.

Luckily you can filter these stuff using TREND InterScan.

Cheers
Schalk

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: Spam mail warning notification! (MS-Update)


 eManager Notification *

The following mail was blocked since it contains sensitive content.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]
Policy: MS-Update
Action: Quarantine

Content filter has detected a sensitive e-mail - Microsoft Update SPAM

*** End of message *

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


Re: XFree86 configuration process

2003-09-22 Thread C. Ulrich
On Mon, 2003-09-22 at 06:28, Fredrik Carlén wrote:
 Hello! I would like one of two things (inclusive OR, down below!):
 - A pointer such as an URL to a resource where the details of the X server
 and configuration is explained in an understandable way,
 
 Or
 
 - An explanation as to how to use the xf86cfg tool so the end product is a
 usable graphic interface.
 
 I have installed FreeBSD now for about 5 years on different machines, and
 I find that later it has become increasingly difficult to configurate X.
 For me, it's more or less a trial-and-error process (if this doesn't work,
 then does *this*?, etc...) I admit that I don't understand X very well. I
 don't see why I would have to, either. 

Unfortunately, knowing how XFree86 works is still pretty much required
knowledge for anybody setting up a UNIXish machine. Rather than mess
with fussy GUI configuration apps (which have almost never worked for
me), I highly recommend learning the XF86Config so you can simply modify
it by hand. There are good references all around that explain in detail
the format of XF86Config that can be found for free on the net or bought
in dead-tree format. The good news is that the XF86Config file isn't
terribly difficult to understand once you've got the hang of it. Your
best bet is to take a generic XF86Config file that shipped with the OS
(or have a fancy GUI configuration tool create one) and then hack that
one by hand until everything works.

 Now, I $ startx and, fine, my fluxbox Window Mangler came up once. Then
  it didn't want to start. *When* it started, I had 1600xSomething in
 screen resolution. *Not* what I wanted...I don't know, I am about to give
 up in favour maybe of something as pusillanimous as Red Hat :)
 
 /Fredrik Carlén, Stockholm, Sweden.

Sounds like you've got some additional issues with your system. However,
simply swithing to another OS isn't likely to solve all of your problems
since Red Hat and other mainstream Linux distros use XFree86 too. If you
go to another OS, do so because you want a different feature set than
FreeBSD provides (such as ease of setup) rather than because you can't
get XFree86 to work.

Whatever path you take, good luck!

C. Ulrich
-- 
http://bityard.net

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


Re: cvsup problem

2003-09-22 Thread Matthew Seaman
On Mon, Sep 22, 2003 at 01:40:56PM +, [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I am not able to use cvsup (I have tried other cvsup*)
 
  # cvsup -g -L 2 /root/ports-supfile
  Parsing supfile /root/ports-supfile
  Connecting to cvsup1.FreeBSD.org
  Cannot connect to cvsup1.FreeBSD.org: Connection refused
  Will retry at 17:47:15

I assume you've tried connecting on several occasions (cvsup servers
can't support a huge number of clients simultaneously cvsup'ing, so
it's not unusual to occasionally have to wait one's turn to get onto a
server.) Then there's the old standby for the impatient of trying
other cvsup servers.
 
 I looked at the CVSup home page and so did the following:
 
  bash-2.05b$ netstat -na |grep 5999
  tcp4   0  0  *.5999 *.*LISTEN

Hmmm... This suggests that you are running a cvsup server on your
local system.  That's all very well and good, but it doesn't really
help you, running a cvsup client, to connect onto a remote cvsup
server.

The fact that there's no established connection is, well, exactly what
cvsup told you itself already.
 
 Two bits of information:
 
 * I am accessing via a firewall. I able to browse the web, send/get mail etc. 

This, I suspect is the cause of all of your problems.  I'd be fairly
certain that the firewall config is preventing you from connecting to
remote hosts on port 5999.  Presumably this firewall is not under your
control (or else you'ld have given us some clue about what sort of
firewall it was and how you have configured it)?  In which case the
best thing to do is talk to the firewall administrators: they may be
willing to change the config permit you to access a cvsup server once
they understand what that is and that it's no threat to their
network. Or they may run socks or other proxy servers which are
available for you to use.

You can try using telnet(1) to test connectivity, but this doesn't
really tell you much more than using cvsup directly:

% telnet cvsup.uk.freebsd.org 5999
Trying 195.40.122.239...
Connected to cvsup.plig.net.
Escape character is '^]'.
OK 17 0 SNAP_16_1f CVSup server ready
^]
telnet q
Connection closed.

If the firewall is filtering out connections to port 5999 then you'll
hang before the 'Connected to cvsup' line is printed out.
Unfortunately, you'll probably see exactly the same effect if the
remote server isn't actually running cvsupd(8) so it's not a 100%
reliable diagnostic test.

 * I can ping to hosts in the internal network, but not external hosts.

If your firewall includes a NAT gateway, then it's often the case that
you can't ping through it.  Or your firewall administrators may just
not like you to ping internet hosts.  However, this is unlikely to
have any direct relevance to solving your cvsup(1) problem.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: XFree86 configuration process

2003-09-22 Thread C. Ulrich
On Mon, 2003-09-22 at 06:28, Fredrik Carlén wrote:
 Hello! I would like one of two things (inclusive OR, down below!):
 - A pointer such as an URL to a resource where the details of the X server
 and configuration is explained in an understandable way,
 
 Or
 
 - An explanation as to how to use the xf86cfg tool so the end product is a
 usable graphic interface.
 
 I have installed FreeBSD now for about 5 years on different machines, and
 I find that later it has become increasingly difficult to configurate X.
 For me, it's more or less a trial-and-error process (if this doesn't work,
 then does *this*?, etc...) I admit that I don't understand X very well. I
 don't see why I would have to, either. 

Unfortunately, knowing how XFree86 works is still pretty much required
knowledge for anybody setting up a UNIXish machine. Rather than mess
with fussy GUI configuration apps (which have almost never worked for
me), I highly recommend learning the XF86Config so you can simply modify
it by hand. There are good references all around that explain in detail
the format of XF86Config that can be found for free on the net or bought
in dead-tree format. The good news is that the XF86Config file isn't
terribly difficult to understand once you've got the hang of it. Your
best bet is to take a generic XF86Config file that shipped with the OS
(or have a fancy GUI configuration tool create one) and then hack that
one by hand until everything works.

 Now, I $ startx and, fine, my fluxbox Window Mangler came up once. Then
  it didn't want to start. *When* it started, I had 1600xSomething in
 screen resolution. *Not* what I wanted...I don't know, I am about to give
 up in favour maybe of something as pusillanimous as Red Hat :)
 
 /Fredrik Carlén, Stockholm, Sweden.

Sounds like you've got some additional issues with your system. However,
simply swithing to another OS isn't likely to solve all of your problems
since Red Hat and other mainstream Linux distros use XFree86 too. If you
go to another OS, do so because you want a different feature set than
FreeBSD provides (such as ease of setup) rather than because you can't
get XFree86 to work.

Whatever path you take, good luck!

C. Ulrich
-- 
http://bityard.net

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


Re: Cvsup refuse confusion

2003-09-22 Thread Matthew Seaman
On Mon, Sep 22, 2003 at 12:07:54PM -0500, Charles Howse wrote:
 
 I have deleted the directories in /usr/ports and /usr/share/doc that I
 don't want.

You understand that the doc-all collection downloads into /usr/doc,
and it contains the SGML source that gets processed into the HTML or
other formats the Handbook is available in?  You will have to 'cd
/usr/doc ; make install' before anything will appear in
/usr/share/doc.

 Dr. Seaman says run 'make index' *OR* portsdb -Uu after cvsup.
 Kent says run 'portsdb -u' *AFTER* make index.

Current versions of portupgrade(1) will run 'portsdb -u' automatically
if they detect that it is necessary -- ie. if the INDEX file is newer
than INDEX.db.  But don't let that stop you running it by hand if
that's what pleases you.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: Re:Re: Cat a directory

2003-09-22 Thread Jerry McAllister
 
 Read my first post before reading this thing so you'll be on the right track
 
 
  Other *NIX systems seem to have done this to their cat program so why
  can't FreeBSD?
 
 See above.

FreeBSD has a better view of the world than some of the kiddie OSes.

 Try to run for example cat /bin in Linux, HP-UX, Solaris and other *NIXes 
 and
 I'm 90% certain that they will not show the directory but an error message
 saying something. But then FreeBSD spits out crap which I can't see the point
 of ever using anywhere even when piping a tube up your ass! But since newbies
 do this frequently it shouldn't be possible to do so.
 
  and why is this already done to less and not cat?
 
 less is made to display files.  It's the correct tool for the job.
 
 And you mean that cat is built to show directories and that's the right job 
 for
 cat. Man I must of mised that in school as I thought ls was meant to show
 directories, but hey that's my problem, right? So you mean you use ls to show
 file contents and cat to show directories which workes fine, Or?

You need to review your thinking.  Cat's job is to take the contents 
of a file and send it to STDOUT.   It has a small number of options as
to for form of the output, but otherwise, that is it.   It is not
intended or designed to care if the file is a text, binary, directory, etc
file.   Just to copy file's contents to stdout, period, done, end, get a life!

 
 Ruben de Groot wrote (19.9.2003  13:34):
 
 So why don't you for example alias cat to cat -v in your system profile
 and login scripts? This will display non-printing characters so they are
 visible and don't mangle terminal settings.

Yah, do that.   It is a reasonable pervsion of cat's mission.

 So it's better for a newbie to get understandable jibrish from cat when run 
 on
 directories then an error message stating that they are trying to run cat on 
 a
 directory like ls says when they try to run ls on a file. But as I said 
 earlier
 who cares, right? Other OSs have only had this for a couple of year so why
 would we!!!

ls writes a formatted display of file information.  That is its purpose in
life.   It doesn't dump contents of files to stdout.   
Just because another OS takes the wrong road doesn't mean that FreeBSD
should also get lost.

 
 Why not? I regularly use constructs like this:
 
 cat somebackup.tgz | ssh someserver cd /somedir; tar xzf -
 
 
 Yes, but do you regularly pipe cat /bin to another program. If so, why?
 Because isn't cp ment to copy files and directories!

Different thing.
Yes, cat is very often used to pipe file contents to other programs.

 
 Because less != cat. It has a completely different functionality.
 
 I'm aware of that! But as less doesn't show directory contents like ls doesn't
 show file contents I thought it would be a good example.

They are very different things from cat.   They both are intended
to created formatted displays.
 
 
  Dan Nelson wrote (18.9.2003  17:33):
  
  I find that hard to believe.  Do you also want to block catting of
  executables, gzipped files, jpeg files, database files, and audio
  files?  No OS does that by default.  Maybe you should teach them how to
  reset their terminals when they cat binary data; ^Jreset^J should work,
  assuming your TERM variable is set right.
 
 No, I don't necessarily want to add all of that but the directory part would be
 a good start. And while we're on the subject of different file types why
 doesn't ls support coloring of different file types like in Linux. As it would
 make finding certain files easier by coloring them differently depending on
 their ending.
 

Doesn't it?How many file types do you want to make different colors?
Anyway, that seems to depend on shell.   I can get color differences.

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


RE: Cvsup refuse confusion

2003-09-22 Thread Charles Howse
  I have deleted the directories in /usr/ports and 
 /usr/share/doc that I
  don't want.
 
 You understand that the doc-all collection downloads into /usr/doc,
 and it contains the SGML source that gets processed into the HTML or
 other formats the Handbook is available in?  You will have to 'cd
 /usr/doc ; make install' before anything will appear in
 /usr/share/doc.

I did not understand that.

I have just installed FBSD on a second machine on my home network, and I
am just now getting it configured and cvsupped, and recompiled.

I assure you, I have just browsed the German language handbook in
/usr/share/doc/~de.
I have not cd /usr/doc ; make install.

I never knew I had to make install in that directory, so how could that
have happened?


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


Re: IPFW2

2003-09-22 Thread Bruce M Simpson
[Redirected to -questions]

On Mon, Sep 22, 2003 at 08:07:13PM +0200, Uwe Klann wrote:
 From the Log file IPFW:-
 Sep 22 00:24:13 muc /kernel: ipfw: 3300 Accept TCP 217.10.213.30:4418
 217.9.121.209:21 in via fxp0
 
 How can I extend on FreeBSD 4.8 (ipfw2) the log contens to see the tranfered
 data File and the amount of bytes went out? Thank you in advance for your
 help.

It isn't ipfw's job to do this. Configure logging on your ftp daemon by
reading the appropriate manual pages. If you need a logging ftp proxy for
some other reason check the ports tree.

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


Re: Cvsup refuse confusion

2003-09-22 Thread Matthew Seaman
On Mon, Sep 22, 2003 at 02:10:19PM -0500, Charles Howse wrote:
   I have deleted the directories in /usr/ports and 
  /usr/share/doc that I
   don't want.
  
  You understand that the doc-all collection downloads into /usr/doc,
  and it contains the SGML source that gets processed into the HTML or
  other formats the Handbook is available in?  You will have to 'cd
  /usr/doc ; make install' before anything will appear in
  /usr/share/doc.
 
 I did not understand that.
 
 I have just installed FBSD on a second machine on my home network, and I
 am just now getting it configured and cvsupped, and recompiled.
 
 I assure you, I have just browsed the German language handbook in
 /usr/share/doc/~de.
 I have not cd /usr/doc ; make install.

Some of the stuff in /usr/share/doc comes with the system, installed
out of /usr/src but the majority, installed under the locale specific
sub dirs comes out of /usr/doc.
 
 I never knew I had to make install in that directory, so how could that
 have happened?

The gory details are in:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/ 

Unfortunately there doesn't seem to be a German translation available.

You'll need to install quite a few extra bits of software in order to
build the documentation.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


RE: Cvsup refuse confusion

2003-09-22 Thread Charles Howse
  I assure you, I have just browsed the German language handbook in
  /usr/share/doc/~de.
  I have not cd /usr/doc ; make install.
 
 Some of the stuff in /usr/share/doc comes with the system, installed
 out of /usr/src but the majority, installed under the locale specific
 sub dirs comes out of /usr/doc.
  
  I never knew I had to make install in that directory, so 
 how could that
  have happened?
 
 The gory details are in:
 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/ 

Unfortunately there doesn't seem to be a German translation available.

You'll need to install quite a few extra bits of software in order to
build the documentation.

Bingo!  The packages and ports I've installed must have installed those
docs.
Thanks!


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


Re: OT: finding a callers number

2003-09-22 Thread David Landgren
Jonas wrote:

Sorry for the OT but I have an urgent question and don't really know
how else to ask.
We have some hostile issues in our planned community against our kids
and need to find out who called us between 5-8PM Sunday evening. My 3
1/2 year old picked up the phone call and I need to find out who the
Your telephone is running FreeBSD? Cool!

caller was. Our local phone company is SBC. Unfortunately I don't have
caller ID yet (will tomorrow) so I need to get the callers number from
the phone company. Since I can't subpoena SBC for the records is there
any other way to get the callers number?
Maybe in /var/log/phone?

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


Re: FW: Spam mail warning notification! (MS-Update)

2003-09-22 Thread David Landgren
Schalk Erasmus wrote:

It is interesting to see that some of our colleagues belonging to the
FreeBSD Mailing List, are infected with the Worm.Swen virus!
Sven forges envelope senders; that you receive messages purporting to 
come from FreeBSD lists means nothing.

I'm leaving this list, since I get hundreds of these DAMN MICROSOFT update
emails.
Luckily you can filter these stuff using TREND InterScan.
Whatever works for you...

David

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


A quick kernel swap?

2003-09-22 Thread Sean Hafeez
All things being equal, same hardware, same version of the same build 
of 4.8, etc... I have one box with a kernel w/out DUMMYNET and one with 
a kernel w/DUMMYNET. If I were to copy the DUMMYNET kernel to the 
non-DUMMYNET would it work? The other issue I have is space. The system 
is running off flash. Can I delete the running Kernel before I copy up 
the new one?

Thanks!

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


Re: FW: Spam mail warning notification! (MS-Update)

2003-09-22 Thread Jez Hancock
On Mon, Sep 22, 2003 at 10:47:18PM +0200, David Landgren wrote:
 Schalk Erasmus wrote:
 
 It is interesting to see that some of our colleagues belonging to the
 FreeBSD Mailing List, are infected with the Worm.Swen virus!
 
 Sven forges envelope senders; that you receive messages purporting to 
 come from FreeBSD lists means nothing.
Whilst I don't agree with the general gist of the OT's post - the fact
that someone receives a message allegedly coming from a freebsd list DOES
indicate that someone who has '[EMAIL PROTECTED]' in their
addressbook was infected with the worm - so what Schalk says is actually
true.

Unsubscribing from the list though does seem a bit of a knee-jerk
reaction... argh I got port-scanned!  switches off router :)

Schalk - if your email scanner is working, why worry?

-- 
Jez

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


Re: CVSUP howto ???

2003-09-22 Thread Jonathan Chen
On Mon, Sep 22, 2003 at 11:18:12AM -0400, Brent Bailey wrote:
 I was looking aroung trying to find a decent howto on CVSUP...seeing as
 ive never had good luck with it .. i found this ...does this look like the
 right procedure ??
 this is what ive been doing ...but ive only had it actually work one time
 ..all  other systems ive done this on,,,it has failed BADLY
 hence cant do ps or w or other needed commands

That's because you built the kernel, but did not install it; however, you
installed the userland binaries, and so you now have the classic
userland not in sync with kernel problem.
-- 
Jonathan Chen [EMAIL PROTECTED]
---
I love deadlines. I like the whooshing sound they make as they fly by
- Douglas Adams
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla-firebird port question

2003-09-22 Thread Alin-Adrian Anton
Fredrik Carlén wrote:

Hello! I am trying to add the package mozilla-firebird, the latest version, I guess. I downloaded the package mozilla-firebird-0.6.1_1.tgz from the www.freebsd.org/ports page (well, I followed the link to www first, of course...), and another package that was missing, obviously: nspr-4.3_2.tgz. Fine, I did  # pkg_add mozilla-firebird-0.6.1_1.tgz, which chugged along nicely, but complained; the output follows. When I tried to fire up the browser, nothing happened. No error, nothing. I guess this is due to the version conflicts that pkg_add complained about. Do I need to use a package *specifically* put together and pre-compiled for FreeBSD 4.8-RELEASE so that the påackages don't end up in conflict? Should I take the full port? I really *would* like to use Mozilla-firebird, it's my favourite. Output of uname follows at the bottom of the page.

Thanks for any help or explanations at all.
/Fredrik, Stockholm.
Output of complaints during pkg_add:
--
bash-2.05b# pkg_add mozilla-firebird-0.6.1_1.tgz  
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'libiconv-1.9.1_1', but 'libiconv-1.8_2' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'lcms-1.09,1', but 'lcms-1.09' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'libmng-1.0.5_1', but 'libmng-1.0.4' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'imake-4.3.0_1', but 'imake-4.3.0' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'freetype2-2.1.4_1', but 'freetype2-2.1.3_1' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'glib-1.2.10_10', but 'glib-1.2.10_8' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'fontconfig-2.2.90_3', but 'fontconfig-2.1_6' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'gettext-0.12.1', but 'gettext-0.11.5_1' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'XFree86-libraries-4.3.0_6', but 'XFree86-libraries-4.3.0_1' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'gtk-1.2.10_10', but 'gtk-1.2.10_9' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'Xft-2.1.2', but 'Xft-2.1_3' is installed 
pkg_add: warning: package 'mozilla-firebird-0.6.1_1' requires 'ORBit-0.5.17_1', but 'ORBit-0.5.17' is installed 

== 
Mozilla Firebird will work with either of the port versions of perl,  
provided you do use.perl port. It will NOT work with the -STABLE  
base-system versions of Perl. 

If you use the lang/perl5.8 port, please remove the File::Spec package with 
the command pkg_deinstall -f p5-File-Spec. If you are updating to the 5.8 
version of perl, please do this *first*. 

Any bug reports should be addressed to the maintainers at: 
	[EMAIL PROTECTED] 
You may also Cc: [EMAIL PROTECTED] Please do not send 
bug reports to any other addresses.  

Please include the following information with any bug report: 
* Output from 'uname -a'. 
* Date/time stamp from www/mozilla-firebird/Makefile. 
* Perl version used (/usr/bin/perl --version or  
	/usr/local/bin/perl --version for -current). 
* Where/when did the problem occur: configuring, building, or 
	running mozilla-firebird? 
* How can you reproduce the problem? 

Thank you for your help in testing and reporting bugs, and we hope you 
enjoy using Firebird. 
The Maintainers (gnome@) 

Additional notes: 

0.6: 
Update to 0.6 version, rename from phoenix to Mozilla Firebird, all 
internal names updated accordingly. 

0.4_8: 
Add patch to fix network ops on -CURRENT. 

0.4_9: 
Install link to java plugin. 
Build plist after install using find/sed. 

0.4_10: 
Backdown after failed 0.5 from nonofficial tree. Makefile modifications 
to generate plist done right this time. 

0.5_1 
Official 0.5 release port. 

WARNING! DANGER, WILL ROBINSON! You must delete your old .phoenix 
dir! Save your bookmarks.html somewhere and then let it create a new 
directory. You can import your old bookmark file. Bug reports from people 
who did not do this are going to be taken at extremely low priority. 

Also, please see the nifty new phoenix themes and extensions at the new 
website http://texturizer.net/phoenix/index.html. 

Finally make portlint STFU about the Makefile. 

The distfile is on my distfiles dir this time, so I have mirrored it on my 
html page until the distfiles dir gets mirrored in 24-48 hours. 

I had to disable Xinerama since it was breaking the build. 

0.5_4 
Patch to hopefully fix crash when formatting time string at end of download. 
Thanks to Greg Rumple and Joe Marcus Clarke for the fantastic work debugging 
this one. 

Added /usr/X11R6/bin/firebird.rb. If you have ruby installed, you can run 
this instead of 'firebird' and it takes care 

ethereal port - problems linking with libnetsnmp

2003-09-22 Thread David Rio
Hi all:

I am trying to install ethereal from ports. But I always get 
the same error at the link stage:


/usr/local/lib/libnetsnmp.so: undefined reference to `des_cbc_encrypt'
/usr/local/lib/libnetsnmp.so: undefined reference to `des_key_sched'
/usr/local/lib/libnetsnmp.so: undefined reference to `des_ncbc_encrypt'


It seems that ethereal port expects another libnetsnmp which is really 
curious because I have the lib version which ports requires:

big:/usr/ports/net/ethereal $ make pretty-print-build-depends-list
...  net-snmp-5.0.9 ...

big:/usr/ports/net/ethereal $ portversion -v | grep net-snmp
net-snmp-5.0.9  =  up-to-date with port

So it seems that ethereal requires a library which when linked with
ethereal sources doesn't offer the necessary simbols.

Anyone can help me with this topic?

BTW, My ports are up to date. I have tried to deinstall net-snmp-5.0.9
but I get the same error as well.



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


Re: FW: Spam mail warning notification! (MS-Update)

2003-09-22 Thread Alin-Adrian Anton
Schalk Erasmus wrote:

It is interesting to see that some of our colleagues belonging to the
FreeBSD Mailing List, are infected with the Worm.Swen virus!
I'm leaving this list, since I get hundreds of these DAMN MICROSOFT update
emails.
Luckily you can filter these stuff using TREND InterScan.

Cheers
Schalk
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: Spam mail warning notification! (MS-Update)
 eManager Notification *

The following mail was blocked since it contains sensitive content.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]
Policy: MS-Update
Action: Quarantine
Content filter has detected a sensitive e-mail - Microsoft Update SPAM

*** End of message *

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

I set up qmail-qfilter, very smooth and fast, for filtering it on my 
smtp server.

Alin.



smime.p7s
Description: S/MIME Cryptographic Signature


Re: soundcard stopping?

2003-09-22 Thread Jan-Espen Pettersen
On Mon, 2003-09-22 at 07:03, Nicholas Holley wrote:
 I'm running an up to date version of Freebsd 5.1, and I'm having 
 problems with my soundcard. I have an Asus a7n8x deluxe. The kernel has 
 pcm support compiled in and the sound card works mostly, but 
 occasionally the soundcard will not work properly.
 
 For example:
 
 - xmms will be playing fine for an hour and then stop with the 
 generic error about the soundcard being unavailable
 - I'll pause mplayer and unpause it only to have it crash due to the
soundcard being unavailable
 - snes9x will stop playing the sound after a short amount of 
 playtime
 
 Most of the time, I see an error along the lines of an illegal error. 
 With mplayer and xmms, usually a couple of tries and the sound will work 
 again. fstat | grep dsp will never output anything when the sound 
 isn't working so I don't think anything else is blocking the soundcard 
 plus I have 4 virtual channels set up so that shouldn't be possible anyway.
 
 The problem is hard to cause or predict so I can't really provide more 
 specific situations, but I'm hoping that this has happened to someone 
 else before.

I think this has something to do with malloc(9) returning NULL. (with
M_NOWAIT flag) Therefore dsp operations which requires memory allocation
or realloc will fail if there is not enough memory free to immediately
fullfill the alloc requests. The driver will then return ENOMEM.

I've seen debug messages here indicating a return value of 12 (ENOMEM)
from, I think it was some feeder init functions, but can't recall and
couldn't find it in the logs anymore, sorry.


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


Re: cvsup problem

2003-09-22 Thread Toni Schmidbauer
On Mon, Sep 22, 2003 at 01:40:56PM +, [EMAIL PROTECTED] wrote:
  # cvsup -g -L 2 /root/ports-supfile
  Parsing supfile /root/ports-supfile
  Connecting to cvsup1.FreeBSD.org
  Cannot connect to cvsup1.FreeBSD.org: Connection refused
  Will retry at 17:47:15

seems like cvsup1.freebsd.org is down, have you tried any other
cvsup server?

  bash-2.05b$ netstat -na |grep 5999
  tcp4   0  0  *.5999 *.*LISTEN

are you running a cvsup server? if you just would like to update
your ports-collections this is _not_ necessary.

 Two bits of information:
 
 * I am accessing via a firewall. I able to browse the web, send/get mail etc. 
 * I can ping to hosts in the internal network, but not external hosts.

can you telnet to port 5999 on cvsup1.freebsd.org (or any other
official cvsup server)? if yes, cvsup should work. if no, you 
need a plug-gw (fwtk, ipfw, pf ...)

by the why:

telnet cvsup1.freebsd.org 5999
Trying 198.104.69.57...
Connected to cvsup1.freebsd.org.
Escape character is '^]'.
! Access limit exceeded; try again later
Connection closed by foreign host.

cvsup1 is reachable again.

hth,
toni
-- 
Kann man etwas nicht verstehen, dann urteile man | toni at stderror dot at 
lieber gar nicht, als dass man verurteile.   | Toni Schmidbauer
-- Rudolf Steiner| 


pgp0.pgp
Description: PGP signature


Re: Patch SSH Not Work?

2003-09-22 Thread Sean Hafeez
the patch does not change the version string. there is an earlier email 
about this. look back a few days.

On Sunday, September 21, 2003, at 01:45 PM, Dustin Puryear wrote:

At 08:27 AM 9/19/2003 -0400, Ben Dover wrote:

I patched my SSHD on FreeBSD ver 5.1 (base system, not ports) and 
after stopping the SSHD server and restarting I checked the version 
and received the following:

schizoid# /usr/sbin/sshd -\?
sshd version OpenSSH_3.6.1p1 FreeBSD-20030423
Why did I not receive the September date?  Did the patch fail?
Show us exactly how you patched and then restarted sshd.

---
Dustin Puryear [EMAIL PROTECTED]
Puryear Information Technology, LLC http://www.puryear-it.com
Providing expertise in the management, integration, and
security of Windows and UNIX systems, networks, and applications.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

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


Re: cvsup problem

2003-09-22 Thread Jan-Espen Pettersen
On Mon, 2003-09-22 at 20:08, Toni Schmidbauer wrote:
 On Mon, Sep 22, 2003 at 01:40:56PM +, [EMAIL PROTECTED] wrote:
   # cvsup -g -L 2 /root/ports-supfile
   Parsing supfile /root/ports-supfile
   Connecting to cvsup1.FreeBSD.org
   Cannot connect to cvsup1.FreeBSD.org: Connection refused
   Will retry at 17:47:15
 
 seems like cvsup1.freebsd.org is down, have you tried any other
 cvsup server?
 
   bash-2.05b$ netstat -na |grep 5999
   tcp4   0  0  *.5999 *.*LISTEN
 
 are you running a cvsup server? if you just would like to update
 your ports-collections this is _not_ necessary.
 
  Two bits of information:
  
  * I am accessing via a firewall. I able to browse the web, send/get mail etc. 
  * I can ping to hosts in the internal network, but not external hosts.

You'll probably need -P m to cvsup via a firewall or NAT gateway.

example:
# cvsup -g -L 2 -P m /root/ports-supfile


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


Re: FW: Spam mail warning notification! (MS-Update)

2003-09-22 Thread Raphaël Marmier
Sorry, but I don't receive the hundreds of virus you pretend you 
receive from this list. I think 10 of them is an accurate estimaition 
of what I got so far, and most wheren't from the list.

I would rather bet that some of your friends or relative have _both_ 
freebsd-questions and _your_ address in their addressbook, thus you 
receiving tons of mail pretending coming from freebsd-questions.

A lot of people must be receiving MS Software Updates from you at the 
moment, by the way :)

have a good night

Raphael

Le Lundi, 22 sep 2003, à 20:02 Europe/Zurich, Schalk Erasmus a écrit :

It is interesting to see that some of our colleagues belonging to the
FreeBSD Mailing List, are infected with the Worm.Swen virus!
I'm leaving this list, since I get hundreds of these DAMN MICROSOFT 
update
emails.

Luckily you can filter these stuff using TREND InterScan.

Cheers
Schalk
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: Spam mail warning notification! (MS-Update)
 eManager Notification *

The following mail was blocked since it contains sensitive content.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]
Policy: MS-Update
Action: Quarantine
Content filter has detected a sensitive e-mail - Microsoft Update SPAM

*** End of message *

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


Re: Someone on list with latest virus?

2003-09-22 Thread Warren Block
On Mon, 22 Sep 2003, Kent Stewart wrote:

 I agree and I am seeing similar quanties of virus infected emails. Since
 they are arriving from sites around the world, they have to be people
 on the FreeBSD lists.

There are several mail-to-news gateways that post the contents of the
FreeBSD lists to newsgroups.  This Windows-virus-of-the-week collects
email addresses from newsgroups.

So it's not necessarily true that any list member has the virus.
Certainly anyone running an MUA on FreeBSD doesn't have it, or need to
worry about getting it.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Running vsftpd from inetd

2003-09-22 Thread Charles Howse
Hi,
Would anyone running vsftpd successfully from inetd be kind enough to
share the relevant line from their inetd.conf file?



Thanks,
Charles

Got a computer with idle CPU time?
Join [EMAIL PROTECTED] and help make history!
http://setiathome.ssl.berkeley.edu/


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


  1   2   >