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.
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.
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:-/
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!!
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.)
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.
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.
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;)
[...] -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?
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.
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?
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.
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.
Jail is a term taken from BSD.
/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. /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.
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
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
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.
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.
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
cdrecord already supports this technology - browse documentation and search for discopts=, imagefile=. Be sure to prepare 3000x40 image first :)
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!!
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.)
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.
In my case it's significantly cheaper to pay $30/month for unmetered cable internet access,
:-/.
But it's real 115,2 kbit - my MRTGs.
:-((.
For me it's 35$/month for unlimited 115,2 kbit connection
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.
You can use excellent xsmbrowser. Also XFCE has samba browsing application - looks very good.
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
beeing dumbass is not an option:
:0 c
* ^X-Spam-Status: Yes
! uce@fce.gov
:0 c
* ^X-Spam-Status: Yes
uce@ftc.gov
I got a Toshiba laptop with Fujitsu harddrive.
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?
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...
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?
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.
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?
I need cluebat for myself. :).
Should be of course 'man sysklogd'
Is FreeBSD's new one a 0(1) scheduler?
No, it O(log n) scheduler. Read the mails.
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?
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.
I head that at the beggining they tried to reassemble CDE - desktop environment popular on unix workstations.
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.
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.