Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-16 Thread andrew bezella
On Sat, 2023-12-16 at 08:32 +0100, Jörg Frings-Fürst wrote:
> Hi Andrew,
> 
> Am Samstag, dem 16.12.2023 um 08:12 +0100 schrieb Jörg Frings-Fürst:
> > Hello Andrew,
> > 
> > 
> > the ipmitool code in this area has not changed for years. If I
> > remember
> > correctly, there was a change in the shell where a parameter was
> > activated by
> > default.
> > 
> > 
> > Can you escape the outer "? Like this
> > 
> > ipmitool sel time set \"$(date "+%m/%d/%Y %T")\"
> 
> the % must be escaped to 
> 
> ipmitool sel time set \"$(date "+\%m/\%d/\%Y \%T")\"

hello -

this still fails:
# ipmitool sel time set \"$(date "+\%m/\%d/\%Y \%T")\"
Specified time could not be parsed

i don't think that shell escapes are the issue.  the same command on
the same system will succeed or fail depending on the installed version
of the ipmitool package.  here is a transcript of a test without the
added complexity of the `date` call.  it still shows the version-
specific behavior:
# ipmitool -V
ipmitool version 1.8.18
# ipmitool sel time set "12/14/2023 11:40:47" 
12/14/2023 11:40:47
# apt -y install ipmitool=1.8.19-4
[...]
# ipmitool -V
ipmitool version 1.8.19
# ipmitool sel time set "12/14/2023 11:40:47"
IANA PEN registry open failed: No such file or directory
Specified time could not be parsed
# dpkg -i /tmp/ipmitool_1.8.18-10.1_amd64.deb
[...]
# ipmitool -V 
ipmitool version 1.8.18
# ipmitool sel time set "12/14/2023 11:40:47" 
12/14/2023 11:40:47


as far as i can tell 1.8.18 works as expected and 1.8.19 does not.  for
what it's worth the "IANA PEN registry" message does not appear when
testing with 1.8.19-6 but the "Specified time could not be parsed"
error remains.

i also tried escaping quotes without effect:
# ipmitool sel time set \"12/14/2023 11:40:47\"
# ipmitool sel time set \""12/14/2023 11:40:47\""

thank you.

andy

-- 
andrew bezella 
internet archive



Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-15 Thread andrew bezella
On Fri, 2023-12-15 at 16:10 +0100, Jörg Frings-Fürst wrote:

[...]

thank you for the quick reply!

> Please can you test with
> 
> ipmitool sel time set now

this reports success (and i changed our crontab over to it yesterday):
# ipmitool sel time set now
12/15/2023 04:20:53 PM UTC

> and with
> 
> ipmitool sel clear && ipmitool sel time set "$(date "+%m/%d/%Y %T")"

this fails (tried repeatedly just in case it actually needed "a few
seconds"):
# ipmitool sel clear && ipmitool sel time set "$(date "+%m/%d/%Y %T")"

Clearing SEL.  Please allow a few seconds to erase.
Specified time could not be parsed

i also tested on an older system where i upgraded only the ipmitool
package with the same results.


one slight correction to my original bug report: i first noticed the
issue w/1.8.19-4 (i had reported "1.8.19-6")

hope that helps.  thanks again.  

andy

-- 
andrew bezella 
internet archive



Bug#1058711: ipmitool: sel time set fails: "Specified time could not be parsed"

2023-12-14 Thread andrew bezella
Package: ipmitool
Version: 1.8.19-6
Severity: normal

Dear Maintainer,

after upgrading a system from bullseye to bookworm i found that the
ipmitool command we had been using to set the bmc time was failing.

the crontab entry was:
ipmitool sel time set "$(date "+%m/%d/%Y %T")"

this worked up to ipmitool 1.8.18-10.1 and started failing with
1.8.19-6.  i confirmed the usage and the problem via:
# ipmitool sel time set
usage: sel time set "mm/dd/ hh:mm:ss"
# ipmitool sel time set "12/14/2023 11:40:47"
Specified time could not be parsed

investigation showed that a cleaner solution in our case is:
# ipmitool sel time set now

but the inability to set an arbitrary time looks like a bug.

thanks in advance.

andy


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

Kernel: Linux 6.1.0-13-amd64 (SMP w/64 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
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)

Versions of packages ipmitool depends on:
ii  init-system-helpers  1.65.2
ii  libc62.36-9+deb12u3
ii  libfreeipmi171.6.10-1+b1
ii  libreadline8 8.2-1.3
ii  libssl3  3.0.11-1~deb12u2

Versions of packages ipmitool recommends:
pn  openipmi  

ipmitool suggests no packages.

-- no debconf information



Bug#1055616: ansible-core: ansible.builtin.setup does not include facts from facter.

2023-11-10 Thread andrew bezella
On Fri, 2023-11-10 at 12:39 +0100, Lee Garrett wrote:
> Hi Andrew,

hello -

> On 08.11.23 22:40, andrew bezella wrote:
> 
> > [...]
> > i was eventually able to build an updated version of bookworm's
> > ansible-core .deb including commit id 4b0d014.  this task was made
> > more difficult by the current FTBFS status of ansible-core but the
> > patch allowed ansible.builtin.setup to include facts from facter:
> 
> Can you elaborate please? AFAICS ansible-core builds fine in stable
> and sid.

it wouldn't build in pbuilder and it shows up on the "Packages in
bookworm/amd64 which failed to build from source" page[1].  but from
the changelog it looks like you found and fixed the locale issue that i
was running up against:
   ERROR: Ansible requires the locale encoding to be UTF-8; Detected None.

i spent a bunch of time fiddling w/pbuilder to find the "right" answer
but eventually just brute-forced it[2].  your solution is much better!

thank you for the prompt turnaround.  i would suggest/ask that the
facter fix be included in bookworm, too; the lack of expected facts can
have unexpected and significant impact on a playbook's run.

thanks again!

andy

1. https://tests.reproducible-builds.org/debian/bookworm/amd64/index_FTBFS.html
2. https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/1947424/comments/10

-- 
andrew bezella 
internet archive



Bug#1055616: ansible-core: ansible.builtin.setup does not include facts from facter.

2023-11-08 Thread andrew bezella
Package: ansible-core
Version: 2.14.3-1
Severity: normal

Dear Maintainer,

i installed ansible-core and facter 4.3.0-2 in bookworm.  when testing
i found that the facts from facter were not being included by the
setup module:

% ansible -b localhost -m ansible.builtin.setup -a 'filter=facter_*'
[WARNING]: No inventory was parsed, only implicit localhost is available
localhost | SUCCESS => {
"ansible_facts": {},
"changed": false
}

this issue has appeared upstream and was resolved by:
setup module, retry facter to handle --puppet errors by bcoca · Pull Request 
#80645 · ansible/ansible · GitHub
https://github.com/ansible/ansible/pull/80645

i was eventually able to build an updated version of bookworm's
ansible-core .deb including commit id 4b0d014.  this task was made
more difficult by the current FTBFS status of ansible-core but the
patch allowed ansible.builtin.setup to include facts from facter:

% ansible -b localhost -m ansible.builtin.setup -a 'filter=facter_*'
[WARNING]: No inventory was parsed, only implicit localhost is available
localhost | SUCCESS => {
"ansible_facts": {
"facter_disks": {
"sda": {
[...]
"facter_timezone": "UTC",
"facter_virtual": "physical"
},
"changed": false
}

thanks in advance for addressing this.

andy


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

Kernel: Linux 6.1.0-13-amd64 (SMP w/64 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
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)

Versions of packages ansible-core depends on:
ii  openssh-client1:9.2p1-2+deb12u1
ii  python3   3.11.2-1+b1
ii  python3-cryptography  38.0.4-3
ii  python3-distutils 3.11.2-3
ii  python3-dnspython 2.3.0-1
ii  python3-httplib2  0.20.4-3
ii  python3-jinja23.1.2-1
ii  python3-netaddr   0.8.0-2
ii  python3-packaging 23.0-1
ii  python3-paramiko  2.12.0-2
ii  python3-pycryptodome  3.11.0+dfsg1-4
ii  python3-resolvelib0.9.0-2
ii  python3-yaml  6.0-3+b2

Versions of packages ansible-core recommends:
ii  ansible  7.3.0+dfsg-1
pn  python3-argcomplete  
pn  python3-jmespath 
pn  python3-kerberos 
pn  python3-libcloud 
ii  python3-selinux  3.4-1+b6
pn  python3-winrm
pn  python3-xmltodict

Versions of packages ansible-core suggests:
pn  cowsay   
pn  sshpass  

-- no debconf information
>From 4b0d014d5840333457bd118c5fae5cf58325a877 Mon Sep 17 00:00:00 2001
From: Brian Coca 
Date: Mon, 8 May 2023 16:53:53 -0400
Subject: [PATCH] setup module, retry facter to handle --puppet errors (#80645)

* setup module, retry facter to handle --puppet errors

facter versions have changed how they deal with the --puppet flag
when puppet is not present, most versions will just ignore it and not error,
but initial versions of facter 4 changed the behaviour (later reverted).

fixes #80496
---
 changelogs/fragments/setup_facter_fix.yml |  2 ++
 .../module_utils/facts/other/facter.py| 23 +++
 2 files changed, 10 insertions(+), 15 deletions(-)
 create mode 100644 changelogs/fragments/setup_facter_fix.yml

diff --git a/changelogs/fragments/setup_facter_fix.yml 
b/changelogs/fragments/setup_facter_fix.yml
new file mode 100644
index 00..78a6b005a4abf2
--- /dev/null
+++ b/changelogs/fragments/setup_facter_fix.yml
@@ -0,0 +1,2 @@
+bugfixes:
+  - setup module (fact gathering) will now try to be smarter about different 
versions of facter emitting error when --puppet flag is used w/o puppet.
diff --git a/lib/ansible/module_utils/facts/other/facter.py 
b/lib/ansible/module_utils/facts/other/facter.py
index 3f83999d419d5c..063065251dd36e 100644
--- a/lib/ansible/module_utils/facts/other/facter.py
+++ b/lib/ansible/module_utils/facts/other/facter.py
@@ -1,17 +1,5 @@
-# This file is part of Ansible
-#
-# Ansible is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# Ansible is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Ansible.  If not, see .
+# Copyright (c) 2023 Ansible Project
+# GNU General Public License v3.0+ (see COPYING or 
https://www.gnu.org/licenses/gpl-3.0.txt)
 
 from __future__ import (absolute_import, division, print_function)
 

Bug#1034536: gnome-terminal: entire terminal window can go blank e.g., when accessing remote serial console over ipmi

2023-04-17 Thread andrew bezella
Package: gnome-terminal
Version: 3.46.8-1
Severity: normal

Dear Maintainer,

when using gnome-terminal i sometimes find that the entire window
(including the title bar and the tabs as well as all the text area)
has gone completely blank.  it is still responsive to key strokes.

this typically happens when i am using conserver to connect to a
host's serial console over ipmi while rebooting the remote host.
if my laptop's screen locks or if i switch to another workspace
and then return, often i find gnome-termninal in this completely
black state.  i used rxvt-unicode for many years in this workflow
without experiencing this issue.

i apologize for the vague nature of this bug report and hope i am
directing it at the proper component.

thanks in advance.

andy

-- System Information:
Debian Release: 12.0
  APT prefers testing-security
  APT policy: (990, 'testing-security'), (990, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages gnome-terminal depends on:
ii  dbus-user-session [default-dbus-session-bus]  1.14.6-1
ii  dbus-x11 [dbus-session-bus]   1.14.6-1
ii  dconf-gsettings-backend [gsettings-backend]   0.40.0-4
ii  gnome-terminal-data   3.46.8-1
ii  gsettings-desktop-schemas 43.0-1
ii  libatk1.0-0   2.46.0-5
ii  libc6 2.36-8
ii  libgcc-s1 12.2.0-14
ii  libglib2.0-0  2.74.6-1
ii  libgtk-3-03.24.37-2
ii  libpango-1.0-01.50.12+ds-1
ii  libstdc++612.2.0-14
ii  libuuid1  2.38.1-5+b1
ii  libvte-2.91-0 0.70.3-1
ii  libx11-6  2:1.8.4-2

Versions of packages gnome-terminal recommends:
ii  gvfs   1.50.3-1
ii  nautilus-extension-gnome-terminal  3.46.8-1
ii  yelp   42.2-1

gnome-terminal suggests no packages.

-- no debconf information



Bug#1034366: mutter: Alt+Tab broken for 'sloppy' focus mode on Wayland

2023-04-13 Thread andrew bezella
Source: mutter
Version: 43.3-5
Severity: normal

Dear Maintainer,

this issue was reported upstream and there are details in:
Alt+Tab broken for 'sloppy' focus mode on Wayland (#888)
https://gitlab.gnome.org/GNOME/mutter/-/issues/888

there is a fix that has been merged into GNOME 44:
Fix Sloppy/mouse focus mode on Wayland (!2828)
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2828

if it would be possible to cherry-pick this it would be appreciated.

thanks in advance.

andy

-- System Information:
Debian Release: 12.0
  APT prefers testing-security
  APT policy: (990, 'testing-security'), (990, 'testing')
Architecture: amd64 (x86_64)

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



Bug#1034365: evolution: search folder continues to show messages marked as deleted

2023-04-13 Thread andrew bezella
Package: evolution
Version: 3.46.4-1
Severity: normal

Dear Maintainer,

i have a search folder that aggegrates a number of imapx INBOXes into a
single location and have the accounts set to mark messages as deleted
(i.e., they do not "Use a real folder for Trash").  the "Show Deleted
Messages" option is not selected.

when i mark a message as deleted from the search folder, it is updated
in the list as a strike-through but is still shown in the list of
messages.  when i take an action such as opening another message in
the mail browser the list finally updates and the message disappears
from view.

given my settings, i would expect a deleted message to be immediately
removed from the list of messages in the search folder.  this worked
as expected at some point in the (now distant) past.  there is an
upstream bug that is perhaps related:
Search folder doesn't reflect correct state of local mail folder (#1740)
https://gitlab.gnome.org/GNOME/evolution/-/issues/1740

thanks in advance.

andy

-- System Information:
Debian Release: 12.0
  APT prefers testing-security
  APT policy: (990, 'testing-security'), (990, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages evolution depends on:
ii  dbus [default-dbus-system-bus]  1.14.6-1
ii  evolution-common3.46.4-1
ii  evolution-data-server   3.46.4-2
ii  libc6   2.36-8
ii  libcamel-1.2-64 3.46.4-2
ii  libecal-2.0-2   3.46.4-2
ii  libedataserver-1.2-27   3.46.4-2
ii  libevolution3.46.4-1
ii  libglib2.0-02.74.6-1
ii  libgtk-3-0  3.24.37-2
ii  libical33.0.16-1+b1
ii  libnotify4  0.8.1-1
ii  libwebkit2gtk-4.1-0 2.40.0-3
ii  libxml2 2.9.14+dfsg-1.1+b3
ii  psmisc  23.6-1

Versions of packages evolution recommends:
ii  evolution-plugin-bogofilter  3.46.4-1
ii  evolution-plugin-pstimport   3.46.4-1
ii  evolution-plugins3.46.4-1
ii  yelp 42.2-1

Versions of packages evolution suggests:
pn  evolution-ews   
pn  evolution-plugins-experimental  
ii  gnupg   2.2.40-1.1
ii  network-manager 1.42.4-1

-- no debconf information



Bug#1032403: calendar: Outdated entry "Mar 05 Mother-in-Law Day, USA"

2023-03-05 Thread andrew bezella
Package: calendar
Version: 12.1.8
Severity: minor

Dear Maintainer,

i noticed that `calendar` reports:
Mar 05  Mother-in-Law Day, USA

cf. `/usr/share/calendar/calendar.usholiday`.

it appears that while the first observance was celebrated on March 5,
1934[1] it is currently the fourth Sunday in October[2].

1. 
https://web.archive.org/web/20230306051540/https://nationaldaycalendar.com/national-mother-in-law-day-fourth-sunday-in-october/
2. https://www.google.com/search?q=Mother-in-Law+Day%2C+USA

thank you.

andy

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

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

Versions of packages calendar depends on:
ii  cpp  4:12.2.0-3
ii  libbsd0  0.11.7-2
ii  libc62.36-8

calendar recommends no packages.

calendar suggests no packages.

-- no debconf information



Bug#1027846: btrfsmaintenance: changing BTRFS_BALANCE_PERIOD, BTRFS_SCRUB_PERIOD etc. via systemd timer doesn't work

2023-01-03 Thread andrew bezella
Package: btrfsmaintenance
Version: 0.5-1
Severity: normal
Tags: patch upstream

Dear Maintainer,

when changing BTRFS_BALANCE_PERIOD, BTRFS_SCRUB_PERIOD etc. via systemd timer
the existing OnCalender entry needs to be emptied first as systemd timers are 
cumulative.

i had updated /etc/default/btrfsmaintenance to include:
BTRFS_SCRUB_PERIOD="quarterly"

and ran `sudo systemctl restart btrfsmaintenance-refresh.service` 
but noticed that this change was not reflected in the systemctl output:
NEXTLEFTLAST
PASSED UNITACTIVATES
Wed 2023-02-01 00:00:00 PST 4 weeks 0 days left Sun 2023-01-01 00:00:00 PST 2 
days ago btrfs-scrub.timer   btrfs-scrub.service

1 timers listed.
Pass --all to see loaded but inactive timers, too.

when i updated the generated 
/etc/systemd/system/btrfs-scrub.timer.d/schedule.conf
file to empty the existing OnCalendar value:
[Timer]
OnCalendar=
OnCalendar=quarterly

and reran `sudo systemctl restart btrfsmaintenance-refresh.service`
it was successfully updated:
NEXTLEFT  LAST
PASSED UNIT  ACTIVATES
Sat 2023-04-01 00:00:00 PDT 2 months 26 days left Sun 2023-01-01 00:00:00 PST 2 
days ago btrfs-scrub.timer btrfs-scrub.service

1 timers listed.
Pass --all to see loaded but inactive timers, too.

i have included a brief patch to address this.

thanks in advance.

andy

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

Kernel: Linux 5.10.0-20-amd64 (SMP w/6 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages btrfsmaintenance depends on:
ii  btrfs-progs  5.10.1-2
ii  cron 3.0pl1-137
ii  systemd  247.3-7+deb11u1

btrfsmaintenance recommends no packages.

btrfsmaintenance suggests no packages.

-- Configuration Files:
/etc/default/btrfsmaintenance changed:
BTRFS_LOG_OUTPUT="stdout"
BTRFS_DEFRAG_PATHS=""
BTRFS_DEFRAG_PERIOD="none"
BTRFS_DEFRAG_MIN_SIZE="+1M"
BTRFS_BALANCE_MOUNTPOINTS="auto"
BTRFS_BALANCE_PERIOD="monthly"
BTRFS_BALANCE_DUSAGE="5 10"
BTRFS_BALANCE_MUSAGE="5"
BTRFS_SCRUB_MOUNTPOINTS="auto"
BTRFS_SCRUB_PERIOD="quarterly"
BTRFS_SCRUB_PRIORITY="idle"
BTRFS_SCRUB_READ_ONLY="false"
BTRFS_TRIM_PERIOD="none"
BTRFS_TRIM_MOUNTPOINTS="/"
BTRFS_ALLOW_CONCURRENCY="false"


-- no debconf information
--- 
/var/tmp/user/1000/andrew@gondolin:_usr_share_btrfsmaintenance_btrfsmaintenance-refresh-cron.sh.2023-01-03T14:32:38-0800.3233449
2020-10-02 18:47:48.0 -0700
+++ /usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh
2023-01-03 14:32:49.533881598 -0800
@@ -74,6 +74,7 @@
mkdir -p /etc/systemd/system/"$SERVICE".timer.d/
cat << EOF > 
/etc/systemd/system/"$SERVICE".timer.d/schedule.conf
 [Timer]
+OnCalendar=
 OnCalendar=$PERIOD
 EOF
systemctl enable "$SERVICE".timer &> /dev/null


Bug#1027844: btrfsmaintenance: noted BTRFS_BALANCE_PERIOD default in /etc/default/btrfsmaintenance is inconsistent w/systemd timer

2023-01-03 Thread andrew bezella
Package: btrfsmaintenance
Version: 0.5-1
Severity: minor

Dear Maintainer,

as distributed, /etc/default/btrfsmaintenance has the following information:
## Path:   System/File systems/btrfs
## Type:   string(none,daily,weekly,monthly)
## Default:"weekly"
## ServiceRestart: btrfsmaintenance-refresh
#
# Frequency of periodic balance.
#
# The frequency may be specified using one of the listed values or
# in the format documented in the "Calendar Events" section of systemd.time(7),
# if available.
BTRFS_BALANCE_PERIOD="weekly"

however /lib/systemd/system/btrfs-balance.timer has:
[Timer]
OnCalendar=monthly

it would seem that either the value/note in /etc/default/btrfsmaintenance
or the OnCalendar value in btrfs-balance.timer should be updated to match
the other.

thanks in advance.

andy

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

Kernel: Linux 5.10.0-20-amd64 (SMP w/6 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages btrfsmaintenance depends on:
ii  btrfs-progs  5.10.1-2
ii  cron 3.0pl1-137
ii  systemd  247.3-7+deb11u1

btrfsmaintenance recommends no packages.

btrfsmaintenance suggests no packages.

-- Configuration Files:
/etc/default/btrfsmaintenance changed:
BTRFS_LOG_OUTPUT="stdout"
BTRFS_DEFRAG_PATHS=""
BTRFS_DEFRAG_PERIOD="none"
BTRFS_DEFRAG_MIN_SIZE="+1M"
BTRFS_BALANCE_MOUNTPOINTS="auto"
BTRFS_BALANCE_PERIOD="monthly"
BTRFS_BALANCE_DUSAGE="5 10"
BTRFS_BALANCE_MUSAGE="5"
BTRFS_SCRUB_MOUNTPOINTS="auto"
BTRFS_SCRUB_PERIOD="quarterly"
BTRFS_SCRUB_PRIORITY="idle"
BTRFS_SCRUB_READ_ONLY="false"
BTRFS_TRIM_PERIOD="none"
BTRFS_TRIM_MOUNTPOINTS="/"
BTRFS_ALLOW_CONCURRENCY="false"


-- no debconf information



Bug#1024467: monitoring-plugins-contrib: update-check_libs-status is referenced but missing

2022-11-19 Thread andrew bezella
Package: monitoring-plugins-contrib
Version: 37.20211217~bpo11+1
Severity: normal

Dear Maintainer,

update-check_libs-status is referenced but missing.

looking through the snapshot.debian.org source packages, it
appears that /usr/lib/nagios/cronjobs/update-check_libs-status
was included in 26.20200508 but not in 27.20200511.  however, its
removal is not noted in the changelog and it is still referenced in
/etc/check_multi/check_apt.cmd.  when copied from a buster system onto
a bullseye system it seems to work.  if it was removed in error, could
it be re-added?  if it was removed on purpose, the reference to it
should also probably be removed.

thanks in advance.

andy


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

Kernel: Linux 5.10.0-19-amd64 (SMP w/6 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

monitoring-plugins-contrib depends on no packages.

Versions of packages monitoring-plugins-contrib recommends:
ii  bind9-host   1:9.16.33-1~deb11u1
ii  binutils 2.35.2-2
ii  curl 7.74.0-1.3+deb11u3
ii  debsecan 0.4.20.1
ii  file 1:5.39-3
ii  freeipmi-tools   1.6.6-4+deb11u1
ii  libc62.31-13+deb11u5
ii  libdata-validate-domain-perl 0.10-1.1
ii  libdata-validate-ip-perl 0.30-1
ii  libdate-manip-perl   6.83-1
ii  libdbd-mysql-perl4.050-3+b1
ii  libio-socket-ssl-perl2.069-1
ii  libipc-run-perl  20200505.0-1
ii  liblocale-gettext-perl   1.07-4+b1
ii  liblwp-useragent-determined-perl 1.07-1.1
ii  libmail-imapclient-perl  3.42-1
ii  libmemcached11   1.0.18-4.2
ii  libmonitoring-plugin-perl0.40-1
ii  libnet-cups-perl 0.64-1+b3
ii  libnet-dns-perl  1.29-1
ii  libnet-dns-sec-perl  1.18-1+b1
ii  libnet-smtp-ssl-perl 1.04-1
ii  libnet-smtp-tls-perl 0.12-3
ii  libnet-smtpauth-perl 0.08-4.1
ii  libnet-snmp-perl 6.0.1-6
ii  libnet-ssleay-perl   1.88-3+b1
ii  libreadonly-perl 2.050-3
ii  libredis-perl2:1.9980-2
ii  libtimedate-perl 2.3300-2
ii  libwebinject-perl1.94-1
ii  libxml-simple-perl   2.25-1
ii  lz4  1.9.3-2
ii  lzop 1.04-2
ii  monitoring-plugins-basic [nagios-plugins-basic]  2.3.1-1
ii  openssl  1.1.1n-0+deb11u3
ii  perl 5.32.1-4+deb11u2
ii  perl-base [libsocket-perl]   5.32.1-4+deb11u2
ii  python3  3.9.2-3
ii  python3-pymongo  3.11.0-1+b1
ii  ruby 1:2.7+2
ii  snmp 5.9+dfsg-4+deb11u1
ii  whois5.5.10

Versions of packages monitoring-plugins-contrib suggests:
pn  backuppc   
ii  bind9-dnsutils [dnsutils]  1:9.16.33-1~deb11u1
pn  cciss-vol-status   
ii  dnsutils   1:9.16.33-1~deb11u1
pn  expect 
ii  iproute2   5.10.0-4
pn  libsys-virt-perl   
ii  moreutils  0.65-1
pn  mpt-status 
ii  nagios-plugin-check-multi  0.26-4
pn  percona-toolkit
ii  perl-doc   5.32.1-4+deb11u2
pn  python3-boto   
pn  smstools   

-- no debconf information



Bug#1019406: monitoring-plugins-standard: check_mailq nullmailer regex patch

2022-09-08 Thread andrew bezella
attached is a patch that updates the format expected in the nullmailer
mailq output.  the regex is a little more flexible and less specific
than the previous version.

hope this helps.

andy

-- 
andrew bezella 
internet archive
--- a/plugins-scripts/check_mailq.pl.orig	2021-11-30 22:55:47.0 -0800
+++ b/plugins-scripts/check_mailq.pl	2022-09-08 11:12:20.961943936 -0700
@@ -531,9 +531,9 @@
 	}
 
 	while () {
-	#2006-06-22 16:00:00  282 bytes
+	#2022-08-25 01:30:40 502 bytes from 
 
-	if (/^[1-9][0-9]*-[01][0-9]-[0-3][0-9]\s[0-2][0-9]\:[0-2][0-9]\:[0-2][0-9]\s{2}[0-9]+\sbytes$/) {
+	if (/^\d{4}-\d{2}-\d{2}\s+\d{2}\:\d{2}\:\d{2}\s+\d+\sbytes/) {
 		$msg_q++ ;
 	}
 	}


Bug#1019406: monitoring-plugins-standard: check_mailq nullmailer regex does not match current output

2022-09-08 Thread andrew bezella
Package: monitoring-plugins-standard
Version: 2.3.1-1
Severity: normal

Dear Maintainer,

it seems that the output from nullmailer's mailq has changed format since
that portion was implemented.  i noticed that it was not alerting on a
host w/many messages in its queue:

% mailq | wc -l
12488
% check_mailq -M nullmailer -w 5 -c 10
OK: nullmailer mailq (0) is below threshold (5/10)|unsent=0;5;10;0

i am testing a patch to correct this.

thanks in advance,

andy

-- System Information:
Debian Release: 11.4
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable-security'), (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-17-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8:en.UTF-8
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages monitoring-plugins-standard depends on:
ii  libc6 2.31-13+deb11u3
ii  monitoring-plugins-basic  2.3.1-1
ii  ucf   3.0043

Versions of packages monitoring-plugins-standard recommends:
ii  bind9-dnsutils [dnsutils]  1:9.16.27-1~deb11u1
ii  bind9-host [host]  1:9.16.27-1~deb11u1
ii  libcurl4   7.74.0-1.3+deb11u2
ii  libdbi10.9.0-6
ii  libldap-2.4-2  2.4.57+dfsg-3+deb11u1
ii  libmariadb31:10.5.15-0+deb11u1
ii  libnet-snmp-perl   6.0.1-6
ii  libpq5 13.7-0+deb11u1
ii  libradcli4 1.2.11-1+b2
ii  libssl1.1  1.1.1n-0+deb11u3
ii  liburiparser1  0.9.4+dfsg-1+deb11u1
ii  rpcbind1.2.5-9
ii  smbclient  2:4.13.13+dfsg-1~deb11u5
ii  snmp   5.9+dfsg-4+deb11u1
ii  sudo   1.9.5p2-3

Versions of packages monitoring-plugins-standard suggests:
pn  fping 
pn  icinga2   
pn  postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light  
pn  qstat 

-- no debconf information



Bug#520305: pssh: Allow '-' as an alias for stdin

2021-09-16 Thread andrew bezella
hello -

On Thu, 2021-09-16 at 23:34 +0200, Hilmar Preuße wrote:
> 
> > 
> I guess you speak about this patch, right?
> 
> https://cgit.freebsd.org/ports/tree/security/pssh/files/patch-psshlib_psshutil.py
> 
> The change wasn't implemented at upstream yet. Are you willing to
> test a 
> patched Debian package?
> 

yes, that looks like it is the patch, thank you!

i'm not using the pssh-suite of tools daily so it wouldn't be an
exhaustive test, but yes, i would be willing to install and try out a
patched .deb.

thanks again!

andy

-- 
andrew bezella 
internet archive



Bug#874188: fai-client: Integrate some form of file templating system

2017-10-10 Thread andrew bezella
hi Thomas - 

as it is python-centric it may not be the best choice for fai, but
given ansible's increasing popularity i would suggest jinja2 is worth a
look.

thank you!

andy

-- 
andrew bezella <abeze...@archive.org>
internet archive



Bug#868267: fai-client: fetch-basefile breaks for hostnames with hyphens

2017-07-27 Thread andrew bezella
thanks for following up on this!

i think the stripping of the file extension (line 47 in the old code)
needs to be added back in, otherwise the defined classes would have to
match the basefile+extension:
https://github.com/faiproject/fai/pull/61

i also noticed that one problem with this approach is that it does
limit the basefiles to short hostnames.  but that's not new and seems
like an edge case.

On Thu, 2017-07-27 at 11:45 +0200, Thomas Lange wrote:
> I have patched fetch-basefile so this should now work as
> expected. Instead of an eval and indirect shell variables, I just use
> an array and loop over this. No performce penalty unless you have
> some
> thousands of classes defined for a client and a million of base files
> ;-)
> 
> Here are the diffs:
> https://github.com/faiproject/fai/commit/eedc1c27229aa77f81f8d718214a
> 5b4f4dc2c908
> https://github.com/faiproject/fai/commit/bc88a9e5d2ca21d7c19cb7b39c9e
> a64cf905c2fc
> 
> So, I think currently there's no need to substitute hyphen and dot
> with underscore for the FAI class names and we can leave this
> unchanged. But I will improve the documentation about class names.
-- 
andrew bezella <abeze...@archive.org>
internet archive



Bug#868267: fai-client: fetch-basefile breaks for hostnames with hyphens

2017-07-26 Thread andrew bezella
On Wed, 2017-07-26 at 17:34 -0400, Arcady Genkin wrote:
[...]
> # chroot /data/fai-nfsroots/xenial-x64 /bin/bash --version |head -1
> GNU bash, version 4.4.12(1)-release (x86_64-pc-linux-gnu)

ah! ok, apparently a change in bash's behavior between 4.3 and 4.4:

% bash --version | head -n1
GNU bash, version 4.4.7(1)-release (x86_64-pc-linux-gnu)
% export classes="vmops0.us.archive.org"
% bash /usr/lib/fai/fetch-basefile
/usr/lib/fai/fetch-basefile: line 59: found_vmops0.us.archive.org: bad 
substitution
No basefile matching a class name was found at [FAI_BASEFILEURL]

vs

% bash --version | head -n1
GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)
% export classes="vmops0.us.archive.org"
% bash /usr/lib/fai/fetch-basefile
No basefile matching a class name was found at [FAI_BASEFILEURL]


in bash 4.4 it appears that either "." or "-" breaks the indirect
variable usage:

% bash --version | head -n1
GNU bash, version 4.4.7(1)-release (x86_64-pc-linux-gnu)
% export classes="vmops0.us.archive.org"
% bash /usr/lib/fai/fetch-basefile
/usr/lib/fai/fetch-basefile: line 59: found_vmops0.us.archive.org: bad 
substitution
No basefile matching a class name was found at [FAI_BASEFILEURL]
% export classes="vm-ops0"
% bash /usr/lib/fai/fetch-basefile
/usr/lib/fai/fetch-basefile: line 59: found_vm-ops0: bad substitution
No basefile matching a class name was found at [FAI_BASEFILEURL]
% export classes="vmops0"
No basefile matching a class name was found at [FAI_BASEFILEURL]

possibly related to the announcement at https://lists.gnu.org/archive/h
tml/bug-bash/2015-07/msg00027.html which mentions a couple changes to
indirect variable expansion.  unsure if the above is intentional or
collateral damage.  "_" does appear to be ok.


-- 
andrew bezella <abeze...@archive.org>
internet archive



Bug#868267: fai-client: fetch-basefile breaks for hostnames with hyphens

2017-07-26 Thread andrew bezella
On Wed, 2017-07-26 at 21:17 +0200, Thomas Lange wrote:
> And we have dots in FQDN, which are currently also not allowed in
> class names. Should we truncate the FQDN before defining the hostname
> as a class or replace  the dots with the underscore?

if this is implemented, i'd say replace the dots w/underscores, similar
to the nis/yp example in the fai-class man page.  subdomains can have
meaning and short hostnames should not be presumed to be unique in an
organization.

however, please bear in mind that making this change is likely to prove
disruptive for anyone expecting the current behavior.  and the current
class-naming rules are documented, even to the hostname-class
exception.  also (see below) i'm not sure hyphens are the problem here.

@Thomas - are you able to reproduce this failure mode?  as i mentioned,
we install a lot of hosts w/hyphens in their name w/o issue.

@Arcady - could you check the version of bash that you're using and
confirm that `/bin/bash` on your system isn't a symlink to `dash` or
something?  and/or try setting the $classes variable manually to
exclude the hostname's hyphen and test again?

i can generate this error by trying to run `dash fetch-basefile`
regardless of whether $classes includes a hyphen or not.  might be a
bash-ism and somehow a non-bash shell is trying to run it?

% export classes="vmops0.us.archive.org"
% dash ./fetch-basefile
./fetch-basefile: 59: ./fetch-basefile: Bad substitution
% export classes="vm-ops0.us.archive.org"
% dash ./fetch-basefile
./fetch-basefile: 59: ./fetch-basefile: Bad substitution
% bash ./fetch-basefile
No basefile matching a class name was found at [FAI_BASEFILEURL]

    andy

-- 
andrew bezella <abeze...@archive.org>
internet archive



Bug#868267: fai-client: fetch-basefile breaks for hostnames with hyphens

2017-07-26 Thread andrew bezella
On Wed, 2017-07-26 at 08:35 -0700, andrew bezella wrote:
> it could perhaps be re-worded along the lines of "All class names are
> restricted to uppercase letters and underscores [A-Z_] (except the
> FAI-
> defined class matching the hostname)" and maybe placed more
> prominently
> in the man page and other documentation (and i just noticed there's a
> typo in there: "execpt" -> "except")

oh, i forgot that digits are also allowed.  so if a documentation
update comes out of this, maybe:
"All class names are restricted to uppercase alphanumeric and
underscores [[:upper:][:digit:]_] (except the FAI-defined class
matching the hostname)"

-- 
andrew bezella <abeze...@archive.org>
internet archive



Bug#868267: fai-client: fetch-basefile breaks for hostnames with hyphens

2017-07-26 Thread andrew bezella
in general, the hyphen not being allowed in a class name seems a
documented restriction and not a bug.  the fai-class man page states:
> All class names should be written in uppercase letters (execpt the class 
> of the hostname). Do not use a dash, use an underscore.

it could perhaps be re-worded along the lines of "All class names are
restricted to uppercase letters and underscores [A-Z_] (except the FAI-
defined class matching the hostname)" and maybe placed more prominently
in the man page and other documentation (and i just noticed there's a
typo in there: "execpt" -> "except")

i'd tend to agree that formally allowing hyphens in the class name
would take significant effort and likely result in some breakage.

for this bug in particular, there might be something else going on? 
we're trailing by a few versions, but the majority of our dirinstalls
are for hosts with hyphens in their name and we have (although not
recently) also had bare-metal hosts with hyphens.  unless i'm missing
something, i can't reproduce on a host w/a hyphen using the script from
5.3.4:
+ revclasses='LAST vm-ops0.us.archive.org XENIAL64 XENIAL UBUNTU DEBIAN FAIBASE 
DHCPC CHROOT LINUX DEFAULT '
+ for c in '$revclasses'
+ id=found_LAST
+ '[' X '!=' X ']'
+ for c in '$revclasses'
+ id=found_vm-ops0.us.archive.org
+ '[' X '!=' X ']'
+ for c in '$revclasses'
+ id=found_XENIAL64
+ '[' XXENIAL64.tar.xz '!=' X ']'
+ found=1

hth...

andy

-- 
andrew bezella <abeze...@archive.org>
internet archive



Bug#795655: nanoblogger: markdown hang while generating atom 1.0 feed

2015-08-15 Thread andrew bezella
Package: nanoblogger
Version: 3.4.2-3
Severity: normal

Dear Maintainer,

thank you for your time and effort in packaging nanoblogger.

i noticed a problem while adding a markdown entry:

i ran the following command:
`nb --var DATE --set-var 2015-05-03 09:30:00 -c 2,3 add entry`

and edited the entry in a text editor. after saving and exiting, 
the following was logged to terminal:
editing new entry ...
press [enter] to continue:
selected tag id(s): 2,3 ...
adding new entry ...
updating main database ...
generating weblog files ...
initializing main database ...
generating fortune ...
generating atom 1.0 feed ...

and did not progress further.  a ctrl-c to exit worked.

at the time the process tree looked like:
\_ sh -c /usr/bin/zsh
|   \_ /usr/bin/zsh
|   \_ /bin/bash /usr/bin/nb --var DATE --set-var 2015-05-03 09:30:00 -c 
2,3 add entry
|   \_ /bin/bash /usr/bin/nb --var DATE --set-var 2015-05-03 09:30:00 
-c 2,3 add entry
|   \_ /usr/bin/perl /usr/bin/markdown

the attached patch (cribbed from
https://lists.freebsd.org/pipermail/freebsd-ports-bugs/2010-February/183607.html
 )
solved the issue for me

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


-- System Information:
Debian Release: 7.8
  APT prefers oldstable-updates
  APT policy: (990, 'oldstable-updates'), (990, 'oldstable')
Architecture: i386 (i586)

Kernel: Linux 3.2.0-4-486
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 nanoblogger depends on:
ii  bsdmainutils  9.0.3

Versions of packages nanoblogger recommends:
ii  markdown  1.0.1-7
ii  tidy  20091223cvs-1.2+deb7u1

Versions of packages nanoblogger suggests:
ii  nanoblogger-extra  3.4.2-2
ii  w3m [www-browser]  0.5.3-8

-- no debconf information
cf. ports/144290: [maintainer-update] update www/nanoblogger and www/nanoblogger-extra to 3.4.2
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2010-February/183607.html

--- ./plugins/entry/format/markdown.sh.orig	2010-02-14 12:42:17.0 -0800
+++ ./plugins/entry/format/markdown.sh	2013-11-23 18:47:57.0 -0800
@@ -5,7 +5,7 @@
 : ${MARKDOWN_CMD:=markdown}
 : ${MARKDOWN_OPTS:= }
 
-nb_eval $MARKDOWN_CMD  MARKDOWN_INPATH=true
+nb_eval $MARKDOWN_CMD -v  MARKDOWN_INPATH=true
 	
 if [ $MARKDOWN_INPATH = true ]; then
 	# nb_msg $plugins_entryfilteraction `basename $nb_plugin` ...
--- ./plugins/page/format/markdown.sh.orig	2009-08-09 17:01:37.0 -0700
+++ ./plugins/page/format/markdown.sh	2013-11-23 18:48:03.0 -0800
@@ -5,7 +5,7 @@
 : ${MARKDOWN_CMD:=markdown}
 : ${MARKDOWN_OPTS:= }
 
-nb_eval $MARKDOWN_CMD  MARKDOWN_INPATH=true
+nb_eval $MARKDOWN_CMD -v  MARKDOWN_INPATH=true
 
 if [ $MARKDOWN_INPATH = true ]; then
 	nb_msg $plugins_entryfilteraction `basename $nb_plugin` ...


Bug#759273: ftar: is tar's --numeric-owner option appropriate?

2014-08-25 Thread andrew bezella
Package: fai-client
Version: 4.2.2
Severity: normal

hello -

i recently ran into an issue while trying to deploy ubuntu 14.04 vms.
/var/log's group ownership has been changed to the syslog group. however, 
this group does not have a pre-defined gid.  the result is that in the 
dirinstall case /var/log comes out of fai w/its group owner set to the 
syslog gid of the host system (which may differ from that in the
tarball).

this would appear to be a general situation that could arise whenever
there is a user/group in the basefile that does not have a pre-defined
uid/gid. for my usage (focused on initial installs) changing ftar to use
tar's --numeric-owner was the fix.

the attached trivial patch makes this change.  are there use cases
where it is not appropriate?

thank you.

andy

-- System Information:
Debian Release: 7.6
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-0.bpo.2-amd64 (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 fai-client depends on:
ii  debconf-utils1.5.49
ii  file 5.11-2+deb7u3
ii  iproute  20120521-3+b3
ii  libapt-pkg-perl  0.1.26+b1
ii  perl 5.14.2-21+deb7u1

Versions of packages fai-client recommends:
ii  libgraph-perl  1:0.91-1

Versions of packages fai-client suggests:
pn  logtail  none

-- no debconf information
--- ./bin/ftar.orig	2012-04-11 05:06:25.0 -0700
+++ ./bin/ftar	2014-08-25 11:19:41.936082615 -0700
@@ -54,7 +54,7 @@
 fi
 
 echo ftar: extracting $file to $target/$dir | tr -s '/'
-$catname $file | tar -C $target/$dir $vflag -xf -
+$catname $file | tar -C $target/$dir $vflag --numeric-owner -xf -
 tardone=1
 # if option -1 is set, only one class will be used
 [ $single -eq 1 ]  exit 0


Bug#726762: usemod-wiki: cookie expiration date is in the past

2013-10-18 Thread andrew bezella
Package: usemod-wiki
Version: 1.0.5-1
Severity: normal
Tags: upstream patch

Dear Maintainer,

i recently noticed that i was unable to properly login to my wiki
instance, and that editing user Preferences was broken.  

i found:
http://www.usemod.com/cgi-bin/wiki.pl?WikiBugs/CookieIgnored
(although i had to use the google cache to see it)

the wiki.pl script hardcodes the cookie expiration date to
Fri, 08-Sep-2013 19:48:23 GMT (this is still the date used in 
1.0.5-2).

the trivial attached patch changes it to 2025.

thank you for your time and effort.

andy

-- System Information:
Debian Release: 7.2
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: i386 (i586)

Kernel: Linux 3.2.0-4-486
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 usemod-wiki depends on:
ii  apache2  2.2.22-13
ii  apache2-mpm-prefork [httpd]  2.2.22-13
ii  perl 5.14.2-21+deb7u1

usemod-wiki recommends no packages.

Versions of packages usemod-wiki suggests:
ii  exim4-daemon-heavy [mail-transport-agent]  4.80-7

-- Configuration Files:
/etc/apache2/conf.d/usemod-wiki changed [not included]
/etc/usemod-wiki/config changed [not included]

-- no debconf information
--- ./wiki.pl.orig   2013-10-18 11:44:08.0 -0700
+++ ./wiki.pl2013-10-18 11:22:40.0 -0700
@@ -1348,7 +1348,7 @@
 . rev . $SetCookie{'rev'}
 . id . $SetCookie{'id'}
 . randkey . $SetCookie{'randkey'};
-$cookie .= ;expires=Fri, 08-Sep-2013 19:48:23 GMT;
+$cookie .= ;expires=Fri, 08-Sep-2025 19:48:23 GMT;
 if ($HttpCharset ne '') {
   return $q-header(-cookie=$cookie,
 -type=$type; charset=$HttpCharset);


Bug#726762: usemod-wiki: cookie expiration date is in the past

2013-10-18 Thread andrew bezella
Package: usemod-wiki
Version: 1.0.5-1
Followup-For: Bug #726762

Dear Maintainer,

my apologies, the last patch file was colorized.

uncolorized version attached.

thank you.

andy


-- System Information:
Debian Release: 7.2
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: i386 (i586)

Kernel: Linux 3.2.0-4-486
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 usemod-wiki depends on:
ii  apache2  2.2.22-13
ii  apache2-mpm-prefork [httpd]  2.2.22-13
ii  perl 5.14.2-21+deb7u1

usemod-wiki recommends no packages.

Versions of packages usemod-wiki suggests:
ii  exim4-daemon-heavy [mail-transport-agent]  4.80-7

-- Configuration Files:
/etc/apache2/conf.d/usemod-wiki changed [not included]
/etc/usemod-wiki/config changed [not included]

-- no debconf information
--- ./wiki.pl.orig	2013-10-18 11:44:08.0 -0700
+++ ./wiki.pl	2013-10-18 11:22:40.0 -0700
@@ -1348,7 +1348,7 @@
 . rev . $SetCookie{'rev'}
 . id . $SetCookie{'id'}
 . randkey . $SetCookie{'randkey'};
-$cookie .= ;expires=Fri, 08-Sep-2013 19:48:23 GMT;
+$cookie .= ;expires=Fri, 08-Sep-2025 19:48:23 GMT;
 if ($HttpCharset ne '') {
   return $q-header(-cookie=$cookie,
 -type=$type; charset=$HttpCharset);


Bug#695317: fai-setup-storage: resolved w/the fix for #703326

2013-08-28 Thread andrew bezella
Package: fai-setup-storage
Version: 4.0.7
Followup-For: Bug #695317

Dear Maintainer,

yes, applying the workaround from #703326 fixed this problem.

thank you!

andy


-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-0.bpo.1-amd64 (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 fai-setup-storage depends on:
ii  liblinux-lvm-perl 0.16-1
ii  libparse-recdescent-perl  1.967009+dfsg-1
ii  parted2.3-12
ii  perl  5.14.2-21

Versions of packages fai-setup-storage recommends:
ii  lvm2   2.02.95-7
ii  mdadm  3.2.5-5

Versions of packages fai-setup-storage suggests:
ii  cryptsetup 2:1.4.3-4
ii  dmsetup2:1.02.74-7
ii  dosfstools 3.0.13-1
pn  jfsutils   none
pn  ntfsprogs  none
pn  reiserfsprogs  none
pn  xfsprogs   none

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/fai/setup-storage/Parser.pm (from 
fai-setup-storage package)


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



Bug#576100: epiphany-browser: Emacs gtk_key_theme set, ctrl-U properly clears text input again

2013-07-11 Thread andrew bezella
Package: epiphany-browser
Followup-For: Bug #576100

Dear Maintainer,

this appears to have been resolved in wheezy.  thank you for your time
and effort.

andy


-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (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 epiphany-browser depends on:
ii  dbus-x11   1.6.8-1+deb7u1
ii  epiphany-browser-data  3.4.2-2.1
ii  gnome-icon-theme   3.4.0-2
ii  gsettings-desktop-schemas  3.4.2-3
ii  iso-codes  3.41-1
ii  libavahi-client3   0.6.31-2
ii  libavahi-common3   0.6.31-2
ii  libavahi-gobject0  0.6.31-2
ii  libc6  2.13-38
ii  libcairo2  1.12.2-3
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libgirepository-1.0-1  1.32.1-1
ii  libglib2.0-0   2.33.12+really2.32.4-5
ii  libgnome-keyring0  3.4.1-1
ii  libgtk-3-0 3.4.2-6
ii  libice62:1.0.8-2
ii  libnotify4 0.7.5-1
ii  libnspr4   2:4.9.2-1
ii  libnspr4-0d2:4.9.2-1
ii  libnss32:3.14.3-1
ii  libnss3-1d 2:3.14.3-1
ii  libpango1.0-0  1.30.0-1
ii  libseed-gtk3-0 3.2.0-2
ii  libsm6 2:1.2.1-2
ii  libsoup-gnome2.4-1 2.38.1-2
ii  libsoup2.4-1   2.38.1-2
ii  libsqlite3-0   3.7.13-1+deb7u1
ii  libwebkitgtk-3.0-0 1.8.1-3.4
ii  libx11-6   2:1.5.0-1+deb7u1
ii  libxml22.8.0+dfsg1-7+nmu1
ii  libxslt1.1 1.1.26-14.1

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20130119
ii  evince   3.4.0-3.1
ii  yelp 3.4.2-1+b1

Versions of packages epiphany-browser suggests:
ii  epiphany-extensions  3.4.0-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#631560: epiphany-browser: Send Link by Email is now working

2013-06-13 Thread andrew bezella
Package: epiphany-browser
Followup-For: Bug #631560

Dear Maintainer,

this appears to have been resolved in wheezy.  thank you for your time
and effort.

andy


-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (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 epiphany-browser depends on:
ii  dbus-x11   1.6.8-1+deb7u1
ii  epiphany-browser-data  3.4.2-2.1
ii  gnome-icon-theme   3.4.0-2
ii  gsettings-desktop-schemas  3.4.2-3
ii  iso-codes  3.41-1
ii  libavahi-client3   0.6.31-2
ii  libavahi-common3   0.6.31-2
ii  libavahi-gobject0  0.6.31-2
ii  libc6  2.13-38
ii  libcairo2  1.12.2-3
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libgirepository-1.0-1  1.32.1-1
ii  libglib2.0-0   2.33.12+really2.32.4-5
ii  libgnome-keyring0  3.4.1-1
ii  libgtk-3-0 3.4.2-6
ii  libice62:1.0.8-2
ii  libnotify4 0.7.5-1
ii  libnspr4   2:4.9.2-1
ii  libnspr4-0d2:4.9.2-1
ii  libnss32:3.14.3-1
ii  libnss3-1d 2:3.14.3-1
ii  libpango1.0-0  1.30.0-1
ii  libseed-gtk3-0 3.2.0-2
ii  libsm6 2:1.2.1-2
ii  libsoup-gnome2.4-1 2.38.1-2
ii  libsoup2.4-1   2.38.1-2
ii  libsqlite3-0   3.7.13-1+deb7u1
ii  libwebkitgtk-3.0-0 1.8.1-3.4
ii  libx11-6   2:1.5.0-1+deb7u1
ii  libxml22.8.0+dfsg1-7+nmu1
ii  libxslt1.1 1.1.26-14.1

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20130119
ii  evince   3.4.0-3.1
ii  yelp 3.4.2-1+b1

Versions of packages epiphany-browser suggests:
ii  epiphany-extensions  3.4.0-2

-- no debconf information

-- debsums errors found:
prelink: /usr/bin/ephy-profile-migrator: at least one of file's dependencies 
has changed since prelinking
debsums: changed file /usr/bin/ephy-profile-migrator (from epiphany-browser 
package)


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



Bug#631562: libsoup2.4-1: resolved in wheezy

2013-06-13 Thread andrew bezella
Package: libsoup2.4-1
Followup-For: Bug #631562

Dear Maintainer,

this appears to have been resolved in wheezy.  thank you for your time
and effort.

andy


-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (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 libsoup2.4-1 depends on:
ii  glib-networking2.32.3-1
ii  libc6  2.13-38
ii  libglib2.0-0   2.33.12+really2.32.4-5
ii  libxml22.8.0+dfsg1-7+nmu1
ii  multiarch-support  2.13-38
ii  zlib1g 1:1.2.7.dfsg-13

libsoup2.4-1 recommends no packages.

libsoup2.4-1 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#631558: evolution: fixed in wheezy

2013-06-13 Thread andrew bezella
Package: evolution
Followup-For: Bug #631558

Dear Maintainer,

this appears to have been resolved in wheezy.  thank you for your time
and effort.

andy


-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (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 evolution depends on:
ii  dbus 1.6.8-1+deb7u1
ii  debconf [debconf-2.0]1.5.49
ii  evolution-common 3.4.4-3
ii  evolution-data-server3.4.4-3
ii  gconf-service3.2.5-1+build1
ii  gconf2   3.2.5-1+build1
ii  gnome-icon-theme 3.4.0-2
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo-gobject21.12.2-3
ii  libcairo21.12.2-3
ii  libcamel-1.2-33  3.4.4-3
ii  libclutter-gtk-1.0-0 1.2.0-2
ii  libdbus-glib-1-2 0.100.2-1
ii  libebackend-1.2-23.4.4-3
ii  libebook-1.2-13  3.4.4-3
ii  libecal-1.2-11   3.4.4-3
ii  libedataserver-1.2-163.4.4-3
ii  libedataserverui-3.0-1   3.4.4-3
ii  libenchant1c2a   1.6.0-7
ii  libevolution 3.4.4-3
ii  libgail-3-0  3.4.2-6
ii  libgconf-2-4 3.2.5-1+build1
ii  libgdata13   0.12.0-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgtk-3-0   3.4.2-6
ii  libgtkhtml-4.0-0 4.4.4-1
ii  libgtkhtml-editor-4.0-0  4.4.4-1
ii  libgweather-3-0  3.4.1-1+build1
ii  libical0 0.48-2
ii  libmx-1.0-2  1.4.6-1
ii  libnotify4   0.7.5-1
ii  libnspr4 2:4.9.2-1
ii  libnspr4-0d  2:4.9.2-1
ii  libnss3  2:3.14.3-1
ii  libnss3-1d   2:3.14.3-1
ii  libpango1.0-01.30.0-1
ii  libsoup2.4-1 2.38.1-2
ii  libsqlite3-0 3.7.13-1+deb7u1
ii  libxml2  2.8.0+dfsg1-7+nmu1
ii  psmisc   22.19-1+deb7u1

Versions of packages evolution recommends:
ii  bogofilter 1.2.2+dfsg1-2
ii  evolution-plugins  3.4.4-3
ii  evolution-webcal   2.32.0-2+b1
ii  yelp   3.4.2-1+b1

Versions of packages evolution suggests:
pn  evolution-dbg   none
pn  evolution-exchange  none
pn  evolution-plugins-experimental  none
ii  gnupg   1.4.12-7
ii  network-manager 0.9.4.0-10

-- debconf information:
  evolution/kill_processes:
  evolution/needs_shutdown:


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



Bug#695317: apparent regression in fai-setup-storage 4.0.4 (from 686388 fix)

2012-12-06 Thread andrew bezella
Package: fai-setup-storage
Version: 4.0.4
Severity: normal

Dear Maintainer,

sometimes i use setup-storage in debug mode to look at how various
drives will end up partitioned if run through fai.  to do so i use
something like the attached ssd.disk_config file and run (for /dev/sdak
 /dev/sdal in this example): 
sudo bash -c '/usr/sbin/setup-storage -D sdak sdal -d -f 
/tmp/ssd.disk_config' 
with the fai-setup-storage 4.0.3 package this works and returns the
desired would run command output.  w/4.0.4 it fails with: 
Use of uninitialized value $_[0] in substr at 
/usr/share/perl5/Parse/RecDescent.pm line 3130, $config_file line 1.
Use of uninitialized value $_[0] in substr at 
/usr/share/perl5/Parse/RecDescent.pm line 3130, $config_file line 1.
Unknown starting rule (Parse::RecDescent::dclone) called
 at /usr/share/fai/setup-storage//Parser.pm line 1129

copying the Parser.pm file from 4.0.3 resolves this, and it looks
related to the fix from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686388

thanks!

andy


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

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

Versions of packages fai-setup-storage depends on:
ii  liblinux-lvm-perl 0.16-1 
ii  libparse-recdescent-perl  1.967009+dfsg-1
ii  parted2.3-8  
ii  perl  5.12.4-6   

Versions of packages fai-setup-storage recommends:
pn  lvm2   2.02.88-1
pn  mdadm  none   

Versions of packages fai-setup-storage suggests:
pn  cryptsetup   2:1.3.0-3
pn  dmsetup  2:1.02.67-1  
pn  dosfstools   3.0.12-1 
pn  jfsutils none   
pn  ntfs-3g [ntfsprogs]  1:2011.4.12AR.7-1
pn  reiserfsprogsnone   
pn  xfsprogs none   

-- no debconf information
# config file for setup-storage
#
# disabling both -c (mount-count-dependent) and -i (time-dependent)
# checking
#
# type mountpoint size   fs type mount options misc options

disk_config sdak disklabel:gpt align-at:1M

primary -   100%-   -

disk_config sdal sameas:sdak


Bug#661730: fai-setup-storage: bios_grub {size}-{range} appears incorrect

2012-02-29 Thread andrew bezella
Package: fai-setup-storage
Version: 3.4.8
Severity: normal
Tags: patch

hello -

when trying to use a gpt-bios disklabel on a 3tb drive a 0-100%
allocation uses much less than the whole disk.  i'm running fai
3.4.8; i also upgraded (just) the fai-setup-storage pkg in the live
nfsroot to 4.0~beta3 +experimental7 (setup-storage 1.3+exp) but saw
the same result.

excerpt from disk_config: 
disk_config sda disklabel:gpt-bios align-at:4K
primary -   0-100%  -   -

excerpt from the format.log: 
Executing: parted -s /dev/sda mklabel gpt
Executing: parted -s /dev/sda mkpart primary  1069056B 1901081333759B
Executing: parted -s /dev/sda mkpart primary  17408B 1065983B

it identifies the disk and its size correctly (3000592961535B per
`setup-storage -d`).

when i started poking around Sizes.pm, it looks like the values in
$FAI::partition_pointer-{size}-{range} for the bios_grub partition are
run through the make_range function twice.  the first time is in
compute_partition_sizes where the range of 1-1 is converted from bytes
to megabytes.  the second time is in do_partition_real.  so the range
that goes in this second time is (1 * 1024 * 1024) and the min_size
variable that comes out is (1 * 1024 * 1024 * 1024 * 1024) =
1099511627776B.  and 3000592961535B - 1099511627776B = 1901081333759B,
which is what i was seeing above.

a workaround appears to be the attaached one-line patch to keep the
range in megabytes.

i didn't notice any adverse effects and the installation completed as
expected.

thank you!

andy


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

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

Versions of packages fai-setup-storage depends on:
ii  liblinux-lvm-perl 0.16-1 
ii  libparse-recdescent-perl  1.967006+dfsg-1
ii  parted2.3-8  
ii  perl  5.12.4-6   

Versions of packages fai-setup-storage recommends:
ii  lvm2   2.02.88-1
ii  mdadm  3.2.3-2  

Versions of packages fai-setup-storage suggests:
pn  cryptsetup   2:1.3.0-3
pn  dmsetup  2:1.02.67-1  
pn  dosfstools   3.0.12-1 
pn  jfsutils none   
pn  ntfs-3g [ntfsprogs]  1:2011.4.12AR.7-1
pn  reiserfsprogsnone   
pn  xfsprogs none   

-- no debconf information
--- ./Sizes.pm.orig 2012-02-23 18:37:03.388348728 -0800
+++ ./Sizes.pm  2012-02-23 18:36:49.028344316 -0800
@@ -651,7 +651,7 @@
 (FAI::phys_dev($FAI::partition_pointer_dev_name))[2];
   my ($s, $e) = FAI::make_range(1-1, $current_disk-{size} . B);
   # enter the range into the hash
-  $FAI::partition_pointer-{size}-{range} = $s-$s;
+  $FAI::partition_pointer-{size}-{range} = 1-1;
   # retain the free space at the beginning and fix the position
   $FAI::partition_pointer-{start_byte} = $next_start;
   $FAI::partition_pointer-{end_byte} = $next_start + $s - 1;


Bug#651319: ignore.d.server/nagios: SERVICE FLAPPING line doesn't allow whitespace

2011-12-07 Thread andrew bezella
Package: logcheck-database
Version: 1.3.13
Severity: minor

in most cases whitespace is allowed in SERVICE names, but for the
SERVICE FLAPPING ALERT it is not.  using the cases where
whitespace is allowed as a template, i made the following change:

--- /etc/logcheck/ignore.d.server/nagios2010-09-03 01:25:15.0 
-0700
+++ /tmp/nagios 2011-12-07 09:34:25.0 -0800
@@ -16,7 +16,7 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ nagios(2|3)?: Nagios 
(1|2)\.[[:digit:]] starting\.\.\. \(PID=[[:digit:]]+\)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ nagios(2|3)?: SERVICE ALERT: 
[._[:alnum:]-]+;[^;]+;(CRITICAL|WARNING|OK|UNKNOWN);(SOFT|HARD);.*$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ nagios(2|3)?: SERVICE ALERT: 
[[:alnum:]]+;PING;(WARNING|OK).*$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ nagios(2|3)?: SERVICE FLAPPING ALERT: 
[._[:alnum:]-]+;[._[:alnum:]-]+;(STARTED|STOPPED); Service appears to have 
(started|stopped) flapping \([[:digit:].]+% change (|=?) [.[:digit:]]+% 
threshold\)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ nagios(2|3)?: SERVICE FLAPPING ALERT: 
[._[:alnum:]-]+;[^;]+;(STARTED|STOPPED); Service appears to have 
(started|stopped) flapping \([[:digit:].]+% change (|=?) [.[:digit:]]+% 
threshold\)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ nagios(2|3)?: SERVICE NOTIFICATION: 
[._[:alnum:]-]+;[._[:alnum:]-]+;[^;]+;(ACKNOWLEDGEMENT 
\()?(CRITICAL|WARNING|OK|UNKNOWN)(\))?;.*$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ nagios(2|3)?: SERVICE NOTIFICATION: 
[._[:alnum:]-]+;[._[:alnum:]-]+;[^;]+;CRITICAL;.*$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ nagios(2|3)?: Warning: Host 
'[[:alnum:]]+' has no services associated with it\!$

and that seems to have resolved the issue.

thank you for your time and effort!

andy

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

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

-- 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#576991: epiphany-extensions: workaround is to whitelist yimg.com

2011-07-10 Thread andrew bezella
Package: epiphany-extensions
Version: 2.30.2-1
Followup-For: Bug #576991

workaround from http://forums.fedoraforum.org/showthread.php?t=258616
([SOLVED] Epiphany Browser and Adblock Extension):

white list yimg.com and Yahoo! loads correctly


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

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

Versions of packages epiphany-extensions depends on:
ii  epiphany-browser  2.30.6-2   Intuitive GNOME web browser
ii  libatk1.0-0   2.0.0-1The ATK accessibility toolkit
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.2  generic font configuration library
ii  libfreetype6  2.4.4-1FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libsoup2.4-1  2.30.2-1   an HTTP library implementation in 
ii  libwebkit-1.0-2   1.2.7-3Web content engine library for Gtk

epiphany-extensions recommends no packages.

Versions of packages epiphany-extensions suggests:
pn  epiphany-extension-gwget  none (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#631560: mailto: links not working

2011-06-25 Thread andrew bezella
Package: epiphany-browser
Version: 2.30.6-2
Followup-For: Bug #631560

i noticed that mailto: links are also not functioning from epiphany.
when using iceweasel, a new mail window is brought up as expected.  i
confirmed that this behavior exists in a freshly created account.

% gconftool-2 --get /desktop/gnome/url-handlers/mailto/command
evolution %s

thank you.

andy

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

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

Versions of packages epiphany-browser depends on:
ii  dbus-x11  1.4.12-2   simple interprocess messaging syst
ii  epiphany-browser-data 2.30.6-2   Data files for the GNOME web brows
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  iso-codes 3.26-1 ISO language, territory, currency,
ii  libavahi-client3  0.6.30-3   Avahi client library
ii  libavahi-common3  0.6.30-3   Avahi common library
ii  libavahi-gobject0 0.6.30-3   Avahi GObject library
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.4.12-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.94-2 simple interprocess messaging syst
ii  libgconf2-4   2.32.3-2   GNOME configuration database syste
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libgirepository-1.0-1 0.10.8-1   Library for handling GObject intro
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgnome-keyring0 3.0.0-2GNOME keyring services library
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libice6   2:1.0.7-2  X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gt 0.5.0-2sends desktop notifications to a n
ii  libnspr4-0d   4.8.8-1NetScape Portable Runtime Library
ii  libnss3-1d3.12.10-1  Network Security Service libraries
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libseed0  2.31.91-1+sid1 GObject JavaScript bindings for th
ii  libsm62:1.2.0-2  X11 Session Management library
ii  libsoup-gnome2.4-12.30.2-1   an HTTP library implementation in 
ii  libsoup2.4-1  2.30.2-1   an HTTP library implementation in 
ii  libwebkit-1.0-2   1.2.7-3Web content engine library for Gtk
ii  libx11-6  2:1.4.3-2  X11 client-side library
ii  libxml2   2.7.8.dfsg-3   GNOME XML library
ii  libxslt1.11.1.26-7+b1XSLT 1.0 processing library - runt

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20110421Common CA certificates
ii  evince   2.30.3-3Document (PostScript, PDF) viewer
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages epiphany-browser suggests:
ii  epiphany-extensions   2.30.2-1   Extensions for Epiphany web browse

-- 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#631558: evolution: Autogenerated signature doesn't update when From account is changed

2011-06-24 Thread andrew bezella
Package: evolution
Version: 2.32.3-1
Severity: minor

i'm unfortunately not certain when this behavior changed, but in a earlier
version of evolution it worked as expected.  i use Autogenerated signatures
for all of my accounts.  previously when composing a message the signature
would change if i selected a different From account.  however, this no
longer happens.

i believe that this is reported as FIXED upstream at:
https://bugzilla.gnome.org/show_bug.cgi?id=651039

thank you.

andy

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

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

Versions of packages evolution depends on:
ii  dbus1.4.12-2 simple interprocess messaging syst
ii  debconf [debconf-2.0]   1.5.39   Debian configuration management sy
ii  evolution-common2.32.3-1 architecture independent files for
ii  evolution-data-server   2.32.3-1 evolution database backend server
ii  gconf2  2.32.3-2 GNOME configuration database syste
ii  gnome-icon-theme2.30.3-2 GNOME Desktop icon theme
ii  libatk1.0-0 2.0.0-1  The ATK accessibility toolkit
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libcamel1.2-19  2.32.3-1 Evolution MIME message handling li
ii  libcanberra-gtk00.28-1   Gtk+ helper for playing widget eve
ii  libcanberra00.28-1   a simple abstract interface for pl
ii  libdbus-1-3 1.4.12-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.94-2   simple interprocess messaging syst
ii  libebackend1.2-02.32.3-1 Utility library for evolution data
ii  libebook1.2-10  2.32.3-1 Client library for evolution addre
ii  libecal1.2-82.32.3-1 Client library for evolution calen
ii  libedataserver1.2-142.32.3-1 Utility library for evolution data
ii  libedataserverui1.2-11  2.32.3-1 GUI utility library for evolution 
ii  libegroupwise1.2-13 2.32.3-1 Client library for accessing group
ii  libenchant1c2a  1.6.0-2  a wrapper library for various spel
ii  libevolution2.32.3-1 evolution libraries
ii  libfontconfig1  2.8.0-2.2generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgail18   2.24.4-3 GNOME Accessibility Implementation
ii  libgconf2-4 2.32.3-2 GNOME configuration database syste
ii  libgdata7   0.6.4-3  Library for accessing GData webser
ii  libgdk-pixbuf2.0-0  2.23.3-3 GDK Pixbuf library
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.2-2 Utility library for loading .deskt
ii  libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface 
ii  libgtkhtml-editor-3.14-03.32.2-2 HTML rendering/editing library - e
ii  libgtkhtml3.14-19   3.32.2-2 HTML rendering/editing library - r
ii  libgweather12.30.3-1+b1  GWeather shared library
ii  libical00.44-3   iCalendar library implementation i
ii  libice6 2:1.0.7-2X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk2 0.5.0-2  sends desktop notifications to a n
ii  libnspr4-0d 4.8.8-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.10-1Network Security Service libraries
ii  libpango1.0-0   1.28.3-6 Layout and rendering of internatio
ii  libsm6  2:1.2.0-2X11 Session Management library
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libsqlite3-03.7.6.3-1SQLite 3 shared library
ii  libstartup-notification00.12-1   library for program launch feedbac
ii  libunique-1.0-0 1.1.6-2  Library for writing single instanc
ii  libxml2 2.7.8.dfsg-3 GNOME XML library

Versions of packages evolution recommends:
ii  bogofilter   1.2.2-3 fast Bayesian spam filter (dummy p
ii  evolution-plugins2.32.3-1standard plugins for Evolution
ii  evolution-webcal 2.32.0-1webcal: URL handler for GNOME and 
ii  gnome-desktop-data   2.30.2-2Common files for GNOME desktop app
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages evolution suggests:
pn  bug-buddy none (no description available)
pn  evolution-dbg none (no 

Bug#631560: epiphany-browser: Send Link by Email is not working

2011-06-24 Thread andrew bezella
Package: epiphany-browser
Version: 2.30.6-2
Severity: normal

the Send Link by Email menu option is not working from epiphany for me.
i'm not certain in what release it stopped functioning.  when clicked nothing
apparent happens.  if started from a terminal the following message is
displayed:
** (epiphany-browser:22968): WARNING **: Unable to send link by email: The 
specified location is not supported

using the Send Link menu option in firefox opens a new mail in evolution
as expected.

thank you.

andy

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

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

Versions of packages epiphany-browser depends on:
ii  dbus-x11  1.4.12-2   simple interprocess messaging syst
ii  epiphany-browser-data 2.30.6-2   Data files for the GNOME web brows
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  iso-codes 3.26-1 ISO language, territory, currency,
ii  libavahi-client3  0.6.30-3   Avahi client library
ii  libavahi-common3  0.6.30-3   Avahi common library
ii  libavahi-gobject0 0.6.30-3   Avahi GObject library
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.4.12-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.94-2 simple interprocess messaging syst
ii  libgconf2-4   2.32.3-2   GNOME configuration database syste
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libgirepository-1.0-1 0.10.8-1   Library for handling GObject intro
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgnome-keyring0 3.0.0-2GNOME keyring services library
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libice6   2:1.0.7-2  X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gt 0.5.0-2sends desktop notifications to a n
ii  libnspr4-0d   4.8.8-1NetScape Portable Runtime Library
ii  libnss3-1d3.12.10-1  Network Security Service libraries
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libseed0  2.31.91-1+sid1 GObject JavaScript bindings for th
ii  libsm62:1.2.0-2  X11 Session Management library
ii  libsoup-gnome2.4-12.30.2-1   an HTTP library implementation in 
ii  libsoup2.4-1  2.30.2-1   an HTTP library implementation in 
ii  libwebkit-1.0-2   1.2.7-3Web content engine library for Gtk
ii  libx11-6  2:1.4.3-2  X11 client-side library
ii  libxml2   2.7.8.dfsg-3   GNOME XML library
ii  libxslt1.11.1.26-7+b1XSLT 1.0 processing library - runt

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20110421Common CA certificates
ii  evince   2.30.3-3Document (PostScript, PDF) viewer
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages epiphany-browser suggests:
ii  epiphany-extensions   2.30.2-1   Extensions for Epiphany web browse

-- 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#631562: evolution-rss hangs after upgrading libsoup2.4-1 to 2.34.2-1

2011-06-24 Thread andrew bezella
Package: libsoup2.4-1
Version: 2.34.2-1
Severity: normal

after upgrading libsoup2.4-1  libsoup-gnome2.4-1 from 2.30.2-1 - 2.34.2-1
evolution hangs attempting to download rss feeds.  downgrading
libsoup2.4-1  libsoup-gnome2.4-1 back to 2.30.2-1 resolves this
problem.

thank you.

andy

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

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

Versions of packages libsoup2.4-1 depends on:
ii  glib-networking   2.28.7-1   network-related giomodules for GLi
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libxml2   2.7.8.dfsg-3   GNOME XML library
ii  zlib1g1:1.2.5.dfsg-1 compression library - runtime

libsoup2.4-1 recommends no packages.

libsoup2.4-1 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#317724: epiphany-browser: now able to move tabs to other windows

2011-06-24 Thread andrew bezella
Package: epiphany-browser
Followup-For: Bug #317724

in this version of epiphany i am able to move tabs back and forth between
windows.  based on my experience i believe that this bug can be closed.

thank you.

andy


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

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

Versions of packages epiphany-browser depends on:
ii  dbus-x11  1.4.12-2   simple interprocess messaging syst
ii  epiphany-browser-data 2.30.6-2   Data files for the GNOME web brows
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  iso-codes 3.26-1 ISO language, territory, currency,
ii  libavahi-client3  0.6.30-3   Avahi client library
ii  libavahi-common3  0.6.30-3   Avahi common library
ii  libavahi-gobject0 0.6.30-3   Avahi GObject library
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.4.12-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.94-2 simple interprocess messaging syst
ii  libgconf2-4   2.32.3-2   GNOME configuration database syste
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libgirepository-1.0-1 0.10.8-1   Library for handling GObject intro
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgnome-keyring0 3.0.0-2GNOME keyring services library
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libice6   2:1.0.7-2  X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gt 0.5.0-2sends desktop notifications to a n
ii  libnspr4-0d   4.8.8-1NetScape Portable Runtime Library
ii  libnss3-1d3.12.10-1  Network Security Service libraries
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libseed0  2.31.91-1+sid1 GObject JavaScript bindings for th
ii  libsm62:1.2.0-2  X11 Session Management library
ii  libsoup-gnome2.4-12.30.2-1   an HTTP library implementation in 
ii  libsoup2.4-1  2.30.2-1   an HTTP library implementation in 
ii  libwebkit-1.0-2   1.2.7-3Web content engine library for Gtk
ii  libx11-6  2:1.4.3-2  X11 client-side library
ii  libxml2   2.7.8.dfsg-3   GNOME XML library
ii  libxslt1.11.1.26-7+b1XSLT 1.0 processing library - runt

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20110421Common CA certificates
ii  evince   2.30.3-3Document (PostScript, PDF) viewer
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages epiphany-browser suggests:
ii  epiphany-extensions   2.30.2-1   Extensions for Epiphany web browse

-- 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#597870: fai-server: fai-setup creates known_hosts incorrectly

2010-09-23 Thread andrew bezella
Package: fai-server
Version: 3.4.2
Severity: normal
Tags: patch

i noticed that there is a minor glitch in fai-setup.  when it creates
the known_hosts for the loguser and live filesystem it does so
incorrectly.  instead of adding the server's ip address, it uses the ip
address/subnet mask (e.g., 207.241.226.106/21 ssh-dss [...] instead of
207.241.226.106 ssh-dss [...]).  for me this prevented the closing ssh
requests to the fai server from working by default.

there is a similar (correct) snippet of code in make-fai-nfsroot and i
made a simple tweak to fai-setup to match that.  it appears to fix the
problem.  patch file attached.

thank you for your time and effort.

andy

-- System Information:
Debian Release: squeeze/sid
  APT prefers experimental
  APT policy: (999, 'experimental'), (990, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages fai-server depends on:
ii  debootstrap   1.0.23 Bootstrap a basic Debian system
ii  fai-client3.4.2  Fully Automatic Installation clien

Versions of packages fai-server recommends:
ii  fai-setup-storage  3.4.2 automatically prepare storage devi
ii  isc-dhcp-server [dhcp3-ser 4.1.1-P1-9ISC DHCP server for automatic IP a
ii  nfs-kernel-server  1:1.2.2-4 support for NFS kernel server
ii  openbsd-inetd [inet-supers 0.20080125-6  The OpenBSD Internet Superserver
ii  openssh-client 1:5.6p1-1 secure shell (SSH) client, for sec
ii  openssh-server 1:5.6p1-1 secure shell (SSH) server, for sec
ii  syslinux-common2:4.02+dfsg-3 collection of boot loaders (common
ii  tftpd-hpa  5.0-16HPA's tftp server

Versions of packages fai-server suggests:
pn  apt-move none  (no description available)
ii  aptitude 0.6.3-3 terminal-based package manager (te
pn  debmirrornone  (no description available)
ii  genisoimage  9:1.1.10-1  Creates ISO-9660 CD-ROM filesystem
pn  grub none  (no description available)
pn  libproc-daemon-perl  none  (no description available)
ii  perl-tk  1:804.029-1 Perl module providing the Tk graph

-- no debconf information
--- ./fai-3.3.5ubuntu3/bin/fai-setup2009-10-28 08:31:30.0 -0700
+++ ./fai-3.3.5ubuntu3+ia1/bin/fai-setup2010-08-17 15:49:35.226396421 
-0700
@@ -115,7 +115,7 @@
[ -f /etc/ssh/ssh_host_dsa_key.pub ]  DSASERVER=$(sed -e s/= 
.*$/=/ /etc/ssh/ssh_host_dsa_key.pub)
[ -f /etc/ssh/ssh_host_rsa_key.pub ]  RSASERVER=$(sed -e s/= 
.*$/=/ /etc/ssh/ssh_host_rsa_key.pub )
# determine all IP addresses, and their host names
-   ips=$(ip addr show up| grep -w inet | cut -d t -f 2 | cut -d ' ' -f 
2 | grep -v 127.0.0.1)
+   ips=$(ip addr show up| grep -w inet | cut -d t -f 2 | cut -d ' ' -f 
2 | cut -d / -f 1 | grep -v 127.0.0.1)
for ip in $ips; do
hname=$(getent hosts $ip| tr -s ' ' ',')
: ${hname:=$ip}


Bug#504622: network-manager: search options in resolv.conf created incorrectly

2008-11-19 Thread andrew bezella
On Wed, 2008-11-19 at 16:38 +0100, Michael Biebl wrote: 
 Hi Andy,
 
 could you please check, if you have configured domain-list correctly [1]
 in dhclient.conf, i.e. lines end with a semicolon and
 entries are enclosed in double quotes and separated by commas.

hi michael -

yep, that was my problem with the /032 character.  the dhcp-options
man page in debian contradicts the snippet in the redhat link you sent:
  The domain-list data type specifies a list of domain names, a space
  between each name and the entire string enclosed in double quotes.
  These types of data are used for the domain-search option for example,
  and encodes an RFC1035 compressed DNS label list on the wire.

no mention of commas and it states that the _entire_ string should be
quoted.  once i added the commas and changed the quoting, network
manager created the resolv.conf search line without the /032.

i'm unsure if i should file a bug against dhcp3-client re: the
documentation, as the format described in the man page seems to work
outside of network-manager.  do you have a suggestion?

thanks for your time.  let me know if you need me to supply any
additional information or try anything regarding the second part of this
bug (network manager's handling of the domain and search lines).

andy

 
 [1] https://bugzilla.redhat.com/show_bug.cgi?id=450042#c36
 
-- 
andrew bezella [EMAIL PROTECTED]
Internet Archive




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484685: gnome-control-center: Caps lock LED changes state even when caps lock is mapped to ctrl

2008-06-05 Thread andrew bezella
Package: gnome-control-center
Version: 1:2.22.2.1-1
Severity: normal

i've swapped the Caps Lock and Ctrl keys from gnome's keyboard control panel.  
it works when i log in through gdm, although when I press Caps Lock the Caps 
Lock LED on my laptop still changes state.  however, when i use startx the keys 
do not swap functions at all.

this is the same symptom as in Bug #173350 in gnome-control-center (Ubuntu).

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
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 gnome-control-center depends on:
ii  capplets-data 1:2.22.2.1-1   configuration applets for GNOME 2 
ii  desktop-file-util 0.15-1 Utilities for .desktop files
ii  gnome-desktop-dat 2.22.2-1   Common files for GNOME 2 desktop a
ii  gnome-icon-theme  2.22.0-1   GNOME Desktop icon theme
ii  gnome-menus   2.22.2-1   an implementation of the freedeskt
ii  gnome-settings-da 2.22.2.1-1 GNOME settings daemon
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D graphi
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.22.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.22.0-1   The Bonobo UI library
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-3The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.74-4 simple interprocess messaging syst
ii  libebook1.2-9 2.22.2-1   Client library for evolution addre
ii  libfontconfig12.6.0-1generic font configuration library
ii  libfreetype6  2.3.5-1+b1 FreeType 2 font engine, shared lib
ii  libgconf2-4   2.22.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.2-1  library to load .glade files at ru
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgnome-desktop- 2.22.2-1   Utility library for loading .deskt
ii  libgnome-menu22.22.2-1   an implementation of the freedeskt
ii  libgnome-window-s 1:2.22.2.1-1   Utility library for getting window
ii  libgnome2-0   2.22.0-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented display
ii  libgnomekbd2  2.22.0-1   GNOME library to manage keyboard c
ii  libgnomekbdui22.22.0-1   User interface library for libgnom
ii  libgnomeui-0  2.22.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.22.0-3 GNOME Virtual File System (runtime
ii  libgstreamer-plug 0.10.19-2  GStreamer libraries from the base
ii  libgstreamer0.10- 0.10.19-3  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.12.10-1  The GTK+ graphical user interface 
ii  libhal1   0.5.11-1   Hardware Abstraction Layer - share
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libmetacity0  1:2.22.0-1 library of lightweight GTK2 based 
ii  libnautilus-exten 2.22.2-1   libraries for nautilus components 
ii  liborbit2 1:2.14.13-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2- 2.20.3-5   library for GNOME Panel applets
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libpixman-1-0 0.10.0-2   pixel-manipulation library for X a
ii  libpng12-01.2.27-1   PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libslab0  0.9.8.svn.20070430-1.1 beautification app library file
ii  libsm62:1.0.3-1+b1   X11 Session Management library
ii  libstartup-notifi 0.9-1  library for program launch feedbac
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxklavier12 3.5-1  X Keyboard Extension high-level AP
ii  libxml2   2.6.32.dfsg-2  GNOME XML library
ii  libxrandr22:1.2.2-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-1  X Rendering Extension client libra
ii  libxss1   1:1.1.3-1  X11 Screen Saver extension library
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

Versions of packages 

Bug#484553: libft-perl: depends on the unavailable perlapi-5.8.8

2008-06-04 Thread andrew bezella
Package: libft-perl
Version: 1.2-16
Severity: normal

libft-perl depends on perlapi-5.8.8, which was formerly satisfied by perl-base 
5.8.8 but is not provided by perl-base 5.10.0-10, currently in lenny/sid.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
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 libft-perl depends on:
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libttf2 1.4pre.cvs20060210-1 Old FreeType 1 TrueType font engin
ii  perl5.8.8-12 Larry Wall's Practical Extraction 
ii  perl-base [perlapi- 5.8.8-12 The Pathologically Eclectic Rubbis

libft-perl recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#466619: should evince have a dependency on ghostscript-x?

2008-02-19 Thread andrew bezella
Package: evince
Version: 2.20.2-1
Severity: normal

evince does not directly pull in ghostscript-x (although the transitional gs 
and gs-esp packages do).  when attempting to open a postscript file, i was 
receiving errors such as:
Unknown device: x11alpha
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
defaultdevice

** (evince:9811): WARNING **: Interpreter failed.

** (evince:9811): WARNING **: Interpreter failed.

installing ghostscript-x eliminated these errors and allowed me to view the 
file.

cf. https://bugs.launchpad.net/ubuntu/+source/evince/+bug/83597 (Bug #83597 in 
evince (Ubuntu))

thanks!

andy

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
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 evince depends on:
ii  gconf2 2.20.1-2+b1   GNOME configuration database syste
ii  ghostscript [gs-esp]   8.61.dfsg.1-1 The GPL Ghostscript PostScript/PDF
ii  gnome-icon-theme   2.20.0-1  GNOME Desktop icon theme
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.21.90-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.21.90-1 The Bonobo UI library
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libdjvulibre15 3.5.20-3  Runtime support for the DjVu image
ii  libgconf2-42.20.1-2+b1   GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.6-1  The GLib library of C routines
ii  libgnome-keyring0  2.20.3-1  GNOME keyring services library
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.20.1-1GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.8-1  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libkpathsea4   2007.dfsg.1-2 TeX Live: path search library for 
ii  libnautilus-extension1 2.20.0-3  libraries for nautilus components 
ii  liborbit2  1:2.14.10-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libpoppler-glib2   0.6.4-1   PDF rendering library (GLib-based 
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-7   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

evince recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#458491: brightside interferes w/workspace switcher rows

2007-12-31 Thread andrew bezella
Package: brightside
Version: 1.4.0-1+b2
Severity: normal

after adding brightside to my session and logging out and back in, the
gnome panel workspace switcher will only display a single row of
workspaces regardless of the setting in the preferences.

when i kill the brightside process and prevent its restart, the
switcher becomes responsive to the preferences dialog again.

this is also documented in Ubuntu Bug #150334.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
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 brightside depends on:
ii  gconf2 2.20.1-2  GNOME configuration database syste
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libasound2 1.0.15-3  ALSA library
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.20.2-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.20.0-1  The Bonobo UI library
ii  libc6  2.7-5 GNU C Library: Shared libraries
ii  libcairo2  1.4.12-2  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libgconf2-42.20.1-2  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.4-2  The GLib library of C routines
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.20.1-1GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.3-2  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.18.3-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libwnck22  2.20.2-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcomposite1 1:0.4.0-1 X11 Composite extension library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxdamage11:1.1.1-3 X11 damaged region extension libra
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.30.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra

brightside recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#398614: netenv: bashism still exists in current version

2006-11-19 Thread Andrew Bezella
Package: netenv
Version: 0.94.3-19
Followup-For: Bug #398614

still seeing this error when attempting a `dpkg-reconfigure netenv`:
/var/lib/dpkg/info/netenv.config: 276: let: not found

thanks...

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages netenv depends on:
ii  coreutils 5.97-5.2   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.9  Debian configuration management sy
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe

netenv recommends no packages.

-- debconf information:
  netenv/info_pcmcia:
  netenv/twoconfs:
* netenv/is_configured0: true
  netenv/auto_method: interfaces
* netenv/info_interfaces:
* netenv/showagain: true
* netenv/noconf:
* netenv/auto_configure: Disable for now


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#398614: upgrade fails due to bashism in /var/lib/dpkg/info/netenv.config

2006-11-14 Thread Andrew Bezella
Package: netenv
Version: 0.94.3-18
Severity: normal

i have /bin/sh linked to dash and when i attempted to upgrade netenv
(answering the Keep existing configuration? debconf question as No)
i received the following error:
Setting up netenv (0.94.3-18) ...
/var/lib/dpkg/info/netenv.config: 276: let: not found
dpkg: error processing netenv (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 netenv

after changing the shebang line of /var/lib/dpkg/info/netenv.config to
/bin/bash the upgrade was successful.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages netenv depends on:
ii  coreutils 5.97-5.2   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.8  Debian configuration management sy
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe

netenv recommends no packages.

-- debconf information:
  netenv/info_pcmcia:
  netenv/twoconfs:
* netenv/is_configured0: true
  netenv/auto_method: interfaces
* netenv/info_interfaces:
* netenv/showagain: true
* netenv/noconf:
* netenv/auto_configure: Disable for now


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#398683: netenv: NETENV variable broken by initscript change

2006-11-14 Thread Andrew Bezella
Package: netenv
Version: 0.94.3-18
Severity: normal

per the included netenv-en.html document, one should be able to set the
shell variable NETENV when booting (e.g., in lilo.conf).  the recent
changes to the init script overwrite this variable with the path to the
netenv script.


-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages netenv depends on:
ii  coreutils 5.97-5.2   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.8  Debian configuration management sy
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe

netenv recommends no packages.

-- debconf information:
  netenv/info_pcmcia:
  netenv/twoconfs:
* netenv/is_configured0: true
  netenv/auto_method: interfaces
* netenv/info_interfaces:
* netenv/showagain: true
* netenv/noconf:
* netenv/auto_configure: Disable for now


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]