Slashdot Mirror


User: zdzichu

zdzichu's activity in the archive.

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

Comments · 374

  1. jail != chroot on Chroot Jails Made Easy · · Score: 5, Informative

    Jail is a term taken from BSD.
    In BSD, jail and chroot are two different things, althrough very similar. There exist two syscalls - jail() and chroot().

    What's the difference?
    Chroot is ordinary chroot, the same as in linux. You do chroot /something bin, and /something becomes root direcorty (/) of run program. This program can't open for example /etc/passwd, because _real_ /etc doesn't exist in it's /. Chrooted program's /etc is in fact /something/etc.
    But if you goot root priviledges you can easily break chroot. Just make a special file named 'hda1' beeing a device node (like those in /dev) inside chroot, mount it, and ... voila! You have access to whole disk. Chroot is broken. Of course, you must have access for making file, but must chroot have.

    Jail is slightly different. It not only hold process in some directory. It's also *restrict* certain *syscalls*. So you can't mount anything, change network settings and some more. Jail is more restrictive and probably you can't break it even if you have root access in jail.

    Jail, because of blocking syscalls, must have some help from kernel. Right now, there is a jail() in FreeBSD and probably NetBSD. OpenBSD don't have it - Theo says it's too complicated to be secure. Also Linux don't have jail().

    If you want more information, browse FreeBSD man pages, avaiable online.

  2. carrying data within your body? on Exchange Email Addresses With A Handshake · · Score: 1

    We have seen how to carry data in one's body. Remember William Gibson's "Johny Mnemonic"? Now we have transmission method, we only have to develop storage.

  3. Re:PLEASE! Do not fork further on VNC, No Longer Orphaned · · Score: 1

    I hope that KDE won't do stupid things like before in case of esound - they invented arts over it, making KDE incompatibile with de-facto standard. They should've used esound.

    Now they could base their shared desktop on IDEAS of VNC, but make it non-compatible :-/

  4. yo *nix hippies on Tom's Hardware Review of Yamaha CRW F1 · · Score: 3, Informative

    cdrecord already supports this technology - browse documentation and search for discopts=, imagefile=. Be sure to prepare 3000x40 image first :)

  5. lack of knowledge on Microsoft PPTP Buffer Overflow; VPNs Vulnerable · · Score: 1

    PPTP service continually listens on an I/O port

    What a bullshit. PPTP service listens on socket bind do tcp/ip port. That's the network 'service'.
    I/O port is a way to communicate with hardware, it's like place in computer memory (RAM) when you can write or read bytes and words of information to control computer hardware.
    I/O port and network port are two different things!!

  6. Re:Alternative to OpenSSL on Slashback: Encumbrance, Silence, Internalization · · Score: 1

    Yes, I know. But for many followers of Richard Stallman, possibility of someone using your code in closed source project is an attack on freedom of code.
    I believe that some linking (during compilation) issues are also important - restrictions in GPL are alleged to keep code free, as in speech.
    (I'm not a GPL zealot. I'm just aware of GNU Public License intentions.)

  7. Alternative to OpenSSL on Slashback: Encumbrance, Silence, Internalization · · Score: 2, Interesting

    Despite fact OpenSSL is so widely used, there exist a project to make GPLed replacement for it - GNU Transport Layer Security Library.

    It is useful for all those people, for whom BSD license is not enough free. I think that TLS (the new name for SSL, BTW) library is mandatory for GNU/Operating System. And because of GNU it has to be GPLed - now it means reimplemented from scratch.
    I also fear, that it will be binary incompatible with OpenSSL - if so, it wouldn't gain popularity. It should be drop-in replacement.

    But we will see - right now you can test it or go and help developing this crypto library.

  8. Re:That's why Europe is ahead on Report: Broadband Too Expensive For Many · · Score: 2, Informative

    In my case it's significantly cheaper to pay $30/month for unmetered cable internet access,

    For me it's 35$/month for unlimited 115,2 kbit connection :-/. But it's real 115,2 kbit - my MRTGs.

    Other option is (where I use Internet now, during academic year) 15$/month for 128kbit link, with in reality is 2mbit link shared with 80 other persons :-((.

    Both of them have hardly outside-poland connectivity. Yep, I live in Poland, in Internet third world.

    Good quality 512kbit link starts at 250$/month. Not whole Europe is ahead US in broadband access.

  9. Re:Mounting Shares on Lindows 2.0.0 Released · · Score: 1

    You can use excellent xsmbrowser. Also XFCE has samba browsing application - looks very good.

  10. Re:Good on AMD Delays Hammer · · Score: 1

    Q: Can Linux, FreeBSD or another open source OS run on "Palladium" hardware?
    A: Virtually anything that runs on a Windows-based machine...


    Since when OPERATING SYSTEMS run on Windows? They are completly independent of software platform, all they need is hardware. Only hardware windows I have are those glass things for looking sttreet outside. But they don't run any OS in other hand ;)

  11. Re:Sample .procmailrc and .forward file on FTC Encourages Consumers to Forward Them Spam · · Score: 1

    beeing dumbass is not an option:

    :0 c
    * ^X-Spam-Status: Yes
    ! uce@fce.gov

  12. Re:Sample .procmailrc and .forward file on FTC Encourages Consumers to Forward Them Spam · · Score: 1

    :0 c
    * ^X-Spam-Status: Yes
    uce@ftc.gov

  13. Re:It's not a lack of confidence. It's economics. on Maxtor Announces 80GB Platters · · Score: 1

    I got a Toshiba laptop with Fujitsu harddrive.

  14. Re:Danger? on P4 2.80GHz Overclocked to 3.917GHz · · Score: 1

    The first symptoms of suffocation by lack of O2 in the air (rather than lack of air) are some kind of euphoric feeling and wooziness,

    How do you think - how that guys felt when they overclocked pIV to IV GHz? :)

  15. oh not on Scientists Find New Way To Destroy Anthrax · · Score: 1

    you mean that there is new way to destroy my anthrax.ds.pg.gda.pl? Please not, it's very peaceful pentium 90 with 80GiB of discs...

  16. Re: /.'ed on Forty-Speed CD-RW Shootout · · Score: 1

    failed after 7 months usage, about 20 disks.

    [...]
    -failed after 6 months usage, about 30 disks.

    [...]
    -failed after 6 months usage, about 50 disks

    [...]-still working after one month use, about 20 disks.



    20, 30, 50 disks... daily? or weekly?
    My Acer 8x4x32 burned about 150 disks monthly since july 2001. It's still working perfectly.
    Do you put coffe mug on tray? How you managed to break drives so fast?

  17. Re:My no spam recipe on The Continuing Rise of E-Mail Marketing · · Score: 1

    I recently set our mail server to block all messages that contain <img src="http://\d{2,3}\. This has cut down the amount of spam we get by a good 90%. There are still some messages that have height tags or otherwise don't fit the regexp.

    Why not give Spamassasin a try? It has very good filters and almost no spam comes thorugh it.

  18. what's wrong with source? on Vorbis 1.0 for PS2 Linux · · Score: 1

    I thought all you have to do is to recompile libogg and libvorbis with -mmips or whatever CPU PS2 has. What have to be done more?

  19. Re:Cluebat? on Free Software Inflates BSA's Piracy Claims · · Score: 1

    I need cluebat for myself.
    Should be of course 'man sysklogd' :).

  20. Re:0(1) scheduler on New Scheduler Available for FreeBSD · · Score: 1

    Is FreeBSD's new one a 0(1) scheduler?

    No, it O(log n) scheduler. Read the mails.

  21. Re:Cluebat? on Free Software Inflates BSA's Piracy Claims · · Score: 2, Funny

    I been long impressed by 'mam syslogd':

    5. Use step 4 and if the problem persists and is not
    secondary to a rogue program/daemon get a 3.5 ft
    (approx. 1 meter) length of sucker rod* and have a
    chat with the user in question.

    Sucker rod def. -- 3/4, 7/8 or 1in. hardened steel
    rod, male threaded on each end. Primary use in the
    oil industry in Western North Dakota and other
    locations to pump 'suck' oil from oil wells. Sec-
    ondary uses are for the construction of cattle feed
    lots and for dealing with the occasional recalci-
    trant or belligerent individual.

    do 'sucker rod' fulfill the definition od Cluebat?

  22. Re:Ive been using KDE 3.1 Alpha for some time now on KDE 3.1 Alpha1 is Here · · Score: 1

    because my friend works for KDE, and he leaked me the code.

    isn't KDE free software project? You can get the code by yourself from CVS. You don't have to have someone 'leaking' the code.

  23. Re:Myths About KDE on KDE 3.1 Alpha1 is Here · · Score: 2, Informative

    I head that at the beggining they tried to reassemble CDE - desktop environment popular on unix workstations.

  24. Re:America's Army on Linux Games WIth Guns · · Score: 1

    without decent drivers it's not worth.
    try to run fbconsole (rivafb, not vesa) startx with nvidia's driver, switch forth and back...
    everybody know what happen.

  25. Re:What is the world coming to... on Cryogenic Mouse Mod · · Score: 1

    i'm using to mouse now: one for X and one for console. mouse wheel don't play nicely for me with GPM in repeater mode.