Search:

Type: Posts; User: Turtle.net; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    35
    Views
    109,613

    [ubuntu] Re: Stopping System V runlevel compatibility?

    Something is messing up the GDM conf.
    As dc.radio suggested it, just running

    sudo dpkg-reconfigure gdm
    did the trick for me.
    Problem solved for me ... but doesn't explain why a server install...
  2. Replies
    29
    Views
    80,093

    [ubuntu] Re: On login 5 packages can be updated

    I guess that you jumped to conclusion a little bit too quickly.
    If you redo "sudo aptitude update" then logoff and log back in that should be fine.
  3. Replies
    11
    Views
    1,357

    [ubuntu] Re: Incorrect number of updates available

    See http://ubuntuforums.org/showpost.php?p=10762966&postcount=22

    Just remove /etc/motd.tail (or move it to /etc/motd.tail.back just to be sure)
  4. Replies
    29
    Views
    80,093

    [ubuntu] Re: On login 5 packages can be updated

    I just removed /etc/motd.tail and the message is back to normal.
    I guess that motd doesn't need motd.tail anymore
  5. Replies
    3
    Views
    526

    [all variants] Re: Gnucash won't start

    The package was not broken or anything.
    For a good measure I purged gnucash and all it's dependencies, and reinstalled them.
    I tried a bunch of things until I realised that gnucash was not finding...
  6. Replies
    3
    Views
    526

    [all variants] Re: Gnucash won't start

    I found a way to start it again !

    $ sudo ln -s /usr/lib/libguile-srfi-srfi-13-14-v-1.so.1 /usr/lib/libguile-srfi-srfi-13-14-v-1.so


    Now Gnucash start again.

    :)

    That doesn't solve the...
  7. Replies
    3
    Views
    526

    [all variants] Gnucash won't start

    I'm using gnucash really often.
    Today gnucash refused toto start.
    When launched from the terminal I get the error :

    ERROR: file: "libguile-srfi-srfi-13-14-v-1", message:"file not found"

    To...
  8. Replies
    35
    Views
    7,428

    Re: Howto: An easy way to enable CK patches

    It compiles all right ... but Segmentation Fault is not a good sign, right ?
    It doesn't boot, so back to square one.
  9. Replies
    35
    Views
    7,428

    Re: Howto: An easy way to enable CK patches

    I used this ck1 patch http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/2.6.35/2.6.35-ck1/ (since I'm running 2.6.35-28 under maverick).
    After posting my message I found this post on the...
  10. Replies
    35
    Views
    7,428

    Re: Howto: An easy way to enable CK patches

    Hi,
    I followed your tutorial, but it doesn't compile.
    The reported error is

    do you have any idea on the setting I should change in .config to make it work ?
    I tried this on a desktop and a...
  11. Replies
    3
    Views
    830

    [ubuntu] Re: Gnucash will not start. Missing file

    It seems that the problem is solved by installing guile-1.6-dev.
    For a problem of deopendencies, apt suggested to remove libreadline5-dev. THat's what I have done, and now Gnucash is working again :)
  12. Replies
    106
    Views
    32,715

    Re: The Gnome Shell themes thread... ...

    I am shocked ! Nobody anmswered your post ?!
    Anyway, your theme is really nice. Dark and purple glowing.
    I love
  13. [SOLVED] Re: Boot stopped if NFS cannot find the exported folder

    In the end that was pretty simple.
    I installed autofs

    $ sudo apt-get install autofs
    then I commented out everything in /etc/auto.master then I added this line at the end

    /- /etc/auto.nfs
    and...
  14. [SOLVED] Re: Boot stopped if NFS cannot find the exported folder

    Autofs sounds cool, but only solve one half of the problem.
    After some testings (not scientific at all) it seems that i could use the options soft,timeo=7,retrans=1,intr

    If I could use both...
  15. [SOLVED] Boot stopped if NFS cannot find the exported folder

    I have several ubuntu PCs at home, so I decided to use only one /var/cache/apt/archives.
    So I have decided to export the folder from on box via NFS.
    The other two boxes can mount the NFS folder...
  16. Replies
    13
    Views
    1,154

    [SOLVED] Re: Group permission problem

    Ok I solved it.
    Thanks to all of you.
    My problem was that my user had the correct gid on the client to access the folder, but the same uid was defined on the server with some gids missing. I think...
  17. Replies
    13
    Views
    1,154

    [SOLVED] Re: Group permission problem

    Yes i did, i aso tried to relaunch NFS exports on the server, and also a reboot on both client and server, no results.
  18. Replies
    4
    Views
    454

    [SOLVED] Re: Linux for small business

    You could check CAE Linux if you need to do some CAD.
    The biggest struggle i have found when migrating an existing company to FOSS was for the accounting part.
    Since you are starting from scratch...
  19. Replies
    13
    Views
    1,154

    [SOLVED] Re: Group permission problem

    Great idea. I had more than 16 groups, I reduced that to 13 ... no change.
  20. Replies
    13
    Views
    1,154

    [SOLVED] Re: Group permission problem

    Yes numeric ids match ...
    And the user 1000 doesn't exist on this system because the folder is a NFS mount from another box. The folder was created by user 1000 on this distant box.
    I guess I...
  21. Replies
    17
    Views
    854

    [all variants] Re: Understanding Linux

    I really like the idea, nut I still think that building a car from parts and engineering drawing is a better way. If you don't have the drawing ... then your method is clearly better then ...
    Gosh I...
  22. Replies
    17
    Views
    854

    [all variants] Re: Understanding Linux

    @QIII
    I agree with your point. You don't have to go that way, but i am sure you can undertand that building your own car is clearly a good way to learn mechanics (hard and painful but a good way)....
  23. Replies
    13
    Views
    1,154

    [SOLVED] Re: Group permission problem

    Yes I have logged oout then back in, no change
    The group is not the primary group. This should not be the problem though.
    I also tried to reboot (i know that was foolish) and no change (as...
  24. Replies
    13
    Views
    1,154

    [SOLVED] Group permission problem

    Hi,
    I have a problem access privileges on several folders like this one

    $ ls -l
    total 40
    drwxrwx--- 9 1000 finance 4096 2010-07-09 14:27 Finance
    ...
    It clearly says that I have owner...
  25. Replies
    17
    Views
    854

    [all variants] Re: Understanding Linux

    If you really want to understand what's under the hood you should install Gentoo (I recommand to do this on another computer ... i took me quite some time to have Gentoo running :))
Results 1 to 25 of 152
Page 1 of 7 1 2 3 4