Search Results

Search: Posts Made By: bin-doph
Forum: Solaris 07-14-2011
7,247
Posted By bin-doph
In our setup the...
In our setup the "/export/zones/${ZONE_NAME}/root" directory is the root directory of the zone, what you call <zoneroot>. There is no "/export/zones/${ZONE_NAME}/dev/null", the path I posted...
Forum: Solaris 07-13-2011
7,247
Posted By bin-doph
bash-3.00# ls -l...
bash-3.00# ls -l /export/zones/${ZONE_NAME}/root/dev/null /dev/null /devices/pseudo/mm\@0\:null
lrwxrwxrwx 1 root other 27 Apr 19 2010 /dev/null -> ../devices/pseudo/mm@0:null...
Forum: Solaris 07-12-2011
7,247
Posted By bin-doph
Sorry, maybe I was unclear on that point. I did...
Sorry, maybe I was unclear on that point. I did the chmod on the /dev/null file of the zone from inside the global zone. The /dev/null file of the global zone itself got the right permissions and is...
Forum: Solaris 07-11-2011
7,247
Posted By bin-doph
Hi everybody, thanks for all the answers. I...
Hi everybody,

thanks for all the answers. I did try to chmod the device from the zone and from the global zone, almost without success. However, today I discovered that chmoding did work, but not...
Forum: Solaris 07-08-2011
7,247
Posted By bin-doph
/dev/null not writable
Hi,

after a server (solaris 10) got rebooted, Im faced with the problem that in one of my zones (whole zone) /dev/null is only writeable for root
crw-r--r-- 1 root sys 13, 2 Jul 8...
6,241
Posted By bin-doph
we did this on solaris for the following reason:...
we did this on solaris for the following reason: only use the "root"-account for emergencies, nevery change anything to that account (f.e. shell, also make sure its on the root partition) and have a...
65,911
Posted By bin-doph
man crontab man 5 crontab man cron man...
man crontab
man 5 crontab

man cron
man crond
Forum: SuSE 03-27-2007
4,315
Posted By bin-doph
use Console;
goto a console (f.e. ctrl+alt+f2) login as root and chgrp your directory?
14,660
Posted By bin-doph
cd directory; find . -type f > file.txt
cd directory; find . -type f > file.txt
2,950
Posted By bin-doph
for line in `cat file.txt`; do dirname $i; done
for line in `cat file.txt`; do dirname $i; done
8,781
Posted By bin-doph
what are the permissions on your script? What...
what are the permissions on your script? What does cron log to your cron-logfile/syslog?
5,040
Posted By bin-doph
Well, but you problem is your mail-client, isnt...
Well, but you problem is your mail-client, isnt it? I just checked the outlook client (2002) of a friend which does automatically convert url-patterns into "clickable urls" even in plain-text-mails,...
Forum: Programming 08-02-2006
5,200
Posted By bin-doph
Hi, check man lstat. that gives you the...
Hi,

check man lstat. that gives you the inode-number, block-size but not "real physical location" on the disk. I think that depends on the filesystem and thats allocation table, cluster size and...
24,945
Posted By bin-doph
Hi, Id go with a perl-onliner like this ...
Hi,

Id go with a perl-onliner like this

perl -ne '$foo=time + 86400;@bar=localtime($foo);printf("%d%02d%02d",$bar[5]+1900,$bar[4]+1,$bar[3])'

note the 86400 which is the amount of seconds...
5,040
Posted By bin-doph
Hi, I dont see what that has to do with...
Hi,

I dont see what that has to do with shell-scripts or unix... Send your email as HTML and put proper <a>-tags in there, then you dont have to copy-paste the URLs...

hth
-fe
38,926
Posted By bin-doph
/A :confused: maybe have a look at uuencode?
/A :confused:

maybe have a look at uuencode?
16,230
Posted By bin-doph
that's sweet!
that's sweet!
16,230
Posted By bin-doph
tried this ...
tried this

http://www.google.com/search?q=xls2txt

first hit:
http://wizard.ae.krakow.pl/~jb/xls2txt/

I dont know if it runs on hpux or anything about its dependencies, but maybe its worth a...
20,173
Posted By bin-doph
you could also set the internal-field-seperator...
you could also set the internal-field-seperator to a newline, if you use bash

IFS="
"

check man bash /IFS
Forum: Programming 05-17-2006
2,627
Posted By bin-doph
rtfm? ...
rtfm?

http://www.postgresql.org/docs/8.1/interactive/client-interfaces.html
Forum: Programming 02-24-2004
4,472
Posted By bin-doph
Thats because I didn't use any but I want to and...
Thats because I didn't use any but I want to and because there are some I wanted to ask "what is a good lib to go for" :)

What do u suggest and why?

thx

-fe
Forum: Programming 02-23-2004
4,472
Posted By bin-doph
parse xml
Hi,

I'm looking for an "easy" way to parse a xml file to a proper structure.

The xml looks like this


What shall I use? Does anybody has some example-code to share or some good...
Showing results 1 to 22 of 22

 
All times are GMT -4. The time now is 01:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy