Bug#718661: chromium: Exit shortcut (Shift-Ctrl-Q) ignores caps lock as control set by XkbOptions ctrl:nocaps

2013-08-03 Thread Joshua Honeycutt
Package: chromium Version: 28.0.1500.95-1~deb7u1 Severity: normal Dear Maintainer, When I press 'capslock + shift + q' chromium will not exit. It requires I use the lower left ctrl key. Other shortcuts with ctrl key, such as opening a new tab, do not have this limitation. Just to list anything

Bug#647341: ipvsadm: Rules loaded by init script don't work

2011-11-01 Thread Joshua McClintock
Package: ipvsadm Version: 1:1.25.clean-1 Severity: normal If I manually enter the IPVS rules by hand after startup, things work, but when I let the init script load my rules, it doesn't. When I reboot and run 'ipvsadm' I see my rules listed there. Pretty simple set. root@node-lb:/# ipvsadm -

Bug#650157: mplayer command line works, GUI sometimes fails

2011-11-26 Thread Joshua Brickel
Package: mplayer Version: 2:1.0~rc3++svn20100804-0.2squeeze1 Severity: important When I use the command line (ex. mplayer dvd://1 -dvd-device /cdrom ) mplaye rworks find But when I use the GUI to open mplayer, then sometimes it plays from the  cdrom device without a problem, and other times the m

Bug#653959: citadel-server was auto-selected and installed by dist-upgrade for what appears to be no good reason, and apt-get purge citadel-server failed to back out all system changes

2012-01-01 Thread Joshua Hudson
fiddling around with aptitude why revealed the haul-in is quilt recommending mail-transport-agent another case of the build tools requesting something absolute nonsense. Last time around it was postgres, this time it was citadel On 1/1/12, Joshua wrote: > Source: citadel-server > V

Bug#653280: gnome-sudoku crashes with IndexError

2011-12-26 Thread Joshua Immanuel
line 197, in _get_ return self.grid[y][x] IndexError: list index out of range The distribution used here is Debian Wheezy. Please do the needful. Regards Joshua -- Joshua Immanuel HiPro IT Solutions Private Limited http://hipro.co.in signature.asc Description: This is a digitally signed message part

Bug#53829:

2012-01-21 Thread Joshua Hudson
With the change to implement /run in squeezy, we can now move mtab off of /etc. Right now, the system is using /etc/mtab -> /proc/mounts. I have found a number of tools (not all debian based) that do fopen("/etc/mtab", "r+") and disregard /etc/mtab if it cannot be opened as a way of verifying the

Bug#53829:

2012-01-21 Thread Joshua Hudson
Herein lies the problem. I managed to move the location to /run/mount/mtab by changing the value of the #define, but that leaves no upgrade path from /proc/mounts due to the bizarre code in /lib/init/mount-functions.sh. The migration should have happened at package install time, not boot time. -

Bug#771738: apt-get segfaults on '[' in sources.list

2015-08-14 Thread Joshua Rogers
gt; > # sudo apt-get update Segmentation fault >> > > I cannot reproduce this. Can you attach a failing sources.list file? It has been fixed upstream, I believe. -- -- Joshua Rogers signature.asc Description: OpenPGP digital signature

Bug#859139: RFS: synergy/1.4.16-1+deb8u1

2017-03-30 Thread Joshua Honeycutt
e obtained from https://symless.com/synergy/ Changes since the last upload: * Added ensure_non00_cursor.patch to fix a crash when synergyc starts. Closes: #854567 Regards, Joshua Honeycutt

Bug#765955: synergy: Leaves temporary files in /tmp

2017-03-12 Thread Joshua Honeycutt
I made a mistake in the previous patch that will cause synergy to crash when stopping the server with external config. The corrected fix is attached. Description: Remove a hack to prevent temp file deletion since it should only affect the Windows service Author: Joshua Honeycutt Forwarded: not

Bug#857969: Set ulimit settings to recommended values

2017-03-16 Thread Joshua Powers
=infinity +LimitAS=infinity +LimitNOFILE=64000 +LimitNPROC=64000 [Install] WantedBy=multi-user.target -- Joshua Powers Ubuntu Server Canonical Ltd

Bug#858246: base: Does not detect users on mounted /home partition

2017-03-20 Thread Joshua Nelson
Package: base Severity: normal Tags: d-i Dear Maintainer, I recently installed Debian from an Ubuntu host. I use a mounted home partition for just these scenarios. Debian installed and booted properly, but on the (graphical) login screen, did not show my user account made with Ubuntu. Ubuntu si

Bug#809669: Re: Bug

2017-03-20 Thread Joshua Sanchez
Fix

Bug#858246: base: Does not detect users on mounted /home partition

2017-03-20 Thread Joshua Nelson
Oh, I see. Sorry for the trouble. On 03/20/2017 08:51 AM, Steve McIntyre wrote: > Control: severity -1 wishlist > Control: retitle -1 add support for importing users from other systems > > jyn...@gmail.com wrote: >> Package: base >> Severity: normal >> Tags: d-i >> >> Dear Maintainer, >> >> I rec

Bug#856432: gitlab --configure looks for postgres 9.1, but 9.6 is installed

2017-02-28 Thread Joshua Clayton
Package: gitlab Version: 8.13.11+dfsg-4 Severity: grave Justification: renders package unusable Dear Maintainer, gitlab installs, but will not complete configuration, because (at least) it is looking for a wrong version of a postgresql extension. Possibly also incompatible with latest postgresql

Bug#856432: Can't be reproduced

2017-03-02 Thread Joshua Clayton
Balalsankar, Thanks for testing. my install attempt has been on a long lived VM that was recently upgraded. postgres 9.1, 9.4 and the respective postgres clients were still installed. After purging those, and reinstalling postgreSQL 9.6, the reinstall still failed I removed everything aptitude

Bug#856602: postinst sed delimiter causes failure

2017-03-02 Thread Joshua Powers
"%" \ + | sed "s|^TOMCAT7_USER=.*$|TOMCAT7_USER=$TOMCAT7_USER|" \ + | sed "s|^TOMCAT7_GROUP=.*$|TOMCAT7_GROUP=$TOMCAT7_GROUP|" \ + | sed "s|^JAVA_OPTS=.*$|JAVA_OPTS=\"$JAVA_OPTS\"|" \ >> $tmpfile u

Bug#857434: jessie-pu: package synergy/1.4.16-1

2017-03-10 Thread Joshua Honeycutt
gards, Joshua diff -Nru synergy-1.4.16/debian/changelog synergy-1.4.16/debian/changelog --- synergy-1.4.16/debian/changelog 2014-03-16 17:58:42.0 -0500 +++ synergy-1.4.16/debian/changelog 2017-03-10 21:03:12.0 -0600 @@ -1,3 +1,10 @@ +synergy (1.4.16-1+deb8u1) jessie; urgency=m

Bug#765955: synergy: Leaves temporary files in /tmp

2017-03-11 Thread Joshua Honeycutt
1.8.7-stable, but quilt will apply it to the 1.4.16 source if you want to build a fixed version. Description: Remove a hack to prevent temp file deletion since it should only affect the Windows service Author: Joshua Honeycutt Forwarded: not-needed Last-Update 2017-03-11 --- This patch header fo

Bug#855526: RFS: synergy/1.8.7-stable+dfsg.1-2

2017-02-19 Thread Joshua Honeycutt
ags in man page sgml source. Fix formatting and an extra argument. * Added clipboardchunktest.patch to fix FTBFS due to a unit test on big endian archs. Regards, Joshua Honeycutt

Bug#834921: Re: Bug

2017-02-25 Thread Joshua Sanchez

Bug#861004: closed by Guido Günther (Re: Bug#861004: git-buildpackage: gbp buildpackage fails with nonsense errors when binary files have changed since last release)

2017-04-23 Thread Joshua Hudson
I expect the tool to treat the provided git repository as the master source. This should result in not needing to fetch a source tarball at all. This tool was recommended to me for how to update a debian package to take a new upstream source. Apparently it can't actually do that.

Bug#861403: java-package: Package has dependency on libc6-amd64 if it is installed, but this can't be satisfied

2017-04-28 Thread Joshua Honeycutt
Package: java-package Version: 0.62 Severity: normal Dear Maintainer, I ran into user on IRC attempting to create a jre deb on an amd64 system. They had an issue where their jre deb was depending on libc6-amd64 which is an i386 arch package. The dependency could not be resolved so

Bug#861783: dpkg: trying to local divert a file diverted by a package does not work

2017-05-03 Thread Joshua Hudson
(If the suggestions below end up not being accepted, then you could simply use your local firefox, and create a dummy package to fulfill dependencies with something like equivs.) Ah yes I suppose I was not clear. The firefox-esr package causes all its depends to be installed, which is what allows

Bug#854212: RFS: synergy/1.8.7-stable+dfsg.1-1 [ITA]

2017-02-06 Thread Joshua Honeycutt
On Mon, Feb 6, 2017 at 2:24 AM, Arturo Borrero Gonzalez wrote: > On 6 February 2017 at 09:08, Arturo Borrero Gonzalez > wrote: >> >> I'm doing a test build now. If all is fine, I will sponsor the upload. > > The package seems to FTBFS due to a failing test: > > [...] > [--] Global test e

Bug#731255: Closing because this was resolved by backport.

2017-02-09 Thread Joshua Honeycutt
I am closing this bug because the jessie synergy package has been backported to wheezy by Pierre Rudloff in August 2014 with version 1.4.16-1~bpo70+1. I am trying to clean up old bugs for synergy as the new maintainer. If I have made an error in closing this bug please reopen it and explain how it

Bug#854933: RFS: synergy/1.4.16-2

2017-02-12 Thread Joshua Honeycutt
Regards, Joshua Honeycutt synergy.debdiff Description: Binary data

Bug#854933: RFS: synergy/1.4.16-2

2017-02-12 Thread Joshua Honeycutt
On Sun, Feb 12, 2017 at 8:27 AM, James Cowgill wrote: > Hi, > > On 12/02/17 12:51, Arturo Borrero Gonzalez wrote: >> On 12 February 2017 at 09:06, Joshua Honeycutt >> wrote: >>> >>> I understand this upload occurs during the stretch freeze and I &g

Bug#855049: gnome-shell-pomodoro: shows two copies of the UI in gnome shell

2017-02-13 Thread Joshua Pritikin
Package: gnome-shell-pomodoro Version: 0.13.0-1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I upgraded from Tanglu4 to Debian. I kept my home directory so there might be unexpected dconf set

Bug#855051: nfs-common: wrong shutdown sequence of wifi then nfs leaves nfs mounts hanging

2017-02-13 Thread Joshua Pritikin
Package: nfs-common Version: 1:1.3.4-2 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I use autofs to mount NFS * What exactly did you do (or not do) that was effective (or ineffective)

Bug#855067: ocaml-csv: Outdated homepage URL

2017-02-13 Thread Joshua Bayfield
Package: ocaml-csv Version: 1.3.3-1 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch Dear Maintainer, It was reported that the homepage URL for the ocaml-csv package was out of date. The homepage currently listed informs the user of the new ho

Bug#855146: unblock: synergy/1.4.16-2

2017-02-14 Thread Joshua Honeycutt
ted debian/control fields: Maintainer, Homepage, Vcs-* with new +maintainer and upstream information + * Changed description to indicate new upstream locations for binary and +source releases (old URL returned page not found) + + -- Joshua Honeycutt Wed, 08 Feb 2017 16:08:21 -0600 + syner

Bug#854567: uploaded fix and getting fix into jessie

2017-02-14 Thread Joshua Honeycutt
I have accepted this change and the upload has been made to unstable. This should hopefully migrate to stretch/testing as the Release team works through their queue during the freeze. You can see bug #855146 to follow the migration process. I still intend to follow up with a jessie update through

Bug#855146: unblock: synergy/1.4.16-2

2017-02-14 Thread Joshua Honeycutt
re of. I'm new to the unblock process. If this change is necessary should I upload a new version to unstable, and reply back to this bug once complete or is a new unblock bug required? Joshua Honeycutt

Bug#673218: #673218 - nautilus: hangs on file properties waiting for tracker

2016-05-14 Thread Joshua Bowren
It seems the regular gnome search feature also causes tracker-store to start, but it uses less CPU.

Bug#673218: #673218 - nautilus: hangs on file properties waiting for tracker

2016-05-14 Thread Joshua Bowren
It seems this issue actually pertains to tracker. There are several bug reports filed for this issue under its package, namely this one: #612242 .

Bug#612242: tracker: Really high CPU Usage and Memory Leak

2016-05-14 Thread Joshua Bowren
I experience this issue in the Jessie and reconfiguring locales does not fix the issue. I tried removing all locales but one, but no avail. Any ideas how I can work around the issue? Removing tracker's configuration directories in .local and .cache did not help.

Bug#758532: open-iscsi: remove erronous failed message

2014-08-18 Thread Powers, Joshua
Package: open-iscsi Version: 2.0.873+git0.3b4b4500-2 Severity: wishlist Tags: patch When open-iscsi is installed, but does not have anything configured the user will see an unnecessary error message: "[FAIL] Mounting network filesystems: failed!" The patch below removes this message by determini

Bug#758745: ITP: python-pyvmomi -- Python bindings for the VMware vSphere Web Services SDK

2014-08-20 Thread Joshua Kwan
Package: wnpp Severity: wishlist Owner: Joshua Kwan X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: python-pyvmomi Version : 5.5.0-2014.1 Upstream Author : Shawn Hartsock * URL : https://github.com/vmware/pyvmomi * License : Apache Programming

Bug#794336: [e]glibc breaks res_init() functionality

2015-08-01 Thread Joshua Rogers
x27;s bug tracking for awhile.) -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#827388: systemd: systemctl restart winbind starts a broken winbind

2016-06-15 Thread Joshua Hudson
In this case, the init script has restart != stop + start. Had systemd called restart it probably would have worked. On 6/15/16, Felipe Sateler wrote: > Control: reassign -1 winbind 2:4.1.17+dfsg-2+deb8u2 > > On 15 June 2016 at 11:52, Joshua Hudson wrote: >> Package: systemd >

Bug#823061: joshuabanty-✉-Message-on-hold-

2016-04-30 Thread Joshua Banty
ok On Apr 30, 2016 11:32 AM, "Angel" wrote: > > > > > > > > > > > > * _Just_saw_something_really_hot_that_made_me_wonder... > _What_would_you_like_me_to_wear_tonight?_ > _What's_the_hottest_thing_I_can_do_for_you_when_I_see_you?_ > We'll_even_play_some_games_honey_ > _you_just_guess_what_color_my

Bug#673218: #673218 - nautilus: hangs on file properties waiting for tracker

2016-05-02 Thread Joshua Bowren
I can reproduce this bug in nautilus 3.14 in Debian stable 8.4. This issue also causes high CPU usage, thus high CPU temperature. The workaround is to kill the process. Every boot, tracker-store starts and eats up a ton of CPU time. Also typing a search string in nautilus causes it to hang an

Bug#226171: patch

2014-11-18 Thread Joshua Hudson
Patch for this bug is in bug 770139. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#770139: Fwd: Bug#770139: lilo chokes on dmraid mirroring

2014-11-18 Thread Joshua Hudson
patch provided. You probably don't want to apply it as-is as it breaks other scenarios. I had to completely remove devicemapper support to make it work. It would be completely feasible to make it a compile option and provide two binary packages, but that would be more of a headache. diff -ur lilo-

Bug#739206: gnome-control-center: Segfaults when open "Background" settings

2014-07-12 Thread Joshua Salles
This bug still effects me (3.8.3-7+b2), I thought it was a locale issue but now I'm clueless. I see it's fixed in experimental, am I just suppose to upgrade that one package as a fix? Thanks -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing')

Bug#657456: gnome-shell: Random segmentation faults: error 4 in libglib-2.0

2014-07-30 Thread Joshua Salles
Package: gnome-shell Version: 3.12.2-3 Followup-For: Bug #657456 I'm having the same problem, but not with libglib-2.0 as far as I can tell - it's with libgnome-menu-3.0 This is what kern.log spits out, gnome-shell[4635]: segfault at 120 ip 7f6cc50ec340 sp 7fff0b6e08a0 error 4 in libgnome

Bug#782366: Same issue

2015-07-16 Thread Joshua Thijssen
I current experience the same issue on Ubunty. I manually patched the cunit.pc, but i'd really like to see this patched as well. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#785270: libuuid user does not set a shell

2015-05-13 Thread Joshua Timberman
Package: util-linux Version: 2.20.1-5 I'm reporting this bug against util-linux, which seems to be the source package for the affected packages related to the libuuid user: * libuuid1 * uuid-runtime Both of these packages manage the "libuuid" user. However, neither one of the sets a shell for th

Bug#680929: Got bug, can reproduce 100% of the time

2015-06-05 Thread Joshua Hudson
Affected: Debian Jessie i386 Qt: 4.8.6 KDE Development Platform: 4.14.2 Okular: 0.20.2 Reproduces 100% of the time. I am logged in over remote desktop. Desktop snapshot provided in case you need to verify remote desktop.

Bug#776960: gnome-themes: Clearlooks No Color

2015-02-03 Thread Joshua Bowren
Package: gnome-themes Version: 2.30.2-1 Severity: minor Dear Maintainer, For a while now on my Debian Testing machine clearlooks has been missing its usual blue color on the top window border. Now it is white. I have actually been experiencing this bug since last summer, but at first it w

Bug#773502: Update

2014-12-29 Thread Joshua Rogers
Were these ever handled? Thanks, -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#773502: [Pkg-gnupg-maint] Bug#773502: off-by-one memory assignment

2015-01-06 Thread Joshua Rogers
On 07/01/15 11:44, NIIBE Yutaka wrote: > On 12/19/2014 05:47 PM, Joshua Rogers wrote: >> Package: gnupg2 >> Version: 2.1.1 >> Severity: normal >> >> in app-nks.c on line 1242, data is assigned the memory of 'datalen', >> which is calculated u

Bug#743215: I managed to figure out what's going on

2015-04-26 Thread Joshua Hudson
I managed to figure out what's going on. write tries to use standard output to determine who the currently logged on user is. Traditional cron would have stdout captured by a spool running as a user process; however systemd cron would have it captured by a systemd process running as root. While y

Bug#780524: libresolv res_init() does not correctly initialize internals

2015-03-15 Thread Joshua Rogers
Debian here: https://lists.debian.org/debian-glibc/2014/05/msg00171.html tl;dr: since res_init() does not set 'last_mtime', it does not initialize the internals, for libresolv to be used by the likes of getaddrinfo, gethostbyname, res_query, etc. etc.. Thanks, -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#781900: xserver-xorg-input-synaptics: Thinkpad E440 Bottom Part of Touchpad Does Not Work and Clicking Issues

2015-04-04 Thread Joshua Bowren
811.737] X.Org X Server 1.16.4 Release Date: 2014-12-20 [ 811.737] X Protocol Version 11, Revision 0 [ 811.737] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [ 811.737] Current Operating System: Linux joshua-debian-lenovo 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01

Bug#779002: closed by Michael Gilbert (Re: [pkg-wine-party] Bug#779002: wine32 sound does not work on amd64 arch)

2015-02-22 Thread Joshua Hudson
I'd advise setting a package recommends as having to file a bug to find it is pretty silly. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#776960: Reproducible on Fresh Install

2015-02-24 Thread Joshua Bowren
I recently installed Debian jessie from the RC1 installer and then installed gnome-shell and gnome-themes. The bug persists.

Bug#779511: opentk: Please Consider Packaging The Latest Stable Release 1.1

2015-03-01 Thread Joshua Bowren
Source: opentk Severity: wishlist Dear Maintainer, It would be much appreciated if the latest version (1.1 stable) of OpenTK could be packaged and added. It was released not too long ago, so I guess people thought the project was dead. Thanks, Joshua Bowren -- System Information

Bug#776960: Same in Fedora

2015-03-03 Thread Joshua Bowren
I recently installed the latest stable Fedora on a virtual machine and the title bar is also white. It is unlikely this is a bug, so it is probably the intended behavior. I guess no themes have color by default anymore. Only black and white. Please feel free to close this report.

Bug#781869: pulseaudio: sound total hangup when program using audio suddenly dies

2015-04-20 Thread Joshua Hudson
s/Killing pulseaudio/Killing and restarting pulseaudio/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#781869: pulseaudio: sound total hangup when program using audio suddenly dies

2015-04-21 Thread Joshua Hudson
Hmmm. systemd-logind is running. Maybe we got a genuine systemd bug that I tried to avoid by not upgrading init. If I just pin the ACLs at 666 (this is safe on a single-user box) and the problem goes away would that confirm where to look? I miss the old "console" group. A much simpler solution.

Bug#781869: pulseaudio: sound total hangup when program using audio suddenly dies

2015-04-21 Thread Joshua Hudson
Indeed. chmod 666 /dev/snd/* makes the problem go away. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#781869: pulseaudio: sound total hangup when program using audio suddenly dies

2015-04-22 Thread Joshua Hudson
On further diagnostic (now that we know for sure what we are looking for), the user logged in to TTY2 is relevant. This eliminates the statistical match for a hard match to the problem. If the TTY is logged in as root or not logged in, happens every time. I'm in the habit of doing all root work di

Bug#781869: pulseaudio: sound total hangup when program using audio suddenly dies

2015-04-22 Thread Joshua Hudson
TY2, I suggest the transient is there even when switching between two same-users sessions but is often too fast for pulseaudio to get stuck. joshua@nova:~ϟ getfacl /dev/snd/* # file: dev/snd/by-path # owner: root # group: root user::rwx group::r-x other::r-x # file: dev/snd/controlC0 # owner: r

Bug#781869: pulseaudio: sound total hangup when program using audio suddenly dies

2015-04-22 Thread Joshua Hudson
> Does pulseaudio get unstuck by doing another roundtrip to tty2? Nope. I haven't found an unstick short of X logoff-logon. Killing pulseaudio does not unstick. Will try pull from experimental soon. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubs

Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop

2015-10-26 Thread Joshua Hudson
Bug is FIXED in util-linux 2.27

Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop

2015-06-20 Thread Joshua Hudson
Update: bug is in the V3 code. Command goes through w/o using -3. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop

2015-06-20 Thread Joshua Hudson
I found the exact cause after reading the source code long enough. It tried to allocate too many inodes, pushing the first zone > 65536 blocks. This fails hard due to integer roundoff. Therefore, workaround: mkfs.minix -3 -i specifying a more reasonable number of inodes will allow the filesyst

Bug#788631: Info received (Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop)

2015-06-20 Thread Joshua Hudson
2015-06-20 20:27:11.732436640 -0700 @@ -49,6 +49,9 @@ * 06.29.11 - Overall cleanups for util-linux and v3 support * Davidlohr Bueso * + * 06.20.15 - Do not infinite loop or crash on large devices + * Joshua Hudson + * * Usage: mkfs [-c | -l filename ] [-12v3]

Bug#789702: php5: SOAP when throwing exception server side causes Segmentation Fault

2015-06-23 Thread Joshua Dennis
Package: libapache2-mod-php5 Version: 5.6.9+dfsg-0+deb8u1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? A client application connection to a SOAP server running this version of PHP on Debian Je

Bug#789702: [php-maint] Bug#789702: php5: SOAP when throwing exception server side causes Segmentation Fault

2015-06-25 Thread Joshua Dennis
. Josh On Wed, 24 Jun 2015 10:10:41 +0200 =?UTF-8?Q?Ond=C5=99ej=20Sur=C3=BD?= wrote: > Hi Joshua, > > could you try to reproduce the segfault with 5.6.10 available from here: > > http://packages.sury.org/php5-5.6/ > > And if that doesn't help it would be best to

Bug#791430: udev tries to make /dev/sr? nodes only when cdrom in drive, causing problems

2015-07-04 Thread Joshua Hudson
It is important to note that without the device node, attempting to eject /dev/sr0 or /dev/sr1 is going to fail. Some (notably apple) cdroms don't have eject buttons. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas..

Bug#791430: udev tries to make /dev/sr? nodes only when cdrom in drive, causing problems

2015-07-04 Thread Joshua Hudson
Devices not created by kernel. Verified by stopping udev. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#791430: udev tries to make /dev/sr? nodes only when cdrom in drive, causing problems

2015-07-04 Thread Joshua Hudson
Update: problem disappeared after cold boot. Additional information gained from experiment: devtmpfs does not create /dev/sr? nodes on this system. udevd does once started. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact li

Bug#791430: udev tries to make /dev/sr? nodes only when cdrom in drive, causing problems

2015-07-05 Thread Joshua Hudson
I booted directly to a shell and started the system by hand. After mounting devtmpfs, /dev/sr? were not created. Started udevd and they were. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#758811: nautilus: 'sort folders before files' does not work

2014-09-13 Thread Joshua Salles
I have this same issue on 3.12.2-1 and found that if you use dconf-editor and navigate to org.gnome.nautilus.preferences you can change the value of 'sort-directories-first' to get it to work. Thanks On Thu, 21 Aug 2014 16:31:00 +0100 Z wrote: > Package: nautilus > Version: 3.12.2-1 > Severity:

Bug#761415: totem: Crashes on start

2014-09-13 Thread Joshua Salles
Package: totem Version: 3.12.2-1 Severity: important Since a recent update I have been unable to "preview" files in nautilus, which may be another issue altogether but that's when I noticed Totem would no longer open video files. After purging totem and reinstalling I still have gotten nowhere, I

Bug#761416: gnome-sushi: Crashes on start

2014-09-13 Thread Joshua Salles
Package: gnome-sushi Version: 3.12.0-2 Severity: important In a recent update I noticed I was no longer able to "preview" files in nautilus, I found that the package in question was "gnome-sushi" and tried running "sushi" in console and it gave this output: (sushi-start:10156): Gdk-ERROR **: The

Bug#768485: dpkg: format string vulnerability

2014-11-09 Thread Joshua Rogers
via email? Thanks -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#768670: ruby-moneta: FTBFS in jessie: build-dependency not installable: ruby-activesupport-3.2 (>= 3.2.11~)

2014-11-09 Thread Joshua Timberman
Unfortunately, I don't have cycles to maintain the ruby-moneta package, and we're not actually using moneta in chef (the original reason for the packaging). What do I need to do to transfer the package to another maintainer?

Bug#769111: dpkg bug/vuln v2

2014-11-11 Thread Joshua Rogers
(main=0x402860 , > argc=3, ubp_av=0x7fffe158, init=, fini= out>, rtld_fini=, stack_end=0x7fffe148) at > libc-start.c:226 > #11 0x00402ac5 in _start () A quick guess is that because the > : 1 part of the file does not have a 'name', it trys to call a NULL. Somebody should check if I'm right, though. Thanks, -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#767533: [Aptitude-devel] Quick Question

2014-10-31 Thread Joshua Rogers
It looks like download_item.c:99 has the same code, just FYI. -- Joshua Rogers <https://internot.info/> On 01/11/14 07:03, Manuel A. Fernandez Montecelo wrote: > Source: aptitude > Version: 0.6.11-1 > > 2014-10-30 11:23 Joshua Rogers: >> Hi guys, >> >> >>

Bug#767836: Confirmed

2014-11-02 Thread Joshua Lund
I can confirm that this is a problem. It was reported to me yesterday (https://github.com/jlund/streisand/issues/89) and is affecting upgraded instances at several providers. I have tested new servers at AWS, DigitalOcean, and Linode with the same results. Temporarily downgrading to `linux-image-3

Bug#757732: gdm3: Have to type password twice when logging in from lock screen

2014-08-10 Thread Joshua Salles
Package: gdm3 Version: 3.12.2-2 Severity: normal Since using Jessie, every time I unlock my screen it hangs after typing in my password. I then have to click cancel, or hit Esc and retype it in which it when then let me in. I upgraded to unstable thinking it might fix a few things, knowingly it mi

Bug#769111: dpkg bug/vuln v2

2014-11-12 Thread Joshua Rogers
st field names, so that's > wrong, and I'm fixing this separately. > Great, thanks! -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#769457: dpkg memory leak

2014-11-13 Thread Joshua Rogers
_path(INFODIR); } ...which is called in filesdb.c(again): > void filesdbinit(void) { struct filenamenode *fnn; int i; > pkgadmindir_init(); for (i=0; i fnn= fnn->next) { fnn->flags= 0; fnn->oldhash = NULL; fnn->filestat = > NULL; } } Anyways, point is, pathna

Bug#769457: dpkg memory leak

2014-11-13 Thread Joshua Rogers
curkeys.cc:31:2: error: expected ‘}’ before ‘;’ token > curkeys.cc:31:2: error: expected ‘}’ before ‘;’ token > curkeys.cc:31:2: error: curly brackets (braces) around scalar > initialiser for type ‘const char*’ > make[3]: *** [curkeys.o] Error 1 > make[3]: Leaving directory `/root/dpkg/dselect' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/dpkg/dselect' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/dpkg' > make: *** [all] Error 2 Any suggestions? Thanks, -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#769457: dpkg memory leak

2014-11-13 Thread Joshua Rogers
On 14/11/14 08:57, Joshua Rogers wrote: > Any suggestions? Ehh, I got it kind of working. I'll do further testing when I wake up. Thanks, -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#769515: dpkg memory leak v2

2014-11-14 Thread Joshua Rogers
buf, v->size); is never freed. Thanks, -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#769515: Another

2014-11-14 Thread Joshua Rogers
And just one more before I'm done... dpkg-deb/build.c > m= m_malloc(strlen(dir) + sizeof(DEBEXT)); m is never freed. Thanks, -- -- Joshua Rogers <https://internot.info/> signature.asc Description: OpenPGP digital signature

Bug#813277: stella: Package version too old

2016-01-30 Thread Joshua Santos
Package: stella Version: 4.1.1-1 Severity: wishlist Dear Maintainer, The current version of this package in the jesie repository is too old. Please consider updating this package, as the latest stable relase is 4.7. -- System Information: Distributor ID: Raspbian Description:Raspbian GNU/Lin

Bug#743215: write: you are uid ???, but your login is as uid 0

2016-03-22 Thread Joshua Hudson
I am astounded at your inability to understand this. # su -c 'write root' | cat will fail because write is running as bin and checks who owns standard output for a match or not. Now this is a pretty perverse example. There's a breaking change in systemd's cron where the standard output spooler i

Bug#773305: Buffer overflow

2014-12-16 Thread Joshua Rogers
dbuf, DIFF " -Nu %.250s %.250s | %.250s", > str_quote_meta(old), str_quote_meta(new), > command_get_pager()); In command_get_pager(void): > pager = getenv("PAGER"); -- -- Joshua Rogers <https://internot.info/> --

Bug#773305: Buffer overflow

2014-12-16 Thread Joshua Rogers
On 17/12/14 04:08, Joshua Rogers wrote: > I sent that email a bit too early. > I found this using Coverity. Ugh, I'm too tired for this. I just realized it obviously cannot overlow, since %.250s is used. -- -- Joshua Rogers <https://internot.info/> -- To UNSUBSCRIBE, email to

Bug#773305: Buffer overflow

2014-12-16 Thread Joshua Rogers
I sent that email a bit too early. I found this using Coverity. -- -- Joshua Rogers <https://internot.info/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#773414: gpg use-after-free

2014-12-17 Thread Joshua Rogers
Package: gnupg2 Version: 2.1.1 Severity: normal Hi, In 'iobuf.c' on lines 1131-1133, there is a use-after-free if DBG_IOBUF is enabled. Thanks, -- -- Joshua Rogers <https://internot.info/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#773415: missing va_end

2014-12-17 Thread Joshua Rogers
Package: gnupg2 Version: 2.1.1 Severity: normal Hi, In gpgkey2ssh.c, in the function key_to_blob on line 210, va_end is never called. Thanks, -- -- Joshua Rogers <https://internot.info/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "

Bug#773423: double close

2014-12-18 Thread Joshua Rogers
Package: gnupg2 Version: 2.1.1 Severity: normal Hi, In dotlock.c on line 682 and 721, there is a double close of 'fd'. Thanks, -- -- Joshua Rogers <https://internot.info/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "

Bug#773427: Strange checking bug

2014-12-18 Thread Joshua Rogers
Package: gnupg2 Version: 2.1.1 Severity: normal Hi, In stringhelp.c, line 525-526, no check is made to see if home_buffer is not NULL, like it is checked if xmode is false, on line 530. Thanks, -- -- Joshua Rogers <https://internot.info/> -- To UNSUBSCRIBE, email to debian-bugs-dis

<    1   2   3   4   5   6   7   8   9   10   >