Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. [SOLVED] Re: [C]reading /proc/cpuinfo sometimes makes program segfault

    Oh derp. I didn't notice that thanks.
  2. [SOLVED] Re: [C]reading /proc/cpuinfo sometimes makes program segfault

    the pastebins show the contents of /proc/cpuinfo on my desktop machine and my NAS. On my desktop there's nothing after "power management" which I know is causing the segfault but I don't know what to...
  3. [SOLVED] [C]reading /proc/cpuinfo sometimes makes program segfault

    This is my program:


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    int main (void)
    {
    FILE *f = fopen ("/proc/cpuinfo", "r");
  4. Re: [CMake]Can't link against custom built library

    Neverfind I figured it out. In library.c there's #ifdef macros that control what was compiled into the library and I forgot to remove those, so nothing was compiled into the library.
  5. Replies
    1
    Views
    1,008

    Re: How does gnome mount drives

    I do know that gnome uses gvfs for pseudo-mounting some devices like cameras and samba shares. It may also use that to tell ntfs-3g to mount a specific drive at a specific place.

    There's also...
  6. [Solved][CMake]Can't link against custom built library

    In my project, I have a bunch of files compiled into a shared library. I also have some other files that include files that were compiled into that library. So when the executable is compiled, a link...
  7. Re: [C]How to compile dynamically loaded libraries

    Thanks I'll take a look at that.
  8. [C]How to compile dynamically loaded libraries

    I'm writing a server which has plugin support which would discover and load plugins at runtime. I can't seem to find any tutorials on how to put the plugin API into /usr/include and how to compile...
  9. Replies
    1
    Views
    251

    have thread do work for a period of time

    I'm writing a multithreaded program where additional threads perform work until the main thread tells them to stop (via a bit flag) after a certain amount of time has passed. What I want to do is...
  10. Re: What you would like to see, changed or fixed in Precise Pangolin ?

    What did you edit? I have the same chip and I'm having issues with the 3.2 kernel.
  11. Re: What are you hoping to see in Ubuntu 12.04?

    http://ubuntuforums.org/showthread.php?t=1859178
  12. Replies
    3
    Views
    3,103

    [SOLVED] Re: Can't compile anything

    I wonder why the order of arguments would make a difference, but it worked. Thanks
  13. Replies
    3
    Views
    3,103

    [SOLVED] Can't compile anything, undefined references

    I'm working a project which uses libjson, libconfig and libssl whose dev packages I've installed. I tried to compile it but the linker doesn't seem to be working right:


    $gcc -std=c99 -ljson...
  14. Poll: Re: Share with the community your Oneiric Ocelot install/upgrade experience

    I decided to upgrade from 11.04 to 11.10. Kubuntu's dist-upgrade GUI crashed during a package install so I had to kill that, restore /etc/apt/sources.list, then do apt-get dist-upgrade. The rest of...
  15. Re: What you would like to see, changed or fixed in Precise Pangolin ?

    Pressing the Forward and Back button on my mouse does nothing in Dolphin, while they behave as normal in Firefox
    Let us specify mount options in ubiquity when manually specifying partitions....
  16. Replies
    0
    Views
    409

    Compiling PDO for PHP5 fails

    Nevermind. :(
  17. Replies
    117
    Views
    69,589

    Re: How to optimize 10.04 Lucid Lynx for SSD

    Don't put a swap partition on an SSD. You can put /tmp on a tmpfs file so:


    tmpfs /tmp tmpfs rw 0 0

    You can also set firefox to use /tmp as it's temporary storage but I don't know how.
  18. Replies
    117
    Views
    69,589

    Re: How to optimize 10.04 Lucid Lynx for SSD

    Use gparted to create the partitions, when creating them untick the "round to cylinders" box. You can install a 2.6.35 kernel in lucid if you wish via the kernel ppa. In /etc/fstab, add the "discard"...
  19. Replies
    7
    Views
    5,928

    Re: tintwizard - tint2 config generator

    Can you post the configs for the exmaples? I want to fifth one.
  20. Replies
    14
    Views
    3,448

    Re: Recent distro that still provides KDE 3.5?

    I installed Kubuntu Maverick and damn KDE4 sure looks pretty but it's a PITA to use. BRB going back to Gnome.
  21. Replies
    14
    Views
    3,448

    Re: Recent distro that still provides KDE 3.5?

    I'll give KDE4 a try and see how I like it. I still remember KDE3.5 and being possibly the best DE ever made, it was simple, minimal BS, quick to boot even on a T21 Thinkpad and looked great. I am...
  22. Replies
    14
    Views
    3,448

    Re: Recent distro that still provides KDE 3.5?

    Performing a 3.5 version search in synaptic gives no directly relevant results. There may be a third part repo for it.

    KDE 3.5.10 is still the stable version in Debian 5 it seems.

    BTW to any...
  23. Replies
    14
    Views
    3,448

    Recent distro that still provides KDE 3.5?

    I know that Gentoo has the kde-sunset overlay which has kde 3.5 but I'd like a binary distro. Are there any other recent distros that have kde 3.5 available? I think Debian Stable does (or did) but...
  24. Replies
    117
    Views
    69,589

    Re: How to optimize 10.04 Lucid Lynx for SSD

    Yes


    You can create an ext4 filesystem without a journal, I don't know how though.



    Yeah
  25. Replies
    1
    Views
    973

    [ubuntu] screen brightness control does not work

    I have an Acer Aspire 5741. When I press Fn+Left or Fn+Right to dim or brighten the screen, nothing happens. The onscreen display appears, but the brightness does not change. It works fine in Windows...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4