Search Results

Search: Posts Made By: farzolito
3,830
Posted By farzolito
hi, perhaps you can use the sed command to...
hi,

perhaps you can use the sed command to separate your string :

with ... |sed 's/name/ name/g'

and with an awk after ?
8,574
Posted By farzolito
I think it is the space caracter between date and...
I think it is the space caracter between date and hour in your today's variable which cause error in the awk.

try this perhaps it will be works:

use this variable :
today=`date +'%m/%d/%y_%T'...
8,574
Posted By farzolito
try this, perhaps it will work : awk -v...
try this, perhaps it will work :

awk -v today="$today" '{printf today" MSP\t" "Rich\t" $3 $12 "\t" $1}'
5,989
Posted By farzolito
hi, you can test with this command : ...
hi,

you can test with this command :

ls *.dat | sed 's/_/./g'|awk -F . '{print $2}'

the result of this command give you the date.
4,596
Posted By farzolito
Hi, I think you can test this : for i...
Hi,

I think you can test this :

for i in `ls -al /YOUR_PATH | awk '{print $9}' |grep .lst`
do
u=`ls $i| sed 's/.lst/.dat/g'`
mv $i $u
done


if you want to change all the .lst file it...
5,223
Posted By farzolito
thank you very much for your answer :) my...
thank you very much for your answer :)
my problem is resolved.

:D
5,223
Posted By farzolito
Unix log treatment
Hello,

I need your help for a Unix log treatment.

I have a file log of this type:

MEGALOG2.LOG :




And I would like to have the same log in this format:




In fact, for each...
Forum: IP Networking 03-29-2002
8,235
Posted By farzolito
ok thx, the...
ok thx, the /etc/sysconfig/networking/devices/ifcfg-eth0 files doesn't exist on my OS that's why i found an other way to resolv it.

for my Sun Server with Solaris 8 :

I added an entry in...
Forum: IP Networking 03-28-2002
8,235
Posted By farzolito
hi, I have the same request on a SUN server,...
hi,
I have the same request on a SUN server, Can I do that safely ? :p
but where is the magic file to modify ?
3,181
Posted By farzolito
k thx.... i think we will come tomorrow and...
k thx....

i think we will come tomorrow and perhaps sunday to restore this server...:D

:o
3,181
Posted By farzolito
Boot problem
we have a problem with a server UNIX SUN OS 5.7 :

we tried to reboot it and we have the following error message :

"boot load failed
the file just loaded does not appear to be executable "
...
6,420
Posted By farzolito
group limit
hi,

i have in my /etc/group an unix group full.
i need to add new user in this group.
users need to have the same gid and the same name...
is it possible ?
can i create a concatenation with an...
14,204
Posted By farzolito
thx wizard, i build an other nisserver on the...
thx wizard, i build an other nisserver on the good VLAN, and my client server bound it...

now, i think i perhaps re-init the nisserver1 like you advise me

thx
14,204
Posted By farzolito
i have already understood that the re-init is...
i have already understood that the re-init is just for NIS :)

my NISserver is in linux debian 2.2.10
my master is in SunOS 5.5 and my client in HPux 11.00

i ever try to re-init the map...
14,204
Posted By farzolito
i can't re-init totally the nisserver1. now i...
i can't re-init totally the nisserver1.
now i try to bypass the problem...before resolv it, it is very importante for my server'client
i want my server take a other nis server....
but, do you know...
2,593
Posted By farzolito
hi, for which OS do you need to know that ?
hi,

for which OS do you need to know that ?
14,204
Posted By farzolito
hi, thx for your patience... >>Okay, I'm a...
hi, thx for your patience...

>>Okay, I'm a little confused now
*sorry, sorry for my bad english... :rolleyes:

>>You have an NIS master and an NIS slave. Host server1 is an NIS client bound to...
14,204
Posted By farzolito
oups...
sorry, the nis slave is not server1, server1 is the server which depend of the slave which has error...
14,204
Posted By farzolito
Thx for your reply I modified passwd and...
Thx for your reply

I modified passwd and group maps on NIS master and did a make which ended with no error. Replication is ok on all slaves, except on slave server1 where .byuid and .bygid are not...
14,204
Posted By farzolito
NIS trouble
:eek: hi all,

I have a NIS trouble on a server.
when I create a file on a server (server1), the group of this file is the number of the group and not its name.
when I create a file with this...
Showing results 1 to 20 of 20

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