Jump to content

rescue

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by rescue

  1. I have a INI-A100U2W scsi hard disk. When I install system, it finds the correct driver and I can accsess drive. Install goes fine. (I install bootloader on floppy) But when I boot it seems that it won't load the INI-A100U2W module. The last kernel messages are: VFS: Mounted root (ext2 filesystem). Red Het nash version 3.5.24-mdk starting. Loading jbd.ko module Loading ext3.ko module Mounting /proc filesystem Mounting sysfs Creating device files Creating root filesystem mount: error 6 mounting ext3 flags. well, retrying without the option falgs mount: error 6 mounting ext3 well, retrying wread-only withouyt anyflags mount: error 6 mounting ext3 pivotrot: pivot_root (/sysroot,/sysroot/initrd) failed 2 Remounting devfs at cvorrect place Freeing unused kernel memory: 188k freed kernel panic: No init found. try passing init= option to kernel. ???
  2. Great! Never expected a lot from B2 but this one rocks. My bluetooth works with no configuration after install!!!
  3. I didn't want to create a new thread abot installing MDK 10.1B. I install it over internet from some cooker mirror. Everything goes fine but when instalation is over and computer reboots it freezes completely when it tries to start dm ( display manager )?
  4. Sorry a bit offtopic but. You can install linux over internet and I don't remember there been a mandrake 9.3 :)??
  5. You have to check how is your router set up. By default it will share ip's with dhcp. You have to turn this off. Check your ISP's DNS's. Set up ypur computer to get the IP manualy. Give him (her :D ) an IP something like 192.168.0.1, set up your dns servers what you got from the router and set gateway to your raouter IP. Now you have LAN and internet. Sorry my bad language.
  6. Yes, with Qt Designer it's easy to design GUI ... but KDevelop has MUCH better "code designer". Why isn't there a GUI designer for KDevelop? I'v been doing Delphy for like 5-6 years but Kylix isn't the right tool :) ... So it seems that I have to write a GUI designer for kdevelop :D
  7. Or you can do this in C++ way #include <iostream> using namespace std; int main(){ cout << "Hello World! << endl; return 0; } compile it g++ your name.cpp
  8. I am a big KDE fan and like to create things (programs ;)) but I'm a quite newbie in linux (specialy in linux software development). I sopose KDevelop is the main application to build some nice applications with nice GUI. It seems that KDevelope it self doesn't have gui designer. How do I desing GUI with KDevelope? Can somebody give me a link to a nice tutorial / documentation for beginner?
  9. Thnx man! :) works ... I put my companys 20 2Ghz macihnes to do SETI :D
  10. Yes, I'll try. ... another noob question :) ... how can I execute / start a script on boot time? :)
  11. I have problem with running seti@home at computer startup. In the readme they say: If you want setiathome to be started automatically, you can set up a cron job. Add the following line to your crontab: 0 1,5,9,13,17,21 * * * cd <setidir>; ./setiathome -nice 19 > /dev/null 2> /dev/null Where <setidir> is the directory where the setiathome client is installed. This cron job will attempt to start the client once every four hours. If it is already running, the next invocation will do nothing. If the client is not running, it will be started. ps. my crontab look slightly different (-nice 19 ?? nice -n 19) i modified it a bit to check it every hour: 01 * * * * cd /home/xxx/setiathome308; ./setiathome -proxy cache:3128 -graphic s nice -n 19 > /dev/null 2> /dev/null But it doesn't work...? [moved from Software by spinynorman]
  12. I don`t know if this is a hardware (hardly) or a software problem or is it a cups problem or kde`s. Anyway I have 700Mhz duron + HP 1150 connected to usb card and shared to network. Everything prints out great, HP1150 is a great printer, but after a while printer stops - I mean when I go to Kde`s print manager and I look et my printers listing then my printer ist topped (red mark with X on it). Right click on it with many jobs waiting of course. Right click on it and "start printer" and printing continues. I tried to figure out how this happends but I couldn`t. I printed myself and let everybody else in network to print and nothing but after a 15 minutes secretary calls again.
×
×
  • Create New...