[Bug 1317825] [NEW] The -..- and -.- line styles are broken

2014-05-09 Thread Antoine Smith Dryden Dymond
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04

$ apt-cache policy xfig
xfig:
  Installed: 1:3.2.5.c-1ubuntu1
  Candidate: 1:3.2.5.c-1ubuntu1
  Version table:
 *** 1:3.2.5.c-1ubuntu1 0
500 http://za.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

Changing a line's style to  -..- or -.- causes xfig to crash, with a
Segmentation fault

** Affects: xfig (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1317825

Title:
  The -..- and -.- line styles are broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1317825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-05-09 Thread Antoine Smith Dryden Dymond
compiling xfig from source, and 
$ valgrind ./xfig

== Process terminating with default action of signal 11 (SIGSEGV)
==  General Protection Fault
==   at 0x60CD35B: __fprintf_chk (fprintf_chk.c:30)
==by 0x44F8A5: error_handler (stdio2.h:97)
==by 0x5FF9FEF: ??? (in /lib/x86_64-linux-gnu/libc-2.19.so)
==by 0x47AEAF: set_line_stuff (w_drawprim.c:1408)
==by 0x47C977: pw_arcbox (w_drawprim.c:1150)
==by 0x446FC5: draw_arcbox (u_draw.c:752)
==by 0x44A47A: draw_line (u_draw.c:600)
==by 0x45BA53: redisplay_lineobject (u_redraw.c:261)
==by 0x45BDFA: redisplay_objects (u_redraw.c:170)
==by 0x45C162: redisplay_region.part.0 (u_redraw.c:464)
==by 0x45D21E: redisplay_line (u_redraw.c:661)
==by 0x422A35: done_line (e_edit.c:2183)


== Process terminating with default action of signal 11 (SIGSEGV)
==  General Protection Fault
==at 0x60CD35B: __fprintf_chk (fprintf_chk.c:30)
==by 0x451135: ??? (in /usr/bin/xfig)
==by 0x5FF9FEF: ??? (in /lib/x86_64-linux-gnu/libc-2.19.so)
==by 0x47CC3F: ??? (in /usr/bin/xfig)
==by 0x47E6F7: ??? (in /usr/bin/xfig)
==by 0x448855: ??? (in /usr/bin/xfig)
==by 0x44BD0A: ??? (in /usr/bin/xfig)
==by 0x45D403: ??? (in /usr/bin/xfig)
==by 0x45D7AA: ??? (in /usr/bin/xfig)
==by 0x45DB12: ??? (in /usr/bin/xfig)
==by 0x45EBCE: ??? (in /usr/bin/xfig)
==by 0x40A7EC: ??? (in /usr/bin/xfig)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1317825

Title:
  The -..- and -.- line styles are broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1317825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310303] Re: Ubuntu 14.04 does not recognize my FujiFilm FinePix S1600 camera any more

2014-05-05 Thread Antoine Smith Dryden Dymond
My Cannon PowerShot S95 is not recognized on Ubuntu 14.04 64 bit either. 
syslog entries:

May  5 21:50:58 kernel: [  494.036036] usb 1-5: new high-speed USB device 
number 5 using ehci-pci
May  5 21:50:58 kernel: [  494.170798] usb 1-5: New USB device found, 
idVendor=04a9, idProduct=3212
May  5 21:50:58 kernel: [  494.170803] usb 1-5: New USB device strings: Mfr=1, 
Product=2, SerialNumber=3
May  5 21:50:58 kernel: [  494.170807] usb 1-5: Product: Canon Digital Camera
May  5 21:50:58 kernel: [  494.170810] usb 1-5: Manufacturer: Canon Inc.
May  5 21:50:58 kernel: [  494.170813] usb 1-5: SerialNumber: 
272187620FB5406EB21585D957F1B030
May  5 21:50:58 mtp-probe: checking bus 1, device 5: 
/sys/devices/pci:00/:00:1d.7/usb1/1-5
May  5 21:50:58 mtp-probe: bus: 1, device: 5 was not an MTP device
May  5 21:50:58 colord: Device added: sysfs-(null)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310303

Title:
  Ubuntu 14.04 does not recognize my FujiFilm FinePix S1600 camera any
  more

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310303/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1258026] [NEW] Default configuration file Apache 2.2 not Apache 2.4

2013-12-04 Thread Antoine Smith Dryden Dymond
Public bug reported:

Ubuntu 13.10 ships with Apache 2.4, while Munin's default apache.conf file is 
written for Apache 2.2.
Therefore, the following changes should be made to /etc/munin/apache.conf for 
the 
-  Order allow,deny
-  Allow from localhost 127.0.0.0/8 ::1
+ Require host localhost
+ Require ip 127.0.0.0/8 ::1
or something like that ...

$ lsb_release -rd
Description:Ubuntu 13.10
Release:13.10

$ apt-cache show munin

Version: 2.0.17-2ubuntu1

3) What you expected to happen
munin to work out-of-the box

4) What happened instead
got an access denied message when accessing http://127.0.0.1/munin

** Affects: munin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/1258026

Title:
  Default configuration file Apache 2.2 not Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1258026/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1258026] [NEW] Default configuration file Apache 2.2 not Apache 2.4

2013-12-04 Thread Antoine Smith Dryden Dymond
Public bug reported:

Ubuntu 13.10 ships with Apache 2.4, while Munin's default apache.conf file is 
written for Apache 2.2.
Therefore, the following changes should be made to /etc/munin/apache.conf for 
the 
-  Order allow,deny
-  Allow from localhost 127.0.0.0/8 ::1
+ Require host localhost
+ Require ip 127.0.0.0/8 ::1
or something like that ...

$ lsb_release -rd
Description:Ubuntu 13.10
Release:13.10

$ apt-cache show munin

Version: 2.0.17-2ubuntu1

3) What you expected to happen
munin to work out-of-the box

4) What happened instead
got an access denied message when accessing http://127.0.0.1/munin

** Affects: munin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258026

Title:
  Default configuration file Apache 2.2 not Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1258026/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1051160] Re: AMD video performance slow down

2012-09-15 Thread Dryden
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1051160

Title:
  AMD video performance slow down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1051160/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1051160] [NEW] AMD video performance slow down

2012-09-15 Thread Dryden
Public bug reported:

The video performance when opening all windows and dragging them across
the screen has a significant delay as compared to the previous kernel.
Additionally, Lubuntu now takes longer to boot (a good 3-4 seconds
longer).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-30-generic-pae 3.2.0-30.48
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic-pae 3.2.27
Uname: Linux 3.2.0-30-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mike   1841 f lxpanel
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 45'
   Mixer name   : 'Realtek ALC892'
   Components   : 'HDA:10ec0892,1043841b,00100302'
   Controls  : 44
   Simple ctrls  : 21
Card1.Amixer.info:
 Card hw:1 'camera'/'USB camera at usb-:00:1d.0-1.5, full speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB045e:00f5'
   Controls  : 3
   Simple ctrls  : 2
Card2.Amixer.info:
 Card hw:2 'Generic'/'HD-Audio Generic at 0xf7e6 irq 46'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100300'
   Controls  : 0
   Simple ctrls  : 0
Card2.Amixer.values:
 
Date: Sat Sep 15 07:43:10 2012
InstallationMedia: Lubuntu 12.04 Precise Pangolin - Release i386 (20120423)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-30-generic-pae 
root=UUID=972f5796-da03-41fa-afab-c7f0ad78a06d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-30-generic-pae N/A
 linux-backports-modules-3.2.0-30-generic-pae  N/A
 linux-firmware1.79.1
RfKill:
 
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/15/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0416
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H77-M PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0416:bd02/15/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H77-MPRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-bug i386 precise staging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1051160

Title:
  AMD video performance slow down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1051160/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 957247] Re: iptables v1.4.10 rateest not working

2012-05-28 Thread Antoine Smith Dryden Dymond
*** This bug is a duplicate of bug 982961 ***
https://bugs.launchpad.net/bugs/982961

** This bug has been marked a duplicate of bug 982961
   RATEEST and statistic modules are broken

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957247

Title:
  iptables  v1.4.10 rateest not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/957247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 988281] Re: iptables - statistic matcher won't load - undefined symbol

2012-05-28 Thread Antoine Smith Dryden Dymond
*** This bug is a duplicate of bug 982961 ***
https://bugs.launchpad.net/bugs/982961

** This bug has been marked a duplicate of bug 982961
   RATEEST and statistic modules are broken

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/988281

Title:
  iptables - statistic matcher won't load - undefined symbol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/988281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 982961] Re: RATEEST and statistic modules are broken

2012-05-28 Thread Antoine Smith Dryden Dymond
Patch posted by Ilya Voronin on 2012-05-05 worked for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982961

Title:
  RATEEST and statistic modules are broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/982961/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 957247] [NEW] iptables v1.4.10 rateest not working

2012-03-16 Thread Antoine Smith Dryden Dymond
Public bug reported:

iptables rateest module borken in ubuntu 11.10 :

antoine@gateway:~$ more /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION=Ubuntu 11.10
antoine@gateway:~$ uname -a
Linux gateway 3.0.0-16-server #29-Ubuntu SMP Tue Feb 14 13:08:12 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
antoine@gateway:~$ sudo iptables -t mangle -A POSTROUTING -o  eth0  -j  RATEEST 
 --rateest-name eth0 --rateest-interval 250ms --rateest-ewma 0.5s
[sudo] password for antoine: 
/lib/xtables/libxt_RATEEST.so: /lib/xtables/libxt_RATEEST.so: undefined symbol: 
log
iptables v1.4.10: unknown option `--rateest-name'
Try `iptables -h' or 'iptables --help' for more information.
antoine@gateway:~$ apt-cache policy iptables
iptables:
  Installed: 1.4.10-1ubuntu1
  Candidate: 1.4.10-1ubuntu1
  Version table:
 *** 1.4.10-1ubuntu1 0
500 http://za.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status


iptables rateest works (while at least does not throw an error) in ubuntu 10.04:

antoine@old-gateway:~$ more /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION=Ubuntu 10.04.4 LTS
antoine@old-gateway:~$ uname -a
Linux old-gateway 2.6.32-39-generic-pae #86-Ubuntu SMP Mon Feb 13 23:05:11 UTC 
2012 i686 GNU/Linux
antoine@old-gateway:~$ sudo iptables -t mangle -A POSTROUTING -o  eth0  -j  
RATEEST  --rateest-name eth0 --rateest-interval 250ms --rateest-ewma 0.5s
antoine@old-gateway:~$ sudo iptables -t mangle --list POSTROUTING
Chain POSTROUTING (policy ACCEPT)
target prot opt source   destination 
RATEESTall  --  anywhere anywherename eth0 interval 
250.0ms ewmalog 500.0ms
antoine@old-gateway:~$ apt-cache policy iptables
iptables:
  Installed: 1.4.4-2ubuntu2
  Candidate: 1.4.4-2ubuntu2
  Version table:
 *** 1.4.4-2ubuntu2 0
500 http://za.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957247

Title:
  iptables  v1.4.10 rateest not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/957247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 957247] Re: iptables v1.4.10 rateest not working

2012-03-16 Thread Antoine Smith Dryden Dymond
** Package changed: ubuntu = iptables (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957247

Title:
  iptables  v1.4.10 rateest not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/957247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 569444] [NEW] package ncurses-base 5.7 20090803-2ubuntu2 failed to install/upgrade:

2010-04-24 Thread Barry Dryden
Public bug reported:

Binary package hint: dpkg

upgrading 9.10 to new 10.04 LTS for amd64.  Won't installl upgrade.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: ncurses-base 5.7+20090803-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
Uname: Linux 2.6.31-21-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Apr 23 23:45:51 2010
ErrorMessage:
 ErrorMessage: package ncurses-base is already installed and configured
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
PackageArchitecture: all
SourcePackage: dpkg
Title: package ncurses-base 5.7+20090803-2ubuntu2 failed to install/upgrade:

** Affects: dpkg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

-- 
package ncurses-base 5.7 20090803-2ubuntu2 failed to install/upgrade:
https://bugs.launchpad.net/bugs/569444
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 569444] Re: package ncurses-base 5.7 20090803-2ubuntu2 failed to install/upgrade:

2010-04-24 Thread Barry Dryden

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/45192166/Dependencies.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/45192167/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/45192168/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   http://launchpadlibrarian.net/45192169/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/45192170/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   http://launchpadlibrarian.net/45192171/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/45192172/VarLogDistupgradeTermlog.gz

-- 
package ncurses-base 5.7 20090803-2ubuntu2 failed to install/upgrade:
https://bugs.launchpad.net/bugs/569444
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs