Jump to content

rescue

Members
  • Posts

    37
  • Joined

  • Last visited

Posts 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. 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.

  3. Well, I spent some time trying to learn C programing.  I coudln't even get hello world to compile.  I get all sorts of error messages no matter what I do.  I'm running mandrake 10.0.  This is the source code of my little program.  I have no idea what I'm doing wrong.

    ;; This buffer is for notes you don't want to save, and for Lisp evaluation.

    ;; If you want to create a file, visit that file with C-x C-f,

    ;; then enter the text in that file's own buffer.

     

    /* hello.c */

    /*#include <stdio.h> I commented this out cause it was giving me all sorts of errors*/

    int

    main(void)

    {

      printf("hello, world!\n");

      return 0;

    }

     

    Hey, I got it to work, remmber to delete the stupid nots at the top of the emacs, it messes up compiling real bad and will turn you into a flustrated newbie.  :lol:

     

    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

  4. 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?

  5. 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]

  6. 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...