Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    531

    [ubuntu] Re: Cannot get past login passward

    What desktop environment to you use? Do you use lightdm at login? If so, can you switch to tty using Ctrl+Alt+F1 .. F7 and login there?
    If you can login there then there is a problem with desktop...
  2. Replies
    25
    Views
    22,822

    [ubuntu] Re: VPN auto-connect

    Got to read it only today.
    The script is not used to run as init.d script (lacks header, start, stop, restart sections, etc.). It will sure mess up startup if added to init.d.
    My way is to use it...
  3. Replies
    25
    Views
    22,822

    [ubuntu] Re: VPN auto-connect

    It will not work so simple. Ping result is put to STDOUT, and it can be piped to grep.
    However, "unknown host" is an error, and is put to STDERR, and is NOT piped to grep.
    If you wish to catch...
  4. Replies
    25
    Views
    22,822

    [ubuntu] Re: I *wish* I could make my VPN auto-connect!

    The script should not be built. It must be interpreted by bash.
  5. Replies
    25
    Views
    22,822

    [ubuntu] Re: VPN auto-connect

    New, improved version of script. It is far more responsive, as the ping check is now async. To ensure that there is only one ping check running, shared memory (/dev/shm) is used.


    #!/bin/bash
    ...
  6. Replies
    25
    Views
    22,822

    [ubuntu] Re: I *wish* I could make my VPN auto-connect!

    try files in /etc/NetworkManager/system-connections
  7. Replies
    25
    Views
    22,822

    [ubuntu] Re: I *wish* I could make my VPN auto-connect!

    Update: a small tweak in script for not to stall in pings. Added ping timeout time, after which script will give up on pinging a site. Adjust pingtime if needed, it should be increased for slow...
  8. Replies
    8
    Views
    1,531

    Re: laptop won't connect to internet

    Try backports from package manager.
  9. Replies
    8
    Views
    1,531

    Re: laptop won't connect to internet

    I remember some issues with the wireless on my toshiba satellite A210P. They were resolved by installing new drivers for wireles. Try some compat-wireless backports from package manager or download...
  10. Replies
    25
    Views
    22,822

    [ubuntu] Re: I *wish* I could make my VPN auto-connect!

    Another version of my script - now with ping check. It will ping 2 given sites and try to reconnect if both of them are unreachable. Usual connection check is still there.

    This script mod is...
  11. Replies
    25
    Views
    22,822

    [ubuntu] Re: I *wish* I could make my VPN auto-connect!

    By the way, in ubuntu 12.04 nmcli comes out of the box, so there is no need to copy anything. Do not use the nmcli from my first post, as it is not working in 12.04! (at least 64 bit) . If you copy...
  12. Replies
    117
    Views
    64,542

    [ubuntu] Re: Acer Aspire Timeline X 3820T

    Got all 3D graphics working with generic drivers, using vgaswitcheroo (with self-made gui scripts for wrapping) to switch intel/radeon (in 11.04 and now in 12.04). Fglrx did very bad on my Acer -...
  13. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    This seems to be an open bug
    https://answers.launchpad.net/ubuntu/+source/gnome-screensaver/+question/113394

    By the way, you may mark this thread as solved and start another one, because now it...
  14. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    NOO. Do not copy root password. Root account in ubuntu is not enabled by default and has no password. By sudo or init=/bin/bash you are forcing root with no password check. But you can not actually...
  15. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    And the final thing. I do not know the way to regenerate these files. I do not think it really exist one. If you can not find backups for these files, you should backup your own data and reinstall....
  16. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    And by the way... maybe there is any backup left from previous editor?
    Look for
    /etc/group~
    /etc/passwd~
    /etc/shadow~

    A small chance always exist :)
  17. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    Wow... this is kinda... unexpected.

    So, we seem to have a problem with at least
    /etc/shadow
    /etc/group

    I don't know why, but somehow your user adding mixed all the userdata, including that...
  18. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    I am an idiot. :) Right now I have understood one thing - we may be chasing a wrong error.
    While trying to fix shell and other stuff I skipped a very interesting message:
    "groups: cannot find name...
  19. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    A symlink is a "symbolic link" - a way to connect files with each other. A bit similar with windows link files, which point to an .exe file from another location (e.g. desktop). In unix, symlinks are...
  20. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    Well, reinstall may be an option. When I did some search on your problem, there was a lot of mentioning of damaged console symlinks. I do not know how to restore them correctly in your ubuntu...
  21. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    You should use it in GRUB to fix incorrect UUID addressing (if this is a problem).
  22. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    Yes, initrd /boot/initrd.img-2.6.32-32-generic is ok.
    But it seems that the output device for console is damaged somehow... I suspect a severe filesystem damage or some strange mounting problems...
  23. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    ok, try two things:

    1) boot without word "single"
    2) boot with single init=/bin/sh

    Maybe this will help?
  24. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    http://ubuntuforums.org/showthread.php?t=422307&page=2

    This thread is about using fsck. Should help )
  25. Replies
    38
    Views
    1,849

    [SOLVED] Re: HUGE problem with GUI

    Hmm... "Root filesystem check failed" indicates a problem with your filesystem.

    And this output is another proof for that. You need to use fsck on this filesystem using live cd, i suppose.
Results 1 to 25 of 99
Page 1 of 4 1 2 3 4