find and timezone

2007-05-03 Thread Ernest Sales
Could someone explain why this works fine: # find . -newermt "May 2 12:00:09 CET 2007" [...] # ...whereas this doesn't: # find . -newermt "May 2 12:00:09 CEST 2007" find: Can't parse date/time: May 2 12:00:09 CEST 2007 # (CET: Central European Time, ...S...: Summer) Thanks in advance! Ernest

Re: Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves

2007-05-04 Thread Ernest Sales
Maybe this is due to the xorg 7.2 upgrade. See http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/040488.html and http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/040510.html --- plain text emails preferred, cf http://exp

RE: find and timezone

2007-05-07 Thread Ernest Sales
On May 6, 2007 Lowell Gilbert wrote: > "Ernest Sales" <[EMAIL PROTECTED]> writes: > > > Could someone explain why this works fine: > > > > # find . -newermt "May 2 12:00:09 CET 2007" > > [...] > > # > > > > ...whereas t

sendmail init error: Can't assign requested address

2007-05-13 Thread Ernest Sales
A laptop running 6-STABLE is connected to the Internet thru a DSL modem-router doing NAT. It gets a dynamic local IP (fairly recurring 192.168.1.33) at every boot. Of course there is no FQDN for this host. Lately (after a sendmail upgrade?) init shows some oddities: /etc/rc: DEBUG: checkyesno: se

RE: sendmail init error: Can't assign requested address

2007-05-14 Thread Ernest Sales
On Monday, May 14, 2007 3:15 AM, Jeffrey Goldberg wrote: > > On May 13, 2007, at 5:07 PM, Ernest Sales wrote: > > > A laptop running 6-STABLE is connected to the Internet thru a DSL > > modem-router doing NAT. It gets a dynamic local IP (fairly recurring > > 192.

Re: .login_conf ignored

2007-05-15 Thread Ernest Sales
On Tue, 15 May 2007 09:14:42 +0200, Christopher Illies wrote: > The locale settings in my .login_conf are ignored: > > ; cat .login_conf > # $FreeBSD: src/share/skel/dot.login_conf,v 1.3 2001/06/10 17:08:53 > # ache Exp $ > # > # see login.conf(5) > # > me:\ > :charset=UTF-8:\ > :

RE: .login_conf ignored

2007-05-15 Thread Ernest Sales
On Tuesday, May 15, 2007 1:18 PM, Christopher Illies wrote: > On Tue, May 15, 2007 at 12:27:10PM +0200, Ernest Sales wrote: > > On Tue, 15 May 2007 09:14:42 +0200, Christopher Illies wrote: > > > > > The locale settings in my .login_conf are ignored: > > > > &g

RE: sendmail init error: Can't assign requested address

2007-05-15 Thread Ernest Sales
On Tuesday, May 15, 2007 12:24 AM, Chuck Swiger wrote: > On May 14, 2007, at 2:25 PM, Ernest Sales wrote: > > Well, actually not so (sendmail_outbound_enable is supposed to be > > set to > > YES, as per defaults, but init says otherwise -- and I don't know > > wha

RE: .login_conf ignored [solved]

2007-05-15 Thread Ernest Sales
On Tuesday, May 15, 2007 5:00 PM, Christopher Illies wrote: > On Tue, May 15, 2007 at 04:36:46PM +0200, Ernest Sales wrote: > > On Tuesday, May 15, 2007 1:18 PM, Christopher Illies wrote: > > > > > On Tue, May 15, 2007 at 12:27:10PM +0200, Ernest Sales wrote: > > &g

RE: sendmail init error: Can't assign requested address

2007-05-17 Thread Ernest Sales
On Tuesday, May 15, 2007 6:29 PM, Chuck Swiger wrote: > On May 15, 2007, at 9:06 AM, Ernest Sales wrote: > [ ... ] > > Honestly, I don't understand what each of this four daemons is > > supposed > > to do. I just want the minimal working sendmail config in a NATed &g

RE: .login_conf ignored [solved]

2007-05-17 Thread Ernest Sales
On Wednesday, May 16, 2007 9:20 AM, Christopher Illies wrote: > On Tue, May 15, 2007 at 06:39:05PM +0200, Ernest Sales wrote: > > > > > > On Tue, 15 May 2007 09:14:42 +0200, Christopher > Illies wrote: > > > > > > > > > > &

nvidia-driver segmentation fault

2007-05-24 Thread Ernest Sales
To celebrate te Xorg upgrade I got rid of all ports installed in my system, then did a fresh install. No problems building; well, I installed first gnome-lite expecting it would pull the complete xorg meta-port and finally had to install this to get all the stuff, but suppose this is harmless. Now

RE: freebsd-questions Digest, Vol 179, Issue 12

2007-05-24 Thread Ernest Sales
On Thu, 24 May 2007 10:10:57 -0500, Derek Ragona wrote: > At 07:26 AM 5/24/2007, Ernest Sales wrote: > >To celebrate te Xorg upgrade I got rid of all ports > installed in my system, > >then did a fresh install. No problems building; well, I > installed first > >gnome-l

RE: nvidia-driver segmentation fault

2007-05-24 Thread Ernest Sales
On Thursday, May 24, 2007 9:46 PM, Howard Goldstein wrote: > Ernest Sales wrote: > > (EE) Failed to initialize GLX extension (Compatible NVIDIA > X driver not > > found) > > Are you loading the glx module in xorg.conf? The first command was just to show that with the

RE: nvidia-driver segmentation fault

2007-05-24 Thread Ernest Sales
Sorry, in my previous answer didn't edit the subject. On Thu, 24 May 2007 10:10:57 -0500, Derek Ragona wrote: > At 07:26 AM 5/24/2007, Ernest Sales wrote: > >To celebrate te Xorg upgrade I got rid of all ports > installed in my system, > >then did a fresh install. No pro