Search:

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

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: LSI Megaraid 9240-8i on 12.04 LTS boot problem

    Looks like you are having some problems with driver conflict. can you post the output of the following:

    lsmod
    modinfo megaraid_sas
    dmesg (full output, don't grep for megasas)
    lspci -v

    from...
  2. Replies
    7
    Views
    4,085

    Re: UNR intel Classmate touch screen

    please find attached a working (in Jaunty) xorg.conf:


    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool,...
  3. [ubuntu] Re: Cannot extract wacom files without permission

    have you added your username to the "src" group?
    assuming that your username is "blackbyron" (change blackbyron to reflect your actual username)

    sudo adduser blackbyron src; chown -R root:src...
  4. Replies
    2
    Views
    487

    [all variants] Re: Need help with Raid.

    If you don't have hardware support for RAID in your computer (RAID card or on-chip RAID) then you should look at LVM and MD (software-based RAID). The level of RAID you are talking about is RAID-1...
  5. Replies
    2
    Views
    1,382

    [ubuntu] Re: Named Pipes and SSH?

    look at "screen" it is a great application that will let you effectively disconnect from a terminal session and reconnect later to check status. I use it all the time to run apps on remote systems...
  6. Replies
    14
    Views
    787

    [ubuntu] Re: Sleep Errors

    the best place to start for any kind of debugging related to sleep, etc. is with a utility called "dmesg"

    open a terminal and type:

    dmesg
    then post the optput and we can get started working on...
  7. Replies
    4
    Views
    367

    [ubuntu] Re: What to do with Binaries?? HELLLP!?

    Usually, installing a binary requires that you first make it executable and then execute it...
    for these purposes, we will assume that you have downloaded the binary named...
  8. [ubuntu] Re: Difficulty making home partition and repairing ensuing mess

    absolutely correct!
    sorry, I was looking right past that
    you do have to chroot to have the usernames interpreted properly
  9. [ubuntu] Re: Difficulty making home partition and repairing ensuing mess

    can you post the results of the following:
    at a terminal type: cat /media/disk/etc/passwd

    and at a terminal:
    cat /media/disk/etc/fstab

    thanks
  10. [ubuntu] Re: Difficulty making home partition and repairing ensuing mess

    the context of the statement you are typing is:

    chown (CHange OWNership) username:groupname foldername -R (Recursive)
    so, you need to match username and groupname and just specifying a username...
  11. [ubuntu] Re: Difficulty making home partition and repairing ensuing mess

    what it looks like is that at some point during this process you have changed the permissions on your home directory, Tinivole was trying to get you to change the ownership of your home directory to...
Results 1 to 11 of 11