Why? T/CSH works perfectly. Why waste base system resources just to see prompt? Oh and by default it does not show user@hostname. Under Linux distro configure PS1 like that..
Carp does work nicely with IPv4, but when I add IPv6 address it starts to log
Dec 20 12:37:43 server1 kernel: carp0: incorrect hash
IPv4Command:
ifconfig carp0 create
ifconfig carp0 vhid 1 carpdev em1 pass PASSWD 192.168.2.5/24
IPv6 command:
ifconfig carp0 inet6 $IPv6Address prefixlen 64...
Boot into a single user mode
Run fsck and it will fix any problem
Than try deleting the files with find command. If you have too many files delete a,b,c,d wise (see local find man page for exact option)
find /path/to/dir -iname "a*" -delete
my bad :(
this is what happen when you work with 12 types unix like oses everyday. Sometime at the end of day I type bsd or linux command on AIX or HP-UX and then wonders why it is not working .. lol
Spoon feeding examples:
mkdir ~/bin
create a script ~/bin/showopenports
#!/bin/sh
sockstat -4 -6
Set perms
chmod +x ~/bin/showopenports
Set path (add to your profile file):
set PATH = ( $PATH\:$HOME/bin )
OR
setenv PATH $PATH\:$HOME/bin
Run it
showopenports
For more info read tcsh man page.
This is an isolated to your server, otherwise we got more messages on freebsd mailing lists. PHP is widely used. Did you recently upgraded from older version?
PHP 5.2.11 with Suhosin-Patch 0.9.7 (cli) (built: Oct 25 2009 09:48:29)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0...
What kind of speed you get with 3G? Here they claims to provide upto 3mbps. I never tested it. May be I can just take my laptop to their showroom and see if I can use the same. Their website claims it support Mac OS X, Linux and Windows. So it should work under FreeBSD too.
Huawei B190...
I just visited their forum url and they got only 10 users online. They do not have large community and userbase. May be so users are coming here but dunno
I think it should be:
mergemaster -p
cd /usr/src
make installworld
mergemaster -i
make delete-old
reboot
# Build all ports (portsnap fetch update && pkg_version ... && portmaster -Da) and than run may be after reboot and checking log files..
make delete-old-libs
For jail you need to...
I'm little late to party but this technique can be used with php, and perl via Apache+fastcgi too. You write a wrapper and move original php / perl binary and call your script. You can set additional environment, security checking (e.g. do not run perl script in /tmp) and much more.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.