Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    592

    [ubuntu] Re: internet connection issues

    could you please be a bit less specific ?
  2. Thread: openvpn issue

    by regala
    Replies
    5
    Views
    6,411

    [SOLVED] Re: openvpn issue

    a little late, but just so you know UK is for United Kingdom in ssl key country codes... for Ukraine you need UA
  3. Replies
    3
    Views
    568

    [ubuntu] Re: reload "df" information?

    well, df uses the content of /etc/mtab to know what is mounted where, and /etc/mtab is edited by mount when it sees fit.
    and if no /etc/mtab, it uses /proc/mounts which is *not* editable, and which...
  4. Replies
    9
    Views
    397

    Re: Various Linux API documentation

    On Ubuntu, install manpages-dev package, and in section 2 on man pages infrastructure, you should have all the documentation for POSIX apis.
    Example code:

    man 2 write
    will display then the...
  5. [SOLVED] Re: Ubuntu lost my folder (Ubuntu needs a fix for this bug)

    no. This is not a bug. It's the spec of Gnome Desktop IHM or KDE IHM. And it has been deemed good for years. Because people can adapt (usually).

    br,

    --
    Mathieu
  6. Re: Why on earth is Banshee the default audio player in Ubuntu?

    any suggestion ? Rhythmbox is not, unless you don't mind taking over the project, maintain it *upstream*: it's been dead pour quite a time now (because it is even utterer crap than banshee)
  7. Replies
    24
    Views
    1,171

    Re: Should we start a programming consortium?

    wow. People. You want to talk about Linux and mainstream ? Stop thinking you will be heard on Ubuntu forums. Register, sign up with the Linux Foundation, these are the guys that you want to talk to.
  8. Replies
    2
    Views
    2,856

    [ubuntu] Re: iptables routing through proxy

    you must never use state ESTABLISHED in nat table rules, or more precisely, it is useless: connections marked as ESTABLISHED or RELATED in the conntrack tables never go thru the NAT table rules...
  9. [SOLVED] Re: [Python] TypeError when changing last-modified on file

    can't you just read ?
  10. Replies
    2
    Views
    535

    [ubuntu] Re: DHCP "pass through" help request.

    dhcp relay
  11. Replies
    11
    Views
    897

    [ubuntu] Re: Kernel panic issue after hard reboot

    indeed, your system hard disk is likely on its way to push daisies...
    try and mount it *read-only* with a livecd and try and save any data you deem important. seems like you don't have much time to...
  12. Replies
    20
    Views
    5,353

    [ubuntu] Re: Every Single process is sleeping!

    when you run OpenShot thru a terminal, what does the terminal outputs to the screen ?

    br,
  13. Thread: sudo kill -9 -1

    by regala
    Replies
    5
    Views
    5,275

    [ubuntu] Re: sudo kill -9 -1

    not really, no one can kill PID 1, init, because the kernel goes panic when the init process dies, and it would be a serious security flow if root could kill a system that easily, even though the...
  14. Thread: sudo kill -9 -1

    by regala
    Replies
    5
    Views
    5,275

    [ubuntu] Re: sudo kill -9 -1

    nothing happened to grub. something happened to your keyboard or keyboard controller when you pulled the plug. usually hitting the reset button is less destructive.

    br,

    Mathieu
  15. Replies
    7
    Views
    948

    [SOLVED] Re: SCP: Problem with copying var directory

    are you sure of the 6GB size ? how do you measure it ?

    br,

    Mathieu
  16. [ubuntu] Re: help with Ubuntu internet connections (I am giving UP)

    well, what is the type of wifi network ? open, wep, wpa ? do you select the correct authentication method if wpa ? are you sure of the password ?

    br,

    Mathieu
  17. Replies
    8
    Views
    560

    [ubuntu] Re: How to move a Grub2 partition?

    do you mean: "How do I move this ext4 partition, without moving it ?"

    I don't quite understand...

    br,

    Mathieu
  18. Replies
    6
    Views
    6,061

    [ubuntu] Re: .htaccess is not working

    1) What are you trying to do ?
    2) What is the config of apache besides the .htaccess ?
    3) What are the log error messages from apache ?

    br,

    --
    Mathieu
  19. [SOLVED] Re: Anyone know if this is a trusted Source List

    why is that ?

    it is better for all Ubuntu infrastructure for a user to use the local (and not localized, this is nonsense, saying a localized server).
    such a piece of advise goes against the very...
  20. Replies
    1
    Views
    229

    [ubuntu] Re: Write into the xinitrc file

    xinitrc is bash script. it loads /etc/X11/Xsession, so the answer lies in this file, depending upon what it effectively does -- it may never give back the hand to xinitrc after loading (if it execs...
  21. Thread: variadic macros

    by regala
    Replies
    2
    Views
    426

    [ubuntu] Re: variadic macros

    usually, GCC is more right than Wikipedia about GCC. http://gcc.gnu.org/onlinedocs/gcc-4.3.2//cpp/Variadic-Macros.html

    try this:

    #define my_fprintf( A , ... ) ( if (A == stdout) printw (...
  22. Replies
    29
    Views
    2,388

    [ubuntu] Re: Problems with IPv6

    I hope he knows he uses a broker. doesn't seem likely from the post.
  23. Replies
    29
    Views
    2,388

    [ubuntu] Re: Problems with IPv6

    does your ISP provide IPv6 connectivity ? if not, all your tests are pointless...

    --
    Mathieu
  24. Replies
    2
    Views
    1,587

    [SOLVED] Re: DHCP only for Authenticated Users(AD users)

    short answer: no. because it is nonsense. as many people as you wish can use a computer host. and a user can use as many computers as she wants.

    long answer: this has got nothing to do with DHCP...
  25. Replies
    4
    Views
    412

    [ubuntu] Re: amsn language problem

    well, amsn wasn't developed with bidirectional support in mind, or tcl/tk libraries don't provide that kind of support (which I don't believe). in any case, no "fix" is straightforward: support has...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4