Bug#761729: ruby-serverspec: serverspec-init returns 'cannot load' error

2014-09-15 Thread Neil Watson

Package: ruby-serverspec
Version: 1.14.0-1
Severity: important

Dear Maintainer,

Run 'serverspec-init' and it returns:

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
such file -- rspec/its (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/serverspec.rb:3:in `top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/bin/serverspec-init:5:in `main'

Instead it should start an interactive program.

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

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

Versions of packages ruby-serverspec depends on:
ii  ruby  1:1.9.3.4
ii  ruby-highline 1.6.21-1
ii  ruby-net-ssh  1:2.6.8-2
ii  ruby-rspec2.14.1-1
ii  ruby-specinfra1.25.4-1
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.484-2

Versions of packages ruby-serverspec recommends:
ii  bundler  1.7.2-2
ii  rake 10.1.1-1

ruby-serverspec suggests no packages.

-- no debconf information

--
Neil Watson
Linux/UNIX Consultant
http://watson-wilson.ca


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



Bug#722612: upower --status hangs on upgrade

2013-09-28 Thread Neil Watson

I got this this morning too. Using jessie/sid, AMD64 arch.

Setting up torsocks (1.3-3) ...
Setting up upower (0.9.21-3) ...
Installing new version of config file
/etc/dbus-1/system.d/org.freedesktop.UPower.conf ...

(upower:98348): GLib-GObject-CRITICAL **:
/tmp/buildd/glib2.0-2.33.12+really2.32.4/./gobject/gtype.c:2722: You
forgot to call g_type_init()

(upower:98348): GLib-CRITICAL **: g_once_init_leave: assertion `result
!= 0' failed

(upower:98348): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

(upower:98348): GLib-GObject-CRITICAL **: g_object_add_weak_pointer:
assertion `G_IS_OBJECT (object)' failed

--
Neil Watson
Linux/UNIX Consultant
http://watson-wilson.ca


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



Bug#717179: Cannot snmpwalk snmpd using ipv6

2013-07-17 Thread Neil Watson

Package: snmpd
Version: 5.4.3~dfsg-2.7
Severity: important
Tags: ipv6

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

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

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


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

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


Snmpwalk to an ipv6 address is failing. I have a host configured with a
global ipv6 address. Snmpd is listening on ipv6.

netstat -l|grep snmp
udp0  0 localhost:snmp  *:*
udp6   0  0 [::]:snmp   [::]:*
udp6   0  0 [::]:snmp-trap  [::]:*

Snmpwalk, on the same host, is failing.

snmpwalk -v2c -c public udp6:[::1] system
Timeout: No Response from udp6:[::1]

snmpwalk -v2c -c public 'udp:localhost' system
SNMPv2-MIB::sysDescr.0 = STRING: Linux scope 3.2.0-4-amd64 #1 SMP
Debian 3.2.46-1 x86_64
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (54775) 0:09:07.75
... etc

snmpd.conf

agentAddress  udp6:161,udp:localhost:161
syslocation  home
syscontact  n...@example.com
rocommunity  public
disk  / 5000kB

snmpd shows a connection in syslog.

Jul 16 22:25:41 scope snmpd[11066]: Connection from UDP/IPv6:
[2604::100:8111::3]:53063
Jul 16 22:25:42 scope snmpd[11066]: Connection from UDP/IPv6:
[2604::100:8111::3]:53063
Jul 16 22:25:43 scope snmpd[11066]: Connection from UDP/IPv6:
[2604::100:8111::3]:53063

tcpdump for ipv4 walk:
10:05:30.657805 IP localhost.snmp  localhost.36209:  C=public GetResponse(31)  
system.9.1.4.8=1
10:05:30.658566 IP localhost.36209  localhost.snmp:  C=public 
GetNextRequest(30)  system.9.1.4.8
10:05:30.659327 IP localhost.snmp  localhost.36209:  C=public GetResponse(29)  
interfaces.ifNumber.0=2

tcpdump for ipv6 walk:
10:05:41.695112 IP6 2604::100:8111::3.42476  2604::100:8111::3.snmp:  
C=public GetNextRequest(26)  system
10:05:42.697798 IP6 2604::100:8111::3.42476  2604::100:8111::3.snmp:  
C=public GetNextRequest(26)  system
10:05:43.699182 IP6 2604::100:8111::3.42476  2604::100:8111::3.snmp:  
C=public GetNextRequest(26)  system

--
Neil Watson
Linux/UNIX Consultant
http://watson-wilson.ca


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



Bug#717179:

2013-07-17 Thread Neil Watson

I think you can close this. I needed to set the rocommunity per
transport. Rocommunity is for ipv4. Rocommunity6 is for ipv6. Would be
nice if this were listed in the default snmpd.conf file.

--
Neil Watson
Linux/UNIX Consultant
http://watson-wilson.ca


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



Bug#592539: isc-dhcp-server: supply additional initscript for IPv6 daemon

2013-04-24 Thread Neil Watson

I have need of this. DHCPv6 is more flexible than router assignment. Is
this going to make Wheezy's stable promotion next month?

--
Neil Watson
Linux/UNIX Consultant
http://watson-wilson.ca


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



Bug#672838: [Pkg-sysvinit-devel] Bug#672838: sysv-rc: invoke-rc.d postfix start fails to start

2012-05-14 Thread Neil Watson

On Mon, May 14, 2012 at 01:32:41PM -0300, Henrique de Moraes Holschuh wrote:

Please give us the results of:

dpkg -s postfix


Package: postfix
Status: install ok installed
Priority: extra
Section: mail
Installed-Size: 3417
Maintainer: LaMont Jones lam...@debian.org
Architecture: amd64
Version: 2.9.1-5
Replaces: mail-transport-agent
Provides: mail-transport-agent
Depends: libc6 (= 2.11), libdb5.1, libsasl2-2 (= 2.1.24), libsqlite3-0 (= 3.5.9), 
libssl1.0.0 (= 1.0.0), debconf (= 0.5) | debconf-2.0, netbase, adduser (= 3.48), dpkg 
(= 1.8.3), lsb-base (= 3.0-6), ssl-cert, cpio
Recommends: python
Suggests: procmail, postfix-mysql, postfix-pgsql, postfix-ldap, postfix-pcre, 
sasl2-bin, libsasl2-modules, dovecot-common, resolvconf, postfix-cdb, 
mail-reader, ufw
Conflicts: libnss-db ( 2.2-3), mail-transport-agent, smail
Conffiles:
 /etc/init.d/postfix 4af3a2532cddca3e6d0bc5f7b4fc2f75
 /etc/ppp/ip-up.d/postfix fccc53fc4eeeab46941ebcc95a71e766
 /etc/ppp/ip-down.d/postfix 52275dc23864f3bfca412c7558e28fe6
 /etc/network/if-up.d/postfix fccc53fc4eeeab46941ebcc95a71e766
 /etc/network/if-down.d/postfix 52275dc23864f3bfca412c7558e28fe6
 /etc/postfix/postfix-files ad34dcc8c31d057f6f20268b0aa16f29
 /etc/postfix/postfix-script 0d01860b2f0778cf41951c801f538b30
 /etc/postfix/post-install 4e9b37279a95246a5fe68afdbbbfd035
 /etc/rsyslog.d/postfix.conf d8a09827fff2a22311e4dd4a83e95c83
 /etc/insserv.conf.d/postfix 7fe2d086ff4822fc9fe13adab1090dce
 /etc/ufw/applications.d/postfix 5c7e746dc9255e750b8f50460de11a32
 /etc/resolvconf/update-libc.d/postfix a0548352443659052ed16d4ae7314506
Description: High-performance mail transport agent
 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program.  Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
Homepage: http://www.postfix.org



/usr/sbin/invoke-rc.d --query postfix start ; echo $?


104


head -n 30 /etc/init.d/postfix


#!/bin/sh -e

# Start or stop Postfix
#
# LaMont Jones lam...@debian.org
# based on sendmail's init.d script

### BEGIN INIT INFO
# Provides:  postfix mail-transport-agent
# Required-Start:$local_fs $remote_fs $syslog $named $network $time
# Required-Stop: $local_fs $remote_fs $syslog $named $network
# Should-Start:  postgresql mysql clamav-daemon postgrey spamassassin 
saslauthd dovecot
# Should-Stop:   postgresql mysql clamav-daemon postgrey spamassassin 
saslauthd dovecot
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
# Short-Description: start and stop the Postfix Mail Transport Agent
# Description:   postfix is a Mail Transport agent
### END INIT INFO

PATH=/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/usr/sbin/postfix
NAME=Postfix
TZ=
unset TZ

# Defaults - don't touch, edit /etc/default/postfix
SYNC_CHROOT=y

test -f /etc/default/postfix  . /etc/default/postfix



If you call /etc/init.d/postfix start, does it work?


ettin:~# /etc/init.d/postfix start; echo $?
[ ok ] Starting Postfix Mail Transport Agent: postfix.
0


--
Neil Watson
Linux/UNIX Consultant
http://watson-wilson.ca



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



Bug#672838: sysv-rc: invoke-rc.d postfix start fails to start

2012-05-13 Thread Neil Watson
Package: sysv-rc
Version: 2.88dsf-22.1
Severity: important

Dear Maintainer,

Expected results
invoke-rc.d postfix start
Should start the postfix service.

Actual results.
The command returns zero but does not start postfix.

ettin:~# ps -ef|grep postfix
root 17238 16921  0 20:17 pts/200:00:00 grep postfix
ettin:~# invoke-rc.d postfix start
ettin:~# echo $?
0
ettin:~# !ps
ps -ef|grep postfix
root 17263 16921  0 20:17 pts/200:00:00 grep postfix
ettin:~# invoke-rc.d postfix restart
ettin:~# echo $?
0
ettin:~# ps -ef|grep postfix
root 17281 16921  0 20:18 pts/200:00:00 grep postfix

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

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

Versions of packages sysv-rc depends on:
ii  debconf [debconf-2.0]  1.5.42
ii  insserv1.14.0-3
ii  sysvinit-utils 2.88dsf-22.1

Versions of packages sysv-rc recommends:
ii  lsb-base  4.1+Debian2

Versions of packages sysv-rc suggests:
pn  bum   none
pn  sysv-rc-conf  none

-- debconf information:
* sysv-rc/unable-to-convert:
* sysv-rc/convert-legacy: true



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



Bug#613224: pulseaudio: pulseaudo had no playback sound with audiophile 2496 sound card

2011-02-13 Thread Neil Watson
Package: pulseaudio
Version: 0.9.21-3+b1
Severity: normal



I found a fix online.  It is in the config file below at the end.
Perhaps this can be included in a later update.

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

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

Versions of packages pulseaudio depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  consolekit  0.4.1-4  framework for defining and trackin
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcap2 1:2.19-3 support for getting/setting POSIX.
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libgdbm31.8.3-9  GNU dbm database routines (runtime
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libpulse0   0.9.21-3+b1  PulseAudio client libraries
ii  libsamplerate0  0.1.7-3  Audio sample rate conversion libra
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsndfile1 1.0.21-3 Library for reading/writing audio 
ii  libspeexdsp11.2~rc1-1The Speex extended runtime library
ii  libudev0164-3libudev shared library
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxtst62:1.1.0-3X11 Testing -- Record extension li
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  udev164-3/dev/ and hotplug management daemo

Versions of packages pulseaudio recommends:
ii  gstreamer0.10-pulseaudio 0.10.24-1   GStreamer plugin for PulseAudio
ii  libasound2-plugins   1.0.23-1+b1 ALSA library additional plugins
ii  pulseaudio-esound-compat 0.9.21-3+b1 PulseAudio ESD compatibility layer
ii  pulseaudio-module-x110.9.21-3+b1 X11 module for PulseAudio sound se

Versions of packages pulseaudio suggests:
ii  paman0.9.4-1 PulseAudio Manager
ii  paprefs  0.9.9-2 PulseAudio Preferences
ii  pavucontrol  0.9.9-1 PulseAudio Volume Control
ii  pavumeter0.9.3-1 PulseAudio Volume Meter
ii  pulseaudio-utils 0.9.21-3+b1 Command line tools for the PulseAu

-- Configuration Files:
/etc/pulse/default.pa changed:
..nofail
..fail
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
load-module module-augment-properties
..ifexists module-udev-detect.so
load-module module-udev-detect
..else
load-module module-detect
..endif
..ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
..endif
..ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
..endif
load-module module-native-protocol-unix
..ifexists module-gconf.so
..nofail
load-module module-gconf
..fail
..endif
load-module module-default-device-restore
load-module module-rescue-streams
load-module module-always-sink
load-module module-intended-roles
load-module module-suspend-on-idle
load-module module-console-kit
load-module module-position-event-sounds
load-module module-cork-music-on-phone

# Added these lines to correct the sound issue.
load-module module-alsa-sink sink_name=M2496_out device=hw:M2496 format=s32le 
channels=10 channel_map=left,right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7
load-module module-alsa-source source_name=M2496_in device=hw:M2496 
format=s32le channels=12 
channel_map=left,right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9


-- 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#502490: vim and mutt

2010-03-24 Thread Neil Watson

I see this problem mostly from mutt as vim is my editor.  To reproduce
try this.

1. Start screen.
2. Start mutt.  
3. Forcefully disconnect session (e.g. kill xterm.).

4. Log in again and reattach screen, usually with -dr.
5. Now try to use vim via mutt again.  Vim will hang.

I'm using Debian 5.0.4

--
Neil Watson
Linux/UNIX Consultant
http://watson-wilson.ca



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



Bug#563566: cupsd.conf is missing

2010-01-03 Thread Neil Watson
Package: cups
Version: 1.3.8-1+lenny7
Severity: normal

While debugging a loss of USB printer communication I purged cups and
reinstalled.
dpkg --purge cupsys cupsys-bsd cupsys-client
rm -rf /etc/cups
apt-get install cupsys cupsys-bsd cupsys-client

Now cups fails to start:
ettin:/etc# /etc/init.d/cups start
Starting Common Unix Printing System: cupsd
Message from sysl...@ettin at Jan  3 14:23:36 ...
 cupsd: Unable to read configuration file '/etc/cups/cupsd.conf' -
 exiting!
 cupsd: Child exited with status 1!
  failed!

find: `/etc/cups': No such file or directory

/etc has space
FilesystemSize  Used Avail Use% Mounted on
/dev/mapper/vg-root   9.9G  4.1G  5.3G  44% /

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

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

Versions of packages cups depends on:
ii  adduser 3.110add and remove users and groups
ii  cups-common 1.3.8-1+lenny7   Common UNIX Printing System(tm) - 
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  ghostscript 8.62.dfsg.1-3.2lenny1The GPL Ghostscript PostScript/PDF
ii  libavahi-compat 0.6.23-3lenny1   Avahi Apple Bonjour compatibility 
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcups21.3.8-1+lenny7   Common UNIX Printing System(tm) - 
ii  libcupsimage2   1.3.8-1+lenny7   Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny1 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1+lenny1  OpenLDAP libraries
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libpaper1   1.1.23+nmu1  library for handling paper charact
ii  libslp1 1.2.1-7.5OpenSLP libraries
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  perl-modules5.10.0-19lenny2  Core Perl modules
ii  poppler-utils [ 0.8.7-3  PDF utilitites (based on libpopple
ii  procps  1:3.2.7-11   /proc file system utilities
ii  ssl-cert1.0.23   simple debconf wrapper for OpenSSL

Versions of packages cups recommends:
ii  avahi-utils   0.6.23-3lenny1 Avahi browsing, publishing and dis
ii  cups-client   1.3.8-1+lenny7 Common UNIX Printing System(tm) - 
ii  foomatic-filters  3.0.2-20080211-3.2 OpenPrinting printer support - fil
ii  smbclient 2:3.2.5-4lenny7a LanManager-like simple client fo

Versions of packages cups suggests:
ii  cups-bsd1.3.8-1+lenny7   Common UNIX Printing System(tm) - 
pn  cups-driver-gutenprint  none   (no description available)
pn  cups-pdfnone   (no description available)
ii  foomatic-db 20080211-2+nmu1  OpenPrinting printer support - dat
ii  foomatic-db-engine  3.0.2-20080211-1 OpenPrinting printer support - pro
ii  hplip   2.8.6.b-4HP Linux Printing and Imaging Syst
pn  xpdf-korean | xpdf-japa none   (no description available)

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd



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



Bug#540450: fails to restart if snort is already stopped

2009-08-07 Thread Neil Watson
Package: snort
Version: 2.7.0-20.4
Severity: normal

Stop snort.  Issue a 'restart'.

Expected result:  Snort should start.

Actual result: The init script fails with an exit status of 6
ettin:/var/cf-masterfiles/config# /etc/init.d/snort stop
Stopping Network Intrusion Detection System : snort (ppp0 ...done).
ettin:/var/cf-masterfiles/config# /etc/init.d/snort restart
No snort instance found to be stopped! failed!

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

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

Versions of packages snort depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgcrypt111.4.1-1   LGPL Crypto library - runtime libr
ii  libgnutls262.4.2-6+lenny1the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libltdl3   1.5.26-4  A system independent dlopen wrappe
ii  libpcap0.8 0.9.8-5   system interface for user-level pa
ii  libpcre3   7.6-2.1   Perl 5 Compatible Regular Expressi
ii  libprelude20.9.18.1-1Hybrid Intrusion Detection System 
ii  libtasn1-3 1.4-1 Manage ASN.1 structures (runtime)
ii  logrotate  3.7.1-5   Log rotation utility
ii  rsyslog [system-log-da 3.18.6-4  enhanced multi-threaded syslogd
ii  snort-common   2.7.0-20.4flexible Network Intrusion Detecti
ii  snort-common-libraries 2.7.0-20.4flexible Network Intrusion Detecti
ii  snort-rules-default2.7.0-20.4flexible Network Intrusion Detecti
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages snort recommends:
ii  iproute   20080725-2 networking and traffic control too

Versions of packages snort suggests:
pn  snort-doc none (no description available)

-- debconf information:
* snort/address_range: 192.168.0.0/16
* snort/startup: boot
* snort/options:
  snort/invalid_interface:
* snort/interface: ppp0
* snort/stats_rcpt: root
* snort/send_stats: true
  snort/config_parameters:
  snort/config_error:
  snort/please_restart_manually:
* snort/reverse_order: false
* snort/stats_treshold: 1
* snort/disable_promiscuous: false



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



Bug#532126: compiz-core: Sending window to another desktop results in loss of that window.

2009-06-06 Thread Neil Watson

Package: compiz-core
Version: 0.7.6-7
Severity: important


Right click on a window title bar and select 'To Desktop'.  Send the window to 
another desktop.  Now go to that desktop.  The window is gone.  It cannot be 
found on any desktops or via any app switcher.

Running compiz on its own with KDE decorations.

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

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

Versions of packages compiz-core depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]   7.0.3-7   A free implementation of the OpenG
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcomposite1 1:0.4.0-3 X11 Composite extension library
ii  libxdamage11:1.1.1-4 X11 damaged region extension libra
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxslt1.1 1.1.24-2  XSLT processing library - runtime 
ii  mesa-utils 7.0.3-7   Miscellaneous Mesa GL utilities


Versions of packages compiz-core recommends:
ii  compiz-plugins0.7.6-7OpenGL window and compositing mana

Versions of packages compiz-core suggests:
pn  nvidia-glxnone (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#512928: libpcre3-dev fails to install due to unmet dependencies

2009-01-24 Thread Neil Watson
Package: libpcre3-dev
Severity: normal

This library will not install:
ettin:~# apt-get install libpcre3-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libpcre3-dev: Depends: libpcre3 (= 7.6-2.1) but 7.8-2 is to be
  installed
  E: Broken packages

It says that 7.8-2 is to be installed but:
apt-cache show libpcre
Package: libpcre3
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 384
Maintainer: Mark Baker m...@mnb.org.uk
Architecture: i386
Source: pcre3
Version: 7.8-2
Depends: libc6 (= 2.7-1)
Conflicts: libpcre3-dev (= 4.3-3)
Description: Perl 5 Compatible Regular Expression Library - runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the runtime libraries.

Package: libpcre3
Priority: standard
Section: libs
Installed-Size: 356
Maintainer: Mark Baker m...@mnb.org.uk
Architecture: i386
Source: pcre3
Version: 7.6-2.1
Depends: libc6 (= 2.7-1)
Conflicts: libpcre3-dev (= 4.3-3)
Filename: pool/main/p/pcre3/libpcre3_7.6-2.1_i386.deb
Size: 211124
MD5sum: 3bcfe7ad11378be68ce7bcb0628f8b91
SHA1: 9725d037b54c9045a67c55ca4c53a8c2c4cc4588
SHA256: d7d91d1f7f3e4848901963fb5d0020bf9066421d09ea5731af6032959aa15b79
Description: Perl 5 Compatible Regular Expression Library - runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the runtime libraries.
Tag: devel::library, role::shared-lib, use::scanning, use::searching

I'm tried updating, upgrading, -f install and autoclean but the problem
persists.

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



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



Bug#503992: snort segfaults

2008-11-27 Thread Neil Watson

I see the same thing:

Package: snort
Priority: optional
Section: net
Installed-Size: 1036
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Architecture: i386
Version: 2.7.0-20.3
Replaces: snort-common ( 2.0.2-3)
Depends: snort-common-libraries (= 2.7.0-20.3), snort-rules-default (= 2.7.0-20.3), debconf (= 0.2.80) | 
debconf-2.0, syslogd | system-log-daemon, libc6 (= 2.7-1), libgcrypt11 (= 1.4.0), libgnutls26 (= 2.4.0-0), 
libgpg-error0 (= 1.4), libltdl3 (= 1.5.2-2), libpcap0.8 (= 0.9.3-1), libpcre3 (= 7.4), libprelude2, 
libtasn1-3 (= 0.3.4), zlib1g (= 1:1.1.4), snort-common (= 2.7.0-20.3), logrotate
Pre-Depends: adduser (= 3.11)
Recommends: iproute
Suggests: snort-doc
Conflicts: snort-mysql, snort-pgsql
Filename: pool/main/s/snort/snort_2.7.0-20.3_i386.deb
Size: 463406
MD5sum: d1c501ebb0f70bc8d3aad0cf571e4c93
SHA1: 71d70dd3bb2596c36e1a6db61af5b3aa3684306a
SHA256: 0cc58572a13a5981c55699afd52f49a1af20a126092b5ac95a79d43cdd9d886a

From dmesg:
[  165.440351] snort[3307]: segfault at 180 ip b7c64613 sp bfaebf1c error 4 in 
libc-2.7.so[b7bf3000+138000]
[16608.935893] snort[9389]: segfault at 180 ip b7c3d613 sp bfcc518c error 4 in 
libc-2.7.so[b7bcc000+138000]
[47396.391769] snort[18422]: segfault at 180 ip b7c73613 sp bfcfc9ec error 4 in 
libc-2.7.so[b7c02000+138000]

--
Neil Watson
UNIX Consultant
http://watson-wilson.ca



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



Bug#439000: dvips command fails in latex2html

2007-08-23 Thread Neil Watson

Thank you.  You can close this bug report.  I am satisfied.

--
Neil Watson | Debian Linux
System Administrator| Uptime  15:25:35 up  6:59,  3 users,  load average: 
0.10, 0.03, 0.01
http://watson-wilson.ca


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



Bug#439000: dvips command fails in latex2html

2007-08-22 Thread Neil Watson

On Wed, Aug 22, 2007 at 06:45:03PM +0200, Hilmar Preusse wrote:

Package: tetex-bin
Version: 3.0-30


Still using teTeX? Have you put the packages on hold or is that in
reality TeX Live?


I'm sorry I do not understand your question.


Could you provide the file nrp-rules.tex? Does the problem occur with
other TeX files too? Can you run the dvips command with the
additional option -d 326?


I have attached a sample file that will produce the same error.  I'm not
sure how to run the dvips command manually.  The errors referenced a
file or directory called ./images.dvi but I can find no indications that
this was created.  Perhaps that is the problem.

--
Neil Watson | Debian Linux
System Administrator| Uptime 4 days
http://watson-wilson.ca
% Template for two sided report

\documentclass[notitlepage, twoside, 12pt]{report}

\addtolength{\textheight}{1.40in}
\usepackage{url}
\usepackage{hyperref}
\usepackage[pdftex]{graphicx}

%%%
\begin{document}
\title{ 
%\includegraphics[scale=0.4]{logo.jpg} 
% Skip vertical space
\vskip 0.25cm 
% Draw horizontal line
\hrulefill 
% Skip vertical space
\vskip 0.5cm 
Bug test
% Skip vertical space.  The zero works like a new line (\\)
\vskip 0.0cm 
% Draw horizontal line
\hrulefill 
}
\author{Neil H. Watson} 
\maketitle

\pagestyle{headings}

\begin{abstract}
This is a bug test for latex2html.
\end{abstract}


\section{Testing}

Math equations are translated to images when latex2html is run.  For
example $4\pi / 22$ and $3\times4=12$ are both images.

\end{document}


Bug#439000: dvips command fails in latex2html

2007-08-22 Thread Neil Watson

On Wed, Aug 22, 2007 at 06:45:03PM +0200, Hilmar Preusse wrote:

Package: tetex-bin
Version: 3.0-30


Still using teTeX? Have you put the packages on hold or is that in
reality TeX Live?


Ah I see now.  I did install tetex-bin long ago.  Are the texlive-*
packages newer and might they not exhibit this bug?  I can upgrade from
tetex-bin to texlive-* if you like.

--
Neil Watson | Debian Linux
System Administrator| Uptime 4 days
http://watson-wilson.ca


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



Bug#439000: dvips command fails in latex2html

2007-08-22 Thread Neil Watson

On Wed, Aug 22, 2007 at 08:56:26PM +0200, Ralf Stubner wrote:

\usepackage[pdftex]{graphicx}


Removing the option pdftex here solves the problem for me. Actually
this option is not necessary here, so it is save to remove it.


I agree this is a work around.  Should a document include graphics and
should I want to produce both pdf and html the problem will rise again.

--
Neil Watson | Debian Linux
System Administrator| Uptime 4 days
http://watson-wilson.ca


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



Bug#439000: dvips command fails in latex2html

2007-08-21 Thread Neil Watson

Package: tetex-bin
Version: 3.0-30

Problem:
latex2html -debug -html_version 4.0 nrp-rules.tex

sniped latex output
*** processing 4 images ***

Generating postscript images using dvips ...
/usr/bin/dvips -S1 -i  -Ppdf  -E -E -o/tmp/l2h30416/image ./images.dvi
Error: Bad file descriptor
Converting image #1
pstoimg V2002-2-1 (Revision 1.19, Perl 5.008008)
pstoimg: Temporary directory is /tmp/l2h30416
pstoimg: Error: Cannot find file /tmp/l2h30416/image001.ps: No such
file or directory

Error while converting image

The html pages are created correctly but the images are missing.  It
seems that dvips fails to create the image files.

System info:
Linux ettin.watson-wilson.ca 2.6.22-1-686 #1 SMP Sun Jul 29 14:37:42 UTC 2007 
i686 GNU/Linux
lenny/sid

--
Neil Watson | Debian Linux
System Administrator| Uptime 2 days
http://watson-wilson.ca


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