Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    228

    [ubuntu] GNU screen over ttyS0 locks up

    This is shooting bullets in the dark but I've got a Wyse 60 dumb terminal hooked up to ttyS0 on an IBM server running Hardy and it seems to work fine except for when I run the 'screen' command.
    As...
  2. Replies
    3
    Views
    2,069

    [ubuntu] Re: setting up DSL connection

    Uhh, ok, what's the 'service' field for though?
  3. Replies
    3
    Views
    611

    [ubuntu] Re: raid auto-assemble broken

    I guess I was right - auto-assembly of RAID arrays is impossible. Looks like if you want auto assembly, you have to spend some $$ on a hardware RAID card.
  4. Replies
    3
    Views
    611

    [ubuntu] Re: raid auto-assemble broken

    I've got a DLT tape drive that runs daily backups so that's fine. What's so hard about recovering from a corrupt disk? Replace the drive, resynch the array, redetect the volume groups and mount...
  5. Replies
    3
    Views
    611

    [ubuntu] raid auto-assemble broken

    I upgraded from Dapper LTS to 8.04 LTS and now my RAID arrays never assemble automatically. What happened? I run LVM on top of software RAID for my data drives and they don't auto-mount on bootup...
  6. Replies
    6
    Views
    778

    [ubuntu] Re: running mysql 3.23 on 8.04 LTS

    Well for future reference, that worked! I had to modify the 3.23 dump file so that all fields named:

    TYPE
    FROM
    READ
    TO

    got changed to

    `TYPE`
  7. Replies
    6
    Views
    778

    [ubuntu] Re: running mysql 3.23 on 8.04 LTS

    Oh man I think I found the answer to my problem - I noticed when playing with the SQL admin, when it creates the field names it puts *backward quotes* around field names!!! I tried puting backwards...
  8. Replies
    6
    Views
    778

    [ubuntu] Re: running mysql 3.23 on 8.04 LTS

    That's weird - you're right it does seem to work on my PC which is gutsy.
    On the server I do this:

    shell> mysql -u root
    create database ProdNum;
    quit
    shell> mysql -u root <test.sql
    ERROR 1064...
  9. Replies
    6
    Views
    778

    [ubuntu] running mysql 3.23 on 8.04 LTS

    Hi is there any way to run mysql 3.23 on Hardy Heron 64bit server Ed.?
    I for the life of me cannot get sources to compile or find a binary distro that will start up.
    The reason I have to use 3.23...
  10. Replies
    14
    Views
    5,928

    Re: PDF to ODF convertor??

    It works but it's flaky as hell under gutsy. I use it to convert odt files to MS Word doc files. It's the only thing in the world that can do it in a shell script.

    It uses the the UNO bindings...
  11. Replies
    4
    Views
    2,423

    Re: How to set gcc 3.4 as default

    Works for me, thanks!
  12. Replies
    4
    Views
    2,423

    How to set gcc 3.4 as default

    I had gcc 4.0 installed but I've got an app that needs to be compiled in gcc 3.4. I did a

    sudo apt-get install gcc-3.4

    and it installed ok but when I run gcc, it's still using ver. 4.0. I...
Results 1 to 12 of 20