Orphaning some packages
Hello, I plan to orphan some of my packages. At the moment I have not enough time for those packages. cacti - Frontend to rrdtool for monitoring systems and services There is a new upstream version available, which fix a lot of outstanding bugs. Please let me known, if you are interested on this package. If no one is interested on those packages, I ask for removal from the archive: kernel-patch-systrace - Systrace kernel patch systrace - Enforce system call policies for applications xsystrace - Systrace frontend invoked by systrace Regards, Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) signature.asc Description: Digital signature
Re: Orphaning some packages
Hi Sean, * sean finney <[EMAIL PROTECTED]> [2005-01-05 05:50]: | > I plan to orphan some of my packages. At the moment I have not enough | > time for those packages. | > | >cacti - Frontend to rrdtool for monitoring systems and services | | i'm a cacti user myself and would be happy to take this one over. at | some point i even wrote up some code to help transition people from | the version in woody, which i could probably dig up. yes. Please take it. Regards, Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?)
Bug#289537: O: systrace
Package: wnpp Severity: normal I decided to orphan the systrace packages (systrace, xsystrace, kernel-patch-systrace). I don't use anymore, and I have not enough time to give it any attention. If nobody picks the packages I request the removal from the archive. Package: systrace Description: Enforce system call policies for applications Systrace enforces system call policies for applications by constraining the application's access to the system. The policy is generated interactively. Operations not covered by the policy raise an alarm and allow an user to refine the currently configured policy. . This requires a special kernel patch, provided by kernels compiled with the kernel-patch-systrace patch. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10sar1 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Bug#292770: O: cacti -- Frontend to rrdtool for monitoring systems and services
Subject: O: cacti Package: wnpp Severity: normal I orphan the cacti package. I have no longer time maintaine this package. Package: cacti Description: Frontend to rrdtool for monitoring systems and services Cacti is a complete frondend to rrdtool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data gathering also. There is also SNMP support for those used to creating traffic graphs with MRTG. Regards, Thorsten -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10sar1 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: debconf 2005 in Vienna, Austria
* Gerfried Fuchs <[EMAIL PROTECTED]> [2003-07-29 13:32]: | I'd like to start organizing the debconf for the year 2005 in Vienna, | Austria. cool. Is the registration page already online? :-) Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpbfb7Ud5HgA.pgp Description: PGP signature
Re: Debconf 3 - the experience
* Tollef Fog Heen <[EMAIL PROTECTED]> [2003-07-30 08:49]: | Debcamp was a lot bigger (in terms of people attending) and was even | more fun than I thought it was. The gym was a great place to hang out | and drink beer/whisk{,e}y/tequila/cognac/... People complained about | Norway being a bit hot, which we, unfortunately, could do nothing | about. I was dead tired when it was over, but I had gotten myself a | few new friends and gotten to know some of the people I've been | IRC-ing with for years face to face. Quite fun. Debcamp should be a | part of the conference as it was now, it was _very_ productive. It was a very great meeting. It it was very funny to hanging aroung in the uni or the gym. Thanks to all organisers! | I'd like to thank all of you for coming. I had a great time, and I | know I will be at Debconf 4. me too. Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpOEptunU2F1.pgp Description: PGP signature
Re: mass bug filing on packages that are blocking use of cdebconf
Hi, * Joey Hess <[EMAIL PROTECTED]> [2005-08-03 00:46]: |libphp-adodb fixed and uploaded. Regards, Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: debian-installer beta 1
* Tom <[EMAIL PROTECTED]> [2003-11-10 03:41]: | Can you point me to the ISO? I tried burning the sarge netinst twice | but was never successful at installing Debian with it. what does this mean? You're unable to burn the iso, the cdrom's are corrupt? Or perhaps your have found an new bug in the debian-installer. Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) signature.asc Description: Digital signature
Anon UploadQueue and command files
Hello all, I have tried to upload a package with dupload to the anonymous ftp uploadqueue on ftp-master. Unfortunately dupload fails to upload the files. ncftp /pub/UploadQueue > ls -l php* -rw-r-S---1 2349 8020 Dez 15 18:24 phpsysinfo_2.1-3.diff.gz After this I have tried to remove the faulty file with a commands file as described in the README file. The commands files is attached. After processing the commands file I got the following error from katie: katie> From: Archive Administrator <[EMAIL PROTECTED]> katie> To: [EMAIL PROTECTED] katie> Subject: Processing of phpsysinfo_2.1-3_i386.commands katie> Delivery-date: Mon, 15 Dec 2003 19:06:48 +0100 katie> X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at resix.de katie> katie> phpsysinfo_2.1-3_i386.commands isn't signed with PGP/GnuPG katie> Removing phpsysinfo_2.1-3_i386.commands katie> katie> Greetings, katie> katie> Your Debian queue daemon As you can see, the commands file is signed with my gnupg key, which is available in the debian keyring (no, the key is not one of the compromised ones). I have downloaded the debianqueued tarball from [1] and tried to reproduce the problem localy. But the commands file will processed fine here. I have found only those relevant lines in the tarball, which could produce the error message above: $ cat debianqueued [...] open( CHANGES, "<$changes" ) or die "Cannot open $changes: $!\n"; [...] outer_loop: while( ) { if (/^---+(BEGIN|END) PGP .*---+$/) { ++$pgplines; } [...] if ($pgplines < 3) { msg( "log,mail", "$changes isn't signed with PGP/GnuPG\n" ); msg( "log", "(uploader $main::mail_addr)\n" ); goto remove_only_changes; } [...] Is something wrong in my commands file? Or is this an known problem in the uploadqueue on ftp-master? Thanks for your help Thorsten p.s. Of course, I can also wait for the next regular 24h delete process [1] ftp://ftp.debian.org/debian/project/misc/ -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uploader: Thorsten Sauter <[EMAIL PROTECTED]> Commands: rm phpsysinfo_2.1-3.diff.gz -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/3OsVlJsl7AdEclIRAtqkAJ9Kv2wUFCAbyxgm1qTcqhUXwlEQIQCgg73b pkOyUReo3y8hb2NBnraKVPA= =4ngK -END PGP SIGNATURE- signature.asc Description: Digital signature
Re: orphaning most (of my) packages
Hello, > libphp-adodb (a php database abstraction layer, required for 'acidlab') I'll like to adopte the libphp-adodb package from you. I have created the packages with the new upstream version. You can download it from: ftp://jade.viastore.de/debian/pool/main/libp/libphp-adodb/ All current outstanding bugs are fixed with this version. So, if noone is interessted... Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpCS1m6fa0ip.pgp Description: PGP signature
New version of libphp-adodb
Hi all, a new version of the libphp-adodb package is entered in unstable. The version is based on the new adodb 2.31 version. I have also change the path from /usr/lib/adodb to /usr/share/adodb/! The following package is now broken, because it doesn't include the new path: [EMAIL PROTECTED]:~$ grep-available -F depends libphp-adodb -s package package: acidlab Please check your packages against this new version. Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpPTZdseSG4g.pgp Description: PGP signature
Re: PHP4 + Oracle
Hello, On Tue, Aug 27, 2002 at 12:56:38PM +0200, Sobkowiak Krzysztof wrote: > Hallo > > I need to use oracle with php4 on Debian? How can I do it? Could > somebody [help me] build php4-oracle package? > Thanks I have created a simple package based on the latest php4-packages from testing. This package insert oracle and oci8 support to php4 like the php4-mysql package does. There is also an oracle package for perl-dbi available. If you're interesst, let me know. Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpdaL5ZBSZqW.pgp Description: PGP signature
Re: [PHP] Standard placement of PHP libraries?
Hello, > But what about every other PHP extension library out there? libphp-adodb, > for instance, uses /usr/lib/adodb - in violation of the FHS not true. :) since version 2.31-1 libphp-adodb is now installed in /usr/share/adodb, this should now conform to the FHS. > I would like to propose /usr/share/php4 as the place for all scripts > intended to run under php4 (whatever subversion) and intended for inclusion > in other PHP scripts. I agree. It make the live easier for php-developers. Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgprjDxJHVeTN.pgp Description: PGP signature
Re: gpg error at developer.php after the fire
Hi, On Thu, Nov 21, 2002 at 07:38:05PM +, Colin Watson wrote: > Works for my key. Did it formerly find key ids for people who aren't in > the Debian keyring? I have tested it with my own key. And yes it was find before. Think it find your because it is in the debian keyring and _not_ only one one of the public gpg servers > A bug report against qa.debian.org would be appropriate. done. #170080 Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpX2gFzC7keL.pgp Description: PGP signature
[mechanix@debian.org: Bug#169709: idesk: could use a better description]
Hi, anyone can agree that this is a little bit more clearer? Description: Display program shortcuts as icons on desktop With idesk you can define shortcut's for several programs and display these icons with a short description on the desktop of any window manager. . It can use png images as icon source (including transparent support) and support antialised fonts to print the description. Thanks for you help... - Forwarded message from Filip Van Raemdonck <[EMAIL PROTECTED]> - The current description doesn't fullfill it's purpose. > idesk plops icons down on your root window (desktop). `Plops'? What's that? And wearing my dummy desktop user hat, WTF is a root window? > It includes support for PNG alpha layers, and pretty antialiased text > with Xft Same hat; what are alpha layers and Xft? I'd rather just talk about translucent [1] icons and pretty antialiased [2] text without mentioning PNG alpha layers or Xft. Also, this sentence needs a . at the end, and it could be separated from the previous one (although that isn't strictly necessary). Now, I've read the entire description, and either as a dummy or non-dummy user I still don't know what I can do with the icons. Are they: - some sort of shortcuts? - actual files and directories? - both? - icons for minimized applications, as in the iconbox of some motif based desktops? Regards, Filip [1] Assuming that's what it does; if it only means that the icons can have completely transparant parts that's hardly a feature, and I'd rather consider it a misfeature of any icon using app which doesn't do that. [2] It's debatable if a dummy user knows what antialiased text is, but it is good enough a feature to mention it even if only for more experienced computer users. - End forwarded message - Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpdSX860mRQR.pgp Description: PGP signature
Re: gpg error at developer.php after the fire
Hello, hmm. maybe we misunderstand us :) > No, you defenitely are _not_ in the Debian keyring. I'm *not* in the debian keyring, but before the century crash :), my gpg key was find by qa because it was stored on one of the public servers. Please see for this the original error message also: "GPG key id not found! (key id was not found neither in the Debian keyring nor on a public keyserver)" ^^ < > Last time I looked (before satie's death) you were at the begnning of the NM > queue. Hope thats still true. :) > Only keys of DDs are in the keyring., I know. Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpBZ25E2lEq1.pgp Description: PGP signature
Re: [mechanix@debian.org: Bug#169709: idesk: could use a better description]
On Thu, Nov 21, 2002 at 05:18:23PM -0500, Colin Walters wrote: > [...] many thinks for help. Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgp9YxRugF89o.pgp Description: PGP signature
Re: Bug#170400: ITP: tsclient -- Terminal Server Client - GNOME 2 rdesktop frontend
On Sun, Nov 24, 2002 at 02:47:36AM +1100, Andrew Lau wrote: > Package: wnpp > Version: unavailable; reported 2002-11-24 > Severity: wishlist > > * Package name: tsclient > Version : 0.56 > Upstream Author : Erick Woods <[EMAIL PROTECTED]> > Kyle Herbert <[EMAIL PROTECTED]> > * URL : http://www.gnomepro.com/tsclient/ > * License : GPL > Description : Terminal Server Client - GNOME 2 rdesktop frontend > > Features: > * GNOME panel applet to quickly launch saved rdp files > * supports most of the rdesktop-1.1.0 arguments > * reads Unicode formatted .rdp files > * writes .rdp files in ASCII > * looks and functions very much like the Microsoft client > * features an "rdp picker" which lists .rdp files in ~/.tsclient/ and > launches rdesktop from the rdp file when selected > * VNC support as a client only (vncviewer) > Hi, thats the same like grdesktop, which was (before the fire) in the non-us incoming directory. Please see ITP: #164025. Bye Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgp4cXRdBxd4L.pgp Description: PGP signature
testing excuses script doesn't run?
Hi all, Is it true, that the testing script doesn't run at all? It isn't a depends relationship, because the "too young" line also not changed. The status of both of my packages doesn't change. jacky% lynx -dump http://ftp-master.debian.org/testing/update_excuses.html | grep Generated Generated: 2002.11.20 00:15:35 + ^^^ idesk: # [2002-11-22] Accepted idesk 0.3.5-2 (i386 source) jacky% grep-excuses idesk idesk (- to 0.3.5-1) Maintainer: Thorsten Sauter <[EMAIL PROTECTED]> Too young, only 0 of 10 days old ^^^ Not considered Depends: idesk imlib Depends: idesk glibc Depends: idesk libpng3 I have checked other packages and the same happens. Thanks Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpIo22IRXkkA.pgp Description: PGP signature
Re: Bug#171116: ITP: tsclient -- GNOME2 frontend for rdesktop
On Fri, Nov 29, 2002 at 01:09:51PM +1100, Andrew Lau wrote: > * Package name: tsclient > Version : 0.56 > Upstream Author : Erick Woods <[EMAIL PROTECTED]> > * URL : http://www.gnomepro.com/tsclient/ > * License : GPL Hi, there are now two open ITP's for the tsclient program. Are they different? * #170400: ITP: tsclient -- Terminal Server Client - GNOME 2 rdesktop frontend * #171116: ITP: tsclient -- GNOME2 frontend for rdesktop Regards Thorsten -- Thorsten Sauter <[EMAIL PROTECTED]> (Is there life after /sbin/halt -p?) pgpg7EQOCWTfN.pgp Description: PGP signature
Bug#171276: ITP: kernel-patch-systrace -- Systrace kernel patch
Package: wnpp Version: unavailable; reported 2002-11-30 Severity: wishlist * Package name: kernel-patch-systrace Version : 1.0 Upstream Author : Niels Provos <[EMAIL PROTECTED]> * URL : http://www.citi.umich.edu/u/provos/systrace/ * License : BSD Description : Systrace kernel patch Systrace enforces system call policies for applications by constraining the application's access to the system. The policy is generated interactively. Operations not covered by the policy raise an alarm and allow an user to refine the currently configured policy. In order to use systrace this kernel patch is needed to include systrace functionality into the kernel. Testing packages can be found here (ready for upload): http://www.sauter-online.de/debian/ -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux jacky 2.4.18sar #2 SMP Don Aug 22 17:58:16 CEST 2002 i686 Locale: LANG=de_DE, LC_CTYPE=de_DE
Bug#171274: ITP: xsystrace -- Systrace frontend invoked by systrace
Package: wnpp Version: unavailable; reported 2002-11-30 Severity: wishlist * Package name: xsystrace Version : 0.1 Upstream Author : Niels Provos <[EMAIL PROTECTED]> * URL : http://www.citi.umich.edu/u/provos/systrace/ * License : BSD Description : Systrace frontend invoked by systrace Systrace enforces system call policies for applications by constraining the application's access to the system. The policy is generated interactively. Operations not covered by the policy raise an alarm and allow an user to refine the currently configured policy. This program will be execute if systrace runs in interactive mode and create the rules based on the inputs and selections in this frontend. It is also a gui to help createing permit or deny rules for systrace templates. Testing packages can be found here (ready for upload): http://www.sauter-online.de/debian/ -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux jacky 2.4.18sar #2 SMP Don Aug 22 17:58:16 CEST 2002 i686 Locale: LANG=de_DE, LC_CTYPE=de_DE
Bug#171273: ITP: systrace -- Enforce system call policies for applications
Package: wnpp Version: unavailable; reported 2002-11-30 Severity: wishlist * Package name: systrace Version : 1.0 Upstream Author : Niels Provos <[EMAIL PROTECTED]> * URL : http://www.citi.umich.edu/u/provos/systrace/ * License : BSD Description : Enforce system call policies for applications Systrace enforces system call policies for applications by constraining the application's access to the system. The policy is generated interactively. Operations not covered by the policy raise an alarm and allow an user to refine the currently configured policy. This requires a special kernel patch, provided by kernels compiled with the kernel-patch-systrace patch. Testing packages can be found here (ready for upload): http://www.sauter-online.de/debian/ Systrace is currently include in the main source tree of NetBSD and OpenBSD and is now ported to Linux. I have splitted it into tree packages: systrace, xsystrace, kernel-patch-systrace -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux jacky 2.4.18sar #2 SMP Don Aug 22 17:58:16 CEST 2002 i686 Locale: LANG=de_DE, LC_CTYPE=de_DE
Re: Oracle installer?
Hi, On Wed, Dec 04, 2002 at 11:48:59PM -0800, Karl M. Hegbloom wrote: > Has anyone created an Oracle 9i installer? what do you mean with >installer (Is there life after /sbin/halt -p?) pgp4SmyMaSD9k.pgp Description: PGP signature