Bug#980242: jpegexiforient: add exif tags if there are none

2021-01-16 Thread Marian Sigler
Package: libjpeg-turbo-progs

jpegexiforient silently does nothing on files that don't contain exif
tags. I'd be great if it could create them when called in set mode. (But
if it is a deliberate decision not to do so, at least it should inform
about the failure, and maybe give hints.)

I reported this bug at libjpeg-turbo upstream on github [1] but it seems
to be the wrong place. As it is unclear to me where the code is actually
coming from *, I am reporting here so that it can be forwarded to the
appropriate upstream project.
(* btw, libjpeg-turbo-progs's `Homepage` field seems to be wrong, then.)

Thanks,
Marian

[1] https://github.com/libjpeg-turbo/libjpeg-turbo/issues/494



Bug#901752: cp: provide option to explicitly disable --reflink

2018-06-17 Thread Marian Sigler
Package: coreutils
Severity: wishlist

It would be desireable for users who have defined something like `alias
cp='cp --reflink=auto'` to be able to override this per call (without
requiring to fall back to /bin/cp, which is just a workaround imho, and
which would override possible other options set by the alias).

I thus propose to add an option `--reflink=never`. (And to implement it
in a way that, in a call such as `cp --reflink --reflink=never`, the
latter overrides the former.)

See also #804338 ("provide a clean way for optional global cp
--reflink=auto"). Once that is implemented, a fix to this bug here would
become even more important, as the `/bin/ls` workaround would not work
anymore.

Thanks!
Marian



Bug#901747: swaks does not depend on libio-socket-inet6-perl

2018-06-17 Thread Marian Sigler
Package: swaks
Version: 20170101.0-2

swaks in the default installation prints this when connection to ipv6 hosts:
*** IPv6 not available: requires IO::Socket::INET6.  Exiting

after installing libio-socket-inet6-perl, it works.

I suggest adding this as a recommends: (or even depends, if one
considers IPv6 support essential, what I do, but I don't know what
Debian policy says about it)

Marian



Bug#778873: apt: make /etc/cron.daily/apt (and it's options) runnable more than daily

2018-03-19 Thread Marian Sigler
I would like to push this. Updates just every day is just horrible,
especially for servers.

Of course, there's other ways like dumping some `apt update` inside
/etc/cron.hourly, but this doesn't do locking etc, so it would be cool
if the "daily" script could be used for this.


As for the "how":
> One solution wrt to the current definition of the options (which should
> of course remain backwards compatible with respect to the "day" unit)
> would be that each option get's an corresponding unit-option which
> defaults to "1 day"
> so e.g. for APT::Archives::MaxAge
> there would be a corresponding
> APT::Archives::MaxAge::Unit, which defaults to say 86400s and
> internally the script works with 1s resolution.
I think this is a bad idea. It would make the significance of one option
depending on another one. I think a better (and easier to implement,
probably) way would be to allow non-integer values for this option - an
update roughly every two hours could be configured by setting this to
"0.1". (Alternatively, unit suffixes such as 2h, 30m, ... could be
implemented)



Bug#827167: Version 0.6.* not supported anymore

2016-06-13 Thread Marian Sigler
Package: duplicity
Tags: security

I wonder what debian is going to do on this?


 Forwarded Message 
Subject:[Duplicity-announce] 0.6 Series Support EOL
Date:   Sun, 12 Jun 2016 13:03:45 -0500
From:   Kenneth Loafman 
Reply-To:   Announcements about duplcity backup

To: Discussion of the backup program duplicity
, duplicity-t...@lists.launchpad.net,
duplicity-annou...@nongnu.org



Hi,

This is to announce that the 0.6 series has reached End-Of-Life.  No
further updates or upgrades will be made to it.  The long term support
folks can easily upgrade to the tarball version
, the Daily PPA
, or the
Stable PPA ,
depending on their needs.

The 0.7 series will continue while we work on 0.8 with an eye to ever
larger backups and split signature files.

We would love to work with the distros to figure out how to assist in
their long term support needs, but currently we are at odds with how
development is done. We do not have time to maintain dozens of different
versions dependent on the vagaries of each of the distros, while at the
same time adding new features.  Heck, we don't even have the time to
maintain the half-dozen or so versions that Ubuntu would need.  So,
progress will be made, but if you want or need to stick with the
distribution repository for whatever reason, we'll try to help, but the
most common response will be to upgrade to one of the above.

...Thanks,
...Ken



Bug#776700: Processed: tags 776700 wheezy, reopen

2015-02-02 Thread Marian Sigler
On 03.02.2015 00:27, Debian Bug Tracking System wrote:
 all fixed versions will be cleared, and you may need to re-add them.
 Bug reopened
 No longer marked as fixed in versions roundcube/0.9.5+dfsg1-4.2.
Ehr, seems I probably fucked that up somewhat; actually I just wanted to
reopen the bug but keep it marked as fixed in jessie :[]
I'm sorry!
Before I try and break even more, can someone else fix that? Thanks!

Marian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#776700: roundcube: CVE-2015-1433: Cross-site scripting vulnerability fixed in 1.0.5

2015-02-02 Thread Marian Sigler
Control: -1 reopen
Tags: wheezy

 Source-Version: 0.9.5+dfsg1-4.2
 
 We believe that the bug you reported is fixed in the latest version of
 roundcube, which is due to be installed in the Debian FTP archive.
I did a quick(!) check of the code on wheezy and it seems to be the
same, thus affected, too.

Marian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#776609: XChat does not verify certificate host name

2015-01-29 Thread Marian Sigler
Package: xchat
Tags: security


From http://www.openwall.com/lists/oss-security/2015/01/29/23 :

 XChat did not verify that the server hostname matched the domain name in 
 the subject's Common Name (CN) or subjectAltName field in X.509 
 certificates. This could allow a man-in-the-middle attacker to spoof an 
 SSL server if they had a certificate that was valid for any domain name.
 
 The same code is used in hexchat.
 
 This was initially reported to hexchat in 2013 [2] and fixed last 
 November [3].

 [2] https://github.com/hexchat/hexchat/issues/524
 [3] 
 https://github.com/hexchat/hexchat/commit/c9b63f7f9be01692b03fa15275135a4910a7e02d

Unfortunately I don't have a debian with gui available, but
- there was no upgrade of the package in the last two years
- I didn't find anything its changelog
- I think you would have made some rumors and not just have fixed it
  silently.
So I think it's very probable it is not fixed yet in debian and report
it rather than it being forgotten.


How to verify:

run
  openssl s_server -accept 6667 -cert somevalid.crt -key somevalid.key

Add a server to xchat, select Use SSL for all servers on this network,
DO NOT select accept invalid SSL certificate. Add the server name of
the certificate as the server name, to verify it works in principle.
Then configure the server to use another hostname, which is not
contained in the cert, but has the same IP. XChat should refuse to
connect in the second case.



From https://bugzilla.redhat.com/show_bug.cgi?id=1081839 :
 Also, upstream XChat is no longer in active development.

This leads me to suggest to remove XChat from the debian archives, in
particular because with hexchat there is a compatible alternative
available [1] (even they don't desserve too much trust either, having
needed 1.5 years to fix that...)
But I don't know what your rules for things like that are so...

Marian

[1]
http://hexchat.readthedocs.org/en/latest/faq.html#how-do-i-migrate-my-settings-from-xchat


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#770108: sessionclean script uses sed -z option which doesn't exist in wheezy's sed

2014-11-18 Thread Marian Sigler
Package: php5-common
Version: 5.4.35-0+deb7u1

The /usr/lib/php5/sessionclean script uses the -z option of sed, which
the version in wheezy (sed 4.2.1-10) doesn't have yet.


In addition I think the `[ -x /usr/bin/lsof ] ` in the script is not a
good idea, because in the case lsof really does not exist, the second
line would remove used files after some time. (I don't know the details
but that's what it looks to me, just wanted to point it out.)


Marian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#664298: #664298 - Remove .Trash-$uid on removable drive, not just empty it

2014-09-15 Thread Marian Sigler
Control: forwarded 664298
https://bugzilla.gnome.org/show_bug.cgi?id=736707
Control: tags 664298 upstream
thanks

On 14.09.2014 14:59, Pedro Beja wrote:
 I am reassigning this bug to gvfs, maybe you should report it to gvfs's
 upstream.
Thanks, I did so: https://bugzilla.gnome.org/show_bug.cgi?id=736707

I hope I did that control stuff the right way :)

Marian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#664298: #664298 - Remove .Trash-$uid on removable drive, not just empty it

2014-09-13 Thread Marian Sigler
Yes, I reproduced it with nautilus 3.12.2 (on arch)

Maybe this should be reported upstream, but as I'm not sure about the
package, may someone give me a hint which tool is responsible for this?

On 21.07.2014 20:05, Pedro Beja wrote:
 Hey Marian,
 
 this is an old bug.
 
 Could you please still reproduce this issue with newer nautilus version
 like 3.4.2-1+build1 or 3.8.2-3 ?
 
 thanks
 regards
 Pedro
 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740616: KeyError: 'sig' on any youtube video

2014-03-03 Thread Marian Sigler
Package: youtube-dl
Version: 2012.09.27-1

I cannot download youtube videos. On really every one (I even tried some
from the front page to verify) I get this:

Traceback (most recent call last):
  File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
__main__, fname, loader, pkg_name)
  File /usr/lib/python2.7/runpy.py, line 72, in _run_code
exec code in run_globals
  File /usr/bin/youtube-dl/__main__.py, line 7, in module
  File /usr/bin/youtube-dl/__init__.py, line 536, in main

  File /usr/bin/youtube-dl/__init__.py, line 520, in _real_main

  File /usr/bin/youtube-dl/FileDownloader.py, line 475, in download
  File /usr/bin/youtube-dl/InfoExtractors.py, line 80, in extract
  File /usr/bin/youtube-dl/InfoExtractors.py, line 405, in _real_extract
  File /usr/bin/youtube-dl/InfoExtractors.py, line 405, in genexpr
KeyError: 'sig'

Version: both 2012.09.27 (debian wheezy)

See also: https://github.com/rg3/youtube-dl/issues/2497


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#708186: first digit is cut off

2013-12-16 Thread Marian Sigler
If I understood the reporter correctly, I have the same problem.

The space for the left axis' labels is too small so sometimes the value
does not fit in and the first digit is cut off.  I've attached a screenshot.
attachment: gnome-system-monitor-cutoff.png

Bug#702563: #702563

2013-03-23 Thread Marian Sigler
Any chance this will be included in wheezy? The upgrade removes
functionality that was available before; to me, it is very annoying.

regards
marian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#699770: Does not work with IPv6

2013-02-05 Thread Marian Sigler
Hello,

Sure, here is the output:


/tmp/debug.out:
Set XSD::XMLParser::XMLParser as XML processor.
Wire dump:

= Request

! CONNECT TO bugs.debian.org:80
 Fail
 Exception: SocketError
Error retrieving bug reports from the server with the following error
message:
 W: getaddrinfo: Name or service not known (http://bugs.debian.org:80)
It appears that your network connection is down. Check network
configuration and try again


/tmp/debug.err:
Exception `NoMethodError' at /usr/lib/ruby/1.8/rational.rb:78 -
undefined method `gcd' for Rational(1, 2):Rational
Exception `LoadError' at /usr/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb:20
- no such file to load -- xml/encoding-ja
Exception `LoadError' at /usr/lib/ruby/1.8/httpclient/auth.rb:16 - no
such file to load -- net/ntlm
Exception `LoadError' at /usr/lib/ruby/1.8/httpclient/auth.rb:23 - no
such file to load -- win32/sspi
Exception `SocketError' at /usr/lib/ruby/1.8/httpclient/session.rb:675 -
getaddrinfo: Name or service not known
Exception `SocketError' at /usr/lib/ruby/1.8/httpclient/session.rb:687 -
getaddrinfo: Name or service not known (http://bugs.debian.org:80)
Exception `SocketError' at /usr/lib/ruby/1.8/httpclient/session.rb:150 -
getaddrinfo: Name or service not known (http://bugs.debian.org:80)
Exception `SocketError' at /usr/lib/ruby/1.8/soap/streamHandler.rb:184 -
getaddrinfo: Name or service not known (http://bugs.debian.org:80)


Marian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#699770: Does not work with IPv6

2013-02-05 Thread Marian Sigler
Hello,

On 05.02.2013 18:37, Francesco Poli wrote:
 Please send me the output of the following command:
 
   $ dpkg -l libruby1.8

~$ dpkg -l libruby1.8
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libruby1.8 1.8.7.302-2squ Libraries necessary to run Ruby 1.8


Marian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#699770: Does not work with IPv6

2013-02-05 Thread Marian Sigler
There is no backport, but as I'm only rarely in that IPv6-only network
it's not such a big problem for me. The most important thing is that it
is fixed in wheezy.

Thank you!
Marian

On 05.02.2013 18:58, Francesco Poli wrote:
 Control: tags -1 - moreinfo
 Control: reassign -1 libruby1.8 1.8.7.302-2
 Control: forcemerge 612896 -1
 
 
 On Tue, 05 Feb 2013 18:47:41 +0100 Marian Sigler wrote:
 
 Hello,

 On 05.02.2013 18:37, Francesco Poli wrote:
 Please send me the output of the following command:

   $ dpkg -l libruby1.8

 ~$ dpkg -l libruby1.8
 Desired=Unknown/Install/Remove/Purge/Hold
 |
 Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
 |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
 ||/ Name   VersionDescription
 +++-==-==-
 ii  libruby1.8 1.8.7.302-2squ Libraries necessary to run Ruby 1.8
 
 Thanks, I am merging your bug report with #612896.
 
 The bug is apparently fixed in version 1.8.7.334-3 of libruby1.8:
 hence, please upgrade libruby1.8 to a version = 1.8.7.334-3 (possibly
 a backport) on your squeeze system, or upgrade your entire system to
 wheezy (possibly once it is released as the next stable version...).
 
 Have a nice night.
 Bye.
 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#699768: Does not work with IPv6

2013-02-04 Thread Marian Sigler
Package: listadmin
Tag: ipv6

When using listadmin in an IPv6-only network (the listadmin server does
have an IPv6 address and does listen on it)

ERROR: fetching https://xxx/mailman/admindb/yyy
ERROR: 500 Connect failed: connect: Network is unreachable; Network is
unreachable -- skipping list


I could fix it for myself with:
 use Net::INET6Glue::INET_is_INET6;

This however requires the libnet-inet6glue-perl package, I'm sure there
is a better solution (I don't really speak perl so I cannot offer one)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#699770: Does not work with IPv6

2013-02-04 Thread Marian Sigler
Package: apt-listbugs
Tag: ipv6

When using apt-listbugs (0.1.3, stable) in an IPv6-only network, I get
the following error message:

Retrieving bug reports... 0% Fail
Error retrieving bug reports from the server with the following error
message:
 W: Network is unreachable - connect(2) (http://bugs.debian.org:80)
It could be because your network is down, or because of broken proxy
servers, or the BTS server itself is down. Check network configuration
and try again

I however can reach that host using IPv6.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#664298: Remove .Trash-$uid on removable drive, not just empty it

2012-03-17 Thread Marian Sigler
Package: nautilus
Version: squeeze

When unmounting a removable drive, one is asked whether the trash shall
be emptied. Afterwards, a directory `.Trash-$UID` with the (empty)
directories files/ and info/, is left over.
IMHO this should be removed as well. It is just unneccessary, clutters
the disk, especially on other operating systems, where it is not hidden.

PS: I'm not sure about the package, please correct that if I'm wrong.
Thanks!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656661: shell-expand-line incorrectly handles escaped strings in aliases

2012-01-20 Thread Marian Sigler
Package: bash
Version: 4.1-3
Version: 4.2-1

With the following alias defined:

$ alias rs='rsync -e ssh -o ControlMaster=no --inplace --progress'

Pressing the combination for shell-expand-line (usually ctrl-alt-e)
after having entered `rs`, results in:

$ rsync -e ssh -o ControlMaster=no --inplace --progress

However, it should have resulted in (alias-expand-line does this correctly):

$ $ rsync -e ssh -o ControlMaster=no --inplace --progress


The same happens with backslash escapes:
$ alias x='echo some\ \ \ spaces'
leads to
$ echo some   spaces
instead of
$ echo some\ \ \ spaces


Occured both on squeeze and wheezy.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#530306: gpointing-device-settings: must keep settings over suspend

2010-10-16 Thread Marian Sigler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I have the same issue: After a reboot (not after suspend), the wheel
emulation for the TrackPoint is disabled. I have to open
gpointing-device-settings, uncheck and check again the use wheel
emulation checkbox *and* switch button to something else and back.
Sometimes, this is not enough to make horizontal scrolling work and I
have to uncheck and check that, too. Same for circular scrolling.

I've done some research, maybe it helps:
* The gconf-options are exactly the same before and after I've done
  that uncheck thing.
* However just disenabling and reenabling the equivalent options via
  gconftool is not enough to make it work, I must use the dialog.

Is there any workaround so that I don't have to open that dialog at
every startup?

Thanks,
Marian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAky5WnIACgkQyoukcaP2scRPugCghpCV/gvfgvpiL4mfUvcj4CrY
1xYAn2EvlXqzfAK2JUCIemD1bZHT7ZJC
=0URJ
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597021: watch: -d accepts parameters but does not verify them

2010-09-15 Thread Marian Sigler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: procps
Version: 1:3.2.8-9
Severity: minor

The -d/--differences parameter can be given a value of cumulative.
However it accepts all other values as well, not giving an error
message. This leads to the confusing behavior that watch -dn1 updates
every second, for example. To have a consistent behavior 'd suggest to
* either warn when -d is given an invalid value, or
* only accept a value when a = follows the d, eg -d=cumulative, or
* don't accept any value for -d, just for --differences.

Thanks,
Marian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyRTu0ACgkQyoukcaP2scTVeQCfbmKs74E9Hv8wL5ejvvoJvUcS
qMUAoKrILrX9A6diSTVo2+N/vMuwPpEj
=Fe9l
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596857: duplicity: Reports success when being told to write to read-only filesystem

2010-09-14 Thread Marian Sigler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: duplicity
Version: 0.6.08b-1+b1
Severity: important


When the remote backup dir is on a read-only filesystem, duplicity does
not report any errors. It does not create the files (of course), but
reports success and exits with 0

However, if GPG is not used (--no-encryption), it does print warnings
and exits with 1.


Steps to reproduce:

On host 1:
~$ md /tmp/ro
~$ sudo mount -t tmpfs tmpfs /tmp/ro -o ro
~$  /tmp/ro/foo
bash: /tmp/ro/foo: Read-only file system
~$

On host 2:
~$ md -p /tmp/data/foo
~$ touch /tmp/data/foo/{1..9}
~$ duplicity --encrypt-key A3F6B1C4 /tmp/data scp://horst//tmp/ro
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: none
No signatures found, switching to full backup.
--[ Backup Statistics ]--
StartTime 1284478298.21 (Tue Sep 14 17:31:38 2010)
EndTime 1284478298.24 (Tue Sep 14 17:31:38 2010)
ElapsedTime 0.03 (0.03 seconds)
SourceFiles 11
SourceFileSize 8192 (8.00 KB)
NewFiles 11
NewFileSize 8192 (8.00 KB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 11
RawDeltaSize 0 (0 bytes)
TotalDestinationSizeChange 1344 (1.31 KB)
Errors 0
-

~$ echo $?
0
~$

On host 1:
~$ ll /tmp/ro/
total 0
~$

However, on host 2:
Synchronizing remote metadata to local cache...
Copying duplicity-full-signatures.20100914T153132Z.sigtar to local
cache.
Remote file or directory does not exist in command='get /tmp/ro
/duplicity-full-signatures.20100914T153132Z.sigtar.gz
/tmp/duplicity-TxAQKj-tempdir/mktemp-7f6hm0-2'
Running 'sftp  -oServerAliveInterval=15 -oServerAliveCountMax=1
horst' failed (attempt #1)
...


Thanks,
Marian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyPl5sACgkQyoukcaP2scSFVACgqEU6RAbNtEnkxZfW7LuYZ0n+
kBcAmwRd+swOHqKBYGrDptuDQgNdC22m
=Srs4
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595101: dns2tcp: Fails with differing versions

2010-08-31 Thread Marian Sigler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: dns2tcp
Version: 0.5.2-1
Severity: important

I'm running dns2tcp 0.5.2-1 locally, but 0.4.dfsg-1 on the server.
However I cannot connect to the server.

Server output:
02:04:19 : Debug main.c:97  Chroot to /var/lib/dns2tcpd
02:04:44 : Debug main.c:107 Change to user dns2tcpd
Debug queue.c:421   Received [60462] data_len 0
Debug queue.c:422   Data of packet [60462] is AOwuAA=auth
Debug queue.c:459   Not a client 0x0Debug queue.c:421   Received [59175]
data_len 0
Debug queue.c:422   Data of packet [59175] is AOcnAA=auth
Debug queue.c:459   Not a client 0x0

Client output ( is the dns server, xxx. is the domain used):
debug level 3
Debug socket.c:233  Create socket for dns : ''
Debug session.c:46  Request challenge
Debug requests.c:146Sending dns id = 0x2d38
Debug requests.c:95 Query is AOcnAA.=auth.xxx. len 28
Then alternating one of those:
No response from DNS 
Error requests.c:202 Auth error = Name error

When I copy the dns2tcpc binary from the server and use this, it works
(Same when I connect from the server)


- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dns2tcp depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library:
Shared lib

dns2tcp recommends no packages.

dns2tcp suggests no packages.

- -- Configuration Files:
/etc/default/dns2tcp changed [not included]
/etc/dns2tcpd.conf changed [not included]

- -- no debconf information
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkx9ty8ACgkQyoukcaP2scS+yACgopxHerCB03Lzhni/T64O8Pxk
l+cAoKJZJ8O6QrWN+nIWYvdfIl0c07tH
=qOkT
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#594903: etckeeper: Don't init after install

2010-08-30 Thread Marian Sigler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: etckeeper
Version: 0.48
Severity: normal

etckeeper does `init` automatically after installation. I think it
should allow the user to choose. It could eg. ask whether it shall be
initialized, and, if yes, which VCS shall be used, maybe similar to how
postfix does that: http://tinyurl.com/2durf5q
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkx7w7wACgkQyoukcaP2scQjKQCfa+xXN2w5ISHPNYnpZ3oHc1U5
vUcAn3QL1GHLze1jdWs3FR+J1+NbEqam
=A6lB
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#594832: asks for root password when sudo chosen

2010-08-29 Thread Marian Sigler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Subject: asks for root password when sudo chosen
Package: policykit-1
Version: 0.96-2
Severity: important

During the installation process, I've chosen not to give the root
account a password. All, or at least most of, the gnome settings dialogs
which need root privileges for some actions, present a dialog where one
is asked to enter the root password, even if there is none.

Expected behavior:
Asks for the user's password instead if there is no root password.

(I'm not sure about the package.)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkx6/hwACgkQyoukcaP2scS8EQCgm4oZsSoO7K6myDubiHKTPyIP
PSUAn10th64V6TMm1z1LYR8XUqgQfaxw
=Q3r3
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#593175: Unrecognized partition shown in Places menu

2010-08-15 Thread Marian Sigler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Subject: gnome-panel: Unrecognized partition shown in Places menu
Package: gnome-panel
Version: 2.30.2-1
Severity: normal

A part of my disk is not formatted with a filesystem. However an entry
named 200 GB Unrecognized is shown in the Places menu, in the Nautilus
sidebar and in the save as browser (and possibly further more). If I
click it, it tries to mount it.

Intended behavior: Don't show such menu entries, they are just plain
useless.



- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-panel depends on:
ii  gnome-about2.30.2-1  The GNOME about box
ii  gnome-control-center   1:2.30.1-1utilities to configure the
GNOME d
ii  gnome-desktop-data 2.30.2-1  Common files for GNOME
desktop app
ii  gnome-menus2.30.0-1  an implementation of the
freedeskt
ii  gnome-panel-data   2.30.2-1  common files for the GNOME
Panel
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.11.2-2  Embedded GNU C Library:
Shared lib
ii  libcairo2  1.8.10-4  The Cairo 2D vector
graphics libra
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing
widget eve
ii  libcanberra0   0.24-1a simple abstract interface
for pl
ii  libdbus-1-31.2.24-3  simple interprocess
messaging syst
ii  libdbus-glib-1-2   0.86-1simple interprocess
messaging syst
ii  libecal1.2-7   2.30.2.1-1Client library for
evolution calen
ii  libedataserver1.2-13   2.30.2.1-1Utility library for
evolution data
ii  libedataserverui1.2-8  2.30.2.1-1GUI utility library for
evolution
ii  libgconf2-42.28.1-3  GNOME configuration
database syste
ii  libglib2.0-0   2.24.1-1  The GLib library of C routines
ii  libgnome-desktop-2-17  2.30.2-1  Utility library for loading
.deskt
ii  libgnome-menu2 2.30.0-1  an implementation of the
freedeskt
ii  libgtk2.0-02.20.1-1  The GTK+ graphical user
interface
ii  libgweather1   2.30.2-1  GWeather shared library
ii  libical0   0.44-3iCalendar library
implementation i
ii  libice62:1.0.6-1 X11 Inter-Client Exchange
library
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a
CORBA ORB
ii  libpanel-applet2-0 2.30.2-1  library for GNOME Panel applets
ii  libpango1.0-0  1.28.1-1  Layout and rendering of
internatio
ii  libpolkit-gobject-1-0  0.96-2PolicyKit Authorization API
ii  librsvg2-2 2.26.3-1  SAX-based renderer library
for SVG
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libwnck22  2.30.0-4  Window Navigator
Construction Kit
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxrandr2 2:1.3.0-3 X11 RandR extension library
ii  menu-xdg   0.5   freedesktop.org menu
compliant win
ii  policykit-1-gnome  0.96-2GNOME authentication agent
for Pol
ii  python 2.6.5-11  interactive high-level
object-orie
ii  python-gconf   2.28.1-1  Python bindings for the
GConf conf
ii  python-gnome2  2.28.1-1  Python bindings for the
GNOME desk

Versions of packages gnome-panel recommends:
ii  alacarte  0.13.1-1   easy GNOME menu editing tool
ii  evolution-data-server 2.30.2.1-1 evolution database backend
server
ii  gnome-applets 2.30.0-3   Various applets for the
GNOME pane
ii  gnome-icon-theme  2.30.3-1   GNOME Desktop icon theme
ii  gnome-session 2.30.2-1   The GNOME Session Manager -
GNOME
ii  gvfs  1.6.3-1userspace virtual
filesystem - ser

Versions of packages gnome-panel suggests:
ii  epiphany-browser 2.30.2-3Intuitive GNOME web browser
ii  evolution2.30.2-1groupware suite with mail
client a
ii  gnome-terminal [x-termin 2.30.2-1The GNOME terminal emulator
applic
ii  gnome-user-guide [gnome2 2.30.1-1GNOME user's guide
ii  nautilus 2.30.1-1file manager and graphical
shell f
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

- -- no debconf information
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - 

Bug#588179: installed as virtualenv.virtualenv instead of just virtualenv

2010-07-05 Thread Marian Sigler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: python-virtualenv
Version: 1.4.9-1

Normally (and in stable), virtualenv stuff is available as
virtualenv.$function, in testing however it is in 
virtualenv.virtualenv.$function.

Example:
 from virtualenv import create_bootstrap_script
Traceback (most recent call last):
  File stdin, line 1, in module
ImportError: cannot import name create_bootstrap_script
 from virtualenv.virtualenv import create_bootstrap_script


Marian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkwyS/QACgkQyoukcaP2scSHTwCgiT4Kq1z4LJDXtWDA7fd/jmA4
R5kAoImO0g3Pe/DeRAOFTMAGKujYyYUc
=XH/s
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584759: #584759 does not work with newer SQLAlchemy

2010-06-24 Thread Marian Sigler
This is http://dev.pocoo.org/projects/zine/ticket/248,
(patch http://dev.pocoo.org/projects/zine/changeset/df2adf8afbfb)

I've patched that into the debian package. It works but it raises deprecation
warnings. A new release of zine is planned for within about one month, so is
that OK until then? (considering that it does not work at all in sid atm).

I don't know if I did it right, i've only started with that packaging stuff.
Help appreciated. A debdiff is attached.

Marian
diff -Nru zine-0.1.2/debian/changelog zine-0.1.2/debian/changelog
--- zine-0.1.2/debian/changelog 2010-06-24 20:15:48.0 +0200
+++ zine-0.1.2/debian/changelog 2010-06-24 20:01:26.0 +0200
@@ -1,3 +1,10 @@
+zine (0.1.2-3) unstable; urgency=low
+
+  * Switch to dpkg-source 3.0 (quilt) format
+  * SQLAlchemy 0.6 Compatibility (closes: #584759)
+
+ -- Marian Sigler mariansig...@gmail.com  Thu, 24 Jun 2010 20:01:21 +0200
+
 zine (0.1.2-2) unstable; urgency=low
 
   * Upload to unstable
diff -Nru zine-0.1.2/debian/control zine-0.1.2/debian/control
--- zine-0.1.2/debian/control   2010-06-24 20:15:48.0 +0200
+++ zine-0.1.2/debian/control   2010-06-20 04:59:45.0 +0200
@@ -24,7 +24,7 @@
  python-pybabel (= 0.9.4),
  python-lxml (= 2.0),
  libjs-jquery (= 1.1)
-Recommends: python (= 2.5) | python-pysqlite2 | python-pysqlite1.1, 
python-flup
+Recommends: python (= 2.6) | python-pysqlite2 | python-pysqlite1.1, 
python-flup
 Suggests: python-psycopg2, python-mysqldb,
  httpd | libapache2-mod-wsgi | libapache2-mod-python
 XB-Python-Version: ${python:Versions}
diff -Nru zine-0.1.2/debian/patches/series zine-0.1.2/debian/patches/series
--- zine-0.1.2/debian/patches/series1970-01-01 01:00:00.0 +0100
+++ zine-0.1.2/debian/patches/series2010-06-20 04:40:37.0 +0200
@@ -0,0 +1 @@
+sqlalchemy-0.6-compat.patch
diff -Nru zine-0.1.2/debian/patches/sqlalchemy-0.6-compat.patch 
zine-0.1.2/debian/patches/sqlalchemy-0.6-compat.patch
--- zine-0.1.2/debian/patches/sqlalchemy-0.6-compat.patch   1970-01-01 
01:00:00.0 +0100
+++ zine-0.1.2/debian/patches/sqlalchemy-0.6-compat.patch   2010-06-20 
04:48:30.0 +0200
@@ -0,0 +1,38 @@
+Update Zine to work with SQLAlchemy 0.6.
+
+Patch by Mike Crute, taken from
+http://dev.pocoo.org/projects/zine/changeset/df2adf8afbfb .
+
+See also http://dev.pocoo.org/projects/zine/ticket/248 .
+Index: zine-0.1.2/zine/database.py
+===
+--- zine-0.1.2.orig/zine/database.py   2010-06-20 04:40:49.0 +0200
 zine-0.1.2/zine/database.py2010-06-20 04:41:49.0 +0200
+@@ -117,7 +117,7 @@
+ class ZEMLParserData(MutableType, TypeDecorator):
+ Holds parser data.
+ 
+-impl = sqlalchemy.Binary
++impl = sqlalchemy.LargeBinary
+ 
+ def process_bind_param(self, value, dialect):
+ if value is None:
+@@ -171,11 +171,15 @@
+ del key, mod, value
+ 
+ #: forward some session methods to the module as well
+-for name in 'delete', 'save', 'flush', 'execute', 'begin', 'mapper', \
+-'commit', 'rollback', 'clear', 'refresh', 'expire', \
+-'query_property':
++for name in ('delete', 'flush', 'execute', 'begin', 'mapper',
++ 'commit', 'rollback', 'refresh', 'expire',
++ 'query_property'):
+ setattr(db, name, getattr(session, name))
+ 
++# Some things changed names with SQLAlchemy 0.6.0
++db.save = session.add
++db.clear = session.expunge_all
++
+ #: and finally hook our own implementations of various objects in
+ db.Model = Model
+ db.Query = Query
diff -Nru zine-0.1.2/debian/source/format zine-0.1.2/debian/source/format
--- zine-0.1.2/debian/source/format 1970-01-01 01:00:00.0 +0100
+++ zine-0.1.2/debian/source/format 2010-06-24 20:15:49.0 +0200
@@ -0,0 +1 @@
+3.0 (quilt)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 3.0 (quilt)
Source: zine
Binary: zine
Architecture: all
Version: 0.1.2-3
Maintainer: Armin Ronacher armin.ronac...@active-4.com
Uploaders: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org,   Piotr Ożarowski 
pi...@debian.org
Homepage: http://zine.pocoo.org/
Standards-Version: 3.8.2
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/zine/trunk/
Vcs-Svn: svn://svn.debian.org/python-apps/packages/zine/trunk/
Build-Depends: debhelper (= 5)
Build-Depends-Indep: python (= 2.4), python-support (= 0.5.6)
Checksums-Sha1: 
 4b1c457acd399f34ace8fbf2cf32709761276148 1354321 zine_0.1.2.orig.tar.gz
 22bf0ba7b22e649355cffe3b8c05a03931273912 4926 zine_0.1.2-3.debian.tar.gz
Checksums-Sha256: 
 6517f291c22c6f269f218ba5d949c591366872d3370b716702f33698104cd21e 1354321 
zine_0.1.2.orig.tar.gz
 2cc795951385ab01004d2897947b6b257b84fc190036f4732ea2dde68f574103 4926 
zine_0.1.2-3.debian.tar.gz
Files: 
 ba1f08a2093f42c79e81fff25e5ef17c 1354321 zine_0.1.2.orig.tar.gz
 b70a623715e5e247caebb3c65879bbde 4926 zine_0.1.2-3.debian.tar.gz
Python-Version: = 2.4