You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(55) |
Oct
(44) |
Nov
(156) |
Dec
(123) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(130) |
Feb
(156) |
Mar
(162) |
Apr
(171) |
May
(97) |
Jun
(127) |
Jul
(58) |
Aug
(81) |
Sep
(86) |
Oct
(45) |
Nov
(41) |
Dec
(84) |
| 2003 |
Jan
(71) |
Feb
(87) |
Mar
(133) |
Apr
(152) |
May
(151) |
Jun
(232) |
Jul
(320) |
Aug
(237) |
Sep
(271) |
Oct
(536) |
Nov
(301) |
Dec
(393) |
| 2004 |
Jan
(393) |
Feb
(184) |
Mar
(314) |
Apr
(225) |
May
(139) |
Jun
(77) |
Jul
(87) |
Aug
(75) |
Sep
(139) |
Oct
(50) |
Nov
(8) |
Dec
(28) |
| 2005 |
Jan
(66) |
Feb
(63) |
Mar
(14) |
Apr
(14) |
May
(8) |
Jun
(23) |
Jul
(21) |
Aug
(6) |
Sep
(29) |
Oct
(55) |
Nov
(38) |
Dec
(8) |
| 2006 |
Jan
(5) |
Feb
(10) |
Mar
(1) |
Apr
(15) |
May
(32) |
Jun
(44) |
Jul
(11) |
Aug
(8) |
Sep
(9) |
Oct
(14) |
Nov
(4) |
Dec
(3) |
| 2007 |
Jan
(3) |
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(35) |
Aug
(49) |
Sep
(8) |
Oct
(42) |
Nov
(44) |
Dec
(7) |
| 2008 |
Jan
(2) |
Feb
(7) |
Mar
(8) |
Apr
(80) |
May
(74) |
Jun
(29) |
Jul
(5) |
Aug
(7) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
|
| 2009 |
Jan
(8) |
Feb
(19) |
Mar
(3) |
Apr
(24) |
May
(22) |
Jun
(23) |
Jul
(8) |
Aug
(23) |
Sep
(8) |
Oct
(27) |
Nov
(52) |
Dec
(27) |
| 2010 |
Jan
(36) |
Feb
(29) |
Mar
(17) |
Apr
(28) |
May
(21) |
Jun
(4) |
Jul
|
Aug
(28) |
Sep
(18) |
Oct
(6) |
Nov
(34) |
Dec
(16) |
| 2011 |
Jan
(18) |
Feb
(12) |
Mar
|
Apr
|
May
(9) |
Jun
(1) |
Jul
(5) |
Aug
(5) |
Sep
(7) |
Oct
(16) |
Nov
(26) |
Dec
(17) |
| 2012 |
Jan
(6) |
Feb
(34) |
Mar
(52) |
Apr
(10) |
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(4) |
| 2013 |
Jan
(5) |
Feb
|
Mar
|
Apr
(5) |
May
(4) |
Jun
|
Jul
|
Aug
(14) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(2) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(11) |
| 2015 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <no...@so...> - 2002-03-11 04:03:59
|
Bugs item #515935, was opened at 2002-02-11 09:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=515935&group_id=34096 >Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: add mdctl (raid tools) Initial Comment: BETTER use mdctl! -------- Original Message -------- Subject: ANNOUNCE: mdctl 0.5 available Date: Thu, 23 Aug 2001 14:04:36 +1000 (EST) From: Neil Brown <ne...@cs...> To: lin...@vg... I would like to announce the availablilty of mdctl-0.5 from http://www.cse.unsw.edu.au/~neilb/source/mdctl/ Note: it is expected that the name will change when 1.0 comes out, probably to mdadmin (it is easier to pronounce) Changes: --assemble: spare drives are handled properly. --force can be used to recover from 2-drive failures on RAID5 If you belive that /dev/hda1 /dev/hdb1 /dev/hdc1 /dev/hdd1 should make a raid5 array, but it has experienced multiple failures and wont start, then mdctl --assemble --force /dev/md0 /dev/hd[abcd]1 Should update the superblock on the newest failed drive and restart the array in degraded mode. You should then remove the remaining failed drive and re-add it (if you are happy that it might work). Ofcourse whenever you have a 2-drive failure, you have a risk of corruption in data that hasn't be changed for a long time. So this doesn't give you your array back all nice and happy, but it does allow you to recover data that might not be corrupt. More flexibility in identifying a RAID array in the mdctl.conf e.g. array /dev/md4 super-minor=4 assembles /dev/md4 from all devices found that have a raid superblock that says the minor number of the array is 4. If the blocks with the right minor number do not all have the same UUID, an error is flags and no assembly happens. array /dev/md3 devices=/dev/hd[abc]2 Assembles /dev/md3 drom /dev/hda2 /dev/hdb2 and/dev/hdc2. All devices must exist and have raid superblock with the same uuid. If two identity specifiers are used, only devices that match all of them are considered, so array /dev/md2 devices=/dev/hd?2 super-minor=2 will assemble /dev/md2 using all /dev/hd?2 devices which have a raid superblock with minor number 2. --create: When listing devices for --create, the word "missing" can be used to indicate that the respective slot does not have a working drive currently. This is similar to the "failed-disk" directive in mkraid/raidtab. e.g. mdctl --create --level=5 -raid-disks=4 -- spare-disks=2 /dev/md0 /dev/sda /dev/sdb missing /dev/sdc /dev/sdd /dev/sde will create a raid5 array with the third slot empty, and two spares. By default, raid5 arrays are created with the last slot empty and drive listed for the last slot added as a spare. If a "missing" slot is given, or if --force is given, then --create does exactly what you ask and doesn't try to be clever. --follow / --monitor: This is a new mode. I couldn't stop my self from picking a name starting with F (as current modes start A,B,C,D,E) but I relented and provided an alternate name that is somewhat more meaningful. In this mode, mdctl does not exit, but runs continuously and periodically polls all the md devices to see if they have had any interested state change. The changes that it currently notices are: Fail - an active disc fails FailSpare - a spare, that was presumably being build, fails ActiveSpare - a spare becomes active, presumably after a rebuild. Options: --mail mailaddress - send Email on any Fail* event --program program - run the program on any event. Args are: eventname mddevice subdevice(if-known) --delay seconds - change from the default 60second pause between polls. I plan to add functionality to this mode to allow sharing of spare drives. If an array is marks "spare- group=fred", and it has a failed drive and no spares, and if some other array is also "spare-group=fred" and it has no failed drives, but does have a spare drive that is big enough, the spare will be moved to the first array. I also have the idea of adding a --grow mode which will re-organise the data on an N disk raid0/4/5 array to be on an N+M disk array. I have no concrete plans for this though. I got rid of the "v" in the archive file name, and include the version number in the directory created by the archive. There is now a man page and mdctl.spec (for rpm) thanks to Danilo Godec <da...@ag...>. Ofcourse, the man page is now out of date and despite being based on the --help output, is not wholy correct. After I get --follow working properly, I plan to revise the various documentation and/or the code to make sure the two match. NeilBrown ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=515935&group_id=34096 |
|
From: <no...@so...> - 2002-03-11 04:03:08
|
Bugs item #498638, was opened at 2002-01-02 13:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=498638&group_id=34096 >Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Nobody/Anonymous (nobody) Summary: add pptpadsl Initial Comment: was provided by Eli Marmor ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=498638&group_id=34096 |
|
From: <no...@so...> - 2002-03-11 03:31:19
|
Bugs item #528338, was opened at 2002-03-10 22:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528338&group_id=34096 Category: Build System Group: None Status: Open Resolution: None Priority: 7 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: xfs support missing? Initial Comment: either xfs support isn't compiled into the new kernel or it's just not adding the string to the kernel version. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528338&group_id=34096 |
|
From: <no...@so...> - 2002-03-11 03:29:48
|
Bugs item #528337, was opened at 2002-03-10 22:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528337&group_id=34096 Category: Configuration / Scripts Group: None Status: Open Resolution: None Priority: 7 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: add depmod -a to boot script Initial Comment: add depmod -a to boot script ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528337&group_id=34096 |
|
From: <no...@so...> - 2002-03-11 03:28:25
|
Bugs item #528336, was opened at 2002-03-10 22:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528336&group_id=34096 Category: Configuration / Scripts Group: None Status: Open Resolution: None Priority: 7 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: syslog script doesn't remove jail logs Initial Comment: The syslog-ng start script doesn't correctly removed the parameters added by the jail script from the config file. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528336&group_id=34096 |
|
From: Heiko Z. <he...@zu...> - 2002-03-11 02:38:41
|
On Mon, 11 Mar 2002 00:46:40 +0100 "Friedrich Lobenstock" <fl...@fl...> wrote: > no...@so... wrote: > > [..] > > PS: Because of a mismatch in the sysvinit system no > > filesystems > > get currently unmounted on reboot. So take care for now. > > > > Please delete the message above from the docu. I didn't include it. ;-) -- cu Heiko http://www.devil-linux.org |
|
From: Heiko Z. <he...@zu...> - 2002-03-11 02:38:41
|
Hi, I updated today to the kernel 2.4.18 and a few other stuff, this means you should update your sources, cvs and do a "make mrproper unpack". -- cu Heiko http://www.devil-linux.org |
|
From: <no...@so...> - 2002-03-11 00:42:59
|
Bugs item #521919, was opened at 2002-02-23 19:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=521919&group_id=34096 Category: Package Group: None >Status: Deleted Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: zebra not working Initial Comment: needs some fixes ---------------------------------------------------------------------- >Comment By: Heiko Zuerker (smiley73) Date: 2002-03-10 19:42 Message: Logged In: YES user_id=112133 wnt back to 0.92a ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=521919&group_id=34096 |
|
From: <no...@fr...> - 2002-03-11 00:05:49
|
This email is to inform you of release '0.8.20' of 'Extended Attributes and ACLs for Linux' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/posixaclsforlinux/ The changes in this release are as follows: The on-disk format has changed between versions 0.7 and 0.8. Official extended attribute system calls have been assigned, and the ext2/ext3 and XFS file systems are now compatible at the system call level. The kernel patches have been rewritten, and are now much better structured. RPM versions of all packages are available. Project description: Linux, in the tradition of UNIX-like operating systems, implements file system permissions using a rather coarse scheme. While this is sufficient for a surprisingly large set of applications, it is too inflexible for many other scenarios. For that reason, all the major commercial UNIX operating systems have extended this simple scheme in one way or the other. This is an effort to implement POSIX-like Access Control Lists for Linux. Access Control Lists are built on top of Extended Attributes, which can also be used to associate other pieces of information with files such as Filesystem Capabilities, or user data like mime type and search keywords. If you would like to cancel subscription to releases of this project, login to freshmeat.net and choose 'home' from the personal menubar at the top of the page. You'll be presented with a list of projects you're subscribed to in the right column, which you may cancel by highlighting the project in question and clicking the 'delete' button. Sincerely, freshmeat.net |
|
From: Friedrich L. <fl...@fl...> - 2002-03-10 23:45:59
|
no...@so... wrote: > [..] > PS: Because of a mismatch in the sysvinit system no > filesystems > get currently unmounted on reboot. So take care for now. > Please delete the message above from the docu. -- MfG / Regards Friedrich Lobenstock ____________________________________________________________________ Friedrich Lobenstock FL226-RIPE Internetservices URL: http://www.fl.priv.at/ Email: fl...@fl... ____________________________________________________________________ |
|
From: <no...@so...> - 2002-03-10 23:33:27
|
Bugs item #522777, was opened at 2002-02-25 21:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=522777&group_id=34096 Category: Base System Group: None >Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: update Kernel Initial Comment: v2.4.18 is available ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=522777&group_id=34096 |
|
From: <no...@so...> - 2002-03-10 23:31:15
|
Bugs item #520267, was opened at 2002-02-19 20:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=520267&group_id=34096 Category: Documentation Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: include harddisk support in doc Initial Comment: From: Friedrich Lobenstock <fl...@fl...> To: Devil-Linux-Developer Mailing Liste <dev...@li...> Reply-To: Devil-Linux-Developer Mailing Liste <dev...@li...> Subject: [Devil-linux-develop] HOWTO harddisk support Date: Wed, 20 Feb 2002 02:12:39 +0100 Sender: dev...@li... X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.17-4GB i586) HOWTO harddisk support: 1) create _one_ partition on the harddisk you want to use The result ("fdisk -l") should look like this: Disk /dev/hdc: 16 heads, 63 sectors, 8126 cylinders Units = cylinders of 1008 * 512 bytes Device Boot Start End Blocks Id System /dev/hdc1 1 8126 4095472+ 8e Linux LVM 2) create a physical volume (PV) from the partiton create in step 1.: # pvcreate /dev/hdc1 3) create a volume group (VG) named "devil-linux" using the PV /dev/hdc1 # vgcreate -s 8M devil-linux /dev/hdc1 (increase the PhysicalExtentSize of 8M to make use of more than 512GB) 4) now we are going to create the "partitions" (=logical volumes) each is optional, so just create the ones you need * swap: lvcreate -C y -L 256M -n swap devil-linux mkswap /dev/devil-linux/swap * log (/var/log): lvcreate -L 512M -n log devil-linux mkreiserfs -v 2 /dev/devil-linux/log * spool (/var/spool): lvcreate -L 512M -n spool devil-linux mkreiserfs -v 2 /dev/devil-linux/spool * squid (/var/squid): lvcreate -L 512M -n squid devil-linux mkreiserfs -v 2 /dev/devil-linux/squid 5) save your configuration (so you have a least one lvm backupfile) # save-config Now reboot to test if all logical volumes get mounted correctly. Comments welcome. PS: Because of a mismatch in the sysvinit system no filesystems get currently unmounted on reboot. So take care for now. -- MfG / Regards Friedrich Lobenstock _______________________________________________ Devil-linux-develop mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-develop ---------------------------------------------------------------------- Comment By: Friedrich Lobenstock (friedl) Date: 2002-02-22 12:15 Message: Logged In: YES user_id=38090 Small typo in my last followup The "-C y" makes the lv swap contiguous, _NOT_ really needed I guess. ---------------------------------------------------------------------- Comment By: Friedrich Lobenstock (friedl) Date: 2002-02-22 12:14 Message: Logged In: YES user_id=38090 add 4) * tmp (/var/tmp): lvcreate -L 512M -n tmp devil-linux mkreiserfs -v 2 /dev/devil-linux/tmp Change the size of the lv's according to your needs. The "-C y" makes the lv swap contiguous, really needed I guess. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=520267&group_id=34096 |
|
From: <no...@so...> - 2002-03-10 23:30:25
|
Bugs item #523226, was opened at 2002-02-26 20:41 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=523226&group_id=34096 Category: Documentation Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: update doc Initial Comment: > Sez Patrik Lermon: > > Hi. > > > > I have a suggestion for the documentation. I would like to add this point: > > > > ------------------------------------------------------------------------------ > > 3.4.1 Configure the software packages > > > > Because the software used in Devil-Linux is a complilation of > > many software packages written by diferent people all over the world > > the documentation for the software is maintained and updated by > > the group who wrote the software. But here we have collected short > > installation- and configuration descriptions for some of them. > > > > 3.4.1.1 DDUP - Dynamic DNS Client (http://www.dyndns.org/) > > > > First of all you must register on http://www.dyndns.org/. > > Then you type: <TT>ddup --makeconf</TT>, > > this will start a guide which is going to ask you for > > your user name and password (on dyndns.org) and lastly > > which user who can use ddup, write <TT>root</TT>. > > Don't forget to run the <TT>save-config</TT> script! > > ------------------------------------------------------------------------------ > > > > And then you could make an announcement and request people to write down > the > > exakt steps when they install or try something out, so that it can be > > published under the 3.4.1.x-series. > > > > Or maybe we/you/I could write down all software packages and write something > > like: > > "<I>No documentation available! > > Uncle Sam want YOU to write down the config-steps!</I>" > > > > What do you think? > > > > /Patrik Lermon, Sweden > > > /Patrik Lermon > > ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=523226&group_id=34096 |
|
From: John v. V. <joh...@ya...> - 2002-03-10 04:55:59
|
Right... the linux society distro will parallel DL and hopefully the two will cross polinate rather than fork and go different directions. Linux from scratch is getting pretty popular so maybe a new set of standards will appear making a sort of family of these types of distros. Only good things !! John --- Friedrich Lobenstock <fl...@fl...> wrote: > On Sat, 9 Mar 2002 07:58, John van V. wrote: > > > > > Hi, Our distro is not security specific. > > But Devil-Linux is security specific, therefor you have to write such > a tools on your own. > > -- > MfG / Regards > Friedrich Lobenstock > ____________________________________________________________________ > Friedrich Lobenstock FL226-RIPE Internetservices > URL: http://www.fl.priv.at/ Email: fl...@fl... > ____________________________________________________________________ > > > > _______________________________________________ > Devil-linux-develop mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-develop ===== John van Vlaanderen ############################################# # CXN, Inc. Contact: jo...@th... # # # Proud Sponsor of The Linux Society # # http://www.thelinuxsociety.org # ############################################# __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
|
From: Friedrich L. <fl...@fl...> - 2002-03-09 19:31:20
|
---------- Forwarded message ---------- Date: Fri, 8 Mar 2002 11:15:05 +1100 (EST) From: Neil Brown <ne...@cs...> To: KELEMEN Peter <fu...@el...> Cc: lin...@vg... Subject: Re: ANNOUCE: mdctl 0.6 available (mdadm 0.7 now available) On Thursday March 7, fu...@el... wrote: > * Neil Brown (ne...@cs...) [20020307 10:20]: > > Neil, > > > it is expected that the name will change when 1.0 comes out, > > probably to mdadmin (it is easier to pronounce) > > Personally I don't think it's a good idea to change the name; why > worry about pronouncing it as 'em-dee-control'? That's a fair comment (and I hope you don't mind be copying my reply to the list) but I really don't like mdctl. Your are right that changing names can be painful, so if it has to happen it is better to do it sooner than later. So I have done it. I looked at unique base names in the debian distribution, and found: 22 end with adm 51 end with admin 72 end with ctl Which makes ctl the most popular (but I still don't like pronouncing it (*)) and 'adm' the underdog. And 'mdadm' is pleasantly palandromic. So I have taken the plunge and changed the name without waiting for 1.0. I promise it won't be changed again. mdadm 0.7 can be found at http://www.cse.unsw.edu.au/~neilb/source/mdadm/ or http://www.cse.unsw.edu.au/~neilb/source/mdctl/ (*) em-dee-con-trol is 4 syllables and we Australian are notoriously lazy and just would never bother with such a long word. I tend to pronounce it em-dee-k-tl which is as many syllables, but they are shorter (we tend to swallow lots of vowels anyway) and the hard 'k-t' sound is unpleasant (to my anglic ear). em-dee-ad-m, or even md-adm is softer and so (to me) more pleasant. Change Log: Changes Prior to 0.7 release - Fix makefile to install binary at /sbin and not /sbin/sbin Also install man page. - Add --zero-superblock based on --destroywithextremeprejudice from Dale Stephenson <st...@sn...> - change name to mdadm. It is palandromic, and much nicer to pronouce. NeilBrown - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to maj...@vg... More majordomo info at http://vger.kernel.org/majordomo-info.html |
|
From: Friedrich L. <fl...@fl...> - 2002-03-09 19:28:08
|
On Sat, 9 Mar 2002 07:58, John van V. wrote: > > Hi, Our distro is not security specific. But Devil-Linux is security specific, therefor you have to write such a tools on your own. -- MfG / Regards Friedrich Lobenstock ____________________________________________________________________ Friedrich Lobenstock FL226-RIPE Internetservices URL: http://www.fl.priv.at/ Email: fl...@fl... ____________________________________________________________________ |
|
From: John v. V. <joh...@ya...> - 2002-03-09 15:58:21
|
Hi, Our distro is not security specific. We are builing a cheap, almost free, educaional tool for linux and the internet in gemeral. John --- Friedrich Lobenstock <fl...@fl...> wrote: > "John van V." wrote: > > > > I am thinking of a shutdown command that syncs the tar on the floppy. > > How should the script temporary remove the write-protection > of the floppy? That's one thing that the person at the location > of the firewall has to do because otherwise any hacker that > mad it into the firewall somehow (maybe running an old version > of DL) can now make change to your config on the floppy. > > > -- > MfG / Regards > Friedrich Lobenstock > ____________________________________________________________________ > Friedrich Lobenstock FL226-RIPE Internetservices > URL: http://www.fl.priv.at/ Email: fl...@fl... > ____________________________________________________________________ > > _______________________________________________ > Devil-linux-develop mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-develop ===== John van Vlaanderen ############################################# # CXN, Inc. Contact: jo...@th... # # # Proud Sponsor of The Linux Society # # http://www.thelinuxsociety.org # ############################################# __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
|
From: Heiko Z. <he...@zu...> - 2002-03-09 15:30:30
|
Do you have a harddisk installed? There is a bug in the 0.5b5 release, unplug the harddisk(s) from the IDE bus and try again. -- cu Heiko We are Penguin, Resistance is futile! http://www.devil-linux.org |
|
From: Heiko Z. <he...@zu...> - 2002-03-09 06:19:27
|
http://www.newsforge.com/article.pl?sid=02/03/08/1840225&mode=thread -- cu Heiko We are Penguin, Resistance is futile! http://www.devil-linux.org |
|
From: Heiko Z. <he...@zu...> - 2002-03-09 05:10:27
|
Hi, I just decided, that we go back to zebra 0.92a until we get the CVS version running. I tried it today with the current CVS Version and it's still the same. :-(( -- cu Heiko http://www.devil-linux.org |
|
From: Heiko Z. <he...@zu...> - 2002-03-09 05:10:27
|
Hey guys, I got named running within a chroot jail. I have it now running in a production environment at my company. :-)) If you want to play around with chroot jails, take a look at the following scripts: build/config/etc/sysconfig/jail/ISC_BIND build/config/etc/init.d/jail build/config/etc/init.d/named -- cu Heiko http://www.devil-linux.org |
|
From: <no...@so...> - 2002-03-09 04:40:44
|
Bugs item #525761, was opened at 2002-03-04 21:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=525761&group_id=34096 Category: Base System Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: update e2fsprogs Initial Comment: v1.26 available http://freshmeat.net/projects/e2fsprogs ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=525761&group_id=34096 |
|
From: <no...@so...> - 2002-03-09 04:40:24
|
Bugs item #525337, was opened at 2002-03-03 21:46 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=525337&group_id=34096 Category: Package Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: update xntp Initial Comment: new version available ftp://ftp.udel.edu/pub/ntp/ ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=525337&group_id=34096 |
|
From: <no...@so...> - 2002-03-09 04:21:04
|
Bugs item #527658, was opened at 2002-03-08 20:39 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=527658&group_id=34096 Category: Base System Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: update libpcap Initial Comment: This email is to inform you of release '0.7.1' of 'libpcap' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/libpcap/ The changes in this release are as follows: ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=527658&group_id=34096 |
|
From: <no...@so...> - 2002-03-09 04:20:35
|
Bugs item #527657, was opened at 2002-03-08 20:39 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=527657&group_id=34096 Category: Package Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) Summary: update tcpdump Initial Comment: This email is to inform you of release '3.7.1' of 'Tcpdump' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/tcpdump/ ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=527657&group_id=34096 |