Results 1 to 5 of 5

Thread: Ubuntu / Linux Problem.. GURU PLEASE!

  1. #1
    Religiously tolerant. Luke122's Avatar
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    5,246

    Default Ubuntu / Linux Problem.. GURU PLEASE!

    Ok, so I'm building a PXE image from a finished (and working) Edgy install, and I'm at this step:

    "Finally create a PXE configuration file, (Ctrl+D) terminates cat. "
    ---------------

    $ cat > /tmp/tftpboot/pxelinux.cfg/default
    LABEL ubuntu-edgy
    kernel ubuntu-edgy/vmlinuz-2.6.17.10-generic
    append root=/dev/nfs nfsroot=10.30.2.10:/mnt/nfsroot/ubuntu-edgy ip=dhcp initrd=ubuntu-edgy/initrd.img-2.6.17-10-generic rw --

    PROMPT 1
    TIMEOUT 0

    ---------------

    Everytime I run the cat command (first line), I get the error "Permission Denied". It doesnt matter if I run with/without gksudo or sudo, always comes back with this:

    /tmp/tftpboot/pxelinux.cfg/default: Permission Denied

    So I checked the permissions on the tftpboot folder, and saw that it's got the lock icon on it, meaning I cant modify the permissions. (Not the owner)

    So, I'm at the point now where I'm stumped, and could use some help.

    Do I need to take ownership of this folder, or change permissions, or what?

    Help!!!

    \m/ d(-_-)b \m/

    R9 290X+Kraken+Corsair H90, Xeon 5649@4ghz, Asus P6T-WS Pro

  2. #2
    SOB Fettler xmastree's Avatar
    Join Date
    Mar 2006
    Location
    Burnley, Lancs. UK
    Posts
    1,704

    Default Re: Ubuntu / Linux Problem.. GURU PLEASE!

    what are the folder permissions? root should be able to modify them. sudo chmod 777 /path/to/folder

    Quote Originally Posted by aintnothang View Post
    Think of a way to simulate a real bullet hole, like shooting it.

  3. #3
    Religiously tolerant. Luke122's Avatar
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    5,246

    Default Re: Ubuntu / Linux Problem.. GURU PLEASE!

    OK, that works. Thanks! +rep

    Now for my next problem.. I'm having trouble mounting the network share where I want to upload the completed image to. I'll post more details in a few mins.

    \m/ d(-_-)b \m/

    R9 290X+Kraken+Corsair H90, Xeon 5649@4ghz, Asus P6T-WS Pro

  4. #4
    Religiously tolerant. Luke122's Avatar
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    5,246

    Default Re: Ubuntu / Linux Problem.. GURU PLEASE!

    *edit*

    I'm dumb... working on a solution now, and I think the problem was my own stupidity.

    *edit*

    \m/ d(-_-)b \m/

    R9 290X+Kraken+Corsair H90, Xeon 5649@4ghz, Asus P6T-WS Pro

  5. #5
    Religiously tolerant. Luke122's Avatar
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    5,246

    Default Re: Ubuntu / Linux Problem.. GURU PLEASE!

    Still no luck with this.
    I have to quit for tonight, I'm going to kick something soon.

    \m/ d(-_-)b \m/

    R9 290X+Kraken+Corsair H90, Xeon 5649@4ghz, Asus P6T-WS Pro

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •