The FreeBSD Diary: 2002-11-10 - 2002-11-30

2002-12-01 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 

These are the articles posted during this period:

13-Nov : CUPS (Common UNIX Printing System) - installation and configuration
 A portable printing layer for UNIX-based operating systems
 http://freebsddiary.org/cups.php?2


-- 
Dan Langille - DVL Software Limited
The FreeBSD Diary - http://www.FreeBSDDiary.org/ - practical examples
FreshPorts- http://www.FreshPorts.org/   - the place for ports
FreshSource   - http://www.FreshSource.org/  - the place for source


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



Re: List of big names ...

2002-12-01 Thread Mathieu Arnold


--En cette belle journée de dimanche 1 décembre 2002 02:57 -0400,
-- Marc G. Fournier écrivait avec ses petits doigts :
 
 Other then that I know Yahoo! uses FreeBSD ... is there a list that anyone
 is maintain about who is using it?  I've been having discussions with a
 partner for awhile now about whether we should launch a product with a
 base OS of linux vs freebsd ... and its tiring to try and argue against
 but, nobody is accepting FreeBSD ... everyone (IBM, HP, Sun, etc) is
 falling behind Linux ...
 
 Do we have *anything* ... case studies or the like, from big names that
 have decided *for* FreeBSD over Linux, with a sort of 'why' discusion?

there is this page :
http://www.freebsd.org/gallery/cgallery.html

-- 
Mathieu Arnold

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



Re: List of big names ...

2002-12-01 Thread Chad Albert
For Web servers, netcraft can help you out too.  In particular, their
longest uptime on the internet page may be of particular interest if you
are pro FreeBSD.
http://uptime.netcraft.com/up/today/top.avg.html
No really, you see Linux on the list every once in a while ;-)


- Original Message -
From: Mathieu Arnold [EMAIL PROTECTED]
To: Marc G. Fournier [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, December 01, 2002 2:21 AM
Subject: Re: List of big names ...




--En cette belle journée de dimanche 1 décembre 2002 02:57 -0400,
-- Marc G. Fournier écrivait avec ses petits doigts :

 Other then that I know Yahoo! uses FreeBSD ... is there a list that anyone
 is maintain about who is using it?  I've been having discussions with a
 partner for awhile now about whether we should launch a product with a
 base OS of linux vs freebsd ... and its tiring to try and argue against
 but, nobody is accepting FreeBSD ... everyone (IBM, HP, Sun, etc) is
 falling behind Linux ...

 Do we have *anything* ... case studies or the like, from big names that
 have decided *for* FreeBSD over Linux, with a sort of 'why' discusion?

there is this page :
http://www.freebsd.org/gallery/cgallery.html

--
Mathieu Arnold

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


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



Lsof Netstat

2002-12-01 Thread Jonathan James
I am attempting to use netstat to gain the current amount of
bandwidth used by a user. I have devised a way to use lsof to find the IP
addresses assigned per each user process and add the bandwidth up in
netstat, but if more than 1 user is using that IP address they will all be
noted for the bandwidth usage report. Is there any software out there that
will return to console values of each individual user's bandwidth
consumption? Thanks all!


 ---Jonathan James
 --Acrilic.net Systems Admin.-



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



Re: List of big names ...

2002-12-01 Thread Paul A. Scott

 From: Terry Lambert [EMAIL PROTECTED]
snip
 IBM bought Whistle Communications for it's product based on
 FreeBSD; can you name a company that IBM bought that had a
 product based on Linux?

Unfortunately, IBM seems to have closed the door on Whistle. And, IBM is
pushing Linux on their Z-series mainframes.

Paul

-- 
Paul A. Scott
mailto:[EMAIL PROTECTED]
http://skycoast.us/pscott/


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



Re: List of big names ...

2002-12-01 Thread Terry Lambert
Paul A. Scott wrote:
  From: Terry Lambert [EMAIL PROTECTED]
 snip
  IBM bought Whistle Communications for it's product based on
  FreeBSD; can you name a company that IBM bought that had a
  product based on Linux?
 
 Unfortunately, IBM seems to have closed the door on Whistle.

Whistle was a time-to-market acquisition.  They bought it, instead
of an distributing an internal Almaden project that used Linux,
which could not be distributed with Linux because of the GPL
(doing so would have granted source code usage under the GPL,
which then grants, in perpetuity, the rights to use of IBM
software patents -- we had to rip SQUID out of the InterJet II
before it was first released, because of IBM patents).


 And, IBM is pushing Linux on their Z-series mainframes.

Not actually.  They are pushing Z-series mainframes to Linux
propeller-heads, which is very different, even though on the
surface, it appears to be the same thing to someone who isn't
looking very deep.

-- Terry

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



Re: Phoenix .04 port build problem.

2002-12-01 Thread Jens Rehsack
Laurence Sanford wrote:

When I try to build the phoenix 0.4 port it fails like this:
===  Building for Xft-2.0_1
cc -O -pipe  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include
-fPIC -DPIC -c xftrender.c -o xftrender.o
xftrender.c: In function `XftGlyphSpecRender':
xftrender.c:170: `XGlyphElt8' undeclared (first use in this function)
xftrender.c:170: (Each undeclared identifier is reported only once
xftrender.c:170: for each function it appears in.)
xftrender.c:170: `elts' undeclared (first use in this function)
xftrender.c:171: syntax error before `elts_local'
xftrender.c:186: `glyphs_loaded' undeclared (first use in this function)
xftrender.c:234: `nelt' undeclared (first use in this function)
xftrender.c:247: `x' undeclared (first use in this function)
xftrender.c:248: `y' undeclared (first use in this function)
xftrender.c:272: `elts_local' undeclared (first use in this function)
xftrender.c:335: `XGlyphElt16' undeclared (first use in this function)
xftrender.c:335: syntax error before `)'
xftrender.c:340: `XGlyphElt32' undeclared (first use in this function)
xftrender.c:340: syntax error before `)'
xftrender.c: In function `XftGlyphFontSpecRender':
xftrender.c:414: `XGlyphElt8' undeclared (first use in this function)
xftrender.c:414: `elts' undeclared (first use in this function)
xftrender.c:415: syntax error before `elts_local'
xftrender.c:428: `glyphs_loaded' undeclared (first use in this function)
xftrender.c:480: `nelt' undeclared (first use in this function)
xftrender.c:499: `x' undeclared (first use in this function)
xftrender.c:500: `y' undeclared (first use in this function)
xftrender.c:528: `elts_local' undeclared (first use in this function)
xftrender.c:596: `XGlyphElt16' undeclared (first use in this function)
xftrender.c:596: syntax error before `)'
xftrender.c:601: `XGlyphElt32' undeclared (first use in this function)
xftrender.c:601: syntax error before `)'
gmake: *** [xftrender.o] Error 1
*** Error code 2

Stop in /usr/ports/x11-fonts/Xft.
*** Error code 1

Stop in /usr/ports/www/phoenix.

I seem to remember something like this going on early in the mozilla
development as well ( I could be daffy ) but I can't remember what the
fix was (seemed like it was really simple too). I was wondering if
anyone could refresh my memory. Thanks in advance for the assistance.

For the record:
FreeBSD colossus.cotharyus.net 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Mar
11 15:50:03 CST 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386


1st) Maybe you should read the instructions from the Makefile. Bug 
report should be send to (and only to) [EMAIL PROTECTED] Of course, 
you can CC the ports@ or [EMAIL PROTECTED] list, but this would be 
for informational purpose only.

2nd) Do you have the current port (0.4_8) or do you use an older one? My 
0.4_8 builds fine.

You should append a pkg_info output and the port version.

Jens
--
L i  W W W  i Jens Rehsack
LW W W
L i   W   W W   W   i  nnnLiWing IT-Services
L iW W   W Wi  n  n  g   g
  i W W i  n  n  g   gFriesenstraße 2
  06112 Halle
 g
 g   g
Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/



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


Re: List of big names ...

2002-12-01 Thread Matthew Seaman
On Sun, Dec 01, 2002 at 02:53:40AM -0600, Chad Albert wrote:
 For Web servers, netcraft can help you out too.  In particular, their
 longest uptime on the internet page may be of particular interest if you
 are pro FreeBSD.
 http://uptime.netcraft.com/up/today/top.avg.html
 No really, you see Linux on the list every once in a while ;-)

One thing I haven't seen enough mention made of in this context are a
few interesting sites running FreeBSD.  Let's see: everyone here
should know about Yahoo.com by now...

Then there's apache.org:

http://www.netcraft.com/Survey/Reports/200211/developers/apache.html

Netcraft themselves:

http://uptime.netcraft.com/up/graph?site=www.netcraft.com

Lets see: that's the biggest site on the Internet (or so I hear ---
certainly it's in the top ten), the people who make the world's most
popular HTTP server software and the people whose business it is to know
just about everything there is to know about web serving.

Cheers,

Matthew

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

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



media help

2002-12-01 Thread reko saad
Hello
I am  hesham
I had a problem after i installed Freebsd 4.6 the system is not working properly 1-as 
when i typed :.
cd /usr/ports/irc/bnc
make install
the system displayed :.
Bnc is not in a direvtory /usr/ports/irc
Trying to get from ftp http://(site)
so
I want it not to turn to ftp but to turn to cdrom
2- I want to know how to mount my cdrom 
3- I want to know how to connect my system to internet by modem then by lan
Thanks please reply soon

-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

One click access to the Top Search Engines
http://www.exactsearchbar.com/mailcom


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



Re: login.conf problem

2002-12-01 Thread dslb
On 2002.12.01 00:57 Matthew Seaman wrote:
  Sadly there is no easy way to drop ressource limits or is there? I
 know
  you can use setrlimit(), but you would have to fill in all fields
 and thereby
  not using the admins login.conf setup.

 See login_class(3) and login_cap(3).

Ok, thanks :-)

br
socketd


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



Re: List of big names ...

2002-12-01 Thread Stacey Roberts
Not to mention a few others like:-
Hotmail
ClaraNET
Playboy
Sony
UUNET

To name a few. I came in late on this, but thought it worth mentioning
the above, just in case they got neglected.

Regards,
Stacey

On Sun, 2002-12-01 at 11:29, Matthew Seaman wrote:
 On Sun, Dec 01, 2002 at 02:53:40AM -0600, Chad Albert wrote:
  For Web servers, netcraft can help you out too.  In particular, their
  longest uptime on the internet page may be of particular interest if you
  are pro FreeBSD.
  http://uptime.netcraft.com/up/today/top.avg.html
  No really, you see Linux on the list every once in a while ;-)
 
 One thing I haven't seen enough mention made of in this context are a
 few interesting sites running FreeBSD.  Let's see: everyone here
 should know about Yahoo.com by now...
 
 Then there's apache.org:
 
 http://www.netcraft.com/Survey/Reports/200211/developers/apache.html
 
 Netcraft themselves:
 
 http://uptime.netcraft.com/up/graph?site=www.netcraft.com
 
 Lets see: that's the biggest site on the Internet (or so I hear ---
 certainly it's in the top ten), the people who make the world's most
 popular HTTP server software and the people whose business it is to know
 just about everything there is to know about web serving.
 
   Cheers,
 
   Matthew
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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



OS X root passwd

2002-12-01 Thread Bernardo M. Brummer
I was asked to help out (remotly) with Mac OS X.
As I asked for the root passwd, the user (former Win, complete newbie with
Mac, very basic computer user) told that he didn´t know and that he had
never asigned any password (user or root) at all.

Tried to su without password (just pressing Enter), but systems wants
password.
Is there a default (preconfigured) root passwd for new Mac OS X machines ,
or any simple (that can be executed remotely or that this user could manage
to follow on phone instructions) way to assign a new one ?.

Bernardo



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



Re: Memory test?

2002-12-01 Thread Lowell Gilbert
Mark [EMAIL PROTECTED] writes:

 I just did a makeshift memory stress test on a new machine; that is, I did a
 make buildworld. Regrettably, it failed, saying it had a sytax error
 somewhere. :(
 
 So, I ran it again; and this time it went fine; then I reinstalled FreeBSD
 4.7 altogether, and rebuilt world again. And, again, no problems.
 
 This is a bit worrysome. Does FreeBSD even notice bad memory? Would the
 kernel put a message in /var/log/messages? It did not show anything there
 when buildworld failed.

I'm not sure what you're getting at.  You've seen just one failure,
and it is of a type that is highly unlikely to be memory-related.

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



Re: modifying advertised window size.

2002-12-01 Thread Lowell Gilbert
James Grant [EMAIL PROTECTED] writes:

 I want to modify my advertised window size so that I get better interactive 
 performance on my modem whilst downloading for example.
 
 I've tried using the route options -lockrest -sendpipe 4096 -recvpipe 4096 
 -mtu 576 for example. Then I do a do route host and all the options are 
 there like they should be.
 
 Then I start a session with that host, but when you look at tcpdump's output, 
 it's still using the ones in the sysctl, net.inet.tcp.recvspace and 
 net.inet.tcp.sendspace. It feels like it too, it saturates the whole 
 connection.
 
 Any ideas how I can make it use different window sizes for different routes?

What you really want to do (in my opinion) is reduce the link MTU...

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



Re: Make depend error

2002-12-01 Thread Giorgos Keramidas
On 2002-12-01 11:33, Eric Cresson [EMAIL PROTECTED] wrote:
 I tried to compile a new kernel.  The make depend compile with
 error messages.  Can you help me ?

 I attach the kernel config file and sysout file.

Nice :)

The kernel configuration seems ok.  Although I'd probably rename it to
something different, since it's not the same as revision 1.246.2.48 of
GENERIC anymore.  Some stuff has been commented out from the original
stuff that a GENERIC kernel includes.

 #
 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
 [...]
 # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.48 2002/08/31 20:28:26 obrien Exp $

 SERVER# /usr/sbin/config KERNFW
 Don't forget to do a ``make depend''
 Kernel build directory is ../../compile/KERNFW
 SERVER# cd ../../compile/KERNFW
 SERVER# make depend
 cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  
-nostdinc -I- -I. -I../.. -I/usr/include -I../../contrib/ipfilter  -D_KERNEL -include 
opt_global.h -elf  -mpreferred-stack-boundary=2 ../../i386/i386/genassym.c
 sh ../../kern/genassym.sh genassym.o  assym.s
 rm -f .newdep
 make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs  mkdep -a -f .newdep -O -pipe  
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. 
-I../.. -I/usr/include -I../../contrib/ipfilter  -D_KERNEL -include opt_global.h -elf 
 -mpreferred-stack-boundary=2
 ../../net/if_mib.c:147: unterminated macro call
 ../../net/if_mib.c:148: unterminated string or character constant
 ../../net/if_mib.c:1: possible real start of unterminated constant
 ../../net/if_mib.c:148: macro `SYSCTL_OID' used with too many (3603) args
 mkdep: compile failed
 *** Error code 1

 Stop in /usr/src/sys/compile/KERNFW.

Hmmm, have you CVSup'ed recently?  If yes, did it finish correctly?
What revision does the following print:

# ident /usr/src/sys/net/if_mib.c

- Giorgos

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



Re: Getting SCSI Scanner to work (with Symbios 53c810a and FreeBSD4.4)

2002-12-01 Thread Gérard Roudier


On Sun, 1 Dec 2002, Peter Much wrote:

 Keywords: FreeBSD SANE Scanner Mustek SCSI MFS-6000CX synchronous disable Symbios 
53c810a

 Just for the records, or: to whom it may concern.

 This is what I had to do to get a scsi scanner to work. I post it
 here so others having a similar problem may get inspired.

 I got some Mustek MFS-6000CX. The SANE docs say this scanner
 will not run synchronous scsi transfers and will not disconnect/
 reconnect.

Such simplistic SCSI devices always surprise me a lot. :)

 The Qlogic 1020 controller does not detect it, but instead it will
 hang infinitely at biosboot.

 The WD7000 controller will detect it, but either it does not report
 it to the host, or the FreeBSD driver does not recognize it. I did
 not check this further, as this ISA controller is rather outdated
 (although it likely might be good enough for a scanner).

And seem to have surprised other SCSI people too. :)

 The Symbios 53c810a will detect the scanner at biosboot as an
 asynchronous scsi device, and also FreeBSD detects it as devicetype
 Scanner when looking for devices. But it is not possible
 to send any scsi command (like tur, inquiry, etc.) to the scanner;
 none will be answered.

 Modifying parameters with camcontrol negotiate does not help.

 The scanner will be lost at camcontrol rescan and will never be
 detected again until system reboot.

 Each time a scsi command is issued to the scanner, there will be
 no answer, but a kernel error message is logged:

 /kernel: (probe5:sym0:0:6:0): phase change 6-7 6@07c5bf8c resid=5.

 ---

 I investigated the source of the Symbios driver and found out:
 It is not possible to switch off synchronous transfer negotiation
 for a device. There is a variable named period in the source,
 and it is set to 25, and it has to do something with synchronous
 transfer.

Indeed it has to do.

This value is set for USER SETTINGS. As your controller hasn't NVRAM, the
driver sets it to the capability of the controller.

The driver doesn't try to negotiate by itself but wait either for a
negotiation from the device, or for CAM to say that transfer settings must
be changed.

If your device reports its uncapabilities ;) to CAM correctly by the
INQUIRY response, CAM should tell the driver that transfer settings are
sync_period=0 and sync_offset=0.

If you can display the INQUIRY data of the device, we could check at least
that the device didn't confuse CAM by reporting features it doesn't want
to support.

Anyway, the sym driver code let me think that it will not behave correctly
in such situation. The issue is that the driver will scale the new
transfer setting values against controller capabilities without
considering that period=0 means asynchronous, and thus fall back to 25.

You may try this tiny patch. Even if there is a couple of other places
where the equivalent change has to be done, this one-liner has chance to
also make the driver work with your scanner. You may let me know.

--- sym_hipd.c.orig Sun Dec  2 20:01:10 2001
+++ sym_hipd.c  Sun Dec  1 14:42:44 2002
@@ -8791,7 +8791,7 @@
tip-offset = np-maxoffs_dt;
}
else {
-   if (tip-period  np-minsync)
+   if (tip-period != 0  tip-period  np-minsync)
tip-period = np-minsync;
if (tip-period  np-maxsync)
tip-period = np-maxsync;
- CUT HERE ---


Thanks for your report.

  Gérard.


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



Re: OS X root passwd

2002-12-01 Thread Kevin Stevens

On Sunday, Dec 1, 2002, at 04:40 US/Pacific, Bernardo M. Brummer wrote:

Tried to su without password (just pressing Enter), but systems wants
password.
Is there a default (preconfigured) root passwd for new Mac OS X 
machines ,
or any simple (that can be executed remotely or that this user could 
manage
to follow on phone instructions) way to assign a new one ?.

Bernardo

The root account isn't enabled by default.

Run Netinfo Manager, located in Applications/Utilities

Under the Security menu, select Authenticate, and give a current 
administrator name/password (his, if it's the only account on the box).

Select Enable Root User, then Change Root Password and set it.

Close Netinfo Manager.

Now you should be able to use sudo.

KeS


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


Re: media help

2002-12-01 Thread Dan Pelleg
reko saad [EMAIL PROTECTED] writes:

 Hello
 I am  hesham
 I had a problem after i installed Freebsd 4.6 the system is not working properly 
1-as when i typed :.
 cd /usr/ports/irc/bnc
 make install
 the system displayed :.
 Bnc is not in a direvtory /usr/ports/irc
 Trying to get from ftp http://(site)
 so
 I want it not to turn to ftp but to turn to cdrom
 2- I want to know how to mount my cdrom 

Does mount /cdrom work for you?

 3- I want to know how to connect my system to internet by modem then by lan
 Thanks please reply soon

Dialup is covered in chapter 18 of the handbook. I recommend user PPP.
Networking, in section 6.6 (as well as chapter 19).

The handbook is at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

-- 

  Dan Pelleg

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



courier-imap troubleshoting

2002-12-01 Thread blabla
Hello,
i have problem with my courier-imap.
I recompile it and instaled on FreeBSD 4.7 from ports.
I unable to loggin:
my authdaemonrc file:
--- begin paste ---
--- cut ---
authmodulelist=authmysql
authmodulelistorig=authmysql
--- end paste ---
authmysqlrc file i configure correctly.
My database on 127.0.0.1 and i put them in authmysqlrc file
with username, password, database ...
I configure imapd file host, port and added AUTH=PLAIN in
IMAP_CAPABILITY and comment IMAP_CAPABILITY_TLS
Added in mysql.start file extra options: --log=/var/log/mysql.log
and start with standart imapd.sh start on freebsd.
make ps ax to check and all needed files is loadded.
i telnet to 192.168.0.1 port 143 where is my courier-imap
and write:
a login myuser mypass
and i recive :
a NO Login failed.
ok, i gone to /var/log to check mysql.log file.
No any records about trying to connect to database mails (mails is database where is 
stored username, gid, uid, ... database is work fine and is correct.)
No any error message.

Any ideas how i run courier-imap? 


Regards,
Condor

 

___
 http://www.vcable.net



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



Re: OS X root passwd

2002-12-01 Thread Dirk-Willem van Gulik


On Sun, 1 Dec 2002, Bernardo M. Brummer wrote:

 Is there a default (preconfigured) root passwd for new Mac OS X machines ,
 or any simple (that can be executed remotely or that this user could manage
 to follow on phone instructions) way to assign a new one ?.

As the admin user (the first user created) simply do

sudo -s

and enter that user's password.

Dw.


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



compilation noyau

2002-12-01 Thread Marcelo Moreira
bonjour ,

afin de configurer ma carte son ,j'ai du tenter
(je debute) de recompiler mon noyau  

arrivé au make depend 

j'obtiens ce message :

/usr/src/sys/modules/accf_data/../../conf/kmod.mk
line 63 : could not find bsd.init.mk

 /usr/src/sys/modules/accf_data/../../conf/kmod.mk
line 190 : could not find bsd.link.mk

make :fatal errors encountered --cannot continue
*** error code 1
stop in /usr/src/sys/modules
*** error code 1
stop in /usr/src/sys/compile/MONNOYAU

sachant que je suis en FreeBSD 4.5
et que mon fichier de config du noyau est identique au
GENERIC sauf pour l'ident 
et la ligne suivante

device pcm 

si quelqu'un peut m'aider ..
merci d'avance

a+

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

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



M-Sys DiskOnKey

2002-12-01 Thread Khairil Yusof
Anybody got this working?

Tried mounting under different da devices but no go. I found some
references under freebsd-stable, but advice there didn't work (they were
hunches on what might work).

It's supposed to be supported for linux 2.4.x kernels.

Any tips on how to get it working on FreeBSD?

dmesg:

da0 at umass-sim0 bus 0 target 0 lun 0
da0: M-Sys DiskOnKey 2.01 Removable Direct Access SCSI-0 device 
da0: 650KB/s transfers
da0: 7MB (15584 512 byte sectors: 64H 32S/T 7C)
da0: reading primary partition table: error reading fsbn 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0


-- 
Khairil Yusof [EMAIL PROTECTED]



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


Re: Memory test?

2002-12-01 Thread Mark
- Original Message -
From: Lowell Gilbert [EMAIL PROTECTED]
To: Mark [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, December 01, 2002 1:47 PM
Subject: Re: Memory test?


 Mark [EMAIL PROTECTED] writes:

  I just did a makeshift memory stress test on a new machine; that is,
  I did a make buildworld. Regrettably, it failed, saying it had a
syntax
  error somewhere. :(
 
  So, I ran it again; and this time it went fine; then I reinstalled
  FreeBSD 4.7 altogether, and rebuilt world again. And, again,
  no problems.
 
  This is a bit worrysome. Does FreeBSD even notice bad memory?
  Would the kernel put a message in /var/log/messages? It did not
  show anything there when buildworld failed.

 I'm not sure what you're getting at.  You've seen just one failure,
 and it is of a type that is highly unlikely to be memory-related.


Au contraire; a syntax error in a make buildworld that cannot be repeated
when issued again is almost always indicative of a memory error --
especially with a new out of box FreeBSD 4.7R -- and is generally considered
a good memory stress test.

I was rightly alerted to a memory error. I ran Memtest86, suggested by a
list-member here, and indeed, one of the Kingston 512M DIMM's was acting up.
I did some research; and Kingston memory appears to have known issues with
the ASUS A7V333 board.

I switched the DIMM with another computer, and now both run faultless again.

- Mark


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



Re: courier-imap troubleshoting

2002-12-01 Thread Kyriakos Oikonomakos
[EMAIL PROTECTED] wrote:

Hello,
i have problem with my courier-imap.
I recompile it and instaled on FreeBSD 4.7 from ports.
I unable to loggin:
my authdaemonrc file:
--- begin paste ---
--- cut ---
authmodulelist=authmysql
authmodulelistorig=authmysql
--- end paste ---
authmysqlrc file i configure correctly.
My database on 127.0.0.1 and i put them in authmysqlrc file



Why don't you attach your authmysqlrc file along?

Have you tried running tcpdump while authenticating to
your imap server to check if there is an attempted connection
to your mysql database (destination port should be 3306 ).



with username, password, database ...

[]



Regards,
Condor

 

Kyriakos



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



Re: ports-multimedia ?

2002-12-01 Thread Ilia Chipitsine
 Ilia Chipitsine wrote:
  Dear Sirs,
 
  I've found that avifile moved from graphics to multimedia,
  but I cannot cvsup it. Is it right ? Where I can cvsup ports-multimedia
  collection ? Even when I do ports-all, multimedia is not included!
 
  Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ)
  Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ)
 
 Sure that your cvsupfile get's the most up-to-date version of the ports
 tree? Maybe you just cvsup'ing against a release version.

sure.


 Jens
 --
 L i  W W W  i Jens Rehsack
 LW W W
 L i   W   W W   W   i  nnnLiWing IT-Services
 L iW W   W Wi  n  n  g   g
   i W W i  n  n  g   gFriesenstra?e 2
06112 Halle
   g
   g   g
 Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
 Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/




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



Re: Getting SCSI Scanner to work (with Symbios 53c810a and FreeBSD4.4)

2002-12-01 Thread Gérard Roudier

Hi Peter,

You may ignore my previous minute patch and give a try with the below one.

It makes more sense to ignore the period (synchronous period factor) when
the offset (REQ/ACK offset) is zero, facing synchronous data transfer
negotiation in SCSI. Even if the period should be ignored by SCSI devices
when the offset is zero, I would prefer the driver to behave correctly by
design here (i.e.: ignore the period value when offset is zero).

The below patch just does so in the 2 places the driver checks against a
needed sync. negotiation.

Btw, I would consider as broken any SCSI code that makes decision about
data transfer being asynchronous on period value = 0. ;-)

--- sym_hipd.c.021201   Sun Dec  1 16:09:55 2002
+++ sym_hipd.c  Sun Dec  1 16:13:23 2002
@@ -3074,8 +3074,9 @@
/*
 *  negotiate synchronous transfers?
 */
-   else if (tp-tinfo.current.period != tp-tinfo.goal.period ||
-tp-tinfo.current.offset != tp-tinfo.goal.offset)
+   else if (tp-tinfo.current.offset != tp-tinfo.goal.offset ||
+(tp-tinfo.goal.offset 
+ tp-tinfo.current.period != tp-tinfo.goal.period))
nego = NS_SYNC;

switch (nego) {
@@ -7838,8 +7839,9 @@
 */
cp-nego_status = 0;
if (tp-tinfo.current.width   != tp-tinfo.goal.width  ||
-   tp-tinfo.current.period  != tp-tinfo.goal.period ||
tp-tinfo.current.offset  != tp-tinfo.goal.offset ||
+   (tp-tinfo.goal.offset 
+tp-tinfo.current.period != tp-tinfo.goal.period)||
tp-tinfo.current.options != tp-tinfo.goal.options) {
if (!tp-nego_cp  lp)
msglen += sym_prepare_nego(np, cp, 0, msgptr + msglen);
 CUT HERE 

Let me know if this patch makes the driver work with your
asynchronous-only SCSI scanner.

  Gérard.


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



Re: About linux_base6 and linux_base7

2002-12-01 Thread Warren Block
On Sat, 30 Nov 2002, Lin Jianfong wrote:

 I could switch to FreeBSD native Mozilla 1.1, but then flash, realplayer, 
 acroread plug-ins will no longer work, since they are plugins for linux 
 native mozilla.

flashpluginwrapper allows the Linux Flash plugin to work with a native
Mozilla.  Acroread also works; I think it just needs a symlink created,
although the latest mozilla port may do that itself.  Realplayer is not
allowed on my systems, so don't know about it.

-Warren Block * Rapid City, South Dakota USA


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



Re: Mail?

2002-12-01 Thread Brian Jackson

On Saturday, November 30, 2002, at 01:45  PM, Unix Tools wrote:


2) Add an entry at the end if the inetd.conf file
pop3stream  tcp nowait  root/var/qmail/bin/tcp-env
tcp-env /var/qmail/bin/pop3
- Original Message -
From: aSe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, December 01, 2002 02:02 AM
Subject: Mail?


Hello,
I'm trying to find a guide/walk-through/howto on installing 
postfix/qmail on
freebsd, along with a pop3 server. I've been searching on google for 
awhile
now, anything i've found is old and/or doesn't talk about setting up 
pop3.

Please note that the use of inetd with qmail is not supported by the 
author or if you need help on the qmail mailing lists.

Use daemontools (http://cr.yp.to/daemontools.html) instead.  The pop 
daemon should be controlled by tcpserver, similar to the following:

#!/bin/sh
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup 
\
server-name /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21

An excellent step by step guide is here (http://www.lifewithqmail.org) 
which will walk you through setting up qmail.

I'm sure the instructions above work well - just wanted to point out 
the part about inetd.

Brian
--
Brian Jackson
[EMAIL PROTECTED]


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


Re: OS X root passwd

2002-12-01 Thread Paul A. Scott
 On Sunday, Dec 1, 2002, at 04:40 US/Pacific, Bernardo M. Brummer wrote:
 The root account isn't enabled by default.
 Run Netinfo Manager, located in Applications/Utilities

I SERIOUSLY would NOT recommend doing that. Leave the root account disabled.

Instead, use 'sudo' or 'sudo -s' for root access. This should suffice for
anything you need to do.

-- 
Paul A. Scott
mailto:[EMAIL PROTECTED]
http://skycoast.us/pscott/



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



requesting help restoring disklabel on unbootable system

2002-12-01 Thread Mark Stosberg
Hello,

After an unfortunate sequence of events, my newly successfully upgraded FreeBSD 4.7
machine would not boot anymore and gave me a boot: prompt. Returning
to the install CD disklabel program, I saw that the only partition it
seemed be to finding was the swap partition.

I recreated and wrote to disk what I thought was the old disk
partitioning scheme (being careful not to newfs anything). After that,
the system would boot off the drive, but would not mount /usr, /var or
/tmp due to complains of bad super block: magic number wrong. I
suspect that I guess my partition sizes wrong.

My questions are: Does this seem like a recoverable situation? If so,
how I can restore a correct partition scheme? I have a backup of an old
and valid /etc directory. (However, without /usr I don't seem to have
enough tools to run tar to get at it, or use fdformat to create a
fixit floppy at this point).

Thanks!

And for the curious, here's how I managed to get into this situation:
After I upgraded the OS, I tried to use sysinstall to upgrade bash. I
think the trouble was, I using bash to run sysinstall, so it failed. I
then used vipw to upgrade the root shell to something else, but after
logging out and back in, I got errors that couldn't find
/usr/local/bin/bash, so I couldn't log into the machine anymore. So
then I tried installing bash from the install CD. It didn't seem to be
made for this, because machine would consistently reboot in the middle
of this install. At some point in debugging this problem, I may have
tried to mount the drive using the installer's disklabel problem.
Probabbly somewhere been that and the unexpected crashes I lost the
partition map on the disk.

   -mark

http://mark.stosberg.com/

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



Re: List of big names ...

2002-12-01 Thread Nathan Kinkade
Hotmail no longer runs on FreeBSD.  Microsoft transitioned to MS
platforms a while back.  There has been a lot press lately about a
leaked internal report from Microsoft regarding the transition process.
Basically, the internal report speaks very hightly of *nix on the whole
and in some ways degrades Windows.  Check it out at:
http://www.theregister.co.uk/content/4/28226.html
The article is entitled MS paper touts Unix in Hotmail's Win2k switch.
And there are also a link to what is apparently the actual document.
It's worth a read.

Nathan

On Sun, Dec 01, 2002 at 11:51:08AM +, Stacey Roberts wrote:
 Not to mention a few others like:-
 Hotmail
 ClaraNET
 Playboy
 Sony
 UUNET
 
 To name a few. I came in late on this, but thought it worth mentioning
 the above, just in case they got neglected.
 
 Regards,
 Stacey
 
 On Sun, 2002-12-01 at 11:29, Matthew Seaman wrote:
  On Sun, Dec 01, 2002 at 02:53:40AM -0600, Chad Albert wrote:
   For Web servers, netcraft can help you out too.  In particular, their
   longest uptime on the internet page may be of particular interest if you
   are pro FreeBSD.
   http://uptime.netcraft.com/up/today/top.avg.html
   No really, you see Linux on the list every once in a while ;-)
  
  One thing I haven't seen enough mention made of in this context are a
  few interesting sites running FreeBSD.  Let's see: everyone here
  should know about Yahoo.com by now...
  
  Then there's apache.org:
  
  http://www.netcraft.com/Survey/Reports/200211/developers/apache.html
  
  Netcraft themselves:
  
  http://uptime.netcraft.com/up/graph?site=www.netcraft.com
  
  Lets see: that's the biggest site on the Internet (or so I hear ---
  certainly it's in the top ten), the people who make the world's most
  popular HTTP server software and the people whose business it is to know
  just about everything there is to know about web serving.
  
  Cheers,
  
  Matthew
 -- 
 Stacey Roberts
 B.Sc (HONS) Computer Science
 
 Web: www.vickiandstacey.com
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

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



dump/restore after filesystem layout changes

2002-12-01 Thread Conrad Sabatier
First of all, I just gotta say: ATAPICAM rocks!!!  I can now use my ATAPI
CD burner with dump/restore!  Awesome!!!

Ok, now on to my question: I'd like to do a full backup on each of my
filesystems, zap all the partitions and do a new fdisk/disklabel with more
filesystems than I'm currently using.  For example, create a new /home
partition instead of using a symlink in / to /usr/home.

I'm just wondering if this will present any problems when restoring from
backups.  I can't seem to glean this information from the man pages.

Thanks!

-- 
Conrad Sabatier [EMAIL PROTECTED]

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



Re: List of big names ...

2002-12-01 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-12-01 08:36:14 -0800:
 On Sun, Dec 01, 2002 at 11:51:08AM +, Stacey Roberts wrote:
  On Sun, 2002-12-01 at 11:29, Matthew Seaman wrote:
   One thing I haven't seen enough mention made of in this context are a
   few interesting sites running FreeBSD.  Let's see: everyone here
   should know about Yahoo.com by now...
   
   Then there's apache.org:
   
   http://www.netcraft.com/Survey/Reports/200211/developers/apache.html
   
   Netcraft themselves:
   
   http://uptime.netcraft.com/up/graph?site=www.netcraft.com
   
   Lets see: that's the biggest site on the Internet (or so I hear ---
   certainly it's in the top ten), the people who make the world's most
   popular HTTP server software and the people whose business it is to know
   just about everything there is to know about web serving.
 
  Not to mention a few others like:-
  Hotmail
  ClaraNET
  Playboy
  Sony
  UUNET
  
  To name a few. I came in late on this, but thought it worth mentioning
  the above, just in case they got neglected.

 Hotmail no longer runs on FreeBSD.  Microsoft transitioned to MS
 platforms a while back.  There has been a lot press lately about a
 leaked internal report from Microsoft regarding the transition process.
 Basically, the internal report speaks very hightly of *nix on the whole
 and in some ways degrades Windows.  Check it out at:
 http://www.theregister.co.uk/content/4/28226.html
 The article is entitled MS paper touts Unix in Hotmail's Win2k switch.
 And there are also a link to what is apparently the actual document.
 It's worth a read.

That document is IMNSHO a hoax.

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

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



XF86-4.2.0, libfreetype.so.8, and TrueType fonts

2002-12-01 Thread D J Hawkey Jr
Hi all.

Attached is a mail I sent to the author of XFree86 Font De-uglification
(http://ldp.kernelnotes.de/HOWTO/mini/FDU/index.html), but have yet to
receive a reply.

A pertinent-to-this-group comment: I built Mozilla 1.1 from the ports,
but the XFree86 package is from XFree86's own binary distribution for
FreeBSD. I therefore hacked mozilla's port Makefile to use the XFree86-
supplied libfreetype.so.8 instead of installing libfreetype.so.9; I don't
want to clutter /usr/local with stuff that 1) seems un-necessary and
2) should be in /usr/X11R6 anyway  ;-,

Can anyone here help in lieu of the webpage author's absence?

Thanks,
Dave

-- 
  __ __
  \__   \D. J. HAWKEY JR.   /   __/
 \/\ [EMAIL PROTECTED]/\/
  http://www.visi.com/~hawkeyd/


From [EMAIL PROTECTED] Tue Nov 26 17:29:56 2002
Date: Tue, 26 Nov 2002 17:29:56 -0600
From: D J Hawkey Jr [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Your XF86 De-uglification Howto

--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi. Hope you don't mind this intrusion.

First off, nice set of pages. I found them straight-forward, and up-to-
date. Even the external hyperlinks aren't stale!

However, I have run into an obstacle that's driving me nuts. Everything
goes well until section 5.2, Xft and Mozilla. However, when I go into
Moz's Edit - Preferences - Appearance - Fonts, and try to select
TTF fonts, I don't get any that begin with an uppercase letter. They
all are of a foundry-face-iso-digit style listing (like an abbreviated
XFLD), and they are all lowercase.

It doesn't matter what font I select, the same thing always occurs:
Un-antialiased rendition until the fonts get _really_ big, and then only
some fonts, at that. This is Mozilla 1.1, BTW.

A few particulars: I'm running FreeBSD 4.5-REL-p23 and Xfree86 4.2, as
supplied by the XFree86 project (that is, a binary package for FreeBSD
built by by them). /usr/X11R6/include/freetype2/freetype/config/ftoption.h
as supplied by the project has TT_CONFIG_OPTION_BYTECODE_INTERPRETER
defined, and /usr/X11R6/lib has libfreetype.so.8 in it. I'm running a
1024x768, 75-dpi, display on a 15-inch CRT (I do hate how 100-dpi fonts
look, TTF or otherwise). All the requisites of the X server are present
(RENDER, etc.). I've run 'ttmkfdir' in the font directories, and used
that Perl script (which needed a few small changes to run) to create
font.alias files, just in case Moz needs that.

I attach my /etc/X11/XftConfig and $HOME/.mozilla/default/.../user.js
files; can you tell me where I've gone wrong? I can supply more info as
you think you need, of course. Note that much of the TTF stuff in user.js
is commented, but they make no difference when enabled either.

Thanks,
Dave

-- 
  __ __
  \__   \D. J. HAWKEY JR.   /   __/
 \/\ [EMAIL PROTECTED]/\/
  http://www.visi.com/~hawkeyd/

--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Description: XftConfig
Content-Disposition: attachment; filename=XftConfig

#
# XftConfig
#
# Use with Type1 and TrueType fonts
#

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

#
# alias 'fixed' for 'mono'
#
match any family == fixed edit family =+ mono;

#
# Check users config file
#
includeif   ~/.xftconfig

#
# Substitute TrueType fonts for Type1 versions
#
match any family == Times edit family += Times New Roman;
match any family == Helvetica edit family += Verdana;
match any family == Courier   edit family += Courier New;

#
# Use Luxi fonts for defaults
#
match any family == serif edit family += Luxi Serif;
match any family == sans  edit family += Luxi Sans;
match any family == mono  edit family += Luxi Mono;

#
# Alias between XLFD families and font file family name, prefer local fonts
#
match any family == Charter   edit family += Bitstream Charter;
match any family == Bitstream Charter edit family =+ Charter;
match any family == Lucidux Serif edit family += LuciduxSerif;
match any family == LuciduxSerif  edit family =+ Lucidux Serif;
match any family == Lucidux Sans  edit family += LuciduxSans;
match any family == LuciduxSans   edit family =+ Lucidux Sans;
match any family == Lucidux Mono  edit family += LuciduxMono;
match any family == LuciduxMono   edit family =+ Lucidux Mono;

#
# TrueType font aliases
#
match any family == Comic Sansedit family += Comic Sans MS;
match any family == Comic Sans MS edit family =+ Comic Sans;
match any family == Trebuchet edit family += Trebuchet MS;
match any family == Trebuchet MS 

Re: List of big names ...

2002-12-01 Thread Stacey Roberts
On Sun, 2002-12-01 at 16:36, Nathan Kinkade wrote:
 Hotmail no longer runs on FreeBSD.  Microsoft transitioned to MS
 platforms a while back.  There has been a lot press lately about a
 leaked internal report from Microsoft regarding the transition process.
 Basically, the internal report speaks very hightly of *nix on the whole
 and in some ways degrades Windows.  Check it out at:
 http://www.theregister.co.uk/content/4/28226.html
 The article is entitled MS paper touts Unix in Hotmail's Win2k switch.
 And there are also a link to what is apparently the actual document.
 It's worth a read.
 
 Nathan
 

Err.., I'll be willing to pay to see anyone of note at Hotmail who is
willing to categorically state that Hotmail does not use FreeBSD. Don't
believe *everything* you read :-)

Of course.., if you know better, then,

Regards,

Stacey

 On Sun, Dec 01, 2002 at 11:51:08AM +, Stacey Roberts wrote:
  Not to mention a few others like:-
  Hotmail
  ClaraNET
  Playboy
  Sony
  UUNET
  
  To name a few. I came in late on this, but thought it worth mentioning
  the above, just in case they got neglected.
  
  Regards,
  Stacey
  
  On Sun, 2002-12-01 at 11:29, Matthew Seaman wrote:
   On Sun, Dec 01, 2002 at 02:53:40AM -0600, Chad Albert wrote:
For Web servers, netcraft can help you out too.  In particular, their
longest uptime on the internet page may be of particular interest if you
are pro FreeBSD.
http://uptime.netcraft.com/up/today/top.avg.html
No really, you see Linux on the list every once in a while ;-)
   
   One thing I haven't seen enough mention made of in this context are a
   few interesting sites running FreeBSD.  Let's see: everyone here
   should know about Yahoo.com by now...
   
   Then there's apache.org:
   
   http://www.netcraft.com/Survey/Reports/200211/developers/apache.html
   
   Netcraft themselves:
   
   http://uptime.netcraft.com/up/graph?site=www.netcraft.com
   
   Lets see: that's the biggest site on the Internet (or so I hear ---
   certainly it's in the top ten), the people who make the world's most
   popular HTTP server software and the people whose business it is to know
   just about everything there is to know about web serving.
   
 Cheers,
   
 Matthew
  -- 
  Stacey Roberts
  B.Sc (HONS) Computer Science
  
  Web: www.vickiandstacey.com
  
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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



Re: List of big names ...

2002-12-01 Thread Christian Kratzer
Hi,

On Sun, 1 Dec 2002, Marc G. Fournier wrote:

 
 Other then that I know Yahoo! uses FreeBSD ... is there a list that anyone
 is maintain about who is using it?  I've been having discussions with a
 partner for awhile now about whether we should launch a product with a
 base OS of linux vs freebsd ... and its tiring to try and argue against
 but, nobody is accepting FreeBSD ... everyone (IBM, HP, Sun, etc) is
 falling behind Linux ...
 
 Do we have *anything* ... case studies or the like, from big names that
 have decided *for* FreeBSD over Linux, with a sort of 'why' discusion?

on the embedded side there is the Nokia/CheckPoint hardware firewall
applicaces. Nokia uses a hacked FreeBSD 2.x base system to host the
checkpoint firewall for which checkpoint did a port only available
with this nokia bundle.

Also junipers internet core routers are based on FreeBSD.

Greetings
Christian

-- 
CK Software GmbH
Christian Kratzer,  Schwarzwaldstr. 31, 71131 Jettingen
Email:  [EMAIL PROTECTED]
Phone:  +49 7452 889-135Open Software Solutions, Network Security
Fax:+49 7452 889-136FreeBSD spoken here!



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



FreeBSD CD-ROM Driver Capabilities

2002-12-01 Thread Robert Wade

List,

How many sectors can be read per request from the cd-rom driver?

If you'd please respond to me directly, as I'm not a member of this list.

Thank You,

Robert Wade


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



Re: dump/restore after filesystem layout changes

2002-12-01 Thread K . Oikonomakos
On Sun, Dec 01, 2002 at 10:40:58AM -0600, Conrad Sabatier wrote:
 First of all, I just gotta say: ATAPICAM rocks!!!  I can now use my ATAPI
 CD burner with dump/restore!  Awesome!!!

 Ok, now on to my question: I'd like to do a full backup on each of my
 filesystems, zap all the partitions and do a new fdisk/disklabel with more
 filesystems than I'm currently using.  For example, create a new /home
 partition instead of using a symlink in / to /usr/home.

 I'm just wondering if this will present any problems when restoring from
 backups.  I can't seem to glean this information from the man pages.

Well it is going to work as long as the directory structure is not changed.
But you will have to be extra carefull with your permissions when you
backup/restore your files. (what are you going to use for backup?
dump/restore?)


 Thanks!

 --
 Conrad Sabatier [EMAIL PROTECTED]


Kyriakos


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



can't load kernel on 386 system

2002-12-01 Thread Walter
I've installed a minimal+docs generic system on
500-somethingMB HD, and I'm trying to run it on
a 386, 8Mb RAM computer.
It fails at
elf_loadexec: archsw.readin failed
can't load module '/kernel': input/output error
Because of the small HD, and the fact that the /var
and the /tmp partitions never use over a few hundred
blocks on my Pentium computer, I made them 32Mb each
for the 386, but accepted the defaults for the /
and the Swap partitions; the /usr partition got the
remainder of the HD.
Am I seeing a configuration error, a MB error, other?
Any thoughts?

Thanks.

Walter


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



Re: List of big names ...

2002-12-01 Thread Chad Albert
Don't forget that MS themselves choose FreeBSD when the time came to port
.net and C#, plus Apple decided they liked it for their OSX.


- Original Message -
From: Nathan Kinkade [EMAIL PROTECTED]
To: FreeBSD Questions [EMAIL PROTECTED]
Sent: Sunday, December 01, 2002 10:36 AM
Subject: Re: List of big names ...


 Hotmail no longer runs on FreeBSD.  Microsoft transitioned to MS
 platforms a while back.  There has been a lot press lately about a
 leaked internal report from Microsoft regarding the transition process.
 Basically, the internal report speaks very hightly of *nix on the whole
 and in some ways degrades Windows.  Check it out at:
 http://www.theregister.co.uk/content/4/28226.html
 The article is entitled MS paper touts Unix in Hotmail's Win2k switch.
 And there are also a link to what is apparently the actual document.
 It's worth a read.

 Nathan

 On Sun, Dec 01, 2002 at 11:51:08AM +, Stacey Roberts wrote:
  Not to mention a few others like:-
  Hotmail
  ClaraNET
  Playboy
  Sony
  UUNET
 
  To name a few. I came in late on this, but thought it worth mentioning
  the above, just in case they got neglected.
 
  Regards,
  Stacey
 
  On Sun, 2002-12-01 at 11:29, Matthew Seaman wrote:
   On Sun, Dec 01, 2002 at 02:53:40AM -0600, Chad Albert wrote:
For Web servers, netcraft can help you out too.  In particular,
their
longest uptime on the internet page may be of particular interest
if you
are pro FreeBSD.
http://uptime.netcraft.com/up/today/top.avg.html
No really, you see Linux on the list every once in a while ;-)
  
   One thing I haven't seen enough mention made of in this context are a
   few interesting sites running FreeBSD.  Let's see: everyone here
   should know about Yahoo.com by now...
  
   Then there's apache.org:
  
  
http://www.netcraft.com/Survey/Reports/200211/developers/apache.html
  
   Netcraft themselves:
  
   http://uptime.netcraft.com/up/graph?site=www.netcraft.com
  
   Lets see: that's the biggest site on the Internet (or so I hear ---
   certainly it's in the top ten), the people who make the world's most
   popular HTTP server software and the people whose business it is to
know
   just about everything there is to know about web serving.
  
   Cheers,
  
   Matthew
  --
  Stacey Roberts
  B.Sc (HONS) Computer Science
 
  Web: www.vickiandstacey.com
 
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message

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


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



Re: Run as owner

2002-12-01 Thread Andrew Prewett
On Nov 30 Kirk Bailey wrote:

 This script is not perl, it is in python. So far the python community has
 failed in the search for clue, possibly this one can assist?


Python or not python is irrevelant here.
As last resort, if you don't want to use su, sudo or ksu, you can use
a setuid/setgid wrapper program to execute your script:

 wrapper.c -
#include unistd.h
#include stdio.h

int main(void)
{
execlp(/full/path/to/script, script, arg1, arg2, NULL);
perror(script);
return 1;
}
---

arg1/arg2 is the first/second argument to the script, if any. ie:
-c filename. If there is no args, then leave them out.

 Makefile -
PROG= wrapper
NOMAN= yep
.include bsd.prog.mk
---

- put the wrapper.c and the Makefile in a dir, and issue the make command.
- change the owner (group), ie.: chown joeuser:joegroup wrapper
- turn the setuid bit on: chmod 04555 wrapper (not the script)

Hope this helps,

-andrew



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



Sendmail / Fetchmail / Procmail / Mozilla

2002-12-01 Thread Philip M. Gollucci
Please cc me on the response. Thanks.

This is for a FreeBSD 5.0-DP2
If I want to use fetchmail to snag email from say 4 different pop acounts
and then filter it with procmail and use mozilla to read it (which I've 
read is
trivial to do), what parts of sendmail (or any mta) must I have running 
minimally on localhost.

You can assume that this is for my person workstation and I do have root.

While were on the sendmail thing, what exactly was the final decision on 
how to
turn it off completely in FreeBSD4.7-RELEASE and -CURRENT ?
(have the recent changes been MFC'ed yet)

I've seen different answers across news groups, this list, and the 
src/UPDATING file.

i.e.

a)
sendmail_enable = NO  (or anything that isn't NONE or YES)

b)
senmail_enable = NONE

c)
mta_start_script=/nonexistent  (or empty quotes)

d)
sendmail_enable=NO
sendmail_submit_enable=NO   sendmail_outbound_enable=NO
sendmail_msp_queue_enable=NO


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


Re: List of big names ...

2002-12-01 Thread paul beard
Marc G. Fournier wrote:


Other then that I know Yahoo! uses FreeBSD ... is there a list 
that anyone is maintain about who is using it?  I've been
having discussions with a partner for awhile now about whether
we should launch a product with a base OS of linux vs freebsd
... and its tiring to try and argue against but, nobody is
accepting FreeBSD ... everyone (IBM, HP, Sun, etc) is falling
behind Linux ...


Apple seems to think pretty highly of FreeBSD. And there are the 
oft-repeated rumors that WinNT/2000/XP all use the BSD TCP stack.

Having used both, I would never choose Linux over FreeBSD.

Do we have *anything* ... case studies or the like, from big 
names that have decided *for* FreeBSD over Linux, with a sort
of 'why' discusion?


F5 Systems based their load balancers/switches on BSD and a 
follow-on company started by one of the founders (Ahaza Systems, 
now defunct) was going to build IPv6-aware switching gear based on 
FreeBSD.

--
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

weblog @ http://paulbeard.no-ip.org/movabletype/

She missed an invaluable opportunity to give him a look that you could
have poured on a waffle ...


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


Re: List of big names ...

2002-12-01 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please take this to advocacy. This banter doesn't belong on the
questions list.

# Adam


 (12.01.2002 @ 1025 PST): paul beard said, in 1.3K: 
 Marc G. Fournier wrote:
 
 Other then that I know Yahoo! uses FreeBSD ... is there a list 
 that anyone is maintain about who is using it?  I've been
 having discussions with a partner for awhile now about whether
 we should launch a product with a base OS of linux vs freebsd
 ... and its tiring to try and argue against but, nobody is
 accepting FreeBSD ... everyone (IBM, HP, Sun, etc) is falling
 behind Linux ...
 
 
 Apple seems to think pretty highly of FreeBSD. And there are the 
 oft-repeated rumors that WinNT/2000/XP all use the BSD TCP stack.
 
 Having used both, I would never choose Linux over FreeBSD.
 
 Do we have *anything* ... case studies or the like, from big 
 names that have decided *for* FreeBSD over Linux, with a sort
 of 'why' discusion?
 
 
 F5 Systems based their load balancers/switches on BSD and a 
 follow-on company started by one of the founders (Ahaza Systems, 
 now defunct) was going to build IPv6-aware switching gear based on 
 FreeBSD.
 
 -- 
 Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
 paulbeard [at] mac [ dot] com / 206 529 8400
 
 weblog @ http://paulbeard.no-ip.org/movabletype/
 
 She missed an invaluable opportunity to give him a look that you could
 have poured on a waffle ...
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of Re: List of big names ... from paul beard 


- --
Adam Weinberger
vectors.cx[EMAIL PROTECTED]
FreeBSD.org   [EMAIL PROTECTED]
Bayer Berkeley[EMAIL PROTECTED]
#vim:set ts=8: 8-char tabs prevent tooth decay.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE96lkVo8KM2ULHQ/0RAoSkAJ9VHv0u6N6ahmDwaDmGjGCSdG1/BQCePjaE
4DtZY1Pkdemk1n/mLi68d2k=
=sAJh
-END PGP SIGNATURE-

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



Re: Sendmail / Fetchmail / Procmail / Mozilla

2002-12-01 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-12-01 13:20:52 +:
 Please cc me on the response. Thanks.

ok.

 This is for a FreeBSD 5.0-DP2

irrelevant.

 If I want to use fetchmail to snag email from say 4 different pop acounts
 and then filter it with procmail and use mozilla to read it (which I've 
 read is trivial to do), what parts of sendmail (or any mta) must I
 have running minimally on localhost.

none. you don't need sendmail to accept mail through fetchmail (just
have it store messages directly in your mailbox instead of pulling
them through sendmail; you get an added bonus of preventing mail
loops in case you manage to misconfigure either part), and you don't
need sendmail to send mail from mozilla, as it has its own
implementation of a smtp client, just like any other clickoid mail
client (IOW, it bypasses the standard, which is passing the message
to sendmail on the command line.)

note however, that disabling sendmail completely will cripple your
system in that you will no longer receive the valuable output from
periodic(8) scripts, and possibly in other areas.
 
 You can assume that this is for my person workstation and I do have root.
 
 While were on the sendmail thing, what exactly was the final decision on 
 how to turn it off completely in FreeBSD4.7-RELEASE and -CURRENT ?
 (have the recent changes been MFC'ed yet)
 
 I've seen different answers across news groups, this list, and the 
 src/UPDATING file.

looks like there are different ways to achieve that.
/usr/src/UPDATING is the authoritative source however.
 
 a) sendmail_enable = NO  (or anything that isn't NONE or YES)

sendmail doesn't accept mail from outside (command line submission
only).
 
 b) senmail_enable = NONE

completely disables sendmail.
 
 c) mta_start_script=/nonexistent  (or empty quotes)

completely disables sendmail, with the possibility of you getting
complaints during start. /usr/src/UPDATING says you should use 
for the value.
 
 d) sendmail_enable=NO
sendmail_submit_enable=NO
sendmail_outbound_enable=NO
sendmail_msp_queue_enable=NO

verbose way of saying sendmail_enable=NONE.
 

the above is my understaning of the stuff in question, and I might
be wrong in some details. if in doubt, consult the /etc/rc* scripts.

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

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



ServeRAID 4Lx SCSI RAID Controller

2002-12-01 Thread Nick Twaddell
I have an IBM rack mount server with an IBM ServeRAID 4Lx SCSI RAID
Controller.  I downloaded the FreeBSD 4.7 ISO, but I don't think it
supports the card because it shows up as an unknown device on boot up.
On

http://www.tux.org/pub/bsd/freebsd/FreeBSD-current/src/share/misc/pci_ve
ndors

It lists the card as
020EServeRAID 4Lx SCSI RAID Controller

Is this only in FreeBSD -current possibly?

The raid is going to be my boot up device, so I will need to make a
bootable cd of -current.  Is there an easy way to do this?  What does
everyone recommend?

Thanks

Nick Twaddell


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



Re: requesting help restoring disklabel on unbootable system

2002-12-01 Thread Mark Stosberg
On Sun, 1 Dec 2002, Mark Stosberg wrote:

 After an unfortunate sequence of events, my newly successfully upgraded FreeBSD 4.7
 machine would not boot anymore and gave me a boot: prompt. Returning
 to the install CD disklabel program, I saw that the only partition it
 seemed be to finding was the swap partition.

 I recreated and wrote to disk what I thought was the old disk
 partitioning scheme (being careful not to newfs anything). After that,
 the system would boot off the drive, but would not mount /usr, /var or
 /tmp due to complains of bad super block: magic number wrong. I
 suspect that I guessed my partition sizes wrong.

I have a lead on solving this now. I found a tool called find-sb
which finds superblocks, and seemed like it could be used to make a
smarter guess about what my partition sizes should be. The trouble is,
now I'm scratching my head about how to this tool installed in a useable
state on the system since I can't boot fully in the first place.

find-sb:
http://gatekeeper.dec.com/pub/BSD/FreeBSD/FreeBSD-current/src/tools/tools/find-sb/

  -mark

http://mark.stosberg.com/

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



/dev/ums0 not initialized

2002-12-01 Thread Adam Bender

When I left for break, I had a perfectly working system (FreeBSD
4.7-CURRENT).  When I came back and booted it after being down for 5 days,
when I try to start KDE I get an error saying no mouse found, device
at /dev/ums0 is not initialized.  I'm using a Logitech USB mouse (I've
also tried using it with a PS/2 converter, too).  Any ideas how I can
get rid of the problem and get KDE to start again?

Thanks,

Adam


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



Re: Sendmail / Fetchmail / Procmail / Mozilla

2002-12-01 Thread Nathan Kinkade
On Sun, Dec 01, 2002 at 07:45:37PM +0100, Roman Neuhauser wrote:
snip
  If I want to use fetchmail to snag email from say 4 different pop acounts
  and then filter it with procmail and use mozilla to read it (which I've 
  read is trivial to do), what parts of sendmail (or any mta) must I
  have running minimally on localhost.
 
 none. you don't need sendmail to accept mail through fetchmail (just
 have it store messages directly in your mailbox instead of pulling
 them through sendmail; you get an added bonus of preventing mail
 loops in case you manage to misconfigure either part), and you don't
 need sendmail to send mail from mozilla, as it has its own
 implementation of a smtp client, just like any other clickoid mail
 client (IOW, it bypasses the standard, which is passing the message
 to sendmail on the command line.)
 
 note however, that disabling sendmail completely will cripple your
 system in that you will no longer receive the valuable output from
 periodic(8) scripts, and possibly in other areas.
big snip

Why would disabling sendmail cripple all of the periodic scripts?  Other
than those scripts that relate specifically to an MTA, which others
would be affected?  Also, if you have another MTA just edit
/etc/mail/mailer.conf to point to your new MTA, as the various
invocations of sendmail are just wrappers that use the mailer.conf file to
determine exactly what they should be executing.  I recently left sendmail
in favour of Exim.  A few tweaks to mailer.conf and one or two minor
changes to a few of the periodic scripts and everything is in order.

Nathan

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



Re: List of big names ...

2002-12-01 Thread Cliff Sarginson
On Sat, Nov 30, 2002 at 11:00:04PM -0800, paul beard wrote:
 Marc G. Fournier wrote:
 
 Other then that I know Yahoo! uses FreeBSD ... is there a list 
 that anyone
 is maintain about who is using it?  I've been having discussions 
 with a
 partner for awhile now about whether we should launch a product 
 with a
 base OS of linux vs freebsd ... and its tiring to try and argue 
 against
 but, nobody is accepting FreeBSD ... everyone (IBM, HP, Sun, 
 etc) is
 falling behind Linux ...
 
All those unique special effects in The Maltrix were helped along by
FreeBSD based computers...:)

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Re: ServeRAID 4Lx SCSI RAID Controller

2002-12-01 Thread Kevin D. Kinsey, DaleCo, S.P.
- Original Message -
From: Nick Twaddell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, December 01, 2002 11:47 AM
Subject: ServeRAID 4Lx SCSI RAID Controller

 It lists the card as
 020E ServeRAID 4Lx SCSI RAID Controller

 Is this only in FreeBSD -current possibly?


I think so. Grep this week's archive, I think I just saw a
post on this device within the last 3-4 days.

 The raid is going to be my boot up device, so I will need to make a
 bootable cd of -current.  Is there an easy way to do this?  What
does
 everyone recommend?


You might look into the release target for the make command.
include #disclaimer.h

 Thanks

 Nick Twaddell

HTH, Kevin Kinsey
DaleCo, S.P.


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



Re: interpretation of arp output

2002-12-01 Thread Cliff Sarginson
On Fri, Nov 29, 2002 at 09:25:55AM +, Matthew Seaman wrote:
 On Fri, Nov 29, 2002 at 06:47:15AM +0100, Cliff Sarginson wrote:
  An arp -a gives the following line (amongst many happy bunnies)
  
  angelus.raggedclown.intra (192.168.1.50) at 00:a0:cc:d1:fb:88 on rl0
  [ethernet]
  ? (192.168.1.255) at ff:ff:ff:ff:ff:ff on rl0 permanent [ethernet]
 
 That's quite normal.  Some process is sending out packets to your
 network broadcast address.  You can investigate what with tcpdump:
 
 tcpdump -i rl0 ip broadcast
 tcpdump -i rl0 ether broadcast
  
  Can someone explain this to me .. the line with the ? obviously.
  Whether it is relevant or not the line above represents a Windows
  XP system that does not get run very often (which means it may always
  be there, but I have never noticed it).
 
 No: the entries in the arp table are just ordered by IP number.
 The machine 'angelus' just happens to be the next highest IP number
 active on your network.
 
 The '?' just means that the system can't resolve that IP number into a
 hostname.  You can add entries for 192.168.1.255 to your /etc/hosts or
 your DNS so that arp will have something to print out if you want.
 
Ok, thanks, I think it was the ? that made me ask.
Question marks make me nervous :)

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Mail Reader Clients

2002-12-01 Thread Philip M. Gollucci
Please CC me on the reply again. Thanks.


I'm looking for a good graphical mail reader client (to handle appx 3000 
mails per day)
I've got mail my mail working with fetchmail/procmail, so I don't need 
one with filtering. Just one that
understands mbox format.

I don't think I want to use mozilla/netscape as its too bulky.  

I do like FirstClass, but I have no idea of its status on FreeBSD.

mutt/pine are good, but not quite as graphical as I want.

If it matters, by WM is afterstep.




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


gtk12 doesn't compile

2002-12-01 Thread Ilia Chipitsine
the problem is:

===  Script configure failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and
attach
  the /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/config.log
including
  the output of the failure of your make command. Also, it might be a
  good idea to provide an overview of all packages installed on your
  system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/x11-toolkits/gtk12.

apollo# uname -a
FreeBSD apollo.chel.skbkontur.ru 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Dec
1 10:44:06 YEKT 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386
apollo#

Mesa-3.4.2_2
XFree86-aoutlibs-3.3.3
Xaw3d-1.5
aalib-1.2
apache-2.0.43
autoconf213-2.13.000227_1
automake14-1.4.5_8
avifile-0.7.18.20021107,2
cclient-2001a,1
cdrtools-1.10
cfs-1.4.0b2_1
citrix_ica-6.20.986
cyrus-sasl-2.1.9_1
db3-3.3.11,1
deco-3.8.3
djbfft-0.76
esound-0.2.29
expat-1.95.5
ffmpeg-0.4.5_4
fvwm-2.3.19
fxtv-1.02
fxtv-1.03
gettext-0.11.5_1
gimp-1.1.24
glib-1.2.10_7
glib-1.2.10_8
glib-1.2.8
gmake-3.79.1
gtk-1.2.8
imlib-1.9.14_1
iozone-3.83_1
john-1.6
jpeg-6b
krb5-1.2.3
krb5-1.2.6
liba52-0.7.4
libaudiofile-0.2.3
libdvdcss-1.2.2
libdvdread-0.9.3
libgnugetopt-1.2
libiconv-1.8_2
libogg-1.0_1,3
libtool-1.3.4_2
libungif-4.1.0b1
libvorbis-1.0_1,3
libxine-0.9.13
m4-1.4_1
mad-0.14.2b_2
mkisofs-1.12.1
mkisofs-1.14
mpeg-1.2.2
mpeg2codec-1.2
mpeg2play-1.1b
mpeg_encode-1.5b
mpeg_lib-1.3.1
mpeg_play-2.4
mpegaudio-3.9
mpg123-0.59r
mysql-client-3.22.32
mysql-server-3.22.32
nasm-0.98.33,1
netscape-communicator-4.73
netscape-remote-1.0
netscape-wrapper-2000.07.07
nmap-2.54.b33
openquicktime-1.0
p5-DBD-Pg-0.98
p5-DBI-1.15
p5-Time-101.062101
pam_krb5-1.0.1
pam_krb5-1.0.3
pine-4.44
pkgconfig-0.13.0
png-1.0.10
png-1.0.7
png-1.2.5
popt-1.6.4
postgresql-7.1.3
postgresql-7.2.3
samba-2.2.7
sdl-1.2.4_1
siphon-0.666
snort-1.8.6
snortsnarf-020126
sox-12.16
squid-2.4_9
svgalib-1.4.2_1
tcl-8.3.3_4
tiff-3.5.5
tk-8.3.3
trafshow-3.1_1
vnc-3.3.3.2_1
win32-codecs-011002.0.0.90pre7
xpm-3.4k
xv-3.10a_1
xvid-0.20020412_1

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

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:661: checking for a BSD compatible install
configure:714: checking whether build environment is sane
configure:771: checking whether make sets ${MAKE}
configure:810: checking for working aclocal
configure:823: checking for working autoconf
configure:836: checking for working automake
configure:849: checking for working autoheader
configure:862: checking for working makeinfo
configure:957: checking host system type
configure:978: checking build system type
configure:998: checking for ranlib
configure:1028: checking for gcc
configure:1141: checking whether the C compiler (cc -O -pipe  ) works
configure:1157: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c 
-L/usr/local/lib 15
configure:1183: checking whether the C compiler (cc -O -pipe  ) is a cross-compiler
configure:1188: checking whether we are using GNU C
configure:1197: cc -E conftest.c
configure:1216: checking whether cc accepts -g
configure:1259: checking for ld used by GCC
configure:1321: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:1337: checking for BSD-compatible nm
configure:1373: checking whether ln -s works
ltconfig:603: checking for object suffix
ltconfig:604: cc -c -O -pipe  -I/usr/local/include conftest.c 15
ltconfig:629: checking for executable suffix
ltconfig:630: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c 
-L/usr/local/lib 15
ltconfig:776: checking if cc PIC flag -fPIC works
ltconfig:777: cc -c -O -pipe  -fPIC -DPIC -I/usr/local/include conftest.c 15
ltconfig:829: checking if cc supports -c -o file.o
ltconfig:830: cc -c -O -pipe  -o out/conftest2.o -I/usr/local/include conftest.c 15
ltconfig:862: checking if cc supports -c -o file.lo
ltconfig:863: cc -c -O -pipe  -c -o conftest.lo -I/usr/local/include conftest.c 15
ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions
ltconfig:915: cc -c -O -pipe  -fno-rtti -fno-exceptions -c conftest.c 
-I/usr/local/include conftest.c 15
ltconfig:958: checking if cc static flag -static works
ltconfig:959: cc -o conftest -O -pipe  -I/usr/local/include  -static conftest.c 
-L/usr/local/lib 15
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
ltconfig:1635: checking if global_symbol_pipe works
ltconfig:1636: cc -c -O -pipe  -I/usr/local/include conftest.c 15
ltconfig:1639: eval /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[  
]\([ABCDGISTW]\)[   ][  ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'  
conftest.nm
ltconfig:1691: cc -o conftest -O -pipe  -fno-builtin -fno-rtti -fno-exceptions 
-I/usr/local/include  conftest.c conftstm.o 15
configure:1559: checking whether to enable maintainer-specific portions of Makefiles
configure:1589: checking host system 

Re: gtk12 doesn't compile

2002-12-01 Thread Joe Marcus Clarke
On Sun, 2002-12-01 at 12:25, Ilia Chipitsine wrote:

Ilia, in the future, you do not need to blast email out to three
different lists when you have a problem.  Sending email to gtk12's
maintainer, gnome@, is sufficient.

 glib-1.2.10_7
 glib-1.2.10_8
 glib-1.2.8

Looks like a problem with your glib12 install.  My recommendation is to
remove all three of these versions, then reinstall glib12 from ports. 
That will clean up your tree a bit, and solve your undefined symbol
errors.

You will also need to do a forced upgrade of gettext (from ports) to the
latest version.  Looks like you may have installed glib and gettext from
packages.

One other thing to check is to make sure your kernel and world are in
sync.  That is a must when trying to build ports or install packages.

Joe

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



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


Another hardware question.

2002-12-01 Thread Artem Koutchine
Hello again.

Well, people said that dual P III 550 with SDRAM is
definetely slower than single P 4 3Ghz with DDR RAM.

Now, a bit trickier question.

Is DUAL P III 1,4Ghz with SDRAM faster than
SINGLE P4 3Ghz with hyperthreading and DDR RAM (PC 3200)?
How much it is slower or faster?

Regards,
Artem


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



Re: Another hardware question.

2002-12-01 Thread Ceri Davies
On Sun, Dec 01, 2002 at 10:29:15PM +0300, Artem Koutchine wrote:
 Hello again.
 
 Well, people said that dual P III 550 with SDRAM is
 definetely slower than single P 4 3Ghz with DDR RAM.
 
 Now, a bit trickier question.
 
 Is DUAL P III 1,4Ghz with SDRAM faster than
 SINGLE P4 3Ghz with hyperthreading and DDR RAM (PC 3200)?

Ooh, yeah.

 How much it is slower or faster?

Seventy two.

Ceri
-- 
Gnarr!

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



Re: /dev/ums0 not initialized

2002-12-01 Thread Mark Stosberg
On Sun, 1 Dec 2002, Adam Bender wrote:


 When I left for break, I had a perfectly working system (FreeBSD
 4.7-CURRENT).  When I came back and booted it after being down for 5 days,
 when I try to start KDE I get an error saying no mouse found, device
 at /dev/ums0 is not initialized.  I'm using a Logitech USB mouse (I've
 also tried using it with a PS/2 converter, too).  Any ideas how I can
 get rid of the problem and get KDE to start again?

As root, try running /stand/syinstall , then select Configure and then
Mouse. It should help you configure and test your mouse interactively.

   -mark

http://mark.stosberg.com/

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



Re: Memory test?

2002-12-01 Thread Cliff Sarginson
On Sun, Dec 01, 2002 at 03:18:26PM +0100, Mark wrote:
 - Original Message -
 From: Lowell Gilbert [EMAIL PROTECTED]
 To: Mark [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Sunday, December 01, 2002 1:47 PM
 Subject: Re: Memory test?
 
 
  Mark [EMAIL PROTECTED] writes:
 
   I just did a makeshift memory stress test on a new machine; that is,
   I did a make buildworld. Regrettably, it failed, saying it had a
 syntax
   error somewhere. :(
  
   So, I ran it again; and this time it went fine; then I reinstalled
   FreeBSD 4.7 altogether, and rebuilt world again. And, again,
   no problems.
  
   This is a bit worrysome. Does FreeBSD even notice bad memory?
   Would the kernel put a message in /var/log/messages? It did not
   show anything there when buildworld failed.
 
  I'm not sure what you're getting at.  You've seen just one failure,
  and it is of a type that is highly unlikely to be memory-related.
 
 
 Au contraire; a syntax error in a make buildworld that cannot be repeated
 when issued again is almost always indicative of a memory error --
 especially with a new out of box FreeBSD 4.7R -- and is generally considered
 a good memory stress test.
 
 I was rightly alerted to a memory error. I ran Memtest86, suggested by a
 list-member here, and indeed, one of the Kingston 512M DIMM's was acting up.
 I did some research; and Kingston memory appears to have known issues with
 the ASUS A7V333 board.
 
As an aside, memtest *can* show false positivies on some Asus
motherboards with AMD chips. Tests 5 and 7 are not to be trusted. I
found this out by own observations, and I believe (although I cannot
remember where I read it) that tests 5 and 7 can be a bit iffy. The
memory in question when in use and under stress showed no memory typical
problems at all. The same memory tested on a system with a Pentium III
also showed no failures with repeated running of these particular
tests.

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Re: Mail Reader Clients

2002-12-01 Thread Georg Klein
On Sun, 1 Dec 2002, Philip M. Gollucci wrote:

 Please CC me on the reply again. Thanks.
 I'm looking for a good graphical mail reader client (to handle appx 3000
 mails per day)
 I've got mail my mail working with fetchmail/procmail, so I don't need
 one with filtering. Just one that
 understands mbox format.

 If it matters, by WM is afterstep.

Have a look at sylpheed, http://sylpheed.good-day.net/.

-Georg

--
Georg Klein   [EMAIL PROTECTED]


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



Re: ServeRAID 4Lx SCSI RAID Controller

2002-12-01 Thread David Siebörger
At  7:47 PM on Sunday  1 December 2002, Nick Twaddell wrote:
 I have an IBM rack mount server with an IBM ServeRAID 4Lx SCSI RAID
 Controller.  I downloaded the FreeBSD 4.7 ISO, but I don't think it
 supports the card because it shows up as an unknown device on boot up.

That's correct - FreeBSD doesn't have a ServeRAID driver.

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=726088+0+archive/2002/freebsd-stable/20021201.freebsd-stable


-- 
David Siebörger
[EMAIL PROTECTED]

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



Re: Mail Reader Clients

2002-12-01 Thread Mark Stosberg
On Sun, 1 Dec 2002, Philip M. Gollucci wrote:

 I'm looking for a good graphical mail reader client (to handle appx 3000
 mails per day)
 I've got mail my mail working with fetchmail/procmail, so I don't need
 one with filtering. Just one that
 understands mbox format.

Kmail and Knode (for news) seem to be really slick. I believe they are a
part of the kdenetwork module in the KDE project.

  -mark

http://mark.stosberg.com/

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



rndc-conf is freezing..

2002-12-01 Thread Jeff MacDonald
I've read a few threads that say rndc-confgen may freeze because
/dev/random isnt' random enough.

I've set the rand_irqs in rc.conf, as well hammered on the keyboard
some while rndc-confgen is runnning and it still sits there.

anyone know what can be done? I have bind9 running fine, but if
i update anything i have to do a kill/named to read config changes.
which is less than elegant ;)

thanks.

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



Re: List of big names ...

2002-12-01 Thread Terry Lambert
Adam Weinberger wrote:
 Please take this to advocacy. This banter doesn't belong on the
 questions list.

FWIW: If you examine the history of this thread, you will see that
it was posted to -questions, and Bcc:'ed to -advocacy.

If you need to assign blame, assign it to the original poster,
which the headers claim is Marc G. Fournier [EMAIL PROTECTED].

-- Terry

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



Ïîìîæåì âåðíóòü ýêñïîðòíûé ÍÄÑ, þðèäè÷åñêèå óñëóãè.

2002-12-01 Thread Öåíòð
Óíèêàëüíûå óñëóãè:

Ïîìîùü â âîçâðàùåíèè ýêñïîðòíîãî ÍÄÑ (095) 505 78 06
Ëèêâèäàöèÿ ïðåäïðèÿòèé ñ äîëãàìè, èíûå þðèäè÷åñêèå óñëóãè (095) 105 75 85

ÂÍÈÌÀÍÈÅ!!! 
Âñå þðèäè÷åñêèå ëèöà, çàðåãèñòðèðîâàííûå 
äî 1 èþëÿ 2002 ãîäà, îáÿçàíû íàïðàâèòü â ðåãèñòðèðóþùèé 
îðãàí ñâåäåíèÿ îá îðãàíèçàöèè 
äëÿ Åäèíîãî ãîñóäàðñòâåííîãî ðååñòðà þðèäè÷åñêèõ ëèö. 
Åñëè ñâåäåíèÿ î Âàøåé îðãàíèçàöèè íå áóäóò ïîäàíû äî 1 ÿíâàðÿ 2003 ãîäà 
ðåãèñòðèðóþùèé îðãàí íà÷íåò ëèêâèäàöèþ Âàøåãî ïðåäïðèÿòèÿ 

Ñðî÷íàÿ ïîñòàíîâêà â Åäèíûé ãîñóäàðñòâåííûé ðååñòð þðèäè÷åñêèõ ëèö 
ÒÅË: (095) 105-75-85 (Çàïðîñû íàïðàâëåííûå íà e-mail íå îáðàáàòûâàåì!!!)
Êîøìàðíàÿ íàëîãîâàÿ ïðîâåðêà 
ñ ÎÃÐÎÌÍÛÌÈ øòðàôàìè äëÿ 
Âàøåãî ïðåäïðèÿòèÿ íåèçáåæíà, 
åñëè îíà Âàì ñíèòñÿ. 

ÍÀÄÎ ÈÇÁÀÂÈÒÜÑß ÎÒ ÝÒÎÃÎ ÊÎØÌÀÐÀ È ÑÏÀÒÜ ÑÏÎÊÎÉÍÎ ÏÐÈ ÌÈÍÈÌÀËÜÍÛÕ 
ÒÐÀÒÀÕ ÑÂÎÈÕ ÊÐÎÂÍÛÕ ÇÀÐÀÁÎÒÀÍÍÛÕ ÑÐÅÄÑÒÂ (ÌÅÍÅÅ 13 %) 

ÂÍÈÌÀÍÈÅ × Ó Ä Î !!! (095) 105-7585 
×ÅÐÅÇ 3 ÄÍß ÑÒÀÐÎÅ ÏÐÅÄÏÐÈßÒÈÅ Ñ ÄÎËÃÀÌÈ ÑÒÀËÎ ÄËß ÂÀÑ ×ÓÆÈÌ 
Ó×ÐÅÄÈÒÅËÜ ÒÅÏÅÐÜ ÍÅ ÂÛ !
ÅÑËÈ ÂÛ ÕÎÒÅËÈ ÁÛ, ×ÒÎÁÛ Â ÍÀËÎÃÎÂÎÉ È ÔÎÍÄÀÕ ÐÓÊÎÂÎÄÈÒÅËÅÌ È ÂËÀÄÅËÜÖÅÌ ÂÀØÅÃÎ 
ÑÒÀÐÎÃÎ ÏÐÅÄÏÐÈßÒÈß ×ÈÑËÈËÈÑÜ ÍÅ ÂÛ. ÑËÅÄÎÂÀÒÅËÜÍÎ ÂÎÏÐÎÑÛ ÏÎ ÄÅßÒÅËÜÍÎÑÒÈ 
ÏÐÅÄÏÐÈßÒÈß ÑÐÀÇÓ ÁÓÄÓÒ ÀÄÐÅÑÎÂÀÍÛ ÍÅ ÂÀÌ 
ÄÈÐÅÊÒÎÐ -ÍÅ ÂÛ 
ÅÑËÈ Ó ÂÀÑ ÂÎÇÍÈÊÀÞÒ ÒÐÓÄÍÎÑÒÈ Ñ ÏÎÄÁÎÐÎÌ ÑÎÒÐÓÄÍÈÊÀ ÍÀ ÄÎËÆÍÎÑÒÜ ÄÈÐÅÊÒÎÐÀ 
È ÍÓÆÍÀ ÊÎÍÑÓËÜÒÀÖÈß ÏÎ ÂÎÏÐÎÑÓ ÏÎÈÑÊÀ ÒÀÊÎÃÎ ÑÏÅÖÈÀËÈÑÒÀ 
ÄÀ È ÔÈÐÌÛ ÏÎÄ ÒÀÊÈÌ ÍÀÇÂÀÍÈÅÌ ÁÎËÜØÅ ÍÅ ÑÓÙÅÑÒÂÓÅÒ 
ÅÑËÈ ÂÛ ÕÎÒÅËÈ ÁÛ, ×ÒÎÁÛ ÔÈÐÌÛ ÑÎ ÑÒÀÐÛÌ ÍÀÇÂÀÍÈÅÌ ÁÎËÜØÅ ÍÅ ÑÓÙÅÑÒÂÎÂÀËÎ ÁÛ 
È Â ÍÀËÎÃÎÂÎÉ ÔÈÐÌÀ ÍÅ ×ÈÑËÈÒÑß 
ÅÑËÈ ÂÛ ÕÎÒÅËÈ ÁÛ, ×ÒÎÁÛ ÔÈÐÌÛ ÑÎ ÑÒÀÐÛÌ ÍÀÇÂÀÍÈÅÌ ÁÎËÜØÅ ÍÅ ×ÈÑËÈËÎÑÜ Â 
ÂÀØÅÉ ÍÀËÎÃÎÂÎÉ ÈÍÑÏÅÊÖÈÈ È ÔÎÍÄÀÕ 
ÍÀ ÐÓÊÀÕ Ó ÂÀÑ ÏÎËÎÆÈÒÅËÜÍÎÅ ÀÓÄÈÒÎÐÑÊÎÅ ÇÀÊËÞ×ÅÍÈÅ 
ÍÀ ÏÅÐÈÎÄ ÂÀØÅÉ ÄÅßÒÅËÜÍÎÑÒÈ 
ÅÑËÈ ÍÅÎÁÕÎÄÈÌÎ ÏÐÈÂÅÑÒÈ ÂÀØÓ ÄÎÊÓÌÅÍÒÀÖÈÞ Â ÑÎÎÒÂÅÒÑÒÂÈÅ Ñ ÇÀÊÎÍÎÄÀÒÅËÜÑÒÂÎÌ 
È ÏÎËÓ×ÈÒÜ ÏÎËÎÆÈÒÅËÜÍÎÅ ÀÓÄÈÒÎÐÑÊÎÅ ÇÀÊËÞ×ÅÍÈÅ 
È ÍÎÂÀß ÔÈÐÌÀ! 
ÅÑËÈ ÍÀÄÎ ÍÀ×ÈÍÀÒÜ ÄÅßÒÅËÜÍÎÑÒÜ ÍÅ ÏÎÇÄÍÅÅ ×ÅÌ ×ÅÐÅÇ 3 ÍÅÄÅËÈ; ÅÑËÈ ÂÛ ÍÅ ÌÎÆÅÒÅ 
ÂÛÑÒÓÏÀÒÜ Ó×ÐÅÄÈÒÅËÅÌ; ÖÅÍÀ ÃÎÒÎÂÎÉ ÔÈÐÌÛ ÍÈÆÅ ÑÒÎÈÌÎÑÒÈ ÐÅÃÈÑÒÐÀÖÈÈ ÍÀ ÇÀÊÀÇ 
--- 
ÂÅÐÍÅÌ ÍÄÑ Â ÊÐÀÒ×ÀÉØÈÅ ÑÐÎÊÈ
- ÈÍÄÈÂÈÄÓÀËÜÍÛÉ ÏÎÄÕÎÄ
- ÌÍÎÃÎÊÐÀÒÍÎ ÎÒÐÀÁÎÒÀÍÍÀß ÒÅÕÍÎËÎÃÈß
- ÂÑÅ ÏÐÎÒÈÂ ÂÀÑ, ÌÛ ÂÀÌ ÏÎÌÎÆÅÌ
 ÍÅ ÐÈÑÊÓÉÒÅ.  ÈÍÀ×Å  ÍÄÑ   ÂÀÌ ÍÅ  ÂÅÐÍÓÒ. 
 Ñ óâàæåíèåì  Þðèäè÷åñêàÿ êîìïàíèÿ «ÌÎÑÒ»
 Íàø ìíîãîêàíàëüíûé òåëåôîí ÏÎ ÝÒÎÌÓ ÂÎÏÐÎÑÓ   (095) 505 78 06 (Çàïðîñû íàïðàâëåííûå 
íà e-mail íå îáðàáàòûâàåì!!!)
 

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



Re: ports-multimedia ?

2002-12-01 Thread Jens Rehsack
Ilia Chipitsine wrote:

Ilia Chipitsine wrote:


Dear Sirs,

I've found that avifile moved from graphics to multimedia,
but I cannot cvsup it. Is it right ? Where I can cvsup ports-multimedia
collection ? Even when I do ports-all, multimedia is not included!

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



Sure that your cvsupfile get's the most up-to-date version of the ports
tree? Maybe you just cvsup'ing against a release version.



sure.


Can you send me your cvsupfile, please.




Jens
--
L i  W W W  i Jens Rehsack
LW W W
L i   W   W W   W   i  nnnLiWing IT-Services
L iW W   W Wi  n  n  g   g
  i W W i  n  n  g   gFriesenstra?e 2
  06112 Halle
 g
 g   g
Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/











--
L i  W W W  i Jens Rehsack
LW W W
L i   W   W W   W   i  nnnLiWing IT-Services
L iW W   W Wi  n  n  g   g
  i W W i  n  n  g   gFriesenstra?e 2
  06112 Halle
 g
 g   g
Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/



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



Re: Mail Reader Clients

2002-12-01 Thread JacobRhoden
On Mon, 2 Dec 2002 02:33, Philip M. Gollucci wrote:
 I'm looking for a good graphical mail reader client (to handle appx 3000
 mails per day)

kmail is definatly the best 'gui' email client i have seen so far, its vuagely 
similar to eudora... but it does mean you must have kde installed. if you 
dont mind running kde for the mail client then i reccomend that. 
(incidentally the reason i stayed with kde after installing kde, is because 
the mail client is briliant!)

Regards,
Jacob

Jacob RhodenPhone: +61 3 8344 6102
ITS DivisionEmail: [EMAIL PROTECTED]
Melbourne University   Mobile: +61 403 788 386

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



Ðàñïðîäàæà êàëüêóëÿòîðîâ è çàïèñíûõ êíèæåê Citizen

2002-12-01 Thread 123
Íîâîãîäíÿÿ ðàñïðîäàæà!

Ïðåäëàãàåì êàëüêóëÿòîðû è ýëåêòðîííûå çàïèñíûå êíèæêè Citizen ïî ñâåðõíèçêèì
öåíàì (íèæå äèëåðñêèõ)

Ïî èíòåðåñóþùèì Âàñ âîïðîñàì îáðàùàéòåñü
ïî òåëåôîíàì: (095) 925-61-43, 299-76-96.

Èçâèíèòå, åñëè ýòî ïèñüìî äîñòàâèëî Âàì íåóäîáñòâî.

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



Ðàñïðîäàæà êàëüêóëÿòîðîâ è çàïèñíûõ êíèæåê Citizen

2002-12-01 Thread 123
Íîâîãîäíÿÿ ðàñïðîäàæà!

Ïðåäëàãàåì êàëüêóëÿòîðû è ýëåêòðîííûå çàïèñíûå êíèæêè Citizen ïî ñâåðõíèçêèì
öåíàì (íèæå äèëåðñêèõ)

Ïî èíòåðåñóþùèì Âàñ âîïðîñàì îáðàùàéòåñü
ïî òåëåôîíàì: (095) 925-61-43, 299-76-96.

Èçâèíèòå, åñëè ýòî ïèñüìî äîñòàâèëî Âàì íåóäîáñòâî.

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



test

2002-12-01 Thread Jan Pieter
test

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



aterm

2002-12-01 Thread Meka [ni]
How can I make aterm recognize Delete, Home and End as it should? 
Delete key acts as Backspace, and
other two give me '~' sign. Those keys are working perfectly in xterm, so it's not X 
configurations.  And how
to make it not clear the screen after exiting man page?


Meka[ni]

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



Re: debugging wheel mouse

2002-12-01 Thread Gregory Bond
I've solved the problem.

If you configure XFree86 to use Protocol sysmouse then wheel scrolling will 
not work, because this puts the mouse into 5-byte mode which only supports 3 
buttons.  You have to use protocol auto in the XFree86 config to enable 
sysmouse 8-byte protocol with support for buttons 4  5.

This is not mentioned anywhere that I can find.  I'll get the FAQ updated.

Debugging was a pain, basically I ran kdump on the X server and looked at the 
I/O from the mouse device, then had a read of the appropriate machine/mouse.h 
header and discovered that the 5-byte protocol was not good enough.  A lot 
more fiddling and trial-and-error produced the fix.

Greg.



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



Re: requesting help restoring disklabel on unbootable system

2002-12-01 Thread Mark Stosberg
On Sun, 1 Dec 2002, Mark Stosberg wrote:

 On Sun, 1 Dec 2002, Mark Stosberg wrote:
 
  After an unfortunate sequence of events, my newly successfully upgraded FreeBSD 4.7
  machine would not boot anymore and gave me a boot: prompt. Returning
  to the install CD disklabel program, I saw that the only partition it
  seemed be to finding was the swap partition.
 
  I recreated and wrote to disk what I thought was the old disk
  partitioning scheme (being careful not to newfs anything). After that,
  the system would boot off the drive, but would not mount /usr, /var or
  /tmp due to complains of bad super block: magic number wrong. I
  suspect that I guessed my partition sizes wrong.

 I have a lead on solving this now. I found a tool called find-sb
 which finds superblocks, and seemed like it could be used to make a
 smarter guess about what my partition sizes should be. The trouble is,
 now I'm scratching my head about how to this tool installed in a useable
 state on the system since I can't boot fully in the first place.

 find-sb:
 http://gatekeeper.dec.com/pub/BSD/FreeBSD/FreeBSD-current/src/tools/tools/find-sb/

I downloaded find-sb and the associated Makefile, but running make
failed with many errors on FreeBSD 4.7. I eventually addressed the issue
by installing 4.7 on a new disk and restoring from backup. I still have
the old disk at this point if any one has ideas how to make it
functional again.

  -mark

http://mark.stosberg.com/

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



RE: nVidia drivers w/ 4.7-RELEASE

2002-12-01 Thread Gautham Ganapathy
On Friday, November 22, 2002 5:05 AM, Laszlo Vagner wrote

 lewiz wrote:

 On Thu, Nov 21, 2002 at 08:25:39AM +0530, Gautham Ganapathy wrote:
 
 
 Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
 ISOs, right?
 
 
 
 You need 4.7-STABLE to get the NVidia drivers working.  I don't know
 exactly what -RELEASE is missing but I'm quite sure.  There are still
 problems with them (they hang my machine all the time) so be prepared
 for trouble.
 
 -lewiz.
 
 
 
 Yes I just installed the nvidia drivers for my TI 4200 card and
 ymessenger crashes the machine,
 it just makes some clicking sounds from the sound card and
 then reboots
 without syncing disks.

 I am running  Xfree 4.2.0_1, libraries 4.2.1_3, server 4.2.1_5 and
 client 4.2.1_2 this is greater than
 required by the nvidia instructions. The driver did get rid of the
 missing pixels in the xterm window
 but you cant use the machine reliable anymore.

 I am getting this error in netscape now also, translation
 table unknown
 keysym name somekeyname
 I tried deinstalling it and reinstalling 4.8 without change.

 next is to change the xserver driver and see if that changes anything.


I just downloaded and tried out quake3 demo. worked fine. no crashes. i
have to try out the timedemo and ut2003. Running 'timedemo demoname'
will give me the fps, right? Rather than instantaneous, can I get an
average fps with this command?

Regards
Gautham


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



Re: ports-multimedia ?

2002-12-01 Thread Ilia Chipitsine
 
 
 Sure that your cvsupfile get's the most up-to-date version of the ports
 tree? Maybe you just cvsup'ing against a release version.
 
 
  sure.

 Can you send me your cvsupfile, please.


*default host=cvsup4.ru.freebsd.org
*default base=/home
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

*default compress

ports-base
ports-multimedia



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



Re: debugging wheel mouse

2002-12-01 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (12.01.2002 @ 1712 PST): Gregory Bond said, in 0.8K: 
 You have to use protocol auto in the XFree86 config to enable 
 sysmouse 8-byte protocol with support for buttons 4  5.
 
 This is not mentioned anywhere that I can find.  I'll get the FAQ updated.
 end of Re: debugging wheel mouse from Gregory Bond 

I disagree. The necessity of protocol auto is documented all the heck
over the place, from the Handbook to the FAQ to the README.mouse file
that comes with X itself.

# Adam


- --
Adam Weinberger
vectors.cx[EMAIL PROTECTED]
FreeBSD.org   [EMAIL PROTECTED]
Bayer Berkeley[EMAIL PROTECTED]
#vim:set ts=8: 8-char tabs prevent tooth decay.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE96spio8KM2ULHQ/0RAsxPAJ9EaN6fFRtJMZUZ5s8j0iRgXJbGmwCdHQZn
IOWAnl+zao9qHvUgzvrLCbw=
=TvJo
-END PGP SIGNATURE-

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



Re: ports-multimedia ?

2002-12-01 Thread Jens Rehsack
Ilia Chipitsine wrote:

Sure that your cvsupfile get's the most up-to-date version of the ports
tree? Maybe you just cvsup'ing against a release version.



sure.


Can you send me your cvsupfile, please.




*default host=cvsup4.ru.freebsd.org
*default base=/home
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

*default compress

ports-base
ports-multimedia


Hm, I do not understand why you do not update you entire ports and if 
the problem you detect has sth. to with it. I compared your cvsupfile to 
mine and detect that I use (to keep 4-STABLE in sync):

*default tag=RELENG_4
*default host=cvsup2.de.FreeBSD.org
*default prefix=/usr
*default base=/usr/local/etc/cvsup
*default release=cvs delete use-rel-suffix compress

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

You may see the difference to your tag definition. I recomment at first 
to write your wanted tag to a single line as I do. If that wouldn't help 
(but I'm sure you tried), delete your ports/multimedia and cvsup again. 
If that wont work, try to get ports-all and define a refuse file 
(${BASE}/sup/refuse).

Hope any of that helps,
Jens


--
L i  W W W  i Jens Rehsack
LW W W
L i   W   W W   W   i  nnnLiWing IT-Services
L iW W   W Wi  n  n  g   g
  i W W i  n  n  g   gFriesenstraße 2
  06112 Halle
 g
 g   g
Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/



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


Book:Freebsd-The complete reference (osbourne)

2002-12-01 Thread Defryn, Guy


I was wondering if anyone got to proofread this book?
What is it like?

Cheers

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



Re: debugging wheel mouse

2002-12-01 Thread Gregory Bond
 I disagree. The necessity of protocol auto is documented all the heck
 over the place, from the Handbook to the FAQ to the README.mouse file
 that comes with X itself.


Well, I spent a week or so reading the FAQ, searching the mail lists, reading
man pages and never saw  the fact that protocol auto gave different results
to protocol sysmouse mentioned - nor the fact that although protocol auto
reports it is using sysmouse, it is not the same.   That is just plain
confusing and should be prominently mentioned.  I never saw any such mention,
despite plenty of effort to solve this problem, so I reckon it needs better
documenting.

And, README.mouse says,

3.3  FreeBSD

FreeBSD supports the SysMouse protocol which must be specified when the
moused daemon is running in versions 2.2.1 or later.

When running the mouseddaemon, you must always specify the /dev/sysmouse
device and the SysMouse protocol to the X server, regardless of the actual
type of your mouse.

which actually tells you to do the +wrong+ thing.




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



Re: /dev/ums0 not initialized

2002-12-01 Thread Adam Bender

That didn't work, I get the same error.  What I have gotten to work is
using it in the PS/2 port and setting the X mouse device to /dev/psm0.
Any idea why it doesn't work with USB anymore?

Thanks,

Adam

On Sun, 1 Dec 2002, Mark Stosberg wrote:

 On Sun, 1 Dec 2002, Adam Bender wrote:

 
  When I left for break, I had a perfectly working system (FreeBSD
  4.7-CURRENT).  When I came back and booted it after being down for 5 days,
  when I try to start KDE I get an error saying no mouse found, device
  at /dev/ums0 is not initialized.  I'm using a Logitech USB mouse (I've
  also tried using it with a PS/2 converter, too).  Any ideas how I can
  get rid of the problem and get KDE to start again?

 As root, try running /stand/syinstall , then select Configure and then
 Mouse. It should help you configure and test your mouse interactively.

-mark

 http://mark.stosberg.com/




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



Re: ports-multimedia ?

2002-12-01 Thread Ilia Chipitsine
On Mon, 2 Dec 2002, Jens Rehsack wrote:

 Ilia Chipitsine wrote:
 Sure that your cvsupfile get's the most up-to-date version of the ports
 tree? Maybe you just cvsup'ing against a release version.
 
 
 sure.
 
 Can you send me your cvsupfile, please.
 
 
 
  *default host=cvsup4.ru.freebsd.org
  *default base=/home
  *default prefix=/usr
  *default release=cvs tag=.
  *default delete use-rel-suffix
 
  *default compress
 
  ports-base
  ports-multimedia

 Hm, I do not understand why you do not update you entire ports and if

I very understand why I don't update entire ports!
simply. because I don't need it, I don't want to pay extra for downloading
unneccessary stuff, and, after all, what was the reason of splitting
ports-all into ports-*** subcollections ???


 the problem you detect has sth. to with it. I compared your cvsupfile to
 mine and detect that I use (to keep 4-STABLE in sync):

 *default tag=RELENG_4
 *default host=cvsup2.de.FreeBSD.org
 *default prefix=/usr
 *default base=/usr/local/etc/cvsup
 *default release=cvs delete use-rel-suffix compress

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




 You may see the difference to your tag definition. I recomment at first

what is the difference in tag definition  I see no difference.
both of us update ports for HEAD tag.

 to write your wanted tag to a single line as I do. If that wouldn't help
 (but I'm sure you tried), delete your ports/multimedia and cvsup again.
 If that wont work, try to get ports-all and define a refuse file
 (${BASE}/sup/refuse).

 Hope any of that helps,
 Jens


 --
 L i  W W W  i Jens Rehsack
 LW W W
 L i   W   W W   W   i  nnnLiWing IT-Services
 L iW W   W Wi  n  n  g   g
   i W W i  n  n  g   gFriesenstraße 2
06112 Halle
   g
   g   g
 Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
 Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/





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



Re: /dev/ums0 not initialized

2002-12-01 Thread Cliff Sarginson
On Sun, Dec 01, 2002 at 10:36:47PM -0500, Adam Bender wrote:
 
 That didn't work, I get the same error.  What I have gotten to work is
 using it in the PS/2 port and setting the X mouse device to /dev/psm0.
 Any idea why it doesn't work with USB anymore?
 
 Thanks,
 
 Adam
 
 On Sun, 1 Dec 2002, Mark Stosberg wrote:
 
  On Sun, 1 Dec 2002, Adam Bender wrote:
 
  
   When I left for break, I had a perfectly working system (FreeBSD
   4.7-CURRENT).  When I came back and booted it after being down for 5 days,
   when I try to start KDE I get an error saying no mouse found, device
   at /dev/ums0 is not initialized.  I'm using a Logitech USB mouse (I've
   also tried using it with a PS/2 converter, too).  Any ideas how I can
   get rid of the problem and get KDE to start again?
 
  As root, try running /stand/syinstall , then select Configure and then
  Mouse. It should help you configure and test your mouse interactively.

I have a Logitect Cordless USB Mouse which works fine in console and KDE

rc.conf
---
usbd_enable=YES
moused_type=auto
moused_enable=YES
moused_flags=-z 4

XF86config
--

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/mouse
EndSection

lrwxr-xr-x  1 root  wheel  13 Feb  2  2002 /dev/mouse - /dev/sysmouse
crw---  1 root  wheel   12, 128 Nov 25 09:02 /dev/sysmouse

Now I always get a complaint on system boot about UMS0 not being
configured, coming from the moused_enable line I guess. I found however
that without that line the mouse did not work !
So I live with the error message. I did put a question about it to
-questions but got no response.
This was on a -stable of some time ago, and I have updated many times
since - but I have never fiddled with it since. So it isn't right, but
it works. I just live with the error.

-- 
Cliff

[ This mail has been checked as virus-free ]

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



directory listing doesn't show all files

2002-12-01 Thread chip wiegand
I have a mixed network of FreeBSD boxes and Win98 boxes. On one FBSD box
I use shlight to mount the c: drive of one win98 box. Works fine. When I
browser,  in any file manager or command line, a directory on the win98
box which contains almost 400 mp3's, on the FBSD box the directory
listing shows only the first 167 files. I view the same directory from
another win98 box and I see all files. On the FBSD box I used command
line ls, as well as the file manager with XFCE.
Any ideas why only about half of the files will be listed?
--
Chip

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



Always mystified by this. /stand file sizes

2002-12-01 Thread Cliff Sarginson
 I have been meaning to ask this since I started using FreeBSD but have
never dared to, since I thought I ought to know :)
Excerpt from /stand

-r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 -sh
-r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 [
-r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 arp
-r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 boot_crunch
-r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 cpio
-r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 dhclient
..
etc

What does this mean all these things of size 1865544.
And where is /stand exactly ? It certainly isn't taking up all
this space on root...

I feel today is the day I will finally know...I have given up trying to
work it out.

Please feel free to chastise me .. as someone who has worked on Unix
systems for a long time, I feel I should know...

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Re: Always mystified by this. /stand file sizes

2002-12-01 Thread Ruben de Groot
On Mon, Dec 02, 2002 at 07:38:15AM +0100, Cliff Sarginson typed:
  I have been meaning to ask this since I started using FreeBSD but have
 never dared to, since I thought I ought to know :)
 Excerpt from /stand
 
 -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 -sh
 -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 [
 -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 arp
 -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 boot_crunch
 -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 cpio
 -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 dhclient
 

Look at the hard link count (31). It's just one binary, which will behave differently 
depending on the name you call it by.

 ..
 etc
 
 What does this mean all these things of size 1865544.
 And where is /stand exactly ? It certainly isn't taking up all
 this space on root...
 
 I feel today is the day I will finally know...I have given up trying to
 work it out.
 
 Please feel free to chastise me .. as someone who has worked on Unix
 systems for a long time, I feel I should know...
 
 -- 
 Regards
Cliff Sarginson 
The Netherlands
 
 [ This mail has been checked as virus-free ]
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

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



Help

2002-12-01 Thread Roman N Rudencko


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



help

2002-12-01 Thread Anton Brusenko
help
--

Best regards,
Anton Brusenko
ICQ 160193274


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



Re: Always mystified by this. /stand file sizes

2002-12-01 Thread Cliff Sarginson
On Mon, Dec 02, 2002 at 07:50:30AM +0100, Ruben de Groot wrote:
 On Mon, Dec 02, 2002 at 07:38:15AM +0100, Cliff Sarginson typed:
   I have been meaning to ask this since I started using FreeBSD but have
  never dared to, since I thought I ought to know :)
  Excerpt from /stand
  
  -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 -sh
  -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 [
  -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 arp
  -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 boot_crunch
  -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 cpio
  -r-xr-xr-x  31 root  wheel  1865544 Sep 18  2001 dhclient
  
 
 Look at the hard link count (31). It's just one binary, which will behave 
differently 
 depending on the name you call it by.
 
Yes.
I should have noticed that.
Now I do :)

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



physically mounting a FreeBSD drive on a WinXP box

2002-12-01 Thread Bsd Neophyte

i don't know if posting this question is relavant to this group... but i
was wondering if it was possible to physically mount a former FreeBSD disk
on a winxp box.

i know someone would suggest that i mount the drive on the FreeBSD box and
get the files i need that way... however, this is not an easy process.  it
would be alot easier if i could take the drive and use something to take
the files from my WinXP system.

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

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



Strange WWW problem

2002-12-01 Thread Rick Hamell

For the last two weeks or so, my web server has stopped processing
requests after about 5:30pm or so until about 9:30 or later. I've checked
the logs and thought that the Nimbda virus was bogging my server down,
this was after I increased my MaxServers in http.conf from 10 to 20. Even
then I had 13 httpd processes running.

The weird part is that there will be periods of time when I can access any
of my web sites just fine for about 5 minutes or so before I start getting
The page Could not be found errors in IE. Nothing has changed recently
in the configuration, so I tend to lean towards being DOS'ed, either via
Nimbda or...? I'm seeing the attempts in my log, but right at this moment
I'm not seeing any new ones, only have 5 http process's active.. and still
can't access any of my domains via WWW.

Anyone have any ideals?

Rick

***
New home page: http://1nova.com
Ace Logan's Hardware Guide @ http://www.markeedragon.com
FreeBSD - The power to Serve! http://www.freebsd.org



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



Re: physically mounting a FreeBSD drive on a WinXP box

2002-12-01 Thread Roger 'Rocky' Vetterberg
Bsd Neophyte wrote:

i don't know if posting this question is relavant to this group... but i
was wondering if it was possible to physically mount a former FreeBSD disk
on a winxp box.

i know someone would suggest that i mount the drive on the FreeBSD box and
get the files i need that way... however, this is not an easy process.  it
would be alot easier if i could take the drive and use something to take
the files from my WinXP system.



AFAIK, this is not possible.
FreeBSD can mount Windows filesystems, but the other way around 
is not true.
As always, since m$ is the bigger one, the others have to follow 
their standards, while m$ itself doesnt care about anyone else's.

--
R




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