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...@fr...> - 2002-03-14 07:27:42
|
This email is to inform you of release '4.0.3' of 'Shadow' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/shadow/ The changes in this release are as follows: This release adds various international man pages, a new German translation, fixes building --with-shared, and includes other minor changes and updates in the man pages. Project description: The Shadow password file utilities package includes the programs necessary to convert traditional V7 UNIX password files to the SVR4 shadow password format, and additional tools to maintain password and group files (that work with both shadow and non-shadow passwords). 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: John v. V. <joh...@ya...> - 2002-03-14 03:41:07
|
Hi again DLers and Linux Society, Note keywords: LSB, Harddisk support, SHMFS I just looked at this and didn't find much too relevant http://www.linuxbase.org/spec/refspecs/LSB_1.1.0/gLSB/book1.html It seems that we will have to use your system as template for our releases and updates and then somehow be able to supply back scripts which you would then refine for security purposes. Also, I dont think our distro should have the packages in them, it defeats the purpose of our distribution model, which is "on demand" Getting to the nitty gritty: Using the sysconfig/network script as an example, neither it nor its location is mentioned One problem with the script was that the author used something like x=`ls | grep ifcfg-` (dont have it in front of me) I would write x=ifcfg-* The route line was broken too Stuff like script style isnt even mentioned. I would even prefer to use perl so I could eliminate .bak or .old suffixes Perl isnt mentioned in the LSB either, yet it is an admin staple. As to packaging... well we unanimously rejected RPMs last night !! We like: tar cvf - | ssh -l user host "cd directory ; tar xvf -" We like yours also, but want to create an alternative to /usr (and not /opt either) Then they mention certification, do we really need that headache ?? I think what my boys (and girl ;) want are accepted locations for config files and scripts and a reasonable expect ion that they are written with good coding style. They are assuming that they will find the kindest version in Debian. Shells, they mention Bash and some other... no busy box !! No korn shell either :( Frankly, it looks like its designed to benefit the big boys... Heiko Zuerker wrote ( > > ): > > I don't have any Debian knowledge, but when it's good what you do > > and we like it, why not change it? Friedrich Lobenstock wrote ( > ): > I think we should be LSB compliant, and in the end it should be all > the same. > > > > > > They so much love the CD-only solution. They then > > > suggested we search for a VFAT MSDOS disk as well where we could > > > set up [ stuff ] > > This will change in the Beta6. Harddisk support (log, swap, > > samba,...) is running. DL itself doesn't run anymore in a Ramdisk, > > we switched to SHMFS (uses, if neccessary, swapspace). > > Currently we use 40 MB SHMFS and we have 64 MB as minimum RAM > requirement. > > > Also, they dont like ISO Boot > > > DL was trying to boot from the CDWriter, hdc > > > not the Fast CDreader, hdd. > > > > Needs some improvements. ;-) > > It's not a bug it's a feature! > We'll fix that in the next beta after 0.5b6. > > > > Ethernet card detection is very high on the list, for obvious > > > reasons. > > If you think so. ;-) > > From a security standpoint I would like the user to specifiy which > module to load first because otherwise the internal and external > interface could get swapped. > But DL for sure could become the standard versatile cdrom distro in > the future. Don't you mean LSD/DL ?? :) Ok, I must confess that I am knee deep in NYPC politics again, its taking up my most useful hours. Basically boils down to money for office rent and services to keep members. Both nowhere to be found. We'll keep hacking, looks like I will have to install Debian to satisfy the members. > 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-14 02:50:26
|
Hi, I was thinking about releasing Beta 6 this weekend, but stick with the Kernel 2.4.17. By this way we could test our new features. I don't think that we can solve the problems with Kernel 2.4.18 in the next couple of days. -- cu Heiko http://www.devil-linux.org |
|
From: Heiko Z. <he...@zu...> - 2002-03-14 02:50:26
|
Hi, I did several updates to the CVS tree and the source files, but I can't close the bugs on SF. Over the last 2 days I did a lot of bugfixing in the company. -- cu Heiko http://www.devil-linux.org |
|
From: Heiko Z. <he...@zu...> - 2002-03-14 01:20:32
|
Friedrich Lobenstock wrote: > On Wed, 13 Mar 2002 21:06, Heiko Zuerker wrote: > I think we should be LSB compliant, and in the end it should be all > the same. I totally agree. All other Distris also try to be LSB conform, so let's go for this. I already started implementing this by changing the boot scripts. But we still have a long way in front of us. >>>They so much love the CD-only solution that I had to show them >>>your self-imposed bug reporting about harddrive access. They then >>>suggested we search for a VFAT MSDOS disk as well where we could >>>set up a DL/LSD file system including swap space. We got a giggle >>>when the perl install crashed the box for lack of memory. >>> >>This will change in the Beta6. Harddisk support (log, swap, >>samba,...) is running. DL itself doesn't run anymore in a Ramdisk, >>we switched to SHMFS (uses, if neccessary, swapspace) > > Currently we use 40 MB SHMFS and we have 64 MB as minimum RAM > requirement. Did you limit it to 40 MB ? We should change that in case somebody installs a lot of apps. >>>Ethernet card detection is very high on the list, for obvious >>>reasons. Once we get that, then the rest of the distributed >>>install is a cakewalk. >>> >>If you think so. ;-) >> > >>From a security standpoint I would like the user to specifiy which > module to load first because otherwise the internal and external > interface could get swapped. > > But DL for sure could become the standard versatile cdrom distro in > the future. I also have sometimes the problem to find out, which of the modules I have to use. We could do it the way, that the user has to start (manually!) a program, which configures the system. We could also think about having something in the boot concept, which initially configures a unconfigured system. -- cu Heiko We are Penguin, Resistance is futile! http://www.devil-linux.org |
|
From: Friedrich L. <fl...@fl...> - 2002-03-13 23:21:01
|
On Wed, 13 Mar 2002 21:06, Heiko Zuerker wrote: > Hi, > > The following message was sent by "John van V." <joh...@ya...> on Wed, 13 Mar 2002 11:37:10 -0800 (PST). > > > I want to reflect the following (very constructive) comments. My > > guys like Debian, and after showing them some problems in the LFS > > written init.d/network script they really balked. Personally, I > > always liked /etc/rc.local... but thats a personal preferance. > > They want to go w/ a Debian stucture which I imagine follows > > offical linux standards. I have been working on Solaris and HPUX > > recently. > > I don't have any Debian knowledge, but when it's good what you do > and we like it, why not change it? I think we should be LSB compliant, and in the end it should be all the same. > > > They so much love the CD-only solution that I had to show them > > your self-imposed bug reporting about harddrive access. They then > > suggested we search for a VFAT MSDOS disk as well where we could > > set up a DL/LSD file system including swap space. We got a giggle > > when the perl install crashed the box for lack of memory. > > This will change in the Beta6. Harddisk support (log, swap, > samba,...) is running. DL itself doesn't run anymore in a Ramdisk, > we switched to SHMFS (uses, if neccessary, swapspace). Currently we use 40 MB SHMFS and we have 64 MB as minimum RAM requirement. > > Also, they dont like ISO Boot (by reputuation) and the society > > already committed to Grub. My booting problem, that you fixed > > wasnt really broken. DL was trying to boot from the CDWriter, hdc > > not the Fast CDreader, hdd. > > Needs some improvements. ;-) It's not a bug it's a feature! The first ide cdrom found will be used :) Just kidding, we'll fix that in the next beta after 0.5b6. > > Ethernet card detection is very high on the list, for obvious > > reasons. Once we get that, then the rest of the distributed > > install is a cakewalk. > > If you think so. ;-) From a security standpoint I would like the user to specifiy which module to load first because otherwise the internal and external interface could get swapped. But DL for sure could become the standard versatile cdrom distro in the future. -- MfG / Regards Friedrich Lobenstock |
|
From: Heiko Z. <he...@zu...> - 2002-03-13 20:06:45
|
Hi, The following message was sent by "John van V." <joh...@ya...> on Wed, 13 Mar 2002 11:37:10 -0800 (PST). > I want to reflect the following (very constructive) comments. My guys > like > Debian, and after showing them some problems in the LFS written init.d/network > script they really balked. Personally, I always liked /etc/rc.local... > but > thats a personal preferance. They want to go w/ a Debian stucture which > I > imagine follows offical linux standards. I have been working on Solaris > and > HPUX recently. I don't have any Debian knowledge, but when it's good what you do and we like it, why not change it? > They so much love the CD-only solution that I had to show them your > self-imposed bug reporting about harddrive access. They then suggested > we > search for a VFAT MSDOS disk as well where we could set up a DL/LSD file > system > including swap space. We got a giggle when the perl install crashed the > box > for lack of memory. This will change in the Beta6. Harddisk support (log, swap, samba,...) is running. DL itself doesn't run anymore in a Ramdisk, we switched to SHMFS (uses, if neccessary, swapspace). > Also, they dont like ISO Boot (by reputuation) and the society already > committed to Grub. My booting problem, that you fixed wasnt really broken. > DL > was trying to boot from the CDWriter, hdc not the Fast CDreader, hdd. Needs some improvements. ;-) > Do you > think this is an ISO boot problem. Can Grub work on a CD ?? I don't know group. We had Lilo before, but SYSLINUX/ISOLINUX seems to work much better. > I will start working on TO-DO so that we can we can refresh your CVS with > our > modifications. Would be great. > Ethernet card detection is very high on the list, for obvious reasons. > Once we > get that, then the rest of the distributed install is a cakewalk. If you think so. ;-) > > Thanks again for all your efforts, You're welcome. cu Heiko |
|
From: John v. V. <joh...@ya...> - 2002-03-13 19:37:12
|
All the skeptics were swayed... There is no doubt at all that the Linux
Society Distro as a DL derivative will change the course of human history.
No kidding, we are truly grateful for your efforts and are presently debating
where our parallal CVS will be housed... oh yeah, you got the BCC mailing ;)
Personally, I am not to concerned about the VALinux issues, license agreements
are just that.
I want to reflect the following (very constructive) comments. My guys like
Debian, and after showing them some problems in the LFS written init.d/network
script they really balked. Personally, I always liked /etc/rc.local... but
thats a personal preferance. They want to go w/ a Debian stucture which I
imagine follows offical linux standards. I have been working on Solaris and
HPUX recently.
They so much love the CD-only solution that I had to show them your
self-imposed bug reporting about harddrive access. They then suggested we
search for a VFAT MSDOS disk as well where we could set up a DL/LSD file system
including swap space. We got a giggle when the perl install crashed the box
for lack of memory.
Also, they dont like ISO Boot (by reputuation) and the society already
committed to Grub. My booting problem, that you fixed wasnt really broken. DL
was trying to boot from the CDWriter, hdc not the Fast CDreader, hdd. Do you
think this is an ISO boot problem. Can Grub work on a CD ??
They took careful note of my cdrecord scsi/ide emu changes as well as the
cdrecord command switches. Now all we need is to recreate your development
environment on each of members workstations, get the VMWare support, and we are
on our way.
I will start working on TO-DO so that we can we can refresh your CVS with our
modifications.
Ethernet card detection is very high on the list, for obvious reasons. Once we
get that, then the rest of the distributed install is a cakewalk.
Thanks again for all your efforts,
John and the "whole damn society"
=====
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: <no...@fr...> - 2002-03-13 17:55:42
|
This email is to inform you of release '1.2.9' of 'Shoreline Firewall' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/shorewall/ The changes in this release are as follows: Recent changes include filtering by MAC address, a configuration verification command, explicit SNAT support, ability to rename the Firewall Zone, and the acceptance of #-comments at the end of a configuration file line. Project description: Shorewall is an iptables-based firewall for Linux Systems. Its configuration is very flexible, allowing it to be used in a wide range of firewall/gateway/router and VPN environments. 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: <no...@so...> - 2002-03-13 03:37:52
|
Bugs item #529254, was opened at 2002-03-12 22:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=529254&group_id=34096 Category: Package Group: None Status: Open Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: update jftpgw Initial Comment: New version available http://freshmeat.net/projects/jftpgw/ ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=529254&group_id=34096 |
|
From: <no...@so...> - 2002-03-13 03:24:30
|
Bugs item #528947, was opened at 2002-03-12 09:02 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528947&group_id=34096 Category: Build System Group: None Status: Open Resolution: None Priority: 9 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: new xfs patch breaks kernel compilation Initial Comment: something is wrong... Had no time to do an investigation. ---------------------------------------------------------------------- >Comment By: Heiko Zuerker (smiley73) Date: 2002-03-12 22:24 Message: Logged In: YES user_id=112133 I went back to Kernel 2.4.17, until the problems are solved ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528947&group_id=34096 |
|
From: <no...@so...> - 2002-03-13 03:20:50
|
Bugs item #529042, was opened at 2002-03-12 12:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=529042&group_id=34096 Category: Configuration / Scripts Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) >Summary: add "data" to harddisk support Initial Comment: add LV "data" to mountfs script and to documentation. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=529042&group_id=34096 |
|
From: <no...@fr...> - 2002-03-12 19:12:40
|
This email is to inform you of release '0.13.0' of 'jftpgw' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/jftpgw/ The changes in this release are as follows: A new configuration system, caching support, ability to be run from either inetd or as a standalone daemon, and several proxy login styles for clients that support FTP proxies. Project description: jftpgw is a proxy server for the FTP protocol. It is highly configurable, allowing you to use an XML-like configuration file to define almost any combination of the client's IP, the server's IP, the user name, the destination port, and so on. jftpgw supports inetd/daemon mode, transparent proxying, forwards, caching, logging, data IP and port specification (port ranges), limiting of the number of simultaeous sessions, and several proxy login styles for clients that support FTP proxies. 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: <no...@so...> - 2002-03-12 17:51:01
|
Bugs item #529042, was opened at 2002-03-12 12:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=529042&group_id=34096 Category: Configuration / Scripts Group: None Status: Open Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: add "data" to harddisk support Initial Comment: add LV "data" to mountfs script and to documentation. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=529042&group_id=34096 |
|
From: <no...@so...> - 2002-03-12 14:02:09
|
Bugs item #528947, was opened at 2002-03-12 09:02 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528947&group_id=34096 Category: Build System Group: None Status: Open Resolution: None Priority: 9 Submitted By: Heiko Zuerker (smiley73) Assigned to: Nobody/Anonymous (nobody) Summary: new xfs patch breaks kernel compilation Initial Comment: something is wrong... Had no time to do an investigation. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528947&group_id=34096 |
|
From: <no...@so...> - 2002-03-12 03:04:58
|
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: Closed >Resolution: Fixed Priority: 7 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) 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-12 02:43:50
|
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: Closed >Resolution: Fixed Priority: 7 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) 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-12 02:31:36
|
Bugs item #528715, was opened at 2002-03-11 18:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528715&group_id=34096 >Category: Configuration / Scripts Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Heiko Zuerker (smiley73) Summary: update /etc/init.d/squid Initial Comment: corrected version ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528715&group_id=34096 |
|
From: <no...@so...> - 2002-03-12 02:30:51
|
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: Closed >Resolution: Fixed Priority: 7 Submitted By: Heiko Zuerker (smiley73) >Assigned to: Heiko Zuerker (smiley73) 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. ---------------------------------------------------------------------- Comment By: Heiko Zuerker (smiley73) Date: 2002-03-11 18:37 Message: Logged In: YES user_id=112133 happend again, needs more investigation ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528336&group_id=34096 |
|
From: <no...@fr...> - 2002-03-12 00:22:42
|
This email is to inform you of release '1.0.16' of 'JFS for Linux' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/jfs/ The changes in this release are as follows: This release includes fixes to the file system and utilities. JFS has been incorporated into the 2.5.6 linux kernel, and the 2.4.X-ac kernels beginning with 2.4.18-pre9-ac4. For more details about the changes in release 1.0.16, please see the changelog.jfs file. Project description: JFS for Linux is IBM's journaling filesystem, ported to Linux. 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: <no...@fr...> - 2002-03-12 00:20:10
|
This email is to inform you of release '1.1.4' of 'zlib' through freshmeat.net. All URLs and other useful information can be found at http://freshmeat.net/projects/zlib/ The changes in this release are as follows: A double free bug has been fixed. Project description: zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1), the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression. 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: <no...@so...> - 2002-03-11 23:37:21
|
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: Works For Me 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. ---------------------------------------------------------------------- >Comment By: Heiko Zuerker (smiley73) Date: 2002-03-11 18:37 Message: Logged In: YES user_id=112133 happend again, needs more investigation ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528336&group_id=34096 |
|
From: <no...@so...> - 2002-03-11 23:36:21
|
Bugs item #528727, was opened at 2002-03-11 18:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528727&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: jail script and syslog Initial Comment: jail script should check, if specific log target is already present. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528727&group_id=34096 |
|
From: <no...@so...> - 2002-03-11 23:12:39
|
Bugs item #528715, was opened at 2002-03-11 18:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528715&group_id=34096 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Heiko Zuerker (smiley73) Assigned to: Heiko Zuerker (smiley73) Summary: update /etc/init.d/squid Initial Comment: corrected version ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=410643&aid=528715&group_id=34096 |
|
From: <no...@so...> - 2002-03-11 23:12:08
|
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: Deleted >Resolution: Works For Me 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 |