Re: resetting clock after power outage

2006-05-08 Thread Nick Withers

On Mon, 8 May, 2006 2:10 pm, 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?

Have a gander at date(1), if NTP isn't a goer, as others have suggested.

(snip)

 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

The BIOS setup utility really should have a time / date setting facility
too, though!

-- 
Nick Withers
email: [EMAIL PROTECTED]
Web: http://www.nickwithers.com
Mobile: +61 414 397 446

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


Re: The Complete FreeBSD: errata and addenda

2006-05-08 Thread Eric Dan
* Greg 'groggy' Lehey ([EMAIL PROTECTED]) wrote:
 On Saturday,  6 May 2006 at 10:22:11 +0200, Kyrre Nygard wrote:
 
  I have found a problem.
 
  I find the design / typesetting to be very unprofessional.
  It looks like a teenager wrote it, in Microsoft Word, but no offense.
 
  You just used the wrong typesetting system.
 
  Please check out the LaTeX Project as well as the Memoir class.
 
  It will do the typesetting for you, and your book will become a lot
  more comfortable for all of us to read.
 
  Let us know what you think!
 
 I think you're a troll.
 
i think the book is great, easy to read, helped me a lot and also saved
me a lot of time.
I hope you're gonna eventually write a new edition that covers 6.*
releases.
I really liked the network section in your book. Compare that to the one
in Running Linux Edition 5!
 Greg
 -- 
 When replying to this message, please copy the original recipients.
 If you don't, I may ignore the reply or reply to the original recipients.
 For more information, see http://www.lemis.com/questions.html
 See complete headers for address and phone numbers



-- 
Eric Dan [EMAIL PROTECTED]
UCLA ID#103297286
http://www.vladuz976.com/
GPG key: FD13E94D ( B9D1 7D8D 34E0 D0B7 D3C9  4571 0BAC 1DC7 FD13 E94D)




pgpsxiYdMZviJ.pgp
Description: PGP signature


Re: build failure

2006-05-08 Thread Pablo Mora

config: /usr/src/sys/i386/conf/GENERIC:72: syntax error ?? line 72.. check it.

--
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: The Complete FreeBSD: errata and addenda

2006-05-08 Thread Beech Rintoul
On Sunday 07 May 2006 22:39, Eric Dan wrote:
 * Greg 'groggy' Lehey ([EMAIL PROTECTED]) wrote:
  On Saturday,  6 May 2006 at 10:22:11 +0200, Kyrre Nygard wrote:
   I have found a problem.
  
   I find the design / typesetting to be very unprofessional.
   It looks like a teenager wrote it, in Microsoft Word, but no offense.
  
   You just used the wrong typesetting system.
  
   Please check out the LaTeX Project as well as the Memoir class.
  
   It will do the typesetting for you, and your book will become a lot
   more comfortable for all of us to read.
  
   Let us know what you think!
 
  I think you're a troll.

 i think the book is great, easy to read, helped me a lot and also saved
 me a lot of time.
 I hope you're gonna eventually write a new edition that covers 6.*
 releases.
 I really liked the network section in your book. Compare that to the one
 in Running Linux Edition 5!

  Greg
  --
  When replying to this message, please copy the original recipients.
  If you don't, I may ignore the reply or reply to the original recipients.
  For more information, see http://www.lemis.com/questions.html
  See complete headers for address and phone numbers

I will second that. I came to freebsd from solaris (yuck), wore the covers off 
my first copy and never looked back.

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgpO3I8GBn5XC.pgp
Description: PGP signature


SMBus and mbmon

2006-05-08 Thread Scott Sipe
First time I've tried to access smb devices or used mbmon, so  
apologies if this is very stupid.



Running 6.0-stable (from awhile ago, December) on an Intel server  
motherboard. In the boot dmesg I get this line:


pci0: serial bus, SMBus at device 31.3 (no driver attached)

I have nothing relating to SMB compiled in my kernel.

I do kldload ichsmb

ichsmb0: Intel 6300ESB (ICH) SMBus controller port 0x400-0x41f irq  
17 at device 31.3 on pci0

ichsmb0: [GIANT-LOCKED]
smbus0: System Management Bus on ichsmb0

 then kldload smb

smb1: SMBus generic I/O on smbus0
smb0: SMBus generic I/O on smbus0

There are now the twoce devices in /dev, however, whenever I try to  
run mbmon I get


# mbmon -S -s0 -d
ioctl(smb0:writebyte): Device not configured

(same result for s1 to try smb1)

If I unload all the SMB related modules and run mbmon, I get

# mbmon -d
ioctl(smb0:open): No such file or directory
SMBus[Intel8XX(ICH/ICH2/ICH3/ICH4/ICH5/ICH6)] found, but No HWM  
available on it!!

Using ISA-IO access method!!
* Winbond Chip W83627HF/THF/THF-A found.

and just running mbmon gives an output

# mbmon
ioctl(smb0:open): No such file or directory

Temp.= 127.0, 115.0, 127.0; Rot.=0, 1834, 2812
Vcore = 0.00, 1.17; Volt. = 3.33, 5.00, 12.22,   1.62,  0.23

[etc]

So I'm not sure what's going on. Is the existence of smb devices  
important? Do I get better monitoring?


Scott
___
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-08 Thread Michael D. Norwick
Garrett Cooper wrote:



 Michael D. Norwick wrote:

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

 ...snip
 /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]


Per the previous suggestion I built and installed portmanager, deleted
the distfiles tree and started again.  So far it is still moving along
without error. 

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]


7-CURRENT

2006-05-08 Thread Perttu Laine

I have 7-CURRENT-SNAP009 on one testing computer and I'd like to update it
to latest 7 sources. So can it be done via cvsup or how can update sources
to latest? RELENG_7 seems to just delete everything with cvsup...

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


Re: 7-CURRENT

2006-05-08 Thread Daniel Gerzo
Hello Perttu,

Monday, May 8, 2006, 1:02:07 PM, you typed:

 I have 7-CURRENT-SNAP009 on one testing computer and I'd like to update it
 to latest 7 sources. So can it be done via cvsup or how can update sources
 to latest? RELENG_7 seems to just delete everything with cvsup...

 yeah, cvsup is the right way, but instead of RELENG_7 tag use '.'

-- 
Sincerely,
  Daniel Gerzo

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


Re: 7-CURRENT

2006-05-08 Thread Giorgos Keramidas
On 2006-05-08 14:02, Perttu Laine [EMAIL PROTECTED] wrote:
 I have 7-CURRENT-SNAP009 on one testing computer and I'd like to update it
 to latest 7 sources. So can it be done via cvsup or how can update sources
 to latest? RELENG_7 seems to just delete everything with cvsup...

There is no RELENG_7 tag (yet).  You can change that to just a single
dot character (`.'), and CVSup will pull the HEAD of the CVS branch
for you (which is `CURRENT').

Note that CURRENT is not always buildable and not always stable enough
for production use, though.  Make sure you read and understand all the
stuff explained here:

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

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


Fwd: 7-CURRENT

2006-05-08 Thread Perttu Laine

..

Thank's. work fine. Now I have another question about 7-CURRENT. portupgrade
and portversion are giving this error:
---
uname(1) could be broken - cannot parse the output: 7-CURRENT-SNAP009 i386
** Error occured reading /usr/local/etc/pkgtools.conf:
   uninitialized constant PkgConfig::OS_PLATFORM
---

So. How can one make those pkgtools working? :)


(this accidentally went into personal mail and not mailinglist so here it is
forwarded)
--
kpn @ IRCnet
___
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-08 Thread Chris Howells
On Monday 08 May 2006 04:03, Carlos Silva wrote:
 Someone know how can I convert mbox files to IMAP files?
 Thanks in advance!

I presume you wish to store mails in mbox format on an IMAP server. The 
easiest way is to import the mails into a mail client, such as KMail, set up 
an account in KMail on the IMAP server, and copy them across.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fetch Problems...

2006-05-08 Thread Lowell Gilbert
Jeff Molofee [EMAIL PROTECTED] writes:

 I'm having some odd problems with fetch. If I pkg_add or attempt 
 portupgrade, portmanage, etc, I get endless errors about fetch operation 
 timed out. I am able to ping the sites by ip and name, I am able to ftp 
 to the site, open the sites in firefox, galeon, etc.

 If I ssh into my own box and attempt pkg_add -r or portupgrade 
 everything works fine.

 Does anyone know why this would be happening... it has me completely 
 baffled.

Hard to say.
Try increasing the verbosity level (-v option).
___
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-08 Thread Marcel de Reuver

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!


Google for mbox2maildir if you want to convert to the Maildir format.


___
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-08 Thread Bryan Curl

Ok I'll bite.
I installed fetchmail and fairly quickly had it retreiving mail into system.
I installed mutt and spent 2 hours looking at man and muttrc. Wow.
What I dont get is how mutt replies to mail I retrived from '
mywork.mailserver.com'.
I have to use '' to send the mail. I think I do it like this.

mutt sends mail as usual. Then,
fetchmail -S smtp.myispmailserver.net

The mail bounces from myispmailserver.net with an error like
[EMAIL PROTECTED] (my private domain) is urecognized domain. (exact message
escapes me at this time)

The question is how do I tell mutt to send all mail out through '
smtp.myispmailserver.net'?
Or maybe I need to configure sendmail or fetchmail differntly?

Can someone point me to some sample configs or human readable help
information?

Thanks

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


El día Saturday, May 06, 2006 a las 08:40:02PM -0300, Marc G. Fournier
escribió:


 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

xterm+fetchmail+mutt+vi is all you need; anything else is just not
usefull for real work;

matthias
--
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/
http://guru.UnixLand.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





--
--
Bryan
bc3910 'at' gmail 'dot' com
___
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-08 Thread albi
On Mon, 8 May 2006 07:14:05 -0600
Bryan Curl [EMAIL PROTECTED] wrote:

 mutt sends mail as usual. Then,
 fetchmail -S smtp.myispmailserver.net
 
 The mail bounces from myispmailserver.net with an error like
 [EMAIL PROTECTED] (my private domain) is urecognized domain. (exact
 message escapes me at this time)
 
 The question is how do I tell mutt to send all mail out through '
 smtp.myispmailserver.net'?
 Or maybe I need to configure sendmail or fetchmail differntly?

sometimes i use mutt, this is the part in my .muttrc to get the 
from-address right :

set sendmail=/usr/sbin/sendmail [EMAIL PROTECTED] -oi -oem

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


ibsh shell session fails using scp/sftp

2006-05-08 Thread Robert Fitzpatrick
Trying to use WinSCP to connect using the ibsh shell. The logs in the
WinSCP program indicate 'Connection failed. Server sent command exit
status 0', but I cannot find anything in the FreeBSD logs. I am hoping
to find where my FreeBSD 6.0 box is trying to execute a command so I can
add it to the approved list of commands to run by the user.
The /var/log/auth.log only states...

May  8 09:21:28 files sshd[22864]: Accepted keyboard-interactive/pam for 
webtent from 192.168.1.12 port 1130 ssh2
May  8 09:21:29 files sshd[22867]: subsystem request for sftp

While the /var/log/messages and /var/log/debug.log have nothing as a
result of the attempt to login. Is there anywhere else this may be
logging on why the session could not start?

Thanks in advance!
-- 
Robert

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


Re: The Complete FreeBSD: errata and addenda

2006-05-08 Thread Jerry McAllister
 
 * Greg 'groggy' Lehey ([EMAIL PROTECTED]) wrote:
  On Saturday,  6 May 2006 at 10:22:11 +0200, Kyrre Nygard wrote:
  
 i think the book is great, easy to read, helped me a lot and also saved
 me a lot of time.
 I hope you're gonna eventually write a new edition that covers 6.*
 releases.

Actually, by this time, I am hoping for a jump ahead that covers 7.xx 
as well as changes in 6.xx.I was actually looking for the next
edition to buy another when the announcement of putting it out free
for download came out.

jerry

 I really liked the network section in your book. Compare that to the one
 in Running Linux Edition 5!
  Greg
  --=20
  When replying to this message, please copy the original recipients.
  If you don't, I may ignore the reply or reply to the original recipients.
  For more information, see http://www.lemis.com/questions.html
  See complete headers for address and phone numbers
 
 
 
 --=20
 Eric Dan [EMAIL PROTECTED]
 UCLA ID#103297286
 http://www.vladuz976.com/
 GPG key: FD13E94D ( B9D1 7D8D 34E0 D0B7 D3C9  4571 0BAC 1DC7 FD13 E94D)
___
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-08 Thread guru
El día Monday, May 08, 2006 a las 03:23:30PM +0200, albi escribió:

 On Mon, 8 May 2006 07:14:05 -0600
 Bryan Curl [EMAIL PROTECTED] wrote:
 
  mutt sends mail as usual. Then,
  fetchmail -S smtp.myispmailserver.net
  
  The mail bounces from myispmailserver.net with an error like
  [EMAIL PROTECTED] (my private domain) is urecognized domain. (exact
  message escapes me at this time)
  
  The question is how do I tell mutt to send all mail out through '
  smtp.myispmailserver.net'?
  Or maybe I need to configure sendmail or fetchmail differntly?
 
 sometimes i use mutt, this is the part in my .muttrc to get the 
 from-address right :
 
 set sendmail=/usr/sbin/sendmail [EMAIL PROTECTED] -oi -oem

Of course, you have to configure 'fetchmail' (normaly done
in a file ~/.fetchmailrc) for fetching and sendmail for
outgoing mail; in the M4-based rules files to generate the
sendmail's submit.cf you may use something like

define(`SMART_HOST', `[smtp.myispmailserver.net]')dnl

to put all outbound mail to your ISP.

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://guru.UnixLand.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ibsh shell session fails using scp/sftp

2006-05-08 Thread Bill Moran
On Mon, 08 May 2006 09:28:54 -0400
Robert Fitzpatrick [EMAIL PROTECTED] wrote:

 Trying to use WinSCP to connect using the ibsh shell. The logs in the
 WinSCP program indicate 'Connection failed. Server sent command exit
 status 0', but I cannot find anything in the FreeBSD logs. I am hoping
 to find where my FreeBSD 6.0 box is trying to execute a command so I can
 add it to the approved list of commands to run by the user.
 The /var/log/auth.log only states...
 
 May  8 09:21:28 files sshd[22864]: Accepted keyboard-interactive/pam for 
 webtent from 192.168.1.12 port 1130 ssh2
 May  8 09:21:29 files sshd[22867]: subsystem request for sftp
 
 While the /var/log/messages and /var/log/debug.log have nothing as a
 result of the attempt to login. Is there anywhere else this may be
 logging on why the session could not start?

Run sshd with -d.  Be sure to read the manpage on what this does first,
as it may be an unpleasant surprise if you're trying to work on a
machine that you don't have local access to.

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


Re: X11 6.9 issue -- option XkbOptions and missing keyboard layout

2006-05-08 Thread Dejan Lesjak
On Monday 08 May 2006 02:34, martinko wrote:
 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

Try
Option  XkbLayout us,sk(qwerty)


Dejan
___
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-08 Thread Ilias Sachpazidis
I use the following:

:.,$s/^M//g

For ^M, you have to press Ctrl-V and then Enter

Best regards,

Ilias

---
Fraunhofer IGD
Department Cognitive Computing  Medical Imaging

Ilias Sachpazidis  phone:+49/(0)/6151/155 507
Fraunhoferstr. 5   fax  :+49/(0)/6151/155 480
D-64283 Darmstadt  [EMAIL PROTECTED]
Germany   http://www.igd.fhg.de/~isachpaz
---


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aguiar Magalhaes
Sent: Friday, May 05, 2006 3:12 PM
To: freebsd-questions@freebsd.org
Subject: Substitute command on vi

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



___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e
anti-spam realmente eficaz. 
http://br.info.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]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Next VNC related question ... recording

2006-05-08 Thread Iantcho Vassilev

On 5/7/06, Marc G. Fournier [EMAIL PROTECTED] wrote:



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]





Search freshmeat,there are others i thing..I am sure of one that takes
snapshots in jpg..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ibsh shell session fails using scp/sftp

2006-05-08 Thread Robert Fitzpatrick
On Mon, 2006-05-08 at 09:39 -0400, Bill Moran wrote:
  Trying to use WinSCP to connect using the ibsh shell. The logs in the
  WinSCP program indicate 'Connection failed. Server sent command exit
  status 0', but I cannot find anything in the FreeBSD logs. I am hoping
  to find where my FreeBSD 6.0 box is trying to execute a command so I can
  add it to the approved list of commands to run by the user.
  The /var/log/auth.log only states...
  
  May  8 09:21:28 files sshd[22864]: Accepted keyboard-interactive/pam for 
  webtent from 192.168.1.12 port 1130 ssh2
  May  8 09:21:29 files sshd[22867]: subsystem request for sftp
  
  While the /var/log/messages and /var/log/debug.log have nothing as a
  result of the attempt to login. Is there anywhere else this may be
  logging on why the session could not start?
 
 Run sshd with -d.  Be sure to read the manpage on what this does first,
 as it may be an unpleasant surprise if you're trying to work on a
 machine that you don't have local access to.

Thanks, I can't seem to find all the debug messages on screen in a log
file, so I'll try to not misspell or represent something here. After
starting the session, it displays the subsystem message, then a
'Received SIGCHLD' and pid assignment, then the exit message...

snip
subsystem request for sftp
debug1: sybsystem: exec() /usr/libexec/sftp-server
debug1: Received SIGCHLD.
debug1: session_by_pid: pid 23011
debug1: session_exit_message: session 0 channel 0 pid 23011
debug1: session_exit_message: release channel 0
debug1: session_close: session 0 pid 23011
snip

I have sftp and even added exec to the approved commands along with
anything else I could think of for ibsh with no luck, same messages. I
tried adding /usr/libexec to my PATH, no help.

files# echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/usr/libexec
files# cat /usr/local/etc/ibsh/globals.cmds
cd
ls
pwd
logout
exit
touch
mkdir
rm
pico
scp
sftp
sftp-server
ssh
sshd
exec

-- 
Robert

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


FreeBSD 6.1-STABLE !!

2006-05-08 Thread Jonathan Horne
on a dev box, did a cvsup and buildworld yesterday... and now my kernel
says 6.1 stable!

fbsd60-2# uname -a
FreeBSD fbsd60-2.dev.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May 
7 18:33:48 CDT 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/FBSD60-2  i386

*shrug* i look on freebsd.org, but i didnt see an announcement about it
yet.  how close to release does this put us?

cheers,
jonathan




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


Re: FreeBSD 6.1-STABLE !!

2006-05-08 Thread Eric Schuele

Jonathan Horne wrote:

on a dev box, did a cvsup and buildworld yesterday... and now my kernel
says 6.1 stable!

fbsd60-2# uname -a
FreeBSD fbsd60-2.dev.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May 
7 18:33:48 CDT 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/FBSD60-2  i386


*shrug* i look on freebsd.org, but i didnt see an announcement about it
yet.  how close to release does this put us?


*Very* close but not there yet.  Only after an official announcement 
is it released.




cheers,
jonathan




___
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: php4 port upgrade

2006-05-08 Thread Zimmerman, Eric
 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.


Mine seemed to go fine via portmanager after doing a make config in the
php4 directory as UPDATING indicates to do. No issues so far that I have
seen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X11 6.9 issue -- option XkbOptions and missing keyboard layout

2006-05-08 Thread martinko
Dejan Lesjak wrote:
 On Monday 08 May 2006 02:34, martinko wrote:
   
 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
 

 Try
   Option  XkbLayout us,sk(qwerty)


 Dejan
   

dejan, thanks, that seems to work! :-))
i haven't noticed it mentioned anywhere, though. :(

the other issue i've just noticed is that my keyboard layout switching
doesn't work as it used to. this is my setting i've been using:
Option  XkbOptions grp:shift_toggle,grp_led:scroll,compose:ralt

note that i checked your previous advice in gnome via its panel. led was
turned on. so the problem is with grp:shift_toggle only.

any advice on this one 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: ibsh

2006-05-08 Thread Atom Powers

Have you looked at the scponly shell?

On 5/7/06, Robert Fitzpatrick [EMAIL PROTECTED] wrote:

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]




--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--

Re: nsswitch.conf with ldap

2006-05-08 Thread Atom Powers

On 5/7/06, Z.C.B. [EMAIL PROTECTED] wrote:

On Wed, 18 Jan 2006 22:56:09 +0100
Dominique Goncalves [EMAIL PROTECTED] wrote:


 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.


Check your pam.d configuration, particularly /etc/pam.d/login

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


Re: php4 port upgrade

2006-05-08 Thread Julien Gabel
 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?

 Mine seemed to go fine via portmanager after doing a make config in the
 php4 directory as UPDATING indicates to do. No issues so far that I have
 seen

Using portupgrade, i had to recompile all php4-* found in /var/db/pkg and
the dependancies.  All went well, except for the SSL support i use throuth
squirrelmail.  I use different knobs in the past in order to be able to
access imaps via squirrelmail, the last one was WITH_OPENSSL_BASE.  But
according to the current ports/Mk/bsd.openssl.mk makefile, it seems
deprecated in favor of WITH_OPENSSL_BASE=yes.  So i tried:
 # portupgrade -rRf -m 'WITH_OPENSSL_BASE=yes' squirrelmail
instead of:
 # portupgrade -rRf -m '-DWITH_OPENSSL_BASE' squirrelmail
without much success for the moment...

-- 
Julien Gabel.


pgpTS3lBCiXbV.pgp
Description: PGP signature


seamonkey -- building calendar (option)

2006-05-08 Thread martinko
hello!

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

there's WITH_CALENDAR make switch in the port which is/was supposed to
turn building of mozilla with calendar module. i've been happily using
it with mozilla suite. the switch is still in seamonkey's makefile but i
haven't got calendar module after compilation of the port. :-(

/note that i'm running seamonkey on 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]


status BSDinstaller for FreeBSD

2006-05-08 Thread albi

some weeks ago there was an announcement which mentioned the new
BSDinstaller Beta2, which pointed to to this url :

http://meonstuff.blogspot.com/

i've downloaded the iso and tried it, and i started to realise how much
i like the current FreeBSD installer

what i miss in the beta2 of the BSDinstaller for FreeBSD is the following :

- change console-font
- set keyboard speed

but much much more important :

- there's no auto-defaults for partitioning
- there's not the nice option to correct the disc-geometry
- there are no post-install options afair

on top of this the partitioning-process itself was very confusing...

later i've tried dragonflyBSD (when i read that it's already using
BSDinstaller), and the partitioning-process was not confusing at all

also, the initial start-up colour reminded me very much of an
MS-WindowsNT install, is this done on purpose for some reason ?
(i like the blue and other colour-scheme from the old install better :)


so.. i hope that this feedback will be read, and i'm curious what other
people's experiences are

here are some more urls :

http://wikitest.freebsd.org/moin.cgi/BSDInstaller
http://www.bsdinstaller.org/


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

2006-05-08 Thread Garrett Cooper

Michael D. Norwick wrote:

Garrett Cooper wrote:

  

Michael D. Norwick wrote:



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

...snip
/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


Per the previous suggestion I built and installed portmanager, deleted
the distfiles tree and started again.  So far it is still moving along
without error. 


Thank You for the help

Michael
Guess I was too late then. I noticed this error was consistently 
occurring, so what I did was completed what I suggested above and 
everything worked. The reason for having to do that was because a) the 
CVSUP server I was sync'ing with for ports apparently was not in service 
any more, and b) I downloaded the patch directly from the bash site and 
that didn't seem to have worked, but instead brought up the before 
mentioned error about the modification times being different.

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


Re: FreeBSD 6.1-STABLE !!

2006-05-08 Thread Ceri Davies
On 8/5/06 15:39, Jonathan Horne [EMAIL PROTECTED] wrote:

 on a dev box, did a cvsup and buildworld yesterday... and now my kernel
 says 6.1 stable!
 
 fbsd60-2# uname -a
 FreeBSD fbsd60-2.dev.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May
 7 18:33:48 CDT 2006
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FBSD60-2  i386
 
 *shrug* i look on freebsd.org, but i didnt see an announcement about it
 yet.  how close to release does this put us?

It essentially means that the release has been finished, and is being
built/uploaded.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere



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


could not determine fs type - fsck

2006-05-08 Thread Christoph Kukulies
I replaced a disk that had trouble with fsck in a 5.3 system and connected it
to a 5.2.1 system for further examinaton.

starting fsck /dev/ad3 gave me an error: could not determine file system type.

Had there been some change in FS right between FreeBSD 5.2 and 5.3 such that
either systems couldn't recognize each others FSs?
--
Chris Christoph P. U. Kukulies kuku_at_kukulies.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: seamonkey -- building calendar (option)

2006-05-08 Thread Garrett Cooper



martinko wrote:

hello!

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

there's WITH_CALENDAR make switch in the port which is/was supposed to
turn building of mozilla with calendar module. i've been happily using
it with mozilla suite. the switch is still in seamonkey's makefile but i
haven't got calendar module after compilation of the port. :-(

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

any thoughts or suggestions pls ??

cheers,

martin
  
   For now you can just download the extension from Mozilla's site 
http://www.mozilla.org/projects/calendar/.

-Garrett
___
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-08 Thread Bryan Curl

If that just fixes From in the header Im not sure that is entirely my
problem.
Since my bounces seem to be related to my localhost domain name, I wonder
about a setting like described here from sendmail's manual.

You can have your host masquerade as another using
MASQUERADE_AS(`host.domain')

This causes mail being sent to be labeled as coming from the indicated
host.domain, rather than $j. One normally masquerades as one of one's own
subdomains (for example, it's unlikely that Berkeley would choose to
masquerade as an MIT site). This behaviour is modified by a plethora of
FEATUREs http://www.sendmail.org/m4/features.html; in particular, see
masquerade_envelopehttp://www.sendmail.org/m4/features.html#masquerade_envelope,
allmasquerade http://www.sendmail.org/m4/features.html#allmasquerade,
limited_masqueradehttp://www.sendmail.org/m4/features.html#limited_masquerade,
and 
masquerade_entire_domainhttp://www.sendmail.org/m4/features.html#masquerade_entire_domain
.





On 5/8/06, albi [EMAIL PROTECTED] wrote:


On Mon, 8 May 2006 07:14:05 -0600
Bryan Curl [EMAIL PROTECTED] wrote:

 mutt sends mail as usual. Then,
 fetchmail -S smtp.myispmailserver.net

 The mail bounces from myispmailserver.net with an error like
 [EMAIL PROTECTED] (my private domain) is urecognized domain. (exact
 message escapes me at this time)

 The question is how do I tell mutt to send all mail out through '
 smtp.myispmailserver.net'?
 Or maybe I need to configure sendmail or fetchmail differntly?

sometimes i use mutt, this is the part in my .muttrc to get the
from-address right :

set sendmail=/usr/sbin/sendmail [EMAIL PROTECTED] -oi -oem

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





--
--
Bryan
bc3910 'at' gmail 'dot' com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: seamonkey -- building calendar (option)

2006-05-08 Thread Kevin Kinsey

martinko wrote:

hello!

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

there's WITH_CALENDAR make switch in the port which is/was supposed to
turn building of mozilla with calendar module. i've been happily using
it with mozilla suite. the switch is still in seamonkey's makefile but i
haven't got calendar module after compilation of the port. :-(

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

any thoughts or suggestions pls ??



Check their site --- something jars my memory.  Any
chance they're splitting off the calendar under another
name?

Just a guess,

Kevin Kinsey

--
Education is learning what you didn't even know you didn't know.
-- Daniel J. Boorstin

___
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-08 Thread albi
On Mon, 8 May 2006 10:10:24 -0600
Bryan Curl [EMAIL PROTECTED] wrote:

 If that just fixes From in the header Im not sure that is entirely my
 problem.
 Since my bounces seem to be related to my localhost domain name, I
 wonder about a setting like described here from sendmail's manual.
 
 You can have your host masquerade as another using
 MASQUERADE_AS(`host.domain')
 
 This causes mail being sent to be labeled as coming from the indicated
 host.domain, rather than $j. 

hmm, ok, sorry, i always make sure my postfix-settings are correct,
and i just remembered the problem of having the From-address correct
in mutt some years ago

glad to see you apparently have it all sorted out now :)

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


freebsd-questions@freebsd.org

2006-05-08 Thread Marty Landman

I've just reinstalled FBSD 4.8 from the mini-iso on an old box (PII-133 w/ 3
GB on two hd's). The problem I'm running into is that my ports are looking
for old, outdated packages, I think.

So going from
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.htmltried
to install cvsup to do a port upgrade:

mrwilhelm# pkg_add -r cvsup-without-gui
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/Latest/cvsup-without-gui.tgz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch '
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/Latest/cvsup-without-gui.tgz'
by URL
mrwilhelm#

Same problem though, how can I tell my system where to get access to
the 4.8stuff?

Marty

--
Web Installed Formmail - http://face2interface.com/formINSTal/
Webmaster's BBS - http://bbs.face2interface.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.1-STABLE !!

2006-05-08 Thread Donald J. O'Neill
On Monday 08 May 2006 10:55, Ceri Davies wrote:
 On 8/5/06 15:39, Jonathan Horne [EMAIL PROTECTED] wrote:
  on a dev box, did a cvsup and buildworld yesterday... and now my
  kernel says 6.1 stable!
 
  fbsd60-2# uname -a
  FreeBSD fbsd60-2.dev.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0:
  Sun May 7 18:33:48 CDT 2006
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FBSD60-2  i386
 
  *shrug* i look on freebsd.org, but i didnt see an announcement
  about it yet.  how close to release does this put us?

 It essentially means that the release has been finished, and is being
 built/uploaded.

 Ceri


It's sitting on the mirror sites, if you look. I downloaded one this 
morning.

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


Re: FreeBSD 6.1-STABLE !!

2006-05-08 Thread Ceri Davies
On Mon, May 08, 2006 at 11:44:15AM -0500, Donald J. O'Neill wrote:
 On Monday 08 May 2006 10:55, Ceri Davies wrote:
  On 8/5/06 15:39, Jonathan Horne [EMAIL PROTECTED] wrote:
   on a dev box, did a cvsup and buildworld yesterday... and now my
   kernel says 6.1 stable!
  
   fbsd60-2# uname -a
   FreeBSD fbsd60-2.dev.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0:
   Sun May 7 18:33:48 CDT 2006
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FBSD60-2  i386
  
   *shrug* i look on freebsd.org, but i didnt see an announcement
   about it yet.  how close to release does this put us?
 
  It essentially means that the release has been finished, and is being
  built/uploaded.
 
 It's sitting on the mirror sites, if you look. I downloaded one this 
 morning.

Yes, I know, but until it is announced, you can't be guaranteed that
those bits are the right ones.  The delay allows us to make sure that
all mirrors have it before they start getting hammered.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere


pgphgz2L7dzaR.pgp
Description: PGP signature


Re: php4 port upgrade

2006-05-08 Thread Julien Gabel
 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?

 Mine seemed to go fine via portmanager after doing a make config in the
 php4 directory as UPDATING indicates to do. No issues so far that I have
 seen

 Using portupgrade, i had to recompile all php4-* found in /var/db/pkg and
 the dependancies.  All went well, except for the SSL support i use throuth
 squirrelmail.  I use different knobs in the past in order to be able to
 access imaps via squirrelmail, the last one was WITH_OPENSSL_BASE.  But
 according to the current ports/Mk/bsd.openssl.mk makefile, it seems
 deprecated in favor of WITH_OPENSSL_BASE=yes.  So i tried:
  # portupgrade -rRf -m 'WITH_OPENSSL_BASE=yes' squirrelmail
 instead of:
  # portupgrade -rRf -m '-DWITH_OPENSSL_BASE' squirrelmail
 without much success for the moment...

... but switching-on the Build static OpenSSL extension knob using
`make config' in the ports/lang/php4 directory do the trick.  So, the
upgrade went relatively well.

--
Julien Gabel.

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


Re: freebsd-questions@freebsd.org

2006-05-08 Thread Kevin Kinsey

Marty Landman wrote:
I've just reinstalled FBSD 4.8 from the mini-iso on an old box (PII-133 
w/ 3

GB on two hd's). The problem I'm running into is that my ports are looking
for old, outdated packages, I think.

So going from
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.htmltried 


to install cvsup to do a port upgrade:

mrwilhelm# pkg_add -r cvsup-without-gui
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/Latest/cvsup-without-gui.tgz: 


File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch '
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/Latest/cvsup-without-gui.tgz' 


by URL
mrwilhelm#

Same problem though, how can I tell my system where to get access to
the 4.8stuff?



Somewhere back in 2004? :-D

Seriously, if you can find any package at all, I'd try
it.  I don't know that cvsup changes that much.  You
can use fetch or FTP to grab from a newer location
and add the package directly, e.g.

# cd
# fetch ftp://ftp.freebsd.org/path/to/some/real.pkg.tbz
# pkg_add real.pkg.tbz

HTH,

Kevin Kinsey


--
Consultants are mystical people who ask a
company for a number and then give it back to them.

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


RE: Problem with cordless mouse/Keyboard combo set

2006-05-08 Thread Stephanie Bridges
Lennon Cook wrote:
 Stephanie Bridges [EMAIL PROTECTED] wrote:
 I had the same problem with the mouse (would occasionally move the
 cursor, never any clicks) until I accidentally got the receiver
 closer to the mouse.  I now have the receiver about three inches
 away from the mouse. Works wonderfully well now.
 Thanks Stephanie, but unfortunately that didn't help here. I
 have moved my receiver so close to the mouse that its hard to
 not bump them, but the mouse still doesn't work.
 
 What I have noticed since I sent my original message, is that
 /dev/sysmouse exists even when only the non-working mouse is
 connected nto the system. Does this mean that FreeBSD /is/
 detecting the mouse (and hence that I should be looking
 somewhere else than this list for the problem), or does that
 file simply always exist?

Lennon,

Do you have a /dev/ums0 (my usb mouse device)?  Also, even when my mouse
didn't really work, disconnecting/reconnecting the receiver from the usb
port (moving to another or leaving in the same port) would generate log
messages that the mouse was being recognized correctly.

I was assuming that /dev/sysmouse would only exist if the system thought
there was a mouse somewhere, but I'm not sure about that.

~~~
Stephanie Bridges
Economics Department -- Iowa State University
80B Heady Hall, Ames, IA  50011
ph: 515.294.8732 ~~ fax: 515.294.0221
http://www.econ.iastate.edu




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


Re: freebsd-questions@freebsd.org

2006-05-08 Thread Greg Barniskis

Marty Landman wrote:
I've just reinstalled FBSD 4.8 from the mini-iso on an old box (PII-133 
w/ 3

GB on two hd's). The problem I'm running into is that my ports are looking
for old, outdated packages, I think.

So going from
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.htmltried 


to install cvsup to do a port upgrade:

mrwilhelm# pkg_add -r cvsup-without-gui
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/Latest/cvsup-without-gui.tgz: 


File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch '
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/Latest/cvsup-without-gui.tgz' 


by URL
mrwilhelm#

Same problem though, how can I tell my system where to get access to
the 4.8stuff?


I don't think there is any /easy/ way for you to continue using 4.8, 
which is not officially supported. If you install 4.11 you will have 
better luck with ports and packages (for as long as 4.11 is 
supported, anyway... the 4.x line is still widely used, but is EOL 
except for security updates).


Someone may be able to provide you with a 4.8 workaround for a cvsup 
package (OK, I see someone did already!), but that may only be the 
beginning of a long train of workarounds you'd need. Using 4.11 will 
provide somewhat more of a panacea.


If you have enough RAM, go ahead and install 5.4 or 6.0 (or soon 
enough, 6.1).



--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: could not determine fs type - fsck

2006-05-08 Thread Victor Lundwall
Christoph Kukulies wrote:
 I replaced a disk that had trouble with fsck in a 5.3 system and connected it
 to a 5.2.1 system for further examinaton.
 
 starting fsck /dev/ad3 gave me an error: could not determine file system type.
 
 Had there been some change in FS right between FreeBSD 5.2 and 5.3 such that
 either systems couldn't recognize each others FSs?
 --
 Chris Christoph P. U. Kukulies kuku_at_kukulies.org
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


Don't you haft to have a specific partition and slice? So it should be
something like fsck_ufs /dev/ad3s1a? Else way try
fsck_ufs /dev/ad3.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 7-CURRENT

2006-05-08 Thread Parv
in message [EMAIL PROTECTED],
wrote Perttu Laine thusly...

 Thank's. work fine. Now I have another question about 7-CURRENT.
 portupgrade and portversion are giving this error:
 ---
 uname(1) could be broken - cannot parse the output: 7-CURRENT-SNAP009 i386
 ** Error occured reading /usr/local/etc/pkgtools.conf:
uninitialized constant PkgConfig::OS_PLATFORM
 ---

 So. How can one make those pkgtools working? :)

That seems like a bug in portupgrade (pkgtools.rb is installed as
part of portupgrade) due to, most likely, limited set of rules to
parse uname(1) output.  Please file a problem report via send-pr(1).

I can't help myself but look in source; here is the line 982 in
pkgtools.rb (portupgrade 2.0.1_1,1) which fails to parse uname(1)
output ...

  980   uname = `uname -rm`.chomp
  981
  982   if m = /^(((\d+)(?:\.\d+[^.\-]*?)+)-(\w+)(-\S+)?) (\w+)$/.match(uname)
^ ^ ^ ^ ^ ^ ^ ^  ^   ^ ^  ^ ^  ^ ^
^ ^ ^ ^ ^ ^ ^ ^  ^   ^ ^  ^ ^  ^ ^
minor^
version  required minor
 version match

  983 OS_RELEASE, OS_REVISION, OS_MAJOR,
  984   OS_BRANCH, os_patchlevel, OS_PLATFORM = m[1..-1]
  985 OS_PATCHLEVEL = os_patchlevel || 

(I don't know how close Ruby  Perl regular expressions (regexps) are,
below analysis is according to Perl rules.)  Above regex fails, when
there is no minor version since matching of minor version is not
optional.  To get past that,  regex should be ...

/^(((\d+)(?:\.\d+[^.\-]*?)?)-(\w+)(-\S+)?) (\w+)$/
  ^
  ^ optional match


  - Parv

-- 

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


Re: freebsd-questions@freebsd.org

2006-05-08 Thread Marty Landman

On 5/8/06, Greg Barniskis [EMAIL PROTECTED] wrote:


Marty Landman wrote:
 I've just reinstalled FBSD 4.8 from the mini-iso on an old box (PII-133
 w/ 3
 GB on two hd's). The problem I'm running into is that my ports are
looking
 for old, outdated packages, I think.



If you have enough RAM, go ahead and install 5.4 or 6.0 (or soon enough, 6.1

).




Hi Greg. My issue is that would like to continue using this box and -
possibly because of the age of the cdrom - am having a problem installing
with my 6.0 iso too. :(

This box has 82M of ram, forgot to mention that. And it is running 4.8 with
just about nothing on it, and it is networked with my office broadband
connection.

So, is there a simple way I could install over the net? And how high a
release could I go? Obviously I won't be putting X windows on there but if I
can get Apache w/ mod_perl, Samba, Mysql and Perl it'll be a useful machine
for my intranet. I had all that on before but apparently 4.8 isn't going to
work for me now unless I have a time machine.

Marty

--
Web Installed Formmail - http://face2interface.com/formINSTal/
Webmaster's BBS - http://bbs.face2interface.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd-questions@freebsd.org

2006-05-08 Thread Greg Barniskis

Marty Landman wrote:

On 5/8/06, Greg Barniskis [EMAIL PROTECTED] wrote:


Marty Landman wrote:
 I've just reinstalled FBSD 4.8 from the mini-iso on an old box (PII-133
 w/ 3
 GB on two hd's). The problem I'm running into is that my ports are
looking
 for old, outdated packages, I think.



If you have enough RAM, go ahead and install 5.4 or 6.0 (or soon enough, 
6.1

).




Hi Greg. My issue is that would like to continue using this box and -
possibly because of the age of the cdrom - am having a problem installing
with my 6.0 iso too. :(

This box has 82M of ram, forgot to mention that. And it is running 4.8 with
just about nothing on it, and it is networked with my office broadband
connection.

So, is there a simple way I could install over the net? And how high a
release could I go? Obviously I won't be putting X windows on there but 
if I

can get Apache w/ mod_perl, Samba, Mysql and Perl it'll be a useful machine
for my intranet. I had all that on before but apparently 4.8 isn't going to
work for me now unless I have a time machine.


That's plenty of RAM for basic installation and modest non-GUI 
usage. I've no idea how much RAM Samba and MySQL might need to 
thrive though. If you ran them before, you should be able to keep 
doing that.


According to the fine manual, you should be able to boot from a 
floppy and install 6.0 over FTP. It's just like installing from CD, 
only slower, generally . See section 2.2.7 of:


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

I'd try re-toasting the 6.0 ISO myself. Use the slowest burn speed 
available on your burner -- older CD-ROMs sometimes have a problem 
with discs burned at a high speed.



--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php4 port upgrade

2006-05-08 Thread Beat.Siegenthaler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

cacti and roundcube is broken.
Has something to do with php-session.
portupgrade -Rf php4 didn't solve the problem.
still searching..

Dave wrote:
 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]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)

iD8DBQFEX5v3gMy0K9A7xM8RAlEiAJ4sQlMqC5b2X8oqTlvVSBzCMrZxtwCfQN7U
6Vps2JiQ7eIwA3wNDdvyxgs=
=qz3e
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Enable plugin nppdf.so in firefox?

2006-05-08 Thread cblasius

Hello!

I've a problem with plugin to view PDF file in firefox. Could someone 
help me?


Wehen I run firefox from command line I obtain this message:

LoadPlugin: failed to initialize shared library 
/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so 
[/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so: Undefined 
symbol XtCalloc]


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


Re: freebsd-questions@freebsd.org

2006-05-08 Thread Marty Landman

On 5/8/06, Greg Barniskis [EMAIL PROTECTED] wrote:



 If you have enough RAM, go ahead and install 5.4 or 6.0 (or soon enough,
 6.1
 ).

 This box has 82M of ram, forgot to mention that.



According to the fine manual, you should be able to boot from a

floppy and install 6.0 over FTP.



This is giving me problems for some reason. I've put the floppy images on a
Debian box in my office and dd'd onto a floppy. The boot.flp worked but then
with the kern1.flp - which I dd'd onto the same floppy as boot.flp had gone
on, get this after a while:

zf_read: fill error

readin failed

elf32_loadimage: read failed
Unable to load a kernel!

...

maybe I'll follow the other path and just install my needed software the old
fashioned way.

--
Web Installed Formmail - http://face2interface.com/formINSTal/
Webmaster's BBS - http://bbs.face2interface.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Requiring Manual FSCK -y

2006-05-08 Thread Wil Hatfield
It seems that my FBSD 6.1 machines are requiring a shell and manual fsck -y
after a kernel panic and dump.  Is there any way to automate this so that I
don't have to get the guys at the datacenter to do it for me?

--
Wil Hatfield


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


Re: Requiring Manual FSCK -y

2006-05-08 Thread John Nielsen
On Monday 08 May 2006 17:19, Wil Hatfield wrote:
 It seems that my FBSD 6.1 machines are requiring a shell and manual fsck -y
 after a kernel panic and dump.  Is there any way to automate this so that I
 don't have to get the guys at the datacenter to do it for me?

%grep fsck /etc/defaults/rc.conf 
fsck_y_enable=NO  # Set to YES to do fsck -y if the initial preen fails.
background_fsck=YES   # Attempt to run fsck in the background where 
possible.
background_fsck_delay=60 # Time to wait (seconds) before starting the fsck.

The first one is the one you want.  See also the rc.conf(5) manpage.

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


RE: Requiring Manual FSCK -y

2006-05-08 Thread Wil Hatfield
 background_fsck=YES

Perfect thank you.

--
Wil Hatfield

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


Re: build failure

2006-05-08 Thread mario
So, Pablo Mora wrote:
 config: /usr/src/sys/i386/conf/GENERIC:72: syntax error ?? line 72..
 check it.

Pablo,
thanks for your reply.
It turns out i was running cvsup on my 6-release with
*default release=cvs tag=RELENG_4
This crept in from my old 4.11 setup.
Good thing it stopped right there.

mario;

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


Re: freebsd-questions@freebsd.org

2006-05-08 Thread Kevin Kinsey

Marty Landman wrote:


This is giving me problems for some reason. I've put the floppy images on a
Debian box in my office and dd'd onto a floppy. The boot.flp worked but 
then with the kern1.flp - which I dd'd onto the same floppy as boot.flp had gone

on, get this after a while:

zf_read: fill error

readin failed

elf32_loadimage: read failed
Unable to load a kernel!



Yeah, hard to know.  In our tests, failure rate for floppy
diskettes, straight from a local discount retailer, is
in the nominal 60% range.

You could keep trying... ?

KDK

--
Executive ability is prominent in your make-up.

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


Re: bad floppy disks

2006-05-08 Thread Bill Schoolcraft
At Mon, 8 May 2006 it looks like Kevin Kinsey composed:

 Marty Landman wrote:
 
  This is giving me problems for some reason. I've put the floppy images on
  a
  Debian box in my office and dd'd onto a floppy. The boot.flp worked but
  then with the kern1.flp - which I dd'd onto the same floppy as boot.flp
  had gone
  on, get this after a while:
  
  zf_read: fill error
  
  readin failed
  
  elf32_loadimage: read failed
  Unable to load a kernel!
 
 
 Yeah, hard to know.  In our tests, failure rate for floppy
 diskettes, straight from a local discount retailer, is
 in the nominal 60% range.
 
 You could keep trying... ?
 

Just last night I was just trying to get three good floppies from a
brand new package of 10 to install on a Fujitsu Lifebook with only a
floppy and could not believe the failure rate.

Finally got 6.0 installed via NFS after the floppy experience.
Which poses another issue for another email about having two ISO's
available for an NFS install mounted on another system.

They also seemed to be made of flimsier plastic for when I used to
fold them in half in disgust it used to take more effort than it
does now!

-- 
Bill Schoolcraft | http://wiliweld.com
 
If your life was full of nothing but
sunshine, you would just be a desert.



___
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-08 Thread Z.C.B.
On Mon, 8 May 2006 08:27:33 -0700
Atom Powers [EMAIL PROTECTED] wrote:

 On 5/7/06, Z.C.B. [EMAIL PROTECTED] wrote:
  On Wed, 18 Jan 2006 22:56:09 +0100
  Dominique Goncalves [EMAIL PROTECTED] wrote:
 
  
   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.
 
 Check your pam.d configuration, particularly /etc/pam.d/login

Probally a silly question, but how would that help with this problem?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with cordless mouse/Keyboard combo set

2006-05-08 Thread Lennon Cook

Stephanie Bridges [EMAIL PROTECTED] wrote:

Do you have a /dev/ums0 (my usb mouse device)?

This exists only when my other mouse (the working one) is plugged in,
and I have no other /dev/ums* .


Also, even when my mouse
didn't really work, disconnecting/reconnecting the receiver from the usb
port (moving to another or leaving in the same port) would generate log
messages that the mouse was being recognized correctly.

Ok, when I reconnect it, it recognises as a keyboard and mouse set,
and creates two files: /dev/ukbd0 and /dev/uhid0 . It tells me the
following
May  9 09:06:01 dragon kernel: ukbd0: G-Tech CHINA USB Wireless Mouse
 KeyBoard V1.01, rev 2.00/0.20, addr 2, iclass 3/1
May  9 09:06:01 dragon kernel: kbd1 at ukbd0
May  9 09:06:01 dragon kernel: uhid0: G-Tech CHINA USB Wireless Mouse
 KeyBoard V1.01, rev 2.00/0.20, addr 2, iclass 3/1

--
Lennon Victor Cook
He who receives an idea from me receives without lessening, as he who
lights his candle at mine receives light without darkening - Thomas
Jefferson
___
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-08 Thread Atom Powers

On 5/8/06, Z.C.B. [EMAIL PROTECTED] wrote:

On Mon, 8 May 2006 08:27:33 -0700
Atom Powers [EMAIL PROTECTED] wrote:

 On 5/7/06, Z.C.B. [EMAIL PROTECTED] wrote:
  On Wed, 18 Jan 2006 22:56:09 +0100
  Dominique Goncalves [EMAIL PROTECTED] wrote:
 
  
   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.

 Check your pam.d configuration, particularly /etc/pam.d/login

Probally a silly question, but how would that help with this problem?



pam controls how each application, including login attempts to
authenticate. nss controls how user, host information is looked up.

I don't know if it will help your problem, I'm struggling through my
own pam/nss/ldap issues, but it is a part of the picture.


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


Auto mount/unmount USB hard drive

2006-05-08 Thread Robert Fitzpatrick
I have a USB hard drive mounting and working fine. I have the following
entry in /etc/fstab that allows it to work on boot. The device loads
as /dev/da4. But if I disconnect without unmounting the device, it
detaches, but when plugged back in, it receives a new device
as /dev/da5, which is not what is in fstab of course, yada, yada, yada.
Is there a way I can get it to automatically mount/unmount the drive
while working under the same device id as I unplug and plug back in?

/dev/da4s1 /mnt/usbmsdos   rw,noauto   0   0

Also, if I try to reboot after unplugging the device, I get a page fault
error. Not sure where this error is in the logs so I can post here in my
message.

-- 
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-08 Thread Gerard Seibert
guru wrote:

 El día Monday, May 08, 2006 a las 03:23:30PM +0200, albi escribió:
 
  On Mon, 8 May 2006 07:14:05 -0600
  Bryan Curl [EMAIL PROTECTED] wrote:
  
   mutt sends mail as usual. Then,
   fetchmail -S smtp.myispmailserver.net
   
   The mail bounces from myispmailserver.net with an error like
   [EMAIL PROTECTED] (my private domain) is urecognized domain. (exact
   message escapes me at this time)
   
   The question is how do I tell mutt to send all mail out through '
   smtp.myispmailserver.net'?
   Or maybe I need to configure sendmail or fetchmail differntly?
  
  sometimes i use mutt, this is the part in my .muttrc to get the 
  from-address right :
  
  set sendmail=/usr/sbin/sendmail [EMAIL PROTECTED] -oi -oem
 
 Of course, you have to configure 'fetchmail' (normaly done
 in a file ~/.fetchmailrc) for fetching and sendmail for
 outgoing mail; in the M4-based rules files to generate the
 sendmail's submit.cf you may use something like
 
   define(`SMART_HOST', `[smtp.myispmailserver.net]')dnl
 
 to put all outbound mail to your ISP.
 
   matthias
 -- 
 Matthias Apitz
 Manager Technical Support - OCLC PICA GmbH
 Gruenwalder Weg 28g - 82041 Oberhaching - Germany
 t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
 e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://guru.UnixLand.de/

OK, but suppose the SMTP server was GMail; i.e. smtp.gmail.com which
uses SSL on port 465 I believe. Is it possible to configure Sendmail to
use that in the `SMART_HOST' setting?


-- 
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: nsswitch.conf with ldap

2006-05-08 Thread Z.C.B.
On Mon, 8 May 2006 16:31:04 -0700
Atom Powers [EMAIL PROTECTED] wrote:

 On 5/8/06, Z.C.B. [EMAIL PROTECTED] wrote:
  On Mon, 8 May 2006 08:27:33 -0700
  Atom Powers [EMAIL PROTECTED] wrote:
 
   On 5/7/06, Z.C.B. [EMAIL PROTECTED] wrote:
On Wed, 18 Jan 2006 22:56:09 +0100
Dominique Goncalves [EMAIL PROTECTED] wrote:
   

 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.
  
   Check your pam.d configuration, particularly /etc/pam.d/login
 
  Probally a silly question, but how would that help with this
  problem?
 
 
 pam controls how each application, including login attempts to
 authenticate. nss controls how user, host information is looked up.
 
 I don't know if it will help your problem, I'm struggling through my
 own pam/nss/ldap issues, but it is a part of the picture.

I am curious. Do you run into problems with SSH and xterm, but
everything else works? That is what I am currently hitting.

initgroups(kitsune,1001): Invalid argument

Is what it is kicking into /var/log/messages. That is right after I
authenticate.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Auto mount/unmount USB hard drive

2006-05-08 Thread Joerg Pernfuss
On Mon, 08 May 2006 19:40:44 -0400
Robert Fitzpatrick [EMAIL PROTECTED] wrote:

 I have a USB hard drive mounting and working fine. I have the
 following entry in /etc/fstab that allows it to work on boot. The
 device loads as /dev/da4. But if I disconnect without unmounting the
 device, it detaches, but when plugged back in, it receives a new
 device as /dev/da5, which is not what is in fstab of course, yada,
 yada, yada. Is there a way I can get it to automatically
 mount/unmount the drive while working under the same device id as I
 unplug and plug back in?
 
 /dev/da4s1 /mnt/usbmsdos   rw,noauto   0   0

If the msdosfs has a label, you could load geom_label.ko and use sth
like

/dev/msdosfs/usbdisk/mnt/usbmsdos   rw,noauto   0   0

-- 
| /\   ASCII ribbon   |  GnuPG Key ID | e86d b753 3deb e749 6c3a |
| \ / campaign against |0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 |
|  XHTML in email  |.the next sentence is true.   |
| / \ and news | .the previous sentence was a lie.|


signature.asc
Description: PGP signature


Re: bad floppy disks

2006-05-08 Thread RW
On Monday 08 May 2006 23:49, Bill Schoolcraft wrote:

 Just last night I was just trying to get three good floppies from a
 brand new package of 10 to install on a Fujitsu Lifebook with only a
 floppy and could not believe the failure rate.

I wonder if it might have more to do with the fact that these days the drives 
themselves just sit there seizing-up and gathering dust for months on end. A 
few months ago I bought a new floppy-drive just to flash a bios, the old 
drive had become really unreliable even though it had scarcely been used. 
___
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-08 Thread Atom Powers

On 5/8/06, Z.C.B. [EMAIL PROTECTED] wrote:



 I don't know if it will help your problem, I'm struggling through my
 own pam/nss/ldap issues, but it is a part of the picture.

I am curious. Do you run into problems with SSH and xterm, but
everything else works? That is what I am currently hitting.

initgroups(kitsune,1001): Invalid argument

Is what it is kicking into /var/log/messages. That is right after I
authenticate.



No, my problem is with local login when the LDAP server is
unavailable. It hangs for about two minutes before logging in. I think
I've tracked this down to an nss timeout somewhere.

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


Re: Enable plugin nppdf.so in firefox?

2006-05-08 Thread Kevin G. Eliuk

cblasius wrote:

Hello!

I've a problem with plugin to view PDF file in firefox. Could someone 
help me?


Wehen I run firefox from command line I obtain this message:

LoadPlugin: failed to initialize shared library 
/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so 
[/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so: 
Undefined symbol XtCalloc]

Verify the symbolic link for
/usr/X11R6/lib/browser_plugins/nppdf.so

it should be
- /usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so

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


setting up pppoe

2006-05-08 Thread Michael P. Soulier
People,

I found this section in the handbook

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

and it mentions a ppp.conf file like so

default:
  set log Phase tun command # you can add more detailed logging if you wish
  set ifaddr 10.0.0.1/0 10.0.0.2/0

name_of_service_provider:
  set device PPPoE:xl1 # replace xl1 with your Ethernet device
  set authname YOURLOGINNAME
  set authkey YOURPASSWORD
  set dial
  set login
  add default HISADDR

I'm confused. Why would I set an ifaddr when it's a PPPoE connection? I don't
know what IP I'm going to be assigned yet. 

What is ifaddr for?

This is also surprising

[EMAIL PROTECTED] ~]$ man ppp.conf
No manual entry for ppp.conf

Seems to be in ppp(8) though. 

I'm just looking to use a PPPoE connection with my ISP. 

Thanks,
Mike

-- 
Michael P. Soulier [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


pgpseV9debRJy.pgp
Description: PGP signature


Re: GUI mail client recommendations ...

2006-05-08 Thread Michael P. Soulier
On 08/05/06 albi said:

 sometimes i use mutt, this is the part in my .muttrc to get the 
 from-address right :
 
 set sendmail=/usr/sbin/sendmail [EMAIL PROTECTED] -oi -oem

That's not really required. 

set use_from
set from=Michael P. Soulier [EMAIL PROTECTED]
set envelope_from

Mike

-- 
Michael P. Soulier [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


pgpld60vByiPv.pgp
Description: PGP signature


Re: freebsd-questions@freebsd.org

2006-05-08 Thread John Murphy
Marty Landman [EMAIL PROTECTED] wrote:

This is giving me problems for some reason. I've put the floppy images on a
Debian box in my office and dd'd onto a floppy. The boot.flp worked but then
with the kern1.flp - which I dd'd onto the same floppy as boot.flp had gone
on, get this after a while:

I seem to remember the boot.flp is required twice, so probably not a good
idea to write over it.  (Just incase you try the floppy way again)

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


Re: setting up pppoe

2006-05-08 Thread Joerg Pernfuss
On Mon, 8 May 2006 21:05:02 -0400
Michael P. Soulier [EMAIL PROTECTED] wrote:

 People,
 
 I found this section in the handbook
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html
 
 and it mentions a ppp.conf file like so
 
 default:
   set log Phase tun command # you can add more detailed logging if
 you wish set ifaddr 10.0.0.1/0 10.0.0.2/0

ppp needs some address to work with right from the beginning, before
you get assigned an IP address from your isp. The original idea was,
from my understanding, that you could specify your network, and would
then only be assigned the host part of the address.

Hence the /0, which specifies that nothing is network-part and you
take whatever IP address you get assigned.

Joerg
-- 
| /\   ASCII ribbon   |  GnuPG Key ID | e86d b753 3deb e749 6c3a |
| \ / campaign against |0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 |
|  XHTML in email  |.the next sentence is true.   |
| / \ and news | .the previous sentence was a lie.|


signature.asc
Description: PGP signature


Unexpected inconsistency

2006-05-08 Thread Aguiar Magalhaes
Hi,

I´ve received the message when the machine with
freebsd 6.0 initializes:

the following file system had an unexpected
inconsistency:  ufs:  /dev/da0s1g (/data)

automatic file system check failed: help!
init: /bin/sh on/etc/rc terminated abnormally, going
to single user mode

I'm trying to run fsck -y and reboot after, but it's 
showing the message again.

What can i do ?

Aguiar








___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 

___
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-08 Thread Michael D. Norwick
Garrett Cooper wrote:

 Michael D. Norwick wrote:

 Garrett Cooper wrote:

  

 Michael D. Norwick wrote:



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

 ...snip
 /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
 

 Per the previous suggestion I built and installed portmanager, deleted
 the distfiles tree and started again.  So far it is still moving along
 without error.
 Thank You for the help

 Michael

 Guess I was too late then. I noticed this error was consistently
 occurring, so what I did was completed what I suggested above and
 everything worked. The reason for having to do that was because a) the
 CVSUP server I was sync'ing with for ports apparently was not in
 service any more, and b) I downloaded the patch directly from the bash
 site and that didn't seem to have worked, but instead brought up the
 before mentioned error about the modification times being different.
 -Garrett
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


No not at all.  It is frustrating to see a new error and not know why it
occured (then maybe have it happen again later).  I've got some years on
Linux but FreeBSD is foreign enough to challenge my knowledgebase.  I
thank you for your help.

Michael

Michael
___
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-08 Thread Dan Nelson
In the last episode (May 08), Atom Powers said:
 On 5/8/06, Z.C.B. [EMAIL PROTECTED] wrote:
  I don't know if it will help your problem, I'm struggling through
  my own pam/nss/ldap issues, but it is a part of the picture.
 
 I am curious. Do you run into problems with SSH and xterm, but
 everything else works? That is what I am currently hitting.
 
 initgroups(kitsune,1001): Invalid argument

man initgroups:

ERRORS
The initgroups() function may fail and set errno for any of the
errors specified for the library function setgroups(2).

man setgroups:

[EINVAL] The number specified in the ngroups argument is larger
 than the NGROUPS limit.

Either get out of some groups, or raise NGROUPS (this may affect NFS
though).

  Is what it is kicking into /var/log/messages. That is right after I
  authenticate.
 
 No, my problem is with local login when the LDAP server is
 unavailable. It hangs for about two minutes before logging in. I
 think I've tracked this down to an nss timeout somewhere.

Newer version of nss_ldap have timeout veriables to adjust this, but
your best solution would be to set up another ldap server and put them
both in your ldap.conf so you'll never be without one.

-- 
Dan Nelson
[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: Unexpected inconsistency

2006-05-08 Thread Atom Powers

`fsck -y` does not fix *all* inconsistancies, if I recall.
you *do* have backups right?

try booting into single user mode and running fsck without -y.

On 5/8/06, Aguiar Magalhaes [EMAIL PROTECTED] wrote:

Hi,

I´ve received the message when the machine with
freebsd 6.0 initializes:

the following file system had an unexpected
inconsistency:  ufs:  /dev/da0s1g (/data)

automatic file system check failed: help!
init: /bin/sh on/etc/rc terminated abnormally, going
to single user mode

I'm trying to run fsck -y and reboot after, but it's
showing the message again.

What can i do ?

Aguiar








___
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html

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




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


Install 6.1 on Sparc64?

2006-05-08 Thread stan
I just decided to try my first non Intel install.

I've got a brand new Sun Blad 1500. I downloaded the 2 
6.1 RELEAS CD's, burned them just like I do X86 ones,
halted teh machine, and typed boot cdrom at the ok prompt,
only to be told (very quickly) that the disk was not bootable.

Just to verify the hardware, I inserted the Solaris 10
CD and did a boot cdrom Bootedfine off of this.

What am I doing wrong?

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
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-08 Thread Atom Powers

On 5/8/06, Dan Nelson [EMAIL PROTECTED] wrote:

In the last episode (May 08), Atom Powers said:

 No, my problem is with local login when the LDAP server is
 unavailable. It hangs for about two minutes before logging in. I
 think I've tracked this down to an nss timeout somewhere.

Newer version of nss_ldap have timeout veriables to adjust this, but
your best solution would be to set up another ldap server and put them
both in your ldap.conf so you'll never be without one.



Trying to, but even just half an hour ago ldap server 2 of 3 died,
first hdd in the mirror failed, second has inconsistancies... I hate
job security.



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


Re: setting up pppoe

2006-05-08 Thread Michael P. Soulier
On 09/05/06 Joerg Pernfuss said:

 ppp needs some address to work with right from the beginning, before
 you get assigned an IP address from your isp. The original idea was,
 from my understanding, that you could specify your network, and would
 then only be assigned the host part of the address.
 
 Hence the /0, which specifies that nothing is network-part and you
 take whatever IP address you get assigned.

Well, if it works, it'll be one of the simplest pppoe setups I've seen yet on
a *nix box. Looks pretty simple. 

Mike

-- 
Michael P. Soulier [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


pgpa8a1rcU0Vc.pgp
Description: PGP signature


freebsd 6.1rc2 lacks i945 agp support

2006-05-08 Thread netsick
I have a Dell Optiplex 520 using i945 (ICH7) chipset.

I have device agp in my kernel but /dev/agpgart is not being setup. This then 
effects the opertion of Xorg 6.9.x by not allowing it to load DRI and thus no 
XVideo support.

Could someone please help to sort this out. There have been several emails to 
various lists but absolutely no support given what so ever..

Who maintains agp_i810.c ? Could we please get some input on this. Several 
others have emailed to various lists also enquiring about this exact problem 
only also to be unanswered.

Reference to supporting errors and pciconf output can be found here

http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/117112.html

Please get back to me and I can provide whatever files/output/conf's are 
needed to resolve this.

Please help!

Kris


___
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-08 Thread Z.C.B.
On Mon, 8 May 2006 21:16:20 -0500
Dan Nelson [EMAIL PROTECTED] wrote:

 In the last episode (May 08), Atom Powers said:
  On 5/8/06, Z.C.B. [EMAIL PROTECTED] wrote:
   I don't know if it will help your problem, I'm struggling
   through my own pam/nss/ldap issues, but it is a part of the
   picture.
  
  I am curious. Do you run into problems with SSH and xterm, but
  everything else works? That is what I am currently hitting.
  
  initgroups(kitsune,1001): Invalid argument
 
 man initgroups:
 
 ERRORS
 The initgroups() function may fail and set errno for any of
 the errors specified for the library function setgroups(2).
 
 man setgroups:
 
 [EINVAL] The number specified in the ngroups argument is larger
  than the NGROUPS limit.
 
 Either get out of some groups, or raise NGROUPS (this may affect NFS
 though).

Nope. I built my LDAP user and group entries from my NIS group
entries. If I put it back to files nis from files ldap it works.


   Is what it is kicking into /var/log/messages. That is right
   after I authenticate.
  
  No, my problem is with local login when the LDAP server is
  unavailable. It hangs for about two minutes before logging in. I
  think I've tracked this down to an nss timeout somewhere.
 
 Newer version of nss_ldap have timeout veriables to adjust this, but
 your best solution would be to set up another ldap server and put
 them both in your ldap.conf so you'll never be without one.

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


Sendmail, Cyrus-IMAP, mbox, maildir, berkeley-db

2006-05-08 Thread Chris Telting
I am confused as to a number of things so I'd appreciate being 
straighted out.  I keep searching the web and looking at documentation 
but I'm getting more confused.


Sendmail stores mail in mbox format.  I'm not sure if it allows other 
storage formats such as maildir or berkeley-db.  And if so how it's enabled.


Cyrus-IMAP unless I'm mistaken by default looks for mail in the 
derkeley-db file format.  I'm not sure if it also supports mbox and if 
so how to configure that.



Chris Telting

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