Re: Help running shell script from cron

2005-09-09 Thread jdyke
there is a possibility that the 'not found' is coming from your call to php and not that it can't find test.sh either comment out that php line, or use /full/path/to/php /home/a_user/cron/test.php HTH Jeff Sandy Knight wrote: I am having trouble configuring my shell scripts to run under cron

Re: and the winner is...

2005-09-01 Thread jdyke
Mario Carugno wrote: I there, i was trying freebsd for a while, and comparing it against debian/linux. The winner was Debian by far... Freebsd could be stable, but it is not faster... and Debian is far much more 'usable'. Freebsd package installation is very laborious compared with Debian's

creating filesystem images

2005-08-24 Thread jdyke
I have an OS running on a 128Mg CF and i want to tranfsfer this image to a another, actually 5 or more, 512Mg CF cards, each with two partitions one 128 and one 392. dump and restore seem to be able to accomplish this. Is that a good method, is dd better? i realize not entirely freebsd, but

Re: i can't connect remote to my mysql server

2005-08-18 Thread jdyke
vladone wrote: I have instaled mysql server succcesfull and started. I set root password, i can login to my server from console but i can't login remote (i use Mysql Control Center for win, for quickly management). I receive this error: host 192.168.100.4 is not allowed to connect to this

Re: how to know the file system type [programming]

2005-08-17 Thread jdyke
Jorge Mario G. Mazo wrote: hi there I've been looking for a way to check the fs type I need to do something like this if NTFS do this if msdis do that if ufs2 do that if ext2 do this other stuff not sure if this is what your looking for, but there are likely a million ways, one being in

Re: Jails - nice tcsh promt: set promt = '[EMAIL PROTECTED]:%~%#'

2005-08-08 Thread jdyke
Michael wrote: Hello, I recently tried creating some jails on my FreeBSD 5.4 Release installation. When I try and log into the jail via ssh I get to the login prompt, type my info and once I press enter I get some weird error nice tcsh promt: set promt = '[EMAIL PROTECTED]:%~%#'. I

remove all of KDE

2005-08-01 Thread jdyke
I'm in the process of updating ports that have vulerablities. many in the KDE family do, so i've been trying to update them, but they keep erroring outbut i don't need or use KDE at all on this system. What is the best way to remove all pieces KDE. If i `pkg_delete kdebase` will it

Re: remove all of KDE

2005-08-01 Thread jdyke
Gary W. Swearingen wrote: Dick Hoogendijk [EMAIL PROTECTED] writes: On 01 Aug jdyke wrote: If i `pkg_delete kdebase` will it delete all sub packages. or do those have to go one at a time? pkg_delete kde\* removes most if not all of kde* stuff. Using -r should also get rid of packages

Re: ps -awux

2005-07-20 Thread jdyke
Akhthar Parvez. K wrote: Hello, When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell me why? -u matches user man ps ___ freebsd-questions@freebsd.org

Re: putty login

2005-07-18 Thread jdyke
John Larson wrote: I have a freebsd 4.11 apache2 webserver with one dedicated windows client connected between two nic cards. I am not connected to the internet. I can login using putty with the numbers (192.168.1.4) but I would like to be able to log in using www.larson.com. I have put this

Re: using -t option with unix sort ?

2005-07-14 Thread jdyke
Tsampros Leonidas wrote: On Thu, Jul 14, 2005 at 10:47:50AM -0700, Daniel Malaby wrote: Nelis Lamprecht wrote: On 7/14/05, Nelis Lamprecht [EMAIL PROTECTED] wrote: On 7/14/05, Daniel Malaby [EMAIL PROTECTED] wrote: sniiip E00219085 GENERAL DYNAMICS5031802

Re: sshd prompt for password very slow

2005-07-11 Thread jdyke
vladone wrote: When i try to login remote on my server, receive very quickly prompt for login as: After insert my username, promt for password, is avaible after aproximatively 10s. This is happend in local network. Why is so slowly? My system: FreeBsd 5.4 release video 64mb

Re: Remote connection as root help

2005-07-07 Thread jdyke
Efren Bravo wrote: Hi, Al last I could enter to freeBSD by SSH. After I erased all inetd_enable=YES instances except one. Also I downloaded the PuTTY client. I had to create other user to connect myself to freeBSD because it doesn't leave me as root user. How do I to connect myself to

make distribution fails with call to cap_mkdb

2005-07-06 Thread jdyke
Trying to rebuild a jail and am getting an error on `make distribution` I was able to do this when the server was at 5.3-RELEASE without error, but since upgrading to 5.4-RELEASE it continusiously fails. The error is: cap_mkdb: illegal option -- l usage: cap_mkdb [-v] [-f outfile] file [file

Re: make distribution fails with call to cap_mkdb

2005-07-06 Thread jdyke
Kris Kennaway wrote: On Wed, Jul 06, 2005 at 12:33:35PM +, jdyke wrote: Trying to rebuild a jail and am getting an error on `make distribution` I was able to do this when the server was at 5.3-RELEASE without error, but since upgrading to 5.4-RELEASE it continusiously fails. The error

Re: make distribution fails with call to cap_mkdb

2005-07-06 Thread jdyke
Alex Zbyslaw wrote: jdyke wrote: h. sweet. thanks. i'll check that out. my cvs-supfile is *default release=cvs tag=. *default release=cvs tag=RELENG_5_4 --Alex thanks all. will re-up. was thinking `.` equated to my release, guess i should have read closer

Re: Start telnet server help

2005-07-06 Thread jdyke
Efren Bravo wrote: Hi, Have you got a line indicating inetd_enable=YES in your /etc/rc.conf? Yes it's indicated, The file rc.conf is accumulative? Because inside it appears the last configuration changed with the date. The line inetd_enable=YES is repeated every time I made a change. and $

Re: rebuild of a jail uses old DESTDIR

2005-07-05 Thread jdyke
i had built a jail a few weeks ago as a learning expierence, specifying a DESTDIR of /usr/jail/ssh for make world, i don't really want it to reside there long term and want to build it with less features enabled in make.conf. So now I'm trying to build another jail in another location and

Re: Apache 2 SSL Error

2005-07-05 Thread jdyke
Todd Suits wrote: Sorry for all the responses but Googling has brought up possible problems or questions. I am starting Apache with /usr/local/sbin/apachectl startssl is this correct for the FreeBSD compiled version? you don't *have to* use that, you can just use

Re: rebuild of a jail uses old DESTDIR - solved

2005-07-05 Thread jdyke
jdyke wrote: i had built a jail a few weeks ago as a learning expierence, specifying a DESTDIR of /usr/jail/ssh for make world, i don't really want it to reside there long term and want to build it with less features enabled in make.conf. So now I'm trying to build another jail in another

rebuild of a jail uses old DESTDIR

2005-07-04 Thread jdyke
i had built a jail a few weeks ago as a learning expierence, specifying a DESTDIR of /usr/jail/ssh for make world, i don't really want it to reside there long term and want to build it with less features enabled in make.conf. So now I'm trying to build another jail in another location and `make

Re: apache upgrade 1.3 - 2

2005-03-09 Thread jdyke
Christopher Nehren wrote: On 2005-03-09, Perttu Laine scribbled these curious markings: Is it easy (or possible even) to upgrade apache 1.3 to 2 with ports. I'm running apache-1.3.33_1 with php5 and mysql 4 on FreeBSD 5.3 machine and now I'd like to go to apache2. Of course it's possible. It's

UMass storage device errors - hangs

2005-02-18 Thread jdyke
I have a IDE drive in a USB enclosure attahced to FreeBSD5.3-STABLE. Occaisionly, becoming more often, i get the following errors on the console. kernel: umass0: BBB reset failed, TIMEOUT kernel: umass0: BBB bulk-in clear stall failed, STALLED kernel: umass0: BBB bulk-out clear stall failed,