Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: required gtk+ version 3.10, current version is 2.24

    where do I put that line?


    $ print pygtk._get_available_versions()
    bash: syntax error near unexpected token `('

    $ python
    Python 2.7.6 (default, Mar 22 2014, 22:59:56)
    [GCC 4.8.2] on linux2...
  2. usb 1-1.3: string descriptor 0 read error: -22

    ~$ lsusb
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 004: ID 1bcf:2883 Sunplus...
  3. required gtk+ version 3.10, current version is 2.24

    I have libgtk-3-0 but python claims that I'm using version 2


    $ python glade1.py
    Traceback (most recent call last):
    File "glade1.py", line 24, in <module>
    main = Buglump()
    File...
  4. Replies
    2
    Views
    437

    [ubuntu] Re: deja dup restore button grayed oug

    were you able reinstalling deja dup?
  5. Replies
    7
    Views
    863

    [SOLVED] Re: [Ubuntu] RAID 6 replace disk, grub issue

    maybe you could clone them with clonezilla first
  6. Replies
    3
    Views
    424

    [ubuntu] Re: setting up rsyslog

    sometimes, even not tabbing between source and destination also could trigger this
  7. Replies
    0
    Views
    240

    [ubuntu] iscsi initiator cannot be discovered

    when I set "ALL ALL" in initiator.allow on target, all LUNs can be discovered from initiator but when I specified "iqn.domain:storage 192.168.1.10", it returns no portal found on initiator.
    ...
  8. Replies
    0
    Views
    1,282

    [ubuntu] cannot load qlogic driver

    package linux-firmware installed
    ubuntu 14.04 64-bit


    $ sudo grep qla /var/log/dmesg
    [ 3.456090] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.06.00.08-k.
    [ 3.456261]...
  9. Replies
    1
    Views
    263

    [server] Re: iscs discovery returns blank

    It seemed that i forgot to put 'sudo'
  10. Replies
    1
    Views
    263

    [server] iscs discovery returns blank

    taget and initiator are version 14.04

    initiator:~$ iscsiadm -m discovery -t st -p 192.168.56.212


    target:~$ sudo netstat -tulnp | grep LISTE
    tcp 0 0 0.0.0.0:3260 ...
  11. Replies
    8
    Views
    26,498

    [server] Re: Cannot restart networking service

    I've been having this since 13.10. What a piece of...
  12. Re: Ubuntu 14.04 - Steam doesn't launch when running on nvidia GPU (nvidia-prime)

    so i removed nouveou
    sudo apt-get remove xserver-xorg-video-nouveau

    install nvidia-331.38

    install bumblebee (optional)
    sudo apt-get install git
    mkdir git && cd git
    git clone...
  13. Replies
    2
    Views
    982

    Re: znes libGL.so.1 error

    solved with


    sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1
  14. Replies
    2
    Views
    982

    Re: znes libGL.so.1 error

    these are my libgl


    $ sudo locate libGL.so.1
    /usr/lib/i386-linux-gnu/mesa/libGL.so.1
    /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0
    /usr/lib/i386-linux-gnu/primus/libGL.so.1...
  15. Replies
    2
    Views
    982

    znes libGL.so.1 error

    this happened on 14.04 amd64


    $ zsnes
    zsnes: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

    $ sudo apt-get install...
  16. Re: Ubuntu 14.04 - Steam doesn't launch when running on nvidia GPU (nvidia-prime)

    I had same issue too. Installing any driver besides nouveou will make my screen's resolution too wide and unable to change resolution because of it.

    tested on asus pro45vj
  17. Replies
    0
    Views
    315

    [ubuntu] empathy supports yahoo ssl by default?

    on 12.04 64-bit

    if yes, how would I verify that?

    if no, how would I enable ssl? there's a snooping manager at my working place :D
  18. Replies
    4
    Views
    849

    Re: auth log to csv

    my mistake, I forgot to mention of Bash script

    thanks for those perl examples though
  19. canot get dhcp "rtnetlink answers: file exists"

    my eth0 configured with static IP

    when connected to another network, I ran 'sudo dhclient eth0' to get IP from said network temporarily but IP isn't changed.

    I tried killing dhclient process...
  20. Replies
    4
    Views
    849

    auth log to csv

    hi,

    I want to get output of failed login attempt, get its time & user in below format

    time,username,

    e.g.: 19:19:44,ikki_72,

    how would i do that from output of grep -i fail...
  21. Replies
    0
    Views
    411

    mysql starts without links in /etc/rc2.d

    on ubuntu server 12.04.3 32-bit, I could not find entry in /etc/rc2.d/ of startup script for mysql

    where can I find it?
  22. Replies
    1
    Views
    6,015

    [SOLVED] Re: Failed to apply configuration: %s

    later on after I rebooted my laptop, it failed to display GUI so I removed all nvidia drivers and changing resolution works.
  23. Replies
    1
    Views
    6,015

    [SOLVED] Failed to apply configuration: %s

    GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface `org.gnome.SettingsDaemon.XRANDR_2' on object at path /org/gnome/SettingsDaemon/XRANDR

    above error appears whenever I want...
  24. [ubuntu] Re: suggest best way to do desktop virtualization

    thanks for all those suggestions

    my main interest is more towards VDI

    I'll check on TheFu's suggestions
  25. Replies
    208
    Views
    368,131

    Re: HOWTO: Active Directory Authentication

    for a AD with hostname ad00.comp.local

    where would i need to reconfigure?


    user1@ubuntu:~$ cat /etc/samba/smb.conf
    # Global parameters
    [global]
    workgroup = COMP.LOCAL
    realm = COMP.LOCAL
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4