Re: Single Instance Service

2007-04-26 Thread Peter Ankerstål
GARRISON, TRAVIS J. wrote: I am looking for software that will run on FreeBSD that is similar to Microsoft Single Instance Service. The Single Instance Storage Filter is a file system filter that manages the duplicate copies of files on hard-disk volumes. This filter copies one instance of

Re: DHCP/NIC IP address contention issues

2007-04-26 Thread L Goodwin
I'm pretty sure the XP box is configured correctly for DHCP (no static IP), but will check it again. By check the lease information in the DSL modem, do you mean to see if the CM IP Address Expires date is earlier than current date? I unplugged both the modem and the router today before

Re: Single Instance Service

2007-04-26 Thread Jeff Mohler
Serving home directories, you end up with tons. One marketting dude creates a 10Mb PPT slide, sends it to 10 people that forward it to 2 more each... Next thing you know you have dozens of copies of thousands of the same documents sitting in deep storage home directories, taking up space. In

Re: DHCP/NIC IP address contention issues

2007-04-26 Thread L Goodwin
I'll double-check the things you listed. If you can tell me what additional info I need to supply and where to get it, I'll be happy to oblige. Thanks... Beech Rintoul [EMAIL PROTECTED] wrote: On Wednesday 25 April 2007, L Goodwin said: Will someone please lead me in the right direction

Re: How do I forward old root emails from the root mailbox to my address?

2007-04-26 Thread Peter Ankerstål
Andreas Widerøe Andersen wrote: Hi, On one of my FreeBSD servers all system emails to root is stored in the root mailbox under /var/mail/root. I have updated my alias file so new mail is forwarded to one of my email adresses, but is there a simple way for me to send all these old mails in

Re: Single Instance Service

2007-04-26 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 GARRISON, TRAVIS J. wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- I am looking for software that will run on FreeBSD that is similar to Microsoft Single Instance Service. The Single Instance Storage Filter

Re: How do I forward old root emails from the root mailbox to my address?

2007-04-26 Thread Olivier Nicole
but is there a simple way for me to send all these old mails in root's mailbox to my email address without logging in through pop3/imap? A combination of cat /var/mail/root | formail -s and something. cat /var/mail/root | formail -s will read /var/mail/root, separate each message and pipe it

Re: first of misc questions....

2007-04-26 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Irsla wrote: Hi, On 4/25/07, Matthew Seaman [EMAIL PROTECTED] wrote: find . -type f \( -mtime 6 -o -mtime 29 \) -print0 | xargs -0 vi what about the -exec option of find ? I always wonder why people don't use it. find . -type f \(

Re: Single Instance Service

2007-04-26 Thread Olivier Nicole
Sure it is. You will need to write a small shell script to scan your disk volume and calculate the checksum of each file. When ever it finds a duplicated checksum, then it copies the file into the central store and replaces the on-disk copies with symbolic links. That's fairly trivial to

Re: best programming language for console/sql application?

2007-04-26 Thread Zhang Weiwu
On Wed, 2007-04-25 at 21:03 -0700, L Goodwin wrote: Zhang (or Weiwu?), Weiwu:) I'm surprised there are no good open source bug tracking solutions out there already. There are a lot! There are no known console-based bug tracker (there are also a lot of console-based bug reporter) Sorry,

Re: [OT] simpliest way to process this data file

2007-04-26 Thread Zhang Weiwu
An example that is probably not simple enough: awk 'BEGIN { FS=\n; RS=\n\n;} { print ; print $NF; for (i=1; iNF; i++) print $i;}' On Thu, 2007-04-26 at 11:18 +0800, Zhang Weiwu wrote: I know this is OT but we got so many sysops here and this might be something very easy for them to drop me

Re: DHCP/NIC IP address contention issues

2007-04-26 Thread Beech Rintoul
Beech Rintoul [EMAIL PROTECTED] wrote: On Wednesday 25 April 2007, L Goodwin said: Will someone please lead me in the right direction towards resolving the following network issue? I just added a FreeBSD server to a LAN that consists of a router and 2 pc's, one of which is running

Re: Intel motherboard S5000PAL

2007-04-26 Thread Olivier Nicole
Sorry for bothering, but I coul not find the answer elsewhere. Is Intel motherboard S5000PAL supported by FreeBSD 5.5, ... No; certainly the ESB2 ATA controller isn't. ...6.2? Yes. We're running 8 of them. Great, thanks. Olivier ___

RE: cvsup-mirror supfile configuration for specific source

2007-04-26 Thread Anthony Human
Thanks for the response. However, I'm trying to avoid having to download the entire cvs tree considering I only need the source 5.5 Release or 6.2 Release. The ports tree would be great as well. The CVS Repository is 3.1 GB which is a rather large amount for us to download.

Re: Intel motherboard S5000PAL

2007-04-26 Thread Bob Bishop
Hi, On 26 Apr 2007, at 06:32, Olivier Nicole wrote: Hi, Sorry for bothering, but I coul not find the answer elsewhere. Is Intel motherboard S5000PAL supported by FreeBSD 5.5, ... No; certainly the ESB2 ATA controller isn't. ...6.2? Yes. We're running 8 of them. Best regards, Olivier

Re: [freebsd-questions] cacti lost it's images

2007-04-26 Thread Howard Jones
[EMAIL PROTECTED] wrote: After my last cacti upgrade, I seen it totaly lost it's images and sounds like it also lost it's css... The strange... I mean _STRANGE_ thing is when analysing the HTML source... the images are not even called!!! No img anywhere Is it possible that the port

Unable to login using KDE

2007-04-26 Thread Ivan \Rambius\ Ivanov
Hello, I am debugging a (seemingly) KDE-related problem on a FreeBSD laptop. The version of FreeBSD is 6.1-RELEASE-p10 #0. I am starting in in debug mode. It is using kdm as a login screen. The corresponding line in /etc/ttys is ttyv8 /usr/local/bin/kdm -nodaemon xterm on secure The problem

var/log/messages umass da0 6 how to stop?

2007-04-26 Thread David Southwell
How do I stop these messages from umass devices. Apr 18 03:27:03 dns1 kernel: Opened disk da1 - 6 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Apr 18 03:27:05

Re: best programming language for console/sql application?

2007-04-26 Thread Thomas Dickey
On Thu, Apr 26, 2007 at 02:35:39PM +0800, Zhang Weiwu wrote: There are a lot! There are no known console-based bug tracker (there are also a lot of console-based bug reporter) I use lynx to update comments on Redhat's bugzilla. That's console-based. (It also uses ncurses) -- Thomas E. Dickey

Re: Memory 3.5GB not used?

2007-04-26 Thread Garrett Cooper
Ivan Voras wrote: Bill Moran wrote: Does this test demonstrate usage of memory over 4G? It's my understanding that PAE starts to suffer when it has to look at the memory over 4G (which is the problem it's intended to solve) If your entire test fits in under 4G, you're not seeing

Re: first of misc questions....

2007-04-26 Thread Garrett Cooper
Gary Kline wrote: On Wed, Apr 25, 2007 at 08:49:56AM +0100, Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Gary Kline wrote: Guys, This is an awk-type question. Hopefully a one-liner. If I need to use #!/usr/bin/awk and a BEGIN/END (or

Re: first of misc questions....

2007-04-26 Thread Garrett Cooper
Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Irsla wrote: Hi, On 4/25/07, Matthew Seaman [EMAIL PROTECTED] wrote: find . -type f \( -mtime 6 -o -mtime 29 \) -print0 | xargs -0 vi what about the -exec option of find ? I always wonder why people don't use it.

Re: first of misc questions....

2007-04-26 Thread Garrett Cooper
Gary Kline wrote: On Wed, Apr 25, 2007 at 06:21:52AM -0500, Derek Ragona wrote: At 02:29 AM 4/25/2007, Gary Kline wrote: Guys, This is an awk-type question. Hopefully a one-liner. If I need to use #!/usr/bin/awk and a BEGIN/END (or whatever it is), that's okay...

How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Andreas Widerøe Andersen
I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I get from my daily security run output: myserver.domain.com login failures: Apr 25 20:00:19 myserver sshd[57810]: Invalid user staff from 65.171.74.26 Apr 25

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Beech Rintoul
On Thursday 26 April 2007, Andreas Widerøe Andersen said: I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I get from my daily security run output: myserver.domain.com login failures: Apr 25 20:00:19

Re: [OT] simpliest way to process this data file

2007-04-26 Thread Jonathan McKeown
On Thursday 26 April 2007 08:51, Zhang Weiwu wrote: On Thu, 2007-04-26 at 11:18 +0800, Zhang Weiwu wrote: [snip] I have a data file formatted like this each block of data consist of several lines; blocks are separated by empty lines like this This is a block of

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Andreas Widerøe Andersen
On 4/26/07, Arek Czereszewski [EMAIL PROTECTED] wrote: Andreas Widerøe Andersen wrote: I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I get from my daily security run output: [...] Run sshd on other

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Pietro Cerutti
On 4/26/07, Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I get from my daily security run output: myserver.domain.com login failures: Apr 25 20:00:19

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Pietro Cerutti
On 4/26/07, Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: On 4/26/07, Arek Czereszewski [EMAIL PROTECTED] wrote: Andreas Widerøe Andersen wrote: I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I

jail question

2007-04-26 Thread Roberto Pereyra
hi I running fbsd 6.2 and I would like to my first jail setup, but I have this error when I start the jail (jail0): srv1# /etc/rc.d/jail start Configuring jails:. Starting jails:ifconfig: interface alias does not exist jail0. srv1# What I do wrong ? Thanks in advance. roberto This is my

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Duane Hill
On Thu, 26 Apr 2007, Pietro Cerutti wrote: On 4/26/07, Andreas Wider??e Andersen [EMAIL PROTECTED] wrote: On 4/26/07, Arek Czereszewski [EMAIL PROTECTED] wrote: Andreas Wider??e Andersen wrote: I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2

Re: jail question

2007-04-26 Thread Duane Hill
On Thu, 26 Apr 2007, Roberto Pereyra wrote: hi I running fbsd 6.2 and I would like to my first jail setup, but I have this error when I start the jail (jail0): srv1# /etc/rc.d/jail start Configuring jails:. Starting jails:ifconfig: interface alias does not exist jail0. srv1# What I do wrong

Re: jail question

2007-04-26 Thread Karol Kwiatkowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roberto Pereyra wrote: hi I running fbsd 6.2 and I would like to my first jail setup, but I have this error when I start the jail (jail0): srv1# /etc/rc.d/jail start Configuring jails:. Starting jails:ifconfig: interface alias does not

Re: Using LD_PRELOAD to make date return a specific date

2007-04-26 Thread Tom Evans
On Tue, 2007-04-24 at 19:39 -0700, Kelly Jones wrote: I recently discovered LD_PRELOAD, a cool environment variable that lets a library intercept system calls. For example, setting LD_PRELOAD to /usr/lib/libtsocks.so lets tsocks intercept socket connections and redirect them to a SOCKS proxy.

Re: cvsup-mirror supfile configuration for specific source

2007-04-26 Thread Lowell Gilbert
Don't top-post, please. Anthony Human [EMAIL PROTECTED] writes: Thanks for the response. However, I'm trying to avoid having to download the entire cvs tree considering I only need the source 5.5 Release or 6.2 Release. The ports tree would be great as well. Well, you can certainly do

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Andreas Widerøe Andersen
On 4/26/07, Duane Hill [EMAIL PROTECTED] wrote: On Thu, 26 Apr 2007, Pietro Cerutti wrote: On 4/26/07, Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: On 4/26/07, Arek Czereszewski [EMAIL PROTECTED] wrote: Andreas Widerøe Andersen wrote: I'm getting a lot of unauthorized ssh login

Re: can't add any new users

2007-04-26 Thread Derek Ragona
At 02:31 PM 4/25/2007, Charlie McElfresh wrote: Hi, I recently upgraded all my machines to 6.2 RELEASE. All my machines except one work fine. On one of my machines, I can log in from the console to the super user account, but I could not su to my user account. So, I backed up all my data,

Re: Wikipedia's perfection (was Re: Discussion of the relative advantages/disadvantages of PAE (was Re: Memory 3.5GB not used?))

2007-04-26 Thread Lee Capps
On Apr 26, 2007, at 12:00 AM, Ted Mittelstaedt wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Svein Halvor Halvorsen Sent: Wednesday, April 25, 2007 7:00 AM To: Lee Capps Cc: Thomas Dickey; Bill Moran; freebsd-questions@freebsd.org Subject: Re:

Re: portinstall --batch something

2007-04-26 Thread RW
On Thu, 26 Apr 2007 02:03:13 +0200 Stevan Tiefert [EMAIL PROTECTED] wrote: Hello list, what will portinstall do if I give it the --batch argument? Will it compile the port with all options it knows or only the standard ones? I ask because man 1 portinstall or man 7 ports is not informative

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Bill Moran
In response to Andreas Widerøe Andersen [EMAIL PROTECTED]: I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I get from my daily security run output: myserver.domain.com login failures: Apr 25 20:00:19

Re: Tagging email subject line with something like [fbsd-questions]

2007-04-26 Thread Giorgos Keramidas
On 2007-04-25 14:05, Chad Perrin [EMAIL PROTECTED] wrote: List-Id: User questions freebsd-questions.freebsd.org Can gmail not filter on that? Do you have any suggestions for how to do something similar with mutt or procmail? Sure; you can use something like this in your `.procmailrc': :0

Re: Wikipedia's perfection (was Re: Discussion of the relative advantages/disadvantages of PAE (was Re: Memory 3.5GB not used?))

2007-04-26 Thread Bill Moran
In response to Lee Capps [EMAIL PROTECTED]: On Apr 26, 2007, at 12:00 AM, Ted Mittelstaedt wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Svein Halvor Halvorsen Sent: Wednesday, April 25, 2007 7:00 AM To: Lee Capps Cc: Thomas

Thunderbird 2.0 dumps core on second file open op

2007-04-26 Thread Howard Goldstein
Drew Sanford wrote: No, but I am seeing it core dump rather strangely. Each time it starts up, I can open a file dialog box to save an attachment or attach a file one time just fine. The second time I try to attach or save a file on any start up, it crashes. I have this exact same problem

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Kevin Hunter
At 8:34a -0400 on 26 Apr 2007, Bill Moran wrote: In response to Andreas Widerøe Andersen [EMAIL PROTECTED]: I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I get from my daily security run output:

Re: Error from mount_smbfs

2007-04-26 Thread Lowell Gilbert
Scott D Friedemann [EMAIL PROTECTED] writes: FreeBSD 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0 I have run mount_smbfs for the last couple years without incident. Now I find the command no longer works, but gives this error. mount_smbfs -I 192.168.1.100 //drogo/c /mnt/bsdstuff Password:

Re: USB console or other alternatives

2007-04-26 Thread Lowell Gilbert
Doug Lee [EMAIL PROTECTED] writes: I'm one of these guys running FreeBSD 4.11 on very old hardware (a Pentium 166, specifically), and I want to upgrade to FreeBSD 6 or 7 soon but with new hardware. Being blind, I need to use something other than the video card for a console. I've been using

Re: LDAP and xscreensaver

2007-04-26 Thread Lowell Gilbert
Vulpes Velox [EMAIL PROTECTED] writes: xscreensaver: couldn't get password of kitsune xscreensaver: 13:54:14: locking is disabled (error getting password). xscreensaver: 13:54:14: does xscreensaver need to be setuid? consult the manual. Is what I am getting on the console when I run it. It

Re: java build error

2007-04-26 Thread Lowell Gilbert
RYAN M. vAN GINNEKEN [EMAIL PROTECTED] writes: Hello all i am getting this error when trying to install java jdk15 from the ports. please help and thank you in advance acpi0_check: nexus0 attachedom/sun/jmx/mbeanserver/MBeanInstantiatorImpl.java:162: warning: non-varargs call of

Re: USB console or other alternatives

2007-04-26 Thread Doug Lee
On Thu, Apr 26, 2007 at 11:14:26AM -0400, Lowell Gilbert wrote: Doug Lee [EMAIL PROTECTED] writes: I'm one of these guys running FreeBSD 4.11 on very old hardware (a Pentium 166, specifically), and I want to upgrade to FreeBSD 6 or 7 soon but with new hardware. Being blind, I need to use

FreeBSD 6.2 Boot Issue

2007-04-26 Thread jhall
I have installed FreeBSD 6.2 on an HP Proliant G5 server with an E200i Smart Controller installed. The installation was flawless. When I reboot the server after the installation, the boot loader screen is displayed. I press F1 and the system beeps and comes back to the boot loader prompt. What

Re: Greylisting -- Was: Anti Spam

2007-04-26 Thread Christopher Sean Hilton
Ted Mittelstaedt wrote: [snip...] Greylisting works because many, and I'd like to say most, spam programs never retry message delivery. Actually, no. Greylisting works because it delays the spam injector long enough that the injector will get blacklisted by the time that the greylist opens

RE: Single Instance Service

2007-04-26 Thread GARRISON, TRAVIS J.
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Olivier Nicole Sent: Thursday, April 26, 2007 1:36 AM To: [EMAIL PROTECTED] Cc: GARRISON, TRAVIS J.; freebsd-questions@freebsd.org Subject: Re: Single Instance Service Sure it is.

RE: Single Instance Service

2007-04-26 Thread GARRISON, TRAVIS J.
-Original Message- From: Peter Ankerstål [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 1:08 AM To: GARRISON, TRAVIS J. Cc: freebsd-questions@freebsd.org Subject: Re: Single Instance Service GARRISON, TRAVIS J. wrote: I am looking for software that will run on FreeBSD

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread Craig Russell
Sorry if this is obvious but I just did this myself with similar problems. Is your /boot a seperate partition? If so, bsd will not boot. It will happily install but will come back with a no kernel found error or similar. I believe this is because only the / partition is mounted at that point.

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread Derek Ragona
At 10:49 AM 4/26/2007, [EMAIL PROTECTED] wrote: I have installed FreeBSD 6.2 on an HP Proliant G5 server with an E200i Smart Controller installed. The installation was flawless. When I reboot the server after the installation, the boot loader screen is displayed. I press F1 and the system

how to: scripts on rel. 4.11

2007-04-26 Thread Andrea Tomasich
Ciao, I'm a beginner in freebsd but I must grow up quickly with scripts. How to do that? Someone can give me some link to easy docs about that? Andrea ___ freebsd-questions@freebsd.org mailing list

how to: scripts on rel. 4.11

2007-04-26 Thread Andrea Tomasich
Ciao, I'm a beginner in freebsd but I must grow up quickly with scripts. How to do that? Someone can give me some link to easy docs about that? Andrea ___ freebsd-questions@freebsd.org mailing list

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Kevin Hunter
At 11:22a -0400 on 26 Apr 2007, Hal wrote: On Apr 26, 2007, at 8:34 AM, Kevin Hunter wrote: In general, utilizing public/private keys for remote authentication is /much/ more secure than passwords. There is some debate about which is more secure public/private keys or username/password.

Re: Single Instance Service

2007-04-26 Thread Jeff Mohler
It can if your storage appliance supports ASIS. Some even operate at the block level, not just the file level. On 4/26/07, GARRISON, TRAVIS J. [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Olivier Nicole

Re: Wikipedia's perfection (was Re: Discussion of the relative advantages/disadvantages of PAE (was Re: Memory 3.5GB not used?))

2007-04-26 Thread Chad Perrin
On Thu, Apr 26, 2007 at 09:17:32AM -0400, Bill Moran wrote: Perhaps this was all just a devious plan by me to make you all look like fools by watching your argue about the importance of checking sources while none of you checked your sources ... Muhahaha ... In any event, it's been a

Re: Wikipedia's perfection (was Re: Discussion of the relative advantages/disadvantages of PAE (was Re: Memory 3.5GB not used?))

2007-04-26 Thread Bill Moran
In response to Chad Perrin [EMAIL PROTECTED]: On Thu, Apr 26, 2007 at 09:17:32AM -0400, Bill Moran wrote: Perhaps this was all just a devious plan by me to make you all look like fools by watching your argue about the importance of checking sources while none of you checked your sources

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread jhall
Both of those checked OK. Is it possible I have specified the C/H/S incorrectly during setup? Thanks, Jay At 10:49 AM 4/26/2007, [EMAIL PROTECTED] wrote: I have installed FreeBSD 6.2 on an HP Proliant G5 server with an E200i Smart Controller installed. The installation was flawless. When I

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread Derek Ragona
At 12:52 PM 4/26/2007, [EMAIL PROTECTED] wrote: Both of those checked OK. Is it possible I have specified the C/H/S incorrectly during setup? Thanks, What is your type and model hard drive? Did you specify the geometry when you ran sysinstall? How did you partition and slice the hard

Re: LDAP and xscreensaver

2007-04-26 Thread Vulpes Velox
On Thu, 26 Apr 2007 11:21:46 -0400 Lowell Gilbert [EMAIL PROTECTED] wrote: Vulpes Velox [EMAIL PROTECTED] writes: xscreensaver: couldn't get password of kitsune xscreensaver: 13:54:14: locking is disabled (error getting password). xscreensaver: 13:54:14: does xscreensaver need to be

Re: LDAP and xscreensaver

2007-04-26 Thread Vulpes Velox
On Thu, 26 Apr 2007 11:21:46 -0400 Lowell Gilbert [EMAIL PROTECTED] wrote: Vulpes Velox [EMAIL PROTECTED] writes: xscreensaver: couldn't get password of kitsune xscreensaver: 13:54:14: locking is disabled (error getting password). xscreensaver: 13:54:14: does xscreensaver need to be

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread jhall
At 12:52 PM 4/26/2007, [EMAIL PROTECTED] wrote: Both of those checked OK. Is it possible I have specified the C/H/S incorrectly during setup? Thanks, What is your type and model hard drive? Did you specify the geometry when you ran sysinstall? How did you partition and slice the hard

VPS, Colocation, Dedicated

2007-04-26 Thread Duane Winner
Hello, I am looking for any sort of insight, experience from anybody who uses VPS technology to substitute for managing their own infrastructure and servers for business apps. We are looking at different options to unload some of the burden of supporting a network and server

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread Derek Ragona
At 01:16 PM 4/26/2007, [EMAIL PROTECTED] wrote: At 12:52 PM 4/26/2007, [EMAIL PROTECTED] wrote: Both of those checked OK. Is it possible I have specified the C/H/S incorrectly during setup? Thanks, What is your type and model hard drive? Did you specify the geometry when you ran

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread jhall
At 01:16 PM 4/26/2007, [EMAIL PROTECTED] wrote: At 12:52 PM 4/26/2007, [EMAIL PROTECTED] wrote: Both of those checked OK. Is it possible I have specified the C/H/S incorrectly during setup? Thanks, What is your type and model hard drive? Did you specify the geometry when you ran

PF NAt

2007-04-26 Thread Miguel Alcántara
hello to all the people, i'm trying for days to get work natting, but nothing happens. FreeBSD 6.2 /etc/rc.conf gateway_enable = YES ifconfig_vr0=inet 192.168.1.2 netmask 255.255.255.0 ifconfig_xl0=inet 192.168.1.3 netmask 0x squid_enable=YES --- /etc/pf.conf exter_if = vr0

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Bill Campbell
On Thu, Apr 26, 2007, Kevin Hunter wrote: At 11:22a -0400 on 26 Apr 2007, Hal wrote: On Apr 26, 2007, at 8:34 AM, Kevin Hunter wrote: In general, utilizing public/private keys for remote authentication is /much/ more secure than passwords. There is some debate about which is more secure

Re: problem while setting refresh rate in xorg

2007-04-26 Thread freenity
Well. I installed nvidia-settings and could configure the refresh rate in that windows to 75, then I applied changes and saved it in xirg.conf. But when I go to Display options in KDE it shows 50hz. Whats wrong? Is kde right? how do I know the real refresh rate.?? Thanks.

Re: problem while setting refresh rate in xorg

2007-04-26 Thread freenity
p.s. This is my xorg.conf file generated by nvidia-settings: # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 ([EMAIL PROTECTED]) Thu Apr 26 15:10:10 ART 2007 Section ServerLayout Identifier Layout0 Screen 0 Screen0 0 0

Re: Tagging email subject line with something like [fbsd-questions]

2007-04-26 Thread N.J. Mann
On Wednesday, 25 April, 2007 at 15:44:20 -0600, Chad Perrin wrote: [...] I fully expect that there isn't really an answer aside from using mutt's list subscription functionality, which unfortunately overwrites the name or email of the original sender in the diplay. It doesn't for me. The

Re: PF NAt

2007-04-26 Thread Chuck Swiger
On Apr 26, 2007, at 11:35 AM, Miguel Alcántara wrote: /etc/rc.conf gateway_enable = YES ifconfig_vr0=inet 192.168.1.2 netmask 255.255.255.0 ifconfig_xl0=inet 192.168.1.3 netmask 0x squid_enable=YES You're not going to have much luck trying to do NAT if both interfaces are on the

Re: DHCP/NIC IP address contention issues

2007-04-26 Thread L Goodwin
--- Beech Rintoul [EMAIL PROTECTED] wrote: Beech Rintoul [EMAIL PROTECTED] wrote: On Wednesday 25 April 2007, L Goodwin said: Will someone please lead me in the right direction towards resolving the following network issue? I just added a FreeBSD server to a LAN that consists

Re: jail question

2007-04-26 Thread Roberto Pereyra
Thanks to all!!! roberto 2007/4/26, Karol Kwiatkowski [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roberto Pereyra wrote: hi I running fbsd 6.2 and I would like to my first jail setup, but I have this error when I start the jail (jail0): srv1# /etc/rc.d/jail start

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread Derek Ragona
At 01:31 PM 4/26/2007, [EMAIL PROTECTED] wrote: At 01:16 PM 4/26/2007, [EMAIL PROTECTED] wrote: At 12:52 PM 4/26/2007, [EMAIL PROTECTED] wrote: Both of those checked OK. Is it possible I have specified the C/H/S incorrectly during setup? Thanks, What is your type and model hard

Re: Unable to login using KDE

2007-04-26 Thread Jonathan Chen
On Thu, Apr 26, 2007 at 11:43:55AM +0300, Ivan Rambius Ivanov wrote: Hello, I am debugging a (seemingly) KDE-related problem on a FreeBSD laptop. The version of FreeBSD is 6.1-RELEASE-p10 #0. I am starting in in debug mode. It is using kdm as a login screen. The corresponding line in

Recommendations on how to find and remove sparse files?

2007-04-26 Thread Steve
I'm trying to find a method to recursively find and remove sparse files from a directory tree. It appears the 'find' utility won't work in this case. I'm running 6.2-R. Thank you. ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread jhall
I have been able to make the system boot. I had to change one of the Array options to Max Boot enabled 8gb. I found this in an older post concerning a different controller, but it worked. Specifically, my server is an ML350 with the E200i controller. Thanks to everyone for your help. Jay

Re: DHCP/NIC IP address contention issues

2007-04-26 Thread Beech Rintoul
On Thursday 26 April 2007, L Goodwin said: --- Beech Rintoul [EMAIL PROTECTED] wrote: Beech Rintoul [EMAIL PROTECTED] wrote: On Wednesday 25 April 2007, L Goodwin said: Will someone please lead me in the right direction towards resolving the following network issue?

Re: remote x forwarding through ssh

2007-04-26 Thread Lowell Gilbert
WarrenHead [EMAIL PROTECTED] writes: Hi list, I'm trying to use ssh to forward X from a local FreeBSD server to my ubuntu machine. I'm unable to get X forwarded. (ssh is working) I set these options: ubuntu: /etc/ssh/ssh_config Host * ForwardX11 yes ForwardAgent yes FreeBSD

Re: VPS, Colocation, Dedicated

2007-04-26 Thread John Nielsen
On Thursday 26 April 2007 01:51:56 pm Duane Winner wrote: I am looking for any sort of insight, experience from anybody who uses VPS technology to substitute for managing their own infrastructure and servers for business apps. We are looking at different options to unload some of the burden

Re: Thunderbird 2.0 dumps core on second file open op

2007-04-26 Thread Jan Henrik Sylvester
Drew Sanford wrote: No, but I am seeing it core dump rather strangely. Each time it starts up, I can open a file dialog box to save an attachment or attach a file one time just fine. The second time I try to attach or save a file on any start up, it crashes. BTW: Firefox 2.0.X does the same.

Re: var/log/messages umass da0 6 how to stop?

2007-04-26 Thread Lowell Gilbert
David Southwell [EMAIL PROTECTED] writes: How do I stop these messages from umass devices. Apr 18 03:27:03 dns1 kernel: Opened disk da1 - 6 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): CAM

Re: USB console or other alternatives

2007-04-26 Thread Lowell Gilbert
Doug Lee [EMAIL PROTECTED] writes: On Thu, Apr 26, 2007 at 11:14:26AM -0400, Lowell Gilbert wrote: Doug Lee [EMAIL PROTECTED] writes: Can modern hardware and a modern FreeBSD version provide console access before the kernel loads via USB or via anything other than an actual on-board or

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread Jerry McAllister
On Thu, Apr 26, 2007 at 06:31:05PM -, [EMAIL PROTECTED] wrote: At 01:16 PM 4/26/2007, [EMAIL PROTECTED] wrote: At 12:52 PM 4/26/2007, [EMAIL PROTECTED] wrote: Both of those checked OK. Is it possible I have specified the C/H/S incorrectly during setup? Thanks, What is

Re: FreeBSD 6.2 Boot Issue

2007-04-26 Thread jhall
On Thu, Apr 26, 2007 at 06:31:05PM -, [EMAIL PROTECTED] wrote: At 01:16 PM 4/26/2007, [EMAIL PROTECTED] wrote: At 12:52 PM 4/26/2007, [EMAIL PROTECTED] wrote: Both of those checked OK. Is it possible I have specified the C/H/S incorrectly during setup? Thanks, What is

Re: Tagging email subject line with something like [fbsd-questions]

2007-04-26 Thread Chad Perrin
On Thu, Apr 26, 2007 at 08:03:19PM +0100, N.J. Mann wrote: On Wednesday, 25 April, 2007 at 15:44:20 -0600, Chad Perrin wrote: [...] I fully expect that there isn't really an answer aside from using mutt's list subscription functionality, which unfortunately overwrites the name or email

Re: Thunderbird 2.0 dumps core on second file open op

2007-04-26 Thread Howard Goldstein
Jan Henrik Sylvester wrote: Drew Sanford wrote: No, but I am seeing it core dump rather strangely. Each time it starts up, I can open a file dialog box to save an attachment or attach a file one time just fine. The second time I try to attach or save a file on any start up, it crashes.

Re: Wikipedia's perfection (was Re: Discussion of the relative advantages/disadvantages of PAE (was Re: Memory 3.5GB not used?))

2007-04-26 Thread Chad Perrin
On Thu, Apr 26, 2007 at 01:48:46PM -0400, Bill Moran wrote: In response to Chad Perrin [EMAIL PROTECTED]: If you had provided the guy's Wikipedia account, we'd be able to check *your* sources -- wouldn't we? As long as you don't tell us the necessary information for checking up on it,

Re: Tagging email subject line with something like [fbsd-questions]

2007-04-26 Thread N.J. Mann
On Thursday, 26 April, 2007 at 14:43:35 -0600, Chad Perrin wrote: On Thu, Apr 26, 2007 at 08:03:19PM +0100, N.J. Mann wrote: On Wednesday, 25 April, 2007 at 15:44:20 -0600, Chad Perrin wrote: [...] I fully expect that there isn't really an answer aside from using mutt's list

Re: var/log/messages umass da0 6 how to stop?

2007-04-26 Thread David Southwell
On Thursday 26 April 2007 13:11:35 Lowell Gilbert wrote: David Southwell [EMAIL PROTECTED] writes: How do I stop these messages from umass devices. Apr 18 03:27:03 dns1 kernel: Opened disk da1 - 6 Apr 18 03:27:05 dns1 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0

Re: Thunderbird 2.0 dumps core on second file open op

2007-04-26 Thread Jan Henrik Sylvester
Michel Le Cocq wrote: I think it's a global thunderbird 2 bug, because i have exactly the same trouble ona mac os 10.4 with a binary update. I do not think it is exactly the same -- see below. Howard Goldstein a écrit : Jan Henrik Sylvester wrote: Drew Sanford wrote: No, but I am seeing

Re: USB console or other alternatives

2007-04-26 Thread Doug Lee
On Thu, Apr 26, 2007 at 04:24:23PM -0400, Lowell Gilbert wrote: Doug Lee [EMAIL PROTECTED] writes: On Thu, Apr 26, 2007 at 11:14:26AM -0400, Lowell Gilbert wrote: What do you hook up to that serial port, anyway? A desktop Windows machine with a serial port, until said machine suddenly

Re: Tagging email subject line with something like [fbsd-questions]

2007-04-26 Thread Chad Perrin
On Thu, Apr 26, 2007 at 10:03:46PM +0100, N.J. Mann wrote: Okay, I think I understand. :-) I think the misunderstanding was because I am using mutt very differently from you. I have each list I am subscribed to filtered into its own mail box by procmail. I have listed all of these

Re: Thunderbird 2.0 dumps core on second file open op

2007-04-26 Thread Howard Goldstein
Jan Henrik Sylvester wrote: I guess I would have to update all gnome packages from 2.16 to 2.18 to see if it helps... but since Howard Goldstein rebuild all his ports, he can probably confirm that this happens with the current ports. Unfortunately it does still happen for me. For those ports

Re: var/log/messages umass da0 6 how to stop?

2007-04-26 Thread Lowell Gilbert
David Southwell [EMAIL PROTECTED] writes: On Thursday 26 April 2007 13:11:35 Lowell Gilbert wrote: David Southwell [EMAIL PROTECTED] writes: How do I stop these messages from umass devices. Apr 18 03:27:03 dns1 kernel: Opened disk da1 - 6 Apr 18 03:27:05 dns1 kernel:

Re: portinstall --batch something [SOLVED]

2007-04-26 Thread Stevan Tiefert
RW schrieb: On Thu, 26 Apr 2007 02:03:13 +0200 Stevan Tiefert [EMAIL PROTECTED] wrote: Hello list, what will portinstall do if I give it the --batch argument? Will it compile the port with all options it knows or only the standard ones? I ask because man 1 portinstall or man 7 ports is not

  1   2   >