Bug#1083105: typecatcher: program will not start

2024-10-01 Thread Mark Hedges
Package: typecatcher
Version: 0.3-1.2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

```
 # typecatcher
 Traceback (most recent call last):
   File "/usr/lib/python3/dist-packages/typecatcher_lib/Application.py", line 
30, in on_activate
 self.window = TypeCatcherWindow.TypeCatcherWindow()
   ^
   File "/usr/lib/python3/dist-packages/typecatcher_lib/Window.py", line 47, in 
__new__
 builder = get_builder('TypeCatcherWindow')
   
   File "/usr/lib/python3/dist-packages/typecatcher_lib/helpers.py", line 44, 
in get_builder
 builder.add_from_file(ui_filename)
   File "/usr/lib/python3/dist-packages/typecatcher_lib/Builder.py", line 86, 
in add_from_file
 ele_widgets = tree.getiterator("object")
   
 AttributeError: 'ElementTree' object has no attribute 'getiterator'
```

The program doesn't run.  It looks like the upstream sources have had no 
development since 2020.  The package probably ought to be removed if no one 
wants to maintain it.  Also, the version "0.3" does not appear to exist 
upstream, which seems confusing.  The highest version listed at 
https://code.launchpad.net/typecatcher is 0.2.

Thanks.
Mark


-- System Information:
Debian Release: 12.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-25-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages typecatcher depends on:
ii  gir1.2-glib-2.0 1.74.0-3
ii  gir1.2-gtk-3.0  3.24.38-2~deb12u2
ii  gir1.2-webkit2-4.0  2.44.3-1~deb12u1
ii  python3 3.11.2-1+b1
ii  python3-gi  3.42.2-3+b1

Versions of packages typecatcher recommends:
ii  yelp  42.2-1

typecatcher suggests no packages.



Bug#1071596: apache2: envvars evaluates string in conditional instead of testing for empty string

2024-05-22 Thread Mark Hedges
Weird.  I'll have to reinstall apache2.  Maybe I edited it long ago to
debug it, forgot a space, and it got stuck by debconf picking my
version on upgrades instead of the package maintainer's.  Thanks.


On Wed, May 22, 2024 at 12:38 PM Stefan Fritsch  wrote:
>
> Hi Mark,
>
> Am 21.05.24 um 22:30 schrieb Mark Hedges:
> > Package: apache2
> > Version: 2.4.59-1~deb12u1
> > Severity: normal
> >
> > Dear Maintainer,
> >
> > `envvars` evaluates string in conditional instead of testing for empty 
> > string.
> >
> > `apachectl` calls `envvars` which shows a syntax error despite working:
> >
> >   root@nodeo:/etc/letsencrypt# apachectl configtest
> >   /usr/sbin/apachectl: 6: [: /etc/apache2: unexpected operator
> >   Syntax OK
> >
> > If I change this line in `envvars`:
> >
> >   if [ "${APACHE_CONFDIR}" == "" ]; then
> >export APACHE_CONFDIR=/etc/apache2
> >   fi
>
> This snippet is not in the original file from the apache2 package.
> Compare to
> https://salsa.debian.org/apache-team/apache2/-/blob/master/debian/config-dir/envvars?ref_type=heads
>
> Either you or some package or script has changed the file. If you have
> etckeeper you could dig in the logs.
>
> Cheers,
> Stefan
>
> >
> > to this:
> >
> >   if [ -z ${APACHE_CONFDIR} ]; then
> >export APACHE_CONFDIR=/etc/apache2
> >   fi
> >
> > ... then it works.
> >
> > It's trying to evaluate `/etc/apache2` as a command?  Weird.
> >
> > PATH seems totally normal.
> >
> > Mark
> >
> > -- Package-specific info:
> >
> > -- System Information:
> > Debian Release: 12.5
> >APT prefers stable-updates
> >APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
> > 'stable')
> > Architecture: amd64 (x86_64)
> >
> > Kernel: Linux 6.1.0-21-amd64 (SMP w/1 CPU thread; PREEMPT)
> > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE 
> > not set
> > Shell: /bin/sh linked to /usr/bin/dash
> > Init: systemd (via /run/systemd/system)
> > LSM: AppArmor: enabled
> >
> > Versions of packages apache2 depends on:
> > ii  apache2-bin2.4.59-1~deb12u1
> > ii  apache2-data   2.4.59-1~deb12u1
> > ii  apache2-utils  2.4.59-1~deb12u1
> > ii  init-system-helpers1.65.2
> > ii  lsb-base   11.6
> > ii  media-types10.0.0
> > ii  perl   5.36.0-7+deb12u1
> > ii  procps 2:4.0.2-3
> > ii  sysvinit-utils [lsb-base]  3.06-4
> >
> > Versions of packages apache2 recommends:
> > ii  ssl-cert  1.1.2
> >
> > Versions of packages apache2 suggests:
> > pn  apache2-doc  
> > pn  apache2-suexec-pristine | apache2-suexec-custom  
> > ii  chromium [www-browser]   125.0.6422.60-1~deb12u1
> >
> > Versions of packages apache2-bin depends on:
> > ii  libapr1  1.7.2-3
> > ii  libaprutil1  1.6.3-1
> > ii  libaprutil1-dbd-sqlite3  1.6.3-1
> > ii  libaprutil1-ldap 1.6.3-1
> > ii  libbrotli1   1.0.9-2+b6
> > ii  libc62.36-9+deb12u7
> > ii  libcrypt11:4.4.33-2
> > ii  libcurl4 7.88.1-10+deb12u5
> > ii  libjansson4  2.14-2
> > ii  libldap-2.5-02.5.13+dfsg-5
> > ii  liblua5.3-0  5.3.6-2
> > ii  libnghttp2-141.52.0-1+deb12u1
> > ii  libpcre2-8-0 10.42-1
> > ii  libssl3  3.0.11-1~deb12u2
> > ii  libxml2  2.9.14+dfsg-1.3~deb12u1
> > ii  perl 5.36.0-7+deb12u1
> > ii  zlib1g   1:1.2.13.dfsg-1
> >
> > Versions of packages apache2-bin suggests:
> > pn  apache2-doc  
> > pn  apache2-suexec-pristine | apache2-suexec-custom  
> > ii  chromium [www-browser]   125.0.6422.60-1~deb12u1
> >
> > Versions of packages apache2 is related to:
> > ii  apache2  2.4.59-1~deb12u1
> > ii  apache2-bin  2.4.59-1~deb12u1
> >
> > -- Configuration Files:
> > /etc/apache2/apache2.conf changed:
> > DefaultRuntimeDir ${APACHE_RUN_DIR}
> > PidFile ${APACHE_PID_FILE}
> > Timeout 300
> > KeepAlive On
> > MaxKeepAliveRequests 100
> > KeepAliveTimeout 5
> > User ${APACHE_RUN_USER}
> > Group ${A

Bug#1071596: apache2: envvars evaluates string in conditional instead of testing for empty string

2024-05-21 Thread Mark Hedges
Package: apache2
Version: 2.4.59-1~deb12u1
Severity: normal

Dear Maintainer,

`envvars` evaluates string in conditional instead of testing for empty string.

`apachectl` calls `envvars` which shows a syntax error despite working:

 root@nodeo:/etc/letsencrypt# apachectl configtest
 /usr/sbin/apachectl: 6: [: /etc/apache2: unexpected operator
 Syntax OK

If I change this line in `envvars`:

 if [ "${APACHE_CONFDIR}" == "" ]; then
 export APACHE_CONFDIR=/etc/apache2
 fi

to this:

 if [ -z ${APACHE_CONFDIR} ]; then
 export APACHE_CONFDIR=/etc/apache2
 fi

... then it works.

It's trying to evaluate `/etc/apache2` as a command?  Weird.

PATH seems totally normal.

Mark

-- Package-specific info:

-- System Information:
Debian Release: 12.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-21-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages apache2 depends on:
ii  apache2-bin2.4.59-1~deb12u1
ii  apache2-data   2.4.59-1~deb12u1
ii  apache2-utils  2.4.59-1~deb12u1
ii  init-system-helpers1.65.2
ii  lsb-base   11.6
ii  media-types10.0.0
ii  perl   5.36.0-7+deb12u1
ii  procps 2:4.0.2-3
ii  sysvinit-utils [lsb-base]  3.06-4

Versions of packages apache2 recommends:
ii  ssl-cert  1.1.2

Versions of packages apache2 suggests:
pn  apache2-doc  
pn  apache2-suexec-pristine | apache2-suexec-custom  
ii  chromium [www-browser]   125.0.6422.60-1~deb12u1

Versions of packages apache2-bin depends on:
ii  libapr1  1.7.2-3
ii  libaprutil1  1.6.3-1
ii  libaprutil1-dbd-sqlite3  1.6.3-1
ii  libaprutil1-ldap 1.6.3-1
ii  libbrotli1   1.0.9-2+b6
ii  libc62.36-9+deb12u7
ii  libcrypt11:4.4.33-2
ii  libcurl4 7.88.1-10+deb12u5
ii  libjansson4  2.14-2
ii  libldap-2.5-02.5.13+dfsg-5
ii  liblua5.3-0  5.3.6-2
ii  libnghttp2-141.52.0-1+deb12u1
ii  libpcre2-8-0 10.42-1
ii  libssl3  3.0.11-1~deb12u2
ii  libxml2  2.9.14+dfsg-1.3~deb12u1
ii  perl 5.36.0-7+deb12u1
ii  zlib1g   1:1.2.13.dfsg-1

Versions of packages apache2-bin suggests:
pn  apache2-doc  
pn  apache2-suexec-pristine | apache2-suexec-custom  
ii  chromium [www-browser]   125.0.6422.60-1~deb12u1

Versions of packages apache2 is related to:
ii  apache2  2.4.59-1~deb12u1
ii  apache2-bin  2.4.59-1~deb12u1

-- Configuration Files:
/etc/apache2/apache2.conf changed:
DefaultRuntimeDir ${APACHE_RUN_DIR}
PidFile ${APACHE_PID_FILE}
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
HostnameLookups Off
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf
Include ports.conf

Options FollowSymLinks
AllowOverride None
Require all denied


AllowOverride None
Require all granted


Options Indexes FollowSymLinks
AllowOverride None
Require all granted

AccessFileName .htaccess

Require all denied

LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" 
vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" 
combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
IncludeOptional conf-enabled/*.conf
IncludeOptional sites-enabled/*.conf

/etc/apache2/envvars changed:
unset HOME
if [ -z "${APACHE_CONFDIR}" ]; then
export APACHE_CONFDIR=/etc/apache2
fi
if [ "${APACHE_CONFDIR##/etc/apache2-}" != "${APACHE_CONFDIR}" ] ; then
SUFFIX="-${APACHE_CONFDIR##/etc/apache2-}"
else
SUFFIX=
fi
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
export APACHE_PID_FILE=/var/run/apache2$SUFFIX/apache2.pid
export APACHE_RUN_DIR=/var/run/apache2$SUFFIX
export APACHE_LOCK_DIR=/var/lock/apache2$SUFFIX
export APACHE_LOG_DIR=/var/log/apache2$SUFFIX
export LANG=C
export LANG


-- no debconf information



Bug#868955: redmine: buster - broken install, package cannot be removed

2017-09-11 Thread Mark Hedges
Sorry, I deleted this server and went back to stretch.  I do not have time
to investigate.

Mark

On Sep 11, 2017 11:12 AM, "Marc Dequènes (duck)"  wrote:

> Quack,
>
> Thanks a lot for reporting and taking all this time to investigate.
>
> Antonio is stepping down and we need some time to take over properly.
>
> As for "redmine failed to preconfigure, with exit status 10", I guess this
> is a debconf problem. I'll try to have a look.
>
> As for your second attempt:
>   Bundler will use `/tmp/bundler/home/hedges' as your home directory
> temporarily.
> I wonder how it get that path; are you using sudo without updating the
> HOME environment variable?
> I guess the directory does not exist, which would explain the failure.
> Also it says:
>   `/var/www` is not writable.
> How can this be so if you're root?
>
> It would help if you could answer these questions.
>
> Regards.
> \_o<
>
> --
> Marc Dequènes
>


Bug#871618: gnome-terminal: package should depend on dbus-x11

2017-08-11 Thread Mark Hedges
Yes, that's what I'm trying to do.  Why isn't X over ssh a supported use
case anymore?  That doesn't make a lot of sense to me.  What is the
alternative to use graphical programs on a remote machine?  Remote desktop?
 (And how do you do that, anyway?)  It seems like it would be really
inconvenient to change desktops every time I want to do something on a
different machine, instead of just moving the mouse to a different window.
But there are huge advantages to using gvim instead of vim, like if you
have line numbers on, in a terminal you will copy the line numbers with the
text, in gvim you won't.  (And it looks nicer.)

But who cares about what the "normal" use case is.  That sounds like
homogenization.  So what if it's not the most popular use case.  It used to
work, and enough people still do it that way -- why not support it?

Still not sure why gnome-terminal did work at one time, but now it does
not, and I did not add or remove any packages in the interim.

It's easier to use gnome-terminal for a remote login, because then I can
create tabs, and if I already have sudo permissions, it extends the sudo
permissions to all the tabs, if I don't run as a login shell.  I think...
at least, sometimes I have seen it behave this way, which seemed
convenient.  At the least, it's more convenient to hit ctrl-shift-T to get
a new window than to have to type `ssh whatever` in a new window on my
local system.

I guess I'll will be back to using lxterminal instead... the options are
not as nice as gnome-terminal.

Mark

On Fri, Aug 11, 2017 at 8:51 AM, Simon McVittie  wrote:

> On Thu, 10 Aug 2017 at 14:30:30 -0700, Mark Hedges wrote:
> > I verified that other X programs are working through the ssh tunnel,
> like xeyes
> > and gvim.
>
> I didn't see you mention previously that you were using a ssh tunnel.
> Are you using X-forwarding to have their windows appear on a machine that
> is not the one actually executing the code?
>
> This is not the normal use-case for Linux desktop software (any more), and
> programs with the same client/server, single-instance behaviour as
> gnome-terminal will not necessarily work in this environment. The model of
> what it means to be in a login session that is used by dbus-user-session
> is not designed for X-forwarding, and it is possible that dbus-x11 works
> better in that environment.
>
> The central issue with dbus-x11 is that nobody is sure what is meant to
> work and what merely works by coincidence, which makes it difficult to
> reason about and maintain - if someone reports a bug, we cannot know
> whether fixing that bug will break it for someone else (for example,
> you). That's why we prefer dbus-user-session for new installations -
> its model has the advantage of being very simple.
>
> Adding a dbus-x11 dependency to gnome-terminal for this would not be
> appropriate. We set the dependencies according to what works for the
> most normal use-cases, and X-forwarding is not among those any more -
> if that is what you want then it's up to you to arrange for it to work.
>
> If you want to use dbus-x11's model of what is a session (one session per
> (uid, machine, X11 display) tuple) then you will need to remove the
> dbus-user-session package in addition to installing dbus-x11. If you have
> both installed, and you are booting with systemd, then dbus-user-session
> takes precedence.
>
> S
>


Bug#871618: gnome-terminal: package should depend on dbus-x11

2017-08-10 Thread Mark Hedges
dbus-user-session is installed, so I don't think that's the problem.  From
/var/log/apt/history.log, it looks like it came through when I installed
gnome-terminal, probably through some circuitous dependency if it's not
explicitly required.

I removed dbus-x11 to test.  Now I get a different error than the one I had
before:

===
hedges@bar:~$ dpkg --get-selections | grep dbus-user-session
dbus-user-session install

hedges@bar:~$ gnome-terminal
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0:
Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached

hedges@bar:~$ dpkg --get-selections | grep dbus-x11

hedges@bar:~$ systemctl status --user dbus.service dbus.socket
● dbus.service - D-Bus User Message Bus
   Loaded: loaded (/usr/lib/systemd/user/dbus.service; indirect; vendor
preset: enabled)
   Active: active (running) since Thu 2017-08-10 21:10:25 UTC; 8min ago
 Docs: man:dbus-daemon(1)
 Main PID: 3786 (dbus-daemon)
   CGroup: /user.slice/user-1000.slice/user@1000.service/dbus.service
   └─3786 /usr/bin/dbus-daemon --session --address=systemd:
--nofork --nopidfile --systemd-activation

● dbus.socket - D-Bus User Message Bus Socket
   Loaded: loaded (/usr/lib/systemd/user/dbus.socket; disabled; vendor
preset: enabled)
   Active: active (running) since Thu 2017-08-10 21:10:22 UTC; 8min ago
   Listen: /run/user/1000/bus (Stream)
  Process: 3762 ExecStartPost=/bin/systemctl --user set-environment
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus (code=exited,
status=0/SUCCESS)
   CGroup: /user.slice/user-1000.slice/user@1000.service/dbus.socket

hedges@bar:~$ echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/run/user/1000/bus

hedges@bar:~$ echo $XDG_RUNTIME_DIR
/run/user/1000

hedges@bar:~$ ls -lah /run/user/1000
total 0
drwx-- 4 hedges hedges 100 Aug 10 21:10 .
drwxr-xr-x 3 root   root60 Aug 10 21:10 ..
srw-rw-rw- 1 hedges hedges   0 Aug 10 21:10 bus
drwx-- 2 hedges hedges 120 Aug 10 21:10 gnupg
drwxr-xr-x 3 hedges hedges 100 Aug 10 21:10 systemd

===

I installed dbus-x11 again, but I got the same error again.  Rebooted and
same error.

Error constructing proxy for
org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached

I verified that other X programs are working through the ssh tunnel, like
xeyes and gvim.

Thanks.
Mark

On Thu, Aug 10, 2017 at 7:14 AM, Simon McVittie  wrote:

> On Thu, 10 Aug 2017 at 00:31:24 -0700, Mark Hedges wrote:
> > Changing the recommends to depends for dbus-user-session won't fix the
> > immediate problem, unless gnome-terminal is changed to use something
> other than
> > `dbus-launch` to do whatever it is that it's trying to do.  dbus-x11
> provides
> > the dbus-launch executable.  dbus-user-session does not.
>
> % cd gnome-terminal-3.22.2
> % ack dbus-launch
> [search produces no results]
>
> If gnome-terminal strictly requires a working D-Bus session bus, which I
> suspect it might due to being implemented with a client/server model,
> then the correct dependency is to bump the existing Recommends on
> default-dbus-session-bus | dbus-session-bus up to a Depends, as seen
> in e.g. gcr and gnome-keyring. In practice this ensures that either
> dbus-user-session or dbus-x11 is installed. I have now done this in svn.
>
> If the DBUS_SESSION_BUS_ADDRESS environment variable is not set, D-Bus
> implementations like gio (GDBus) and libdbus are expected to look for
> $XDG_RUNTIME_DIR/bus (which is set up by dbus-user-session on systemd
> systems, and could in theory be provided by a different implementation
> of the dbus-session-bus virtual package on non-systemd systems if someone
> does the work), then if that is not found, fall back to running dbus-launch
> (which is provided by dbus-x11). gnome-terminal uses gio for all its
> D-Bus needs, so it has this behaviour.
>
> See https://lists.debian.org/debian-devel/2016/08/msg00554.html for
> recommendations. dbus-launch is run by the implementation of the
> "autolaunch:" pseudo-transport that is mentioned in that mail.
>
> Regards,
> S
>


Bug#871618: gnome-terminal: package should depend on dbus-x11

2017-08-10 Thread Mark Hedges
Changing the recommends to depends for dbus-user-session won't fix the
immediate problem, unless gnome-terminal is changed to use something other
than `dbus-launch` to do whatever it is that it's trying to do.  dbus-x11
provides the dbus-launch executable.  dbus-user-session does not.

Is there a guideline on how major changes should be to the stable release?
In testing of course it makes sense to implement the new dbus-user-session
method.  To fix the problem in stable, would it be the least amount of
change to bump dbus-x11 from recommends to depends?  Then no actual code
has to be changed on stable.

Mark

On Thu, Aug 10, 2017 at 12:04 AM, Michael Biebl  wrote:

> Am 10.08.2017 um 01:29 schrieb Mark Hedges:
> > Package: gnome-terminal
> > Version: 3.22.2-1
> > Severity: important
> >
> > Tried to install gnome-terminal by itself on a system without the
> tasksel window system tasks run.  It wouldn't launch until I manually
> installed the dbus-x11 package.  Looks like the control file needs this
> dependency.
>
>
> > Versions of packages gnome-terminal recommends:
> > ii  dbus-user-session [default-dbus-session-bus]  1.10.18-1
> > ii  dbus-x11 [dbus-session-bus]   1.10.18-1
>
> dbus-x11 is deprecated and should not used directly anymore. With
> systemd, dbus-user-session is the preferred method.
> We could consider bumping that recommends to a depends.
>
>


Bug#871618: gnome-terminal: package should depend on dbus-x11

2017-08-09 Thread Mark Hedges
Package: gnome-terminal
Version: 3.22.2-1
Severity: important

Tried to install gnome-terminal by itself on a system without the tasksel 
window system tasks run.  It wouldn't launch until I manually installed the 
dbus-x11 package.  Looks like the control file needs this dependency.

hedges@bar:~$ gnome-terminal
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: 
Failed to execute child process "dbus-launch" (No such file or directory)
hedges@bar:~$ su -
Password: 
root@bar:~# apt-file search dbus-launch | grep -E 'bin.*dbus-launch$'
dbus-1-dbg: /usr/lib/x86_64-linux-gnu/dbus-1.0/debug-build/bin/dbus-launch
dbus-x11: /usr/bin/dbus-launch
root@bar:~# apt install dbus-x11
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  dbus-x11
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 88.4 kB of archives.
After this operation, 138 kB of additional disk space will be used.
Get:1 http://mirrors.linode.com/debian stretch/main amd64 dbus-x11 amd64 
1.10.18-1 [88.4 kB]
Fetched 88.4 kB in 0s (0 B/s) 
Selecting previously unselected package dbus-x11.
(Reading database ... 74387 files and directories currently installed.)
Preparing to unpack .../dbus-x11_1.10.18-1_amd64.deb ...
Unpacking dbus-x11 (1.10.18-1) ...
Setting up dbus-x11 (1.10.18-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
root@bar:~# logout
hedges@bar:~$ logout
hedges@foo:~$ ssh bar
hedges@bar:~$ gnome-terminal

[launches successfully]

Thanks.

Mark



-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-terminal depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2+b1
ii  gnome-terminal-data  3.22.2-1
ii  gsettings-desktop-schemas3.22.0-1
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-11+deb9u1
ii  libdconf10.26.0-2+b1
ii  libglib2.0-0 2.50.3-2
ii  libgtk-3-0   3.22.11-1
ii  libnautilus-extension1a  3.22.3-1
ii  libpango-1.0-0   1.40.5-1
ii  libuuid1 2.29.2-1
ii  libvte-2.91-00.46.1-1
ii  libx11-6 2:1.6.4-3

Versions of packages gnome-terminal recommends:
ii  dbus-user-session [default-dbus-session-bus]  1.10.18-1
ii  dbus-x11 [dbus-session-bus]   1.10.18-1
ii  gvfs  1.30.4-1
ii  yelp  3.22.0-1

gnome-terminal suggests no packages.

-- no debconf information



Bug#870427: lxinput: no way to adjust mouse wheel scroll speed

2017-08-01 Thread Mark Hedges
Package: lxinput
Version: 0.3.5-1
Severity: wishlist

LXDE menu > Preferences > Keyboard and Mouse

Cannot adjust mouse wheel scroll speed.

It's pretty slow.  Not unuseable, but slow.  It would be nice.

Thanks.

Mark



-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lxinput depends on:
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-11+deb9u1
ii  libcairo21.14.8-1
ii  libfontconfig1   2.11.0-6.7+b1
ii  libfreetype6 2.6.3-3.2
ii  libgdk-pixbuf2.0-0   2.36.5-2
ii  libglib2.0-0 2.50.3-2
ii  libgtk2.0-0  2.24.31-2
ii  libpango-1.0-0   1.40.5-1
ii  libpangocairo-1.0-0  1.40.5-1
ii  libpangoft2-1.0-01.40.5-1
ii  libx11-6 2:1.6.4-3

lxinput recommends no packages.

Versions of packages lxinput suggests:
ii  lxsession  0.5.3-2

-- no debconf information



Bug#868955: breaks entire system

2017-07-19 Thread Mark Hedges
On a different, also current system, I was able to install without
problems if I used dbconfig.  It did not ask me this time about what
instances I wanted to configure.  I was able to uninstall without
trouble.

If I don't use dbconfig, now I get this error:

root@markvm-walnut:~# apt-get install redmine redmine-sqlite
Reading package lists... Done
Building dependency tree
Reading state information... Done
redmine-sqlite is already the newest version (3.3.1-4).
redmine-sqlite set to manually installed.
The following packages were automatically installed and are no longer required:
  libraw15 python-pyasn1
Use 'apt autoremove' to remove them.
Suggested packages:
  bzr cvs darcs mercurial ruby-fcgi subversion
The following NEW packages will be installed:
  redmine
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1,221 kB of archives.
After this operation, 9,315 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
Selecting previously unselected package redmine.
(Reading database ... 164935 files and directories currently installed.)
Preparing to unpack .../redmine_3.3.1-4_all.deb ...
Unpacking redmine (3.3.1-4) ...
Setting up redmine (3.3.1-4) ...
dbconfig-common: writing config to
/etc/dbconfig-common/redmine/instances/default.conf

Creating config file
/etc/dbconfig-common/redmine/instances/default.conf with new version

Creating config file /etc/redmine/default/database.yml with new version
`/var/www` is not writable.
Bundler will use `/tmp/bundler/home/hedges' as your home directory temporarily.
rake aborted!
SQLite3::CantOpenException: unable to open database file
/usr/share/redmine/app/models/custom_field.rb:36:in `'
/usr/share/redmine/app/models/custom_field.rb:18:in `'
/usr/share/redmine/lib/redmine/field_format.rb:90:in `field_attributes'
/usr/share/redmine/lib/redmine/field_format.rb:93:in `'
/usr/share/redmine/lib/redmine/field_format.rb:50:in `'
/usr/share/redmine/lib/redmine/field_format.rb:21:in `'
/usr/share/redmine/lib/redmine/field_format.rb:20:in `'
/usr/share/redmine/lib/redmine.rb:40:in `'
/usr/share/redmine/config/initializers/30-redmine.rb:6:in `'
/usr/share/redmine/config/environment.rb:14:in `'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
dpkg: error processing package redmine (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 redmine
E: Sub-process /usr/bin/dpkg returned an error code (1)

On Wed, Jul 19, 2017 at 2:35 PM, Mark Hedges  wrote:
> I could not reproduce the installation problem.  The only thing not
> mentioned in the initial report was that I tried to configure a second
> instance when dpkg prompted me.
>
> Mark
>
> On Wed, Jul 19, 2017 at 2:10 PM, Mark Hedges  wrote:
>> tags 868955 patch
>> thanks
>>
>> Uninstall problem seems to be snowballed from not being able to
>> install in the first place.
>>
>> /var/lib/dpkg/info/redmine.postrm line 10:
>>
>>instances=$(ls -1 /etc/redmine/*/database.yml | xargs dirname |
>> xargs -n 1 basename)
>>
>> If there are no directories, this fails.
>>
>> I attached a patch for /var/lib/dpkg/info/redmine.postrm ... not sure
>> about the installation problem yet though.
>>
>> Mark



Bug#868955: breaks entire system

2017-07-19 Thread Mark Hedges
I could not reproduce the installation problem.  The only thing not
mentioned in the initial report was that I tried to configure a second
instance when dpkg prompted me.

Mark

On Wed, Jul 19, 2017 at 2:10 PM, Mark Hedges  wrote:
> tags 868955 patch
> thanks
>
> Uninstall problem seems to be snowballed from not being able to
> install in the first place.
>
> /var/lib/dpkg/info/redmine.postrm line 10:
>
>instances=$(ls -1 /etc/redmine/*/database.yml | xargs dirname |
> xargs -n 1 basename)
>
> If there are no directories, this fails.
>
> I attached a patch for /var/lib/dpkg/info/redmine.postrm ... not sure
> about the installation problem yet though.
>
> Mark



Bug#868955: breaks entire system

2017-07-19 Thread Mark Hedges
tags 868955 patch
thanks

Uninstall problem seems to be snowballed from not being able to
install in the first place.

/var/lib/dpkg/info/redmine.postrm line 10:

   instances=$(ls -1 /etc/redmine/*/database.yml | xargs dirname |
xargs -n 1 basename)

If there are no directories, this fails.

I attached a patch for /var/lib/dpkg/info/redmine.postrm ... not sure
about the installation problem yet though.

Mark


redmine.postrm.patch
Description: Binary data


Bug#868955: breaks entire system

2017-07-19 Thread Mark Hedges
severity 868955 critical
tags 868955 buster
found 868955 3.3.1-4
thanks

I can not install any new packages onto my system.  Please investigate.

weirdvibe:/etc/gitlab# apt-get install libmodule-starter-pbp-perl
libmodule-starter-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libfile-homedir-perl libfile-remove-perl
libmodule-install-authortests-perl libmodule-install-perl
  libmodule-scandeps-perl libpar-dist-perl libpath-class-perl libyaml-tiny-perl
The following packages will be REMOVED:
  redmine
The following NEW packages will be installed:
  libfile-homedir-perl libfile-remove-perl
libmodule-install-authortests-perl libmodule-install-perl
  libmodule-scandeps-perl libmodule-starter-pbp-perl
libmodule-starter-perl libpar-dist-perl
  libpath-class-perl libyaml-tiny-perl
0 upgraded, 10 newly installed, 1 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 439 kB of archives.
After this operation, 8,246 kB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://ftp.us.debian.org/debian stretch/main i386
libfile-homedir-perl all 1.00-1 [48.9 kB]
Get:2 http://ftp.us.debian.org/debian stretch/main i386
libfile-remove-perl all 1.57-1 [18.0 kB]
Get:3 http://ftp.us.debian.org/debian stretch/main i386
libmodule-scandeps-perl all 1.23-1 [42.9 kB]
Get:4 http://ftp.us.debian.org/debian stretch/main i386
libyaml-tiny-perl all 1.70-1 [32.0 kB]
Get:5 http://ftp.us.debian.org/debian stretch/main i386
libmodule-install-perl all 1.17-1 [152 kB]
Get:6 http://ftp.us.debian.org/debian stretch/main i386
libmodule-install-authortests-perl all 0.002-2 [9,190 B]
Get:7 http://ftp.us.debian.org/debian stretch/main i386
libpath-class-perl all 0.37-1 [44.5 kB]
Get:8 http://ftp.us.debian.org/debian stretch/main i386
libmodule-starter-perl all 1.710+dfsg-1 [50.4 kB]
Get:9 http://ftp.us.debian.org/debian stretch/main i386
libmodule-starter-pbp-perl all 0.0.3-2 [14.1 kB]
Get:10 http://ftp.us.debian.org/debian stretch/main i386
libpar-dist-perl all 0.49-2 [27.2 kB]
Fetched 439 kB in 0s (1,456 kB/s)
(Reading database ... 110746 files and directories currently installed.)
Removing redmine (3.3.1-4) ...
ls: cannot access '/etc/redmine/*/database.yml': No such file or directory
dirname: missing operand
Try 'dirname --help' for more information.
basename: missing operand
Try 'basename --help' for more information.
dpkg: error processing package redmine (--remove):
 subprocess installed post-removal script returned error exit status 123
Errors were encountered while processing:
 redmine
E: Sub-process /usr/bin/dpkg returned an error code (1)
weirdvibe:/etc/gitlab#

Thank you.
Mark



Bug#868955: redmine: buster - broken install, package cannot be removed

2017-07-19 Thread Mark Hedges
Package: redmine
Version: 3.3.1-4
Severity: grave
Justification: renders package unusable

Hello,

I tried installing redmine in buster.  It encountered a configuration error 
when a setup script 
returned a non-zero exit status.  I tried removing the package.  It cannot be 
removed because of an 
error in a cleanup script.

The only weird thing about my setup is that I have ruby-asana=0.4.0-1 installed 
from stretch, because 
of a bug that prevented me from installing Gitlab.

Below, I included the full transcript of my flailing attempts to make this work.

Thanks.  -Mark

==
weirdvibe:~# apt-get install redmine-sqlite redmine 
redmine-plugin-local-avatars redmine-plugin-pretend passenger-doc
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  dbconfig-sqlite3 passenger ruby-actionpack-action-caching 
ruby-actionpack-xml-parser ruby-coderay
  ruby-hmac ruby-openid ruby-protected-attributes ruby-rack-openid 
ruby-rails-observers ruby-rbpdf
  ruby-rbpdf-font ruby-rmagick ruby-roadie ruby-roadie-rails
Suggested packages:
  bzr cvs darcs mercurial ruby-fcgi subversion
The following NEW packages will be installed:
  dbconfig-sqlite3 passenger passenger-doc redmine redmine-plugin-local-avatars 
redmine-plugin-pretend
  redmine-sqlite ruby-actionpack-action-caching ruby-actionpack-xml-parser 
ruby-coderay ruby-hmac
  ruby-openid ruby-protected-attributes ruby-rack-openid ruby-rails-observers 
ruby-rbpdf ruby-rbpdf-font
  ruby-rmagick ruby-roadie ruby-roadie-rails
0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
Need to get 13.1 MB of archives.
After this operation, 32.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.us.debian.org/debian buster/main i386 dbconfig-sqlite3 all 
2.0.9 [954 B]
Get:2 http://ftp.us.debian.org/debian stretch/main i386 redmine-sqlite all 
3.3.1-4 [86.8 kB]
Get:3 http://ftp.us.debian.org/debian stretch/main i386 
ruby-actionpack-action-caching all 1.1.1-4 [8,606 B]
Get:4 http://ftp.us.debian.org/debian stretch/main i386 
ruby-actionpack-xml-parser all 1.0.2-2 [3,976 B]
Get:5 http://ftp.us.debian.org/debian stretch/main i386 ruby-coderay all 
1.1.1-1 [76.2 kB]
Get:6 http://ftp.us.debian.org/debian stretch/main i386 ruby-hmac all 0.4.0-5 
[7,188 B]
Get:7 http://ftp.us.debian.org/debian stretch/main i386 ruby-openid all 
2.7.0debian-1 [171 kB]
Get:8 http://ftp.us.debian.org/debian stretch/main i386 
ruby-protected-attributes all 1.1.3-2 [14.7 kB]
Get:9 http://ftp.us.debian.org/debian stretch/main i386 ruby-rack-openid all 
1.4.2-1 [7,122 B]
Get:10 http://ftp.us.debian.org/debian stretch/main i386 ruby-rails-observers 
all 0.1.2-1 [11.9 kB]
Get:11 http://ftp.us.debian.org/debian stretch/main i386 ruby-rbpdf-font all 
1.19.0-1 [8,627 kB]
Get:12 http://ftp.us.debian.org/debian stretch/main i386 ruby-rbpdf all 
1.19.0-1 [114 kB]
Get:13 http://ftp.us.debian.org/debian stretch/main i386 ruby-rmagick i386 
2.16.0-2+b1 [185 kB]
Get:14 http://ftp.us.debian.org/debian stretch/main i386 ruby-roadie all 
3.1.1-1 [30.4 kB]
Get:15 http://ftp.us.debian.org/debian stretch/main i386 ruby-roadie-rails all 
1.1.0-1 [11.4 kB]
Get:16 http://ftp.us.debian.org/debian stretch/main i386 redmine all 3.3.1-4 
[1,221 kB]
Get:17 http://ftp.us.debian.org/debian stretch/main i386 passenger i386 
5.0.30-1+b1 [1,386 kB]
Get:18 http://ftp.us.debian.org/debian stretch/main i386 passenger-doc all 
5.0.30-1 [1,081 kB]
Get:19 http://ftp.us.debian.org/debian stretch/main i386 
redmine-plugin-local-avatars all 1.0.1-1 [7,954 B]
Get:20 http://ftp.us.debian.org/debian stretch/main i386 redmine-plugin-pretend 
all 0.0.2+git20130821-4 [5,890 B]
Fetched 13.1 MB in 0s (23.7 MB/s) 
Preconfiguring packages ...
redmine failed to preconfigure, with exit status 10
Selecting previously unselected package dbconfig-sqlite3.
(Reading database ... 110590 files and directories currently installed.)
Preparing to unpack .../00-dbconfig-sqlite3_2.0.9_all.deb ...
Unpacking dbconfig-sqlite3 (2.0.9) ...
Selecting previously unselected package redmine-sqlite.
Preparing to unpack .../01-redmine-sqlite_3.3.1-4_all.deb ...
Unpacking redmine-sqlite (3.3.1-4) ...
Selecting previously unselected package ruby-actionpack-action-caching.
Preparing to unpack .../02-ruby-actionpack-action-caching_1.1.1-4_all.deb ...
Unpacking ruby-actionpack-action-caching (1.1.1-4) ...
Selecting previously unselected package ruby-actionpack-xml-parser.
Preparing to unpack .../03-ruby-actionpack-xml-parser_1.0.2-2_all.deb ...
Unpacking ruby-actionpack-xml-parser (1.0.2-2) ...
Selecting previously unselected package ruby-coderay.
Preparing to unpack .../04-ruby-coderay_1.1.1-1_all.deb ...
Unpacking ruby-coderay (1.1.1-1) ...
Selecting previously unselected package ruby-hmac.
Preparing to unpack .../05-ruby-hmac_0.4.0-5_all.deb ...
Unpacking ruby-hmac (0.4.0-5) ...
Selecting p

Bug#868246: ditto

2017-07-13 Thread Mark Hedges


found 868246 8.13.11+dfsg1-8
tags 868246 buster
thanks

I just upgraded Stretch to Buster and found the same problem in Buster.

Thanks.
Mark



Bug#862705: thunderbird: remote header not preserved when copying from imap sent folder to local folder

2017-05-16 Thread Mark Hedges
I see what you mean.  This only happens with PGP messages that are
decrypted with Enigmail on the remote IMAP folder before being dragged to
the local folder for storage.  I guess this bug should be transferred to
enigmail.

Thanks.

Mark

--
Mark Hedges, software engineer
Business info:  http://formdata.biz/

On Mon, May 15, 2017 at 10:45 PM, Carsten Schoenert  wrote:

> Hello Mark,
>
> On Mon, May 15, 2017 at 05:40:15PM -0700, Mark Hedges wrote:
> > Package: thunderbird
> > Version: 1:45.8.0-3
> > Severity: normal
> >
> > 1.  Set up an IMAP account with a provider like GMail, and a local
> folder.
> >
> > 2.  Send a message to someone.
> >
> > 3.  Examine the message source in the Sent folder on remote IMAP server.
> >
> > 4.  Drag the message from remote IMAP Sent folder to the local folder.
> >
> > 5.  Examine the message source of the same message in the local folder.
> >
> > Headers from the remote side are not preserved.  This makes it
> > impossible to save messages from the remote side for record purposes,
> > affidavit, etc. if you don't want to leave them on the server.
> > Information is lost.
>
> I can't reproduce your problem. If I follow your steps I got exat the
> same email with all the headers from the original account with a old sent
> email.
>
> The original email from the Sent folder of my GMail account:
> > Return-Path: 
> > Received: from [192.168.1.142] ([xxx.xxx.xxx.xxx])
> > by smtp.googlemail.com with ESMTPSA id
> 23sm24917635wrx.26.2017.04.24.21.50.31
> > for 
> > (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256
> bits=128/128);
> > Mon, 24 Apr 2017 21:50:31 -0700 (PDT)
> > From: Carsten Schoenert 
> > X-Google-Original-From: Carsten Schoenert 
> > To: Carsten Schoenert 
> > Subject: Testmail
> > Message-ID: <1b2de8d4-793b-2856-6254-5d2bbde6d...@googlemail.com>
> > Date: Tue, 25 Apr 2017 06:50:31 +0200
> > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
> >  Thunderbird/45.8.0
> > MIME-Version: 1.0
> > Content-Type: text/plain; charset=utf-8
> > Content-Transfer-Encoding: 7bit
> >
> > Foo
>
> And the same email copied to a local folder:
> > From - Tue May 16 07:27:49 2017
> > X-Mozilla-Status: 0001
> > X-Mozilla-Status2: 
> > X-Mozilla-Keys:
> > Return-Path: 
> > Received: from [192.168.1.142] ([xxx.xxx.xxx.xxx])
> > by smtp.googlemail.com with ESMTPSA id
> 23sm24917635wrx.26.2017.04.24.21.50.31
> > for 
> > (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256
> bits=128/128);
> > Mon, 24 Apr 2017 21:50:31 -0700 (PDT)
> > From: Carsten Schoenert 
> > X-Google-Original-From: Carsten Schoenert 
> > To: Carsten Schoenert 
> > Subject: Testmail
> > Message-ID: <1b2de8d4-793b-2856-6254-5d2bbde6d...@googlemail.com>
> > Date: Tue, 25 Apr 2017 06:50:31 +0200
> > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
> >  Thunderbird/45.8.0
> > MIME-Version: 1.0
> > Content-Type: text/plain; charset=utf-8
> > Content-Transfer-Encoding: 7bit
> >
> > Foo
>
> There are only a few extra 'X-Mozilla-*' values added. Unfortunately you
> don't
> write which headers you miss.
> If I do sending a testemail again with the recent version of Thunderbird I
> got
> the same outcome. Can you you give please some more information what you
> probably making different?
>
> Regards
> Carsten
>


Bug#862705: thunderbird: remote header not preserved when copying from imap sent folder to local folder

2017-05-15 Thread Mark Hedges
Package: thunderbird
Version: 1:45.8.0-3
Severity: normal

1.  Set up an IMAP account with a provider like GMail, and a local folder.

2.  Send a message to someone.

3.  Examine the message source in the Sent folder on remote IMAP server.

4.  Drag the message from remote IMAP Sent folder to the local folder.

5.  Examine the message source of the same message in the local folder.

Headers from the remote side are not preserved.  This makes it impossible to 
save messages from the remote side for record purposes, affidavit, etc. if you 
don't want to leave them on the server.  Information is lost.

Thanks.
Mark

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

Kernel: Linux 4.9.0-2-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thunderbird depends on:
ii  debianutils   4.8.1
ii  fontconfig2.11.0-6.7+b1
ii  libasound21.1.3-5
ii  libatk1.0-0   2.22.0-1
ii  libc6 2.24-10
ii  libcairo2 1.14.8-1
ii  libdbus-1-3   1.10.18-1
ii  libdbus-glib-1-2  0.108-2
ii  libevent-2.0-52.0.21-stable-3
ii  libffi6   3.2.1-6
ii  libfontconfig12.11.0-6.7+b1
ii  libfreetype6  2.6.3-3.2
ii  libgcc1   1:6.3.0-14
ii  libgdk-pixbuf2.0-02.36.5-2
ii  libglib2.0-0  2.50.3-2
ii  libgtk2.0-0   2.24.31-2
ii  libhunspell-1.4-0 1.4.1-2+b2
ii  libicu57  57.1-6
ii  libnspr4  2:4.12-6
ii  libnss3   2:3.26.2-1
ii  libpango-1.0-01.40.5-1
ii  libpangocairo-1.0-0   1.40.5-1
ii  libpangoft2-1.0-0 1.40.5-1
ii  libpixman-1-0 0.34.0-1
ii  libsqlite3-0  3.16.2-3
ii  libstartup-notification0  0.12-4+b2
ii  libstdc++66.3.0-14
ii  libvpx4   1.6.1-3
ii  libx11-6  2:1.6.4-3
ii  libxcomposite11:0.4.4-2
ii  libxdamage1   1:1.1.4-2+b3
ii  libxext6  2:1.3.3-1+b2
ii  libxfixes31:5.0.3-1
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1
ii  psmisc22.21-2.1+b2
ii  x11-utils 7.7+3+b1
ii  zlib1g1:1.2.8.dfsg-5

Versions of packages thunderbird recommends:
ii  hunspell-en-us [hunspell-dictionary]  20070829-7
ii  lightning 1:45.8.0-3

Versions of packages thunderbird suggests:
pn  apparmor  
pn  fonts-lyx 
ii  libgssapi-krb5-2  1.15-1

-- no debconf information



Bug#862228: desktop-base: xml errors in /usr/share/gnome-background-properties/debian-joy.xml and debian-joy-inksplat.xml

2017-05-09 Thread Mark Hedges
Package: desktop-base
Version: 9.0.2
Severity: normal

I tried to run `nautilus-desktop` in LXDE after killing pcmanfm, then tried to 
change the desktop background:


hedges@hazelnut:~$ nautilus-desktop
/usr/share/gnome-background-properties/debian-joy-inksplat.xml:14: parser error 
: expected '>'

   ^
/usr/share/gnome-background-properties/debian-joy-inksplat.xml:15: parser error 
: Premature end of data in tag wallpapers line 3

^
/usr/share/gnome-background-properties/debian-joy.xml:14: parser error : 
expected '>'

   ^
/usr/share/gnome-background-properties/debian-joy.xml:15: parser error : 
Premature end of data in tag wallpapers line 3

^
/usr/share/gnome-background-properties/debian-joy-inksplat.xml:14: parser error 
: expected '>'

   ^
/usr/share/gnome-background-properties/debian-joy-inksplat.xml:15: parser error 
: Premature end of data in tag wallpapers line 3

^
/usr/share/gnome-background-properties/debian-joy.xml:14: parser error : 
expected '>'

   ^
/usr/share/gnome-background-properties/debian-joy.xml:15: parser error : 
Premature end of data in tag wallpapers line 3


Removing the extraneous "" opening tag in the files fixed the 
warning, although it still didn't let me change the background.

Mark


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

Kernel: Linux 4.9.0-2-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages desktop-base depends on:
ii  dpkg 1.18.23
ii  librsvg2-common  2.40.16-1+b1

desktop-base recommends no packages.

Versions of packages desktop-base suggests:
ii  gnome  1:3.22+2

-- no debconf information



Bug#862145: enigmail: copy of key with old passphrase cached, cannot clear

2017-05-08 Thread Mark Hedges
Package: enigmail
Version: 2:1.9.6-2
Severity: normal

1.  Create a GPG key with passphrase "foo".

2.  Configure enigmail to use that key for an account.  Give the public key to 
another account.  Send and receive mail.  Passphrase "foo" works at prompts to 
encrypt and decrypt.  Quit enigmail.

3.  Change passphrase with `gpg --edit` to passphrase "bar".

4.  Use enigmail to send mail.  Passphrase "bar" accepted.  Use enigmail to 
read encrypted mail.  Only passphrase "foo" works to decrypt mail.

Tried clearing passphrase and reloading key cache from enigmail key management.

If I remove key3.db, will everything break?

Is this because of an upgrade from icedove?

Mark


Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

Kernel: Linux 4.9.0-2-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages enigmail depends on:
ii  gnupg  2.1.18-6
ii  gnupg-agent2.1.18-6
ii  icedove1:45.8.0-3
ii  thunderbird [icedove]  1:45.8.0-3

Versions of packages enigmail recommends:
ii  pinentry-gnome3 [pinentry-x11]  1.0.0-2

enigmail suggests no packages.

-- no debconf information



Bug#851802: more info needed? bug with driver?

2017-02-12 Thread Mark Hedges
BTW I am now running:

Linux walnut 4.9.0-1-rt-amd64 #1 SMP PREEMPT RT Debian 4.9.6-3 (2017-01-28)
x86_64 GNU/Linux

linux-headers-4.9.0-1-rt-amd64:
/usr/src/linux-headers-4.9.0-1-rt-amd64/include/config/mouse/ps2/trackpoint.h

But the thing is, LightDM seems to successfully use this driver.  It tracks
to the right just fine, and proceeds quickly across the screen in both
directions, just like in Windows 10.  Something about XFCE4's use of the
driver does not work, I think.  (And KDE.)

Thanks.

Mark


Bug#851802: more info needed? bug with driver?

2017-02-12 Thread Mark Hedges
Not sure what the deal is.  The TrackPoint is just as bad in KDE as it is
in XFCE4.  KDE doesn't have a specific control panel for it, and the KDE
mouse control panel has no effect.  However, it seems to work just fine
inside the LightDM window, before I log in.  However LightDM controls the
TrackPoint, it's a lot better.  Thanks.  -Mark


Bug#851802: more info needed? bug with driver?

2017-02-12 Thread Mark Hedges
Can someone comment on how to figure out if this is a bug with the settings
or with the driver?  It is really a pain in the butt (a pain in the finger
actually).


Bug#852723: icedove: messages saved in local folder marked as drafts

2017-01-26 Thread Mark Hedges
I see that I can go to More > View Source in the message reading pane
to view message headers.

So the problem is, when a sent or received message is copied to a
local folder, Icedove doesn't read the headers to tell whether this
message is a draft or has already been sent, and thinks every message
in a local folder is a draft.

Thanks.

Mark



Bug#852723: icedove: messages saved in local folder marked as drafts

2017-01-26 Thread Mark Hedges
Package: icedove
Version: 1:45.6.0-2
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***

I use IMAP to connect to a mail server.  I send and receive mail.  I drag those 
messages into a local folder, or I set preferences to save to the local folder. 
 When I click on a message copy in the local folder, a gray bar appears over 
the text of the message that says "This is a draft message." with an "Edit" 
button on the right.  I can then click "Edit" and it pops up a message creation 
window to edit the message.  Even messages that are from someone else, to me.  
Doesn't make sense.  These messages have already been sent or received.  They 
should have full header information after copying them to the local folder.  It 
seems like Icedove should be able to read that and tell that these are not 
draft messages, that only a right-click and "Edit as new message" would be an 
appropriate option.  

This brings up another major question... how do I access the header information 
of the saved messages?  If I sent and received a message through an IMAP 
server, I should be able to save a copy of that message in a local folder with 
all the header information from the server.  Huh?  It seems like that defeats 
the purpose of archiving, if I don't have the ability to archive all the 
headers.  I will file another bug report about that.

Thanks.

Mark

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

Kernel: Linux 4.9.0-1-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages icedove depends on:
ii  debianutils   4.8.1
ii  fontconfig2.11.0-6.7
ii  libasound21.1.2-1
ii  libatk1.0-0   2.22.0-1
ii  libc6 2.24-8
ii  libcairo2 1.14.8-1
ii  libdbus-1-3   1.10.14-1
ii  libdbus-glib-1-2  0.108-2
ii  libevent-2.0-52.0.21-stable-2.1
ii  libffi6   3.2.1-6
ii  libfontconfig12.11.0-6.7
ii  libfreetype6  2.6.3-3+b1
ii  libgcc1   1:6.2.1-5
ii  libgdk-pixbuf2.0-02.36.3-1
ii  libglib2.0-0  2.50.2-2
ii  libgtk2.0-0   2.24.31-1
ii  libhunspell-1.4-0 1.4.1-2+b1
ii  libicu57  57.1-5
ii  libnspr4  2:4.12-6
ii  libnss3   2:3.26.2-1
ii  libpango-1.0-01.40.3-3
ii  libpangocairo-1.0-0   1.40.3-3
ii  libpangoft2-1.0-0 1.40.3-3
ii  libpixman-1-0 0.34.0-1
ii  libsqlite3-0  3.16.2-1
ii  libstartup-notification0  0.12-4
ii  libstdc++66.2.1-5
ii  libvpx4   1.6.0-3
ii  libx11-6  2:1.6.4-2
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.3-1
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1
ii  psmisc22.21-2.1+b1
ii  zlib1g1:1.2.8.dfsg-4

Versions of packages icedove recommends:
ii  hunspell-en-us [hunspell-dictionary]  20070829-7
ii  iceowl-extension  1:45.6.0-2

Versions of packages icedove suggests:
pn  apparmor  
ii  fonts-lyx 2.2.2-1
ii  libgssapi-krb5-2  1.15-1

-- no debconf information



Bug#851802: xfce4-settings: xfce4-mouse-settings speed no effect for TPPS/2 IBM TrackPoint, tracks slower to right

2017-01-18 Thread Mark Hedges
Package: xfce4-settings
Version: 4.12.1-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***

I have a ThinkPad X1 Carbon 4th Gen with a "SynPS/2 Synaptics Touchpad" and 
"TPPS/2 IBM TrackPoint" selectable in xfce4-mouse-settings.  I disabled the 
Touchpad because I don't like it.  I use the TrackPoint, the tiny red joystick 
between the G, H and B keys.  The Acceleration and Sensitivity settings in 
xfce4-mouse-settings seem to have no effect on the TrackPoint.  Also, it seems 
to move slower when I go to the right.  It takes a long time to move the 
pointer from one side of the screen to the other.  It doesn't seem to behave 
this way when I boot Windows 10.  Thanks.  -Mark


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

Kernel: Linux 4.8.0-2-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfce4-settings depends on:
ii  libc62.24-8
ii  libcairo21.14.8-1
ii  libdbus-1-3  1.10.14-1
ii  libdbus-glib-1-2 0.108-1
ii  libexo-1-0   0.10.7-1
ii  libfontconfig1   2.11.0-6.7
ii  libgarcon-1-00.4.0-2
ii  libgarcon-common 0.4.0-2
ii  libgdk-pixbuf2.0-0   2.36.3-1
ii  libglib2.0-0 2.50.2-2
ii  libgtk2.0-0  2.24.31-1
ii  libnotify4   0.7.7-1
ii  libpango-1.0-0   1.40.3-3
ii  libpangocairo-1.0-0  1.40.3-3
ii  libupower-glib3  0.99.4-4
ii  libx11-6 2:1.6.4-2
ii  libxcursor1  1:1.1.14-1+b1
ii  libxfce4ui-1-0   4.12.1-2
ii  libxfce4util74.12.1-3
ii  libxfconf-0-24.12.1-1
ii  libxi6   2:1.7.8-2
ii  libxklavier165.4-2
ii  libxrandr2   2:1.5.1-1
ii  xfconf   4.12.1-1

Versions of packages xfce4-settings recommends:
ii  x11-utils  7.7+3

xfce4-settings suggests no packages.

-- no debconf information



Bug#839794: seems to work now

2016-10-08 Thread Mark Hedges
After another upgrade of a bunch of packages, this seems to work again.

Thanks.
--
Mark Hedges, software engineer
Business info:  http://formdata.biz/



Bug#839794: also happens in 4.6 kernel

2016-10-05 Thread Mark Hedges
I tried booting with the older 4.6.0-1 kernel and the same thing
happened.  I used to use that kernel and this did not happen.

Thanks.
Mark

--
Mark Hedges, software engineer
Business info:  http://formdata.biz/



Bug#839794: does not re-scan when waking from sleep

2016-10-05 Thread Mark Hedges
I have not used the wireless killswitch since booting.  I put the
computer in suspend for the night by closing the lid.  I opened it
this morning.  Now there is only one wireless network in the network
manager applet menu.  It is not one that I have ever used.  My own
network is not there.  I am in an area with dozens of networks around
me.  I can still see them with my android phone.  I can connect to my
own wifi network on the android phone.

It seems inconvenient to have to reboot every time I want to use wifi.  :-)

Thanks for your help.  I appreciate all the work that you do.

--
Mark Hedges, software engineer
Business info:  http://formdata.biz/



Bug#839794: network-manager: wifi networks not re-scanned after disabling and enabling device

2016-10-04 Thread Mark Hedges
Package: network-manager
Version: 1.4.0-4
Severity: important

Hi.  I just upgraded stretch and got the new 4.7 kernel.

I have a Thinkpad X1 Carbon.  Fn-F8 is the wifi hardware killswitch.

When I first boot the machine, I see wifi networks in the Network
Manager applet.

If I disable wifi with Fn-F8, and re-enable wifi with Fn-F8, I see no networks.

Before the upgrade, when I re-enabled wifi it would scan available
networks and display them.

Now it displays nothing.  I cannot connect to anything.  I can't
choose any of my saved network connections, either.

It is going to be inconvenient to reboot every time I need to use
wifi.  I prefer to turn the device off when I am not using it.

Maybe the log below is relevant.  I tried disabling and re-enabling
again.  A pending scan from the previous time got stuck?

Is this related to the other bugs about randomly generating the MAC?
How do I turn that off?  I don't need that.  Wouldn't it make me seem
like I am a hostile node, to always be faking my MAC?  The whole
purpose of a MAC address is to have unique identifiers for each
hardware device on a network, so that it isn't likely for two devices
to try to use the same MAC and collide.  Randomly changing the MAC as
a default policy increases the possibility of MAC collisions.

Thanks.
Mark

Oct  4 16:51:22 walnut wpa_supplicant[2659]: rfkill: WLAN soft blocked
Oct  4 16:51:22 walnut wpa_supplicant[2659]: rfkill: WLAN soft blocked
Oct  4 16:51:22 walnut NetworkManager[3952]:   [1475625082.1684]
manager: WiFi now disabled by radio killswitch
Oct  4 16:51:22 walnut wpa_supplicant[2659]: nl80211: deinit
ifname=p2p-dev-wlp4s0 disabled_11b_rates=0
Oct  4 16:51:22 walnut NetworkManager[3952]:   [1475625082.1685]
device (wlp4s0): state change: disconnected -> unavailable (reason
'none') [30 20 0]
Oct  4 16:51:22 walnut systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct  4 16:51:22 walnut systemd[1]: Started Load/Save RF Kill Switch Status.
Oct  4 16:51:22 walnut wpa_supplicant[2659]: nl80211: deinit
ifname=wlp4s0 disabled_11b_rates=0
Oct  4 16:51:31 walnut NetworkManager[3952]:   [1475625091.5192]
manager: WiFi now enabled by radio killswitch
Oct  4 16:51:31 walnut kernel: [ 1102.716085] iwlwifi :04:00.0: L1
Enabled - LTR Enabled
Oct  4 16:51:31 walnut kernel: [ 1102.717372] iwlwifi :04:00.0: L1
Enabled - LTR Enabled
Oct  4 16:51:31 walnut systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct  4 16:51:31 walnut systemd[1]: Started Load/Save RF Kill Switch Status.
Oct  4 16:51:31 walnut kernel: [ 1102.849546] iwlwifi :04:00.0: L1
Enabled - LTR Enabled
Oct  4 16:51:31 walnut kernel: [ 1102.850070] iwlwifi :04:00.0: L1
Enabled - LTR Enabled
Oct  4 16:51:31 walnut kernel: [ 1102.931906] IPv6:
ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
Oct  4 16:51:31 walnut NetworkManager[3952]:   [1475625091.7941]
sup-iface[0x123b6e0,wlp4s0]: supports 5 scan SSIDs
Oct  4 16:51:31 walnut NetworkManager[3952]:   [1475625091.7952]
device (wlp4s0): supplicant interface state: starting -> ready
Oct  4 16:51:31 walnut NetworkManager[3952]:   [1475625091.7953]
device (wlp4s0): state change: unavailable -> disconnected (reason
'supplicant-available') [20 30 42]
Oct  4 16:51:31 walnut kernel: [ 1102.989589] IPv6:
ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
Oct  4 16:51:34 walnut NetworkManager[3952]:   [1475625094.8022]
device (wlp4s0): supplicant interface state: ready -> inactive
Oct  4 16:51:57 walnut NetworkManager[3952]:   [1475625117.8568]
device (wlp4s0): set-hw-addr: set MAC address to EE:B3:9D:D5:69:D6
(scanning)
Oct  4 16:51:57 walnut kernel: [ 1129.063086] IPv6:
ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
Oct  4 16:51:57 walnut NetworkManager[3952]:   [1475625117.8685]
device (wlp4s0): supplicant interface state: inactive -> disabled
Oct  4 16:51:57 walnut NetworkManager[3952]:   [1475625117.8981]
device (wlp4s0): supplicant interface state: disabled -> inactive
Oct  4 16:51:57 walnut wpa_supplicant[2659]: wlp4s0: Reject scan
trigger since one is already pending
ct  4 16:53:34 walnut NetworkManager[3952]:   [1475625214.7814]
device (wlp4s0): supplicant interface state: inactive -> scanning





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

Kernel: Linux 4.7.0-1-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
Init: systemd (via /run/systemd/system)

Versions of packages network-manager depends on:
ii  adduser3.115
ii  dbus   1.10.10-1
ii  init-system-helpers1.45
ii  libaudit1  1:2.6.7-1
ii  libbluetooth3  5.36-1+b2
ii  libc6  2.24-3
ii  libglib2.0-0   2.50.0-1
ii  libgnutls303.5.4-2
ii  libgudev-1.0-0 230-3
ii  libmm-glib01.6.2-1
ii  libndp01.6-1
ii  libnewt0.520.52.18-3
ii  libnl-3-2003

Bug#836227: libreoffice-writer: Insert menu Table option no longer appears

2016-08-31 Thread Mark Hedges
Package: libreoffice-writer
Version: 1:5.2.0-2
Severity: normal

There used to be a "Table" option in the "Insert" menu to insert a table with 
rows and columns.  It no longer appears.  The control in the default toolbar 
still appears with the tooltip "Insert Table (Ctrl+F12)".  It seems like it 
should be in the Insert menu too.  It used to be.

I will reply to the ticket with a screenshot.  Thanks.  -Mark

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

Kernel: Linux 4.6.0-1-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libreoffice-writer depends on:
ii  dpkg   1.18.10
ii  libabw-0.1-1   0.1.1-3
ii  libc6  2.23-5
ii  libe-book-0.1-10.1.2-3
ii  libetonyek-0.1-1   0.1.6-2
ii  libgcc11:6.1.1-11
ii  libicu57   57.1-3
ii  libmwaw-0.3-3  0.3.8-1
ii  libodfgen-0.1-10.1.6-1
ii  libreoffice-base-core  1:5.2.0-2
ii  libreoffice-core   1:5.2.0-2
ii  librevenge-0.0-0   0.0.4-5
ii  libstdc++6 6.1.1-11
ii  libwpd-0.10-10 0.10.1-2
ii  libwpg-0.3-3   0.3.1-2
ii  libwps-0.4-4   0.4.3-3
ii  libxml22.9.4+dfsg1-1+b1
ii  uno-libs3  5.2.0-2
ii  ure5.2.0-2
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages libreoffice-writer recommends:
ii  libreoffice-math  1:5.2.0-2

Versions of packages libreoffice-writer suggests:
ii  default-jre [java5-runtime]2:1.8-57
pn  fonts-crosextra-caladea
pn  fonts-crosextra-carlito
ii  libreoffice-base   1:5.2.0-2
pn  libreoffice-gcj
ii  libreoffice-java-common1:5.2.0-2
ii  openjdk-8-jre [java5-runtime]  8u102-b14.1-2

Versions of packages libreoffice-core depends on:
ii  fontconfig2.11.0-6.7
ii  fonts-opensymbol  2:102.7+LibO5.2.0-2
ii  libboost-date-time1.61.0  1.61.0+dfsg-2.1
ii  libc6 2.23-5
ii  libcairo2 1.14.6-1+b1
ii  libclucene-contribs1v52.3.3.4-4.2
ii  libclucene-core1v52.3.3.4-4.2
ii  libcmis-0.5-5v5   0.5.1+git20160603-2
ii  libcups2  2.1.4-4
ii  libcurl3-gnutls   7.50.1-1
ii  libdbus-1-3   1.10.10-1
ii  libdbus-glib-1-2  0.106-1
ii  libdconf1 0.26.0-1
ii  libeot0   0.01-3
ii  libexpat1 2.2.0-1
ii  libexttextcat-2.0-0   3.4.4-1
ii  libfontconfig12.11.0-6.7
ii  libfreetype6  2.6.3-3+b1
ii  libgcc1   1:6.1.1-11
ii  libgl1-mesa-glx [libgl1]  11.2.2-1
ii  libglew1.13   1.13.0-2
ii  libglib2.0-0  2.48.1-3
ii  libgltf-0.0-0v5   0.0.2-4+b1
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libgraphite2-31.3.8-1
ii  libharfbuzz-icu0  1.2.7-1+b1
ii  libharfbuzz0b 1.2.7-1+b1
ii  libhunspell-1.4-0 1.4.1-2
ii  libhyphen02.8.8-3
ii  libice6   2:1.0.9-1+b1
ii  libicu57  57.1-3
ii  libjpeg62-turbo   1:1.5.0-1
ii  liblangtag1   0.5.7-2
ii  liblcms2-22.7-1
ii  libldap-2.4-2 2.4.42+dfsg-2+b2
ii  libmythes-1.2-0   2:1.2.4-1
ii  libneon27-gnutls  0.30.1-5
ii  libnspr4  2:4.12-2
ii  libnss3   2:3.25-1
ii  libodfgen-0.1-1   0.1.6-1
ii  libpcre3  2:8.39-2
ii  libpng16-16   1.6.24-2
ii  librdf0   1.0.17-1+b1
ii  libreoffice-common1:5.2.0-2
ii  librevenge-0.0-0  0.0.4-5
ii  libsm62:1.2.2-1+b1
ii  libssl1.0.2   1.0.2h-1
ii  libstdc++66.1.1-11
ii  libx11-6  2:1.6.3-1
ii  libxext6  2:1.3.3-1
ii  libxinerama1  2:1.1.3-1+b1
ii  libxml2   2.9.4+dfsg1-1+b1
ii  libxrandr22:1.5.0-1
ii  libxrender1   1:0.9.9-2
ii  libxslt1.11.1.29-1
ii  uno-libs3 5.2.0-2
ii  ure   5.2.0-2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages libreoffice-core recommends:
ii  libpaper-utils  1.1.24+nmu4

-- no debconf information



Bug#836225: inkscape: no vertical scroll bars

2016-08-31 Thread Mark Hedges
Package: inkscape
Version: 0.91-9+b1
Severity: important

Hi,

The vertical scroll bar seems to have disappeared.  How do I move the page into 
view?

I will respond to the ticket with a screenshot.

Mark


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

Kernel: Linux 4.6.0-1-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages inkscape depends on:
ii  libaspell150.60.7~20110707-3+b1
ii  libatk1.0-02.20.0-1
ii  libatkmm-1.6-1v5   2.24.2-1
ii  libc6  2.23-5
ii  libcairo2  1.14.6-1+b1
ii  libcairomm-1.0-1v5 1.12.0-1+b1
ii  libcdr-0.1-1   0.1.3-1+b1
ii  libexif12  0.6.21-2
ii  libfontconfig1 2.11.0-6.7
ii  libfreetype6   2.6.3-3+b1
ii  libgc1c2   1:7.4.2-8
ii  libgcc11:6.1.1-11
ii  libgdk-pixbuf2.0-0 2.34.0-1
ii  libglib2.0-0   2.48.1-3
ii  libglibmm-2.4-1v5  2.48.1-1
ii  libgomp1   6.1.1-11
ii  libgsl22.1+dfsg-2
ii  libgtk2.0-02.24.30-4
ii  libgtkmm-2.4-1v5   1:2.24.4-2+b1
ii  libgtkspell0   2.0.16-1.1
ii  libjpeg62-turbo1:1.5.0-1
ii  liblcms2-2 2.7-1
ii  libmagick++-6.q16-5v5  8:6.8.9.9-7.2
ii  libmagickcore-6.q16-2  8:6.8.9.9-7.2
ii  libmagickwand-6.q16-2  8:6.8.9.9-7.2
ii  libpango-1.0-0 1.40.1-1
ii  libpangocairo-1.0-01.40.1-1
ii  libpangoft2-1.0-0  1.40.1-1
ii  libpangomm-1.4-1v5 2.40.0-1
ii  libpng16-161.6.24-2
ii  libpoppler-glib8   0.44.0-3
ii  libpoppler61   0.44.0-3
ii  libpopt0   1.16-10
ii  librevenge-0.0-0   0.0.4-5
ii  libsigc++-2.0-0v5  2.8.0-2
ii  libstdc++6 6.1.1-11
ii  libvisio-0.1-1 0.1.5-1+b1
ii  libwpg-0.3-3   0.3.1-2
ii  libx11-6   2:1.6.3-1
ii  libxml22.9.4+dfsg1-1+b1
ii  libxslt1.1 1.1.29-1
pn  python:any 
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages inkscape recommends:
ii  aspell0.60.7~20110707-3+b1
ii  fig2dev [transfig]1:3.2.6-2
ii  imagemagick   8:6.8.9.9-7.2
ii  libimage-magick-perl  8:6.8.9.9-7.2
ii  libwmf-bin0.2.8.4-10.5+b1
ii  python-lxml   3.6.4-1
ii  python-numpy  1:1.11.1~rc1-1
ii  transfig  1:3.2.6-2

Versions of packages inkscape suggests:
ii  dia  0.97.3-1+b1
pn  libsvg-perl  
pn  libxml-xql-perl  
pn  pstoedit 
pn  python-uniconvertor  
ii  ruby 1:2.3.0+4

-- no debconf information



Bug#835152: nautilus-open-terminal: plugin can use /etc/alternatives/x-terminal-emulator for non-gnome installations

2016-08-22 Thread Mark Hedges
Package: nautilus-open-terminal
Version: 0.20-1
Severity: normal

Hello,

I installed XFCE without much of gnome, but I like using Nautilus.  This plugin 
is great.  However, I do not have gnome-terminal installed.  I have 
xfce4-terminal installed.  This is also /etc/alternatives/x-terminal-emulator 
(/usr/bin/xfce4-terminal.wrapper).

However, when I right-click in a Nautilus folder and choose "Open in Terminal" 
it opens /usr/bin/xterm in that directory.

It would be nice if this plugin would follow the system default by using 
/etc/alternatives/x-terminal-emulator.

Thank you.

Mark Hedges


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

Kernel: Linux 4.6.0-1-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nautilus-open-terminal depends on:
ii  gconf-service3.2.6-3
ii  gconf2   3.2.6-3
ii  libatk1.0-0  2.20.0-1
ii  libc62.23-4
ii  libcairo-gobject21.14.6-1+b1
ii  libcairo21.14.6-1+b1
ii  libgconf-2-4 3.2.6-3
ii  libgdk-pixbuf2.0-0   2.34.0-1
ii  libglib2.0-0 2.48.1-2
ii  libgtk-3-0   3.20.7-1
ii  libnautilus-extension1a  3.20.1-3
ii  libpango1.0-01.40.1-1

nautilus-open-terminal recommends no packages.

nautilus-open-terminal suggests no packages.

-- no debconf information



Bug#804090: imapcopy: login fails with period in username

2015-11-04 Thread Mark Hedges
Package: imapcopy
Version: 1.04-2
Severity: normal

Trying to use imapcopy to migrate one gmail account to another.

Used the following stunnel.conf:

==
cert = stunnel.pem
foreground=yes
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
debug = 7
client = yes

[imap-in]
accept = 127.0.0.1:1143
connect = imap.gmail.com:993
retry = yes

[imap-out]
accept = 127.0.0.2:2143
connect = imap.gmail.com:993
retry = yes
==
... or just ...
==
cert = stunnel.pem
foreground=yes
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
debug = 7
client = yes

[imap]
accept = 127.0.0.1:1143
connect = imap.gmail.com:993
retry = yes
==

... with matching entries in the SourceServer, SourcePort,
DestServer and DestPort lines of ImapCopy.cfg.

Business uses gmail so username at imap.gmail.com is the
full e-mail address.

Login does not work where there is a dot in the username,
i.e. when username is "foo@qux.com".

I tried changing my passwords to all alphanumeric,
and re-verified them over and over, but it never worked.

It logged in fine with the source address, which does not
have a "." in the username.

I tried switching source/dest in the Copy line in ImapCopy.cfg
and then tested with the -t switch, but it still failed on
the one with the "." in the username.

Thanks.

Mark


-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages imapcopy depends on:
ii  libc6  2.19-18+deb8u1

imapcopy recommends no packages.

imapcopy suggests no packages.

-- no debconf information



Bug#765632: option -Y should DWIM regardless of consequences

2015-10-29 Thread Mark Hedges
Debian ought to release ssh to DWIM according to the manual.

Hiding the implicit -Y option with -X only perpetuates the security
risk in the community.

Changing the default to "ForwardX11Trusted no" will force people to
use -Y and be aware they are exposing their local X to risks from
compromised software on the remote host.

This will also provide impetus for developers of common utilities and
other distros to fix their software so it does not require a trusted
connection.  Like, why should I need a trusted connection to run
`gvim` through ssh?  It should only have to access information on the
remote side, and should only be allowed to use X drawing controls on
the local side.

The main point, is that implementing defaults so -X and -Y DWIM
according to the manual will make people aware of the security risk
they take when they use ForwardX11Trusted.

It is the Debian community's responsibility not to hide security risks
from its users.

Removing the ForwardX11Trusted default will be painful medicine, but
it is medicine the kiddies have to take, for their own good.

--
Mark Hedges, software engineer
Business info:  http://formdata.biz/



Bug#803318: openssh-client: trusted X11 always on by default with -X, ssh_config -Y default misleading

2015-10-28 Thread Mark Hedges
Package: openssh-client
Version: 1:6.7p1-5
Severity: important

/etc/ssh/ssh_config lists default "ForwardX11 no" and "ForwardX11Trusted yes".

So, `ssh -X` is actually equivalent to `ssh -X -Y` without telling the user.

The default should be "ForwardX11Trusted no" else the -Y option is essentially
meaningless.  This is very misleading because users will think that because
the -Y option is a positive affirmation, that it is normally not set by default
when using the -X option.

This could lead to compromise of the client host when connecting to an untrusted
server, such as an employer with malicious practices or whose server
is compromised.

The following checks demonstrate that the default settings allow a trusted
connection, implicit -Y when using -X.  `xwd` generates a 13M file with the
default settings, but does not work when "ForwardX11Trusted no" is set in
/etc/ssh/ssh_config.

==
hedges@peanut ~
2015-10-28 10:40:11 -0700 Wed $ grep -E '(ForwardX11|^Host)' /etc/ssh/ssh_config
Host *
#   ForwardX11 no
#   ForwardX11Trusted yes

hedges@peanut ~
2015-10-28 10:40:16 -0700 Wed $ ssh -X localhost xwd -root > /tmp/test.xwd

hedges@peanut ~
2015-10-28 10:40:28 -0700 Wed $ ls -lah /tmp/test.xwd
-rw-r--r-- 1 hedges hedges 13M Oct 28 10:40 /tmp/test.xwd

hedges@peanut ~
2015-10-28 10:40:33 -0700 Wed $ sudo vi /etc/ssh/ssh_config

hedges@peanut ~
2015-10-28 10:40:46 -0700 Wed $ grep -E '(ForwardX11|^Host)' /etc/ssh/ssh_config
Host *
ForwardX11Trusted no
#   ForwardX11 no
#   ForwardX11Trusted yes

hedges@peanut ~
2015-10-28 10:40:50 -0700 Wed $ ssh -X localhost xwd -root > /tmp/test.xwd

hedges@peanut ~
2015-10-28 10:40:53 -0700 Wed $ ls -lah /tmp/test.xwd
-rw-r--r-- 1 hedges hedges 0 Oct 28 10:40 /tmp/test.xwd
==

This should be considered a security risk since the documentation is misleading.

Yes, changing the default will break client script where they use `ssh -X` and
it happens to work only because -Y is implicit but they didn't know that.
Those users will have to add -Y to their scripts.

Thank you.
Mark Hedges

Default /etc/ssh/ssh_config:

# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

Host *
#   ForwardAgent no
#   ForwardX11 no
#   ForwardX11Trusted yes
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   GSSAPIAuthentication no
#   GSSAPIDelegateCredentials no
#   GSSAPIKeyExchange no
#   GSSAPITrustDNS no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   StrictHostKeyChecking ask
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
#   Port 22
#   Protocol 2,1
#   Cipher 3des
#   Ciphers 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
#   MACs hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160
#   EscapeChar ~
#   Tunnel no
#   TunnelDevice any:any
#   PermitLocalCommand no
#   VisualHostKey no
#   ProxyCommand ssh -q -W %h:%p gateway.example.com
#   RekeyLimit 1G 1h
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no



-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages openssh-client depends on:
ii  adduser   3.113+nmu3
ii  dpkg  1.17.25
ii  libc6 2.19-18+deb8u1
ii  libedit2  3.1-20140620-2
ii  libgssapi-krb5-2  1.12.1+dfsg-19
ii  libselinux1   2.3-2
ii  libssl1.0.0   1.0.1k-3+deb8u1
ii  passwd1:4.2-3
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages openssh-client recommends:
ii  xauth  1:1.0.9-1

Versions of packages openssh-client suggests:
pn  keychain  
pn  libpam-ssh
pn  monkeysphere  
pn  ssh-askpass   

-- no debconf information



Bug#760860: how to suppress message?

2015-09-09 Thread Mark Hedges
How do I suppress this message in anacron output e-mail?  I get it
every day and it is really annoying.

Mark



Bug#788959: easy fix?

2015-06-27 Thread Mark Hedges
An easy interim fix would be to HUP the panel when unlocking the screen.

This seems to reset the panel so it autohides again.

That does not really fix the bug though.

-- 
Mark Hedges, software engineer
Business info:  http://formdata.biz/


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



Bug#788960: [Pkg-xfce-devel] Bug#788960: xfdesktop4: dragging icons from desktop to thunar copies instead of moves

2015-06-16 Thread Mark Hedges
On Tue, Jun 16, 2015 at 9:45 AM, Yves-Alexis Perez  wrote:
> This is already reported as #715049, but was actually a bug in Thunar.
> It has been fixed with 1.6.7.
> Yves-Alexis

Thanks.  -Mark


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



Bug#788961: nautilus: desktop icon labels need white font shadow to see on dark background image

2015-06-16 Thread Mark Hedges
Package: nautilus
Version: 3.14.1-2
Severity: minor

I'm using xfce4.  Not sure if this is the same way in gnome.

I have a desktop background with a dark color on the left side.

I set xfdesktop4 options to NOT display desktop icons, because
when I run nautilus, a duplicate set of desktop icons appears.

The desktop icons displayed by nautilus only have black text
for labels.  I cannot read them at all against the dark background.

The label characters need to have a white shadow offset by one
pixel X and Y so that they are visible against a dark background.

Thanks.

Mark

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.22-1
ii  gsettings-desktop-schemas  3.14.1-1
ii  gvfs   1.22.2-1
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-18
ii  libcairo-gobject2  1.14.0-2.1
ii  libcairo2  1.14.0-2.1
ii  libexempi3 2.2.1-2
ii  libexif12  0.6.21-2
ii  libgail-3-03.14.5-1
ii  libgdk-pixbuf2.0-0 2.31.1-2+b1
ii  libglib2.0-0   2.42.1-1
ii  libglib2.0-data2.42.1-1
ii  libgnome-desktop-3-10  3.14.1-1
ii  libgtk-3-0 3.14.5-1
ii  libnautilus-extension1a3.14.1-2
ii  libnotify4 0.7.6-2
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libselinux12.3-2
ii  libtracker-sparql-1.0-01.2.4-2
ii  libx11-6   2:1.6.2-3
ii  libxml22.9.1+dfsg1-5
ii  nautilus-data  3.14.1-2
ii  shared-mime-info   1.3-1

Versions of packages nautilus recommends:
ii  eject  2.1.5+deb1+cvs20081104-13.1
ii  gnome-icon-theme-symbolic  3.12.0-1
ii  gnome-sushi3.12.0-2+b1
ii  gvfs-backends  1.22.2-1
ii  librsvg2-common2.40.5-1

Versions of packages nautilus suggests:
ii  atril [pdf-viewer] 1.8.1+dfsg1-4
ii  brasero3.11.4-1.1
ii  eog3.14.1-1
ii  evince [pdf-viewer]3.14.1-2
ii  totem  3.14.0-2
ii  tracker1.2.4-2
ii  vlc [mp3-decoder]  2.2.0~rc2-2
ii  vlc-nox [mp3-decoder]  2.2.0~rc2-2
ii  xdg-user-dirs  0.15-2

-- no debconf information


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



Bug#183324: -1 disagree

2015-06-16 Thread Mark Hedges
-1.  I disagree with this wishlist item.  Clean up by name is accessed
by right-clicking on the desktop background.  It's a function that
applies to the whole desktop.

Personally when I see users' desktops which are cluttered with 1000
icons, I'm like, jeez louise, use folders already.  That's what they
are for.

Thanks.

-- 
Mark Hedges, software engineer
Business info:  http://formdata.biz/


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



Bug#788960: xfdesktop4: dragging icons from desktop to thunar copies instead of moves

2015-06-16 Thread Mark Hedges
Package: xfdesktop4
Version: 4.10.2-3
Severity: normal

If I drag icons of files or directories from the desktop to a
directory shown in a thunar window which is on the same filesystem 
as ~/Desktop, the files are copied instead of moved.

In gnome desktop, files would be moved from desktop to Nautilus
if ~/Desktop and the directory shown in Nautilus are on the same
filesystem, otherwise they would be copied.  This is typically what
users expect.

Thanks.
Mark

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfdesktop4 depends on:
ii  exo-utils   0.10.2-4
ii  libc6   2.19-18
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.18-0+deb8u1
ii  libdbus-glib-1-20.102-1
ii  libexo-1-0  0.10.2-4
ii  libgarcon-1-0   0.2.1-2
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgtk2.0-0 2.24.25-3
ii  libnotify4  0.7.6-2
ii  libpango-1.0-0  1.36.8-3
ii  libthunarx-2-0  1.6.3-2
ii  libwnck22   2.30.7-2
ii  libx11-62:1.6.2-3
ii  libxfce4ui-1-0  4.10.0-6
ii  libxfce4util6   4.10.1-2
ii  libxfconf-0-2   4.10.0-3
ii  xfdesktop4-data 4.10.2-3

Versions of packages xfdesktop4 recommends:
ii  dbus-x11 1.8.18-0+deb8u1
ii  librsvg2-common  2.40.5-1
ii  xdg-user-dirs0.15-2

Versions of packages xfdesktop4 suggests:
ii  menu  2.1.47

-- no debconf information


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



Bug#788959: xfce4-panel: lock screen breaks autohide

2015-06-16 Thread Mark Hedges
Package: xfce4-panel
Version: 4.10.1-1
Severity: normal

This is reproducible.  No external monitor attached.

Top panel is set to autohide.  Compositor is on with alpha.

I go to my name menu and choose lock screen.

I type my password and unlock the screen.

Panel is now stuck open and will not hide.

I moved my mouse up at the last second before lock screen engaged,
I don't know if that's absolutely necessary.

This is inconvenient because maximizing windows still maximizes
them to the area they would be if the panel was hidden.  So then
there is no way to access the title bar of the maximized window.

How do I use xfce4-panel-dbg?

Thank you.

Mark

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfce4-panel depends on:
ii  exo-utils   0.10.2-4
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-18
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.18-0+deb8u1
ii  libdbus-glib-1-20.102-1
ii  libexo-1-0  0.10.2-4
ii  libfontconfig1  2.11.0-6.3
ii  libfreetype62.5.2-3
ii  libgarcon-1-0   0.2.1-2
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgtk2.0-0 2.24.25-3
ii  libice6 2:1.0.9-1+b1
ii  libpango1.0-0   1.36.8-3
ii  libsm6  2:1.2.2-1+b1
ii  libwnck22   2.30.7-2
ii  libx11-62:1.6.2-3
ii  libxext62:1.3.3-1
ii  libxfce4ui-1-0  4.10.0-6
ii  libxfce4util6   4.10.1-2
ii  libxfconf-0-2   4.10.0-3
ii  multiarch-support   2.19-18

xfce4-panel recommends no packages.

xfce4-panel suggests no packages.

-- no debconf information


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



Bug#788860: thunar: tree expansion in folder pane

2015-06-15 Thread Mark Hedges
Package: thunar
Version: 1.6.3-2
Severity: wishlist

I think it would be nice to expand folders in a tree view in the
folder pane while in list view mode, like in Nautilus list view.

Expanding trees in the side pane is useful to find folders, but
you can't see files in there.

Sometimes in a complex directory structure I can't remember where
I put a particular file.  It's nice to be able to expand folders
in a tree view below the currently open folder in the folder pane,
to see all the files and to be able to move files to other folders.

Thanks.
Mark

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thunar depends on:
ii  desktop-file-utils  0.22-1
ii  exo-utils   0.10.2-4
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-18
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.18-0+deb8u1
ii  libdbus-glib-1-20.102-1
ii  libexo-1-0  0.10.2-4
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgtk2.0-0 2.24.25-3
ii  libgudev-1.0-0  215-17+deb8u1
ii  libice6 2:1.0.9-1+b1
ii  libnotify4  0.7.6-2
ii  libpango-1.0-0  1.36.8-3
ii  libsm6  2:1.2.2-1+b1
ii  libthunarx-2-0  1.6.3-2
ii  libxfce4ui-1-0  4.10.0-6
ii  libxfce4util6   4.10.1-2
ii  libxfconf-0-2   4.10.0-3
ii  shared-mime-info1.3-1
ii  thunar-data 1.6.3-2

Versions of packages thunar recommends:
ii  dbus-x11 1.8.18-0+deb8u1
ii  gvfs 1.22.2-1
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3
ii  thunar-volman0.8.0-4
ii  tumbler  0.1.30-1+b1
ii  xdg-user-dirs0.15-2
ii  xfce4-panel  4.10.1-1

Versions of packages thunar suggests:
ii  thunar-archive-plugin 0.3.1-3
ii  thunar-media-tags-plugin  0.2.1-1

-- no debconf information


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



Bug#788369: re ARandR

2015-06-10 Thread Mark Hedges
Correction.  I could activate the second monitor using the Display
settings app, but the default setting was mirrored display.  I had to
use ARandR to set the VGA monitor to the right side of the laptop
screen.

Mark


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



Bug#788369: xfce4-panel: panel resizes to size of unplugged monitor, stretching off screen

2015-06-10 Thread mark . hedges . data
Subject: xfce4-panel: panel resizes to size of unplugged monitor, stretching 
off screen
Package: xfce4-panel
Version: 4.10.1-1
Severity: normal

My main screen on the laptop is 1024x768.  I plug in a VGA monitor
which is 1360x768.  I had to use ARandR to activate it BTW, it could
not be activated from Display settings app.  

I configured the VGA monitor to appear to the right of the main screen.

The panels are still on the laptop monitor.  Compositor is on with alpha.
There is a top panel with menu, window buttons, clock, etc.  It is 1024
wide and stretches the length of the laptop screen only.

When I unplug the external monitor, the top panel resizes to 1360 wide
and stretches off the edge of the laptop screen.

This happens whether or not autohide is turned on.

When I plug the external monitor back in, the top panel resizes to
1024 wide and fits correctly in the laptop screen.

Thanks.

Mark


-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfce4-panel depends on:
ii  exo-utils   0.10.2-4
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-18
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.18-0+deb8u1
ii  libdbus-glib-1-20.102-1
ii  libexo-1-0  0.10.2-4
ii  libfontconfig1  2.11.0-6.3
ii  libfreetype62.5.2-3
ii  libgarcon-1-0   0.2.1-2
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgtk2.0-0 2.24.25-3
ii  libice6 2:1.0.9-1+b1
ii  libpango1.0-0   1.36.8-3
ii  libsm6  2:1.2.2-1+b1
ii  libwnck22   2.30.7-2
ii  libx11-62:1.6.2-3
ii  libxext62:1.3.3-1
ii  libxfce4ui-1-0  4.10.0-6
ii  libxfce4util6   4.10.1-2
ii  libxfconf-0-2   4.10.0-3
ii  multiarch-support   2.19-18

xfce4-panel recommends no packages.

xfce4-panel suggests no packages.

-- no debconf information


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



Bug#788177: gnome-terminal: terminal stalls in cinnamon

2015-06-08 Thread Mark Hedges
Package: gnome-terminal
Version: 3.14.1-1
Severity: normal

When run in Cinnamon in Debian 8, the terminal will stall after a while.
If the terminal is running an idle SSH connection, the connection will
become unusable.  If the terminal is running some process, the output
of the process will end but it will not return to a bash prompt until
bashing the keyboard.  (Is that why they call it bash?)

This does not happen when running in Gnome3, to the best of my recollection,
but there were so many other errors in Gnome3 that I gave up.

Mark

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-terminal depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  gconf-service3.2.6-3
ii  gnome-terminal-data  3.14.1-1
ii  gsettings-desktop-schemas3.14.1-1
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-18
ii  libcairo-gobject21.14.0-2.1
ii  libcairo21.14.0-2.1
ii  libdconf10.22.0-1
ii  libgconf-2-4 3.2.6-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgtk-3-0   3.14.5-1
ii  libnautilus-extension1a  3.14.1-2
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libuuid1 2.25.2-6
ii  libvte-2.91-00.38.1-2
ii  libx11-6 2:1.6.2-3

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.8.18-0+deb8u1
ii  gvfs  1.22.2-1
ii  yelp  3.14.1-1

gnome-terminal suggests no packages.

-- no debconf information


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



Bug#787944: uhhh...

2015-06-06 Thread Mark Hedges
Is this a bug in BTS?  After reassignment, I said NOTFOUND explicitly
saying the new package, but it thought I meant the old package.
Reassignment should not set the bug state to "notfound" if that means
that it's "notfound" anywhere.

Is the bug closed?

-- 
Mark Hedges, software engineer
Business info:  http://formdata.biz/


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



Bug#787944: nevermind, window shading works

2015-06-06 Thread Mark Hedges
notfound 787944 gnome-shell/3.14.4-1~deb8u1
thanks

I must have had to restart the window manager for it to work.  Or it
was fixed in an upgrade.  Thanks.  -Mark


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



Bug#787944: gnome-tweak-tool: windows -> titlebar -> (toggle shade) does not work

2015-06-06 Thread Mark Hedges
Package: gnome-tweak-tool
Version: 3.14.2-2
Severity: normal

Dear Maintainer,

The "Toggle Shade" function no longer works in the window settings.

If this is a window manager bug, please forward or let me know
the correct package.

I expected the window to roll up so only the title bar was visible.

Instead of shading (rollup), the window just disappears.

It can be found again from the window processes in the panel and restored.

In the window overview, the window is invisible, although it has an outline
and the label is there.

I was not able to find the gconf files where this setting is stored, using
gconf-editor or searching files under ~/.g*.  Are gconf settings somewhere
else now?

Thanks.

Mark


-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-tweak-tool depends on:
ii  gir1.2-gnomedesktop-3.03.14.1-1
ii  gir1.2-gtk-3.0 3.14.5-1
ii  gir1.2-notify-0.7  0.7.6-2
ii  gir1.2-soup-2.42.48.0-1
ii  gnome-shell-common 3.14.2-3
ii  gsettings-desktop-schemas  3.14.1-1
ii  mutter-common  3.14.2-1
ii  python 2.7.9-1
ii  python-gi  3.14.0-1

gnome-tweak-tool recommends no packages.

gnome-tweak-tool suggests no packages.

-- no debconf information


-- 
Mark Hedges, software engineer
Business info:  http://formdata.biz/


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



Bug#783311: closed by "Adam D. Barratt" (Re: Bug#783311: broken package dependencies results in removal of libreoffice)

2015-04-25 Thread Mark Hedges
Sorry about that.

Could a script switch both the symlinks at the same time?

Thank you.

Mark
On Apr 25, 2015 12:12 PM, "Debian Bug Tracking System" <
ow...@bugs.debian.org> wrote:

> This is an automatic notification regarding your Bug report
> which was filed against the libreoffice package:
>
> #783311: broken package dependencies results in removal of libreoffice
>
> It has been closed by "Adam D. Barratt" .
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact "Adam D. Barratt" <
> a...@adam-barratt.org.uk> by
> replying to this email.
>
>
> --
> 783311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783311
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>
>
> -- Forwarded message --
> From: "Adam D. Barratt" 
> To: Mark Hedges , 783311-d...@bugs.debian.org
> Cc:
> Date: Sat, 25 Apr 2015 20:09:25 +0100
> Subject: Re: Bug#783311: broken package dependencies results in removal of
> libreoffice
> On Sat, 2015-04-25 at 11:27 -0700, Mark Hedges wrote:
> > Package: libreoffice
> > Version: 1:3.5.4+dfsg2-0+deb7u3
> > Severity: grave
> > Tags: d-i
>
> It's really not d-i-related.
>
> > Justification: renders package unusable
> >
> > I tried an `apt-get update` and `apt-get dist-upgrade` this morning.
> >
> > It told me it was going to uninstall the 'gnome' metapackage, and
> > libreoffice and a bunch of its supporting packages, and would install
> > abiword.
>
> This is a side-effect of the fact that it's release weekend, you've got
> "stable" and "stable-security" in your sources.list and the security
> team have released a package through stable-security (as
> jessie-security) before the main archive has (publicly) switched to
> jessie.
>
> Although that's unfortunate, this should resolve itself within the next
> day or so, once the release is official. The sources.list files
> generated by the installer explicitly use codenames rather than "stable"
> to avoid this and similar situations.
>
> Regards,
>
> Adam
>
> -- Forwarded message --
> From: Mark Hedges 
> To: sub...@bugs.debian.org
> Cc:
> Date: Sat, 25 Apr 2015 11:27:56 -0700
> Subject: broken package dependencies results in removal of libreoffice
> Package: libreoffice
> Version: 1:3.5.4+dfsg2-0+deb7u3
> Severity: grave
> Tags: d-i
> Justification: renders package unusable
>
> I tried an `apt-get update` and `apt-get dist-upgrade` this morning.
>
> It told me it was going to uninstall the 'gnome' metapackage, and
> libreoffice and a bunch of its supporting packages, and would install
> abiword.
>
> I tried removing the 'gnome' metapackage, but that didn't help.
>
> Here's what's going on now:
>
> root@peanut:~# apt-get update
> Hit http://security.debian.org stable/updates Release.gpg
> Hit http://security.debian.org stable/updates Release
> Hit http://security.debian.org stable/updates/main Sources
> Hit http://ftp.us.debian.org stable Release.gpg
> Hit http://security.debian.org stable/updates/contrib Sources
> Hit http://security.debian.org stable/updates/non-free Sources
> Hit http://security.debian.org stable/updates/main i386 Packages
> Hit http://security.debian.org stable/updates/contrib i386 Packages
> Hit http://security.debian.org stable/updates/non-free i386 Packages
> Hit http://ftp.us.debian.org stable Release
> Hit http://security.debian.org stable/updates/contrib Translation-en
> Hit http://security.debian.org stable/updates/main Translation-en
> Hit http://security.debian.org stable/updates/non-free Translation-en
> Hit http://ftp.us.debian.org stable/main Sources
> Hit http://ftp.us.debian.org stable/non-free Sources
> Hit http://ftp.us.debian.org stable/contrib Sources
> Hit http://ftp.us.debian.org stable/main i386 Packages
> Hit http://ftp.us.debian.org stable/non-free i386 Packages
> Hit http://ftp.us.debian.org stable/contrib i386 Packages
> Hit http://ftp.us.debian.org stable/contrib Translation-en
> Hit http://ftp.us.debian.org stable/main Translation-en
> Hit http://ftp.us.debian.org stable/non-free Translation-en
> Reading package lists... Done
> root@peanut:~# apt-get dist-upgrade
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Calculating upgrade... Done
> The following packages will be REMOVED:
>   libreoffice libreoffice-base libreoffice-evolution
> libreoffice-fi

Bug#783311: broken package dependencies results in removal of libreoffice

2015-04-25 Thread Mark Hedges
Package: libreoffice
Version: 1:3.5.4+dfsg2-0+deb7u3
Severity: grave
Tags: d-i
Justification: renders package unusable

I tried an `apt-get update` and `apt-get dist-upgrade` this morning.

It told me it was going to uninstall the 'gnome' metapackage, and
libreoffice and a bunch of its supporting packages, and would install
abiword.

I tried removing the 'gnome' metapackage, but that didn't help.

Here's what's going on now:

root@peanut:~# apt-get update
Hit http://security.debian.org stable/updates Release.gpg
Hit http://security.debian.org stable/updates Release
Hit http://security.debian.org stable/updates/main Sources
Hit http://ftp.us.debian.org stable Release.gpg
Hit http://security.debian.org stable/updates/contrib Sources
Hit http://security.debian.org stable/updates/non-free Sources
Hit http://security.debian.org stable/updates/main i386 Packages
Hit http://security.debian.org stable/updates/contrib i386 Packages
Hit http://security.debian.org stable/updates/non-free i386 Packages
Hit http://ftp.us.debian.org stable Release
Hit http://security.debian.org stable/updates/contrib Translation-en
Hit http://security.debian.org stable/updates/main Translation-en
Hit http://security.debian.org stable/updates/non-free Translation-en
Hit http://ftp.us.debian.org stable/main Sources
Hit http://ftp.us.debian.org stable/non-free Sources
Hit http://ftp.us.debian.org stable/contrib Sources
Hit http://ftp.us.debian.org stable/main i386 Packages
Hit http://ftp.us.debian.org stable/non-free i386 Packages
Hit http://ftp.us.debian.org stable/contrib i386 Packages
Hit http://ftp.us.debian.org stable/contrib Translation-en
Hit http://ftp.us.debian.org stable/main Translation-en
Hit http://ftp.us.debian.org stable/non-free Translation-en
Reading package lists... Done
root@peanut:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  libreoffice libreoffice-base libreoffice-evolution
libreoffice-filter-binfilter libreoffice-filter-mobiledev
libreoffice-help-en-us
  libreoffice-java-common libreoffice-report-builder-bin libreoffice-writer
The following packages have been kept back:
  curl libcurl3 libcurl3-gnutls libreoffice-base-core libreoffice-calc
libreoffice-common libreoffice-core libreoffice-draw
  libreoffice-emailmerge libreoffice-gnome libreoffice-gtk
libreoffice-impress libreoffice-math libreoffice-style-galaxy
  libreoffice-style-tango python-uno uno-libs3 ure wpasupplicant
0 upgraded, 0 newly installed, 9 to remove and 19 not upgraded.
After this operation, 87.2 MB disk space will be freed.
Do you want to continue [Y/n]? ^C
root@peanut:~# apt-get install libreoffice
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libreoffice : Depends: libreoffice-core (= 1:4.3.3-2+deb8u1) but
1:3.5.4+dfsg2-0+deb7u3 is to be installed
   Depends: libreoffice-avmedia-backend-gstreamer but it
is not going to be installed or
libreoffice-avmedia-backend-vlc but it is not
going to be installed
   Depends: fonts-dejavu but it is not installable
E: Unable to correct problems, you have held broken packages.
root@peanut:~# apt-get install libreoffice libreoffice-core
libreoffice-avmedia-backend-vlc fonts-dejavu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fonts-dejavu is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'fonts-dejavu' has no installation candidate
root@peanut:~# apt-cache search fonts | grep deja
ming-fonts-dejavu - Ming format DejaVue Fonts
ttf-dejavu - Metapackage to pull in ttf-dejavu-core and ttf-dejavu-extra
ttf-dejavu-core - Vera font family derivate with additional characters
ttf-dejavu-extra - Vera font family derivate with additional characters
root@peanut:~# apt-get upgrade libreoffice-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  curl libcurl3 libcurl3-gnutls libreoffice libreoffice-base
libreoffice-base-core libreoffice-calc libreoffice-common
libreoffice-core
  libreoffice-draw libreoffice-emailmerge libreoffice-evolution
libreoffice-gnome libreoffice-gtk libreoffice-help-en-us
libreoffice-impress
  libreoffice-math libreoffice-report-builder-bin
libreoffice-style-galaxy libreoffice-style-tango libreoffice-writer
python-uno uno-libs3 ure
  wpasupplicant
0 upgraded, 0 newly installed, 0 to remov

Bug#582472: #582472 - libgnomevfs2-0: cannot connect to drop-only ftp that refuses 'ls' query

2014-07-19 Thread Mark Hedges
Gosh Pedro, I don't know.  I can't even remember filing this bug.  Let's go
ahead and close the bug if it works now for you.  Thank you for checking it
out!  -Mark


On Sat, Jul 19, 2014 at 4:51 AM, Pedro Beja  wrote:

> Hey Mark,
>
> 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 ?
>
> It works fine here with 3.12.2-1.
>
> thanks
> regards
> Pedro
>


Bug#746286: libreoffice-writer: stopping gdm, clicking 'cancel', 'cancel' to file recovery resulted in data loss

2014-04-28 Thread Mark Hedges
Package: libreoffice-writer
Version: 1:3.5.4+dfsg2-0+deb7u2
Severity: critical
Justification: causes serious data loss

"Always create backup copy" and "Save Auto Recovery every (3) Minutes"
were set.  These settings have been set for a long time.

Tonight for several hours, I worked on an odt document that I have
added to for several months.

Something went screwy with Spotify.  No controls responded.
tty0 showed segfaults.  I logged in as root at ran `/etc/init.d/gdm3 stop`.

Started gdm3, then double clicked on the document.  A dialog opened.

I thought "I'd better make a backup copy of the corrupted file first."
I could not click outside the dialog so I clicked cancel.

Another dialog appeared.  I clicked cancel.

The windows closed.  I thought, "uh-oh," and double-clicked the file.
It opened, as it was about an hour ago.

I looked in my backups path in ~/.config/  There was a file there
with the same name, but it seemed like it was from months ago.

Minor setback, but nevertheless irreplaceable data, or replaceable
only in the sense that I vaguely remember what I wrote... not sure.
It's "important" to me.

I think most people by clicking "cancel" would not intend to proceed
with backup or wipe out the backup file.

Thanks,
Mark



-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice-writer depends on:
ii  libc6  2.13-38+deb7u1
ii  libgcc11:4.7.2-5
ii  libicu48   4.8.1.1-12+deb7u1
ii  libreoffice-base-core  1:3.5.4+dfsg2-0+deb7u2
ii  libreoffice-core   1:3.5.4+dfsg2-0+deb7u2
ii  libstdc++6 4.7.2-5
ii  libwpd-0.9-9   0.9.4-3
ii  libwpg-0.2-2   0.2.1-1
ii  libwps-0.2-2   0.2.7-1
ii  libxml22.8.0+dfsg1-7+nmu2
ii  uno-libs3  3.5.4+dfsg2-0+deb7u2
ii  ure3.5.4+dfsg2-0+deb7u2
ii  zlib1g 1:1.2.7.dfsg-13

Versions of packages libreoffice-writer recommends:
ii  gcj-4.7-jre [java5-runtime]4.7.2-3
ii  gcj-jre [java5-runtime]4:4.7.2-1
ii  libreoffice-emailmerge 1:3.5.4+dfsg2-0+deb7u2
ii  libreoffice-filter-binfilter   1:3.5.4+dfsg2-0+deb7u2
ii  libreoffice-java-common1:3.5.4+dfsg2-0+deb7u2
ii  libreoffice-math   1:3.5.4+dfsg2-0+deb7u2
ii  openjdk-7-jre [java5-runtime]  7u25-2.3.10-1~deb7u1

Versions of packages libreoffice-writer suggests:
ii  libreoffice-base  1:3.5.4+dfsg2-0+deb7u2
pn  libreoffice-gcj   

Versions of packages libreoffice-core depends on:
ii  fontconfig   2.9.0-7.1
ii  fonts-opensymbol 2:102.2+LibO3.5.4+dfsg2-0+deb7u2
ii  libc62.13-38+deb7u1
ii  libcairo21.12.2-3
ii  libcmis-0.2-00.1.0-1+b1
ii  libcurl3-gnutls  7.26.0-1+wheezy8
ii  libdb5.1 5.1.29-5
ii  libexpat12.1.0-1+deb7u1
ii  libexttextcat0   3.2.0-2
ii  libfontconfig1   2.9.0-7.1
ii  libfreetype6 2.4.9-1.1
ii  libgcc1  1:4.7.2-5
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgraphite2-2.0.0   1.1.3-1
ii  libgstreamer-plugins-base0.10-0  0.10.36-1.1
ii  libgstreamer0.10-0   0.10.36-1.2
ii  libhunspell-1.3-01.3.2-4
ii  libhyphen0   2.8.3-2
ii  libice6  2:1.0.8-2
ii  libicu48 4.8.1.1-12+deb7u1
ii  libjpeg8 8d-1
ii  libmythes-1.2-0  2:1.2.2-1
ii  libneon27-gnutls 0.29.6-3
ii  libnspr4 2:4.9.2-1+deb7u1
ii  libnspr4-0d  2:4.9.2-1+deb7u1
ii  libnss3  2:3.14.5-1
ii  libnss3-1d   2:3.14.5-1
ii  libpng12-0   1.2.49-1
ii  librdf0  1.0.15-1+b1
ii  libreoffice-common   1:3.5.4+dfsg2-0+deb7u2
ii  librsvg2-2   2.36.1-2
ii  libsm6   2:1.2.1-2
ii  libssl1.0.0  1.0.1e-2+deb7u4
ii  libstdc++6   4.7.2-5
ii  libx11-6 2:1.5.0-1+deb7u1
ii  libxext6 2:1.3.1-2+deb7u1
ii  libxinerama1 2:1.1.2-1+deb7u1
ii  libxml2  2.8.0+dfsg1-7+nmu2
ii  libxrandr2   2:1.3.2-2+deb7u1
ii  libxrender1  1:0.9.7-1+deb7u1
ii  libxslt1.1   1.1.26-14.1
ii  uno-libs33.5.4+dfsg2-0+deb7u2
ii  ure  3.5.4+dfsg2-0+deb7u2
ii  zlib1g   1:1.2.7.dfsg-13

-- no debconf information


-- 
To UNSUBSCR

Bug#744976: /usr/bin/xfwm4-tweaks-settings: run xfwm4-tweaks-settings smart placement on dynamic screen resize

2014-04-16 Thread Mark Hedges
Package: xfwm4
Version: 4.10.1-2
Severity: normal
File: /usr/bin/xfwm4-tweaks-settings

I run Jessie in a VirtualBox VM on Windows 7.  I do Host-F
to go fullscreen, and then open some window and put it on
the right edge of the 16:9 screen.  When I do Host-F and
go back to regular 4:3 size screen in the VM window, the
window in xfce4 is way off on the right edge.  If resizing
triggered smart placement (like gnome3 does) it could
rearrange itself so the windows are on the screen.  Unless
I don't understand what smart placement is.  Then something
else should be done to move windows back where I can use
them and move them around without resizing them since all
I can see is the very edge of the window.

Thanks,
Mark


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.13-1-686-pae (SMP w/2 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 xfwm4 depends on:
ii  libc6 2.18-4
ii  libdbus-glib-1-2  0.102-1
ii  libgdk-pixbuf2.0-02.30.6-1
ii  libglib2.0-0  2.40.0-2
ii  libgtk2.0-0   2.24.23-1
ii  libpango-1.0-01.36.3-1
ii  libstartup-notification0  0.12-3
ii  libwnck22 2.30.7-1
ii  libx11-6  2:1.6.2-1
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-1
ii  libxext6  2:1.3.2-1
ii  libxfce4ui-1-04.10.0-5
ii  libxfce4util6 4.10.1-1
ii  libxfconf-0-2 4.10.0-2
ii  libxfixes31:5.0.1-1
ii  libxrandr22:1.4.2-1
ii  libxrender1   1:0.9.8-1

Versions of packages xfwm4 recommends:
ii  librsvg2-common  2.40.2-1
ii  xfwm4-themes 4.10.0-2

Versions of packages xfwm4 suggests:
ii  xfce4  4.10.1

-- no debconf information


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



Bug#539985: gnome-control-center: iceweasel is set custom but nautilus opens saved bookmark url with epiphany-browser

2014-04-14 Thread Mark Hedges
I'm on Squeeze now with Gnome3.  :-(  Sorry.  I guess you can close this as
can't reproduce.  -Mark


Bug#688350: getting worse

2014-01-12 Thread Mark Hedges
Now when I restore from sleep, the window frames around open windows in
gnome3 vanish, leaving me unable to select anything, activate the actions
corners, or type. I have to switch to a tty and restart gdm3 after
disabling eth0.

Mark


Bug#688350: same problem in linux-image-3.2.0-4-686-pae

2013-06-13 Thread Mark Hedges
I have a Lenovo X61.  I got the same problem.  One gpe had hundreds of
interrupts (#12 in my case).

However, disabling gpe12 did not help, CPU spikes continued.

`ifconfig eth0 down` did stop the kworker CPU spikes.  I disabled
allow-hotplug for eth0 in /etc/network/interfaces.  Now it is fine, with
gpe12 enabled again.

I'm glad I got a wireless router recently.  :-)

HTH. -Mark


Bug#687423: iceweasel: X paste buffer outside text box pastes to location bar

2012-09-12 Thread Mark Hedges
Package: iceweasel
Version: 3.5.16-17
Severity: normal


I use ccencrypt to keep passwords in text files and ccat to display
them on a terminal, then select them with the mouse to use X paste
middle-click to put them into the browser, when the page interferes
with the normal Firefox password manager.  For example, usps.com.
However, if I don't middle-click exactly in the password input box,
it pastes the password to the location bar and tries to go there
because I copied the whole line with the newline.  That results
in my password being sent out in a DNS query.

Mark

-- Package-specific info:

-- Extensions information
Name: Default
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: FireGPG
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/fire...@firegpg.team
Package: xul-ext-firegpg
Status: enabled

Name: Firebug
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/fire...@software.joehewitt.com
Package: xul-ext-firebug
Status: user-disabled

Name: Flashblock
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{3d7eb24f-2740-49df-8937-200b1cc08f8a}
Package: xul-ext-flashblock
Status: enabled

Name: MediaWrap
Location: ${PROFILE_EXTENSIONS}/{dd68c513-9296-4b63-8d8b-8f1c991c8a48}
Status: user-disabled

Name: NoScript
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{73a6fe31-595d-460b-a920-fcc0f8843232}
Package: xul-ext-noscript
Status: enabled

Name: User Agent Switcher
Location: ${PROFILE_EXTENSIONS}/{e968fc70-8f95-4ab9-9e79-304de2a71ee1}
Status: enabled

Name: Web Developer
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{c45c406e-ab73-11d8-be73-000a95be3b12}
Package: xul-ext-webdeveloper
Status: user-disabled

-- Plugins information
Name: DivX® Web Player
Location: /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Package: totem-mozilla
Status: enabled

Name: IcedTea NPR Web Browser Plugin (using IcedTea6 1.8.13 
(6b18-1.8.13-0+squeeze2))
Location: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so
Package: icedtea6-plugin
Status: disabled

Name: Java(TM) Plug-in 1.6.0_26
Location: /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/i386/libnpjp2.so
Package: sun-java6-bin
Status: disabled

Name: MozPlugger 1.14.1 handles QuickTime and Windows Media Player Plugin 
(1.14.1)
Location: /usr/lib/mozilla/plugins/mozplugger.so
Package: mozplugger
Status: enabled

Name: QuickTime Plug-in 7.6.6
Location: /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Package: totem-mozilla
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplayer-mozilla/libflashplayer.so
Package: flashplayer-mozilla
Status: enabled

Name: Silverlight Plug-In
Location: /usr/lib/moon/plugin/libmoonloader.so
Package: moonlight-plugin-core
Status: enabled

Name: VLC Multimedia Plug-in
Location: /usr/lib/mozilla/plugins/libvlcplugin.so
Package: mozilla-plugin-vlc
Status: enabled

Name: VLC Multimedia Plugin (compatible Totem 2.30.2)
Location: /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
Package: totem-mozilla
Status: enabled

Name: Windows Media Player Plug-in 10 (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Package: totem-mozilla
Status: enabled

Name: gxine starter plugin
Location: /usr/lib/gxine/gxineplugin.so
Package: gxineplugin
Status: enabled


-- Addons package information
ii  flashplayer-mo 2:10.3.183.7-0 Macromedia Flash Player.
ii  gxineplugin0.5.905-5  the xine video player, GTK+/Gnome; launcher 
ii  icedtea6-plugi 6b18-1.8.13-0+ web browser plugin based on OpenJDK and Iced
ii  iceweasel  3.5.16-17  Web browser based on Firefox
ii  moonlight-plug 1.0.1-3+b1 Free Software clone of Silverlight 1.0 - plu
ii  mozilla-plugin 1.1.3-1squeeze multimedia plugin for web browsers based on 
ii  mozplugger 1.14.1-1   Plugin allowing external viewers to be launc
ii  sun-java6-bin  6.26-0squeeze1 Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii  totem-mozilla  2.30.2-6   Totem Mozilla plugin
ii  xul-ext-firebu 1.5.4-1web development plugin for Iceweasel/Firefox
ii  xul-ext-firegp 0.8-1  Iceweasel/Firefox extension to use GnuPG on 
ii  xul-ext-flashb 1.5.13-1   mozilla extension to block Adobe Flash conte
ii  xul-ext-noscri 1.9.9.69-1 Javascript/plugins permissions manager for I
ii  xul-ext-webdev 1.1.8-4web developer extension for the Iceweasel/Fi

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages iceweasel depends on:
ii  debianutils3.4   Miscellaneous utilities specific t
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libc6 

Bug#639618: linux-image-2.6.32-5-686: events/0 using 33-66% cpu ("system"), missing keystrokes before or after gdm loads

2011-08-28 Thread Mark Hedges

> > The keyboard is missing keystrokes if I type
> > too many at one time and don't pause every few seconds for it to
> > catch up.  This happens even before I log into gdm, if I go to a
> > console with ctl-alt-F1 and log in as root after reboot, events is
> > already eating cpu and keystrokes are lost.  What's going on?


On Sun, 28 Aug 2011, Ben Hutchings wrote:

> Did you upgrade the kernel in the last day or so?  If not,
> do you have any idea what might have changed?

I tried rebooting earlier and that didn't help.  But I shut
down for a while and now it is fine.  I did replace my CPU
fan recently, and my replacement battery melted down
(literally melted-- yikes).  Maybe I damaged a sensor or
something.  The other thought was, does TiMidity feed some
events?  I don't know why it was running by default.

> Do these warnings mean anything to you?
>
> [ 57.141392] thinkpad_acpi: setting the hotkey mask to
> 0x00ff is likely not the best way to go about it [
> 57.141400] thinkpad_acpi: please consider using the driver
> defaults, and refer to up-to-date thinkpad-acpi
> documentation

That's been happening for a while.  I think the thinkpad
acpi driver is out of date.  I should probably recompile a
custom kernel and use the tp-smapi driver instead.  It gives
the autopark shock feature with hdapsd too, which is not
in the stock kernels.  I don't know if it's a license issue
or what.  I don't think this is related.

We can downgrade the importance of this... maybe it was a
hardware glitch or a fluke.

Mark



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



Bug#639618: linux-image-2.6.32-5-686: events/0 using 33-66% cpu ("system"), missing keystrokes before or after gdm loads

2011-08-28 Thread Mark Hedges
Package: linux-2.6
Version: 2.6.32-35
Severity: important


Starting in the last day or so, events/0 has been using 33-66% cpu
as "system" activity.  The keyboard is missing keystrokes if I type
too many at one time and don't pause every few seconds for it to
catch up.  This happens even before I log into gdm, if I go to a
console with ctl-alt-F1 and log in as root after reboot, events is
already eating cpu and keystrokes are lost.  What's going on?

There was also a regression in squeeze recently with gnome-panel
with a bug where gnome panel fails to start or starts offscreen,
probably not related but thought I would mention it since this
but is so severe.

Thank you.

-Mark

-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-35) (da...@debian.org) (gcc version 
4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Jun 13 04:13:06 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-5-686 root=/dev/mapper/sda7_crypt ro 
root=/dev/mapper/sda7_crypt ro heartbeat=300 rootdelay=4 quiet

** Not tainted

** Kernel log:
[   48.293940] apm: BIOS not found.
[   49.302982] Bluetooth: Core ver 2.15
[   49.303026] NET: Registered protocol family 31
[   49.303028] Bluetooth: HCI device and connection manager initialized
[   49.303030] Bluetooth: HCI socket layer initialized
[   49.502844] Bluetooth: L2CAP ver 2.14
[   49.502847] Bluetooth: L2CAP socket layer initialized
[   49.852236] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   49.852239] Bluetooth: BNEP filters: protocol multicast
[   50.079414] Bridge firewalling registered
[   50.179023] Bluetooth: SCO (Voice Link) ver 0.6
[   50.179026] Bluetooth: SCO socket layer initialized
[   52.471958] lp: driver loaded but no devices found
[   52.588934] ppdev: user-space parallel port driver
[   57.141392] thinkpad_acpi: setting the hotkey mask to 0x00ff is likely 
not the best way to go about it
[   57.141400] thinkpad_acpi: please consider using the driver defaults, and 
refer to up-to-date thinkpad-acpi documentation
[   57.245510] input: /usr/sbin/thinkpad-keys as /devices/virtual/input/input10
[  273.169737] wlan0: direct probe to AP 00:02:6f:68:e0:0b (try 1)
[  273.176377] wlan0: direct probe responded
[  273.176385] wlan0: authenticate with AP 00:02:6f:68:e0:0b (try 1)
[  273.179560] wlan0: authenticated
[  273.179598] wlan0: associate with AP 00:02:6f:68:e0:0b (try 1)
[  273.184137] wlan0: RX AssocResp from 00:02:6f:68:e0:0b (capab=0x421 status=0 
aid=1)
[  273.184144] wlan0: associated
[  273.188547] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  283.520007] wlan0: no IPv6 routers present
[  306.238000] IPTLOG: IN=wlan0 OUT= 
MAC=ff:ff:ff:ff:ff:ff:e0:f8:47:14:a7:7e:08:00 SRC=192.168.1.78 
DST=255.255.255.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=38184 PROTO=UDP 
SPT=17500 DPT=17500 LEN=140 
[  306.240288] IPTLOG: IN=wlan0 OUT= 
MAC=ff:ff:ff:ff:ff:ff:e0:f8:47:14:a7:7e:08:00 SRC=192.168.1.78 
DST=192.168.1.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=6758 PROTO=UDP SPT=17500 
DPT=17500 LEN=140 
[  336.224948] IPTLOG: IN=wlan0 OUT= 
MAC=ff:ff:ff:ff:ff:ff:e0:f8:47:14:a7:7e:08:00 SRC=192.168.1.78 
DST=255.255.255.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=45411 PROTO=UDP 
SPT=17500 DPT=17500 LEN=140 
[  336.226816] IPTLOG: IN=wlan0 OUT= 
MAC=ff:ff:ff:ff:ff:ff:e0:f8:47:14:a7:7e:08:00 SRC=192.168.1.78 
DST=192.168.1.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=50283 PROTO=UDP 
SPT=17500 DPT=17500 LEN=140 
[  348.505046] wlan0: deauthenticating from 00:02:6f:68:e0:0b by local choice 
(reason=3)
[  348.519034] wlan0: direct probe to AP 00:02:6f:68:df:fb (try 1)
[  348.524332] wlan0: direct probe responded
[  348.524336] wlan0: authenticate with AP 00:02:6f:68:df:fb (try 1)
[  348.527408] wlan0: authenticated
[  348.527423] wlan0: associate with AP 00:02:6f:68:df:fb (try 1)
[  348.530412] wlan0: RX AssocResp from 00:02:6f:68:df:fb (capab=0x421 status=0 
aid=2)
[  348.530425] wlan0: associated
[  366.227231] IPTLOG: IN=wlan0 OUT= 
MAC=ff:ff:ff:ff:ff:ff:e0:f8:47:14:a7:7e:08:00 SRC=192.168.1.78 
DST=255.255.255.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=2344 PROTO=UDP 
SPT=17500 DPT=17500 LEN=140 
[  366.229007] IPTLOG: IN=wlan0 OUT= 
MAC=ff:ff:ff:ff:ff:ff:e0:f8:47:14:a7:7e:08:00 SRC=192.168.1.78 
DST=192.168.1.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=5464 PROTO=UDP SPT=17500 
DPT=17500 LEN=140 
[  396.215234] IPTLOG: IN=wlan0 OUT= 
MAC=ff:ff:ff:ff:ff:ff:e0:f8:47:14:a7:7e:08:00 SRC=192.168.1.78 
DST=255.255.255.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=39029 PROTO=UDP 
SPT=17500 DPT=17500 LEN=140 
[  396.217148] IPTLOG: IN=wlan0 OUT= 
MAC=ff:ff:ff:ff:ff:ff:e0:f8:47:14:a7:7e:08:00 SRC=192.168.1.78 
DST=192.168.1.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=33883 PROTO=UDP 
SPT=17500 DPT=17500 LEN=140 
[  408.601059] wlan0: deauthenticating from 00:02:6f:68:df:fb by local choice 
(reason=3)
[  408.602547] wlan0: direct probe to AP 00:80:48:6d:f4:58 (try 1)
[  408.606466] wlan0: direct probe responded
[  408.606474] wlan0: authenticate with AP 00:80:48:6d:f4:58 (try 1)
[

Bug#607035: doesn't happen anymore in squeeze, but flash comes up under about:blank

2011-03-19 Thread Mark Hedges



On Sat, 19 Mar 2011, arno wrote:

> Unfortunately, I cannot reproduce the bug. I don't have a
> facebook account, and google news and creatureshop.com
> work fine. Also, about:blank is on noscript default
> whitelist. Did you remove it at some point ?

Yes.  If you block about:blank, that is when these errors
occur.  That is strange.  --mark--



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



Bug#569976: hrmm

2011-03-18 Thread Mark Hedges

Maybe this theory doesn't make sense, because wouldn't
mod.lockInstance() block until it succeeds?  And the fork
happens after the lock in /usr/bin/hp-systray.  Where is the
code for lockInstance()?

Mark




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



Bug#569976: does this help?

2011-03-18 Thread Mark Hedges

Does this patch help?  It seems like only the parent should
attempt the lock.  I will try it out for a while.  --mark--

--- /usr/bin/hp-systray.orig2011-03-18 11:01:58.0 -0700
+++ /usr/bin/hp-systray 2011-03-18 11:04:40.0 -0700
@@ -82,7 +82,10 @@
 log.warn("No hp: or hpfax: devices found in any installed CUPS 
queue. Exiting.")
 sys.exit(1)

-mod.lockInstance()
+# only attempt the lock if this pid is the session leader,
+# otherwise it creates a race condition where children get there first
+if os.getpgid(os.getpid()) == os.getpid():
+mod.lockInstance()

 r1, w1 = os.pipe()
 log.debug("Creating pipe: hpssd (%d) ==> systemtray (%d)" % (w1, r1))

--- /usr/bin/hp-systray.orig	2011-03-18 11:01:58.0 -0700
+++ /usr/bin/hp-systray	2011-03-18 11:04:40.0 -0700
@@ -82,7 +82,10 @@
 log.warn("No hp: or hpfax: devices found in any installed CUPS queue. Exiting.")
 sys.exit(1)
 
-mod.lockInstance()
+# only attempt the lock if this pid is the session leader,
+# otherwise it creates a race condition where children get there first
+if os.getpgid(os.getpid()) == os.getpid():
+mod.lockInstance()
 
 r1, w1 = os.pipe()
 log.debug("Creating pipe: hpssd (%d) ==> systemtray (%d)" % (w1, r1))


Bug#607035: doesn't happen anymore in squeeze, but flash comes up under about:blank

2011-03-15 Thread Mark Hedges

The specific problem with Facebook has not happened in a
while.  The google news fast flip section still does this,
it comes up under about:blank.  As do a lot of Flash
objects, for instance if you go to
http://www.creatureshop.com/ and enable script for
creatureshop.com, the second bar immediately below the main
menu and above the text comes up under about:blank and is
blocked.

I have stabilized with squeeze, I haven't installed testing
and I would prefer not to muck up this system anymore,
having problems with hardware and that is enough as it is.
It should be easy enough to go to those pages and see the
same thing, if you have a testing system.

Mark




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



Bug#569976: hrmm

2011-03-12 Thread Mark Hedges

Why do three `python hp-systray` procs get started anyway.
I guess each one tries a lock after the fork, instead of the
parent locking before the fork, and probably someone
expected that doesn't matter because they assumed the child
processes would get around to locking the file after the
parent made it to that point.  So the parent needs the lock
to succeed by validating the success of the file lock, but
the children do not, and ignore lockfile failure.  Except
the kernel might hand the child procs to other cpus, and
their execution could easily be faster, reaching the lock
routine first.

Mark




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



Bug#569976: yes in Squeeze

2011-03-12 Thread Mark Hedges

I've been having this problem too, just the last few weeks.
I have to kill the python process.  I also see the same
error in .xsession-errors.

Mark




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



Bug#617747: electricsheep: stopped working as gnome screensaver in squeeze

2011-03-10 Thread Mark Hedges
Package: electricsheep
Version: 2.7~b12+svn20091224-1+b1
Severity: important


When Squeeze became stable, electricsheep stopped working as a 
gnome screensaver.  The screen is just blank when the screensaver
is activated.

All other screensavers appear to still work.  In the gnome
screensaver preferences control panel, if I choose electricsheep,
the panel on the control panel is blank.  Curiously, if I click
"Preview", it does work, but when I click "Leave Fullscreen" it
no longer works.

Mark

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages electricsheep depends on:
ii  curl  7.21.0-1   Get a file from an HTTP, HTTPS or 
ii  debconf [debc 1.5.36.1   Debian configuration management sy
ii  flam3 2.7.19+svn20090813-1+b1render and animate FLAM3s and mani
ii  gconf22.28.1-6   GNOME configuration database syste
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libavcodec52  5:0.6.1+svn20101128-0.2library to encode decode multimedi
ii  libavformat52 5:0.6.1+svn20101128-0.2ffmpeg file format library
ii  libavutil49   4:0.5.2-6  ffmpeg utility library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libfontconfig 2.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libjpeg-progs 8b-1   Programs for manipulating JPEG fil
ii  libpango1.0-0 1.28.3-1+squeeze2  Layout and rendering of internatio
ii  libxml2   2.7.8.dfsg-2   GNOME XML library
ii  mplayer   2:1.0~rc3++svn20100804-0.2 The Ultimate Movie Player For Linu
ii  xloadimage4.1-16.1+b1Graphics file viewer under X11
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

electricsheep recommends no packages.

electricsheep suggests no packages.

-- no debconf information



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



Bug#615493: window manager hook to authorize configuration

2011-02-26 Thread Mark Hedges
Subject: system-config-printer-udev: window manager hook to authorize 
configuration
Package: system-config-printer-udev
Version: 1.2.3-3
Severity: wishlist

*** Please type your report below this line ***

If I could set an option for a box to pop up and ask "configure printer?"
with the information it identified to the kernel usb interface to verify,
no one would be able to plug in a bogus usb thing pretending to be my printer, 
to exploit some unknown security bug in usb, cups, hplip, or any that polls
the printer device.  When my laptop closes, the screen locks, which would
let me type my password to have an authentic login while I'm there to plug
in the device.  Can the message bus send confirm/ok dialogs to the pop-up
notices and get an answer back from an authorized & authenticated user?

Mark

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages system-config-printer-udev depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcups21.4.4-7  Common UNIX Printing System(tm) - 
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libudev0164-3libudev shared library
ii  libusb-0.1-42:0.1.12-16  userspace USB programming library
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-cups 1.9.48-1 Python bindings for CUPS
ii  python-cupshelpers  1.2.3-3  Python utility modules around the 

system-config-printer-udev recommends no packages.

system-config-printer-udev suggests no packages.

-- no debconf information



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



Bug#613140: Acknowledgement (denemo-data: A320U.sf2 bank 128 instruments lost?)

2011-02-12 Thread Mark Hedges

I mean they are all the same percussion set.  --m--





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



Bug#613140: denemo-data: A320U.sf2 bank 128 instruments lost?

2011-02-12 Thread Mark Hedges
Package: denemo-data
Version: 0.8.16-1
Severity: minor


I loaded /usr/share/denemo/soundfonts/A320U.sf2 into rosegarden via 
FluidSynth-DSSI to try out the sounds.  Most of them work (they are great!) but 
it seems like most of the instruments in bank 128 are actually the same plain 
tom, except bank 128 program 56 which is different.  Did something get copied 
and pasted accidentally?  --mark--

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

-- no debconf information



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



Bug#500433: is this just with recorded flacs?

2011-01-08 Thread Mark Hedges

I am having the same problem trying to use rezound to open a
.flac file recorded with gnome-sound-recorder.  However, I
cannot open the file in `snd` either: "can't translate:
can't translate
/home/hedges/Desktop/music/home-on-the-range-1.flac
  (Flac header: unknown (0x0) data format)" with some funny
characters in there.

Do you have this problem opening your test files in snd?
(I use snd-gtk-pulse.)  Maybe it is a problem in a common
library?

Mark




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



Bug#607035: weirder...

2010-12-17 Thread Mark Hedges

If I restrict about:blank, then go to news.google.com, the
'fast flip' section gets blocked by NoScript.  When I click
on it, NoScript alerts "Temporarily allow about:blank
(, text/html)" with cancel/OK.

I think this means publishers have found a way to bypass
noscript, since if everyone does it, enabling about:blank
anywhere will enable all of them.

Mark



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



Bug#607035: weird...

2010-12-15 Thread Mark Hedges

Weird, now about:blank still appears in the NoScript menu
when I'm logged onto Facebook, but the FB system ajax
buttons work even if I do not enable about:blank.

Mark




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



Bug#607035: xul-ext-noscript: facebook buttons borken unless about:blank script enabled

2010-12-13 Thread Mark Hedges
Package: xul-ext-noscript
Version: 1.9.9.69-1
Severity: normal


I was trying to figure out why Facebook stopped working a couple
days ago.  All the ajax component buttons were broken-- sending
the message, posting a status, deleting a status-- and also little
things like auto-expansion of text area boxes.  But everything
worked fine in epiphany-browser.

I also noticed that about:blank was suddenly appearing on the list 
of script domains.  When I allowed about:blank, all of a sudden all
the buttons work fine.

Huh?  Why would some script be coming up under the about:blank
domain?  Is this a new hack that allows a site to slip javascript
past the NoScript security under the about:blank domain, since it
would normally be allowed?

Is there a way to find out what pieces of javascript code are being
evaled under which domain?  That would be a really useful feature.
Is there some other plugin that will tell us that?

Mark

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

xul-ext-noscript depends on no packages.

Versions of packages xul-ext-noscript recommends:
ii  iceweasel 3.5.15-1   Web browser based on Firefox
ii  xulrunner-1.9.1   1.9.1.15-1 XUL + XPCOM application runner

xul-ext-noscript suggests no packages.

-- no debconf information



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



Bug#607034: iceweasel-dbg needs to depend on gdb

2010-12-13 Thread Mark Hedges
Package: iceweasel-dbg
Version: 3.5.15-1
Severity: normal


I installed iceweasel-dbg to test a problem.

hed...@maggie:~$ iceweasel -g
/usr/bin/iceweasel: line 122: gdb: command not found

Mark

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

Versions of packages iceweasel-dbg depends on:
ii  iceweasel 3.5.15-1   Web browser based on Firefox
ii  xulrunner-1.9.1-dbg   1.9.1.15-1 Debugging symbols for the Gecko en

iceweasel-dbg recommends no packages.

iceweasel-dbg suggests no packages.

-- no debconf information



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



Bug#587672: agreemsg 3.5.15

2010-12-13 Thread Mark Hedges

found 587672 3.5.15-1
thanks




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



Bug#489514: this seems fine now...

2010-12-13 Thread Mark Hedges

I use a proxy with 3.5.15 (Squeeze) and get a totally
informative message when the proxy is off-line.  Should this
be closed?

Mark



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



Bug#605329: login on console creates duplicate wtmp entry

2010-11-28 Thread Mark Hedges
Package: login
Version: 1:4.1.4.2+svn3283-2
Severity: normal


My apologies if this is not the right package for this bug.
Please help figure out if this belongs in util-linux (for getty)
or consolekit.

Logging in on the console produces a duplicate wtmp entry:

maggie:~# last | grep root | head -n2
root tty1  Sun Nov 28 14:23   still logged in   
root tty1  Sun Nov 28 14:23 - 14:23  (00:00)
maggie:~# ps axuw | grep tty1
root 30681  0.0  0.0   3032  1676 tty1 Ss   14:14   0:00 /bin/login --  
   
root 31297  0.0  0.1   5888  3072 tty1 S+   14:23   0:00 -bash
root 31317  0.0  0.0   3300   756 pts/5S+   14:23   0:00 grep tty1

This is not the case for logins via X in a gksu gnome-terminal
on pts/*.  Those seem to work fine.

Thanks.

Mark


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

Versions of packages login depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libpam-modules1.1.1-6.1  Pluggable Authentication Modules f
ii  libpam-runtime1.1.1-6.1  Runtime support for the PAM librar
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l

login recommends no packages.

login suggests no packages.

-- no debconf information



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



Bug#404844: erroneous / fixed?

2010-11-12 Thread Mark Hedges

This seems like a really old bug.  It doesn't happen for me
in Squeeze... I can select any .xpm or .ppm on the
filesystem for a custom launcher.

However, there is one weirdness about this bug report, that
the reporter says they are clicking "Browse...".  But that
button is for browsing for a specific command, not an icon.
Since graphics files are not executable, they would be
greyed out.  You have to click on the icon itself in
Launcher Properties to pick a new icon.

Mark




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



Bug#583774: fixed?

2010-11-12 Thread Mark Hedges

I haven't seen this problem after a couple latest revisions
of the intel driver.  Anyone else see the problem fixed?

Mark




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



Bug#601646: alpine: save back to inbox ought to bypass filters

2010-10-27 Thread Mark Hedges
Package: alpine
Version: 2.00+dfsg-6
Severity: normal


I filter spam with an alpine filter rule into another folder 
based on the spamassassin scores in the header.  Sometimes it 
gets false positives.  I'd like to be able to [S]ave the email
back into INBOX so I can remember to deal with it later.  Most 
e-mail clients can do this.  However, the filters are re-applied 
after saving, and the mail winds up back in the spam folder. 
It would be nice if it bypassed rule filters when saving 
messages manually to the INBOX.

Mark

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

Versions of packages alpine depends on:
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libgssapi-krb5-2   1.8.3+dfsg-2  MIT Kerberos runtime libraries - k
ii  libkrb5-3  1.8.3+dfsg-2  MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.23-6  OpenLDAP libraries
ii  libncurses55.7+20100313-4shared libraries for terminal hand
ii  libpam0g   1.1.1-6   Pluggable Authentication Modules l
ii  libssl0.9.80.9.8o-2  SSL shared libraries

alpine recommends no packages.

Versions of packages alpine suggests:
ii  aspell0.60.6-4   GNU Aspell spell-checker
ii  exim4 4.72-1 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.72-1 lightweight Exim MTA (v4) daemon

-- no debconf information



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



Bug#601602: worked around by moving to a regular setup, but userdir php still broken

2010-10-27 Thread Mark Hedges

I worked around the problem by dumping the database,
mass-editing the url, reloading the database and putting the
symlink under the regular docroot, and using a RedirectMatch
to keep old offsite links and indexes working.  I had only
set it up in a userdir because I had tried putting a Ruby
blog there before for reduced permissions, then later
realized that didn't matter for PHP.

So, I don't have any immediate problem anymore, but FYI
userdir php seems to be broken.

Mark



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



Bug#601602: libapache2-mod-php5: php in userdir broken (even with conf comment) - wordpress broken

2010-10-27 Thread Mark Hedges
Package: libapache2-mod-php5
Version: 5.3.2-2
Severity: normal


I just upgraded my server from Lenny to Squeeze.  I had been using
wordpress from Squeeze before with everything else from Lenny, and
that was working in a userdir.  Now wordpress does not work in the
userdir, but it still works fine in a normal site.

I followed the instructions in mods-available/php5.conf to comment
out the lines that turn it off in userdir directories, but no luck.

Below are the working and the non-working config.  (They both use 
symlinks to link the directory 'blog' to /usr/share/wordpress.)

I also tried adding 'AddType application/x-httpd-php .php .phtml .php3'
but that didn't help.

In the userdir, it downloads the text of /usr/share/wordpress/index.php.

WORKING:

 
 # ...

Options FollowSymLinks Indexes MultiViews Includes IncludesNOEXEC
AllowOverride Limit Options FileInfo
DirectoryIndex index.html index.php
Order allow,deny
allow from all

# rewrite wp-uploads to a directory in homedir
RewriteEngine On
RewriteRule ^(.*?)blog/wp-uploads/(.*)$ 
/var/www/domainsite/wp-uploads/$2 [PT]

RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]

 # ... works fine in a regular virtualhost
 

NOT WORKING:


UserDir public_html
UserDir disabled root
UserDir disabled
UserDir enabled thisuser



#

ServerAdmin m...@mydomain.com
ServerName userdir_domain.com
ServerAlias www.userdir_domain.com

DocumentRoot /var/www/userdir_domain

Options FollowSymLinks
AllowOverride None


Options Indexes MultiViews Includes IncludesNOEXEC
AllowOverride None
Order allow,deny
allow from all


ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/userdir_domain/

AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all


ErrorLog /var/log/apache2/error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog /var/log/apache2/access.log combined
ServerSignature On

Alias /yui/ "/usr/share/yui/html/"

Options None
AllowOverride None


Alias /doc/ "/usr/share/doc/"

Options Indexes MultiViews FollowSymLinks
AllowOverride None
  # Order deny,allow
  # Deny from all
  # Allow from 127.0.0.0/255.0.0.0 ::1/128


  # 
  # SetHandler cgi-script
  # 

 
  # AllowOverride FileInfo AuthConfig Limit Indexes
  # Options Indexes +ExecCGI MultiViews Includes SymLinksIfOwnerMatch
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec 
FollowSymLinks +Includes

# these were the only options/overrides before and they worked fine:
#Options FollowSymLinks
#AllowOverride Limit Options FileInfo

DirectoryIndex index.php index.html
Order allow,deny
Allow from all

# rewrite wp-uploads to a directory in homedir
RewriteEngine On
RewriteRule ^(.*?)blog/wp-uploads/(.*)$ /~thisuser/wp-uploads/$2 [PT]

RewriteBase /~thisuser/blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~thisuser/blog/index.php [L,PT]






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

Kernel: Linux 2.6.32.16-linode28 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-mod-php5 depends on:
ii  apache2-mpm-prefork2.2.16-3  Apache HTTP Server - traditional n
ii  apache2.2-common   2.2.16-3  Apache HTTP Server common files
ii  libbz2-1.0 1.0.5-6   high-quality block-sorting file co
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libcomerr2 1.41.12-2 common error description library
ii  libdb4.8   4.8.30-2  Berkeley v4.8 Database Libraries [
ii  libgssapi-krb5-2   1.8.3+dfsg-2  MIT Kerberos runtime libraries - k
ii  libk5crypto3   1.8.3+dfsg-2  MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.8.3+dfsg-2  MIT Kerberos runtime libraries
ii  libmagic1  5.04-5File type determination library us
ii  libonig2   5.9.1-1   Oniguruma regular expressions libr
ii  libpcre3   8.02-1.1  Perl 5 Compatible Regular Expressi
ii  libqdbm14  1.8.77-3.1QDBM Database Libraries [runtime]
ii  libssl0.9.80.9.8o-2  SSL shared libraries
ii  libxml22.7.7.dfsg-4 

Bug#588015: works now!

2010-10-13 Thread Mark Hedges

Looks like this was implemented, either here or upstream.
Somebody rocks!  Thank you.   --mark--



Oct 13 14:13:47 maggie kernel: [462197.148052] usb 1-3: new high speed USB 
device using ehci_hcd and address 8
Oct 13 14:13:47 maggie kernel: [462197.281070] usb 1-3: New USB device found, 
idVendor=03f0, idProduct=8011
Oct 13 14:13:47 maggie kernel: [462197.281078] usb 1-3: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Oct 13 14:13:47 maggie kernel: [462197.281085] usb 1-3: Product: Deskjet D2600 
series
Oct 13 14:13:47 maggie kernel: [462197.281090] usb 1-3: Manufacturer: HP
Oct 13 14:13:47 maggie kernel: [462197.281096] usb 1-3: SerialNumber: 
TH964241X505C9
Oct 13 14:13:47 maggie kernel: [462197.281286] usb 1-3: configuration #1 chosen 
from 1 choice
Oct 13 14:13:47 maggie kernel: [462197.282050] usblp0: USB Bidirectional 
printer dev 8 if 0 alt 0 proto 2 vid 0x03F0 pid 0x8011
Oct 13 14:13:47 maggie udev-configure-printer: add 
/devices/pci:00/:00:1a.7/usb1/1-3/1-3:1.0
Oct 13 14:13:47 maggie udev-configure-printer: parent devpath is 
/devices/pci:00/:00:1a.7/usb1/1-3
Oct 13 14:13:47 maggie udev-configure-printer: Device vendor/product is 
03F0:8011
Oct 13 14:13:48 maggie udev-configure-printer: add 
/devices/pci:00/:00:1a.7/usb1/1-3/1-3:1.0/usb/lp0
Oct 13 14:13:48 maggie udev-configure-printer: failed to claim interface
Oct 13 14:13:48 maggie udev-configure-printer: invalid or missing IEEE 1284 
Device ID
Oct 13 14:13:48 maggie udev-configure-printer: parent devpath is 
/devices/pci:00/:00:1a.7/usb1/1-3
Oct 13 14:13:48 maggie udev-configure-printer: MFG:HP MDL:Deskjet D2600 series 
SERN:TH964241X505C9 serial:TH964241X505C9
Oct 13 14:13:49 maggie kernel: [462199.234370] usb 1-3: usbfs: interface 0 
claimed by usblp while 'usb' sets config #1
Oct 13 14:14:04 maggie udev-configure-printer: SERN fields match
Oct 13 14:14:04 maggie udev-configure-printer: URI match: 
usb://HP/Deskjet%20D2600%20series?serial=TH964241X505C9
Oct 13 14:14:04 maggie udev-configure-printer: SERN fields match
Oct 13 14:14:04 maggie udev-configure-printer: URI match: 
hp:/usb/Deskjet_D2600_series?serial=TH964241X505C9
Oct 13 14:14:04 maggie udev-configure-printer: Queue 
ipp://localhost:631/printers/Deskjet_D2600_series has matching device URI
Oct 13 14:14:04 maggie udev-configure-printer: Re-enabled printer 
ipp://localhost:631/printers/Deskjet_D2600_series
Oct 13 14:14:08 maggie kernel: [462218.593485] usblp0: removed






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



Bug#600021: linux-source-2.6.32: increase timeout for AP probe on iwl3945?

2010-10-12 Thread Mark Hedges
Package: linux-source-2.6.32
Version: 2.6.32-23
Severity: normal


Oct 12 14:08:36 maggie kernel: [435532.500060] No probe response from AP 
00:0f:66:0b:45:5a after 500ms, disconnecting.
Oct 12 14:08:36 maggie wpa_supplicant[1506]: CTRL-EVENT-DISCONNECTED - 
Disconnect event - remove keys
Oct 12 14:08:36 maggie NetworkManager[1480]:  (wlan0): supplicant 
connection state:  completed -> disconnected
Oct 12 14:08:36 maggie NetworkManager[1480]:  (wlan0): supplicant 
connection state:  disconnected -> scanning

This happens from time to time and is a little annoying.  When it happens,
I'm able to reconnect.  Other people in the cafe don't seem to have any
service interruption.  Is there a way this probe timeout could be increased
to accommodate a buggy AP?

Mark

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

Versions of packages linux-source-2.6.32 depends on:
ii  binutils  2.20.1-15  The GNU assembler, linker and bina
ii  bzip2 1.0.5-6high-quality block-sorting file co

Versions of packages linux-source-2.6.32 recommends:
ii  gcc   4:4.4.4-2  The GNU C compiler
ii  libc6-dev [libc-dev]  2.11.2-6   Embedded GNU C Library: Developmen
ii  make  3.81-8 An utility for Directing compilati

Versions of packages linux-source-2.6.32 suggests:
ii  kernel-package12.036 A utility for building Linux kerne
ii  libncurses5-dev [ncurses- 5.7+20100313-4 developer's libraries and docs for
pn  libqt3-mt-dev  (no description available)

-- no debconf information



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



Bug#599566: gcolor2: capture color no longer switches to eyedropper; mouse coordinates offset

2010-10-08 Thread Mark Hedges
Package: gcolor2
Version: 0.4-2
Severity: normal


When I click the eyedropper button, the mouse cursor does 
not change to the eyedropper, but the pointer jumps up and 
right.  The visible point of the mouse pointer is no longer 
on the effective point, so it's very hard to tell where I'm
clicking to capture a color.  Once I click to capture a 
color, the pointer jumps back to its original positions and
works normally again.

Mark

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

Versions of packages gcolor2 depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxcursor1 1:1.1.10-2   X cursor management library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxi6  2:1.3-4  X11 Input extension library
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxrandr2  2:1.3.0-3X11 RandR extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

gcolor2 recommends no packages.

gcolor2 suggests no packages.

-- no debconf information



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



Bug#598555: exim4: local_sender_blacklist no longer works

2010-10-05 Thread Mark Hedges

On Wed, 6 Oct 2010, Marc Haber wrote:

> On Tue, Oct 05, 2010 at 04:14:48PM -0700, Mark Hedges wrote:
> > I'm sorry, I don't understand.  What is the error?  Why did
> > this stop working?  What am I supposed to do to fix it?
>
> Your debugging technique is flawed. You're stopping debugging before
> the rejection takes place. Due to other broken systems on the
> Internet, exim rarely rejects a message at MAIL stage, but only on the
> RCPT stage. Continue "sending" the test message up to the RCPT stage
> and send debugging output.

Bizarre.  It is totally fine now.  The address that I had
blocked, which seemed to still be coming through, is now
rejected when I use `exim -d -bh ...` to test.  Sending mail
from the address on the remote server also fails.

I guess I missed something, or, the evil gnomes.

Sorry to bother you.

Mark



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



Bug#598555: exim4: local_sender_blacklist no longer works

2010-10-05 Thread Mark Hedges


On Tue, 5 Oct 2010, Marc Haber wrote:

> On Mon, Oct 04, 2010 at 03:30:08PM -0700, Mark Hedges wrote:
> > No.  I don't allow relaying for any server.  Just to make
> > sure, I cleared all the /etc/exim4/*_whitelist files.  I
> > have no relay_domains file.  (Is that somewhere else?)  The
> > local_sender_blacklist file has just this one off-site
> > address, but it still says Ok to the MAIL FROM: when
> > telnetting into 25 from the remote server.
>
> That's the error. The blacklisting happens at RCPT stage.
>
> > MAIL FROM: hed...@the_domain_in_local_sender_blacklist.net
> > SMTP<< MAIL FROM: hed...@the_domain_in_local_sender_blacklist.net
> > using ACL "acl_check_mail"
> > processing "accept"
> > accept: condition test succeeded
> > SMTP>> 250 OK
> > 250 OK
> > QUIT
> > SMTP<< QUIT
>
> please continue from here.
>
> > What happened?  Did I delete a file or something?  This used to work.
>
> Rejection has always been at rcpt stage.

I'm sorry, I don't understand.  What is the error?  Why did
this stop working?  What am I supposed to do to fix it?

Thanks,

Mark



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



Bug#598555: exim4: local_sender_blacklist no longer works

2010-10-04 Thread Mark Hedges

Thank you so much for your help.  I hope this wasn't just my mistake
deleting something obvious.  But I don't think I did, which makes me
wonder if some upgrade accidentally un-did something.

On Mon, 4 Oct 2010, Marc Haber wrote:

> On Sun, Oct 03, 2010 at 04:14:16PM -0700, Mark Hedges wrote:
> > Then I logged onto that other server (a CentOS server on
> > another network) and tried to send mail to the address on my
> > Lenny server with the problem.  It went through and was not
> > blocked.
>
> Is that other server allowed to relay through your exim?

No.  I don't allow relaying for any server.  Just to make
sure, I cleared all the /etc/exim4/*_whitelist files.  I
have no relay_domains file.  (Is that somewhere else?)  The
local_sender_blacklist file has just this one off-site
address, but it still says Ok to the MAIL FROM: when
telnetting into 25 from the remote server.

> > I also tried telnetting to the debian server port 25
> > from the CentOS server and typing MAIL FROM, but it
> > replied OK for the address that I had put in
> > local_sender_blacklist.
>
> Try the same with exim -d -bh
>  box and see whether the (copious) debugging output is of any help.
>

I assume you meant `exim -d -bh 1.2.3.4` and not `exim -d -bh <1.2.3.4"`.
No luck.  I've attached an archive of my (sanitized) config files.


@li16-163:/etc/exim4$ sudo exim -d -bh <1.2.3.4
-bash: 1.2.3.4: No such file or directory
hed...@li16-163:/etc/exim4$ sudo exim -d -bh 1.2.3.4
Exim version 4.69 uid=0 gid=0 pid=19095 D=fbb95cfd
Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS 
move_frozen_messages Content_Scanning Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
changed uid/gid: forcing real = effective
  uid=0 gid=0 pid=19095
  auxiliary group list: 
seeking password data for user "uucp": cache not available
getpwnam() succeeded uid=10 gid=10
configuration file is /var/lib/exim4/config.autogenerated
log selectors = 0ffc 00612001
trusted user
admin user
changed uid/gid: privilege not needed
  uid=102 gid=104 pid=19095
  auxiliary group list: 104
seeking password data for user "mail": cache not available
getpwnam() succeeded uid=8 gid=8
user name "root" extracted from gecos field "root"
originator: uid=0 gid=0 login=root name=root
sender address = r...@scriptdolphin.com
sender_fullhost = [1.2.3.4]
sender_rcvhost = [1.2.3.4]

 SMTP testing session as if from host 1.2.3.4
 but without any ident (RFC 1413) callback.
 This is not for real!

host in hosts_connection_nolog? no (option unset)
LOG: smtp_connection MAIN
  SMTP connection from [1.2.3.4]
host in host_lookup? yes (matched "*")
looking up host name for 1.2.3.4
DNS lookup of 29.82.151.207.in-addr.arpa (PTR) succeeded
IP address lookup yielded centosserver.mywork.net
gethostbyname2(af=inet6) returned 4 (NO_DATA)
gethostbyname2 looked up these IP addresses:
  name=centosserver.mywork.net address=1.2.3.4
checking addresses for centosserver.mywork.net
  1.2.3.4 OK
sender_fullhost = centosserver.mywork.net [1.2.3.4]
sender_rcvhost = centosserver.mywork.net ([1.2.3.4])
set_process_info: 19095 handling incoming connection from 
centosserver.mywork.net [1.2.3.4]
host in host_reject_connection? no (option unset)
host in sender_unqualified_hosts? no (option unset)
host in recipient_unqualified_hosts? no (option unset)
host in helo_verify_hosts? no (option unset)
host in helo_try_verify_hosts? no (option unset)
host in helo_accept_junk_hosts? no (option unset)
SMTP>> 220 li16-163.members.linode.com ESMTP Exim 4.69 Mon, 04 Oct 2010 
15:14:05 -0700
220 li16-163.members.linode.com ESMTP Exim 4.69 Mon, 04 Oct 2010 15:14:05 -0700
smtp_setup_msg entered
EHLO centosserver.mywork.net
SMTP<< EHLO centosserver.mywork.net
sender_fullhost = centosserver.mywork.net [1.2.3.4]
sender_rcvhost = centosserver.mywork.net ([1.2.3.4])
set_process_info: 19095 handling incoming connection from 
centosserver.mywork.net [1.2.3.4]
host in pipelining_advertise_hosts? yes (matched "*")
host in auth_advertise_hosts? yes (matched "*")
host in tls_advertise_hosts? yes (matched "*")
250-li16-163.members.linode.com Hello centosserver.mywork.net [1.2.3.4]
250-SIZE 52428800
250-PIPELINING
250-STARTTLS
250 HELP
SMTP>> 250-li16-163.members.linode.com Hello centosserver.mywork.net [1.2.3.4]
250-SIZE 52428800
250-PIPELINING
250-STARTTLS
250 HELP
MAIL FROM: hed...@the_domain_in_local_sender_blacklist.net
SMTP&

Bug#598555: exim4: local_sender_blacklist no longer works

2010-10-03 Thread Mark Hedges



On Sun, 3 Oct 2010, Andreas Metzler wrote:
>
> > How exactly did you test this?
>
> That was a little bit short. To be less cryptic I suspect you
> tested from localhost.

I already stated in the original bug how I tested this.

I entered a single address of an account on another server.
By this, I mean that the address was an account on another
server, not localhost.

Then I restarted exim.

I did not explicitly detail the following step, so I'm sorry
that I assumed it was implied.

Then I logged onto that other server (a CentOS server on
another network) and tried to send mail to the address on my
Lenny server with the problem.  It went through and was not
blocked.

I also tried telnetting to the debian server port 25 from
the CentOS server and typing MAIL FROM, but it replied OK
for the address that I had put in local_sender_blacklist.

This used to work.  I did mix a little Squeeze in to get
Wordpress.  Did that screw it up?

Mark



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



Bug#598555: exim4: local_sender_blacklist no longer works

2010-09-29 Thread Mark Hedges
Package: exim4
Version: 4.69-9
Severity: normal


It seems like local_sender_blacklist has stopped working.
For testing, I typed one address into /etc/exim4/local_sender_blacklist
for an account on another server, and restarted exim4.  It does
not block the mail.  I have nothing in the exceptions or
whitelist files.

Mark

-- Package-specific info:
Exim version 4.69 #1 built 30-Sep-2008 18:26:44
Copyright (c) University of Cambridge 2006
Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS 
move_frozen_messages Content_Scanning Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to replace
# the DEBCONFsomethingDEBCONF strings in the configuration template files.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

dc_eximconfig_configtype='internet'
dc_other_hostnames='uschristiandemocrats.org;scriptdolphin.com;scriptdolphin.org;formdata.biz;maggie.scriptdolphin.com;maggie.scriptdolphin.org;casanon.org'
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname=''
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
mailname:scriptdolphin.com

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.12-linode25 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  exim4-base4.69-9 support files for all Exim MTA (v4
ii  exim4-daemon-heavy4.69-9 Exim MTA (v4) daemon with extended

exim4 recommends no packages.

exim4 suggests no packages.

-- debconf information:
* exim4/drec:



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



Bug#583774: yup, still whonky

2010-09-26 Thread Mark Hedges

Still having this problem usually after booting in the
latest 2.6.32-5-686 in squeeze with
xorg-xserver-video-intel=2:2.9.1-4.  metacity compositing
still off.  Anything else I can try?

Since the solution is `killall -HUP gnome-panel`, and we
know that the panels are loading, but that they are
positioning themselves outside of the visible screen area,
maybe a workaround can check to see where they are after
starting, and then run the hup sequence internally if they
are not in the right place?

Mark




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



Bug#597803: (fwd) DUH - Re: Bug#595801: same thing in upgraded vm

2010-09-23 Thread Mark Hedges

On Thu, 23 Sep 2010, Peter Palfrader wrote:

> Package: apt
> Version: 0.8.0
> # the version is just a guess

Yes, that's the version.  Thanks, this feature would be
helpful.  --mark--



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



Bug#595801: same thing in upgraded vm

2010-09-22 Thread Mark Hedges

On Wed, 22 Sep 2010, Peter Palfrader wrote:

> On Wed, 22 Sep 2010, Yaroslav Halchenko wrote:
>
> > just my .1 cents which might be misleading
> > > > I'm getting this same error in an VM that I just upgraded
> > > > from stable (Lenny) to testing (Squeeze).  It won't go away.
> > > Of course not.  But this is not a bug in snapshot.
> > > It's, if anything, a missing feature in apt.
> > or
> > http://en.wikipedia.org/wiki/Proxy_server#Intercepting_proxy_server
> >
> > which could be overcome with
> > -o Acquire::http::No-Cache=True

hed...@vm6:~$ sudo apt-get -o Acquire::http::No-Cache=True update
Get:1 http://ftp.us.debian.org testing Release.gpg [835B]
Get:2 http://security.debian.org testing/updates Release.gpg [835B]
Ign http://security.debian.org/ testing/updates/main Translation-en
Ign http://security.debian.org/ testing/updates/main Translation-en_US
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en_US
Hit http://security.debian.org testing/updates Release
E: Release file expired, ignoring 
http://security.debian.org/dists/testing/updates/Release (invalid since 20d 12h 
54min 0s)
hed...@vm6:~$ sudo aptitude -o Acquire::http::No-Cache=True update
Get:1 http://ftp.us.debian.org testing Release.gpg [835B]
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en_US
Get:2 http://security.debian.org testing/updates Release.gpg [835B]
Ign http://security.debian.org/ testing/updates/main Translation-en
Get:3 http://ftp.us.debian.org testing Release [89.9kB]
Ign http://security.debian.org/ testing/updates/main Translation-en_US
Hit http://security.debian.org testing/updates Release
E: Release file expired, ignoring 
http://security.debian.org/dists/testing/updates/Release (invalid since 20d 12h 
54min 13s)

> Wait.  You aren't even using snapshot URLs.  What are you doing in this
> bug report? :)

Sorry.  This was the only place I found this error anywhere.
What package should I file it against?  apt?

> What you have does indeed look like a broken proxy.  It
> has nothing to do with the original issue reported here
> tho.

Nope, the network does not use a proxy, and it uses a simple
outbound route.

Are you sure your bug is really in snapshot, that there
isn't something else going on here?

Mark



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



Bug#595801: same thing in upgraded vm

2010-09-22 Thread Mark Hedges

I'm getting this same error in an VM that I just upgraded
from stable (Lenny) to testing (Squeeze).  It won't go away.

Is there some file I can remove to clear this condition?  I
tried removing /var/cache/apt   --mark--

hed...@vm6:~$ sudo apt-get update
Get:1 http://ftp.us.debian.org testing Release.gpg [835B]
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en
Get:2 http://security.debian.org testing/updates Release.gpg [835B]
Ign http://security.debian.org/ testing/updates/main Translation-en
Ign http://security.debian.org/ testing/updates/main Translation-en_US
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en_US
Get:3 http://ftp.us.debian.org testing Release [89.9kB]
Hit http://security.debian.org testing/updates Release
E: Release file expired, ignoring 
http://security.debian.org/dists/testing/updates/Release (invalid since 20d 5h 
11min 8s)
hed...@vm6:~$ sudo aptitude -o 'Acquire::Check-Valid-Until=false' update
Get:1 http://ftp.us.debian.org testing Release.gpg [835B]
Get:2 http://security.debian.org testing/updates Release.gpg [835B]
Ign http://security.debian.org/ testing/updates/main Translation-en
Ign http://security.debian.org/ testing/updates/main Translation-en_US
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en_US
Hit http://security.debian.org testing/updates Release
Get:3 http://ftp.us.debian.org testing Release [89.9kB]
Ign http://security.debian.org testing/updates/main i386 Packages
Get:4 http://security.debian.org testing/updates/main i386 Packages [52.9kB]
Ign http://ftp.us.debian.org testing/main i386 Packages
Get:5 http://ftp.us.debian.org testing/main i386 Packages [8,752kB]
Fetched 8,892kB in 50s (177kB/s)

Current status: 28070 new [+28070].
hed...@vm6:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
hed...@vm6:~$ sudo apt-get update
Hit http://ftp.us.debian.org testing Release.gpg
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en_US
Hit http://security.debian.org testing/updates Release.gpg
Ign http://security.debian.org/ testing/updates/main Translation-en
Ign http://security.debian.org/ testing/updates/main Translation-en_US
Hit http://ftp.us.debian.org testing Release
Hit http://security.debian.org testing/updates Release
E: Release file expired, ignoring 
http://ftp.us.debian.org/debian/dists/testing/Release (invalid since 21d 5h 
9min 14s)





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



Bug#518227: gentoo fixed in 3.9.12-r1, regressed in Debian 3.10.6-1?

2010-09-16 Thread Mark Hedges

Yeah, I tried deleting the printer and restarting cups, but
it's still broken.

Mark



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



Bug#518227: gentoo fixed in 3.9.12-r1, regressed in Debian 3.10.6-1?

2010-09-16 Thread Mark Hedges

It regressed in the current Debian hplip 3.10.6-1 ?  Argh.
--mark--




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



Bug#518227: Info received (upstream bug merged, no current assignee)

2010-09-16 Thread Mark Hedges

http://bugs.gentoo.org/show_bug.cgi?id=288751

Looks like this is fixed with hplip 3.9.12-r1

The version of ghostscript mentioned in that report is
already in testing.

Mark



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



Bug#518227: upstream bug merged, no current assignee

2010-09-16 Thread Mark Hedges

forwarded 518227 https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/405116
thankyou

The upstream bug at https://bugs.launchpad.net/debian/+source/hplip/+bug/334900
is marked as a duplicate of upstream 405116.  Also, the assignee of upstream
334900 is no longer working on the project.  Via facebook, he says:

> Aaron AlbrightSeptember 16 at 9:39am   Report
> Hey Mark!
>
> I am no longer on the HPLIP team, sadly. HP moved the project to another team 
> overseas.
>
> The best place to get help is from:
>
> https://answers.launchpad.net/hplip
>
> They should be able to follow up with you on the issue. Sorry about that!
>
> Aaron

Does that mean no bugs are going to get fixed?  Hrmm.

Mark



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



Bug#443474: implemented in debian - upstream too?

2010-08-26 Thread Mark Hedges

Some wonderful person snuck this feature in even though the
upstream bug was closed WONTFIX.

Was the 'new game' button on the 'no moves left' dialog
implemented upstream, or was that a Debian patch?

Mark



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



  1   2   3   >