Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
Hey list, I'm setting up jails on my system. I started with a httpd jail for nginx and php to run in. I used ezjail to create it. I went through all the steps, and got a jail setup and working. I've logged in and out several times and installed a couple ports within the jail. I then added a

Re: fix remote degraded gmirror

2009-10-05 Thread Robin Becker
mojo fms wrote: ... What about shrinking the old mirror drive a few megs so its smaller than the new one? The original problem has gone away for the moment as my hoter found an AAJS drive with the same number of sectors and the mirror synchronized fine. I looked around for ways to

Re: fix remote degraded gmirror

2009-10-05 Thread Oliver Fromme
Robin Becker ro...@reportlab.com wrote: mojo fms wrote: ... What about shrinking the old mirror drive a few megs so its smaller than the new one? The original problem has gone away for the moment as my hoter found an AAJS drive with the same number of sectors and the

mounting card reader hald

2009-10-05 Thread carmel_ny
I want to be able to auto mount a card reader when a card is inserted. I can mount it manually using: mount_msdosfs /dev/da1s1 /mnt. I thought that 'hald' would handle the auto-mounting of the reader; however, I probably have that misconfigured. This is on a FreeBSD-7.2 system. -- Carmel

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread Oliver Fromme
APseudoUtopia apseudouto...@gmail.com wrote: I'm setting up jails on my system. I started with a httpd jail for nginx and php to run in. I used ezjail to create it. I went through all the steps, and got a jail setup and working. I've logged in and out several times and installed a couple

Re: RealPlayer broken

2009-10-05 Thread Boris Samorodov
On Sun, 4 Oct 2009 23:45:33 + (GMT) AN wrote: On a new install of 8.0RC1, Realplayer fails to start with the following: # realplay Gtk-Message: Failed to load module canberra-gtk-module: libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message:

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
On Mon, Oct 5, 2009 at 5:51 AM, Oliver Fromme o...@lurza.secnetix.de wrote: APseudoUtopia apseudouto...@gmail.com wrote:   I'm setting up jails on my system. I started with a httpd jail for   nginx and php to run in. I used ezjail to create it. I went through   all the steps, and got a jail

Re: Postfix doesn't start

2009-10-05 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinzstyle wrote: Hi, I installed Postfix with PCRE support from the ports collection, but I get this error when I try to start it : Oct 4 20:22:09 mail postfix/postfix-script[47114]: starting the Postfix mail system Oct 4 20:22:09 mail

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
On Mon, Oct 5, 2009 at 9:19 AM, APseudoUtopia apseudouto...@gmail.com wrote: On Mon, Oct 5, 2009 at 5:51 AM, Oliver Fromme o...@lurza.secnetix.de wrote: APseudoUtopia apseudouto...@gmail.com wrote:   I'm setting up jails on my system. I started with a httpd jail for   nginx and php to run in.

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread Glen Barber
On Mon, Oct 5, 2009 at 1:24 PM, APseudoUtopia apseudouto...@gmail.com wrote: [snip] Sorry to reply again, but I have some further information. I used chpass to change the shell of the jailuser account. I tried /bin/sh, /bin/csh, /bin/tcsh, and /sbin/nologin. All of those gave the same

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
On Mon, Oct 5, 2009 at 9:28 AM, Glen Barber glen.j.bar...@gmail.com wrote: On Mon, Oct 5, 2009 at 1:24 PM, APseudoUtopia apseudouto...@gmail.com wrote: [snip] Sorry to reply again, but I have some further information. I used chpass to change the shell of the jailuser account. I tried

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread Glen Barber
On Mon, Oct 5, 2009 at 1:30 PM, APseudoUtopia apseudouto...@gmail.com wrote: On Mon, Oct 5, 2009 at 9:28 AM, Glen Barber glen.j.bar...@gmail.com wrote: On Mon, Oct 5, 2009 at 1:24 PM, APseudoUtopia apseudouto...@gmail.com wrote: [snip] Sorry to reply again, but I have some further

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread Glen Barber
On Mon, Oct 5, 2009 at 1:33 PM, Glen Barber glen.j.bar...@gmail.com wrote: [snip] jailuser:*:1001:1001:User :/home/jailuser:/bin/false # su jailuser su: /bin/false: Permission denied Also, check the permissions on /home/jailuser -- Glen Barber

Re: RealPlayer broken

2009-10-05 Thread Boris Samorodov
On Mon, 05 Oct 2009 17:05:32 +0400 Boris Samorodov wrote: It occures when using gnome (gdm) and nvidia graphics card (well, even with vesa video mode). Seems that the card is no-op here. It's only gnome which causes RealPlayer to fail. -- WBR, Boris Samorodov (bsam) Research Engineer,

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread APseudoUtopia
On Mon, Oct 5, 2009 at 4:08 AM, APseudoUtopia apseudouto...@gmail.com wrote: Hey list, I'm setting up jails on my system. I started with a httpd jail for nginx and php to run in. I used ezjail to create it. I went through all the steps, and got a jail setup and working. I've logged in and

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread Oliver Fromme
APseudoUtopia wrote: Thanks for the tips. I'm new to jails, and I didn't think it was possible to build a jail without tcsh. What shell do you use then? Just /bin/sh? I never log into a jail. There's no reason to do that. However, usually /bin/sh is required to run scripts, cron jobs

Re: Jails: /bin/tcsh: Permission Denied

2009-10-05 Thread Oliver Fromme
APseudoUtopia apseudouto...@gmail.com wrote: The permissions on the HOST for /usr/jails/httpd and /usr/jails/basejail were set incorrectly. When I installed the jail, I used umask 0077. You should _never_ have umask 077 as root. It will cause all kinds of weird problems. It's best to keep

way to check an email without sending it??

2009-10-05 Thread Gary Kline
Hey Guys, Is there a way I can tell that an email address, say j...@foo.com is still valid without joe knowing that I am curious? --And, yes, this isn't a FBSD-specific question... . thanks for any insights, gary -- Gary Kline

Re: way to check an email without sending it??

2009-10-05 Thread Jon Radel
Gary Kline wrote: Hey Guys, Seen as a sexist assumption by some, but some consider gals to be guys. Is there a way I can tell that an email address, say j...@foo.com is still valid without joe knowing that I am curious? --And, yes, this

Re: way to check an email without sending it??

2009-10-05 Thread Bill Moran
In response to Gary Kline kl...@thought.org: Hey Guys, Is there a way I can tell that an email address, say j...@foo.com is still valid without joe knowing that I am curious? --And, yes, this isn't a FBSD-specific question... . thanks for any

Re: way to check an email without sending it??

2009-10-05 Thread Sergio de Almeida Lenzi
I use sendmail, so.. the command: sendmail -bv some...@domain.com tells me where the email should go before sendmail sends the email. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: NO ONE knows??

2009-10-05 Thread Gary Kline
On Sun, Oct 04, 2009 at 12:37:54AM +0200, Bernt Hansson wrote: Gary Kline skrev: What I'm looking for is how to use the ``better than the default voices''; there are several english languages that are fairly natural sounding. Nothing I've googled explain using the

Re: way to check an email without sending it??

2009-10-05 Thread Gary Kline
On Mon, Oct 05, 2009 at 01:59:24PM -0400, Bill Moran wrote: In response to Gary Kline kl...@thought.org: Hey Guys, Is there a way I can tell that an email address, say j...@foo.com is still valid without joe knowing that I am curious? --And, yes, this

Re: way to check an email without sending it??

2009-10-05 Thread Oliver Fromme
Gary Kline kl...@thought.org wrote: telnet couldn't connect for unknown reason but thabks for the tip. I usually just The mail server for a domain doesn't have to run on that domain. That's what MX records in DNS are good for. For example, day, the address is ca...@example.org.

Re: way to check an email without sending it??

2009-10-05 Thread Karl Vogel
On Mon, 5 Oct 2009 13:59:24 -0400, Bill Moran wmo...@potentialtech.com said: B Telnet to the service and start a SMTP transaction, but then abort it. B If you don't get a rejection after the rcpt to: line, then you know B the server will accept the mail and you can close the connection without

promo ALL-in-One

2009-10-05 Thread ANK
saukeTeso arCevani HP Laserjet ALL-in-One M1005 Laser Printer/copier/sacanner A4, Up to 600 x 600 dpi (1200 dpi effective output), Up to 14 ppm, 25 to 400% zoom, color scanner, Up to 19200 dpi, Up to 8000 pages month, 230 MHz CPU, 32 MB RAM, 12A

sendmail CLIENT_OPTIONS

2009-10-05 Thread Don Wilde
Hello, folks - I am setting up the sendmail on my 7.2-STABLE system, and I cannot get it to listen to my live server address besides the localhost. I've added CLIENT_OPTIONS(`Family=inet, Addr=64.156.192.103, Name=MTA')dnl directly above the DAEMON_OPTIONS lines

Re: sendmail CLIENT_OPTIONS

2009-10-05 Thread Bernt Hansson
Don Wilde said the following on 2009-10-06 02:48: Hello, folks - I am setting up the sendmail on my 7.2-STABLE system, and I cannot get it to listen to my live server address besides the localhost. I've added CLIENT_OPTIONS(`Family=inet, Addr=64.156.192.103,

Re: sendmail CLIENT_OPTIONS

2009-10-05 Thread Don Wilde
On Mon, Oct 5, 2009 at 8:27 PM, Bernt Hansson be...@bah.homeip.net wrote: Don Wilde said the following on 2009-10-06 02:48: Hello, folks - I am setting up the sendmail on my 7.2-STABLE system, and I cannot get it to listen to my live server address besides the localhost. I've added