Re: Remote 'viewing / control' of X Windows

2006-05-07 Thread Ow Mun Heng
On Sun, 2006-05-07 at 01:34 -0400, Parv wrote:
 in message [EMAIL PROTECTED],
 wrote Marc G. Fournier thusly...
 
  I'm dealing with a situation where I'm migrating ppl over to using
  X vs M$ Windows ... I'd like to be able to help them out remotely,
  similar to how I can with VNC for Windows ...
  
  Is there something similar for Unix that would allow me to
  'piggyback' in such a way that they're X desktop is an xterm on my
  machine, so that I can move their mouse around, show them the
  steps to do something, etc?
 
 I don't think one could use plain VNC (realvnc, tightvnc  such) to
 move mouse on already running X session.  Please let me know if that
 is possible.

Coming from a Linux background, There _is_ such support. There's one
called 'vino' 
*  net-misc/vino
  Latest version available: 2.12.0
  Latest version installed: 2.12.0
  Size of downloaded files: 1,654 kB
  Homepage:http://www.gnome.org/
  Description: An integrated VNC server for GNOME
  License: GPL-2

which essentially does that. it connects to a running session.

If not mistaken, there is a VNC server edition that does that too



 
 There, however, is x11vnc port (net/x11vnc) which can connects to
 already running X instance which should fulfill Marc's requirement.
 See also x2vnc (x11-servers/x2vnc) port.
 
 
   - Parv
 

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 23:02:42 up 9:32, 3 users, load average: 1.79, 1.19, 0.90 


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


Re: How do I set up an IRC site?

2006-05-07 Thread Bigby Findrake

On Thu, 4 May 2006, Gary Kline wrote:


Folks,

I'm thinking of setting up an IRC page on my website so I
can chat (live) with just a few people.  Are there any tutorials
on this?  Othr than using GAIM and ymessenger, the last time I
did live chat was circa 1991 with the write utility.  So beyond
that, I'm clueless.


I use hybrid (http://ircd-hybrid.com/) for the ircd - I chose that for its 
reputed stability.  Hybrid's not the most featureful ircd out there, but 
it's been great to me.  I added on hybserv (http://www.hybserv.net/) for 
services.


For the web front-end part, I've tried several, from java clients to a cgi 
gateway.  pjirc (http://www.pjirc.com/about.php) is a very sweet java 
applet.  It's free, slick looking, very configurable (on the back/admin 
end) and very featureful as java clients go.


Some limitations of java clients is that your clients need network access 
to the irc server (some sites/networks/companies/etc. block irc access) 
and you need java (which not all browsers/OSes support).  That's why I 
also offer a cgi-to-irc (http://cgiirc.sourceforge.net/) gateway.  It's a 
bit clunky, but it allows people who can't use the java client (for one of 
the above reasons) to still connect to irc via the web.



/-/
Who made the world I cannot tell;
'Tis made, and here am I in hell.
My hand, though now my knuckles bleed,
I never soiled with such a deed.
   -- A. E. Housman

   finger://[EMAIL PROTECTED]
  http://www.ephemeron.org/~bigby/
  irc://irc.ephemeron.org/#the_pub
news://news.ephemeron.org/alt.lemurs
/-/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Remote 'viewing / control' of X Windows

2006-05-07 Thread Parv
in message [EMAIL PROTECTED],
wrote Ow Mun Heng thusly...

 On Sun, 2006-05-07 at 01:34 -0400, Parv wrote:
  in message [EMAIL PROTECTED],
  wrote Marc G. Fournier thusly...
  
   I'm dealing with a situation where I'm migrating ppl over to using
   X vs M$ Windows ... I'd like to be able to help them out remotely,
   similar to how I can with VNC for Windows ...
   
   Is there something similar for Unix that would allow me to
   'piggyback' in such a way that they're X desktop is an xterm on my
   machine, so that I can move their mouse around, show them the
   steps to do something, etc?
  
  I don't think one could use plain VNC (realvnc, tightvnc  such) to
  move mouse on already running X session.  Please let me know if that
  is possible.
 
 Coming from a Linux background, There _is_ such support. There's one
 called 'vino' 
 *  net-misc/vino
   Latest version available: 2.12.0
   Latest version installed: 2.12.0
   Size of downloaded files: 1,654 kB
   Homepage:http://www.gnome.org/
   Description: An integrated VNC server for GNOME
   License: GPL-2
 
 which essentially does that. it connects to a running session.

Thanks for the additional data.

Looking at the dependency list, vino seems to be appropriate only
for those who have large part of gnome already installed.


 If not mistaken, there is a VNC server edition that does that too
...
  There, however, is x11vnc port (net/x11vnc) which can connects to
  already running X instance which should fulfill Marc's requirement.
  See also x2vnc (x11-servers/x2vnc) port.


  - Parv

-- 

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


Re: Remote 'viewing / control' of X Windows

2006-05-07 Thread Marc G. Fournier


On Sun, 7 May 2006, Parv wrote:


in message [EMAIL PROTECTED],
wrote Ow Mun Heng thusly...


On Sun, 2006-05-07 at 01:34 -0400, Parv wrote:

in message [EMAIL PROTECTED],
wrote Marc G. Fournier thusly...


I'm dealing with a situation where I'm migrating ppl over to using
X vs M$ Windows ... I'd like to be able to help them out remotely,
similar to how I can with VNC for Windows ...

Is there something similar for Unix that would allow me to
'piggyback' in such a way that they're X desktop is an xterm on my
machine, so that I can move their mouse around, show them the
steps to do something, etc?


I don't think one could use plain VNC (realvnc, tightvnc  such) to
move mouse on already running X session.  Please let me know if that
is possible.


Coming from a Linux background, There _is_ such support. There's one
called 'vino'
*  net-misc/vino
  Latest version available: 2.12.0
  Latest version installed: 2.12.0
  Size of downloaded files: 1,654 kB
  Homepage:http://www.gnome.org/
  Description: An integrated VNC server for GNOME
  License: GPL-2

which essentially does that. it connects to a running session.


Thanks for the additional data.

Looking at the dependency list, vino seems to be appropriate only
for those who have large part of gnome already installed.


That was what I found also, and I'm using KDE on our machines ... x11vnc 
seems to work well though, just installed it and can easily work with the 
remote machine ...


Thx ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The FreeBSD Diary: 2006-04-16 - 2006-05-06

2006-05-07 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/. 


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


wlan on lowend laptop

2006-05-07 Thread Lars Udo

i have a litlle problem with all these wires running here and there in my
flat, and as i got a woman living here with me.. i cant stand her
complaining about those ugly wires allover the house. One beautiful day, i
decided to get involved with wlan. But this one linux-dude said that my
p233mmx/64ram couldnt run wlan. I dont know if he ment WAP/WEP-encryption as
he couldnt be any spesific and that got me thinking if he even knows
anything.

My setup these days is following: 1Ghz/256ddr (Desktop mahcine, with ssh
Xforwarding) via 10Mbit LAN,
and my laptop just happens to get a lot faster when i run all apps on that
desktop-pc.

My desktop is FreeBSD 6.0-RELEASE and laptop has NetBSD 3.0 with standalone
X  few apps just to survive if
my desktop-pc is down. I'm planning to change into FreeNX if it gives any
advantage, but that would require to replace my laptop with freebsd as it is
my favorite OS that has FreeNX client.

Is it possible to keep up with this setup with changin all the wires with
wireless-future. If WAP/WEP is the problem, couldn i just leave it out and
use IPsec, or ssh instead? Or is WAP/WEP mandatory, or is it just enough if
i set tight firewall-rules on both ends of wlan with IPsec, so no one could
intrude into my system.

If all goes well, my next sted would be to include one windows-pc also.. and
that would need firewall for local wlan-crackers but somehow i dont believe
that as a minor threat :)

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


Re: wlan on lowend laptop

2006-05-07 Thread albi
Lars Udo wrote:

 My desktop is FreeBSD 6.0-RELEASE and laptop has NetBSD 3.0 with standalone
 X  few apps just to survive if
 my desktop-pc is down. I'm planning to change into FreeNX if it gives any
 advantage, but that would require to replace my laptop with freebsd as
 it is
 my favorite OS that has FreeNX client.
 
 Is it possible to keep up with this setup with changin all the wires with
 wireless-future. If WAP/WEP is the problem, couldn i just leave it out and
 use IPsec, or ssh instead? Or is WAP/WEP mandatory, or is it just enough if
 i set tight firewall-rules on both ends of wlan with IPsec, so no one could
 intrude into my system.

FreeNX uses ssh already, and you can enable SSL in it also, so it sounds
to me that it's a matter of restricting access from and to your wireless
(ip-address/mac-address e.g.)

(if you're really paranoid : WEP is cracked already, and certain setups
of WPA are also not so secure :-)

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wlan on lowend laptop

2006-05-07 Thread Lars Udo

Security is no problem to me, but the problem that i'm most worried is my
budjet. If my laptop cant run wlan (for some weird reason that linux guy
couldnt even name) so all the effort would be worthless.

2006/5/7, albi [EMAIL PROTECTED]:


Lars Udo wrote:

 My desktop is FreeBSD 6.0-RELEASE and laptop has NetBSD 3.0 with
standalone
 X  few apps just to survive if
 my desktop-pc is down. I'm planning to change into FreeNX if it gives
any
 advantage, but that would require to replace my laptop with freebsd as
 it is
 my favorite OS that has FreeNX client.

 Is it possible to keep up with this setup with changin all the wires
with
 wireless-future. If WAP/WEP is the problem, couldn i just leave it out
and
 use IPsec, or ssh instead? Or is WAP/WEP mandatory, or is it just enough
if
 i set tight firewall-rules on both ends of wlan with IPsec, so no one
could
 intrude into my system.

FreeNX uses ssh already, and you can enable SSL in it also, so it sounds
to me that it's a matter of restricting access from and to your wireless
(ip-address/mac-address e.g.)

(if you're really paranoid : WEP is cracked already, and certain setups
of WPA are also not so secure :-)

--
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import


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


ULE Scheduler and overall performance on 6.x - Wow

2006-05-07 Thread Duane Whitty

Hi,

I decided to give the ULE scheduler a try  a while ago (April 28).
when I last built 6-STABLE

Anyhow it seems great.  I'm running a 2.4GHz Celeron with
512MB RAM and two 40GB, PATA disks.  Right now I'm running
both a GNOME and a KDE session, I've got Thunderbird and
Evolution open, Firefox is running and running well, and I'm
updating the my local copy of the FreeBSD repository.  Oh yeah,
I'm also running a DNS server, a Sendmail server, and SAMBA
I can't believe how responsive everything is on this low-end machine
I'm running.Wow!  (And this with debugging turned on but no WITNESS
or INVARIANTS turned on)

Well time to rebuild the sources  :)

dwpc@ /home/duaneuname -a
FreeBSD dwpc.dwlabs.ca 6.1-RC FreeBSD 6.1-RC #0: Fri Apr 28 18:41:15 ADT 
2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DWPC-KERNEL  i386


Best Regards,

Duane Whitty
--
[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: N00b: shutting down freebsd server

2006-05-07 Thread dharam paul
Hello Seniors,
I think it supports ACPI. When I press the power
button it sends signal 15, then it stops the
processes. Then it shuts down the system.

Regards
--- Frank Steinborn [EMAIL PROTECTED] wrote:

 dharam paul wrote:
  Hello Seniors,
  Is it ok to shutdown a freebsd server from atx
 power
  button?
  
  regards
 
 If your server supports ACPI and it's shutting down
 clean, it's OK.
 But if your power-button switches your system off
 immediatly, use
 shutdown -p now.
 ___
 freebsd-questions@freebsd.org mailing list

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




__ 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: video players broken

2006-05-07 Thread Gerard Seibert
Ian Moore wrote:

 On Tuesday 02 May 2006 07:50, Brian John wrote:
  Gerard Seibert wrote:
   Kris Kennaway wrote:
   On Thu, Apr 27, 2006 at 09:22:45PM -0500, Brian John wrote:
   Kris Kennaway wrote:
   On Thu, Apr 27, 2006 at 08:59:42PM -0500, Brian John wrote:
   Hi, I just upgraded my ports and now all of my video players either
   won't install, or they won't start up.  I've tried 4 different ones,
   here is what happens with each:
  
   vlc: won't install
   /usr/local/lib/libmatroska.so: undefined reference to
   `libebml::CodedSizeLength(unsigned long long, unsigned int)'
   gmake[2]: *** [vlc] Error 1
   gmake[2]: Leaving directory
   `/usr/ports/multimedia/vlc/work/vlc-0.8.4a' gmake[1]: ***
   [all-recursive] Error 1
   gmake[1]: Leaving directory
   `/usr/ports/multimedia/vlc/work/vlc-0.8.4a' gmake: *** [all] Error 2
   *** Error code 2
  
   totem: won't start up
   [EMAIL PROTECTED] /usr/ports/multimedia/totem]$ totem 
   [1] 8150
   [EMAIL PROTECTED] /usr/ports/multimedia/totem]$ /libexec/ld-elf.so.1:
   Shared object libglib-2.0.so.600 not found, required by
   libgnome-keyring.so.0
  
   xine: this one starts up, but then closes right away, with no error
  
   mplayer: won't install, get several errors similar to this
   /usr/X11R6/lib/libxmms.so: undefined reference to
   `gtk_widget_get_type' /usr/X11R6/lib/libxmms.so: undefined reference
   to `gtk_vbox_new' gmake: *** [mencoder] Error 1
   *** Error code 2
  
   Can someone please help me out?
  
   You didn't upgrade your ports completely; you have an inconsistent mix
   of old and new libraries on your system.  portupgrade -a, or if that
   fails, portupgrade -fa.
  
   Kris
  
   I was using portmanager to upgrade.  I've always used this before and
   it's worked fine.  I just type portmanager -u.  Does that not work
   anymore?
  
   No idea, I don't use portmanager.
  
   Kris
  
   Assuming you have an updated ports collection, it should work fine It
   does on my system.
  
   I would recommend that you update your ports again and then run
   'portmanager -u -f -y -l' and see if that fixes the problem. At the very
   least, a log file will  be created '/var/log/portmanager.log' that might
   help track down the problem.
  
   HTH
 
  Hi, thanks for the advice.  I tried that command and it's been updating
  for a couple of days (takes so long because of the prompts that come up
  that stop the installs).  Anyway, now portmanager always gets to a
  certain point and my computer reboots.  I looked in the logfile and
  there isn't much there, this is at the end of the file:
  Sun Apr 30 16:36:17 2006
   kdelibs-3.4.2_1 /x11/kdelibs3
  OLD
  kdelibs-3.5.2_1 /x11/kdelibs3
 
  Any idea what could be causing this?
 
  Thanks again for the help
 
  /Brian

I did the same update without incident. You might want to place

BATCH=yes

in the /etc/make.conf file to stop those pesky prompts from appearing.
It won't correct the reboots however. Are you sure it is being cause by
a software problem and not a hardware situation? Is this just a
spontaneous reboot or is a message of some type displayed?

I am sure someone here probably has an answer for you though.

-- 
Gerard Seibert
[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: GUI mail client recommendations ...

2006-05-07 Thread Norberto Meijome
On Sat, 6 May 2006 20:40:02 -0300 (ADT)
Marc G. Fournier [EMAIL PROTECTED] wrote:

 multiple identities
 IMAP
 PGP

Hi Marc,
give sylpheed-claws ( mail/sylpheed-claws port) a try - it is very fast and
lean. I used to use thunderbird but I felt it was very heavy compared to
sylpheed. I'm using 6 IMAP identities, 2 POP3 (for mailing lists), as weell as
2 SMTP only (to send via same server as different user).

Try the -claws port , as it supports more features and plugins.

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


Re: N00b: shutting down freebsd server

2006-05-07 Thread Frank Steinborn
dharam paul wrote:
 Hello Seniors,
 I think it supports ACPI. When I press the power
 button it sends signal 15, then it stops the
 processes. Then it shuts down the system.

It's absolutely okay to use the power button to shutdown the system
then.

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


Re: GUI mail client recommendations ...

2006-05-07 Thread Danny Pansters
On Sunday 07 May 2006 03:29, Marc G. Fournier wrote:
 On Sun, 7 May 2006, Ian Moore wrote:
  On Sunday 07 May 2006 09:10, Marc G. Fournier wrote:
  I've been using pine *forever* now and am finding it really hard to find
  a good GUI to replace it :(  Tried kmail, didn't like it ...
 
  Off the top of my head, the only thing(s) it needs to do is:
 
  multiple identities
  IMAP
  PGP
 
  As much as I hate admitting doing things under Windows, I have used
  Eudora in the past and like its interface, but, alas, there is no Eudora
  for Unix
 
  I use kmail (part of kde) which is also very nice and will do all the
  above.

 I tried it, and was turned off very question ... my first beef ... I
 couldn't seem to select multiple messags in the thread window to do a mass
 operation on it ... for instance, in eudora, I could do 'shift-up/dn' to
 highlight several articles ... under kmail, the up/dn arrow scrolls the
 bottom message window ;(

As you've noticed the up and down keys are already used for scrolling in the 
content widget.  Instead use shift or ctrl and the left mouse button instead 
or the + and - keys (go to latter/next unread message) or the arrow-left and 
arrow-right keys (go to latter/next message). See Keyboard Shortcuts in the 
KMail handbook which is the obvious place to look ;-)

Finally, most core KDE apps have a settings - shortcuts menu entry so you can 
even change the defaults. Some people call this bloat.

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


Re: GUI mail client recommendations ...

2006-05-07 Thread eoghan

Norberto Meijome wrote:

On Sat, 6 May 2006 20:40:02 -0300 (ADT)
Marc G. Fournier [EMAIL PROTECTED] wrote:


multiple identities
IMAP
PGP


Hi Marc,
give sylpheed-claws ( mail/sylpheed-claws port) a try - it is very fast and
lean. I used to use thunderbird but I felt it was very heavy compared to
sylpheed. I'm using 6 IMAP identities, 2 POP3 (for mailing lists), as weell as
2 SMTP only (to send via same server as different user).

Try the -claws port , as it supports more features and plugins.

Good luck,
Beto


Once installed, whats the script called to start claws?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GUI mail client recommendations ...

2006-05-07 Thread Gerard Seibert
Danny Pansters wrote:

 On Sunday 07 May 2006 03:29, Marc G. Fournier wrote:
  On Sun, 7 May 2006, Ian Moore wrote:
   On Sunday 07 May 2006 09:10, Marc G. Fournier wrote:
   I've been using pine *forever* now and am finding it really hard to find
   a good GUI to replace it :(  Tried kmail, didn't like it ...
  
   Off the top of my head, the only thing(s) it needs to do is:
  
   multiple identities
   IMAP
   PGP
  
   As much as I hate admitting doing things under Windows, I have used
   Eudora in the past and like its interface, but, alas, there is no Eudora
   for Unix
  
   I use kmail (part of kde) which is also very nice and will do all the
   above.
 
  I tried it, and was turned off very question ... my first beef ... I
  couldn't seem to select multiple messags in the thread window to do a mass
  operation on it ... for instance, in eudora, I could do 'shift-up/dn' to
  highlight several articles ... under kmail, the up/dn arrow scrolls the
  bottom message window ;(
 
 As you've noticed the up and down keys are already used for scrolling in the 
 content widget.  Instead use shift or ctrl and the left mouse button instead 
 or the + and - keys (go to latter/next unread message) or the arrow-left and 
 arrow-right keys (go to latter/next message). See Keyboard Shortcuts in the 
 KMail handbook which is the obvious place to look ;-)
 
 Finally, most core KDE apps have a settings - shortcuts menu entry so you 
 can 
 even change the defaults. Some people call this bloat.
 
 Dan

If you need help with KMail and how to properly use and configure it,
might I suggest the following list:

KDE PIM users mailing list
[EMAIL PROTECTED]
https://mail.kde.org/mailman/listinfo/kdepim-users


-- 
Gerard Seibert
[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: GUI mail client recommendations ...

2006-05-07 Thread Frank Steinborn
eoghan wrote:
 Once installed, whats the script called to start claws?

/usr/local/bin/sylpheed-claws (Make sure you typed rehash in your
shell just after installing)

Hint: See pkg-plist in the directory of the port to find out what
files will be installed, and where.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GUI mail client recommendations ...

2006-05-07 Thread eoghan

Frank Steinborn wrote:

eoghan wrote:

Once installed, whats the script called to start claws?


/usr/local/bin/sylpheed-claws (Make sure you typed rehash in your
shell just after installing)

Hint: See pkg-plist in the directory of the port to find out what
files will be installed, and where.


Thanks
I actually got it from /usr/X11R6/bin/sylpheed-claws
doesnt seem to be in /usr/local/bin/

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


Fwd: wlan on lowend laptop

2006-05-07 Thread Hunter Fuller

Forgot to reply to list :X

Begin forwarded message:


From: Hunter Fuller [EMAIL PROTECTED]
Date: 7 May, 2006 9:08:33 AM GMT
To: Lars Udo [EMAIL PROTECTED]
Subject: Re: wlan on lowend laptop


On  07 May 2006, at 9:19 AM, Lars Udo wrote:

i have a litlle problem with all these wires running here and  
there in my

flat, and as i got a woman living here with me.. i cant stand her
complaining about those ugly wires allover the house. One  
beautiful day, i
decided to get involved with wlan. But this one linux-dude said  
that my

p233mmx/64ram couldnt run wlan.
Lies, all lies! My P200/32mB RAM with 6.0-RELEASE acts as an AP or  
a client with WEP, WPA, etc with no issues.

I dont know if he ment WAP/WEP-encryption as
he couldnt be any spesific and that got me thinking if he even knows
anything.

My setup these days is following: 1Ghz/256ddr (Desktop mahcine,  
with ssh

Xforwarding) via 10Mbit LAN,
and my laptop just happens to get a lot faster when i run all apps  
on that

desktop-pc.

Good idea, does it lag at all? I'm thinking of configuring that.


My desktop is FreeBSD 6.0-RELEASE and laptop has NetBSD 3.0 with  
standalone

X  few apps just to survive if
my desktop-pc is down. I'm planning to change into FreeNX if it  
gives any
advantage, but that would require to replace my laptop with  
freebsd as it is

my favorite OS that has FreeNX client.

Is it possible to keep up with this setup with changin all the  
wires with
wireless-future. If WAP/WEP is the problem, couldn i just leave it  
out and

use IPsec, or ssh instead?

If you're really having issues... then yeah.

Or is WAP/WEP mandatory, or is it just enough if
i set tight firewall-rules on both ends of wlan with IPsec, so no  
one could

intrude into my system.
Depends if you live around people or in the middle of nowhere. The  
latter is the case for me, so I don't worry about security.


If all goes well, my next sted would be to include one windows-pc  
also.. and
that would need firewall for local wlan-crackers but somehow i  
dont believe

that as a minor threat :)

It'd be fine, you just  need proper firewalls, anti-virus, etc.


Lasse
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[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: N00b: shutting down freebsd server

2006-05-07 Thread Hunter Fuller


On  07 May 2006, at 10:44 AM, dharam paul wrote:


Hello Seniors,
I think it supports ACPI. When I press the power
button it sends signal 15, then it stops the
processes. Then it shuts down the system.
Perfect, it's shutting down cleanly then. yeah, it's fine to hit the  
atx button to halt it then... but don't hold it down, or it'll die  
uncleanly.


Regards
--- Frank Steinborn [EMAIL PROTECTED] wrote:


dharam paul wrote:

Hello Seniors,
Is it ok to shutdown a freebsd server from atx

power

button?

regards


If your server supports ACPI and it's shutting down
clean, it's OK.
But if your power-button switches your system off
immediatly, use
shutdown -p now.
___
freebsd-questions@freebsd.org mailing list


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

To unsubscribe, send any mail to
[EMAIL PROTECTED]






__
Yahoo! India Answers: Share what you know. Learn something new.
http://in.answers.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[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: corrected

2006-05-07 Thread meri . kulmala
Hei, 

Olen siirtynyt muihin tehtäviin enkä enää näin ollen tavoitettavissa STETEn 
toimistolta. Jos viestisi koskee STETEn työtä, niin ota yhteyttä osoitteeseen: 
[EMAIL PROTECTED] Henkilökohtaisesti minulle tarkoitetut viestit voi lähettää 
jatkossa osoitteeseen: [EMAIL PROTECTED] 

Kiitos yhteistyöstä ja hyvää jatkoa!

I have started with other duties and not working anymore at STETE. If you have 
something concerning STETE and its activities, please contact: [EMAIL 
PROTECTED] For personal correspondence, please use the address: [EMAIL 
PROTECTED] 

Thank you for co-operation! I wsih you success in the future!

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


Re: ULE Scheduler and overall performance on 6.x - Wow

2006-05-07 Thread Jonathan Horne
i remember when i first started using freebsd about 2 months ago, the first 
kernel i built, i did the ULE (at some articles recommendataion).  but, ive 
not done it since.  i guess i have been noticing a bit of lag on my system 
(amd 1800mhz 512rdram, u160 scsi raid0), but nothing unacceptable.

however, since i didnt have a problem with my first kernel that i did, and 
your positive response, i decided to go ahead and change out the specified 
scheduler in my kernconf, and let 'er rip.

is your system a desktop?  were your prevously running the same desktop 
configuration on the same box, with the 4BSD?  is the ULE scheduler suited 
for a server setup as well (my server is also SMP), or is this something that 
should be kept to a desktop?

thanks,
jonathan horne

On Sunday 07 May 2006 04:43, Duane Whitty wrote:
 Hi,

 I decided to give the ULE scheduler a try  a while ago (April 28).
 when I last built 6-STABLE

 Anyhow it seems great.  I'm running a 2.4GHz Celeron with
 512MB RAM and two 40GB, PATA disks.  Right now I'm running
 both a GNOME and a KDE session, I've got Thunderbird and
 Evolution open, Firefox is running and running well, and I'm
 updating the my local copy of the FreeBSD repository.  Oh yeah,
 I'm also running a DNS server, a Sendmail server, and SAMBA
 I can't believe how responsive everything is on this low-end machine
 I'm running.Wow!  (And this with debugging turned on but no WITNESS
 or INVARIANTS turned on)

 Well time to rebuild the sources  :)

 dwpc@ /home/duaneuname -a
 FreeBSD dwpc.dwlabs.ca 6.1-RC FreeBSD 6.1-RC #0: Fri Apr 28 18:41:15 ADT
 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DWPC-KERNEL  i386

 Best Regards,

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


20 Ierrs/sec on ath0 (no traffic)

2006-05-07 Thread John Murphy
I've recently installed a D-Link DWL-G520 PCI card in my Soekris
Net4801.  It's configured to use ipsec and seems to work very well
except 'Daily' reports an ever increasing number of 'Ierrs' far in
excess of 'Ipkts' and 'Opkts'.  Without any traffic on the card the
counter seems to increment by about 20/sec.  I also notice the two
LEDs on the card are flashing at about 0.5 c/s.

It's my first experience of wireless so I have nothing to compare
it with.  Should I be worried? Is this common for wireless cards?

 grep ath /etc/rc.conf
ifconfig_ath0=inet 10.10.20.1 netmask 255.255.255.252 channel 7
ssid skew_wifi mode 11b mediaopt hostap

 ifconfig ath0
ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::211:95ff:fe91:8cdf%ath0 prefixlen 64 scopeid 0x4
inet 10.10.20.1 netmask 0xfffc broadcast 10.10.20.3
ether 00:11:95:91:8c:df
media: IEEE 802.11 Wireless Ethernet autoselect mode 11b hostap
status: associated
ssid skew_wifi channel 7 bssid 00:11:95:91:8c:df
authmode OPEN privacy OFF txpowmax 0 protmode CTS dtimperiod 1
bintval 100

 netstat -i -I ath0
NameMtu Network   AddressIpkts IerrsOpkts Oerrs  Coll
ath0   1500 Link#4  00:11:95:91:8c:df  0 1685321  2 0 0
ath0   1500 fe80:4::211:9 fe80:4::211:95ff:  0 -4 - -
ath0   1500 10.10.20/30   10.10.20.1 0 -0 - -

10 seconds later:
 netstat -i -I ath0
NameMtu Network   AddressIpkts IerrsOpkts Oerrs  Coll
ath0   1500 Link#4  00:11:95:91:8c:df  0 1685515  2 0 0
ath0   1500 fe80:4::211:9 fe80:4::211:95ff:  0 -4 - -
ath0   1500 10.10.20/30   10.10.20.1 0 -0 - -

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


ibsh

2006-05-07 Thread Robert Fitzpatrick
Anyone using ibsh shell for locking users in to their home directory? I
just found out about this googling and installed the port on my FreeBSD
6.0 box, but can't seem to get it working

files# grep ibsh /etc/shells
/usr/local/bin/ibsh
files# grep webtent /etc/passwd
webtent:*:1002:1000:WebTent Networking, Inc.:/home/webtent:/usr/local/bin/ibsh

[EMAIL PROTECTED]:~ ssh [EMAIL PROTECTED]
Password:
snip
[EMAIL PROTECTED] cd ..
[EMAIL PROTECTED] pwd
/home
[EMAIL PROTECTED]

What am I missing? I can't find any docs or manual on the system...

-- 
Robert

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


Re: GUI mail client recommendations ...

2006-05-07 Thread Norberto Meijome
On Sun, 07 May 2006 14:54:14 +0100
eoghan [EMAIL PROTECTED] wrote:

 I actually got it from /usr/X11R6/bin/sylpheed-claws

yup . I set my launcher for sylpheed to actually do nice sylpheed-claws, as it
sometimes spin-locks - this way it doesn't hog more than needed.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: top for tcpdump

2006-05-07 Thread martinko

Dan Nelson wrote:

In the last episode (Apr 20), Low Kian Seong said:

Hmmm the port for trafshow seems unable to fetch the tgz file ?

Probably need to ammend to point it here :

http://www.mirrors.wiretapped.net/security/network-monitoring/trafshow/ ?


I was able to download it just fine:

([EMAIL PROTECTED]) /usr/ports/net/trafshow make fetch
= trafshow-5.2.3.tgz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from ftp://ftp.nsk.su/pub/RinetSoftware/.
trafshow-5.2.3.tgz100% of  139 kB   13 kBps 00m00s

Extra mirror locations never hurt, though.



doesn't work here and now either :-(

= trafshow-5.2.3.tgz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from ftp://ftp.nsk.su/pub/RinetSoftware/.
fetch: ftp://ftp.nsk.su/pub/RinetSoftware/trafshow-5.2.3.tgz: Not logged in
= Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/trafshow-5.2.3.tgz: 
File unavailable (e.g., file not found, no access)

= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

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


Re: wlan on lowend laptop

2006-05-07 Thread Lars Udo

2006/5/7, Hunter Fuller [EMAIL PROTECTED]:



On  07 May 2006, at 9:19 AM, Lars Udo wrote:

 i have a litlle problem with all these wires running here and there
 in my
 flat, and as i got a woman living here with me.. i cant stand her
 complaining about those ugly wires allover the house. One beautiful
 day, i
 decided to get involved with wlan. But this one linux-dude said
 that my
 p233mmx/64ram couldnt run wlan.
Lies, all lies! My P200/32mB RAM with 6.0-RELEASE acts as an AP or a
client with WEP, WPA, etc with no issues.



Thanks for your opinion :)


I dont know if he ment WAP/WEP-encryption as
 he couldnt be any spesific and that got me thinking if he even knows
 anything.

 My setup these days is following: 1Ghz/256ddr (Desktop mahcine,
 with ssh
 Xforwarding) via 10Mbit LAN,
 and my laptop just happens to get a lot faster when i run all apps
 on that
 desktop-pc.
Good idea, does it lag at all? I'm thinking of configuring that.



Yes it lags a little, but nothing compared for opera running natively
on laptop. Normally, websites
renders pic by pic.. but with this configuration, it all just jumps on
the screen instantly
after short period time of 'thinkin' which is about 1sec. I think that
100Mbit would be a great improvement.



 My desktop is FreeBSD 6.0-RELEASE and laptop has NetBSD 3.0 with
 standalone
 X  few apps just to survive if
 my desktop-pc is down. I'm planning to change into FreeNX if it
 gives any
 advantage, but that would require to replace my laptop with freebsd
 as it is
 my favorite OS that has FreeNX client.

 Is it possible to keep up with this setup with changin all the
 wires with
 wireless-future. If WAP/WEP is the problem, couldn i just leave it
 out and
 use IPsec, or ssh instead?
If you're really having issues... then yeah.
 Or is WAP/WEP mandatory, or is it just enough if
 i set tight firewall-rules on both ends of wlan with IPsec, so no
 one could
 intrude into my system.
Depends if you live around people or in the middle of nowhere. The
latter is the case for me, so I don't worry about security.

 If all goes well, my next sted would be to include one windows-pc
 also.. and
 that would need firewall for local wlan-crackers but somehow i dont
 believe
 that as a minor threat :)
It'd be fine, you just  need proper firewalls, anti-virus, etc.

 Lasse
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [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: ibsh

2006-05-07 Thread Robert Fitzpatrick
On Sun, 2006-05-07 at 12:32 -0400, Robert Fitzpatrick wrote:
 Anyone using ibsh shell for locking users in to their home directory? I
 just found out about this googling and installed the port on my FreeBSD
 6.0 box, but can't seem to get it working
 
Sorry for posting to quickly, I found that merely editing
the /etc/passwd file to change the shell did not get it done. I have
ibsh shell working now, but something peculiar happening. I can login
from my Linux box using ssh and all is as expected, but if I use the
WinSCP program, commonly used by our staff, it does not believe there is
an SFTP server running. Of course, logging in using WinSCP with a user
of a different shell works perfectly. Here is ibsh commands I am
allowing and the log from WinSCP...

files# cat globals.cmds
# Add any commands the user may execute. Even shell commands.
# You have to allow logout and/or exit, so the user can logout!
# cd and pwd should also be allowed. Note: other shell builtin
# commands are not yet implemented!
cd
ls
pwd
logout
exit

. 2006-05-07 12:48:40.600 
--
. 2006-05-07 12:48:40.600 WinSCP Version 3.7.6 (Build 306) (OS 5.2.3790 Service 
Pack 1)
. 2006-05-07 12:48:40.600 Login time: Sunday, May 07, 2006 12:48:40 PM
. 2006-05-07 12:48:40.600 
--
. 2006-05-07 12:48:40.600 Session name: [EMAIL PROTECTED]
. 2006-05-07 12:48:40.600 Host name: 192.168.1.7 (Port: 22)
. 2006-05-07 12:48:40.600 User name: webtent (Password: Yes, Key file: No)
. 2006-05-07 12:48:40.610 Transfer Protocol: SFTP (SCP)
. 2006-05-07 12:48:40.610 SSH protocol version: 2; Compression: No
. 2006-05-07 12:48:40.610 Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; 
GSSAPI: No
. 2006-05-07 12:48:40.610 Ciphers: aes,blowfish,3des,WARN,des; Ssh2DES: No
. 2006-05-07 12:48:40.610 Ping type: -, Ping interval: 30 sec; Timeout: 15 sec
. 2006-05-07 12:48:40.610 SSH Bugs: -,-,-,-,-,-,-,-
. 2006-05-07 12:48:40.610 SFTP Bugs: -,-,-
. 2006-05-07 12:48:40.610 Proxy: none
. 2006-05-07 12:48:40.610 Return code variable: Autodetect; Lookup user groups: 
Yes
. 2006-05-07 12:48:40.621 Shell: default, EOL: 0
. 2006-05-07 12:48:40.621 Local directory: default, Remote directory: home, 
Update: No, Cache: Yes
. 2006-05-07 12:48:40.621 Cache directory changes: Yes, Permanent: Yes
. 2006-05-07 12:48:40.621 Clear aliases: Yes, Unset nat.vars: Yes, Resolve 
symlinks: Yes
. 2006-05-07 12:48:40.621 Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. 2006-05-07 12:48:40.621 
--
. 2006-05-07 12:48:40.771 Looking up host 192.168.1.7
. 2006-05-07 12:48:40.781 Connecting to 192.168.1.7 port 22
. 2006-05-07 12:48:40.831 Server version: SSH-2.0-OpenSSH_4.2p1 FreeBSD-20050903
. 2006-05-07 12:48:40.851 We claim version: SSH-2.0-WinSCP_release_3.7.6
. 2006-05-07 12:48:40.861 Using SSH protocol version 2
. 2006-05-07 12:48:40.881 Doing Diffie-Hellman group exchange
. 2006-05-07 12:48:41.001 Doing Diffie-Hellman key exchange
. 2006-05-07 12:48:42.273 Host key fingerprint is:
. 2006-05-07 12:48:42.293 ssh-dss 2048 
0a:59:6c:0f:b9:18:2b:68:1b:e0:5d:3b:d6:5a:e0:65
. 2006-05-07 12:48:42.313 Initialised AES-256 client-server encryption
. 2006-05-07 12:48:42.333 Initialised HMAC-SHA1 client-server MAC algorithm
. 2006-05-07 12:48:42.353 Initialised AES-256 server-client encryption
. 2006-05-07 12:48:42.373 Initialised HMAC-SHA1 server-client MAC algorithm
! 2006-05-07 12:48:42.413 Using username webtent.
! 2006-05-07 12:48:42.523 Using keyboard-interactive authentication.
. 2006-05-07 12:48:42.543 Password: prompt from server
. 2006-05-07 12:48:42.563 Responding with stored password.
. 2006-05-07 12:48:42.603 Access granted
. 2006-05-07 12:48:42.623 Opened channel for session
. 2006-05-07 12:48:42.653 Started a shell/command
. 2006-05-07 12:48:42.673 
--
. 2006-05-07 12:48:42.693 Using SFTP protocol.
. 2006-05-07 12:48:42.724 Doing startup conversation with host.
 2006-05-07 12:48:42.744 Type: SSH_FXP_INIT, Size: 5, Number: -1
. 2006-05-07 12:48:42.774 Server sent command exit status 0
. 2006-05-07 12:48:42.794 All channels closed. Disconnecting
. 2006-05-07 12:48:42.824 Server closed network connection
* 2006-05-07 12:48:42.854 (ESshFatal) Cannot initialize SFTP protocol. Is the 
host running a SFTP server?
* 2006-05-07 12:48:42.854 Connection has been unexpectedly closed. Server sent 
command exit status 0.

-- 
Robert

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


Re: port building linking

2006-05-07 Thread martinko

Andrew Pantyukhin wrote:

On 4/21/06, ph rhole oper [EMAIL PROTECTED] wrote:

I need to build a port (mail/cyrus-imapd23) and add support for the
mit-kerberos implementation to it.
It needs to link to the -lkrb5 library.There are two libkrb5*.so in my
system:
the heimdal one (/usr/lib/libkrb5*.so) and the mit one
(/usr/local/lib/libkrb5*.so).
The configure script, searching for -lkrb5, finds /usr/lib/libkrb5.so
first, and links to the heimdal implementation.
Is there any way i can force it to only link against
/usr/local/lib/libkrb5.so?I need the mit implementation.


simon.

--
http://www.fastmail.fm - Access your email from home and the web

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



Are you talking about cyrus-imapd or cyrus-sasl? cyrus-sasl
has some options in its Makefile, like KRB5_HOME.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



speaking of cyrus, i've recently spotted new entry in my passwd and have 
been wondering where/when did it get there.. ??

of course i don't know of installing anything called cyrus..

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


Re: Remote screen control software - recommendations please

2006-05-07 Thread martinko

Graham Bentley wrote:

Thanks for all the suggestions on this. Perhaps I should have worded
my question better (well, maybe not on a FreeBSD list ;)

I am looking to control Windogs (yuk!) Desktops remotely (and as
secure as possible - lol !)

Thanks




i also used tightvnc and run it through an ssh tunnel from fbsd to 
win2k. if you play with parameters it's quite responsive imho.
other than that, i would go for nx, but you need a unix/linux proxy 
sever as you can't connect directly to windows. check their website for 
explanation and more info or use google to find more articles..


martin

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


memory usage

2006-05-07 Thread Jonathan Horne
i have a server that has 2GB ram, recently upgraded from 1GB ram.  it runs 
apache2.0 with php5, sendmail with spamass-milter, dovecot, mysql5.0, cacti, 
and a couple other small things (like snmp, my bx irc shell, etc).

when ever i look at the memory usage (via phpsysinfo, or cacti graphs), its 
nearly always showing less than 100mb of ram available.  top shows several 
perls (probably spamassassin), 8 or so httpds (typical), but that would 
probably only account for (a liberal guess) 500-600 mb of ram.

is there a good way to find out where this bottomless ram funnel leads to?  
or, should this behavior just be considered typical?

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


Re: memory usage

2006-05-07 Thread Jonathan Horne
On Sunday 07 May 2006 12:09, Jonathan Horne wrote:
 i have a server that has 2GB ram, recently upgraded from 1GB ram.  it runs
 apache2.0 with php5, sendmail with spamass-milter, dovecot, mysql5.0,
 cacti, and a couple other small things (like snmp, my bx irc shell, etc).

 when ever i look at the memory usage (via phpsysinfo, or cacti graphs), its
 nearly always showing less than 100mb of ram available.  top shows several
 perls (probably spamassassin), 8 or so httpds (typical), but that would
 probably only account for (a liberal guess) 500-600 mb of ram.

 is there a good way to find out where this bottomless ram funnel leads to?
 or, should this behavior just be considered typical?

 thanks,
 jonathan

update...

i just upgraded to the new phpsysinfo rc2, and it shows more detailed 
information about what the memory usage is doing.  it shows that 1.57GB is 
being used by buffers.  what is the significance of 1.57GB of memory being 
used by 'buffers'?

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


ssh-copy-id?

2006-05-07 Thread Peter
Some documentation I have refers to the program ssh-copy-id to
faciliate the copying of a public key to a remote host.  I can't locate
it on my FreeBSD 5.5 system nor on my OpenBSD 3.8 system.  However, it
exists on my Slackware 10.2 box.  Where do I find the appropriate
binary for FreeBSD?

Peter

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh-copy-id?

2006-05-07 Thread Daniel Bye
On Sun, May 07, 2006 at 01:32:20PM -0400, Peter wrote:
 Some documentation I have refers to the program ssh-copy-id to
 faciliate the copying of a public key to a remote host.  I can't locate
 it on my FreeBSD 5.5 system nor on my OpenBSD 3.8 system.  However, it
 exists on my Slackware 10.2 box.  Where do I find the appropriate
 binary for FreeBSD?

5 seconds on Google told me that it is a script, not a binary.  That
being the case, it should be a simple matter to port it from your Linux
box.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: D349 B109 0EB8 2554 4D75  B79A 8B17 F97C 1622 166A
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp4KT1N1bsFH.pgp
Description: PGP signature


Re: port building linking

2006-05-07 Thread Reko Turja
speaking of cyrus, i've recently spotted new entry in my passwd and 
have been wondering where/when did it get there.. ??

of course i don't know of installing anything called cyrus..



If you have installed CMU sasl, that does add cyrus user as  well.

-Reko 


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


seamonkey issue -- theme switching

2006-05-07 Thread martinko

hello!

i've just upgraded from mozilla (1.7.12) to seamonkey (1.0.1) and 
unfortunately run into the following issue:


theme change does not last for longer than 1 restart -- i change the 
theme (to pinball theme http://mozilla-themes.schellen.net/), restart 
seamonkey as suggested, new theme is being used but after another 
restart of seamonkey i'm back with the previous or original (?) 
seamonkey theme (modern).


/note that i'm running seamonkey on freebsd 6.1-rc, after just 
reinstalling all my ports from scratch but keeping my old mozilla profile./


any thoughts or suggestions pls ??

cheers,

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


Re: port building linking

2006-05-07 Thread martinko

Reko Turja wrote:
speaking of cyrus, i've recently spotted new entry in my passwd and 
have been wondering where/when did it get there.. ??

of course i don't know of installing anything called cyrus..



If you have installed CMU sasl, that does add cyrus user as  well.

-Reko







i'm not aware of it. it might have been installed as a dependency, 
though, i guess.


cheers,

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


Next VNC related question ... recording

2006-05-07 Thread Marc G. Fournier


What are ppl using for this?  I'm trying vnc2swf, but wonder if there is 
something that records to a better (ie. non windows) format that works 
well under FreeBSD?


Thx


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Panic: vrele: negative ref cnt

2006-05-07 Thread Robert H. Perry
I received a panic message (see Subject) yesterday following a GNOME
upgrade.  The upgrade was successful but I encountered subsequent problems
trying to access Firefox websites and my mail site in Thunderbird.  I
noticed a Plugin error message in Firefox and prepared to paste it into a
message to the mailing list but was unable to get a connection and
eventually lost it.

I reset my modem several times then decided to reboot.  First, I re-enabled
my firewall then entered shutdown -r now.  Next I received the panic message
and a repeat of the following:

READ_DMA ad0:Timeout - Read_DMA retrying (2 retries left) LBA = 28162271
READ_DMA ad0: FAILURE -READ_DMA status=51 READY, DSC, ERROR error = 40
Uncorrectable  LBA =28162271

Unfortunately, this may not have been exactly how the message read.  I was
sort of in a panic state myself.
Another message indicated there was no request/requirement to dump.

I run FreeBSD 5.4 RELEASE.

Your advice is appreciated.  Thnx,
Bob Perry

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


Re: port building linking

2006-05-07 Thread martinko

martinko wrote:

Reko Turja wrote:
speaking of cyrus, i've recently spotted new entry in my passwd and 
have been wondering where/when did it get there.. ??

of course i don't know of installing anything called cyrus..



If you have installed CMU sasl, that does add cyrus user as  well.

-Reko







i'm not aware of it. it might have been installed as a dependency, 
though, i guess.


cheers,

m.



aahh.. mail-notification is the culprit ;-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ULE Scheduler and overall performance on 6.x - Wow

2006-05-07 Thread Kris Kennaway
On Sun, May 07, 2006 at 06:43:14AM -0300, Duane Whitty wrote:
 Hi,
 
 I decided to give the ULE scheduler a try  a while ago (April 28).
 when I last built 6-STABLE
 
 Anyhow it seems great.  I'm running a 2.4GHz Celeron with
 512MB RAM and two 40GB, PATA disks.  Right now I'm running
 both a GNOME and a KDE session, I've got Thunderbird and
 Evolution open, Firefox is running and running well, and I'm
 updating the my local copy of the FreeBSD repository.  Oh yeah,
 I'm also running a DNS server, a Sendmail server, and SAMBA
 I can't believe how responsive everything is on this low-end machine
 I'm running.Wow!  (And this with debugging turned on but no WITNESS
 or INVARIANTS turned on)

FYI, in my testing ULE is faster under light workloads but quite a lot
slower under heavy loads.  It's not recommended, but YMMV.

Kris


pgppGBKH0ZlRx.pgp
Description: PGP signature


Re: Panic: vrele: negative ref cnt

2006-05-07 Thread Kris Kennaway
On Sun, May 07, 2006 at 03:16:46PM -0400, Robert H. Perry wrote:
 I received a panic message (see Subject) yesterday following a GNOME
 upgrade.  The upgrade was successful but I encountered subsequent problems
 trying to access Firefox websites and my mail site in Thunderbird.  I
 noticed a Plugin error message in Firefox and prepared to paste it into a
 message to the mailing list but was unable to get a connection and
 eventually lost it.
 
 I reset my modem several times then decided to reboot.  First, I re-enabled
 my firewall then entered shutdown -r now.  Next I received the panic message
 and a repeat of the following:
 
 READ_DMA ad0:Timeout - Read_DMA retrying (2 retries left) LBA = 28162271
 READ_DMA ad0: FAILURE -READ_DMA status=51 READY, DSC, ERROR error = 40
 Uncorrectable  LBA =28162271

Your hard drive is dying.  This may have caused the panic as a
secondary effect after the read failed.

Kris


pgppLoM0srFLs.pgp
Description: PGP signature


X11 6.9 issue -- options AGPMode and AGPFastWrite

2006-05-07 Thread martinko

hello list!

i've just upgraded X11 from 6.8.2 to 6.9.0 and run into the following issue:

after starting x11 for the first time the screen went black and console 
was inaccessible (i had to reboot). when i tried the generated xorg.conf 
(`Xorg -configure`) it worked. so i started comparing my old config file 
with the new one and found out that the following two options i had been 
using are the root of the problem:

Option  AGPMode 4   # ++ 2005-02-11 mato
Option  AGPFastWrite # ++ 2005-02-11 mato
they just cannot be set both at the same time now.
and i wonder why.
and also i wonder which one to comment out and which one to keep (if any 
at all).


note that i'm running freebsd 6.1-rc, after just reinstalling all my 
ports from scratch. for details on my graphics card pls see below.


any thoughts or suggestions pls ??

cheers,

martin

--

$ grep -i radeon /var/log/Xorg.0.log
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] 
rev 0, Mem @ 0xd000/27, 0xff8f/16, I/O @ 0xc800/8, BIOS @ 
0xff8c/17

(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI Radeon Mobility M7 LW (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon Mobility M300 (M22) 5460 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE),
ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),

php4 port upgrade

2006-05-07 Thread Dave

Hello,
   Is there any known issues or things to watch out for when doing the 
latest php4 upgrade? The notes in the UPDATING file indicated a change in 
the status of the .cli binary. If one has mod_php4 and the php4-extensions 
already installed is the upgrade a smooth one?

Thanks.
Dave.

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


Re: memory usage

2006-05-07 Thread Jonathan Chen
On Sun, May 07, 2006 at 12:19:41PM -0500, Jonathan Horne wrote:

 i just upgraded to the new phpsysinfo rc2, and it shows more detailed 
 information about what the memory usage is doing.  it shows that 1.57GB is 
 being used by buffers.  what is the significance of 1.57GB of memory being 
 used by 'buffers'?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#TOP-FREEMEM
-- 
Jonathan Chen [EMAIL PROTECTED]
--
The human mind ordinarily operates at only ten percent of its capacity
 -- the rest is overhead for the operating system.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Printing from KDE - Windows XP server ...

2006-05-07 Thread Marc G. Fournier


I think I have everything setup right, but when I try and print a test 
page, on the windows side, it says 'Size 64.0 KB/3.70MB' ... so its not 
printing, cause it hasn't receivd the whole file ...


I'm running KDE 3, CUPs installed, on FreeBSD 6.x ...

is there something obvious I'm overlooking, to get that test to actually 
print? :)


thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


named / bind on 6.1RC2

2006-05-07 Thread Jim Pazarena

something seems to have changed with named on 6.1 compared to 6.0

using defaults named cannot create the /var/run/named.pid file.
after changing permissions of /var/run to 777, THEN named runs and
creates a named.pid of: bind:wheel

upon reading I see a new rc.conf variable -  named_uid
I added named_uid=0 , changed /var/run back to defaults 755 ,
rebooted and named doesn't even attempt to run (nothing in the
log file).

I don't need a jail environment, therefore have
named_chrootdir=  in my rc.conf

can someone please advise where I am going wrong? on 6.0 it just 'works'

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


Re: ULE Scheduler and overall performance on 6.x - Wow

2006-05-07 Thread Duane Whitty

Jonathan Horne wrote:
i remember when i first started using freebsd about 2 months ago, the first 
kernel i built, i did the ULE (at some articles recommendataion).  but, ive 
not done it since.  i guess i have been noticing a bit of lag on my system 
(amd 1800mhz 512rdram, u160 scsi raid0), but nothing unacceptable.


however, since i didnt have a problem with my first kernel that i did, and 
your positive response, i decided to go ahead and change out the specified 
scheduler in my kernconf, and let 'er rip.


is your system a desktop?  were your prevously running the same desktop 
configuration on the same box, with the 4BSD?  is the ULE scheduler suited 
for a server setup as well (my server is also SMP), or is this something that 
should be kept to a desktop?


thanks,
jonathan horne

  
My system is a desktop and yes I was previously using the 4BSD 
scheduler.  As for
whether it is suited for a server environment I would say that depends.  

From what
I understand it is an experimental scheduler meant to bring better 
performance

to SMP machines but that UP machines may also show some improvement.
If I was using this box as a server for mission critical applications
there are a whole bunch of things I am doing now that I would not be doing.

Before I would use any relatively new configuration on a production 
server I would
have to do some reliability testing and benchmarking on a test machine 
that I had
configured to test a particular harware/application mix.  I would also 
be reading what
other people had to say and I would first choose to use something that 
was known to
generally work and for which issues were generally know and mostly 
understood.  Also,

go where the support is.  :)

This is basically a test box and a learning platform. There are way too 
many applications
loaded on this machine and they are far too varied in nature for me to 
single out one aspect
of my configuration and say whether or not it is suitable in a server 
configuration.  In
addition I wouldn't be able to say whether ULE is suitable for a server 
after testing it

on hardware that is definitely not suitable as a server, in my opinion.

I am willing to say that for desktop use the ULE scheduler --seems-- to 
work great.  But
do keep in mind Mr. Kennaway's comments per this thread.  Of course the 
4BSD scheduler

works great so I wouldn't switch unless I had a reason to.

--Duane

On Sunday 07 May 2006 04:43, Duane Whitty wrote:
  

Hi,

I decided to give the ULE scheduler a try  a while ago (April 28).
when I last built 6-STABLE

Anyhow it seems great.  I'm running a 2.4GHz Celeron with
512MB RAM and two 40GB, PATA disks.  Right now I'm running
both a GNOME and a KDE session, I've got Thunderbird and
Evolution open, Firefox is running and running well, and I'm
updating the my local copy of the FreeBSD repository.  Oh yeah,
I'm also running a DNS server, a Sendmail server, and SAMBA
I can't believe how responsive everything is on this low-end machine
I'm running.Wow!  (And this with debugging turned on but no WITNESS
or INVARIANTS turned on)

Well time to rebuild the sources  :)

dwpc@ /home/duaneuname -a
FreeBSD dwpc.dwlabs.ca 6.1-RC FreeBSD 6.1-RC #0: Fri Apr 28 18:41:15 ADT
2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DWPC-KERNEL  i386

Best Regards,

Duane Whitty


___
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: Remote screen control software - recommendations please

2006-05-07 Thread J. Erik Heinz
Hi,

martinko [EMAIL PROTECTED] words
on 07.05.2006 - 19:06 (+0200 Zulu-Time):

 Graham Bentley wrote:
 Thanks for all the suggestions on this. Perhaps I should have worded
 my question better (well, maybe not on a FreeBSD list ;)
 
 I am looking to control Windogs (yuk!) Desktops remotely (and as
 secure as possible - lol !)
/usr/ports/net/rdesktop


Cheers -- Erik
-- 
J. Erik Heinz
Keyboard-samuraing in process

:: All non-mailinglist mail to this emailadress will be deleted.

OpenBC: https://www.openbc.com/hp/JErik_Heinz
Blog: http://jerik.blogspot.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Panic: vrele: negative ref cnt

2006-05-07 Thread Robert H. Perry


-Original Message-
From: Kris Kennaway [mailto:[EMAIL PROTECTED] 
Sent: Sunday, May 07, 2006 3:20 PM
To: Robert H. Perry
Cc: freebsd-questions@freebsd.org
Subject: Re: Panic: vrele: negative ref cnt

On Sun, May 07, 2006 at 03:16:46PM -0400, Robert H. Perry wrote:
 I received a panic message (see Subject) yesterday following a GNOME
 upgrade.  The upgrade was successful but I encountered subsequent problems
 trying to access Firefox websites and my mail site in Thunderbird.  I
 noticed a Plugin error message in Firefox and prepared to paste it into a
 message to the mailing list but was unable to get a connection and
 eventually lost it.
 
 I reset my modem several times then decided to reboot.  First, I
re-enabled
 my firewall then entered shutdown -r now.  Next I received the panic
message
 and a repeat of the following:
 
 READ_DMA ad0:Timeout - Read_DMA retrying (2 retries left) LBA = 28162271
 READ_DMA ad0: FAILURE -READ_DMA status=51 READY, DSC, ERROR error = 40
 Uncorrectable  LBA =28162271

Your hard drive is dying.  This may have caused the panic as a
secondary effect after the read failed.


Thanks for taking the time to respond.  Not good news obviously, but could
be worse.  This is my mule machine. I was using it as a gateway, to develop
some networking skills, and had installed SAMBA and was also trying to
install HylaFAX .  Fortunately it has a second hard drive which currently
holds the /var slice.  Out with the bad and in with the good.

BTW, can the data on this drive be copied to the surviving drive?  What
commands do I need to review?  My initial thoughts were to simply install
6.0 and go on from there.  Any hints/suggestions are appreciated.

Bob 

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


Re: Panic: vrele: negative ref cnt

2006-05-07 Thread Kris Kennaway
On Sun, May 07, 2006 at 06:24:52PM -0400, Robert H. Perry wrote:

 Thanks for taking the time to respond.  Not good news obviously, but could
 be worse.  This is my mule machine. I was using it as a gateway, to develop
 some networking skills, and had installed SAMBA and was also trying to
 install HylaFAX .  Fortunately it has a second hard drive which currently
 holds the /var slice.  Out with the bad and in with the good.
 
 BTW, can the data on this drive be copied to the surviving drive?  What
 commands do I need to review?  My initial thoughts were to simply install
 6.0 and go on from there.  Any hints/suggestions are appreciated.

dump/restore or just copy over the data you need to keep with tar | tar

Kris


pgpOVfewKmoOM.pgp
Description: PGP signature


Re: named / bind on 6.1RC2

2006-05-07 Thread Jim Pazarena

Jim Pazarena wrote:

something seems to have changed with named on 6.1 compared to 6.0

using defaults named cannot create the /var/run/named.pid file.
after changing permissions of /var/run to 777, THEN named runs and
creates a named.pid of: bind:wheel

upon reading I see a new rc.conf variable -  named_uid
I added named_uid=0 , changed /var/run back to defaults 755 ,
rebooted and named doesn't even attempt to run (nothing in the
log file).


named_uid=rootworks :-(
   I never thought to try a name rather than a number



I don't need a jail environment, therefore have
named_chrootdir=  in my rc.conf

can someone please advise where I am going wrong? on 6.0 it just 'works'

Thanks.


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


Re: nsswitch.conf with ldap

2006-05-07 Thread Z.C.B.
On Wed, 18 Jan 2006 22:56:09 +0100
Dominique Goncalves [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm trying to use ldap database in /etc/nsswitch.conf but FreeBSD
 hangs on boot if it needs to bind a system user present in files, my
 nsswitch.conf:
 group: files ldap
 group_compat: nis
 hosts: files dns
 networks: files
 passwd: files ldap
 passwd_compat: nis
 shells: files
 
 Adding ldap after FreeBSD has started, everything works ok.
 
 I've done some test with truss on single user mode with and without
 ldap in nsswitch.conf and binding a system user present in files and
 it only works if there is no ldap in nsswitch.conf
 
 truss with ldap in nsswitch.conf:
 http://djdomics.free.fr/FreeBSD/nss-w-ldap.txt truss without ldap
 in nsswitch.conf: http://djdomics.free.fr/FreeBSD/nss-wo-ldap.txt
 
 I use:
 FreeBSD djdomics.sceen.net 6.0-STABLE FreeBSD 6.0-STABLE #5: Thu Jan
 12 00:18:18 CET 2006
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DJDOMICS  i386
 
 According to nsswitch.conf(5)
 The default criteria is to return on ``success'', and continue on
 any- thing else (i.e, [success=return notfound=continue
 unavail=continue tryagain=continue]).
 
 Why FreeBSD tries to use ldap database if my user system is on
 files ? Thanks for the help.

Did you ever find a fix for this? I am running into the same thing
myself.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portmanager install from packages (please)

2006-05-07 Thread freebsd-questions
Hi Gerard,

On Fri, 05 May 2006 20:48:40 -0400, Gerard Seibert wrote:

Have you tried contacting Michael C. Shultz [EMAIL PROTECTED] in
regards to this matter?

No, I haven't - at present, the port Makefile lists:

MAINTAINER= [EMAIL PROTECTED]

I thought it best to start there.

cheers,
-- Joel Hatton --
Infrastructure Manager  | Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [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: Substitute command on vi

2006-05-07 Thread Murray Taylor
This is a good vi incantation

(NB The ^V is only there to allow you to put in the ^M. The ^V doesnt 
show in the final command line, so dont panic that you cant see it)

:g/^V^M/s///g

ie

g/^V^M/   - find a ^M (any one will do, you dont need to be at the file
start)
s///  - substitute nothing for the ^M just found
g - do this to all other ^M's


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

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Denis R.
 Sent: Saturday, 6 May 2006 3:40 AM
 To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Subject: re: Substitute command on vi
 
 Try
 #dos2unix file_name
 
 
 Hi list,
 
 I need to substitute a lot of characters ^M (ctrl+M) at the 
 end of each line in my file.
 
 The command :%s/^M//g insn't have success.
 
 How can i do it ?
 
 Thanks,
 
 Aguiar
---
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.***
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


md(4) rootfs mounted read only instead of rw on 6.1

2006-05-07 Thread ovidiu

Hello guys

I've wrote a script that create an cd bootable iso of a small base 
filesystem, to boot from CD.
In FreeBSD 5.4 it worked ok, but I've moved to 6.1 release and here 
after boot it mounts the root partition read only.


I don't understand why since: i've created with mdconfig -o noreadonly, 
I have in fstab mounted md as rw, in rc.conf i have a variable to mount 
root file sistem read write...


any ideea why is that happening in FreeBSD 6.1-RELEASE ? (the problem 
was also in 6.1-RC2)


best regards
ovidiu

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


X11 6.9 issue -- option ZAxisMapping -- 4 5 vs 4 5 6 7

2006-05-07 Thread martinko

hello list!

i've just upgraded X11 from 6.8.2 to 6.9.0 and run into the following issue:

[note that this was first noticed in seamonkey..]

if i scroll my mouse wheel too fast, i'm suddenly moving in history
instead of scrolling the page. one quick finger movement is enough to
trigger this. very annoying.

so it seems to me that the events are interpreted as horizontal 
movements. i have 1-wheel mouse of the following type, though:


kernel: ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.10, addr 2, 
iclass 3/1

kernel: ums0: 3 buttons and Z dir.

and i found out that the new option introduced in X11 6.9 broke it:

Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5# ++ 2005-01-18 mato
#Option ZAxisMapping 4 5 6 7#!!!

the first version (3rd line) was added manually by me long time ago, 
while the 2nd version (4th line) was automatically generated by new X11 
with `Xorg -configure`.
since i reverted it from 4 5 6 7 back to 4 5 scrolling just works 
again like charm.


note that i'm running freebsd 6.1-rc, after just reinstalling all my
ports from scratch.

any thoughts or suggestions pls ??

cheers,

martin

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


X11 6.9 issue -- option XkbOptions and missing keyboard layout

2006-05-07 Thread martinko

hello list!

i've just upgraded X11 from 6.8.2 to 6.9.0 and after starting up X11 it 
displays a message saying that xkbcomp reports that it cannot find file 
pc/sk_qwerty. and therefore it reverts back to default or something.


this is very strange because i've been using the setting since X11 6.7. 
it seems the file is missing in the latest X11. (?)


note that when it fails i can't, for instance, switch to console via 
ctrl+alt+F?.


here is the setting in question from my xorg.conf:
Option  XkbLayout us,sk_qwerty  # ++ 2005-03-13 mato

note that i'm running freebsd 6.1-rc, after just reinstalling all my
ports from scratch.

any thoughts or suggestions pls ??

cheers,

martin

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


Re: memory usage

2006-05-07 Thread Michal Mertl
Jonathan Horne wrote:
 On Sunday 07 May 2006 12:09, Jonathan Horne wrote:
  i have a server that has 2GB ram, recently upgraded from 1GB ram.  it runs
  apache2.0 with php5, sendmail with spamass-milter, dovecot, mysql5.0,
  cacti, and a couple other small things (like snmp, my bx irc shell, etc).
 
  when ever i look at the memory usage (via phpsysinfo, or cacti graphs), its
  nearly always showing less than 100mb of ram available.  top shows several
  perls (probably spamassassin), 8 or so httpds (typical), but that would
  probably only account for (a liberal guess) 500-600 mb of ram.
 
  is there a good way to find out where this bottomless ram funnel leads to?
  or, should this behavior just be considered typical?
 
  thanks,
  jonathan
 
 update...
 
 i just upgraded to the new phpsysinfo rc2, and it shows more detailed 
 information about what the memory usage is doing.  it shows that 1.57GB is 
 being used by buffers.  what is the significance of 1.57GB of memory being 
 used by 'buffers'?

I would expect a question like this is somewhere in the FAQ.

It is typical that you only see a couple of hundred kilobytes of free
memory on a (at least a little used) FreeBSD system. The system
allocates  'physical' memory as needed (as long as there is some free)
and only when there is no free memory, it starts to reuse some of the
'almost' free memory. 'Almost' free memory is mainly disk cache (your
buffers).

This is nothing to worry about. You can see there is a memory shortage
when there is some swapping during normal workload (in top there appears
kb in/out on the swap line). It is neither anything to worry about
when you have some swap space used - FreeBSD is rather aggresively
copying parts of memory to swap when it feels to. As long as it doesn't
need to use the data in the swap often it's an optimization - even disk
cache is better usage of your memory then inactive parts of your
programs' memory.

Michal

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


Re: Can't build bash3.1 during portupgrade -a

2006-05-07 Thread Michael D. Norwick
Gerard Seibert wrote:

Michael D. Norwick wrote:

  

freebsd 6.1 RELEASE Compaq Proliant SMP PII-200 (smp modified kernel)

Over a week ago I was trying to rebuild Xorg and ran into an issue with
libexpat.so.5 not found for 'fc-cache'.  This was my fault because
earlier I wanted  expat2, built it from the 'ports' collection tarball
current (at that time) from ftp2.us.FreeBSD.org, and apparently broke
the dependency for libexpat.so.5.  Following the advice given to another
user on freebsd-questions, I did pkgdb -F then portupgrade -a in order
to fix the dependencies and get Xorg 6.9.0.  Little did I know that it
would take over a week to upgrade and rebuild 119 installed packages on
my PII-200 SMP Proliant.  Other than a couple of burps with boost-python
and postgresql, the upgrade has kept chugging along.  Today, I am almost
to the end and the Mozilla build flaked out.  No worries on that yet,
but the script suggested doing pkgdb -F again and restarting
portupgrade.  I dutifully followed and when portupgrade restarted it
tried to build bash31aborted with the following error which I do not
understand.  When the 'make bash31' stopped on error the first time I
manually downloaded the whole bash31 file set again to
/usr/ports/distfiles/bash from ftp4.us and re-ran portupgrade -a.  It
stopped again with the same error.  What is happening here?

= MD5 Checksum mismatch for bash/bash31-010.
= SHA256 Checksum mismatch for bash/bash31-010.
...snip
And then;

= Attempting to fetch from http://ftp.gnu.org/gnu/bash/bash-3.1-patches//.
fetch: bash31-010: local modification time does not match remote
...snip

stop

Michael



Personally, I would have used 'portmanager' to fix the situation.
Running it like this: portmanager -u -f -l -y should have corrected your
situation.

In any even, delete everything in the /usr/ports/distfiles directory.
Next, update your entire ports collection. If you are still going to use
portupgrade, then definitely run the pkgdb -afFuv. It will give you a
better idea of what is happening. You might also consider running
portsdb -Uu if you have the time. It couldn't hurt. If you decide to use
portmanager, those last two steps are not required.

Good luck!

  

[EMAIL PROTECTED] wrote:

Are you sure you removed the distfiles or did you try to download over them?  
You should delete them.

I downloaded over them so I will take both suggestions and delete the whole 
mess and rebuild.  The Handbook and The 'Complete' book are not too clear on 
the advantages of portupgrade over portmanager.  Right now the build(upgrade) 
got to 'gimp-print' and is freaking out with:

'warning: traditional C rejects ISO C style function definitions' for every .c 
file in the package due to not hiding #pragma's from traditional C in the 
header files.  Ho-Hum.  Maybe a problem with autoconf and friends???  
Soldiering on.

Thank You for the help.

Michael



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


Writing to a mounted NTFS drive

2006-05-07 Thread GiL A. Virtucio

Hi, I have a mounted an NTFS partition that is set as rw in fstab. I can
read the data stored  in the drive but I cannot store new files on that
drive. Anybody here encountered this before? Or can anybody please suggest a
way to make that drive writable?

the hadisk is detected as
ad1: 38166MB Seagate ST340014A 3.06 at ata0-slave UDMA33

it is mounted in the /etc/fstab as
/dev/ad1s1  /LouiGintfsrw  0   0

here is the output of my uname -a
FreeBSD bok.gihl.eu.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Mar  3
15:43:19 PHT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GiHL  i386

and i have this error whenever i try to write a file...
[BoK]/[EMAIL PROTECTED] echo cristale  kwak.txt
kwak.txt: No such file or directory.

[BoK]/[EMAIL PROTECTED] touch lualhati.txt
touch: lualhati.txt: No such file or directory

thank you very much.

=
Gil A. Virtucio
Janitor/Kolektor/Messenger/Driver
Asia Solution Phillippines Inc.
28/F Antel Global Corporate Center
3 Doña Julia Vargas Avenue,
Ortigas Center, Pasig
Mobile # : +63-916-3989695
http://gihl.eu.org/
= 


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


Newbie Package Questions

2006-05-07 Thread Jim Angstadt
Hi All,

I'm new to FreeBSD and a first time poster to this
list. I have used Linux for several years but would
like to see what FreeBSD is like.

tiny# uname -a
FreeBSD tiny.brc.localnet 
6.0-RELEASE FreeBSD 6.0-RELEASE #0: 
Thu Nov  3 09:36:13 UTC 2005  
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
i386

The daily security report has identified 10 problem
applications.  So far, I have fixed one app,
lynx-2.8.5 by deleting it with pkg_delete.  Then added
the 2.8.5_2 package.

Simple, no dependancy problems.

Next, I tried to uninstall ruby-1.8.2_4 but found two
dependencies:

  ruby18-bdb1-0.2.2
  portupgrade-20041226_7

which uninstalled with no problem.  Then on to
uninstall of ruby-1.8.2_4 :

tiny# pkg_delete ruby-1.8.2_4
pkg_delete:
'/usr/local/share/ri/1.8/system/created.rid' fails
original MD5 checksum - not deleted.
pkg_delete: unable to completely remove directory
'/usr/local/share/ri/1.8/system'
pkg_delete: couldn't entirely delete package (perhaps
the packing list is
incorrectly specified?)
tiny#

tiny# ls /usr/local/share/ri/1.8/
ls: /usr/local/share/ri/1.8/: No such file or
directory

tiny# ls /usr/local/share/ri/1.8/system
ls: /usr/local/share/ri/1.8/system: No such file or
directory
tiny#

I'm not sure how to proceed with this one.

A different package problem:

tiny# pkg_delete ghostscript-gnu-nox11-7.07_13
tiny# pkg_add -r
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/ghostscript-gnu-nox11-7.07_15.tbz
Fetching
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/ghostscript-gnu-nox11-7.07_15.tbz...
Done.
pkg_add: package 'ghostscript-gnu-nox11-7.07_15'
conflicts with ghostscript-gnu-7.07_13
pkg_add: please use pkg_delete first to remove
conflicting package(s) or -f to force installation

tiny# pkg_delete ghostscript-gnu-7.07_13 
pkg_delete: package 'ghostscript-gnu-7.07_13' is
required by these other packages
and may not be deinstalled:
gv-3.6.1
apsfilter-7.2.6
ggv-2.8.5
gnome2-2.10.2
tiny#

Do I really have to delete / update all these apps
just to update ghostscript.

One last example:

tiny# pkg_delete libiconv-1.9.2_1
pkg_delete: package 'libiconv-1.9.2_1' is required by
these other packages
and may not be deinstalled:
gettext-0.14.5
windowmaker-0.92.0
libgpg-error-1.0_1
... plus another 125 packages

Good grief, what am I doing wrong?  This cannot be the
correct way to manage errata.

Please accept my apologies for the long message, I
wanted to give a fuller picture of these problems.

Jim


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


DRI and linux compat...

2006-05-07 Thread Eric Schuele

Hello,

I'm trying to get a game running.  The game in question is 
NeverWinterNights though I don't think the problem is related to the 
game specifically.  The game does actually run.  It is just that it is 
so unbelievably slow.


It would appear as though I have no DRI within my linux-compat.  DRI is 
working outside of linux-compat.   I have been unable to find much on 
the web regarding this.  Basically this is as far as I've gotten:


[/compat/linux/usr/X11R6/bin] 
root# setenv LIBGL_DEBUG verbose
[/compat/linux/usr/X11R6/bin] 
root# ./glxinfo

libGL: XF86DRIGetClientDriverName: 5.0.3 radeon (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/radeon_dri.so
drmOpenByBusid: busid is pci::01:00.0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci::01:00.0
libGL error:
DDX DRI driver expected Radeon version 4.0.x but got version 5.0.3
libGL error: InitDriver failed
display: :0.0  screen:0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, 
GLX_SGI_make_current_read,

GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:

I'm guessing the my linux libGL does not like my radeon driver's 
version?  Any way to fool it?  (Since I'd rather not downgrade my radeon 
driver.)


I am running 6.1-Something as of yesterday.  I have never had this game 
working.  Just installed it today.  So its not like it stopped working 
at some point.


Not sure what else to post that might be useful.  But here's a few:

Ports of Interest
links-0.98,1=  up-to-date with port
linux-XFree86-libs-4.3.99.902_7  =  up-to-date with port
linux-atk-1.8.0_2   =  up-to-date with port
linux-expat-1.95.7_1=  up-to-date with port
linux-fontconfig-2.2.3_3=  up-to-date with port
linux-glib2-2.4.8_2 =  up-to-date with port
linux-gtk2-2.4.14_4 =  up-to-date with port
linux-jpeg-6b.33_1  =  up-to-date with port
linux-nwnclient-1.66=  up-to-date with port
linux-openmotif-2.2.4_2 =  up-to-date with port
linux-pango-1.6.0_2 =  up-to-date with port
linux-png-1.2.8_1   =  up-to-date with port
linux-realplayer-10.0.7.785.20060201  =  up-to-date with port
linux-sdl-1.2.5_2   =  up-to-date with port
linux-tiff-3.6.1_6  =  up-to-date with port
linux_base-8-8.0_14 =  up-to-date with port
linux_dri-4.4.0 =  up-to-date with port
linuxdoc-1.1_1  =  up-to-date with port
linuxpluginwrapper-20051113_2  =  up-to-date with port
xmms-esound-1.2.10_6=  up-to-date with port
xorg-6.9.0  =  up-to-date with port
xorg-clients-6.9.0_2=  up-to-date with port
xorg-documents-6.9.0=  up-to-date with port
xorg-fonts-100dpi-6.9.0_1   =  up-to-date with port
xorg-fonts-75dpi-6.9.0_1=  up-to-date with port
xorg-fonts-cyrillic-6.9.0_1  =  up-to-date with port
xorg-fonts-encodings-6.9.0_1  =  up-to-date with port
xorg-fonts-miscbitmaps-6.9.0_1  =  up-to-date with port
xorg-fonts-truetype-6.9.0   =  up-to-date with port
xorg-fonts-type1-6.9.0  =  up-to-date with port
xorg-fontserver-6.9.0_1 =  up-to-date with port
xorg-libraries-6.9.0=  up-to-date with port
xorg-manpages-6.9.0 =  up-to-date with port
xorg-nestserver-6.9.0   =  up-to-date with port
xorg-printserver-6.9.0_1=  up-to-date with port
xorg-server-6.9.0_3 =  up-to-date with port
xorg-vfbserver-6.9.0_1  =  up-to-date with port

Some of Xorg.conf
Section Module
Load  dbe
Load  dri
Load  drm
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  freetype
Load  type1
EndSection
Section DRI
Mode  0666
EndSection
Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth  24
DefaultFbBpp  32
SubSection Display
#Depth  24
#FbBpp  32
Modes   1024x768
EndSubSection

root# kldstat
Id Refs AddressSize Name
 1   10 0xc040 82d4a0   kernel
 21 0xc0c2e000 6c1c snd_ich.ko
 32 0xc0c35000 27614sound.ko
 41 0xc0c5d000 1c77ckqemu.ko
 51 0xc0c7a000 6b710acpi.ko
 61 0xc4db1000 1a000linux.ko

Hardware is a Dell Inspiron 5100 2.6GHz.
drm0: ATI Radeon LW RV200 Mobility 7500 M7 port 0xc000-0xc0ff mem 
0xe800-0xefff,0xfcff-0xfcff irq 11 at device 0.0 on pci1

info: [drm] AGP at 0xe000 128MB
info: [drm] Initialized radeon 1.19.0 20050911

Any help is appreciated.

--
Regards,
Eric

Re: memory usage

2006-05-07 Thread Jonathan Horne
On Sunday 07 May 2006 19:43, Michal Mertl wrote:
 Jonathan Horne wrote:
  On Sunday 07 May 2006 12:09, Jonathan Horne wrote:
   i have a server that has 2GB ram, recently upgraded from 1GB ram.  it
   runs apache2.0 with php5, sendmail with spamass-milter, dovecot,
   mysql5.0, cacti, and a couple other small things (like snmp, my bx irc
   shell, etc).
  
   when ever i look at the memory usage (via phpsysinfo, or cacti graphs),
   its nearly always showing less than 100mb of ram available.  top shows
   several perls (probably spamassassin), 8 or so httpds (typical), but
   that would probably only account for (a liberal guess) 500-600 mb of
   ram.
  
   is there a good way to find out where this bottomless ram funnel leads
   to? or, should this behavior just be considered typical?
  
   thanks,
   jonathan
 
  update...
 
  i just upgraded to the new phpsysinfo rc2, and it shows more detailed
  information about what the memory usage is doing.  it shows that 1.57GB
  is being used by buffers.  what is the significance of 1.57GB of memory
  being used by 'buffers'?

 I would expect a question like this is somewhere in the FAQ.

 It is typical that you only see a couple of hundred kilobytes of free
 memory on a (at least a little used) FreeBSD system. The system
 allocates  'physical' memory as needed (as long as there is some free)
 and only when there is no free memory, it starts to reuse some of the
 'almost' free memory. 'Almost' free memory is mainly disk cache (your
 buffers).

 This is nothing to worry about. You can see there is a memory shortage
 when there is some swapping during normal workload (in top there appears
 kb in/out on the swap line). It is neither anything to worry about
 when you have some swap space used - FreeBSD is rather aggresively
 copying parts of memory to swap when it feels to. As long as it doesn't
 need to use the data in the swap often it's an optimization - even disk
 cache is better usage of your memory then inactive parts of your
 programs' memory.

 Michal

well, i guess my system's top confirms what you say:

Swap: 4071M Total, 4071M Free

and, i wasnt experiencing any lack in performance, i was just curious.  but i 
admit that i must be forgiven for almost doubting!

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


Re: Writing to a mounted NTFS drive

2006-05-07 Thread Pablo Mora

FreeBSD don't have support for write in NTFS partition.

that I believe :P.

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Writing to a mounted NTFS drive

2006-05-07 Thread Kevin Kinsey

GiL A. Virtucio wrote:

Hi, I have a mounted an NTFS partition that is set as rw in fstab. I can
read the data stored  in the drive but I cannot store new files on that
drive. Anybody here encountered this before? Or can anybody please 
suggest a way to make that drive writable?




Yes; I imagine that *everybody* who has tried this has encountered
this (or something similar) before...

If you RTF(riendly ;-)M, you'll see this:

--
WRITING
 There is limited writing ability.  Limitations:
file must be nonresident and must not contain any sparces
(uninitialized areas); compressed files are also not supported.
The file name must not contain multibyte characters.
--

A port exists (ntfsprogs) that *might* write NTFS a
tad better, but I'm not sure that it's at all guaranteed.
I'm certainly not going to do so ;-)

IIRC, when you look up proprietary at Wikipedia, NTFS
is a synonym. :-D

Kevin Kinsey

--
Lo!  Men have become the tool of their tools.
-- Henry David Thoreau

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


X11 6.9 issue -- option ZAxisMapping -- 4 5 vs 4 5 6 7

2006-05-07 Thread Robert Huff

martinko writes:

  i've just upgraded X11 from 6.8.2 to 6.9.0 and run into the
  following issue:

I have had this:

  if i scroll my mouse wheel too fast, i'm suddenly moving in history
  instead of scrolling the page. one quick finger movement is enough to
  trigger this. very annoying.

happen for over a year using:

huff@ usbdevs -v

  port 2 addr 3: low speed, power 100 mA, config 1, Microsoft
IntelliMouse® Explorer(0x0095), Microsoft(0x045e), rev 4.24 

and XF86Config:

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


Robert Huff

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


Re: Enquiry the FreeBSD scourse

2006-05-07 Thread Eric Schuele

Daniel wrote:

Dear Eric and Atom,

Thanks for your great help.
I would like to create the mail account and password on the Unix mail
server, but, I seem like haven't find any command and method on the
handbook.  Therefore, could you please kindly let me know where can I
find it. 
Thanks a lot.


Brief Background:
1. Our company  have used the Unix (FreeBSD) to do the mail server.  
2. The end users should be used the Microsoft outlook to receive their
mail.  
We will to create the mail account and password on the UNIX mail server
first.  
After that, the user should be successful to set up their mail account

from the Microsoft outlook.

Please kindly let me know where can I find the resource from the
handbook.


Not sure if this answers your question or not... but try this:

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


Thanks a lot.

Best regards
Daniel

  


-Original Message-
From: Eric Schuele [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 06, 2006 9:59 PM

To: Atom Powers
Cc: Daniel; freebsd-questions@freebsd.org
Subject: Re: Enquiry the FreeBSD scourse


Atom Powers wrote:

On 5/6/06, Daniel [EMAIL PROTECTED] wrote:

Dear Sir,

I haven't any experience on FreeBSD.  Could you please kindly advice 
any refer book to me? which will help me easily to handle the command



and control. thanks a lot.


Dead-Tree form (a little dated):
The Complete FreeBSD, Fourth Edition by Greg Lehey (Paperback - April
29, 2003)



The Complete FreeBSD... a great book.  And Greg Lehey was kind enough to

provide a PDF format (and other formats) of the complete work for us:

   http://www.lemis.com/grog/Documentation/CFBSD/

 

Current Documentation, and the authorative source:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]








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


Convert mbox to IMAP files

2006-05-07 Thread Carlos Silva

Hi,

Someone know how can I convert mbox files to IMAP files?
Thanks in advance!

Best Regards,

Carlos Silva, CSilva
Web: http://www.csilva.org/

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


Re: Newbie Package Questions

2006-05-07 Thread Eric Schuele

Jim Angstadt wrote:

Hi All,

I'm new to FreeBSD and a first time poster to this
list. I have used Linux for several years but would
like to see what FreeBSD is like.

tiny# uname -a
FreeBSD tiny.brc.localnet 
6.0-RELEASE FreeBSD 6.0-RELEASE #0: 
Thu Nov  3 09:36:13 UTC 2005  
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
i386


The daily security report has identified 10 problem
applications.  So far, I have fixed one app,
lynx-2.8.5 by deleting it with pkg_delete.  Then added
the 2.8.5_2 package.

Simple, no dependancy problems.

Next, I tried to uninstall ruby-1.8.2_4 but found two
dependencies:

  ruby18-bdb1-0.2.2
  portupgrade-20041226_7

which uninstalled with no problem.  Then on to
uninstall of ruby-1.8.2_4 :

tiny# pkg_delete ruby-1.8.2_4
pkg_delete:
'/usr/local/share/ri/1.8/system/created.rid' fails
original MD5 checksum - not deleted.
pkg_delete: unable to completely remove directory
'/usr/local/share/ri/1.8/system'
pkg_delete: couldn't entirely delete package (perhaps
the packing list is
incorrectly specified?)
tiny#

tiny# ls /usr/local/share/ri/1.8/
ls: /usr/local/share/ri/1.8/: No such file or
directory

tiny# ls /usr/local/share/ri/1.8/system
ls: /usr/local/share/ri/1.8/system: No such file or
directory
tiny#

I'm not sure how to proceed with this one.

A different package problem:

tiny# pkg_delete ghostscript-gnu-nox11-7.07_13
tiny# pkg_add -r
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/ghostscript-gnu-nox11-7.07_15.tbz
Fetching
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/ghostscript-gnu-nox11-7.07_15.tbz...
Done.
pkg_add: package 'ghostscript-gnu-nox11-7.07_15'
conflicts with ghostscript-gnu-7.07_13
pkg_add: please use pkg_delete first to remove
conflicting package(s) or -f to force installation

tiny# pkg_delete ghostscript-gnu-7.07_13 
pkg_delete: package 'ghostscript-gnu-7.07_13' is

required by these other packages
and may not be deinstalled:
gv-3.6.1
apsfilter-7.2.6
ggv-2.8.5
gnome2-2.10.2
tiny#

Do I really have to delete / update all these apps
just to update ghostscript.

One last example:

tiny# pkg_delete libiconv-1.9.2_1
pkg_delete: package 'libiconv-1.9.2_1' is required by
these other packages
and may not be deinstalled:
gettext-0.14.5
windowmaker-0.92.0
libgpg-error-1.0_1
... plus another 125 packages

Good grief, what am I doing wrong?  This cannot be the
correct way to manage errata.


You might look into portupgrade.

   /usr/ports/sysutils/portupgrade
   (Just '# make install clean')

It will handle upgrading both binary packages and ports, plus their 
dependencies.  Don't forget to keep your ports tree up to date.


HTH


Please accept my apologies for the long message, I
wanted to give a fuller picture of these problems.

Jim


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___

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




--
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: Newbie Package Questions

2006-05-07 Thread Kevin Kinsey

Jim Angstadt wrote:

Hi All,

I'm new to FreeBSD and a first time poster to this
list. I have used Linux for several years but would
like to see what FreeBSD is like.



Welcome!



tiny# uname -a
FreeBSD tiny.brc.localnet 
6.0-RELEASE FreeBSD 6.0-RELEASE #0: 
Thu Nov  3 09:36:13 UTC 2005  
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
i386


snip long, but perfectly acceptable narrative.



Good grief, what am I doing wrong?  This cannot be the
correct way to manage errata.

Please accept my apologies for the long message, I
wanted to give a fuller picture of these problems.



NP.

First, foremost, **IANAE**, YMMV, #include disclaimer.h
and so on.  Really.

This tangled mess of dependencies is exactly what
the ports system was designed to solve.  Several
automated tools exist to help.  I'd suggest installing cvsup 
portupgrade, and running something like `portupgrade -arR`
(but check the manpage first to see what exactly that does).

I use portupgrade, and occasionally portmanager, to keep
almost 700 ports up to date on my workstation.  Colin Percival's
portsnap is up and coming, too, and I *think* is based on
binary patching. ??

In the event that you prefer to use pre-compiled packages
(and it seems as if you have thus far), pass -P to portupgrade
as well, and it will do its best to avoid compiling software
during the upgrade process.

Dru Lavigne has a good article on using portupgrade and
friends at:

http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html


HTH,

Kevin Kinsey

--
University politics are vicious precisely because the stakes are so small.
-- Henry Kissinger

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


Re: Convert mbox to IMAP files

2006-05-07 Thread Anish Mistry
On Sunday 07 May 2006 23:03, Carlos Silva wrote:
 Hi,

 Someone know how can I convert mbox files to IMAP files?
 Thanks in advance!
If you are using Cyrus IMAP then this should do the trick:
http://am-productions.biz/docs/mbox2cyrus.pl

-- 
Anish Mistry


pgpj22VH5DhxJ.pgp
Description: PGP signature


build failure

2006-05-07 Thread mario
hi,
just installed 6-release and want to build a new kernel. After doing a
cvsup this afternoon i get this. My last Freebsd box was 4.11. I've never
seen a kernel build fail. Am i missing something?

[EMAIL PROTECTED] /usr/src]# make buildkernel KERNCONF=GENERIC

--
 Kernel build for GENERIC started on Sun May  7 19:37:24 PDT 2006
--
=== GENERIC
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf; 
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 config  -d /usr/obj/usr/src/sys/GENERIC  /usr/src/sys/i386/conf/GENERIC
config: /usr/src/sys/i386/conf/GENERIC:72: syntax error
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

here's me trying the old way:

[EMAIL PROTECTED] /usr/src/sys/i386/conf]#config GENERIC
config: ../compile/GENERIC: No such file or directory

FYI:
[EMAIL PROTECTED] /usr/src/sys/i386/conf]# uname -a
FreeBSD snoopy.schmut.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3
09:36:13 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
i386

any help would be greatly appreciated.

Thanks in advance.

mario;


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


URLs nightmare...

2006-05-07 Thread Vadim Vera
Hi list:

I'm trying to install Gnome 2.14.1 on my FreeBSD desktop (specifically 
gnome2-lite) via ports. I've browsed the NET and found all software sources 
needed to install it:

gnome2-lite-2.14.1 
The meta-port of the GNOME desktop slimmed down for FreeBSD releases
Long description : Sources : Changes : Download
Maintained by: mailto:[EMAIL PROTECTED]@FreeBSD.orgsubject=FreeBSD Port: 
gnome2-lite-2.14.1
Also listed in: gnome 
Requires: ORBit2-2.14.0, aspell-0.60.4_3, atk-1.11.4, avahi-0.6.9_5, 
bitstream-vera-1.10_2, cairo-1.0.4, cdrtools-2.01_4, dbus-0.61_3, 
desktop-file-utils-0.11, djbfft-0.76_2, docbook-sk-4.1.2_3, docbook-xml-4.2_1, 
docbook-xsl-1.69.1_1, dvd+rw-tools-6.0_2, eel-2.14.1, eog-2.14.1, 
epiphany-2.14.1, esound-0.2.36_1, evince-0.5.2_2, expat-2.0.0_1, 
fileroller-2.14.2,1, firefox-1.5.0.3,1, fontconfig-2.3.2_4,1, 
freetype2-2.1.10_3, gail-1.8.11, gamin-0.1.7_2, gcalctool-5.7.32,2

...the list continues.

So the problem is:

I'm not connected all the time so I can't wait for the Makefile to fetch the 
sources for me and opening link by link to see the sources will take me a life. 
I'm wondering in which way I can know all the URLs of the sources to download 
it with a download manager an port it manually later on the installation 
progress.


Thanks in advance...

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


Re: URLs nightmare...

2006-05-07 Thread Eric Schuele

Vadim Vera wrote:

Hi list:

I'm trying to install Gnome 2.14.1 on my FreeBSD desktop (specifically 
gnome2-lite) via ports. I've browsed the NET and found all software sources 
needed to install it:

gnome2-lite-2.14.1 
The meta-port of the GNOME desktop slimmed down for FreeBSD releases

Long description : Sources : Changes : Download
Maintained by: mailto:[EMAIL PROTECTED]@FreeBSD.orgsubject=FreeBSD Port: 
gnome2-lite-2.14.1
Also listed in: gnome 
Requires: ORBit2-2.14.0, aspell-0.60.4_3, atk-1.11.4, avahi-0.6.9_5, bitstream-vera-1.10_2, cairo-1.0.4, cdrtools-2.01_4, dbus-0.61_3, desktop-file-utils-0.11, djbfft-0.76_2, docbook-sk-4.1.2_3, docbook-xml-4.2_1, docbook-xsl-1.69.1_1, dvd+rw-tools-6.0_2, eel-2.14.1, eog-2.14.1, epiphany-2.14.1, esound-0.2.36_1, evince-0.5.2_2, expat-2.0.0_1, fileroller-2.14.2,1, firefox-1.5.0.3,1, fontconfig-2.3.2_4,1, freetype2-2.1.10_3, gail-1.8.11, gamin-0.1.7_2, gcalctool-5.7.32,2


...the list continues.

So the problem is:

I'm not connected all the time so I can't wait for the Makefile to fetch the 
sources for me and opening link by link to see the sources will take me a life. 
I'm wondering in which way I can know all the URLs of the sources to download 
it with a download manager an port it manually later on the installation 
progress.



Might something like:
   portupgrade -NFR pkg_name
do the trick?

It will install a 'new' port (one not already on the system), fetch 
only, and grab dependencies as well.


You say your not connected all the time.  But you could run the above 
command (or something similar I would think) when connected and it would 
grab a distfile and place it in /usr/ports/distfiles for you.  If you 
don't finish while connected just run the command next time you are, 
and it will pick up where it left off.


HTH



Thanks in advance...

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




--
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: Can't build bash3.1 during portupgrade -a

2006-05-07 Thread Garrett Cooper



Michael D. Norwick wrote:

freebsd 6.1 RELEASE Compaq Proliant SMP PII-200 (smp modified kernel)

Over a week ago I was trying to rebuild Xorg and ran into an issue with
libexpat.so.5 not found for 'fc-cache'.  This was my fault because
earlier I wanted  expat2, built it from the 'ports' collection tarball
current (at that time) from ftp2.us.FreeBSD.org, and apparently broke
the dependency for libexpat.so.5.  Following the advice given to another
user on freebsd-questions, I did pkgdb -F then portupgrade -a in order
to fix the dependencies and get Xorg 6.9.0.  Little did I know that it
would take over a week to upgrade and rebuild 119 installed packages on
my PII-200 SMP Proliant.  Other than a couple of burps with boost-python
and postgresql, the upgrade has kept chugging along.  Today, I am almost
to the end and the Mozilla build flaked out.  No worries on that yet,
but the script suggested doing pkgdb -F again and restarting
portupgrade.  I dutifully followed and when portupgrade restarted it
tried to build bash31aborted with the following error which I do not
understand.  When the 'make bash31' stopped on error the first time I
manually downloaded the whole bash31 file set again to
/usr/ports/distfiles/bash from ftp4.us and re-ran portupgrade -a.  It
stopped again with the same error.  What is happening here?

= MD5 Checksum mismatch for bash/bash31-010.
= SHA256 Checksum mismatch for bash/bash31-010.
...snip
And then;

= Attempting to fetch from http://ftp.gnu.org/gnu/bash/bash-3.1-patches//.
fetch: bash31-010: local modification time does not match remote
...snip

stop

Michael
  
Switch your ports cvsup server in your cvsup file, delete the patch 
file, re-cvsup, then try portupgrade again.

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


Re: URLs nightmare...

2006-05-07 Thread Andrew
On Sun, 2006-05-07 at 22:31 -0400, Vadim Vera wrote:
 Hi list:
 
 I'm trying to install Gnome 2.14.1 on my FreeBSD desktop (specifically 
 gnome2-lite) via ports. I've browsed the NET and found all software sources 
 needed to install it:
 
 gnome2-lite-2.14.1 
 The meta-port of the GNOME desktop slimmed down for FreeBSD releases
 Long description : Sources : Changes : Download
 Maintained by: mailto:[EMAIL PROTECTED]@FreeBSD.orgsubject=FreeBSD Port: 
 gnome2-lite-2.14.1
 Also listed in: gnome 
 Requires: ORBit2-2.14.0, aspell-0.60.4_3, atk-1.11.4, avahi-0.6.9_5, 
 bitstream-vera-1.10_2, cairo-1.0.4, cdrtools-2.01_4, dbus-0.61_3, 
 desktop-file-utils-0.11, djbfft-0.76_2, docbook-sk-4.1.2_3, 
 docbook-xml-4.2_1, docbook-xsl-1.69.1_1, dvd+rw-tools-6.0_2, eel-2.14.1, 
 eog-2.14.1, epiphany-2.14.1, esound-0.2.36_1, evince-0.5.2_2, expat-2.0.0_1, 
 fileroller-2.14.2,1, firefox-1.5.0.3,1, fontconfig-2.3.2_4,1, 
 freetype2-2.1.10_3, gail-1.8.11, gamin-0.1.7_2, gcalctool-5.7.32,2
 
 ...the list continues.
 
 So the problem is:
 
 I'm not connected all the time so I can't wait for the Makefile to fetch the 
 sources for me and opening link by link to see the sources will take me a 
 life. I'm wondering in which way I can know all the URLs of the sources to 
 download it with a download manager an port it manually later on the 
 installation progress.
 
 
 Thanks in advance...
 
 Cheers / Me.

Hello,

Take a look at the 'ports' man page (man 7 ports). make
fetch-recursive sounds like it should do the trick for you. 

-Andrew

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


resetting clock after power outage

2006-05-07 Thread jekillen

Hello;
I have a problem that I can't, so far find and answer to.
How do you reset the system clock after a power outage
has caused it to loose time?
I have a machine that went down a month or so ago and
since have noticed that the time stamp on such things
as mail to the root account, and log entries is way behind
what it should be.
The system is FreeBSD v6.0 and does not have Xwindows
installed on it. So I need to find out how to reset the clock
from the command line. I thought I could do it with sysinstall
but I don't see an option for actually setting the time,
only the time zone.
I presume that it is important, now, as I am running named
on it as a master server and I believe it is important that
it be in sync with the slave server running on another
machine that was off at the time of the outage.
I thought maybe the bios had something to do with it
but haven't seen a way to reset the time in the bios
either.
Thanks for assistance in advance;
JK

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


RE: resetting clock after power outage

2006-05-07 Thread Murray Taylor
if you have ntp setup you may need to do a single  

ntpdate -b

or

ntpd -q

to get the clock within a reasonable limit so ntpd can run properly

man (8) ntpd
man (8) ntpdate


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

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of jekillen
 Sent: Monday, 8 May 2006 2:11 PM
 To: freebsd-questions
 Subject: resetting clock after power outage
 
 Hello;
 I have a problem that I can't, so far find and answer to.
 How do you reset the system clock after a power outage has 
 caused it to loose time?
 I have a machine that went down a month or so ago and since 
 have noticed that the time stamp on such things as mail to 
 the root account, and log entries is way behind what it should be.
 The system is FreeBSD v6.0 and does not have Xwindows 
 installed on it. So I need to find out how to reset the clock 
 from the command line. I thought I could do it with 
 sysinstall but I don't see an option for actually setting the 
 time, only the time zone.
 I presume that it is important, now, as I am running named on 
 it as a master server and I believe it is important that it 
 be in sync with the slave server running on another machine 
 that was off at the time of the outage.
 I thought maybe the bios had something to do with it but 
 haven't seen a way to reset the time in the bios either.
 Thanks for assistance in advance;
 JK
 
 ___
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 ***This Email has been scanned for Viruses by MailMarshal.***
 
---
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.***
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: resetting clock after power outage

2006-05-07 Thread Andrew
On Sun, 2006-05-07 at 21:10 -0700, jekillen wrote:
 Hello;
 I have a problem that I can't, so far find and answer to.
 How do you reset the system clock after a power outage
 has caused it to loose time?
 I have a machine that went down a month or so ago and
 since have noticed that the time stamp on such things
 as mail to the root account, and log entries is way behind
 what it should be.
 The system is FreeBSD v6.0 and does not have Xwindows
 installed on it. So I need to find out how to reset the clock
 from the command line. I thought I could do it with sysinstall
 but I don't see an option for actually setting the time,
 only the time zone.
 I presume that it is important, now, as I am running named
 on it as a master server and I believe it is important that
 it be in sync with the slave server running on another
 machine that was off at the time of the outage.
 I thought maybe the bios had something to do with it
 but haven't seen a way to reset the time in the bios
 either.
 Thanks for assistance in advance;
 JK

Hello,

See 'man ntpdate(8)'. Pretty sure that it's included with a basic
installation; i.e. it's part of the system, not a port. 

-Andrew

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