Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: upgraded from karmic to lucid and now irssi won't run

    Hmm.


    sudo apt-get install --reinstall irssi
  2. Replies
    6
    Views
    1,269

    [other] Re: Bash script to 'undo' a copy

    Of course, if you copied something like bin/foo to /usr/bin/foo, my script will delete /usr/bin which would be inadvisable..

    There is no way to know which directories you copied from the source...
  3. Replies
    10
    Views
    2,729

    [SOLVED] Re: 2 NIC's causing SSH problems

    That's because you are putting down the wrong interface. Look at your /etc/network/interfaces, you say there that eth0 is your primary interface and eth1 is the second one.

    Assuming you want to...
  4. Replies
    14
    Views
    2,296

    [SOLVED] Re: slow wireles in 11.10 intel WiFi Link 5100

    You can try installing the latest wireless driver version:

    http://linuxwireless.org/en/users/Download#Download_latest_Linux_wireless_drivers
  5. Replies
    2
    Views
    326

    [SOLVED] Re: Explanation on how trash works

    The trash bin from one filesystem cannot be in another filesystem, since that another filesystem could not be available when the user tries to restore something.



    rechenknecht:<~> df -h...
  6. Replies
    11
    Views
    1,215

    [SOLVED] Re: Oneiric Can't update ICEAuthority file

    Are you using Citrix?
  7. Replies
    10
    Views
    2,729

    [SOLVED] Re: 2 NIC's causing SSH problems

    You can try telling sshd to bind to a specific IP. From sshd_config(5):



    ListenAddress
    Specifies the local addresses sshd(8) should listen on. The fol‐
    lowing...
  8. Replies
    6
    Views
    1,269

    [other] Re: Bash script to 'undo' a copy

    First of all: Next time, please be careful. If you are executing commands as root double-check before hitting enter. That simple rule has saved my life countless times.

    Secondly, I am only giving...
  9. [ubuntu] Re: upgraded from karmic to lucid and now irssi won't run

    I'm no expert, but it might be missing a library or the correct version of a library.

    Are you sure irssi's dependencies are met? What happens when you


    sudo dpkg-reconfigure irssi?
  10. [ubuntu] Re: how to ssh my server from outside my office where USB modems are not recognized o

    What happens when you try to establish a SSH connection? Show me the output. Preferably with "-vvv".
  11. Replies
    8
    Views
    753

    [ubuntu] Re: Server turns itself off

    I suspect someone turned it off deliberately.
  12. Replies
    3
    Views
    803

    [ubuntu] Re: Video choppy after resume from suspend

    For me, the issue started with Ubuntu Lucid kernel 2.6.32-26. Earlier kernels did not have the problem. Also seen on 2.6.35-based kernel.

    I have a very reliable work-around though: disable...
  13. Replies
    20
    Views
    3,383

    [ubuntu] Re: video playback after suspend

    For me, the issue started with Ubuntu Lucid kernel 2.6.32-26. Earlier kernels did not have the problem. Also seen on 2.6.35-based kernel.

    I have a very reliable work-around though: disable...
  14. [ubuntu] Re: VPNC Trouble connecting: (ISAKMP_N_INVALID_MESSAGE_ID)(9)

    Ding. (Am I allowed to push it three times in a row?)
  15. [ubuntu] Re: VPNC Trouble connecting: (ISAKMP_N_INVALID_MESSAGE_ID)(9)

    Bump.
  16. [SOLVED] Re: how to retrieve list of installed packages from live cd.

    Assuming your filesystems aren't corrupted, you can:

    1. Boot live cd
    2. Mount your partitions
    2.1 Use fdisk -l to see what they're called
    2.2 Mount the filesystems, for example "mount /dev/sda1...
  17. [ubuntu] Re: VPNC Trouble connecting: (ISAKMP_N_INVALID_MESSAGE_ID)(9)

    Boing.
  18. Replies
    2
    Views
    788

    [gnome] Re: Huawei 1550 3G modem problem

    Have you tried plugging it in and seeing if Network Manager recognizes it?
  19. Replies
    3
    Views
    1,133

    [ubuntu] Re: Headless Server Hangs on Reboot

    Add the following line to /etc/rc.local

    touch /forcefsck

    And your server will run a filesystem check every time it reboots.
  20. Replies
    37
    Views
    4,077

    [SOLVED] Re: Setup of static IP problems

    This doesn't make sense. Your routing table is ok, you get an IP. You should be able to ping your router just fine.

    What happens when you configure the network manually?


    sudo ifconfig eth0...
  21. Replies
    37
    Views
    4,077

    [SOLVED] Re: Setup of static IP problems

    resolvconf is a bitch with manual configurations. I usually remove it so it doesn't overwrite my configuration files.


    sudo apt-get remove --purge resolvconf
  22. [ubuntu] Re: Trying to change keyboard language to Ubuntu server 10.04.1

    You probably need to install the Finnish localization packages first.

    Edit: Finland rocks =D
  23. [ubuntu] Re: Mail Server on own server - not the same old story

    Its rather simple.
    1. Buy the domain you want
    2. Register your DNS server as the domain master
    3. Create a MX record on your DNS server
    4. Install and configure mail daemon
    5. Done :)

    I...
  24. Replies
    4
    Views
    479

    [ubuntu] Re: odd behavior on ~/bin directory

    That's not what PATH is for. You don't need to invoke sh, your shebang line takes care of this. If you have execute permission and the program is somewhere in PATH, you can invoke it just by typing...
  25. [ubuntu] Re: Nvidia-drivers stopped working, and X aswell, just like that.

    Your X server is up and running but using a resolution your screen doesn't support. Try setting the resolution and refresh rate manually in xorg.conf.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4