Search Results

Search: Posts Made By: learn more
7,454
Posted By learn more
I was also looking on the web but did not find...
I was also looking on the web but did not find anything useful, I will keep an eye on it. Thanks for your time, please keep me posted if you come across 2.6 kernel patch.
7,454
Posted By learn more
I agree on the operation state for bridge...
I agree on the operation state for bridge interface since it is going to be always up(atleast in my env). But my main concern is the change in address. If you know of a way to get the netlink...
7,454
Posted By learn more
I am looking for change in operation state and...
I am looking for change in operation state and change of Address(L2 & L3) from bridge interface. I do get the above said notifications for on-board and bonding interfaces but not for bridge.
7,454
Posted By learn more
Bridge interface: Netlink socket notification
Hi,

For one of my application(Linux 2.6) I am using a netlink socket to get the interface changes notification.

socket(PF_NETLINK, SOCK_RAW, NETLINK_ROUTE)

Application receives netlink...
Forum: Boot Loaders 10-04-2010
10,228
Posted By learn more
Thanks for the response. yes, my config file...
Thanks for the response.

yes, my config file is /tftpboot/pxelinux.cfg/default only.

After few trail and error, finally got it working by adding rdinit=/sbin/install as well as...
Forum: Boot Loaders 10-03-2010
10,228
Posted By learn more
PXE boot not taking the init= option
Hi Experts,

I am doing PXE boot for my GNU/Linux device and pxelinux.0 loads the kernel as well as initrd images I have mentioned in the config file but it looks like it is not considering the...
5,684
Posted By learn more
wget with embedded username/password
Hi,

I am encoding the username and password to the url and use it with wget.

I.e wget ftp://username:password@myserver.com/test.mp3

However this does not work if the password contains @...
19,788
Posted By learn more
Thanks for the responses.. My system does...
Thanks for the responses..

My system does not have rusage.

I can use ps to get the data but my actual requirement is to find memory and cpu usage after the execution is over like 'time ls -l'...
19,788
Posted By learn more
How to find out memory & cpu usage of a process
Hi,

By using time command we can determine the execution time of a process or command.
bash-2.04$ time ls -l
total 0
-rw-r--r-- 1 admin tac 0 Oct 6 04:46 file1
-rw-r--r-- 1...
3,813
Posted By learn more
cool guys, both worked. Much appreciated.
cool guys, both worked. Much appreciated.
3,813
Posted By learn more
tar: unable to specify archive name with -p option
Hi,

When I use -p option(preserve permissions) while creating tar archives, it throws error and creates archive in the name of 'p'. But without -p option I am able to create archive name as I...
2,511
Posted By learn more
hmm.. I just gave the option but not the proper...
hmm.. I just gave the option but not the proper syntax..

try, tar -xvf xxx.tar -C <DIR>

it should work..
5,432
Posted By learn more
Thx ...
Thx (https://www.unix.com/members/302021308.html)rodoulov, it just worked fine with anonymous credentials. great!!. Looking out how I can make it work with real username/password..
2,511
Posted By learn more
See if this helps you, tar -C <DIR> -xvf...
See if this helps you,

tar -C <DIR> -xvf *.tar
5,432
Posted By learn more
Thx for the response, but I do not have curl..
Thx for the response, but I do not have curl..
5,432
Posted By learn more
How to download X bytes from a file using ftp or http?
Hi,

I have a simple ftp shell script which can download the entire file, however I want to know if there is anyway that I can download only the partial content, say X bytes from a file. If so, how...
Showing results 1 to 16 of 16

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