Page 16 of 18 FirstFirst ... 61415161718 LastLast
Results 151 to 160 of 175

Thread: Knoppix Version 3.4 Released

  1. #151
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Re: terminal server configuration.

    Quote Originally Posted by dbrower
    I understand now. I had not run through the complete server config,
    and when I copied the /tftpboot stuff to the actual machine that is my
    dhcp/pxe server, it was unconfigured with the unmodified contents of
    /tftpboot, which would not work.

    I do not like having to pre-configure the network drivers. I think it would
    be better to have a bigger miniroot that contained all the net drivers
    and did its own detection, as the cdrom version does. I may whack
    that together. Since we're going to end up copying 100 MB of stuff
    eventually, copying the additional 6M of more network modules in
    the miniroot doesn't seem like much of a burden.

    thanks,
    -dB
    I agree, but when trying to get a miniroot including all the network drivers, the system locked up in some driver (which obviously I didn't need) and I couldn't get the system to boot. I had to go back to a "raisonnable" set of drivers to get a "working" config. So I understand Klaus wich allow each one of us to customize his miniroot according to his needs. But it would be good to have a default which includes all the drivers mostly used and known to work well together with a good and fast auto-detection and without any lock up.
    Gilles

  2. #152
    Junior Member
    Join Date
    May 2004
    Posts
    5
    when trying to get a miniroot including all the network drivers, the system locked up in some driver (which obviously I didn't need) and I couldn't get the system to boot. I had to go back to a "raisonnable" set of drivers to get a "working" config.
    I don't mean to put all the drivers into the kernel, which would be the result of including them all at the moment. What I mean is to include them all in the miniroot, and then change the linuxrc script to do real detection of them and only install the correct one(s). What is does now is load everything you have in the miniroot, which is why it is awkward to include them all. Since the good autodetection is already around, the terminal server should use it as well as the CD system. This is what I'm thinking about putting together -- a changed linuxrc that will autodetect the net driver needed to nfs mount the KNOPPIX.

    -dB
    [/quote]

  3. #153
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by dbrower
    Since the good autodetection is already around, the terminal server should use it as well as the CD system. This is what I'm thinking about putting together -- a changed linuxrc that will autodetect the net driver needed to nfs mount the KNOPPIX.
    -dB
    I am 100% with you then.
    BTW, I have trouble accessing page 11 of this news/topic. Page 10 is the last one I can access from the top of the page (Goto page ...). Is there a limitation to 10 pages in this forum ?
    GvR

  4. #154
    Junior Member
    Join Date
    Oct 2003
    Posts
    27

    More bugs in Knoppix 3.4?

    I installed K 3.4 on my hard disk the day it came out and have been using it since then. I have, however, encountered three problems which I would like to know if anyone else has had, and know if anyone knows how to solve them?

    1. Even though I have run the network card configuration script and successfully configured the card, every time I restart the computer the network doesn't work. On the startup screen I can see it backgrounding the DHCP server (which I do not need because I have a fixed IP). When I re-run the script, all my values are there, and I just click on OK, and then the card works fine. But I have to do it by hand every time...

    2. By default cupsd doesn't start. I have to su to root and start it by hand. I have tried dkpg-reconfigure cupsys but the daemon will not start automatically.

    3. The strangest of all. When I first did the installation, K 3.4 put a load of icons on my desktop that I did not need, so I deleted some of them and changed the name of others to more meaningful names, and everything is fine, but when I reboot (or plug in my USB pendrive), I loose all the changes I have made and get all the original icons? Strange.

    Any suggestions would, as usual, be very well received.

    Tim

  5. #155
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297
    Quote Originally Posted by Jack_
    Suggestions for 3.4 5-10 HD Install issue?

    Here's the output after a restart into a HD beginner install:

    root@knoppixlt:/home/jack# netcardconfig
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Xdialog: Error initializing the GUI...
    Do you run under X11 with GTK+ v1.2.0+ installed ?


    Any ideas never had an issue with 3.3?
    No bug.

    Please add it to Bugs/Installer-Bugs though ...

    I'll explain:

    Root is no longer allowed to access the users display due to security reasons.

    Just do:

    su - # creates new environment for root

    and use netcardconfig in text modus.

    Or:

    use:

    kdesu netcardconfig

    cu

    Fabian

  6. #156
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297

    Re: More bugs in Knoppix 3.4?

    Quote Originally Posted by timread
    I installed K 3.4 on my hard disk the day it came out and have been using it since then. I have, however, encountered three problems which I would like to know if anyone else has had, and know if anyone knows how to solve them?

    1. Even though I have run the network card configuration script and successfully configured the card, every time I restart the computer the network doesn't work. On the startup screen I can see it backgrounding the DHCP server (which I do not need because I have a fixed IP). When I re-run the script, all my values are there, and I just click on OK, and then the card works fine. But I have to do it by hand every time...

    2. By default cupsd doesn't start. I have to su to root and start it by hand. I have tried dkpg-reconfigure cupsys but the daemon will not start automatically.

    3. The strangest of all. When I first did the installation, K 3.4 put a load of icons on my desktop that I did not need, so I deleted some of them and changed the name of others to more meaningful names, and everything is fine, but when I reboot (or plug in my USB pendrive), I loose all the changes I have made and get all the original icons? Strange.

    Any suggestions would, as usual, be very well received.

    Tim
    Hi,

    please add al bugs to the bugs-page / knoppix-installer

    1. is a bug. I added some code to make sure this won't happen. Obviously it did not work.

    2. fixed in new version and same as 1). "Workaround" for now: as root do:

    update-rc.d cupsys defaults

    3. Hm, well you need to change mkdesktophdicons and disable it somehow ...

    Its a feature not a bug ...

    I don't know how to fix that yet though ...

    cu

    Fabian

  7. #157
    Junior Member
    Join Date
    Oct 2003
    Posts
    27

    Re: More bugs in Knoppix 3.4?

    Hi Fabian:

    I'd just like to take the opportunity to thank you for the good work on Knoppix, I would support the idea of paying you guys for your work, but that is another thread.

    Quote Originally Posted by Fabianx
    please add al bugs to the bugs-page / knoppix-installer
    I would love to, but when I connect to the Bugs section I am asked for another login and password - is their a FAQ about how to use the Bugs mechanism? It would be useful to know so that we can all help make Knoppix better.

    Quote Originally Posted by Fabianx
    1. is a bug. I added some code to make sure this won't happen. Obviously it did not work.
    Ok, it's not the end of the world to re-run the script when I reboot the machine, since K 3.4 is so stable, I don't do it that often

    Quote Originally Posted by Fabianx
    2. fixed in new version and same as 1). "Workaround" for now: as root do:
    update-rc.d cupsys defaults
    Worked like a charm...

    Quote Originally Posted by Fabianx
    3. Hm, well you need to change mkdesktophdicons and disable it somehow ...

    Its a feature not a bug ...

    I don't know how to fix that yet though ...
    Well, maybe it is a bit ugly but I found that:

    chmod 0 /usr/bin/mkdesktophdicons

    Seems to have done the trick, at least my desktop does not change without me asking it to do so.

    Thanks.

    Tim

  8. #158
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    To add anything to the WIKI, scroll to the bottom, type your forum username in the box, and click Edit, which should be just above and to the left of that name box. If the screen is asking for both a login and password, back up to the previous screen. No password is necessary - just name and Edit.

  9. #159
    Junior Member
    Join Date
    Apr 2003
    Location
    Netherlands
    Posts
    4
    Klaus, Fabian and everybody else responsible for Knoppix, in one word:

    BRILLIANT

    Boot with kernel 2.6 and toram (1Gb Ram), it's fantastic. In 5 minutes listening to music, browsing Internet and chatting. Installed the Flash plugin and looked at the flash page of my club

    Vielen dank fur dieser Knoppix 3.4.

  10. #160
    Senior Member registered user
    Join Date
    May 2003
    Location
    Utrecht, The Netherlands
    Posts
    298

    Re: More bugs in Knoppix 3.4?

    Quote Originally Posted by timread
    Hi Fabian:

    I'd just like to take the opportunity to thank you for the good work on Knoppix, I would support the idea of paying you guys for your work, but that is another thread.
    Quote Originally Posted by Fabianx
    3. Hm, well you need to change mkdesktophdicons and disable it somehow ...

    Its a feature not a bug ...

    I don't know how to fix that yet though ...
    Well, maybe it is a bit ugly but I found that:

    chmod 0 /usr/bin/mkdesktophdicons

    Seems to have done the trick, at least my desktop does not change without me asking it to do so.

    Thanks.

    Tim

    Not realy a clean way to do it, you just made it impossible to run the script at all. you should try to find out where it is started, and remove that line. but I dunnow where its started, it must be some knoppix-script somewhere maybe in init.d or init.rc.

Page 16 of 18 FirstFirst ... 61415161718 LastLast

Similar Threads

  1. Knoppix 3.7 officially released
    By probono in forum News
    Replies: 31
    Last Post: 02-08-2005, 01:05 AM
  2. When will Knoppix 3.8 be released?
    By anton123 in forum The Lounge
    Replies: 2
    Last Post: 11-09-2004, 07:13 AM
  3. Replies: 2
    Last Post: 10-13-2004, 07:49 AM
  4. Knoppix 3.2 2003-03-21 released
    By Tigren in forum News
    Replies: 23
    Last Post: 03-23-2003, 09:54 PM
  5. KNOPPIX 2002-12-12 Released
    By eadz in forum News
    Replies: 1
    Last Post: 03-21-2003, 02:35 AM

Posting Permissions

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


Dell T7810 Workstation 1x E5-2603 v3 16GB RAM Nvidia QUADRO +cables picture

Dell T7810 Workstation 1x E5-2603 v3 16GB RAM Nvidia QUADRO +cables

$120.00



HP Z230 Workstation Towers Xeon E3-1231 V3 3.20ghz 8GB Ram NO HDD picture

HP Z230 Workstation Towers Xeon E3-1231 V3 3.20ghz 8GB Ram NO HDD

$39.96



Dell Poweredge R730xd LFF 14-Bay 2U Server | Choose Your CPU & RAM Config picture

Dell Poweredge R730xd LFF 14-Bay 2U Server | Choose Your CPU & RAM Config

$489.99



HP Z440 Workstation 18Cores Xeon E5-2699 V3 128GB 1TB SSD 2TB WIFI WIN11 R5-340X picture

HP Z440 Workstation 18Cores Xeon E5-2699 V3 128GB 1TB SSD 2TB WIFI WIN11 R5-340X

$309.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$3.87



Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7 picture

Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7

$14.99



Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor picture

Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor

$14.99



Intel SR1XD Xeon E5-2699V3 2.30Ghz 18-Core Socket 2011 CPU Processor Haswell picture

Intel SR1XD Xeon E5-2699V3 2.30Ghz 18-Core Socket 2011 CPU Processor Haswell

$35.00



Matched Pair __ Intel Xeon Gold 6152 2.1Ghz 22-Core 140W CPU SR3B4 picture

Matched Pair __ Intel Xeon Gold 6152 2.1Ghz 22-Core 140W CPU SR3B4

$204.95



HP Z2 G4 SFF Workstation Intel Xeon E-2144G 3.60GHz 16GB RAM 128GB SSD P1000 picture

HP Z2 G4 SFF Workstation Intel Xeon E-2144G 3.60GHz 16GB RAM 128GB SSD P1000

$229.99