Page 6 of 16 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 157

Thread: Knoppix 3.8 released at CeBIT

  1. #51
    Member registered user
    Join Date
    Apr 2003
    Location
    Warsaw, Poland.
    Posts
    55
    I am interested to write installed programs to a hard disk. I understand that I have to remaster knx 3.8 in order to do it. So at the moment in fact it is not possible to save changes ... .

    645 echo -n "${CRE}${BLUE}Creating unionfs and symlinks on ramdisk...${NORMAL}"
    646 mkdir -p /UNIONFS
    647 if test -n "$UNIONFS" && /bin/mount -t unionfs -o dirs=/ramdisk=rw:/KNOPPIX=ro /UNIONFS /UNIONFS; then
    648 # We now have unionfs, copy some data from the initial ramdisk first
    649 cp -a /etc/fstab /etc/auto.mnt /etc/filesystems /etc/mtab /UNIONFS/etc/
    650 for i in bin boot dev etc sbin var lib opt root usr; do # Move directories to unionfs
    651 if test -d /$i; then
    652 mv /$i /$i.old && \
    653 /KNOPPIX/lib/ld-linux.so.2 --library-path /KNOPPIX/lib /KNOPPIX/bin/ln -snf /UNIONFS/$i /$i && \
    654 rm -rf /$i.old
    655 else
    656 ln -snf /UNIONFS/$i /$i
    657 fi
    658 done
    659 for i in $(cd /UNIONFS; echo *);do # Create links for new stuff on /UNIONFS
    660 test "$i" = "home" -o "$i" = "tmp" && continue
    661 test -L "/$i" || test -d "/$i" || test -f "/$i" || ln -snf "/UNIONFS/$i" /$i
    662 done
    663 echo ""
    664 echo "${GREEN}>> Read-only CD/DVD system successfully merged with read-write /ramdisk.${NORMAL}"

  2. #52
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    So at the moment in fact it is not possible to save changes ... .
    You are correct. Perhaps the Knoppix devel team wrote some script that will do it, but I haven't found it.

  3. #53
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    13

    v3.8

    Downloads at http://www.winfuture.de/news,19477.html will link to
    ftp://3dnow.de/KNOPPIX_V3.8-2005-02-...IT_Edition.iso
    http://ftp.linuxcenter.ru/iso/Knoppi...IT_Edition.iso
    MD5-Prfsumme: a5055a7eb262752ba099bfaa7f1012d9
    When overloaded use
    Bittorrent: http://www.boegenielsen.dk:6969/torr...3c28a7.torrent

    Boot OK on SATA.
    For hyperthreading SMP use (like all 2.6.x kernels): knoppix acpi=off
    And for a US keyboard: knoppix lang=us acpi=off
    The '=' is "Shift 0".
    If your USB mouse is not recognized: disconnect and reconnect

  4. #54
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    I guess the Kantonix like menu system that Fabian mentioned didn't make it into the 3.8 CeBIT version. Too bad, it seems like it would save new users a lot of problems (particularly since newer versions of Knoppix are much more agressive on booting).

  5. #55
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    13
    Kanotix 2005-1 ( with kernel 2.6.10-kanotix-8 ) uses apm poweroff in most settings and will like Knoppix 3.8 ( with kernel 2.6.11 and acpi=off ) only recognize 1 of 2 CPUs on Intel SMP PCs.

  6. #56
    Junior Member registered user
    Join Date
    May 2004
    Posts
    11
    There's a good article by Kyle Rankin (author of Knoppix Hacks): "Knoppix 3.8 and UnionFS. Wow. Just Wow."
    http://www.oreillynet.com/pub/wlg/6654

    According to Rankin: "This also means that if you set up a persistent home directory, you can potentially back up all of these changes and restore them at boot. In fact, Knoppix 3.8 already has a modified persistent home script that does just this (although it's still a beta feature so expect to see bugs here and there). Knoppix can even detect when you have done this on a drive when it boots, and will let you choose what features to restore from this image (if any). If you let it time out, Knoppix does the safe thing and doesn't load any of the settings."

  7. #57
    Junior Member registered user
    Join Date
    May 2004
    Posts
    11

    Re: Knoppix 3.8 for Windows

    Quote Originally Posted by chris-uk
    I've put a Knoppix 3.8, modified so it will also run under Windows, in amongst my other torrents at http://home.btconnect.com/chrisandcarolyn/torrents/. It is set up for US English .......
    Thanks Chris, that's a great contribution. The torrent is very slow, though. I'm getting 1-10 kB/s; usually I get about 150 kB/s. So far I've downloaded 107 MB and uploaded 268 MB, with an estimated 32 hours to go.

    If anyone out there has successfully downloaded this iso, how about starting up your bittorrent client again for uploading so others can download it?

    Info on configuring your router for faster bittorrent downloading and uploading is at http://p2p.weblogsinc.com/entry/0401842428674831/

  8. #58
    Senior Member registered user
    Join Date
    Oct 2004
    Location
    london town
    Posts
    220
    the knoppix qemu got mentioned on slashdot so the forum go slashdotted :O

    nice work though chris

    http://slashdot.org/article.pl?sid=0...10216&from=rss

    so alot more seeds to come along im still getting 2kbs though and im uploading 29kbs

  9. #59
    Member registered user
    Join Date
    Jun 2004
    Posts
    89
    Here's another download link, which for the moment has good speed. M
    ftp://ftp.wustl.edu/pub/linux/distri...IT_Edition.iso

  10. #60
    Junior Member
    Join Date
    Mar 2005
    Posts
    3

    Sorry,

    I'm confused.

    I am running Windows XP SP2.

    I dl'd the Knoppix-for-Win CD from the many torrents.

    I insert the CD, it chugs for a bit....and then nothing.

    I try to execute the qemu-knoppix and qemu-win .bat files, and
    they just close the CMD prompt.

    What am I doing wrong??

    Thanks,
    ers

Page 6 of 16 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. Knoppix 3.8 (CeBit) Live CD - Help!
    By Becu in forum MS Windows & New to Linux
    Replies: 5
    Last Post: 04-08-2005, 04:12 AM
  2. First impressions of Knoppix 3.8 (CeBit Edition)
    By eco2geek in forum The Lounge
    Replies: 13
    Last Post: 03-29-2005, 03:14 PM
  3. Replies: 2
    Last Post: 10-13-2004, 07:49 AM
  4. Replies: 35
    Last Post: 10-03-2004, 01:39 AM
  5. Any word on new Cebit Edition of Knoppix
    By Jack_ in forum General Support
    Replies: 2
    Last Post: 03-18-2004, 08:27 PM

Posting Permissions

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


IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED picture

IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED

$99.99



IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



ibm server z series picture

ibm server z series

$16000.00



IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs picture

IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs

$49.74



IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server  picture

IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server

$209.98



IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server picture

IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server

$191.99



IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES picture

IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES

$26.97



IBM System x3550 M4 Server 2 x Intel Xeon E5-2609 36GB RAM No HDDs picture

IBM System x3550 M4 Server 2 x Intel Xeon E5-2609 36GB RAM No HDDs

$68.84



IBM Power S822 8284-22A 2.5

IBM Power S822 8284-22A 2.5" 12-Bay 64GB 2X 00ND478 2X 00E2865 *READ*

$599.99



IBM Lenovo X3650 M5 2U 8x 2.5” CTO Rack Server – 2x HS, 2x 750W picture

IBM Lenovo X3650 M5 2U 8x 2.5” CTO Rack Server – 2x HS, 2x 750W

$199.00