Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,576

    [SOLVED] Re: ldapscripts awk errors in 12.04LTS

    [removed]
  2. Replies
    4
    Views
    1,576

    [SOLVED] Re: ldapscripts awk errors in 12.04LTS

    I reported a bug on launchpad:
    https://bugs.launchpad.net/ubuntu/+source/ldapscripts/+bug/1225440
  3. Replies
    4
    Views
    1,576

    [SOLVED] Re: ldapscripts awk errors in 12.04LTS

    There appears to be a bug in Ubuntu/debian patch to ldapscripts that borks trying to load configuration from /etc/ldap.conf.

    Help thyself:



    sudo cp /usr/share/ldapscripts/runtime.debian...
  4. Replies
    4
    Views
    1,576

    [SOLVED] Re: ldapscripts awk errors in 12.04LTS

    Digging further, I removed gawk package to fall back on mawk, and errors changed to:


    $ sudo ldapaddgroup testgroup
    awk: line 1: missing ) near end of line
    awk: line 1: extra ')'
    awk: line 1:...
  5. Replies
    4
    Views
    1,576

    [SOLVED] ldapscripts awk errors in 12.04LTS

    I had ldap setup and ldapscripts working in 10.04LTS. After upgrading to 12.04LTS, ldapscripts (all commands) bork out with these errors:


    sudo ldapaddgroup testgroup
    awk: cmd. line:1: /^[...
  6. [all variants] Re: HOWTO: Use swapfile instead of partition and hibernate

    I did not try it yet, so cannot say definitively.
  7. [all variants] Re: HOWTO: Use swapfile instead of partition and hibernate

    You're right, thanks for noticing it. Not only that, but GRUB menu should be changed. I've edited my previous post to include these steps.
  8. [all variants] Re: HOWTO: Use swapfile instead of partition and hibernate

    To reverse swapfile setup, you need to go through these steps:



    sudo -b gedit /etc/fstab

    Edit /etc/fstab and :

    1. Reverse changes (Remove or comment out ALL swap files)
    2. Restore...
  9. [all variants] Re: Samba fights WebDAV, WebDAV wins, Windows looses.

    Here's the solution:

    On the Ubuntu server issue this command in terminal:

    sudo nano /etc/default/samba

    Change RUN_MODE=inet to RUN_MODE=daemons, save, restart the server, and see that...
  10. [all variants] Re: Samba fights WebDAV, WebDAV wins, Windows looses.

    Now I continue to my analysis (read next note for the final solution):

    It appears that Intrepid 8.10 introduced daemons vs. inet RUN_MODE in /etc/default/samba, and it prefers to switch it to...
  11. [all variants] [SOLVED] Samba fights WebDAV, WebDAV wins, Windows looses.

    Hi Gang. I just found an answer to a nasty Samba problem that I was having since upgrading my server to Intrepid 8.10

    First the problem:

    Every single Windows machine (all Win XP) on my home...
  12. [all variants] Re: HOWTO: Use swapfile instead of partition and hibernate

    Hi bosworthy,
    Sorry to hear that you have hibernation not working for you. One prerequisite of this tutorial is to have working hibernation. It means that following the steps of this howto will not...
  13. [all variants] Re: HOWTO: Use swapfile instead of partition and hibernate

    Herman - Thanks! I edited HOWTO to explain dd count in more detail.

    q41 - you are right, it should work in principle for swap partitions as well. Just keep using corresponding /dev/sdXX instead of...
  14. [all variants] HOWTO: Use swapfile instead of swap partition and have working hibernation

    This HOWTO explains how to use swapfile and still have hibernation working.

    (For advanced console users / cmdline junkies - you may find compressed list of commands at the end of this HOWTO)
    ...
  15. Replies
    1
    Views
    598

    [ubuntu] Re: another ubuntu suspend hibernate problem

    Do you have swap file instead of partition?
    (if you still have this problem since it was long time)

    For anyone with similar problem:

    What does swapon -s return?

    swapon -s

    See Ubuntu bug...
  16. Replies
    9
    Views
    1,388

    [ubuntu] [SOLVED FOR ME] Re: Backlight keeps getting darker on MacBookPro

    Regular seemingly sporadic LCD backlight dimming on MacBookPro5,1 was driving me nuts too...

    I have Intrepid and all drivers and packages from MactelSupportTeam/PPA.

    Here's how I solved the...
  17. Replies
    112
    Views
    124,577

    Re: HowTo: Conky hddtemp

    Even better - put these into your .conkyrc:



    HDA Temp: ${exec nc localhost 7634 | cut -f 4 -d "|"} C
    HDB Temp: ${exec nc localhost 7634 | cut -f 9 -d "|"} C
    SDA Temp: ${exec nc localhost 7634...
Results 1 to 17 of 17