Bug#654583: WARNING: gnome-keyring:: no socket to connect to

2012-01-11 Thread Teodor MICU
2012/1/10 Julien Valroff jul...@debian.org:
 So, on Jan 08 it appeared on two jobs (00logwatch and apt). I'm
 undecided to which package to reassign: cron or gnome-keyring? What do
 you think?

 What happens if you run such a cron job by hand when not in an X session?

Today I watched the Cron run without X/gnome/gdm running at all. The
result was the same:

# Date: Wed, 11 Jan 2012 07:34:27 +0200
/etc/cron.daily/00logwatch:
WARNING: gnome-keyring:: no socket to connect to

 I have never seen this behaviour, maybe you have any specific configuration?

I don't think so. On all systems (desktops, servers) I have 'ssmtp' to
provide the 'sendmail' interface, thus no SMTP daemon. One think I've
noticed a few days ago is that something was changing the hostname
from the FQDN (frost.DOMAIN -- set from /etc/hostname) to just 'frost'
but I didn't investigate further.

Also, today I obtained this message while doing packages upgrades:
| Processing triggers for man-db ...
| Processing triggers for menu ...
| Processing triggers for desktop-file-utils ...
| Processing triggers for gnome-menus ...
| Processing triggers for hicolor-icon-theme ...
| Processing triggers for cups ...
| Starting Common Unix Printing System: cupsd.
| WARNING: gnome-keyring:: no socket to connect to
| WARNING: gnome-keyring:: no socket to connect to
| Updating PPD files for postscript-hp ...
| Updating PPD files for splix ...
| Processing triggers for gconf2 ...

Usually this warning appears on the email from Cron. Other ideas?

Thanks



___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Re: Bug#634401: extundelete: FTBFS: extundelete.cc:963:47: error: invalid use of incomplete type 'struct opaque_ext2_group_desc'

2012-01-11 Thread Michael Prokop
* Eric Sandeen [Tue Jan 03, 2012 at 11:54:46AM -0600]:
 On 12/31/11 6:23 AM, Michael Prokop wrote:

[...]
  The responsible change in e2fslibs-dev is this one (libext2fs: make
  fs-group_desc opaque):


  http://git.kernel.org/?p=fs/ext2/e2fsprogs.git;a=commit;h=efe0b401465a3ee836180614b5b435acbb84fc27
[...]
  The code of extundelete that's failing to compile is:


  http://anonscm.debian.org/gitweb/?p=forensics/extundelete.git;a=blob;f=src/extundelete.cc;h=d51d45e15081b01e32e781334ba6d431e7adf88f;hb=HEAD#l944

 //FIXME: may need to change to be compatible with newer file systems

 :)

Yeah :)

 The point of the change was to prevent this kind of use of -group_desc:

 group_descriptor_table[n] = fs-group_desc[n];

 because the size of group_desc may change.  Instead, we need something like:

 group_descriptor_table[n] = *ext2fs_group_desc(fs, fs-group_desc, n);

 I think my pointer-fu is ok ;)  Maybe a memcpy would be clearer.

Seems to work - thanks a lot for your help, Eric!

 There are other problems though, I think, in parse_inode_block() for example,
 things in there have changed as well... this tool seems to be getting a little
 to grubby in the ext internals.  I think maybe it should be making
 use of ext2fs_swap_inode() instead.

Ok.

regards,
-mika-


signature.asc
Description: Digital signature
___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Processing of extundelete_0.2.0-2_amd64.changes

2012-01-11 Thread Debian FTP Masters
extundelete_0.2.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  extundelete_0.2.0-2.dsc
  extundelete_0.2.0-2.debian.tar.gz
  extundelete_0.2.0-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Processed: libguytools1: diff for NMU version 1.1.1-1.1

2012-01-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 604670 + pending
Bug #604670 [src:libguytools1] Please add armhf support
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604670: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604670
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#604670: libguytools1: diff for NMU version 1.1.1-1.1

2012-01-11 Thread Konstantinos Margaritis
tags 604670 + pending
thanks

Dear maintainer,

I've prepared an NMU for libguytools1 (versioned as 1.1.1-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer. The fix is trivial and has been in the BTS
for more than a year.

Regards.

Konstantinos
diff -u libguytools1-1.1.1/debian/control libguytools1-1.1.1/debian/control
--- libguytools1-1.1.1/debian/control
+++ libguytools1-1.1.1/debian/control
@@ -11,7 +11,7 @@
 
 Package: libguytools1-dev
 Section: libdevel
-Architecture: i386 amd64 powerpc
+Architecture: i386 amd64 powerpc armhf
 Depends: libguytools1 (= ${binary:Version})
 Description: development files for libguytools being a small programming toolbox
  Includes modules for configuration file handling, error handling, logging and
@@ -20,7 +20,7 @@
  development files for libguytools1.
 
 Package: libguytools1
-Architecture: i386 amd64 powerpc
+Architecture: i386 amd64 powerpc armhf
 Depends: ${shlibs:Depends}
 Description: libguytools is a small programming toolbox
  Includes modules for configuration file handling, error handling, logging and
diff -u libguytools1-1.1.1/debian/changelog libguytools1-1.1.1/debian/changelog
--- libguytools1-1.1.1/debian/changelog
+++ libguytools1-1.1.1/debian/changelog
@@ -1,3 +1,9 @@
+libguytools1 (1.1.1-1.1) unstable; urgency=low
+
+  * NMU, added armhf to the arch list. (Closes: #604670)
+
+ -- Konstantinos Margaritis mar...@debian.org  Wed, 11 Jan 2012 21:49:16 +
+
 libguytools1 (1.1.1-1) unstable; urgency=low
 
   * Merging upstream version 1.1.1.
___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Processed: libguytools2: diff for NMU version 2.0.1-1.1

2012-01-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 623134 + patch
Bug #623134 [src:libguytools2] libguytools2: add more architectures
Added tag(s) patch.
 tags 623134 + pending
Bug #623134 [src:libguytools2] libguytools2: add more architectures
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
623134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Processing of libguytools1_1.1.1-1.1_armhf.changes

2012-01-11 Thread Debian FTP Masters
libguytools1_1.1.1-1.1_armhf.changes uploaded successfully to localhost
along with the files:
  libguytools1_1.1.1-1.1.dsc
  libguytools1_1.1.1-1.1.diff.gz
  libguytools1-dev_1.1.1-1.1_armhf.deb
  libguytools1_1.1.1-1.1_armhf.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Processing of libguytools2_2.0.1-1.1_armhf.changes

2012-01-11 Thread Debian FTP Masters
libguytools2_2.0.1-1.1_armhf.changes uploaded successfully to localhost
along with the files:
  libguytools2_2.0.1-1.1.dsc
  libguytools2_2.0.1-1.1.diff.gz
  libguytools2-dev_2.0.1-1.1_armhf.deb
  libguytools2_2.0.1-1.1_armhf.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#623134: libguytools2: diff for NMU version 2.0.1-1.1

2012-01-11 Thread Konstantinos Margaritis
tags 623134 + patch
tags 623134 + pending
thanks

Dear maintainer,

I've prepared an NMU for libguytools2 (versioned as 2.0.1-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer. The fix is trivial and has been in the BTS
for more than a year.

Regards.

Konstantinos
diff -u libguytools2-2.0.1/debian/control libguytools2-2.0.1/debian/control
--- libguytools2-2.0.1/debian/control
+++ libguytools2-2.0.1/debian/control
@@ -11,7 +11,7 @@
 
 Package: libguytools2-dev
 Section: libdevel
-Architecture: i386 amd64 powerpc
+Architecture: i386 amd64 powerpc armhf
 Depends: libguytools2 (= ${binary:Version})
 Description: development files for libguytools being a small programming toolbox
  Includes modules for configuration file handling, error handling, logging and
@@ -20,7 +20,7 @@
  development files for libguytools2.
 
 Package: libguytools2
-Architecture: i386 amd64 powerpc
+Architecture: i386 amd64 powerpc armhf
 Depends: ${shlibs:Depends}
 Description: libguytools is a small programming toolbox
  Includes modules for configuration file handling, error handling, logging and
diff -u libguytools2-2.0.1/debian/changelog libguytools2-2.0.1/debian/changelog
--- libguytools2-2.0.1/debian/changelog
+++ libguytools2-2.0.1/debian/changelog
@@ -1,3 +1,9 @@
+libguytools2 (2.0.1-1.1) unstable; urgency=low
+
+  * NMU, added armhf to the arch list. (Closes: #623134)
+
+ -- Konstantinos Margaritis mar...@debian.org  Wed, 11 Jan 2012 22:20:05 +
+
 libguytools2 (2.0.1-1) unstable; urgency=low
 
   * Initial release of new libguytools version.
___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel