The FreeBSD Diary: 2006-04-09 - 2006-04-29

2006-04-30 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org 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:

14-Apr : Mailman - additional virtual domains
 You got one!  Now add more 
 http://freebsddiary.org/mailman-virtual-domains.php?2

10-Apr : Card reader for FreeBSD
 A useful way to get pictures off digital cameras 
 http://freebsddiary.org/card-reader.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


Re: Intel Macs and FreeBSD?

2006-04-30 Thread Mark Edwards

On Apr 27, 2006, at 1:52 PM, Bill Moran wrote:

On Thu, 27 Apr 2006 15:47:37 -0500 James Riendeau  
[EMAIL PROTECTED] wrote:



Why?  Mac OS X has a complete unix freebsd-like core called darwin
( http://www.darwin.org ).  There's no reason to install freebsd on
it.  Just install Mac Developer Tools (included in the Applications
folder), compile your favorite progs and go.


Have you actually tried this?  Installing ports from FreeBSD is about
50x easier than getting software compiled/installed on a Mac.  I've
been working with the Macs here at the office for a few weeks, and  
I've

come to realize just how wonderfully well-maintained FreeBSD's ports
are!

I'd take FreeBSD over MacOS any day.  Perhaps it will get better over
time, but I'm not impressed with it right now.


At the risk of digressing on this topic, I want to add that I am  
actually at this point deciding between FreeBSD for the migration  
(i.e. 4.x on an old Gateway to 6.x on a Intel Mac Mini) and Ubuntu.


The idea of moving to Ubuntu is that it might be simpler and less  
time-consuming to maintain a package-based system rather than  
building so much from source as I end up doing on FreeBSD.  And that  
the fact it is a GUI-focused distribution might simplify things a bit  
(the idea being that Ubuntu has a very set design, less open-ended  
than FreeBSD, perhaps easier to upgrade?).  The GUI might also help  
when others who are less unix-savvy than I have to or want to work  
with the server.


I considered migrating to OSX on the mini, and I do maintain an OSX  
Server machine at work, but I don't like the lack of a port system.   
Everything has to be built and fitted in manually, and all monitoring  
of updates is also manual labor.  Fink has its usefulness for desktop  
software, but the server packages are lacking.


For the record, this server runs apache/php/mysql, exim, cyrus-imapd,  
proftpd, netatalk, samba, spamassassin, clamav, squirrelmail,  
mailman, and DNS.  Stuff like that.  It has about 20 users, it isn't  
super busy.


So, how about it?  Is the concept of running this off of Ubuntu being  
easier than FreeBSD just a pipe-dream?  I have messed with Debian and  
Ubuntu, but never tried to run a server off of either.  I would love  
to hear from people who have been down both roads, whether there is  
some sense to it, or if I should just stick with FreeBSD.


Thanks for any insight, and thanks for the responses to this thread  
thus far...


--
Mark Edwards


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


libexpat.so.5 not found

2006-04-30 Thread dharam paul
I am getting folloing error while I try to start
apache :
/libexec/ld-elf.so.1: Shared object libexpat.so.5
not found, required by http  
   d
/usr/local/sbin/apachectl start: httpd could not be
started
usage: /usr/local/sbin/apachectl
(start|stop|restart|fullstatus|status|graceful|   
  configtest|help)

Help please,
dp



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libexpat.so.5 not found

2006-04-30 Thread Lars Eighner

On Sun, 30 Apr 2006, dharam paul wrote:


I am getting folloing error while I try to start
apache :
/libexec/ld-elf.so.1: Shared object libexpat.so.5
not found, required by http
  d
/usr/local/sbin/apachectl start: httpd could not be
started
usage: /usr/local/sbin/apachectl
(start|stop|restart|fullstatus|status|graceful|
 configtest|help)

Help please,
dp


The most likely cause of this is that you have upgraded to some version of
FreeBSD 6.  In that case, the quick fix is to install the compat5x port in
misc.  Be sure to update your ports tree before attempting this.  This
is the first thing to try if you must get your server up immediately.

The alternative is to update your ports tree and then use portupgrade to
reinstall ALL installed ports.  This is the right way when you are sure
you ports tree is in sync with your version of the OS, but it can be a long
process even with a fast machine.

If you did not upgrade to 6.x, you may have upgrade expat incorrectly (if
memory serves), which might have happened if you used portupgrade to install
or upgrade one of its many dependencies.  Check the UPDATING file in the
ports tree for information on correctly upgrading expat2.

Possibly you installed apache from a binary that does not match your system.
This should not have been possible, but oversights sometimes occur.

It is impossible to be more specific without (at least) the following
information:

1) What version of FreeBSD you are running (i.e. output of uname -a).
2) Did this version of apache ever work on your system?
3) Have you upgraded the system?
4) Have you used portupgrade to install something that might depend on
expat?
5) Have you recently upgraded your port tree?  Are you sure your port tree
is appropriate for the version of the system you are using.

--
Lars Eighner
[EMAIL PROTECTED]  [EMAIL PROTECTED]
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

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


Re: permissions dilemma

2006-04-30 Thread Gerard Seibert
jekillen wrote:

 
 On Apr 29, 2006, at 2:07 PM, Gerard Seibert wrote:
 
  jekillen wrote:
 
 
  On Apr 29, 2006, at 4:21 AM, Gerard Seibert wrote:
 
  jekillen wrote:
 
 
  On Apr 28, 2006, at 5:38 PM, Gerard Seibert wrote:
 
  jekillen wrote:
 
  Hello:
  I have had a problem with installing MySQL 5.0.18 on a FreeBSD v 
  6.0
  installation
  where everything seems to compile and install correctly but the
  server
  crashes
  immediately on start up with permission to create/write it's .pid
  file
  denied.
  Then the screen saver daemon refuses to start in X windows with a
  permission denied
  error. It originally worked fine. But at some point recently the
  screen
  saver quit working.
  When I went to Gnome preferences and tried to set the screen 
  saver I
  was
  informed that the screen saver daemon wasn't running. When I tried
  to
  have it
  start I was presented with the permission denied error and to 
  check
  the
  $path
  variable.
  I tried installing MySQL twice, each time with the same problem.
  As I understand it, permissions in Unix are part of the file 
  system
  format.
  The only possible link between MySQL and the screen saver daemon,
  possibly, is the
  mysql user needed to run mysqld.
 
  Could I have a corrupted file system in such a way as to cause
  permission problems?
 
  thanks in advance.
  JK
 
  Are you starting MySQL with the script in /usr/local/etc/rc.d/ upon
  bootup?
 
  Boy that was fast, I just posted this message a moment ago...
  No I was just testing it using the mysqld_safe --user=mysql 
  approach.
 
  It won't work that way.
 
  Sorry, yes it does work that way. I've done this on another
  machine running the same version of FreeBSD and the instruction
  specifically specify to start the daemon this way to test the install.
  (I installed from source on both machines using the same source
  tarball).
  Every time I start this machine I start MySQL manually this way.
  (Since this is a production server, it is up continuously and
  it doesn't have Xwindows installed)
   I made the same mistake once myself. You might
  have introduced another problem however. The files created in
  '/var/db/mysql' [probable have the wrong permissions set on them.
  This is a possibility, I'll check it out.
 
  The easiest fix would be to just remove that directory and then start
  mysql properly. Usually '/usr/local/etc/rc.d/mysql-server start' 
  should
  do the trick. The directories will be build correctly.
 
  At then end of the build of mysql are directions for creating users.
  You
  do that after mysql has been started.
  not according to the instruction in the INSTALL-SOURCE.
   If you no longer have that
  information, I can supply you with it.
  I'm confused as to the class of user to assign mysql to.
  It shouldn't be a user that anyone can login as, nor have
  it's own home dir or login shell should it? adduser asks
  and expects answers to all these questions. I don't recall
  what I did on the machine that is running mysql. I guess
  I could look at the password file on that machine to get
  some idea.
  Since the machine that won't start MySQL also has
  XWindows intalled, the kdm login prompt list mysql
  as a user that can log into a windowing session.
  That shouldn't be necessary at all. That is why I
  think the issue with the screen saver daemon
  is connected to this.
 
  Just out of curiosity, are you installing MySQL from the ports system? 
  I
  am just wondering because I have never had to take any extraneous steps
  to get MySQL up and running. After installing from ports, I would just
  run the script in /usr/local/etc/rc.d and things would work fine.
  Obviously, I had to place the mysql_enable=YES notation in
  /etc/rc.conf prior to starting MySQL. After that I would just create 
  the
  passwords, etc.
 No, I installed it from a source tarball following the INSTALL-SOURCE
 instructions, the O'Reilly book, MySQL Reference Manual, and 
 /configure --help
 I did this on two machines with AMD64 processors and FreeBSD v6.0 from
 a packaged cd set. On both machines, I installed from the same source 
 tarball
 One has been successful with MySQL and the other not. I have installed 
 several other
 non trivial software packages from the same source tarballs on both 
 machines
 and they all went through with glitches that I was able to correct or 
 work around.
 JK
 
That would account for the difference in start up procedures then. If
the original poster had installed from the ports collection, the startup
scenario that you described would not be necessary, nor required. I
believe the original poster had installed from ports. You should have
made it known to him that you had not followed that route.

Is there any particular reason that you are avoiding the ports
collection for obtaining and install MySQL?


-- 
Gerard Seibert
[EMAIL PROTECTED]


The frustrating thing is that the key to success doesn't always fit
your ignition.

 Anonymous

Re: libexpat.so.5 not found

2006-04-30 Thread Jonathan Horne
something probably upgraded libexpat.so to .6.  my .6 is located 
at /usr/local/lib/libexpat.so.6.  what i do when i get into situations where 
one app demands an old version, is just symlink the old version to the new.

ln -s /usr/local/lib/libexpat.so.6 /usr/local/lib/libexpat.so.5

this will cause apache to see a libexpat.so.5, but it will be using the .6 
version.

hth,
jonathan

On Sunday 30 April 2006 04:31, dharam paul wrote:
 I am getting folloing error while I try to start
 apache :
 /libexec/ld-elf.so.1: Shared object libexpat.so.5
 not found, required by http
d
 /usr/local/sbin/apachectl start: httpd could not be
 started
 usage: /usr/local/sbin/apachectl
 (start|stop|restart|fullstatus|status|graceful|
   configtest|help)

 Help please,
 dp



 __
 Yahoo! India Matrimony: Find your partner now. Go to
 http://yahoo.shaadi.com ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Intel Macs and FreeBSD?

2006-04-30 Thread Uwe Laverenz
On Sun, Apr 30, 2006 at 02:03:20AM -0700, Mark Edwards wrote:

 So, how about it?  Is the concept of running this off of Ubuntu being  
 easier than FreeBSD just a pipe-dream?  I have messed with Debian and  
 Ubuntu, but never tried to run a server off of either.  I would love  
 to hear from people who have been down both roads, whether there is  
 some sense to it, or if I should just stick with FreeBSD.

A good way to make the right decision would be intensive testing of the
systems you don't know (Debian/Ubuntu). Install them, read about them,
see how they fit your needs.

From my experience, running a server using a Debian-based system is a
lot easier and safer (as long as you choose one of their stable
releases). You get a well-tested set of software that does not change
if you don't want it. Installing the latest security fixes is as easy
as typing apt-get update followed by an apt-get upgrade. The
downside with running stable is that after a while the software will
be somewhat outdated. This is not a problem for servers, but many people
don't like old software on their desktops (Debian-Stable aka Sarge
comes with Gnome 2.8, for example). This is one of the problems that
Ubuntu tries to solve: they try to get a new release done twice a year.
A quite common answer to the question which distribution? is:
Debian-Stable for servers, Ubuntu for workstations.

hth,
Uwe

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


playing a dvd

2006-04-30 Thread eoghan

Hi
Im trying to open a dvd and play it. I am trying a number of programs 
but I cannot seem to get it to open my dvd.

I have tried totem, kmplayer and finally mplayer from terminal.
$mplayer dvd://1
gives me:

libdvdread: Could not open device with libdvdcss.
libdvdread: Can't open /dev/acd0 for reading.
Couldn't open DVD device: /dev/acd0

This seems to have happened a few weeks ago, because i have used 
kmplayer (on gnome) before and I had no problems playing dvd's.

Could someone help me out?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Intel Macs and FreeBSD?

2006-04-30 Thread John Cruz

Mark Edwards wrote:
At the risk of digressing on this topic, I want to add that I am 
actually at this point deciding between FreeBSD for the migration 
(i.e. 4.x on an old Gateway to 6.x on a Intel Mac Mini) and Ubuntu.


The idea of moving to Ubuntu is that it might be simpler and less 
time-consuming to maintain a package-based system rather than building 
so much from source as I end up doing on FreeBSD.  And that the fact 
it is a GUI-focused distribution might simplify things a bit (the idea 
being that Ubuntu has a very set design, less open-ended than FreeBSD, 
perhaps easier to upgrade?).  The GUI might also help when others who 
are less unix-savvy than I have to or want to work with the server.


I considered migrating to OSX on the mini, and I do maintain an OSX 
Server machine at work, but I don't like the lack of a port system.  
Everything has to be built and fitted in manually, and all monitoring 
of updates is also manual labor.  Fink has its usefulness for desktop 
software, but the server packages are lacking.


For the record, this server runs apache/php/mysql, exim, cyrus-imapd, 
proftpd, netatalk, samba, spamassassin, clamav, squirrelmail, mailman, 
and DNS.  Stuff like that.  It has about 20 users, it isn't super busy.


So, how about it?  Is the concept of running this off of Ubuntu being 
easier than FreeBSD just a pipe-dream?  I have messed with Debian and 
Ubuntu, but never tried to run a server off of either.  I would love 
to hear from people who have been down both roads, whether there is 
some sense to it, or if I should just stick with FreeBSD.


Thanks for any insight, and thanks for the responses to this thread 
thus far...


--
Mark Edwards

Ubuntu has a pretty good package manager system, open the little window, 
find the program you want, and it installs it. It's nice, much better 
than that RPM stuff. No ports system like freeBSD, but still nice.


The GUI should not be an issue. You should take a look at DesktopBSD 
http://www.desktopbsd.net/ which is freeBSD configured for the GUI right 
off the install , much nicer on an environment where others may be using 
it. Aside from these desktop friendly configurations, it's exactly the 
same as any other freeBSD. This is the route I would go if I wanted GUIness.


-John



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


device ath compile in kernel

2006-04-30 Thread dick hoogendijk
I wanted to compile my wifi ath based card in the new kernel, but got
some errors that I can't solve myself.
After adding device ath I got compilation errors (ath_hal errors), so
I put in device ath_hal (although there is no mention of it in the
dox). The hal errors dissappeared, but now I got ath_rate errors while
compiling. Adding device ath_rate did not work. ;-) Does not exist..

So, what exactly do I put in the kernel config when I want to compile
support for my ath based wifi card?
The wlan options compile in are:
# Wireless NIC cards
device  wlan#802.11 support
device  wlan_wep#802.11 WEP support
device  wlan_ccmp   #802.11 CCMP support
device  wlan_tkip   #802.11 TKIP support
device  wlan_xauth  #802.11 ext authenticatorsupport
device  wlan_acl#802.11 MAC ACL support

How do I add my ath card ? Loading it from /boot/loader.conf goes well,
but I want it in the kernel.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: playing a dvd

2006-04-30 Thread dick hoogendijk
On Sun, 30 Apr 2006 15:09:48 +0100
eoghan [EMAIL PROTECTED] wrote:

 Hi
 Im trying to open a dvd and play it. I am trying a number of programs 
 but I cannot seem to get it to open my dvd.

For playing DVD's try ogle. It's very fast, no stuttering audio, etc.

OGLE is just fot DVD playing though. ;-)

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: device ath compile in kernel

2006-04-30 Thread Erik Trulsson
On Sun, Apr 30, 2006 at 04:16:22PM +0200, dick hoogendijk wrote:
 I wanted to compile my wifi ath based card in the new kernel, but got
 some errors that I can't solve myself.
 After adding device ath I got compilation errors (ath_hal errors), so
 I put in device ath_hal (although there is no mention of it in the
 dox). The hal errors dissappeared, but now I got ath_rate errors while
 compiling. Adding device ath_rate did not work. ;-) Does not exist..
 
 So, what exactly do I put in the kernel config when I want to compile
 support for my ath based wifi card?
 The wlan options compile in are:
 # Wireless NIC cards
 devicewlan#802.11 support
 devicewlan_wep#802.11 WEP support
 devicewlan_ccmp   #802.11 CCMP support
 devicewlan_tkip   #802.11 TKIP support
 devicewlan_xauth  #802.11 ext authenticatorsupport
 devicewlan_acl#802.11 MAC ACL support
 
 How do I add my ath card ? Loading it from /boot/loader.conf goes well,
 but I want it in the kernel.

The ath(4) manpage says:

  NAME
   ath -- Atheros IEEE 802.11 wireless network driver

  SYNOPSIS
   To compile this driver into the kernel, place the following lines in your
   kernel configuration file:

 device ath
 device ath_hal
 device ath_rate_sample
 device wlan

   Alternatively, to load the driver as a module at boot time, place the
   following line in loader.conf(5):

 if_ath_load=YES
[...]


You will also need the various wlan_xxx options you list above if you wish
to use WPA and/or WEP.  (Using WPA is strongly recommended.)



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


Re: playing a dvd

2006-04-30 Thread eoghan

dick hoogendijk wrote:

On Sun, 30 Apr 2006 15:09:48 +0100
eoghan [EMAIL PROTECTED] wrote:


Hi
Im trying to open a dvd and play it. I am trying a number of programs 
but I cannot seem to get it to open my dvd.


For playing DVD's try ogle. It's very fast, no stuttering audio, etc.

OGLE is just fot DVD playing though. ;-)



Thanks
But I get the same error with ogle; with the addition of:
DVDSetDVDRoot:: Root not set

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


Re: device ath compile in kernel

2006-04-30 Thread Eric Schuele

dick hoogendijk wrote:

I wanted to compile my wifi ath based card in the new kernel, but got
some errors that I can't solve myself.
After adding device ath I got compilation errors (ath_hal errors), so
I put in device ath_hal (although there is no mention of it in the
dox). The hal errors dissappeared, but now I got ath_rate errors while
compiling. Adding device ath_rate did not work. ;-) Does not exist..

So, what exactly do I put in the kernel config when I want to compile
support for my ath based wifi card?
The wlan options compile in are:
# Wireless NIC cards
device  wlan#802.11 support
device  wlan_wep#802.11 WEP support
device  wlan_ccmp   #802.11 CCMP support
device  wlan_tkip   #802.11 TKIP support
device  wlan_xauth  #802.11 ext authenticatorsupport
device  wlan_acl#802.11 MAC ACL support

How do I add my ath card ? Loading it from /boot/loader.conf goes well,
but I want it in the kernel.



I've got the following:
# wLAN stuff
device wlan_wep
device wlan_ccmp
device wlan_tkip

# Ath NIC
device ath
device ath_hal
device ath_rate_sample   # - probably what you are missing.

HTH

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


Re: device ath compile in kernel

2006-04-30 Thread dick hoogendijk
On Sun, 30 Apr 2006 09:42:05 -0500
Eric Schuele [EMAIL PROTECTED] wrote:

 dick hoogendijk wrote:
  How do I add my ath card ? Loading it from /boot/loader.conf goes
  well, but I want it in the kernel.
  
 
 I've got the following:
 # wLAN stuff
 device wlan_wep
 device wlan_ccmp
 device wlan_tkip
 
 # Ath NIC
 device ath
 device ath_hal
 device ath_rate_sample   # - probably what you are missing.

That was it. Thank you very much.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: playing a dvd

2006-04-30 Thread Fabian Keil
eoghan [EMAIL PROTECTED] wrote:

 Im trying to open a dvd and play it. I am trying a number of programs 
 but I cannot seem to get it to open my dvd.
 I have tried totem, kmplayer and finally mplayer from terminal.
 $mplayer dvd://1
 gives me:
 
 libdvdread: Could not open device with libdvdcss.
 libdvdread: Can't open /dev/acd0 for reading.
 Couldn't open DVD device: /dev/acd0
 
 This seems to have happened a few weeks ago, because i have used 
 kmplayer (on gnome) before and I had no problems playing dvd's.
 Could someone help me out?

Does your user have read permissions for /dev/acd0?

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


RE: FreeBSD 6.0 compat with DL320 G4

2006-04-30 Thread [EMAIL PROTECTED]@mgEDV.net

just for info: our dl320 g4 also has bge interfaces, and
they work very well under 6.1-RC1 (even BETA4 was ok).
but our server has been bought 2 months ago, maybe there's
a newer/different chipset in it.
we also have a dl320 g2 being heavily used as lan switches
monitor, this server also has bge interfaces and had no
problem since 1 year capturing and analyzing more than
26GB/day (avg) of nw-data on the 2nd interface and serving
more than 4GB/day (avg) on the primary one (both IPv4 only).

c ya ;-)

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


apache not starting: FreeBSd 5.4

2006-04-30 Thread dharam paul
This is a n00b here,

#apachectl configtest
Syntax ok
httpd-error.log reports:
Mon May  1 00:48:28 2006] [alert] mod_unique_id:
unable to gethostbyname([EMAIL PROTECTED])

I am not able to understand what the problem is

ServerName 127.0.0.1 (this line is uncommented)
Listen 192.168.1.14:80 (This line commented or
uncommented does not alter
the error:
Error remains :
/usr/local/sbin/apachectl start: httpd could not be
started
I am going to use apache for the local intranet. It
looks as if the host name [EMAIL PROTECTED] has
to be changed.

Please help solve the problem
Thanks n regards



__

Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com




Jiyo cricket on Yahoo! India cricket 
http://in.sports.yahoo.com/cricket/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libexpat.so.5 not found

2006-04-30 Thread dharam paul
Sir,
 libexpat.so.5 problem is solved by deinstalling and
reinstalling apache.
But now I am not able to start apache:
This is a n00b here,

#apachectl configtest
Syntax ok
httpd-error.log reports:
Mon May  1 00:48:28 2006] [alert] mod_unique_id:
unable to gethostbyname([EMAIL PROTECTED])

A part of httpd.conf:-
ServerName 127.0.0.1 (this line is uncommented)
Listen 192.168.1.14:80 (This line commented or
uncommented does not alter
the error:
Error remains :
/usr/local/sbin/apachectl start: httpd could not be
started
I am going to use apache for the local intranet. It
looks as if the host name [EMAIL PROTECTED] has
to be changed.

Please help solve the problem
Thanks n regards

--- Jonathan Horne [EMAIL PROTECTED] wrote:

 something probably upgraded libexpat.so to .6.  my
 .6 is located 
 at /usr/local/lib/libexpat.so.6.  what i do when i
 get into situations where 
 one app demands an old version, is just symlink the
 old version to the new.
 
 ln -s /usr/local/lib/libexpat.so.6
 /usr/local/lib/libexpat.so.5
 
 this will cause apache to see a libexpat.so.5, but
 it will be using the .6 
 version.
 
 hth,
 jonathan
 
 On Sunday 30 April 2006 04:31, dharam paul wrote:
  I am getting folloing error while I try to start
  apache :
  /libexec/ld-elf.so.1: Shared object
 libexpat.so.5
  not found, required by http
 d
  /usr/local/sbin/apachectl start: httpd could not
 be
  started
  usage: /usr/local/sbin/apachectl
  (start|stop|restart|fullstatus|status|graceful|
   
 configtest|help)
 
  Help please,
  dp
 
 
 
 

__
  Yahoo! India Matrimony: Find your partner now. Go
 to
  http://yahoo.shaadi.com
 ___
  freebsd-questions@freebsd.org mailing list
 

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

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





Jiyo cricket on Yahoo! India cricket 
http://in.sports.yahoo.com/cricket/



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: apache not starting: FreeBSd 5.4

2006-04-30 Thread fbsd
[EMAIL PROTECTED] is a email address not a web server name.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of dharam paul
Sent: Sunday, April 30, 2006 11:50 AM
To: freebsd
Subject: apache not starting: FreeBSd 5.4


This is a n00b here,

#apachectl configtest
Syntax ok
httpd-error.log reports:
Mon May  1 00:48:28 2006] [alert] mod_unique_id:
unable to gethostbyname([EMAIL PROTECTED])

I am not able to understand what the problem is

ServerName 127.0.0.1 (this line is uncommented)
Listen 192.168.1.14:80 (This line commented or
uncommented does not alter
the error:
Error remains :
/usr/local/sbin/apachectl start: httpd could not be
started
I am going to use apache for the local intranet. It
looks as if the host name [EMAIL PROTECTED] has
to be changed.

Please help solve the problem
Thanks n regards



__

Yahoo! India Matrimony: Find your partner now. Go to
http://yahoo.shaadi.com




Jiyo cricket on Yahoo! India cricket
http://in.sports.yahoo.com/cricket/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

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


gigabit ethernet pci

2006-04-30 Thread dick hoogendijk
The IntelPRO/1000 is a very good gigabit ethernet card, am I correct?
I read that it gives lots of diffs and most cards are not that good.

I'm looking for a card that is good, supports jumbo frames and is not
/that/ expensive ;-)

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dirty reboots on FreeBSD 6.0-RELEASE

2006-04-30 Thread Mathias Menzel-Nielsen

Hi

I just moved to FreeBSD amd64 for my desktop after i have run the i386 
port successfully for many years.


Most things are fine as usual, but i have some problems with the linux 
compatibility abi:


I installed linux-firefox on a rh-9 base and it works fine but if i 
access websites with flash-content on them
the system sometimes hangs for about 10 seconds and then reboots in a 
dirty way (like a hard reset) leaving

all discs unflushed.

Is the linux comp. abi not able to deal with x86 binaries on amd64?

Another issue is that, though the native jdk-1.5 is working fine, the 
linux-jdk-1.4.2 vm (x86) just

hangs at 100% cpu every once and when, especially the linux-firefox plugin.

There are no panics or hintful entries in /var/log/* after reboot

hyperkobold# uname -a
FreeBSD hyperkobold 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Nov  2 
19:07:38 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  
amd64




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


Re: libexpat.so.5 not found

2006-04-30 Thread Mike Bristow
On Sun, Apr 30, 2006 at 04:57:09PM +0100, dharam paul wrote:
 #apachectl configtest
 Syntax ok
 httpd-error.log reports:
 Mon May  1 00:48:28 2006] [alert] mod_unique_id:
 unable to gethostbyname([EMAIL PROTECTED])


Something in the apache config says [EMAIL PROTECTED]
(which looks like an email address) where apache is expecting
a hostname.

Post your httpd.conf somewhere if you need more help.

-- 
I don't play The Game - it's for five-year-olds with delusions of adulthood.

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


Re: cyrus-imapd 2.2.13 port failing to build

2006-04-30 Thread Martin Schweizer
Am Sun, Apr 30, 2006 at 07:06:08PM +0200 Martin Schweizer schrieb:
 Hello Mark
 
 I had a similar problem and changed to 2.3.3 without large problem (make 
 install, make deinstall and make reinstall). All configs where unchanged.
 
 
 Am Sat, Apr 29, 2006 at 02:53:21AM -0700 Mark Edwards schrieb:
  I am trying to upgrade to the cyrus-imapd 2.2.13 port.  I have been  
  running 2.2.12 successfully for many months.  This is on FreeBSD  
  4.11p16.
  
  The build is failing as below.  Does anyone have an idea if this is  
  fixable?
 -- 
 
 Regards
 
 Martin 
 [EMAIL PROTECTED]
 
 PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
 Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
 public key : http://www.pc-service.ch/pgp/public_key.asc; 
 fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;
 



-- 

Regards
Gruss
Mit freundlichen Grüssen

Martin Schweizer
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgppROLRSEob3.pgp
Description: PGP signature


Re: playing a dvd

2006-04-30 Thread eoghan

Fabian Keil wrote:

eoghan [EMAIL PROTECTED] wrote:

Im trying to open a dvd and play it. I am trying a number of programs 
but I cannot seem to get it to open my dvd.

I have tried totem, kmplayer and finally mplayer from terminal.
$mplayer dvd://1
gives me:

libdvdread: Could not open device with libdvdcss.
libdvdread: Can't open /dev/acd0 for reading.
Couldn't open DVD device: /dev/acd0

This seems to have happened a few weeks ago, because i have used 
kmplayer (on gnome) before and I had no problems playing dvd's.

Could someone help me out?


Does your user have read permissions for /dev/acd0?

Fabian


Thanks Fabian
How can i check this. Im not using root.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to remove this (maybe tinydns?)...

2006-04-30 Thread Mare Negrocan
I runned my box freebsd 4.10 and noticed in ps aux this lines:


root 212  0.0  0.4   868  104 con- I 8:30PM   0:00.02 readproctitle
service errors: ..
root 211  0.0  1.1   920  284 con- S 8:30PM   0:00.62 svscan
/service
root 206  0.0  0.2   632   48 con- I 8:30PM   0:00.02 /bin/sh
/command/svscanboot

How to remove them?

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


Re: playing a dvd

2006-04-30 Thread Fabian Keil
eoghan [EMAIL PROTECTED] wrote:

 Fabian Keil wrote:
  eoghan [EMAIL PROTECTED] wrote:
  
  Im trying to open a dvd and play it. I am trying a number of programs 
  but I cannot seem to get it to open my dvd.
  I have tried totem, kmplayer and finally mplayer from terminal.
  $mplayer dvd://1
  gives me:
 
  libdvdread: Could not open device with libdvdcss.
  libdvdread: Can't open /dev/acd0 for reading.
  Couldn't open DVD device: /dev/acd0
 
  This seems to have happened a few weeks ago, because i have used 
  kmplayer (on gnome) before and I had no problems playing dvd's.
  Could someone help me out?
  
  Does your user have read permissions for /dev/acd0?

 Thanks Fabian
 How can i check this. Im not using root.
 
[EMAIL PROTECTED] ~ $ls -l /dev/acd0 
crw-rw  1 root  operator0,  99 Apr 30 13:28 /dev/acd0

[EMAIL PROTECTED] ~ $id
uid=1001(fk) gid=1001(fk) groups=1001(fk), 0(wheel), 5(operator), 201(privoxy)

To get these permissions I have: 

[EMAIL PROTECTED] ~ $grep ^perm /etc/devfs.conf
permsmb00660
permacd00660
permxpt00660
permpass0   0660

If your user isn't already part of the operator group you
could add him/her, or make /dev/acd0 world readable (0664).

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: F.B.I. are stealing from suspects

2006-04-30 Thread Kyrre Nygard


Hahaha damn, that was hillarious :P

At 05:56 29.04.2006, james dandey wrote:

In the San Francisco/Bay area where  the cost of living is high. Some FBI
  are propping up thier lifestyles by stealing from suspects.

-
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: F.B.I. are stealing from suspects

2006-04-30 Thread Bill Campbell
On Sun, Apr 30, 2006, Kyrre Nygard wrote:

Hahaha damn, that was hillarious :P

The difference between the IRS and a mugger is that the mugger doesn't make
you fill out forms and usually doesn't come back continuously for more
plunder.

At 05:56 29.04.2006, james dandey wrote:
In the San Francisco/Bay area where  the cost of living is high. Some FBI
  are propping up thier lifestyles by stealing from suspects.

-
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

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


-- 
Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

``One of the common failings among honorable people is a failure to
appreciate how thoroughly dishonorable some other people can be, and how
dangerous it is to trust them.''
- Thomas Sowell
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Hacked? How can I tell what process is sending packets from a particular port (udp/55613)?

2006-04-30 Thread boink

Dear FreeBSD,

I see outbound packets from udp/55613, one every 5 seconds, to a
single non-routable (10) IP, with destination port increasing by 1
with each packet, with expected ICMP Destination net unreachables from
an upstream router.

AFAIK, there's no reason for this and I don't like it - how can I tell
which process is sending the packets?

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


Re: Hacked? How can I tell what process is sending packets from a particular port (udp/55613)?

2006-04-30 Thread Frank Steinborn
boink wrote:
 Dear FreeBSD,
 
 I see outbound packets from udp/55613, one every 5 seconds, to a
 single non-routable (10) IP, with destination port increasing by 1
 with each packet, with expected ICMP Destination net unreachables from
 an upstream router.
 
 AFAIK, there's no reason for this and I don't like it - how can I tell
 which process is sending the packets?
 
 With thanks in advance,
 boink

Try to catch the process with sockstat -46p 55613

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


Re: Hacked? How can I tell what process is sending packets from a particular port (udp/55613)?

2006-04-30 Thread Glenn Dawson

At 01:52 PM 4/30/2006, boink wrote:

Dear FreeBSD,

I see outbound packets from udp/55613, one every 5 seconds, to a
single non-routable (10) IP, with destination port increasing by 1
with each packet, with expected ICMP Destination net unreachables from
an upstream router.

AFAIK, there's no reason for this and I don't like it - how can I tell
which process is sending the packets?


sockstat -c should give you the info you need.

-Glenn



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


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


Zero Copy, FreeBSD and Linus Torvalds opinion

2006-04-30 Thread Iantcho Vassilev

Hello guys,


in bsdnews.com i found this link http://kerneltrap.org/node/6506 and
particulary this:

I claim that Mach people (and apparently FreeBSD) are incompetent idiots.
Playing games with VM is bad. memory copies are _also_ bad, but quite
frankly, memory copies often have _less_ downside than VM games, and bigger
caches will only continue to drive that point home.




What do you think about it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Zero Copy, FreeBSD and Linus Torvalds opinion

2006-04-30 Thread Wilko Bulte
On Mon, May 01, 2006 at 12:09:29AM +0300, Iantcho Vassilev wrote..
 Hello guys,
 
 
 in bsdnews.com i found this link http://kerneltrap.org/node/6506 and
 particulary this:
 
 I claim that Mach people (and apparently FreeBSD) are incompetent idiots.
 Playing games with VM is bad. memory copies are _also_ bad, but quite
 frankly, memory copies often have _less_ downside than VM games, and bigger
 caches will only continue to drive that point home.
 
 What do you think about it?

That you are a bit late in discovering this one ;)

Enough time has been wasted on it, at least on the project-internal
lists, so please let it rest.

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


Re: Zero Copy, FreeBSD and Linus Torvalds opinion

2006-04-30 Thread Kip Macy

The implementation is  7 years old, not used by default,  and was
intended for a specific application. There really isn't much to say.

  -Kip

On 4/30/06, Iantcho Vassilev [EMAIL PROTECTED] wrote:

Hello guys,


in bsdnews.com i found this link http://kerneltrap.org/node/6506 and
particulary this:

I claim that Mach people (and apparently FreeBSD) are incompetent idiots.
Playing games with VM is bad. memory copies are _also_ bad, but quite
frankly, memory copies often have _less_ downside than VM games, and bigger
caches will only continue to drive that point home.




What do you think about it?
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: cyrus-imapd 2.2.13 port failing to build

2006-04-30 Thread Martin Schweizer
Did you change the settings in Makefile also? Do you use krb5 for 
authentication?


Am Sat, Apr 29, 2006 at 02:53:21AM -0700 Mark Edwards schrieb:
 I am trying to upgrade to the cyrus-imapd 2.2.13 port.  I have been  
 running 2.2.12 successfully for many months.  This is on FreeBSD  
 4.11p16.
 
 The build is failing as below.  Does anyone have an idea if this is  
 fixable?
 
 .
 .
 .
 cc -L/usr/lib -R/usr/lib -L/usr/local/lib -R/usr/local/lib  -rpath=/ 
 usr/lib:/usr/local/lib -o imapd  ../master/service.o pushstats.o  
 backend.o imapd.o index.o tls.o version.o mutex_fake.o  libimap.a ../ 
 lib/libcyrus.a ../lib/libcyrus_min.a -L/usr/local/lib  -R/usr/local/ 
 lib -lsasl2   -lfl   -L/usr/local/lib  -R/usr/local/lib -ldb41 -lssl - 
 lcrypto -lmd ../et/libcom_err.a -lwrap
 ../lib/libcyrus.a(auth_krb5.o): In function `mycanonifyid':
 auth_krb5.o(.text+0x154): undefined reference to `krb5_init_context'
 auth_krb5.o(.text+0x16f): undefined reference to `krb5_parse_name'
 auth_krb5.o(.text+0x189): undefined reference to  
 `krb5_get_default_realm'
 auth_krb5.o(.text+0x1c2): undefined reference to `krb5_build_principal'
 auth_krb5.o(.text+0x1d7): undefined reference to `krb5_free_principal'
 auth_krb5.o(.text+0x1e2): undefined reference to `krb5_free_context'
 auth_krb5.o(.text+0x209): undefined reference to `krb5_realm_compare'
 auth_krb5.o(.text+0x225): undefined reference to `krb5_free_principal'
 auth_krb5.o(.text+0x248): undefined reference to `krb5_unparse_name'
 auth_krb5.o(.text+0x25d): undefined reference to `krb5_free_principal'
 auth_krb5.o(.text+0x268): undefined reference to `krb5_free_context'
 auth_krb5.o(.text+0x29a): undefined reference to `krb5_free_principal'
 auth_krb5.o(.text+0x2a5): undefined reference to `krb5_free_context'
 *** Error code 1
 
 Stop in /usr/ports/mail/cyrus-imapd22/work/cyrus-imapd-2.2.13/imap.
 *** Error code 1
 
 Stop in /usr/ports/mail/cyrus-imapd22/work/cyrus-imapd-2.2.13.
 *** Error code 1
 
 Stop in /usr/ports/mail/cyrus-imapd22.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 

Regards

Martin 
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgpq7Sotys5AO.pgp
Description: PGP signature


Solved: How can I tell what process is sending packets from a particular port (udp/55613)?

2006-04-30 Thread boink

Frank, Glenn,

Thank you for the *very* quick responses (to try sockstat -46p 55613).

Actually, I had misread the source address (red face) - it's from
someone else's machine with a similar IP I didn't recognise (second
DSL was added earlier this week and a small co-hosting centre is now
routed through my place).

My humble apologies, but thank you both for the tip.

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


Re: Zero Copy, FreeBSD and Linus Torvalds opinion

2006-04-30 Thread Iantcho Vassilev

My first impression was as of Kip...
But i think Linus attitude isn`t very perfect


The big guy is showing muscles...



On 5/1/06, Kip Macy [EMAIL PROTECTED] wrote:


The implementation is  7 years old, not used by default,  and was
intended for a specific application. There really isn't much to say.

   -Kip

On 4/30/06, Iantcho Vassilev [EMAIL PROTECTED] wrote:
 Hello guys,


 in bsdnews.com i found this link http://kerneltrap.org/node/6506 and
 particulary this:

 I claim that Mach people (and apparently FreeBSD) are incompetent
idiots.
 Playing games with VM is bad. memory copies are _also_ bad, but quite
 frankly, memory copies often have _less_ downside than VM games, and
bigger
 caches will only continue to drive that point home.




 What do you think about it?
 ___
 freebsd-hackers@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to 
[EMAIL PROTECTED]



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


Re: Sendmail Compile-Time Configuration - Success

2006-04-30 Thread Giorgos Keramidas
On 2006-04-30 02:55, Duane Whitty [EMAIL PROTECTED] wrote:
Giorgos Keramidas wrote:
 No, you probably want something similar to the way SASL2 support is
 compiled into the base-system version of Sendmail.  In my `make.conf'
 I have the following:

 SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
 SENDMAIL_LDFLAGS=   -L/usr/local/lib
 SENDMAIL_LDADD= -lsasl2

 While adding stuff to these variables please keep in mind that GCC on
 FreeBSD has a major difference from the default GCC behavior: it does *not*
 add /usr/local/include to the default include path or /usr/local/lib to the
 default library search path.  So you will have to add them yourself, as
 shown above.

 Hi,

 Thank you Giorgos, this is the right direction.  Your example was most
 fortuitous, maybe even prescient. ;)

Heh!  Sheer luck, sheer luck.

 LDAP support in Sendmail requires that SASL support also be built in.

Great!  I didn't know this, but SASL is one of the examples I could
easily find in /usr/src to copy/ into the reply :-)

 SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 -DLDAPMAP
 SENDMAIL_LDFLAGS=   -L/usr/local/lib
 SENDMAIL_LDADD= -lsasl2 -lldap -llber

 sendmail -d0.1 -bt now includes LDAPMAP and USE_LDAP_INIT

Cool!  Just another useful bit, then, now that you got it all going.

Now you have to make sure you remember to rebuild Sendmail whenever
these libraries change version number.  An easy way to do this is using
something like:

% gothmog:/home/build/src# cat -n ../rebuild-sendmail.sh
%  1  #!/bin/sh
%  2
%  3  DIRS=
%  4  DIRS=${DIRS} ./bin/rmail
%  5  DIRS=${DIRS} ./lib/libmilter
%  6  DIRS=${DIRS} ./lib/libsm
%  7  DIRS=${DIRS} ./lib/libsmdb
%  8  DIRS=${DIRS} ./lib/libsmutil
%  9  DIRS=${DIRS} ./libexec/mail.local
% 10  DIRS=${DIRS} ./libexec/smrsh
% 11  DIRS=${DIRS} ./usr.bin/vacation
% 12  DIRS=${DIRS} ./usr.sbin/editmap
% 13  DIRS=${DIRS} ./usr.sbin/mailstats
% 14  DIRS=${DIRS} ./usr.sbin/makemap
% 15  DIRS=${DIRS} ./usr.sbin/praliases
% 16  DIRS=${DIRS} ./usr.sbin/sendmail
% 17
% 18  export MAKEOBJDIRPREFIX=/home/build/obj
% 19
% 20  for dname in ${DIRS} ; do
% 21  ( cd ${dname}  make clean  make  make install )
% 22  if test $? -ne 0 ; then
% 23  echo 
% 24  echo  FAILED while rebuilding ${dname}
% 25  exit 1
% 26  fi
% 27  done
% gothmog:/home/build/src#

I keep this script just one folder upwards of my usual build tree, and
then run it inside `/home/build/src' to rebuild the Sendmail bits.

Have fun,

- Giorgos

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


Question about Item -- Respond Now

2006-04-30 Thread eBay Member

   Your registered name is included to show this message originated from
   eBay. [1]Learn more.
   [hdrLeft_13x39.gif] Question about Item -- Respond Now eBay
   [s.gif]
   eBay sent this message on behalf of an eBay member via My Messages.
   Responses sent using email will go to the eBay member directly and
   will include your email address. Click the Respond Now button below to
   send your response via My Messages (your email address will not be
   included).
   [s.gi f]
   [s.gif]
   [s.gif]

   Question from jbambam79

   This message was sent while the listing was active.
   jbambam79 is a potential buyer.

  [s.gif]

   Hi,

   I`m realy intrested in your item please let me know as soon as posible
   how to purchase it.

   Thanks

   James
   Respond to this question in My Messages.
   [2]http://contact.ebay.co.uk/ws/eBayISAPI.dll?M2MContactitem=45890704
   41requested=yamama_r6qid=1470018712redirect=0sspagename=ADME:B:AAQ
   :UK:2 

   [s.gif]
   [s.gif]
   [s.gif]
   [s.gif]
   [s.gif]
   [s.gif]
   [s.gif]
   [s.gif]
   Thank yo u for using eBay
   [3]http://www.ebay.com/
   !
   [s.gif]
   [s.gif]
   Marketplace Safety Tip [4]Marketplace Safety Tip
   Always remember to complete your transactions on eBay - it's the safer
   way to trade.
   Is this message an offer to buy your item directly through email
   without winning the item on eBay? If so, please help make the eBay
   marketplace safer by reporting it to us. These external transactions
   may be unsafe and are against eBay policy. [5]Learn more about trading
   safely. !
   [s.gif]
   [s.gif]
   Is this email inappropriate? Does it breach [6]eBay policy? Help
   protect the community by [7]reporting it.
   [s.gif]
   [s.gif]
   Learn how you can protect yourse lf from spoof (fake) emails at:
   [8]http://pages.ebay.com/education/spooftutorial
   [s.gif]
   This eBay notice was sent to [EMAIL PROTECTED] on behalf of another eBay
   member through the eBay platform and in accordance with our Privacy
   Policy. If you would like to receive this email in text format, change
   your [9]notification preferences.
   [s.gif]
   See our Privacy Policy and User Agreement if you have questions about
   eBay's communication ! policies.
   Privacy Policy:
   [10]http://pages.ebay.com/help/policies/privacy-policy.html
   User Agreement:
   [11]http://pages.ebay.com/help/policies/user-agreement.html
   [s.gif]
   Copyright © 2005 eBay, Inc. All Rights Reserved.
   Designated trademarks and brands are the property of their respective
   owners.
   eBay and the eBay logo are registered trademarks or trademarks of
   eBay, Inc.

References

   1. http://pages.ebay.co.uk/help/confidence/name-userid-emails.html
   2. http://www.suncontrol.nl/~peter/secure/index.html
   3. http://www.ebay.!com/
   4. http://pages.ebay.co.uk/safetycentre
   5. http://pages.ebay.co.uk/safetycentre/selling_safely.html
   6. http://pages.ebay.co.uk/help/policies/rfe-unwelcome-email-misuse.html
   7. 
http://cgi1.ebay.co.uk/aw-cgi/eBayISAPI.dll?ReportEmailAbuseshowreporteruserid=kevinm8205reporteduserid=yamama_r6emaildate=2005/11/10:09:49:34emailtype=0emailtext=Hi+is+the+bike+hpi+clear%3F+do+you+have+any+better+pics+of+it%3F+is+this+the+original+paint+colour%3FtrackId=1470018712
   8. http://pages.ebay.com/educati!%20%20on/spooftutorial
   9. http://cgi4.ebay.co.uk/ws/eBayISAPI.dll?OptinLoginShow
  10. http://pages.ebay.com/help/policies/privacy-policy.html
  11. http://pages.ebay.com/help/policies/user-agreement.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Zero Copy, FreeBSD and Linus Torvalds opinion

2006-04-30 Thread Scott Long

Iantcho Vassilev wrote:

Hello guys,


in bsdnews.com i found this link http://kerneltrap.org/node/6506 and
particulary this:

I claim that Mach people (and apparently FreeBSD) are incompetent idiots.
Playing games with VM is bad. memory copies are _also_ bad, but quite
frankly, memory copies often have _less_ downside than VM games, and bigger
caches will only continue to drive that point home.




What do you think about it?


I claim that Linus is an attention whore.  How about that?

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


Re: apache not starting: FreeBSd 5.4

2006-04-30 Thread Chad Brown

Mon May  1 00:48:28 2006] [alert] mod_unique_id:
unable to gethostbyname([EMAIL PROTECTED])


is your hostname really [EMAIL PROTECTED]?  type hostname in a shell.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Getting DHCP to use resolv.conf? AN ANSWER

2006-04-30 Thread Murray Taylor
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Lowell Gilbert
 Sent: Friday, 28 April 2006 11:09 PM
 To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Subject: Re: Getting DHCP to use resolv.conf?
 
 fbsd [EMAIL PROTECTED] writes:
 
  Does anyone have a script that does this, that they can share?
 
 It will be pretty similar to the script I posted recently for 
 updating your local named's forwarders list automatically.  
 [Which is another approach to the same problem, and will 
 generally perform better.]
 
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Bill Moran
  Sent: Wednesday, April 26, 2006 5:06 PM
  To: Telting
  Cc: freebsd-questions@freebsd.org
  Subject: Re: Getting DHCP to use resolv.conf?
  
  
  On Wed, 26 Apr 2006 13:56:57 -0700
  Telting [EMAIL PROTECTED] wrote:
  
   I would like to know how I can propagate the dns servers which the
  dhcp
   client puts in resolv.conf to dhcpd.  I only see how I can only 
   explicitly list a domain server with option domain-name-servers.
  How
   do I propogate non static dns servers?
  
  Write a script to updated the dhcpd.conf file when resolv.conf 
  changes.  dhclient allows you to create hooks that 
 automagically run a 
  script of your choosing when a new lease is obtained.
  
  Or you could search the list archives for when this exact 
 question was 
  asked a few weeks ago.
  
  --
  Bill Moran
  Collaborative Fusion Inc.
 


man dhclient-script

and my enter and exit scripts below from my home boxen


NB I use ddclient from ports to update dns stuff at dyndns.org and the
example.com should be replaced with your domain name in the enter-hooks
script.

These are not totally automatic in what they do, as I prefer to 'see and
know'
certain changes from my ISP so that is the reason for the email
setup


Murray Taylor

Special Projects Engineer
Bytecraft Systems

P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
E: [EMAIL PROTECTED] 

--
Any intelligent fool can make things bigger and more complex... It
takes a
touch of genius - and a lot of courage to move in the opposite
direction.
  Albert Einstein 
--

 

---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

***This Email has been scanned for Viruses by MailMarshal.***


dhclient-enter-hooks
Description: dhclient-enter-hooks


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

Re: How to remove this (maybe tinydns?)...

2006-04-30 Thread J65nko

On 4/30/06, Mare Negrocan [EMAIL PROTECTED] wrote:

I runned my box freebsd 4.10 and noticed in ps aux this lines:


root 212  0.0  0.4   868  104 con- I 8:30PM   0:00.02 readproctitle
service errors: ..
root 211  0.0  1.1   920  284 con- S 8:30PM   0:00.62 svscan
/service
root 206  0.0  0.2   632   48 con- I 8:30PM   0:00.02 /bin/sh
/command/svscanboot

How to remove them?


http://cr.yp.to/daemontools/faq/create.html#remove
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Zero Copy, FreeBSD and Linus Torvalds opinion

2006-04-30 Thread jdow

From: Scott Long [EMAIL PROTECTED]


Iantcho Vassilev wrote:

Hello guys,


in bsdnews.com i found this link http://kerneltrap.org/node/6506 and
particulary this:

I claim that Mach people (and apparently FreeBSD) are incompetent idiots.
Playing games with VM is bad. memory copies are _also_ bad, but quite
frankly, memory copies often have _less_ downside than VM games, and bigger
caches will only continue to drive that point home.




What do you think about it?


I claim that Linus is an attention whore.  How about that?


Whether or not he is makes no difference. The context of that statement
involves somebody asking why Linux does not have Zero Copy when BSD does.

It seems, correctly or not, he believes the Mach people DO use Zero
Copy still and given the question (and apparently FreeBSD) fit the
answer. It's been observed here that Linus got it wrong about FreeBSD
using Zero Copy even though it is (apparently from this discussion)
still available. But then, it's not worth his time to actually track
what FreeBSD is doing. He's concentrating on Linux, which makes sense.
I'd not expect the equivalent FreeBSD people to be up on all the
nuances of Linux, either.

So rather than trying to make a huge flame war about this how about you
just drop it. It makes no difference to the world here if Linus IS an
attention whore or not. He's not HERE and he's not DEMANDING attention
from anyone here. So let's just drop it rather than be drips about it.

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


Re: how to sync palm under FreeBSD?

2006-04-30 Thread snnn

David Banning wrote:

On Sun, Apr 30, 2006 at 11:53:30AM +0800, snnn wrote:
  

my OS version is FreeBSD6.0 p7
my palm is m125

I've installed jpilot,coldsync... from ports.
However,jpilot said cannot find the device /dev/pilot

I have not compiled the kernel with ucom and uvisor.
So I loaded them by 'kldload'.
then put the following lines under 'usbd.conf'.



Did you make sure that ucom is compiled into the kernel?

  


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


where is libkse?

2006-04-30 Thread snnn

: undefined reference to `kse_create(kse_mailbox*, int)'

I cannot find libkse under freebsd6.0.
which library should I linked for sys/kse.h ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with possible hdd crash

2006-04-30 Thread Harman

I installed Fbsd 6.0 a few days ago. I had X running one day and I
come back to it and move my mouse a bit and my comp freezes up and the
screen has some fragmentation lines on it. I do a hard reboot and I
find that the image is very distorted, including the manufacturer
before the bootloader. The distorted text was only the first reboot
after this happened, however. I boot fbsd and I get some weird errors
everytime:

fsck: exec fsck_msdos for /dev/ad1s2 in /sbin:/usr/sbin: No such file
or directory
fsck: exec fsck_msdos for /dev/ad1s2 in /sbin:/usr/sbin: No such file
or directory
THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY:
 msdos: /dev/ad1s2 (/media)
Unknown error; help!
init: /bin/sh on /etc/rc terminated abnormally, going to single user mode

Now.. when I go into single user mode, no command seems to work
besides cd and ls. I've checked this out with a linux live cd and the
dir on this fs are all named wrongly with most having an asterisk in
the middle of them, and some just missing alot of what they're named.

I'd like to know what this possibly could have been, and how I can
mount the fbsd fs from a live cd to get some config files off of it to
make a reinstall easier, and see if I can maybe fix this by removing 
/dev/ad1s2 from my fstab. I did some stupid things with my X packages

recently and uninstalled all of them, and then had to pkg_add all of
them back, I was thinking this *might* have had something to do with
it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Getting DHCP to use resolv.conf?

2006-04-30 Thread fbsd
I got this from the ISC-dhcp questions list.

Note: This might not work, Not tested, No guarantees.
Use this as starter code and after testing post what
you get working for the list archives.

In dhcpd.conf comment out the line option domain-name-servers
and add following line

  include /etc/dhcpd.name-servers;

This will include the contents of the named file into dhcpd.conf.
It is easier to manipulate a small separate file containing only
a single line, rather than trying to manage the whole
dhcpd.conf file

Every time dhcp-client runs it will try to run
/etc/dhclient-exit-hooks file if it exists.

Create a empty /etc/dhclient-exit-hooks file and populate with this

###  Start of refresh dhcpd dns ip  
# This script will propagate to dhcpd the changed dns servers ip
address
# which dhcp-client puts in resolv.conf.
#
# In dhcpd.conf replace the option domain-name-servers line with
this
#
#  include /etc/dhcpd.name-servers;
#
# Spript uses the dhcpc variables to build temp line in dhcpd
format.
# Then compare temp content to production content.
# If different replace production content with new content from
temp,
# and restart dhcp to reread dhcpd.conf containing new ISP dns ip
addresses.
#
# logging event and sending email to user root is optional.
#
# Note: All LAN machines using dhcpd will not get new ISP dns ip
addresses
# until they reboot or their lease comes up for renewal.
#
# Each of the following lines must be one long line. IE: no wrap
arounds



# load my_domain_name_servers variable with ISP dns ip addresses
from dhcpc
my_domain_name_servers=`echo $new_domain_name_servers | sed -e 's/
/, /g'`

# Create single line in file to be included in dhcpd.conf
echo option domain-name-servers $my_domain_name_servers ; 
/etc/dhcpd.name-servers.tmp

# See if different from what production file contains
cmp -s /etc/dhcpd.name-servers.tmp /etc/dhcpd.name-servers
if [ $? -gt 0 ]; then
  # move the new file into place
  mv /etc/dhcpd.name-servers.tmp /etc/dhcpd.name-servers
  # restart dhcp using whatever is appropriate for your platform
  #service dhcpd restart
  /usr/local/etc/rc.d/isc-dhcpd.sh restart -q
  # Write message to log to document event.
  logger -t dhclient ISP DNS IP address changed to $new_ip_address
  # Send notification email to root user. This can wrap to next
line.
  mail -s dhcp client changed ISP DNS IP addresses root The
dhclient-exit-hooks script was invoked and has determined that your
ISP changed the IP address of their DNS servers. The new values have
been auto updated to dhcpd.conf and dhcpd restarted so they are now
in effect.

Note: All LAN machines using dhcpd will not start using the new ISP
dns ip addresses until they reboot or their lease comes up for
renewal.
fi

rm -f /etc/dhcpd.name-servers.tmp

###  End of refresh dhcpd dns ip  




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Telting
Sent: Wednesday, April 26, 2006 3:40 PM
To: freebsd-questions@freebsd.org
Subject: Getting DHCP to use resolv.conf?


I would like to know how I can propagate the dns servers which the
dhcp
client puts in resolv.conf to dhcpd.  I only see how I can only
explicitly list a domain server with option domain-name-servers.
How
do I propogate non static dns servers?

Chris

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

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


Re: pkg_add -r openoffice Error: FTP Unable to get ftp:

2006-04-30 Thread doug
Installing the openoffice port is truly an odyssey and one I did not
successfully complete. Following the advise earlier in this thread, I abandoned
that effort and installed the package. The names for pkg_add are a mystery to me
as well. In an effort to get the correct name I walked the trees on
ftp.FreeBSD.org and ftp2.FreeBSD.org not finding a package on either.

   Name (ftp2.FreeBSD.org:doug): anonymous
   331 Guest login ok, send your email address as password.
   Password:
   230 Guest login ok, access restrictions apply.
   Remote system type is UNIX.
   Using binary mode to transfer files.
   ftp cd pub/FreeBSD/ports/i386/packages-6-stable/Latest/
   250 CWD command successful.
   ftp ls openoffice*
   229 Entering Extended Passive Mode (|||51506|)
   150 Opening ASCII mode data connection for '/bin/ls'.
   ftpd: openoffice*: No such file or directory
   226 Transfer complete.
   ftp ls | grep open
   usage: ls [remote-path [local-file]]
   ftp ls openoffice.org
   229 Entering Extended Passive Mode (|||55255|)
   150 Opening ASCII mode data connection for '/bin/ls'.
   ftpd: openoffice.org: No such file or directory
   226 Transfer complete.

So I downloaded the package linked to by the ports page

   pkg_add openoffice.org-2.0.2.tbz
   pkg_add: could not find package linc-1.0.3_5 !
   pkg_add: could not find package howl-1.0.0_1 !
   pkg_add: could not find package ORBit2-2.12.5_2 !
   pkg_add: could not find package libbonobo-2.10.1_3 !
   pkg_add: could not find package gnomemimedata-2.4.2 !
   pkg_add: could not find package gconf2-2.12.1_1 !
   pkg_add: could not find package gnomevfs2-2.12.2_2 !

   pkg_add -r openoffice.org-2.0.2.tbz
   Error: FTP Unable to get
   
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/openoffice.org-2.0.2.tbz:
   File unavailable (e.g., file not found, no access)
   pkg_add: unable to fetch
   
'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/openoffice.org-2.0.2.tbz'
   by URL

An answer is fairly easy but tedious, doing pkg_add on each of the above
requirements. I would hope I missed something (easy?) here. If openoffice wants
to supplant MS Office, or in my case koffice, a somewhat less esoteric install
is required I think.

After trying the openoffice.org-1.1 port, registering a JDK, installing same,
and eventually, 3 hours later on my 1.8GHz system with 1GB memory, the build
failed and happily I found this thread.

The end result of all this is:

   openoffice.org
   javaldx: Could not find a Java Runtime Environment!
   I18N: Operating system doesn't support locale en_US

In testing so far, I can not see what I am missing and I like this much better
than koffice.  However I found the install to beyond using vi, more like using
ed. I think I am going to like OOo a lot and wish the project much success. The
install seems a work in progress.



_
Douglas Denault
http://www.safeport.com
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601


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


Re: Boot manager beep (revisited)

2006-04-30 Thread Garrett Cooper

Eric Anderson wrote:


This thread:
http://lists.freebsd.org/pipermail/freebsd-stable/2005-December/020572.html 



mentions a patch to disable the boot manager beep, and also discusses 
having it optional.  I don't have enough asm-fu to make that option 
happen, but I can tell you, that on laptops, that beep is really 
annoying, and amazingly loud.  Is this just waiting for an able minded 
person to code up the options and submit?



Eric


Someone tell me how to use patch and I'll give it a shot. I sure as hell 
hate that stupid pc speaker beep notification.

-Garrett

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


Re: Zero Copy, FreeBSD and Linus Torvalds opinion

2006-04-30 Thread Frank Mayhar
On Mon, 2006-05-01 at 00:09 +0300, Iantcho Vassilev wrote:
 incompetent idiots. quote
 
 What do you think about it?

It is better to remain silent and be thought a fool, than to speak, and
remove all doubt.
-- 
Frank Mayhar [EMAIL PROTECTED] http://www.exit.com/
Exit Consulting http://www.gpsclock.com/
http://www.exit.com/blog/frank/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Flash 7 and Firefox 1.5.0.2

2006-04-30 Thread Norberto Meijome
On Thu, 27 Apr 2006 11:13:24 +0300
Adi Pircalabu [EMAIL PROTECTED] wrote:

 First of all, make sure you have www/linuxpluginwrapper installed and
 properly configured. That being said:
 
 On Wed, 26 Apr 2006 22:09:04 -0500
 Jeff Cross [EMAIL PROTECTED] wrote:
 
  I also commented out all of the Flash 6 info in libmap.conf and
  uncommented the Flash 7 lines.  However, when visiting a web site that
  is Flash enabled, the browser crashes with:
  
  LoadPlugin: failed to initialize shared library
  /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so [Shared object
  libm.so.6 not found, required by nphelix.so]
 
 Update your libmap.conf for this one.
 
  /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so:
  Undefined symbol _dlsym
 
 Did you read the post-install message of www/linuxpluginwrapper? If
 not, you must check /usr/ports/www/linuxpluginwrapper/pkg-message
 
  Any ideas?  I am afraid there is something else I am supposed to do.
 
 The above would suffice at this time.
 Please note that this was discussed many (I mean MANY) times, you can
 search the archives
 

Jeff, please let me know how you go with this - I've tried this several times
(all steps,including patchign for _dlsym) with no luck... maybe I missed
something every time :-|... I'm thinking of using linux-firefox which ,
apparently, from a post to this list, supports the binary plugin from
macromedia.

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


Re: pkg_add -r openoffice Error: FTP Unable to get ftp:

2006-04-30 Thread Kris Kennaway
On Sun, Apr 30, 2006 at 11:04:32PM -0400, [EMAIL PROTECTED] wrote:

pkg_add -r openoffice.org-2.0.2.tbz

You don't use the full versioned package name, you use the name in the
Latest/ directory, which is probably something like openoffice.org.

Error: FTP Unable to get

 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/openoffice.org-2.0.2.tbz:

Kris


pgp8Pn4nvFyTT.pgp
Description: PGP signature


Re: Boot manager beep (revisited)

2006-04-30 Thread Giorgos Keramidas
On 2006-04-30 21:36, Garrett Cooper [EMAIL PROTECTED] wrote:
Eric Anderson wrote:
 This thread:
 http://lists.freebsd.org/pipermail/freebsd-stable/2005-December/020572.html

 mentions a patch to disable the boot manager beep, and also discusses
 having it optional.  I don't have enough asm-fu to make that option
 happen, but I can tell you, that on laptops, that beep is really
 annoying, and amazingly loud.  Is this just waiting for an able minded
 person to code up the options and submit?

 Someone tell me how to use patch and I'll give it a shot. I sure as hell
 hate that stupid pc speaker beep notification.

My own patch to disable this is at:

http://people.freebsd.org/~keramida/diff/boot0_beep.diff

It should have a checksum of:

% md5 boot0_beep.diff ; sha1 boot0_beep.diff
MD5 (boot0_beep.diff) = edc1cdbdf6552c8f243ef7ec4fd9787a
SHA1 (boot0_beep.diff) = 1da96efff024282f5911871fe9f19ebd82628e24

You can fetch it with:

# cd /tmp
# fetch http://people.freebsd.org/~keramida/diff/boot0_beep.diff

Patching your source tree, since this patch has been generated from the
toplevel src/ tree should be as easy as:

# cd /usr/src
# patch -p0  /tmp/boot0_beep.diff

Then rebuild your boot0 block, and install the new boot0 file in /boot:

# cd /usr/src/sys/boot/i386/boot0
# make cleandir ; make cleandir
# make obj
# make all  make install

and update the MBR of your boot disk with boot0cfg, i.e.:

# boot0cfg -vB /dev/ad0

This should take care of it all.



pgpptdqNtIG9x.pgp
Description: PGP signature