Search:

Type: Posts; User: vksingh; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.13 seconds.

  1. [ubuntu] Re: how to see commands used to start an application in 12.04

    I justtried

    ./a.out ram

    cat /proc/pid/cmdline
    ./a.outram

    there is no delimiter between executable and arguments. Its better showing in ps -ef|grep a.out
    ./a.out ram shyam
  2. [ubuntu] Re: how to see commands used to start an application in 12.04

    Also, I will be interested to know how to get parameters passed to the executable.
    For example, if i run the following:

    ./a.out hello

    From /proc/<process ID>/stat , i get only (a.out) but not...
  3. [ubuntu] Re: how to see commands used to start an application in 12.04

    ps -ef|grep skype

    note the process ID,
    the go to /proc/<process ID>

    cat stat
    6166 (a.out).......

    In above, 6166 is process ID and a.out is name of my dummy application.
  4. [ubuntu] Re: Can't start MySQL server if the .sock file is changed in /etc/mysql/my.cnf

    It looks like a port conflict
  5. [ubuntu] Re: Command to get CPU statistics for a process

    Hi Sanderj,

    I checked /proc/pid/stat

    I see following processor related parameters:

    utime %lu Amount of time that this process has been scheduled in user mode, measured in clock ticks...
  6. [ubuntu] Re: Command to get CPU statistics for a process

    Hi Sanderj,

    Thanks for your response :-)

    With top command, i get aggregate %CPU for a process, but I am looking for all the statistics values for the CPU like the following:
    %usr %nice ...
  7. [ubuntu] Command to get CPU statistics for a process

    Hi All,

    I use mpstat to get CPU statistics in my Ubuntu 12.10 desktop.

    Linux 3.6.7 (viveks) 02/01/2013 _x86_64_ (8 CPU)

    13:10:08 CPU %usr %nice %sys %iowait %irq ...
  8. Thread: learn ict

    by vksingh
    Replies
    3
    Views
    329

    Re: learn ict

    what is ICT???
  9. Replies
    12
    Views
    833

    Better Ubuntu forums

    Hi All,

    What are better Ubuntu forums other than ubuntuforums.org.

    Also the mailing list which are really active.

    Thanks,
    Vivek):P
  10. Replies
    0
    Views
    241

    [ubuntu] "pnp: cannot evaluate _CRS " issue

    Hi All,

    I am using ubuntu 12.10 on my desktop DELL OPTIPLEX 990. When I boot Ubuntu, I get pnp: cannot evaluate _CRS message is printed on console and booting waits at that stage for some...
  11. [ubuntu] Issue with a key and function key on a ubuntu laptop

    Hi All,

    I use ubuntu 12.10 on my Lenovo ideapad. I got a issue with my key 't' . when I press this key, it takes as function key F3.

    I also checked my function key F3 and it works as expected....
  12. Replies
    1
    Views
    304

    [ubuntu] Re: Wireless Network Not Connecting

    can you provide details of 'ifconfig' command. Is your wired interface up?
  13. Replies
    11
    Views
    2,278

    [xubuntu] Re: Acer Aspire One 725 Temperature

    use powertop to check what is consuming more power in your machine
  14. [ubuntu] why POWER_SUPPLY_POWER_NOW=0 while charging

    Hi All,

    I am using Ubuntu 12.10. when i use the following to get the information of power consumption on my laptop

    cat /sys/class/power_supply/BAT0/uevent

    POWER_SUPPLY_POWER_NOW=0

    But...
  15. Replies
    5
    Views
    635

    [ubuntu] Re: what is user '119' in ubuntu

    I checked the /etc/passwd. Its the guest user which is showing
  16. Replies
    5
    Views
    635

    [ubuntu] what is user '119' in ubuntu

    Hi All,

    I am using Ubuntu 12.10. when i check all my processes using ps -ef command

    119 4314 1 0 Dec21 ? 00:00:00 /usr/lib/x86_64-linux-gnu/unity-music-daemon
    119 4318 ...
  17. Replies
    1
    Views
    686

    [ubuntu] Linux od command

    Hi All,

    I have created a file 'test.txt' and put '123' in that and saved it. I then used 'od' command on that file.

    $ od test.txt
    0000000 031061 005063
    0000004
    vivek@viveks:~/test$

    I am...
  18. How to check i915.i915_enable_rc6=1 is enabled in Ubuntu 12.10

    Hi All,

    I am using Ubuntu 12.10. I want to enable i915.i915_enable_rc6=1. I want to know do i need to enable it in /etc/default/grub or it is already enabled in Ubuntu 12.10.

    If it is already...
  19. Re: ./conifgure error while building Empathy

    Hi,
    I too facing issue with compiling empathy-3.3.2 on Ubuntu 12.10. Please let me which version of empathy builds properly on Ubuntu 12.10.

    Regards,
    Vivek
  20. Replies
    2
    Views
    574

    [ubuntu] Re: Issue with updating ubuntu 12.10 64bit

    I changed the sg.archive.....* to us.archive.....* and its working fine. Thanks :-)
  21. Replies
    2
    Views
    574

    [ubuntu] Issue with updating ubuntu 12.10 64bit

    W: Failed to fetch http://sg.archive.ubuntu.com/ubuntu/dists/quantal-updates/Release.gpg Connection failed

    W: Failed to fetch...
  22. [ubuntu] Re: GParted live USB not working on DELL Optiplex 990

    yes, swap is also mounted in the same partition
  23. [ubuntu] Re: GParted live USB not working on DELL Optiplex 990

    I tried with Ubuntu live CD. I started GParted. I was able to get/see the details of the partitions on GParted GUI but when i select my partition (/dev/sda5) to resize in move/resize window, i the...
  24. [ubuntu] GParted live USB not working on DELL Optiplex 990

    Hi All,

    I am using GParted live USB (bootable) to partition my "/" partition (want to reduce the size). I have made a bootable USB from GParted live iso.

    When I boot this, the GParted gets hung...
  25. [ubuntu] Re: Ubuntu 12.10 hangs frequently on Dell OPTIPLEX 990 workstation

    Nov 15 12:37:58 viveks kernel: [96778.079741] [drm] nouveau 0000:01:00.0: PGRAPH - TRAP
    Nov 15 12:37:58 viveks kernel: [96778.079746] [drm] nouveau 0000:01:00.0: PGRAPH - ch 4 (0x0001850000) subc 3...
Results 1 to 25 of 180
Page 1 of 8 1 2 3 4