Archive for the ‘R60’ Category

BU VPN on Ubuntu 8.04 Hardy Heron

Sunday, April 27th, 2008

Problem On Hardy Heron, vpn connection keeps dropping.
Solution Check /etc/network/interfaces for misconfiguration of wireless card.

Problem On update to Hardy Heron, vpn connection on the wireless breaks down. vpnc-connect doest not set up connection, and exits giving variously as “VPNC started in background…” or “No reply from server…”.
Solution Some issue in /etc/vpnc/vpnc-script, I don’t care what, just replace it with the old vpnc-script. This problem is not specific to Boston University connection.

Thinkpad R60 Hibernate

Monday, January 7th, 2008

Problem I’m running Thinkpad R60 with Gutsy Gibbon (Ubuntu 7.10). Since everything else seems to work — internet, great fonts, disconnect on call, MATLAB, amsn, and suspend to RAM — why not hibernate? But when it hibernates… it doesn’t. The system doesn’t hibernate/hibernates but immediately comes back up/hibernates and I don’t know how to resume!

Solution (Welcome back Rip Van Winkle.)

  • What is resume?
    “Resume” from hibernate occurs when the system system boots. The system is powered on, grub shows up, the kernel that was sent into hibernation is selected, and if things go well, the kernel detects the old state information in the swap partition and gets you back where you left off.
  • How do you set it up?

    A swap partition sufficient to contain the virtual memory image currently used by the system (after syncing) is required to save system state. A swap file may be created if swap partition/file was not created during system install.
    (more…)