Search Results

Search: Posts Made By: gogol_bordello
Forum: UNIX and Linux Applications 09-26-2011
7,950
Posted By gogol_bordello
Thanks guys, but both did not answer my...
Thanks guys,
but both did not answer my question :)
I asked whe it is mandatory.
As sysgate said, mount command indicates it as a performance options, so I asked myself... is it a really mandatory...
Forum: UNIX and Linux Applications 09-16-2011
7,950
Posted By gogol_bordello
Why Oracle 11g need forcedirectio option?
I've spent one day to find solution for a nfs mounting problem with Oracle11g installation. Finally, I've found that the missing options was
forcedirectio

My question is, why this options is...
3,073
Posted By gogol_bordello
it does not work at all now, cause it put cmd in...
it does not work at all now, cause it put cmd in bg before the read has been done... :S


> jobs
[3] + Running while read n m ; do;remsh ${m%:} "ls -d /$n" &;done < text
[2] -...
3,073
Posted By gogol_bordello
thanks, but this way it reads only first entry,...
thanks,
but this way it reads only first entry, not all.

It executes only:
rsh server_name1 "ls -l dir1"
3,073
Posted By gogol_bordello
awk, double variable, for loop and rsh
Hello folks,
I've a (perhaps) simple question.

In a text file I've :

server_name1: directory1
server_name2: directory2
server_name3: directory3
[...]


I want to make a loop that lets...
1,903
Posted By gogol_bordello
It appears cause it is an error, so you have to...
It appears cause it is an error, so you have to redirect your stderr, not your stdout.

Can you try :

$ ksh ./your_script 2> ./err_log
$ cat err_log


br/gb
920
Posted By gogol_bordello
\cp /home/student2/built/System.ini...
\cp /home/student2/built/System.ini /home/student/test/TestServer.jar
it will delete your file TestServer.jar
Forum: Solaris 02-02-2011
15,163
Posted By gogol_bordello
Wonderfull :) Thanks
Wonderfull :)
Thanks
Forum: Solaris 02-02-2011
15,163
Posted By gogol_bordello
I've done it... the issue is that I've only a...
I've done it... the issue is that I've only a day, not a year.

I've used vmstat -i, divided the interrupts clock by the indicated rate, and by 60(s)60(m)24(h) but I obtain a number of day that...
Forum: Solaris 02-02-2011
15,163
Posted By gogol_bordello
uptime command not showing how long the system has been up
Hello folks,
uptime command not shows how long the system has been up.
I know it come from a corruption of /var/adm/utmpx file.

I've done :

cat /dev/null > /var/adm/utmpx


Now who and...
12,182
Posted By gogol_bordello
The issue come from text file format (it is a...
The issue come from text file format (it is a log) : sometimes it ends with a ",", sometimes with a blank space " ", sometimes with a unpredictable char :-/

So, I want to bypass this problem...
12,182
Posted By gogol_bordello
Sorry, by I don't think it is a better way to...
Sorry, by I don't think it is a better way to accomplish the task... look at output :


grep -i user VAR_FILE | ./awkline
0123456, Job Name
Test_A, User
anon,


I need only anon
...
12,182
Posted By gogol_bordello
First of all, my code works. I want only to know...
First of all, my code works. I want only to know if exist a better way to do it.

Then



Here two differents grepped lines :

1) Job <0123456>, Job Name <Test_A>, User <anon>,

2) Job...
12,182
Posted By gogol_bordello
Two delimiters with AWK
Hello,
this thread is more about scripting style than a specific issue.
I've to grep from a output some lines and from them obtain a specific entry delimited by < and >.

This is my way :

1)...
2,488
Posted By gogol_bordello
The last one is exactly what I was looking for. ...
The last one is exactly what I was looking for.
Grazie Mille!!!
2,488
Posted By gogol_bordello
Wonderfull!!! Can you explain please ? :P
Wonderfull!!!
Can you explain please ?
:P
2,488
Posted By gogol_bordello
Repeating Substitution Command on VI
Hello Folks,
how to write a command on vi that allow to repeat last substitution command?

Here what I want to do :

1
2
3
1
2
3
1
2
3
:.,+2s/\n/ /And I obtain :
1 2 3
1
2
3
1
3,350
Posted By gogol_bordello
Gracias Felipe for you answer, but I'm not...
Gracias Felipe for you answer,
but I'm not looking at this.
I want a sequentially awk search :
first with delimiter ":"
after with delimiter ","

br
3,350
Posted By gogol_bordello
AWK double delimiter
Hello,
an awk style question (or a stupid question... it depends on your point of view :) )
How can I write in one awk command these two ones ?

$USER - `grep $USER /etc/passwd | awk -F: '{ print...
1,357
Posted By gogol_bordello
Obscure sed variable
Hello,
anyone could me explain what does this line script really do?[

( sed -e "/^#/d" -e "s/#.*$$//" /var/tmp/map.cgd ) | ( awk '{for (i = 2; i <= NF; i++) print $$i, $$0}' )

Moreover......
Forum: Red Hat 03-25-2010
6,498
Posted By gogol_bordello
Hello gaurav1086, thanks for your support. ...
Hello gaurav1086,
thanks for your support.

Finally I've found the problem. The coreutils update used wasn't the right one.

Now, with rpm -Uvh coreutils-4.5.3-28.7.i386.rpm


everything is...
Forum: Red Hat 03-24-2010
6,498
Posted By gogol_bordello
# cd /lib&& ls -l libattr* ls:...
# cd /lib&& ls -l libattr*
ls: /lib/libattr.so.1: no version information available (required by /lib/libacl.so.1)
lrwxrwxrwx 1 root root 16 Mar 24 17:57 libattr.so.1 ->...
Forum: Red Hat 03-24-2010
6,498
Posted By gogol_bordello
uhm... it is still not working I've created...
uhm... it is still not working

I've created simbolic links in /lib and /usr... but I've still the same error

Some suggestions?

PS: the library is stored in /lib not /usr/lib
Forum: Red Hat 03-24-2010
1,937
Posted By gogol_bordello
Have you tried : ssh remotedomainname...
Have you tried :


ssh remotedomainname "find /path/to/remote/dir[/B][B] -mtime +90 -exec rm {} \;"
Forum: Red Hat 03-24-2010
6,498
Posted By gogol_bordello
ls: /lib/libattr.so.1: no version information available (required by /lib/libacl.so.1)
Hello,
I'm experimenting a problem on my rh server.

Red Hat Enterprise Linux AS release 3 (Taroon Update 8)
2.4.21-47.ELsmp #1 SMP i686 i686 i386 GNU/Linux

It started with a segmentation...
Showing results 1 to 25 of 52

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