Search:

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

Search: Search took 0.34 seconds.

  1. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    i have done a major update to vps-lxc tools, and i _think_ should at least run on ubuntu. i have not completed the template files for building debian/ubuntu containers. bodhi.zazen, you might be...
  2. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    i updated that bug with some possibilities, but basically i think the -d thing is either outdated lxc-* tools or the issue i have where DHCP networking never starts the first time a container is...
  3. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    yay, i managed to get into a raw debootstrapped lucid container. i had to:


    uncomment /dev, /dev/shm, and /var/run in /lib/init/fstab
    (re)move /etc/init/udev* and...
  4. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    i modified /etc/init/mountall.conf to try and figure out why it was failing. i changed the line:

    exec mountall --daemon $force_fsck $fsck_fix

    to:

    exec mountall --debug --daemon $force_fsck...
  5. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    well i went thru all/most of the upstart event files i think. i made a small wrapper for upstart:

    #!/bin/bash

    exec /sbin/init --debug
    and this is what i got... trying to make sense of...
  6. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    bodhi.zazen, im getting the same probs as _i think_ you mentioned before:

    ph1 ~ # lxc-start -n guest-test-ubuntu_lucid
    init: ureadahead main process (4) terminated with status 5
    mountall: Could...
  7. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    if i can get a static copy of debootstrap, i can work on building a lucid container under my working host.

    is that what this package is:

    http://packages.debian.org/squeeze/cdebootstrap-static
    ...
  8. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    you should see something like this:

    cr@extofme-m0 ~/hi $ git clone git://devel.extof.me/vps
    Initialized empty Git repository in /home/cr/hi/vps/.git/
    remote: Counting objects: 56, done.
    remote:...
  9. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    Really? I know where the arch forums are, believe me... I posted that because anyone who is serious about using lxc in production will be able to glean much valuable information from those scripts. ...
  10. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    hooray! you can grab my sources from here:

    git clone git://devel.extof.me/vps
    i can't guarantee that will always be up (im doing alot of work with these containers and on these scripts), or that...
  11. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    whoa there big guy, attitude? i thought my post was fairly informative, and light of any snippiness... save maybe the first sentence and my comment about the ubuntu manpage :). at any rate, i...
  12. Replies
    129
    Views
    56,733

    Re: Lucid and OpenVZ and/or LXC ?

    unfortunately, most of bodhi.zazen's post is simply not true.

    i do not use ubuntu anymore, and havent for some time, but the platform i have created should apply to ubuntu with some minor...
  13. Replies
    95
    Views
    34,111

    [gnome] Re: Evolution-mapi working or not?

    was having the same problem until i found this page.

    i used:

    sudo -s
    mkdir evomapi
    cd evomapi/
    apt-get install dpkg-dev fakeroot
    apt-get build-dep evolution-mapi
    apt-get source...
  14. Replies
    6
    Views
    823

    [ubuntu] Re: AMD Phenom Quad 9950

    i did it again after installing to another partition, and it looks like creating the makefile is a necessary step. i didnt think it was using the makefile in any way since only issuing `make` does...
  15. Replies
    4
    Views
    460

    [ubuntu] Re: detecting temp. of hardwares.

    i used one of those same links recently above (the new driver from july, NOT the patch to k8temp) to compile a module for 10h family procs:
    ...
  16. Replies
    6
    Views
    823

    [ubuntu] Re: AMD Phenom Quad 9950

    there has been talk of a K10 module that will, i think should already, be out soon.

    http://lists.lm-sensors.org/pipermail/lm-sensors/2008-July/023816.html

    there is also a link to that on...
  17. Replies
    397
    Views
    193,155

    Re: How To: Make Your Own Ubuntu Repository DVDs

    Bobsongs,

    One thing that might be useful to others; I used my local copy of the repo to do a net install to another machine. I had to make a small change to the download, in addition to the...
  18. Replies
    397
    Views
    193,155

    Re: How To: Make Your Own Ubuntu Repository DVDs

    -----k3lt01
    i believe your external drives will not automatically be mounted on boot. after you go to "places" your drives are then mounted and thus usable by apt.

    i think what you need to do is...
  19. Replies
    7
    Views
    1,950

    [kubuntu] Re: Pidgin-libnotify has stopped working.

    after searching for a really, really long time i found a fix... not sure the actual cause of the problem but this will work for me.

    launch pidgin like this:

    /usr/bin/dbus-launch...
  20. Replies
    7
    Views
    1,950

    [kubuntu] Re: Pidgin-libnotify has stopped working.

    libnotify-Message: Unable to get session bus: Failed to execute dbus-launch to autolaunch D-Bus session

    i get that same error under Xubuntu hardy.

    the interesting thing is... if i close...
Results 1 to 20 of 22