Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-05-05 Thread Vincent Cheng
Hi Jackson,

 Dear Maintainer,

 After the last Stable update /usr/bin/catfish fails to run with a no
 such job error.

 bash: fg: %python%: no such job

 Changing the contents in /usr/bin/catfish from

 #!/usr/bin/env bash
 %python% /usr/share/catfish/bin/catfish.py $@

 to

 #!/usr/bin/env bash
 python /usr/share/catfish/catfish.py $@

 Fixes the error.

Do you intend on fixing to fix this bug soon-ish or not? I've tried
pinging you on IRC with no success, and I intend on NMU-ing this if
you still don't respond.

Regards,
Vincent


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



Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-05-05 Thread Jackson Doak
Please nmu/team-upload this.
I have not had access to a linux pc for around a month and won't have one
for a few more weeks.

I have forwarded this to the upstream developer so he sees the fix


On Mon, May 5, 2014 at 4:38 PM, Vincent Cheng vch...@debian.org wrote:

 Hi Jackson,

  Dear Maintainer,
 
  After the last Stable update /usr/bin/catfish fails to run with a no
  such job error.
 
  bash: fg: %python%: no such job
 
  Changing the contents in /usr/bin/catfish from
 
  #!/usr/bin/env bash
  %python% /usr/share/catfish/bin/catfish.py $@
 
  to
 
  #!/usr/bin/env bash
  python /usr/share/catfish/catfish.py $@
 
  Fixes the error.

 Do you intend on fixing to fix this bug soon-ish or not? I've tried
 pinging you on IRC with no success, and I intend on NMU-ing this if
 you still don't respond.

 Regards,
 Vincent



Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-05-05 Thread Vincent Cheng
On Sun, May 4, 2014 at 11:44 PM, Jackson Doak nosk...@ubuntu.com wrote:
 Please nmu/team-upload this.
 I have not had access to a linux pc for around a month and won't have one
 for a few more weeks.

Thanks for the quick reply.

 I have forwarded this to the upstream developer so he sees the fix

It's irrelevant for upstream; this was a bug that you introduced when
you patched catfish in Debian wheezy to fix the various CVEs that
affected it. I'm sorry for not catching it when I sponsored your
package (really, I'm not sure how I missed this when I skimmed the
debdiff), but nevertheless, please please please actually _test_ your
package on a wheezy system next time before asking me to sponsor an
upload for wheezy.

Regards,
Vincent


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



Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-05-05 Thread Jackson Doak
OK.

As i think i have said before, i lack the hardware to run a VM for testing,
that should be fixed when my new pc gets here and i wont have the issue
again.


On Mon, May 5, 2014 at 4:57 PM, Vincent Cheng vch...@debian.org wrote:

 On Sun, May 4, 2014 at 11:44 PM, Jackson Doak nosk...@ubuntu.com wrote:
  Please nmu/team-upload this.
  I have not had access to a linux pc for around a month and won't have one
  for a few more weeks.

 Thanks for the quick reply.

  I have forwarded this to the upstream developer so he sees the fix

 It's irrelevant for upstream; this was a bug that you introduced when
 you patched catfish in Debian wheezy to fix the various CVEs that
 affected it. I'm sorry for not catching it when I sponsored your
 package (really, I'm not sure how I missed this when I skimmed the
 debdiff), but nevertheless, please please please actually _test_ your
 package on a wheezy system next time before asking me to sponsor an
 upload for wheezy.

 Regards,
 Vincent



Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-05-02 Thread Andreas Rönnquist
I could fix this via an NMU if there wouldn't be any objections - I
haven't contacted the release team yet though, and I need a sponsor.
Diff for my suggested NMU attached.

best regards
-- Andreas Rönnquist
gus...@gusnan.se
diff -u catfish-0.3.2/debian/changelog catfish-0.3.2/debian/changelog
--- catfish-0.3.2/debian/changelog
+++ catfish-0.3.2/debian/changelog
@@ -1,3 +1,11 @@
+catfish (0.3.2-2+deb7u1.1) stable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix the patch 50Fix_cve.dpatch, correcting the calling
+python command (Closes: #746251)
+
+ -- Andreas Rönnquist gus...@gusnan.se  Fri, 02 May 2014 16:20:45 +0200
+
 catfish (0.3.2-2+deb7u1) stable; urgency=medium
 
   * Add 50Fix_cve.dpatch. Closes: #739958
diff -u catfish-0.3.2/debian/patches/50Fix_cve.dpatch catfish-0.3.2/debian/patches/50Fix_cve.dpatch
--- catfish-0.3.2/debian/patches/50Fix_cve.dpatch
+++ catfish-0.3.2/debian/patches/50Fix_cve.dpatch
@@ -22 +22 @@
-+%python% %prefix%/share/catfish/bin/catfish.py $@
++python %prefix%/share/catfish/catfish.py $@


Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-04-30 Thread Andreas Rönnquist
Better would be to fix it in the patch that causes the problem - see the
attached patch.

-- Andreas Rönnquist
gus...@gusnan.se
diff --git a/debian/patches/50Fix_cve.dpatch b/debian/patches/50Fix_cve.dpatch
index 3d44ddb..45b9db7 100644
--- a/debian/patches/50Fix_cve.dpatch
+++ b/debian/patches/50Fix_cve.dpatch
@@ -19,4 +19,4 @@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch'
 -python $APPNAME.pyc $@
 -fi
 -fi
-+%python% %prefix%/share/catfish/bin/catfish.py $@
++python %prefix%/share/catfish/catfish.py $@


Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-04-28 Thread Alad Wenter
Package: catfish
Version: 0.3.2-2+deb7u1
Severity: serious
Justification: fails to run

Dear Maintainer,

After the last Stable update /usr/bin/catfish fails to run with a no
such job error.

bash: fg: %python%: no such job

Changing the contents in /usr/bin/catfish from

#!/usr/bin/env bash
%python% /usr/share/catfish/bin/catfish.py $@

to

#!/usr/bin/env bash
python /usr/share/catfish/catfish.py $@

Fixes the error.

Regards,

Alad
=== modified file 'NtfsConfig/Fstab/FstabHandler.py'
--- NtfsConfig/Fstab/FstabHandler.py	2010-07-30 23:24:29 +
+++ NtfsConfig/Fstab/FstabHandler.py	2012-09-08 20:27:52 +
@@ -516,7 +516,7 @@
 name is default to the date of saving '''
 
 if not name :
-name = time.time()
+name = str(time.time())
 if self.logchanges and self.lastsave_has_changed() :
 logging.debug(Save log as %s, name)
 self._logconf.add_section(name)