Slashdot Mirror


User: gallir

gallir's activity in the archive.

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

Comments · 178

  1. Oh! my god, I'm scared on SCO Might Sue Linus for Patent Infringement? · · Score: 1

    Months ago I've made public a one liner patch... patched my kernel. Mama, mama!!!

  2. Re:NFS on Distributed Filesystems for Linux? · · Score: 3, Informative
    Handling connection/disconnection is your automounter daemon "autofs".

    Disconnection in a DFS means a certain degree of replication: you still are able to work on your files even you you have no access to you repository, or you are off-line. Autofs doesn't do that, altough you can have some rsync's scripts to partially solve the problem, it's not a scalable or viable workaround for several users.

    NIS on the other hand is not a good solution for WAN connections or different networks. Should you use this kind of soultion, I'd take a look to openldap instead.

  3. Re:NFS on Distributed Filesystems for Linux? · · Score: 5, Insightful

    Naaaaaaaaaa.....

    NFS is not distributed, it's only "networked" or "remote". I t doesn't support any: replication, disconnection, sharing, distribution. It is centralised, requires the same user names|numberpace and security.

    In one word, it's far away of the requirements, at least if you compare them with the listed FS in the question.

  4. Execs, wrong C example on What I Hate About Your Programming Language · · Score: 1
    He said:

    Quick, what are the differences between execl, execlp, execle, execv, and execvp? If you're not using these every day, you'll be hitting man 3 exec often.

    It's plain wrong in the example. The execs...semantics are pretty clear, every letter has a concise meaning:

    • "l" (linear?) means all argvs to the program are passed in a variable number of arguments. That's to say, the arguments to the program are explicit in the paramaters of the funcion. The number is variable, the end marked by a NULL argument.
    • "v" (virtual?) means almost the oppossite, that the arguments of the programa will be passed from a variable sized array of char pointers, the last one indicated by NULL.
    • "e" (environment) You also pass the environment variables as argument.
    • "p" (path) Search the executable in the directories especified in the environment variable PATH.
    So, as a OS teacher, I see them quite clear, sistematic and consistent, at least much more clear than strncmp()/ strncasecmp(), just to mention a pair.
  5. Finally... on Buckminsterfullerene Strikes Again - Nanotube RAM · · Score: 4, Funny

    I'll be able to start a Java applet in Mozilla running on top of KDE.

    Just kidding, in fact I just want to run Nautilus.

  6. Standards, standards on GoboLinux Rethinks The Linux Filesystems · · Score: 5, Funny

    Yeah,, yeah, standards are good, you have many to choose from.

  7. Re:do people really? on Stallman Meets KDE Team for Tea · · Score: 2, Funny

    God damn, who is Joe Sixpack?

  8. It's true on Energy From Vibrations · · Score: 1
    My wife allway tell me she feels energized after using her dildo.

    It's also confirmed by that vibrating rabbit in the TV ads...

  9. Re:pah, yahoo.com is totally useless on Google Vs. Yahoo: When We Last Met... · · Score: 1, Informative
    Have you noticed that the size of the google logo is 8.5 KB?!?

    Wrong, wrong, wrong:

    • 3383 characters
    • 180 words
    • 13 lines
    Basic wc usage:

    ls -l google.html -rw-r--r-- 1 gallir gallir 3338 2003-04-07 15:35 google.html

    $ wc google.html
    13 180 3338 google.html

  10. Re:Gnome Lagging Behind KDE on Slashback: Humility, Patents. Vapor.com · · Score: 0, Troll

    So, you Miguel are a registered user and read/write in Slashdot, naaaaaaaa... surely you also read The Register and the Spanish "Hola" magazine.

  11. Of course on Good News For Creating Quicktime On Linux · · Score: 2, Insightful
    Go to Bulma (spanish).

    In Debian is basically:

    apt-get install qt6codecs

    If you have:

    deb http://marillat.free.fr/ unstable main

    in your sources.list.

    BTW: why the parent was moderated "funny"?

  12. Re:Its rather simple. on How To Get Hired As An Open Source Developer · · Score: 2

    Free as beer or free as freedom? They just look for people who will work "free as beer", so be nice.

  13. Re:Interesting on DHTML Bug Found in Mozilla 1.2 · · Score: 2
    ... This advice is akin to saying that one shouldn't buy a Honda because they are targeted by thieves -- it's not saying that Hondas are easier to steal than other cars....

    Most of the thieves are so lazy that they avoid hard targets.

  14. Re:Still useful on PINE Releases 4.50 · · Score: 3, Insightful
    can't really understand the reason to add threading support... It's kinda like putting a bigger engine in a Corvette without putting more rubber on the ground.. It's a waste really, the program is so fast already with such low overhead that I have never had any problems with speed... Maybe I'm just missing something and there really is a great reason for this... I just don't see it.

    Bad, bad, moderators :-). He is not a troll, he's a moron.

    It doesn't mean anything like "POSIX Threads. "Threads in Pine" means "message threading", you know, that magic thing that sort and "join" related messages. As my answer to you, here in /.

  15. Yes, they did on Have Fujitsu Harddrives Been Failing in Record Numbers? · · Score: 2
    Last week I've lost my disk, after failing for months. I thought ReiserFS was the guilty. When the disk was unrecoverable, I checked it with badblocks -f, it was the hardware.

    Sorry Hans, and respects to your mother :-)

  16. What File System, console login and more on PPC Linux vs. Mac OS X Server: Linux Edges Out · · Score: 4, Interesting
    Something which I didn't find. Which filesystem did he used for the tests?

    OS X FS (HFS+) is not journaled. OTH, which FS in Linux? Ext3 is journaled and not very good for large directories without htree patch. ReiserFS is really fast for small files and creating new files. XFS very fast for large files...

    That's to say, the filesystem is possibly the bottleneck for those database and sandmail test. And don't forget the huge amount of apache log lines generated during the benchmarks.

    OTH, why did he disable fsync in sendmail? Any doubt in filesystem/cache performance on OS X?

    And.. for god sake, he didn't found how to disable the Aqua environment? And the console login whithout a password, what? One of my student found it in couple of seconds in Google.

    Cony!

  17. Hit Linus on Chrysler Adopts Linux For Vehicle Simulations · · Score: 2
    Finally Bill Gates found the way to hit Linus with a bus. errr, no, literally, no... err, did you say Linux and crash? That's an oxymoron guy, surely, Billy is behind the scenes.

    Err... yes!, Linux?, crash?, Crysler?, Linus doesn't write in linux-kernel for a few days... Oh my god, it's true. They hit Linus!!!

  18. Re:ummm...a little fishy on Europe Net Users Now Outnumber US/Canada · · Score: 2

    So, is it fair for you if a poll saying the opposite comes from an American company?

  19. New DoS attack on If You Hack NBC, You Don't Get to Meet Tom Brokaw · · Score: 2
    http://online.securityfocus.com/news/595 is /.ted, so they will send in few hours a new security report of the worst DoS they just found.

    ...to avoid the DoS attack, avoid writing anything which could be interesting to those geek/nerds/freaks that waste their whole life in...

  20. DNUG and slashdot.. on Support Your Local ... DNUG? · · Score: 2
    Something smells bad? .Net? Add banners?

    Get'em all, from Slashdot too :-):

  21. Re:same as laws.. on Too Many Patents as Bad as Too Few · · Score: 2
    All in moderation, as one smart person said.

    Moderation? Slashdot moderation? urgh....

  22. What's "broadband" in AT Cable? on ATT Raises Prices for Cable Modem Owners · · Score: 2
    I am a reader from Spain and wanted to compare prices between local cablemodems and adsl vs. USA prices. I've read the article but although it does describe prices, it doesn't specify the bandwidth (it's like saying "bananas price is 10 cents" and you get no idea, one banana? a pound?..).

    So, what's the bandwidth of the prices described in the link?

    PS: In Mallorca (Balearic Islands, Spain) a 300 kbps cable modem is about $38. 256 kbps ADSL about the same, taxes included.

  23. Doubt... on 1.3GHz Duron Arrives · · Score: 2

    With or without the extended paging bug?

  24. Re:ext3, a journaled ext2 and not much more... on ext3fs in Linus' Kernel Tree · · Score: 2
    Journaling file systems cannot ensure file system consistency after a crash in kernel code

    You are completely wrong. __All__ journal file systems assure __filesystem__ consistency, which means that metadada consistency is guaranteed.

    Some of them don't assure data consistency, which means the data __in__ the file could be inconsistent if there were changes not commited to disk.

    AFAIK, ext3 also provides/provided (it's expensive) data consistency.

  25. We were suprised as well on The 2.5 Kernel Tree And Alan Cox · · Score: 4, Interesting
    Curious we discussed this issue in our LUG web page (in Spanish) three days ago. We were surprised Alan seems not to want the job, and Marcelo Tosatti didn't answer publically.

    OTH, Linus continues assuming is Alan the responsible (Spanish too).