Slashdot Mirror


User: hubertf

hubertf's activity in the archive.

Stories
0
Comments
224
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 224

  1. NetBSD on Accelerated nVidia Drivers for FreeBSD · · Score: 3, Insightful

    I'd like to see this (at least) for NetBSD too, and maybe not only for PCs.

    => Open-Source these drivers, please!

    - Hubert

  2. Re:Disk to Disk Cloning? on Ghost for Unix · · Score: 2

    Please read a dd(1) manpage somewhere.

    rwd0d is the raw device (r) of the first IDE disk (wd0), using a special partition (d) that spans the disk from the very first to the very last byte.
    I *think* it's the same as hda under Linux, but I'm not sure there.

    - Hubert

  3. Re:I fail to see anything new here? on Ghost for Unix · · Score: 3, Insightful

    Of course there is nothing new in g4u, it's just Unix after all.

    But why spend an afternoon surfing the web for alternatives to Ghost, DriveImage and friends when you can rewrite your own version from which you know what it does, and while there get famous on /.?

    - Hubert

    P.S.: Does Ghost etc. support Gigabit Ethernet? USB Ethernet? Token Ring? No? Of course not - have fun finding the necessary DOS drivers.
    See the g4u webpage for reasons why I wrote this. :)

  4. Re:DOES NOT WORK on Ghost for Unix · · Score: 2

    Help how? If you follow the instructions on the web page closely, you will see it'll warn you to ignore the errors (well, the first ones - missing 'rm' is a hitch I'll fix in 1.9 :-).

    After that, you should be able to deploy the disk image.

    - Hubert

  5. Re:Bug report on Ghost for Unix · · Score: 2

    No, sorry. Blame the NetBSD folks! :-)

    - Hubert

  6. Re:Seems like a good idea. on Ghost for Unix · · Score: 3, Informative

    1. slow: yes. It reads the whole disk and compresses it, then when it's moved over the net it's decompressed again and written back to disk. Esp. compression is very slow, at deployment the bottle neck is somewhere between disk and network.

    The only way to work around that is to add some intelligence WRT file systems, which is exactly what tools like ghost etc. do. g4u does not do so to remain simple, and be able to clone _any_ operating system or combination of operating systems. See the web page for more background!

    2. bit corruption:
    do you trust your harddisk to give you back the bits you hand it over? I do, and if we can't do that one day, we all have a problem.

    - Hubert

  7. Re:Good for clusters on Ghost for Unix · · Score: 2

    Yeah, have fun with that, no prob!
    I did a 45-machine cluster with g4u, see
    www.feyrer.de/marathon-cluster/ :-)

    (Of course the machines were running NetBSD too, doing a video rendering job)

    - Hubert

  8. Re:Disk to Disk Cloning? on Ghost for Unix · · Score: 2

    I guess I should really add this next time.
    For now you can do:

    dd if=/dev/rwd0d of=/dev/rwd1d bs=1m progress=1

    (Yeah, that's Unix! I will give you a shell wrapper in g4u 1.9. Suggestions for a name, anyone? :-)

    - Hubert

  9. Re:Welcome, but I still screwed it up on Ghost for Unix · · Score: 2

    That's interesting... we use g4u to deploy images with Solaris/x86 and Win2k, no problem there.
    Did you use different disk sizes in the process?

    Reply by mail preferred (hubert@feyrer.de).
    Thanks!

    - Hubert

  10. Re:Linuxdays on NetBSD @ linuxday.lu · · Score: 4, Interesting

    Um, it's _usual_ for _any_ Linuxday (that I've seen) that there are a few geeks, and only clueless people otherwise. That's what we all like about Linux isn't it - new land to discover?:)

    - Hubert (using Unix since 1989, NetBSD since 1993,
    Linux since it morphed from an OS to a
    buzzword :-)

  11. Re:It's spelled PORTUGUESE! on NetBSD 1.6 Released · · Score: 2

    Fixed! :)
    (The change will be on the web site within an hour)

    - Hubert

  12. historic: Sim City (1993, on sunOS) had pie menues on Pie-Menus in Mozilla · · Score: 2

    Last (and first ;) time I've seen pie menues in action was about 1993 in that Sim City clone that ran on SunOS (on SPARC hardware, of course :).

    - Hubert

  13. Re:What for? on NetBSD Now Supports Dual Power PC Processors · · Score: 4, Informative

    Um, maybe not all PPC hardware is made by Apple?
    Look at the list of NetBSD ports that use a PPC:

    amigappc bebox macppc mvmeppc ofppc pmppc prep sandpoint walnut

    Of these, only 1 runs OSX.
    All of them run NetBSD though.

    - Hubert

  14. One up: Industrial & Noise on Electronic Music 101? · · Score: 2
    A few more styles and bandnames from the harder electronic corner:

    * Industrial: Rhythmic, but no beat.

    Bands like Winterkaelte, Axiome, M$ Gentur, Folkstorm, Rasmussen, Haus Aragna, Genocide Organ, Asche, Morgenstern.

    * Noise: no rhythm, no beat. Just pure noise. :)

    Bands: Masonna, Government Alpha, Einleitungszeit, Merzbow.

    * Drum'n'Noise: very beat-oriented, but lots of distortion.

    Bands: S.I.N.A, Mono No Aware

  15. Re:NetBSD isn't on that platform on FreeBSD s/390 Port in the works · · Score: 2

    And it will do what in the embedded application?
    Server type things, of course! :-)

    - Hubert

  16. Re:Does this mean that... on FreeBSD s/390 Port in the works · · Score: 2

    > Is the 2 CPU limitation an X86-only thing that
    > I'm ignorant of (quite possible)?

    I've ran NetBSD on a quad-Xeon machine.

    - Hubert

  17. Sun uses ssh on SSH-Based Solutions - Looking for Industry Proof? · · Score: 2

    Sun Professional Services uses SSH to access the machines they are administrating. I guess if it's secure for all their customers, it should be good enough for the application in question too.

    - Hubert

  18. Re:How or does it... on ``NetBSD Live!'' Boots Directly Into KDE2 · · Score: 2

    VM is handled the usual way using MMU, pages etc.
    If it comes to swapping/paging, you can configure a local partition to do just that. If there's no backing store, the allocating process has a problem. :)

    - Hubert

  19. What we can learn from history on Linus Does Not Scale · · Score: 2

    Some 20 years ago, another open source operating system development group[*] had the same problem. At that point, several people had access to the source tree, each one supervising a certain area, reviewing and accepting patches for his area.

    When that wasn't enough any more, several people were brought aboard to handle one area.

    That's how things still work today, with a core team doing architectural guidance, developers who have write access to the source tree and who can make modifications on their own, of sent in by contributors and reviewed by the developers.

    - Hubert

    [*] The Computer Science Research Group, working on the Berkeley System Distribution's Unix variant.

  20. FrameMaker on MS Office for OSX? Why not for Unix as Well? · · Score: 2

    All we really need is a decent text processor, and that's what FrameMaker would be. Unfortunately, the marketing crew of Adobe decided to can the Linux version (which still works fine here on NetBSD, when I reset the system date ;-).

    Of course even if there was a FrameMaker for Linux the price is another thing...

    - Hubert

  21. Where have all the unix platforms gone? on Netscape 6.2 · · Score: 3, Interesting

    Personally, I need binaries for:

    * Solaris 8/x86 (!)
    * Solaris 8/sparc
    * NetBSD/i386

    Please!

    - Hubert

  22. Need an admin? on Sun Releases Starcat · · Score: 2

    8+ years of Solaris admin experience available.
    Contact hubert@feyrer.de.

  23. Waiting for Bard's Tale on Ultima 1 Remade & Reborn · · Score: 4, Interesting

    I'd actually consider finding spare time for THAT.

    - Hubert

  24. No plugins on (Net)BSD either on Mozilla 0.9.2 Storms Out The Gates · · Score: 2

    but that's due to lack of a native Flash plugin, I guess. :(

    - Hubert

  25. understaffed IRC client developer team on Mozilla 0.9.2 Storms Out The Gates · · Score: 2

    I canot really comment on the fact if the developers' team is understaffed or not, but I'd prefer if the people would concentrate on the web browser. I know where to get a HTML Editor/Mail/IRC/whatever when I want one.

    But that's probably just me. If software doesn't include the kitchen sink today it's not complete.

    - Hubert