[Bug 493575] Re: Buildbot master generates a setupBuild exception when attempting to run a builder

2010-09-12 Thread Yagisan
To be honest, I needed a continuous integration system to be deployed,
and instead of fiddling around with buildbot, I replaced it with hudson
( which I wish was in ubuntu ... ) and shipped it, so I never got around
to having another go with buildbot.

-- 
Buildbot master generates a setupBuild exception when attempting to run a 
builder
https://bugs.launchpad.net/bugs/493575
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 282536] Re: LIBATA with PATA_VIA causes ATAPI PATA devices to hang with HPET enabled

2010-06-23 Thread Yagisan
The reporter ceased responding as:
a) No one with the ability to fix the bug has looked at it
b) the bug didn't get fixed
c) it clearly has a lot of me too responses
d) it was confirmed in mainline before the useless upgrade to the new version 
of ubuntu and then bother us if it's still broken message
e) the reporter has come to the conclusion launchpad has become a place of bugs 
to languages and be ignored, rather than be fixed
f) the pata drives were removed and the system no longer runs Ubuntu so I could 
have a working system, in a timely manner.

I wish all thoses stilll experiencing the bug the best of luck resolving
it - but I suspect where possible, replacing the hardware with non-pata
versions would be the most expedient work around, as I honestly no
longer expect this to be fixed.

-- 
LIBATA with  PATA_VIA causes ATAPI  PATA devices to hang with HPET enabled
https://bugs.launchpad.net/bugs/282536
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 493575] Re: Buildbot master generates a setupBuild exception when attempting to run a builder

2009-12-08 Thread Yagisan
I have duplicated this exact same bug on Ubuntu 9.04. I have attached
the .apport file generated from ubuntu-bug, and have copied the output
from twistd.log below.

--- Start of twistd.log 
 22:30:35+1100 [HTTPChannel,0,10.0.0.113] 10.0.0.113 - - [08/Dec/2009:11:30:35 
+] GET 
/builders/ubuntu-904-amd64-gcc43-rwd/force?username=comments=branch=revision=
 HTTP/1.1 302 180 
http://10.0.0.135:8010/builders/ubuntu-904-amd64-gcc43-rwd/; Mozilla/5.0 
(X11; U; Linux i686; en-US; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) 
Firefox/3.0.15
2009-12-08 22:30:35+1100 [Broker,0,10.0.0.118] ping finished: success
2009-12-08 22:30:35+1100 [Broker,0,10.0.0.118] Build 
ubuntu-904-amd64-gcc43-rwd.startBuild
2009-12-08 22:30:35+1100 [Broker,0,10.0.0.118] error while creating step, 
factory=[buildbot.steps.source.Git instance at 0x331a7e8], args={}
2009-12-08 22:30:35+1100 [Broker,0,10.0.0.118] Build.setupBuild failed
2009-12-08 22:30:35+1100 [Broker,0,10.0.0.118] Unhandled Error
Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/twisted/internet/defer.py, 
line 243, in callback
self._startRunCallbacks(result)
  File /usr/lib/python2.6/dist-packages/twisted/internet/defer.py, 
line 312, in _startRunCallbacks
self._runCallbacks()
  File /usr/lib/python2.6/dist-packages/twisted/internet/defer.py, 
line 328, in _runCallbacks
self.result = callback(self.result, *args, **kw)
  File /usr/lib/python2.6/dist-packages/buildbot/process/builder.py, 
line 637, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
--- exception caught here ---
  File /usr/lib/python2.6/dist-packages/buildbot/process/base.py, 
line 336, in startBuild
self.setupBuild(expectations) # create .steps
  File /usr/lib/python2.6/dist-packages/buildbot/process/base.py, 
line 387, in setupBuild
step = factory(**args)
exceptions.TypeError: 'list' object is not callable
 End of twistd.log 

** Attachment added: apport report from ubuntu 9.04
   http://launchpadlibrarian.net/36573811/apport.buildbot_0.7.9-1.MTi94U.apport

-- 
Buildbot master generates a setupBuild exception when attempting to run a 
builder
https://bugs.launchpad.net/bugs/493575
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 493575] Re: Buildbot master generates a setupBuild exception when attempting to run a builder

2009-12-08 Thread Yagisan
I have now duplicated this bug on ubuntu 8.04 with buildbot 0.7.6-1. I
have copied the output from twistd.log below, and have attached the
adjusted master.cfg file needed to reproduce this on hardy (the locking
commands were removed as they are not understood on this old version)

--- Start of twistd.log 
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] ping finished: success
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] Build 
ubuntu-904-amd64-gcc43-rwd.startBuild
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] error while creating step, 
factory=[buildbot.steps.source.Git instance at 0xc94440], args={}
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] Build.setupBuild failed
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] Unhandled Error
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/twisted/internet/defer.py, 
line 239, in callback
self._startRunCallbacks(result)
  File /usr/lib/python2.5/site-packages/twisted/internet/defer.py, 
line 304, in _startRunCallbacks
self._runCallbacks()
  File /usr/lib/python2.5/site-packages/twisted/internet/defer.py, 
line 317, in _runCallbacks
self.result = callback(self.result, *args, **kw)
  File /usr/lib/python2.5/site-packages/buildbot/process/builder.py, 
line 616, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
--- exception caught here ---
  File /usr/lib/python2.5/site-packages/buildbot/process/base.py, 
line 300, in startBuild
self.setupBuild(expectations) # create .steps
  File /usr/lib/python2.5/site-packages/buildbot/process/base.py, 
line 351, in setupBuild
step = factory(**args)
exceptions.TypeError: 'list' object is not callable
 End of twistd.log 

** Attachment added: master.cfg suitable for hardy
   http://launchpadlibrarian.net/36574514/master.cfg

-- 
Buildbot master generates a setupBuild exception when attempting to run a 
builder
https://bugs.launchpad.net/bugs/493575
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 493575] Re: Buildbot master generates a setupBuild exception when attempting to run a builder

2009-12-08 Thread Yagisan
Further testing has demonstrated that the buildbot will only work if
configured like the first example at
http://djmitche.github.com/buildbot/docs/0.7.11/#Build-Steps ie:

 f = factory.BuildFactory()
 f.addStep(source.SVN(svnurl=http://svn.example.org/Trunk/;))
 f.addStep(shell.ShellCommand(command=[make, all]))
 f.addStep(shell.ShellCommand(command=[make, test]))

rather than the second example listed there ie:

setup_steps = [
 source.SVN(svnurl=http://svn.example.org/Trunk/;)
 shell.ShellCommand(command=./setup)
]
quick = factory.BuildFactory()
quick.addSteps(setup_steps)
quick.addStep(shell.shellCommand(command=make quick))


Which unfortunately for me means a lot of duplication of build scripts, and a 
lot more places to make changes to the buildbot as the project grows. So, yes, 
there is a work-around, but no, the bug still exists.

-- 
Buildbot master generates a setupBuild exception when attempting to run a 
builder
https://bugs.launchpad.net/bugs/493575
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 493575] [NEW] Buildbot master generates a setupBuild exception when attempting to run a builder

2009-12-07 Thread Yagisan
Public bug reported:

Binary package hint: buildbot

I installed buildbot on one master and two slave systems. I configured
the master with a minimal configuration, and attached the two slaves.
The configuration file passed validation from buildbot checkconfig. The
buildbot service started, and the slaves connected. I attempted to start
a build and the build immediately failed with a setupBuild exception.
Examining twistd.log on the server revealed this as the cause of the
setupBuild exception.

- Start copy of twistd.log -

2009-12-07 23:44:45+1100 [HTTPChannel,0,10.0.0.1] 10.0.0.1 - - 
[07/Dec/2009:12:44:44 +] POST /builders/ubuntu-904-amd64-gcc43-rwd/force 
HTTP/1.1 302 180 
http://shinka.bpa.nu:8010/builders/ubuntu-904-amd64-gcc43-rwd/; Mozilla/5.0 
(X11; U; Linux i686; en-US; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) 
Firefox/3.0.15 

2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] ping finished: success   
  
2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] Build 
ubuntu-904-amd64-gcc43-rwd.startBuild  
2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] error while creating step, 
factory=[buildbot.steps.source.Git instance at 0x30de128], args={}
  
2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] Build.setupBuild failed  
  
2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] Unhandled Error  
  
Traceback (most recent call last):  
  
  File /usr/lib/python2.6/dist-packages/twisted/internet/defer.py, 
line 243, in callback
self._startRunCallbacks(result) 
  
  File /usr/lib/python2.6/dist-packages/twisted/internet/defer.py, 
line 312, in _startRunCallbacks  
self._runCallbacks()
  
  File /usr/lib/python2.6/dist-packages/twisted/internet/defer.py, 
line 328, in _runCallbacks   
self.result = callback(self.result, *args, **kw)
  
  File /usr/lib/python2.6/dist-packages/buildbot/process/builder.py, 
line 805, in _startBuild_2 
d = build.startBuild(bs, self.expectations, sb) 
  
--- exception caught here --- 
  
  File /usr/lib/python2.6/dist-packages/buildbot/process/base.py, 
line 351, in startBuild   
self.setupBuild(expectations) # create .steps   
  
  File /usr/lib/python2.6/dist-packages/buildbot/process/base.py, 
line 401, in setupBuild   
step = factory(**args)  
  
exceptions.TypeError: 'list' object is not callable 
  

- End copy of twistd.log -

I have attached the relevant master.cfg file to this bug report.

With this bug, buildbot is non-functional on a Karmic host.

ProblemType: Bug
Architecture: amd64
Date: Mon Dec  7 23:59:43 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/buildbot
InterpreterPath: /usr/bin/python2.6
Package: buildbot 0.7.11p3-1
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/sh
ProcVersionSignature: Ubuntu 2.6.31-16.52-server
SourcePackage: buildbot
Uname: Linux 2.6.31-16-server x86_64

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


** Tags: amd64 apport-bug

-- 
Buildbot master generates a setupBuild exception when attempting to run a 
builder
https://bugs.launchpad.net/bugs/493575
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 493575] Re: Buildbot master generates a setupBuild exception when attempting to run a builder

2009-12-07 Thread Yagisan

** Attachment added: Buildbot master.cfg file that demonstrates the bug.
   http://launchpadlibrarian.net/36529535/master.cfg

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/36529537/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/36529538/ProcStatus.txt

-- 
Buildbot master generates a setupBuild exception when attempting to run a 
builder
https://bugs.launchpad.net/bugs/493575
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 282536] Re: LIBATA with PATA_VIA causes ATAPI PATA devices to hang with HPET enabled

2009-04-19 Thread Yagisan
I went and tested a vanilla 2.6.29.1 kernel, and the problem still
exists there. it isn't triggered by suspend or resume, as it's been
affecting my server box, and I certainly don't use suspend and resume on
that. You just need to leave the system running for a short while before
you get the messages and can't use your atapi devices.

It doesn't occur with the via82cxxx module, but the ubuntu kernels do
not build the old ide modules.

-- 
LIBATA with  PATA_VIA causes ATAPI  PATA devices to hang with HPET enabled
https://bugs.launchpad.net/bugs/282536
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 282536] Re: LIBATA with PATA_VIA causes ATAPI PATA devices to hang with HPET enabled

2009-04-09 Thread Yagisan
I've ended up working around the issue. I blacklist the pata_via module,
and build my own kernels with all the old ide drivers as modules,
loading via82cxxx for my pata devices. Unfortunately I haven't been able
to convince my ppa to build those kernels (some sort of issue with ABI's
and sadly the ubuntu kernel package is poorly documented on how to
actually update that)

I'm quite certain that the timing code for the libata versions is
broken, but it's not immediately obvious to me exactly where or how to
fix it. all I can suggest is that the old ide driver and the new libata
driver should be both closly examined and the libata driver should be
adjusted as needed to match the ide driver.

-- 
LIBATA with  PATA_VIA causes ATAPI  PATA devices to hang with HPET enabled
https://bugs.launchpad.net/bugs/282536
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 288531] Re: soffice.bin crashed with SIGSEGV

2008-10-23 Thread Yagisan

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/18842243/CoreDump.gz

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/18842245/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/18842246/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/18842247/Registers.txt

** Visibility changed to: Public

-- 
soffice.bin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/288531
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 282536] [NEW] LIBATA with PATA_VIA causes ATAPI PATA devices to hang with HPET enabled

2008-10-13 Thread Yagisan
Public bug reported:

With a default install of the current Intrepid kernel on systems with a
HPET, and both a Via SATA and PATA controller, the kernel is unable to
utilise any ATAPI devices attached to the PATA controller.

The kernel logs fill up with the following message every 30 seconds:
[EMAIL PROTECTED]:~$ head /var/log/kern.log
Oct 13 04:14:09 doomguy kernel: [ 4035.444075] ata5.00: exception Emask 0x0 
SAct 0x0 SErr 0x0 action 0x6 frozen
Oct 13 04:14:09 doomguy kernel: [ 4035.444111] ata5.00: cmd 
a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Oct 13 04:14:09 doomguy kernel: [ 4035.444114]  cdb 00 00 00 00 00 00 
00 00  00 00 00 00 00 00 00 00
Oct 13 04:14:09 doomguy kernel: [ 4035.444116]  res 
40/00:02:00:08:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Oct 13 04:14:09 doomguy kernel: [ 4035.444123] ata5.00: status: { DRDY }
Oct 13 04:14:09 doomguy kernel: [ 4035.444157] ata5: soft resetting link
Oct 13 04:14:10 doomguy kernel: [ 4035.664487] ata5.00: configured for PIO0
Oct 13 04:14:10 doomguy kernel: [ 4035.664546] ata5: EH complete

After examining the kernel source package, to understand the somewhat
cryptic libata error messages, I realised the problem appears to be
timing related. As older linux kernels worked on this system, I reasoned
that a recent change to the timing system or libata is to blame.

Investigating the timing system first, I appended hpet=disable to the
boot command, forcing use of the PIT. This resulted in the ATAPI devices
being detected and functioning until a dvd was inserted.

This caused a slightly different error message which leads me to believe
my workaround was successful, and that there are several bugs at play
here.

The error message is now:
 7396.720467] sr 2:0:0:0: ioctl_internal_command return code = 802
[ 7396.720471]: Sense Key : Aborted Command [current] [descriptor]
[ 7396.720479]: Add. Sense: No additional sense information
[ 7426.721068] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 7426.721092] ata3.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
[ 7426.721094]  cdb 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[ 7426.721097]  res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 
(timeout)
[ 7426.721103] ata3.00: status: { DRDY }
[ 7426.721132] ata3: soft resetting link
[ 7426.933430] ata3.00: configured for PIO0
[ 7426.933466] ata3: EH complete
[ 7969.384483] sr0: CDROM (ioctl) error, command: Get event status notification 
4a 01 00 00 10 00 00 00 08 00
[ 7969.384501] sr: Sense Key : Aborted Command [current] [descriptor]
[ 7969.384509] sr: Add. Sense: No additional sense information
[ 7979.384058] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 7979.384082] ata3.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
[ 7979.384084]  cdb 1e 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[ 7979.384087]  res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 
(timeout)
[ 7979.384093] ata3.00: status: { DRDY }
[ 7979.384123] ata3: soft resetting link
[ 7979.596401] ata3.00: configured for PIO0
[ 7979.596427] ata3: EH complete

System Information:
--
[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

[EMAIL PROTECTED]:~$ apt-cache policy linux-image-2.6.27-7-generic
linux-image-2.6.27-7-generic:
  Installed: 2.6.27-7.10
  Candidate: 2.6.27-7.10
  Version table:
 *** 2.6.27-7.10 0
500 http://au.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

[EMAIL PROTECTED]:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. K8T890CF Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. VT3351 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. VT3351 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. VT3351 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. VT3351 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. VT3351 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. Device 6238
00:00.7 Host bridge: VIA Technologies, Inc. VT3351 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. [K8T890 North / VT8237 South] PCI 
Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
00:03.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
00:03.1 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
00:03.2 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
00:03.3 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port Controller 
(rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
00:10.2 USB Controller: VIA Technologies, 

[Bug 282536] Re: LIBATA with PATA_VIA causes ATAPI PATA devices to hang with HPET enabled

2008-10-13 Thread Yagisan

** Attachment added: dmesg output
   http://launchpadlibrarian.net/18493661/dmesg.txt

-- 
LIBATA with  PATA_VIA causes ATAPI  PATA devices to hang with HPET enabled
https://bugs.launchpad.net/bugs/282536
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 282536] Re: LIBATA with PATA_VIA causes ATAPI PATA devices to hang with HPET enabled

2008-10-13 Thread Yagisan
Full output from lscpi -vvnn attached

** Attachment added: lspci -vvnn output
   http://launchpadlibrarian.net/18493699/lspci_vvnn.txt

-- 
LIBATA with  PATA_VIA causes ATAPI  PATA devices to hang with HPET enabled
https://bugs.launchpad.net/bugs/282536
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 281984] Re: Updating ifupdown to 0.6.8ubuntu10 DISABLES STATIC IP ADDRESS BASED NETWORKING

2008-10-12 Thread Yagisan
james_w Yagisan: actually, can you tell me if you have 
/etc/NetworkManager/nm-system-settings.conf
Yagisan james_w, when I removed that file you asked for (this morning) I got 
networking back. I just did a quick check by touching a blank file there - and 
networiking went down again
persia Which file?
Yagisan /etc/NetworkManager/nm-system-settings.conf
persia That should only be there if network manager is installed.
Yagisan it was at one stage. long long ago.
persia If `touch /etc/NetworkManager/nm-system-settings.conf` is enough to 
break it, the check is clearly wrong.
james_w Yagisan: ok, so it is the issue

-- 
Updating ifupdown to 0.6.8ubuntu10 breaks non-NM configurations that have 
/etc/NetworkManager/nm-system-settings.conf
https://bugs.launchpad.net/bugs/281984
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 281984] [NEW] Updateing ifupdown to 0.6.8ubuntu10 DISABLES STATIC IP ADDRESS BASED NETWORKING

2008-10-11 Thread Yagisan
Public bug reported:

Binary package hint: ifupdown

I run systems with static ip address based networking. They do use or
have NetworkManger installed.

Imagine my absolute joy and surprise to update my systems, reboot, and find 
this:
[EMAIL PROTECTED]:~$ sudo /etc/init.d/networking restart
 * Reconfiguring network interfaces...
WARNING: ifup -a is disabled in favour of NetworkManager.
  Set ifupdown:managed=false in /etc/NetworkManager/nm-system-settings.conf.

But wait ? I don't HAVE network manager. Lets check if my interfaces are up ?
[EMAIL PROTECTED]:~$ ifconfig 
loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:892 errors:0 dropped:0 overruns:0 frame:0
  TX packets:892 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:50768 (50.7 KB)  TX bytes:50768 (50.7 KB)

vnet0 Link encap:Ethernet  HWaddr b2:0c:e4:db:a5:5c  
  inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
  inet6 addr: fe80::b00c:e4ff:fedb:a55c/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:167 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:0 (0.0 B)  TX bytes:36571 (36.5 KB)

No - they clearly ARE NOT.

REVERT THIS HALF-ARSED SYSTEM BREAKING CHANGE NOW. I get the joy of
reverting all these systems you broke with such a thoughtless and
careless update.

I have an idea - lets check what priority these packages are.

[EMAIL PROTECTED]:~$ apt-cache show ifupdown
Package: ifupdown
Priority: important
Section: base
Installed-Size: 268
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Anthony Towns [EMAIL PROTECTED]
Architecture: amd64
Version: 0.6.8ubuntu10
Replaces: netbase ( 4.00)
Depends: net-tools, libc6 (= 2.4), debconf (= 1.2.0) | debconf-2.0, lsb-base 
(= 1.3-9ubuntu3), netbase (= 4.30ubuntu2)
Suggests: iproute, dhcp3-client | dhcp-client, ppp
Filename: pool/main/i/ifupdown/ifupdown_0.6.8ubuntu10_amd64.deb
Size: 58760
MD5sum: dcfd760f49ff08f7f4569aaebb1f97b0
SHA1: 0e92104ad976fcf2df57856290b56cdc4ec6a666
SHA256: 1e2697d47e84684165d6eabe8220acb2457702f8f7173f6e2fcd4d2d89f6725a
Description: high level tools to configure network interfaces
 This package provides the tools ifup and ifdown which may be used to
 configure (or, respectively, deconfigure) network interfaces based on
 interface definitions in the file /etc/network/interfaces.
Bugs: mailto:[EMAIL PROTECTED]
Build-Essential: yes
Origin: Ubuntu
Task: minimal

Oh look - ifupdown is IMPORTANT and is part of the MINIMAL task. No
mention ANYWHERE there of needing Network-Manager.

[EMAIL PROTECTED]:~$ apt-cache show network-manager
Package: network-manager
Priority: optional
Section: net
Installed-Size: 2040
Maintainer: Ubuntu Core Dev Team [EMAIL PROTECTED]
Original-Maintainer: Riccardo Setti [EMAIL PROTECTED]
Architecture: amd64
Version: 0.7~~svn20081008t224042-0ubuntu2
Replaces: network-manager-pptp ( 0.7~~)
Depends: libc6 (= 2.4), libdbus-1-3 (= 1.0.2), libdbus-glib-1-2 (= 0.74), 
libglib2.0-0 (= 2.16.0), libhal1 (= 0.5.8.1), libnl1, libnm-glib0 (= 
0.7~~svn20080908), libnm-util0 (= 0.7~~svn20080908), libnspr4-0d (= 
1.8.0.10), libnss3-1d (= 3.12.0~1.9b1), libpolkit-dbus2 (= 0.7), libpolkit2 
(= 0.7), libuuid1 (= 1.05), iproute, iputils-arping, lsb-base (= 2.0-6), 
wpasupplicant (= 0.6.1~), dbus (= 0.60), hal (= 0.5.7.1), 
update-notifier-common
Recommends: network-manager-gnome | network-manager-kde
Conflicts: network-manager-pptp ( 0.7~~)
Filename: 
pool/main/n/network-manager/network-manager_0.7~~svn20081008t224042-0ubuntu2_amd64.deb
Size: 292068
MD5sum: 126a6e09bf8c8aff4ef9de26b4d02c26
SHA1: e52f8ea78a90dc4b9e782d7114460d1245703dd4
SHA256: 988274125612c5d4e1e0869bc96a2ac1705e26c8cae2ba827931e4f17391ca0f
Description: network management framework daemon
 NetworkManager attempts to keep an active network connection available at all
 times. It is intended only for the desktop use-case, and is not intended for
 usage on servers. The point of NetworkManager is to make networking
 configuration and setup as painless and automatic as possible.  If using DHCP,
 NetworkManager is _intended_ to replace default routes, obtain IP addresses
 from a DHCP server, and change nameservers whenever it sees fit.
 .
 This package provides the userspace daemons.
 .
  Homepage: http://www.gnome.org/projects/NetworkManager/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: ubuntu-desktop, kubuntu-desktop, edubuntu-desktop, edubuntu-desktop-kde, 
xubuntu-desktop, mobile-mid, mobile-mobile

Would you look at that - it's an OPTIONAL package, that is part of the
UBUNTU-DEKSTOP task.

Could you EVER possibly envisage that someone somewhere just may not be
using the ubuntu-desktop meta 

[Bug 281984] Re: Updating ifupdown to 0.6.8ubuntu10 DISABLES STATIC IP ADDRESS BASED NETWORKING

2008-10-11 Thread Yagisan
** Summary changed:

- Updateing ifupdown to 0.6.8ubuntu10 DISABLES STATIC IP ADDRESS BASED 
NETWORKING
+ Updating ifupdown to 0.6.8ubuntu10 DISABLES STATIC IP ADDRESS BASED NETWORKING

-- 
Updating ifupdown to 0.6.8ubuntu10 DISABLES STATIC IP ADDRESS BASED NETWORKING
https://bugs.launchpad.net/bugs/281984
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 214885] Re: python2.5 crashed with AttributeError in __init__()

2008-10-07 Thread Yagisan
re-opening:

This was reproduced last night in intrepid and reported here
https://bugs.launchpad.net/ubuntu/+source/gmailfs/+bug/279178

** Changed in: gmailfs (Ubuntu)
   Status: Invalid = New

-- 
python2.5 crashed with AttributeError in __init__()
https://bugs.launchpad.net/bugs/214885
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 279178] Re: python2.5 crashed with AttributeError in __init__()

2008-10-06 Thread Yagisan

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/18267637/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/18267638/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/18267639/Traceback.txt

** Visibility changed to: Public

-- 
python2.5 crashed with AttributeError in __init__()
https://bugs.launchpad.net/bugs/279178
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 275458] Re: scim-launcher crashed with SIGSEGV in scim::FrontEndModule::load()

2008-09-30 Thread Yagisan
** Visibility changed to: Public

-- 
scim-launcher crashed with SIGSEGV in scim::FrontEndModule::load()
https://bugs.launchpad.net/bugs/275458
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 270894] [NEW] Firefox is located in the wrong section of the Ubuntu Archive

2008-09-16 Thread Yagisan
Public bug reported:

Binary package hint: firefox-3.0

Firefox is currently located in the main section of the Ubuntu archive.
Software in the main section must be free as listed in
http://www.ubuntu.com/community/ubuntustory/components with free
defined in http://www.ubuntu.com/community/ubuntustory/philosophy

Now, with Firefox, I can not alter it in any way, not even a bug fix,
without Mozilla claiming trademark infringement - eg see
https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/269656

As a result, based on this, Firefox should be moved to the restricted
section of the archive to correctly reflect that it has restrictions
above and beyond those found in main

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Firefox is located in the wrong section of the Ubuntu Archive
https://bugs.launchpad.net/bugs/270894
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 269007] Re: gstreamer-ffmpeg crashes while indexing an h263 file

2008-09-16 Thread Yagisan
I've been trying today to reproduce this bug, and I can't seem to do it
just by running:

/usr/bin/totem-gstreamer-video-indexer /home/username/torrents/done/Play\ 
School\ -\ Transport/Play\ School\ -\ Transport\ -\ Friday.avi
TOTEM_INFO_DURATION=1897
TOTEM_INFO_HAS_VIDEO=True
TOTEM_INFO_VIDEO_WIDTH=640
TOTEM_INFO_VIDEO_HEIGHT=368
TOTEM_INFO_VIDEO_CODEC=XVID MPEG-4
TOTEM_INFO_FPS=25
TOTEM_INFO_HAS_AUDIO=True
TOTEM_INFO_AUDIO_BITRATE=132
TOTEM_INFO_AUDIO_CODEC=MPEG 1 Audio, Layer 3 (MP3)
TOTEM_INFO_AUDIO_SAMPLE_RATE=48000
TOTEM_INFO_AUDIO_CHANNELS=Stereo

I can certainly clip you part of the file, but I'm not sure it would
actually help at this stage.

-- 
gstreamer-ffmpeg crashes while indexing an h263 file
https://bugs.launchpad.net/bugs/269007
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 242891] Re: pidgin-lastfm: crashes on perl XSLoader

2008-09-15 Thread Yagisan
Bug still exists.

[EMAIL PROTECTED]:~$ /usr/lib/pidgin/lastfm.pl
Can't load '/usr/lib/perl5/auto/Purple/Purple.so' for module Purple: 
/usr/lib/perl5/auto/Purple/Purple.so: undefined symbol: g_str_hash at 
/usr/lib/perl/5.10/XSLoader.pm line 64.
 at /usr/lib/perl5/Purple.pm line 52
Compilation failed in require at /usr/lib/pidgin/lastfm.pl line 21.
BEGIN failed--compilation aborted at /usr/lib/pidgin/lastfm.pl line 21.

[EMAIL PROTECTED]:~$ apt-cache show pidgin
Package: pidgin
Priority: optional
Section: net
Installed-Size: 2108
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Robert McQueen [EMAIL PROTECTED]
Architecture: amd64
Version: 1:2.5.0-0ubuntu2

[EMAIL PROTECTED]:~$ apt-cache show pidgin-lastfm
Package: pidgin-lastfm
Priority: optional
Section: universe/net
Installed-Size: 64
Maintainer: Ubuntu MOTU Developers [EMAIL PROTECTED]
Original-Maintainer: Jan Hauke Rahm [EMAIL PROTECTED]
Architecture: all
Version: 0.3b-1

-- 
pidgin-lastfm: crashes on perl XSLoader
https://bugs.launchpad.net/bugs/242891
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 269007] Re: gstreamer-ffmpeg crashes while indexing an h263 file

2008-09-12 Thread Yagisan
That file plays fine in mplayer, avidemux, and my standalone mpeg4
player. It is encoded with the xvid codec, 640x368 @ 25fps, with an mp3
vbr audio track. The file is 234MB in size if you want it. It's a tv
capture - effectively digital video tape.

-- 
gstreamer-ffmpeg crashes while indexing an h263 file
https://bugs.launchpad.net/bugs/269007
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 269306] Re: evolution crashed with SIGSEGV in camel_folder_sync()

2008-09-12 Thread Yagisan

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/17551615/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/17551617/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/17551618/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/17551619/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/17551620/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/17551621/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/17551622/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evolution crashed with SIGSEGV in camel_folder_sync()
https://bugs.launchpad.net/bugs/269306
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 269007] Re: totem-gstreamer-video-indexer crashed with SIGSEGV in init_vlc_rl()

2008-09-11 Thread Yagisan

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/17536522/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/17536525/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/17536526/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/17536527/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/17536528/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/17536529/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/17536530/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
totem-gstreamer-video-indexer crashed with SIGSEGV in init_vlc_rl()
https://bugs.launchpad.net/bugs/269007
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 132720] Re: qemulator crashes a few seconds after launch

2008-08-31 Thread Yagisan
I also submitted one of the 97 duplicates of this bug.

I installed the package, I tried to start it after installation, and it
crashed. It never even made an image.

As far as I'm concerned, it should never have even been released in that
state.

I've moved on now, and use the command line to start qemu and kvm. I'd
suggest the other 97 of you do the same

-- 
qemulator crashes a few seconds after launch
https://bugs.launchpad.net/bugs/132720
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 231905] Re: 16-bit support missing

2008-06-09 Thread Yagisan
*** This bug is a duplicate of bug 114025 ***
https://bugs.launchpad.net/bugs/114025

Why has this been marked a duplicate of bug 114025 ?

-- 
16-bit support missing
https://bugs.launchpad.net/bugs/231905
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 231905] Re: 16-bit support missing

2008-06-09 Thread Yagisan
*** This bug is a duplicate of bug 114025 ***
https://bugs.launchpad.net/bugs/114025

Well - I didn't report a preloader error - I reported that 16bit support
is non-functional. If you believe they are the same bug, make sure to
test with a 16bit windows application before marking this as fixed.

-- 
16-bit support missing
https://bugs.launchpad.net/bugs/231905
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 231905] [NEW] 16-bit support missing

2008-05-19 Thread Yagisan
Public bug reported:

Attempted to install Microsoft Office 97 under wine-0.9.59 on hardy
amd64.

Attempting to run SETUP.EXE results in the following output:
wine SETUP.EXE 
preloader: Warning: failed to reserve range -6000
preloader: Warning: failed to reserve range -6000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, 
please report
preloader: Warning: failed to reserve range -6000
preloader: Warning: failed to reserve range -6000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, 
please report
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, 
please report
preloader: Warning: failed to reserve range -6000
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, 
please report
err:dosmem:load_winedos Could not load winedos.dll, DOS subsystem unavailable
winevdm: unable to exec '--app-name': 16-bit support missing

Running file on SETUP.EXE confirms it is a 16bit Windows application:
file SETUP.EXE 
SETUP.EXE: MS-DOS executable, NE for MS Windows 3.x

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

-- 
16-bit support missing
https://bugs.launchpad.net/bugs/231905
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 136495] Re: Please upgrade llvm

2008-03-07 Thread Yagisan
well, the bug was filed some 6 weeks ago, and to be quite frank, you
existing llvm-gcc can't actually compile relatively simple applications
because it dies on the standard system headers.

Please upgrade or remove - either way the current package is useless.

/me wonders if it's time to put debians version in a ppa ...

-- 
Please upgrade llvm
https://bugs.launchpad.net/bugs/136495
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 136495] Re: Please upgrade llvm

2008-03-07 Thread Yagisan
Thanks for the heads up. Looks like I'll be building form source and
installing to either /usr/local or /opt

-- 
Please upgrade llvm
https://bugs.launchpad.net/bugs/136495
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 199105] [NEW] Please update x11vnc to new version

2008-03-06 Thread Yagisan
Public bug reported:

At http://sourceforge.net/project/showfiles.php?group_id=32584 x11vnc
0.9.3 is available with libvncserver 0.9.1

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

-- 
Please update x11vnc to new version
https://bugs.launchpad.net/bugs/199105
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 191254] [NEW] Segmentation fault processing files

2008-02-12 Thread Yagisan
Public bug reported:

[EMAIL PROTECTED]:~/opensource/dengng/trunk/doomsday/loader/src$ cproto -a 
loader.c 
/* loader.c */
Segmentation fault (core dumped)

uname -a
Linux pinky 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 GNU/Linux

cat /etc/issue
Ubuntu 7.10 \n \l

apt-cache show cproto
Package: cproto
Priority: optional
Section: universe/devel
Installed-Size: 132
Maintainer: Kenneth J. Pronovici [EMAIL PROTECTED]
Architecture: i386
Version: 4.7e-1
Depends: libc6 (= 2.3.4-1), gcc
Filename: pool/universe/c/cproto/cproto_4.7e-1_i386.deb
Size: 45424
MD5sum: e735f1208e5a147e13866cc22bd970c3
SHA1: 3a2b7ac4ff43209c75ca40faca040c6cc9f51c94
SHA256: fffaefc280e2920cef3e3f72c02ea6e2c15de0990b49daf93f076bcd99ee1eea
Description: Generate C function prototypes and convert function definitions
 Cproto is a program that generates function prototypes and variable
 declarations from C source code.  It can also convert function
 definitions between the old style and the ANSI C style.  This
 conversion overwrites the original files, so make a backup copy of
 your files in case something goes wrong.
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu

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

-- 
Segmentation fault processing files
https://bugs.launchpad.net/bugs/191254
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136495] Re: Please upgrade llvm

2008-01-14 Thread Yagisan
just built llvm 2.1 - it will FTBFS if there is a , in your
CFLAGS/CXXFLAGS eg -mfpmath=sse,387 will cause the build to die.

-- 
Please upgrade llvm
https://bugs.launchpad.net/bugs/136495
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136495] Re: Please upgrade llvm

2008-01-04 Thread Yagisan
Please Upgrade to 2.1 - the current version at time of writing this - I
need the improved support for inline assembly.

-- 
Please upgrade llvm
https://bugs.launchpad.net/bugs/136495
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 44626] Re: Can't Input Japanese Text

2007-12-31 Thread Yagisan
This bug still exists in Gutsy. It is a monumental pain in the arse. I
work around it by logging in, in full Japanese mode.  This creates its
own problems as I'm not that fluent when I have dialog boxes up, which
is a shame. Now the fact that it works in a full Japanese local, but not
with a English local is annoying.

-- 
Can't Input Japanese Text
https://bugs.launchpad.net/bugs/44626
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 151487] Please enable FLAC support when building

2007-10-10 Thread Yagisan
Public bug reported:

From the readme in the source package:

Some optional external libraries that SDL_sound can use and where to find them:
 SMPEG (used to decode MP3s): http://icculus.org/smpeg/
 libvorbisfile (used to decode OGGs): http://www.xiph.org/ogg/vorbis/
 libFLAC (used to decode FLACs): http://flac.sourceforge.net/
 libModPlug (used to decode MODs, etc): http://modplug-xmms.sourceforge.net/
 libMikMod (used to decode MODs, etc, too): http://www.mikmod.org/

The supplied binaries don't contain FLAC support in Ubuntu - please
enable this by linking against libflac in time for gutsys release.

** Affects: libsdl-sound1.2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please enable FLAC support when building
https://bugs.launchpad.net/bugs/151487
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150551] Re: qemulator.py crashed with IndexError in on_comboboxMachinetype_changed()

2007-10-08 Thread Yagisan
*** This bug is a duplicate of bug 132720 ***
https://bugs.launchpad.net/bugs/132720


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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9880639/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9880640/ProcStatus.txt

** Visibility changed to: Public

-- 
qemulator.py crashed with IndexError in on_comboboxMachinetype_changed()
https://bugs.launchpad.net/bugs/150551
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150551] qemulator.py crashed with IndexError in on_comboboxMachinetype_changed()

2007-10-08 Thread Yagisan
*** This bug is a duplicate of bug 132720 ***
https://bugs.launchpad.net/bugs/132720

Public bug reported:

Binary package hint: qemulator

Installed it, clicked on the System menu entry - it crashed.

ProblemType: Crash
Architecture: amd64
Date: Mon Oct  8 22:32:15 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/share/qemulator/qemulator.py
InterpreterPath: /usr/bin/python2.5
NonfreeKernelModules: nvidia
Package: qemulator 0.5-2
PackageArchitecture: all
ProcCmdline: python /usr/bin/qemulator
ProcCwd: /usr/share/qemulator
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/qemulator']
SourcePackage: qemulator
Title: qemulator.py crashed with IndexError in on_comboboxMachinetype_changed()
Traceback:
 Traceback (most recent call last):
   File /usr/bin/qemulator, line 2691, in on_comboboxMachinetype_changed
 row = model[active]
 IndexError: could not find tree path
Uname: Linux doomguy 2.6.22-13-generic #1 SMP Thu Oct 4 17:52:26 GMT 2007 
x86_64 GNU/Linux

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


** Tags: apport-crash

-- 
qemulator.py crashed with IndexError in on_comboboxMachinetype_changed()
https://bugs.launchpad.net/bugs/150551
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147987] Re: remove tor from gutsy

2007-10-03 Thread Yagisan
As a Tor user - if it gets removed from the Ubuntu repo, I'm no longer
going to use it. I'm not going to add an external repo, and I will shut
down my tor exit nodes. It is a shame upstream wants it removed.

-- 
remove tor from gutsy
https://bugs.launchpad.net/bugs/147987
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130325] Re: [nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change (gutsy)

2007-09-12 Thread Yagisan
my simple work around was to uninstall compiz, and turn off desktop
effects, so it runs metacity as the window manager. Given the choice
between compiz, or working opengl, I pick working opengl. bye bye
compiz.

-- 
[nvidia-glx] 3D GL apps crash X when using compiz due to unmaked ABI change 
(gutsy)
https://bugs.launchpad.net/bugs/130325
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 6004] Re: Changed CFLAGS for a speed increase.

2007-08-28 Thread Yagisan
The patch should still work - I (and evidently others) lack the time to
do further benchmarking at present

-- 
Changed CFLAGS for a speed increase.
https://bugs.launchpad.net/bugs/6004
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 120943] Re: Update nvidia-glx-new package to latest 100 series driver

2007-08-23 Thread Yagisan
Well, the good news is, the driver detects my new card - the bad news -
as others have mentioned https://bugs.launchpad.net/ubuntu/+source
/linux-restricted-modules-2.6.20/+bug/98641 and
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-
modules-2.6.20/+bug/103050 still exist -  effectivly making this bug not
fixed. No point having an updated driver that doesn't actually work.

-- 
Update nvidia-glx-new package to latest 100 series driver
https://bugs.launchpad.net/bugs/120943
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 98641] Re: [nvidia-glx-new] NVidia driver missing libwfb

2007-08-23 Thread Yagisan
I can confirm it here too. A shame really considering there is a patch
for it just a few replies up! Hopefully gutsy will get an update withing
a few days (why it wasn't done when updating the drivers escapes me)

-- 
[nvidia-glx-new] NVidia driver missing libwfb
https://bugs.launchpad.net/bugs/98641
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120943] Re: Update nvidia-glx-new package to latest 100 series driver

2007-08-21 Thread Yagisan
Sitsofe Wheeler :
It's the nvidia binary driver - they always break something new on each upgrade 
- its what they do -  But we don't ship the experimental nouveau drivers (even 
if we did - I'd still need this binary driver so I can run renouveau and submit 
my new card). I'll wait for the updates to appear on the mirror I'm using, and 
will post back after trying it out.

-- 
Update nvidia-glx-new package to latest 100 series driver
https://bugs.launchpad.net/bugs/120943
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131865] Re: package flashplugin-nonfree 9.0.48.0.0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2007-08-11 Thread Yagisan
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up flashplugin-nonfree (9.0.48.0.0ubuntu6) ...
/var/lib/dpkg/info/flashplugin-nonfree.postinst: 107: Syntax error: do 
unexpected (expecting fi)
dpkg: error processing flashplugin-nonfree (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 flashplugin-nonfree

The update is busted too

-- 
package flashplugin-nonfree 9.0.48.0.0ubuntu5 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/131865
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131261] Re: openglad crashed with SIGSEGV

2007-08-09 Thread Yagisan

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/8743856/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/8743858/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/8743859/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/8743860/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/8743861/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/8743862/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/8743863/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
openglad crashed with SIGSEGV
https://bugs.launchpad.net/bugs/131261
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131261] openglad crashed with SIGSEGV

2007-08-09 Thread Yagisan
Public bug reported:

Binary package hint: openglad

started a new game, went to hire a team, and started browsing the team
members available. It crashed.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Thu Aug  9 19:30:59 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/games/openglad
NonfreeKernelModules: cdrom
Package: openglad 0.98-1
PackageArchitecture: amd64
ProcCmdline: openglad
ProcCwd: /home/yagisan
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
Signal: 11
SourcePackage: openglad
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Title: openglad crashed with SIGSEGV
Uname: Linux doomguy 2.6.22-9-generic #1 SMP Fri Aug 3 00:20:35 GMT 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
scanner video

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


** Tags: apport-crash need-amd64-retrace

-- 
openglad crashed with SIGSEGV
https://bugs.launchpad.net/bugs/131261
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131281] dgen crashed with SIGSEGV in __libc_start_main()

2007-08-09 Thread Yagisan
Public bug reported:

Binary package hint: dgen

crashed while loading a rom file

ProblemType: Crash
Architecture: amd64
Date: Thu Aug  9 20:09:20 2007
Disassembly: 0x1:
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/dgen
NonfreeKernelModules: vmnet vmblock vmmon
Package: dgen 1.23-9
PackageArchitecture: amd64
ProcCmdline: dgen Sonic\ and\ Knuckles\ -\ Knuckles\ in\ Sonic\ 3\ #\ SMD.SMD
ProcCwd: /home/yagisan/emulator
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
Signal: 11
SourcePackage: dgen
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 __libc_start_main () from /lib/libc.so.6
Title: dgen crashed with SIGSEGV in __libc_start_main()
Uname: Linux doomguy 2.6.22-9-generic #1 SMP Fri Aug 3 00:20:35 GMT 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
scanner video

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


** Tags: apport-crash

-- 
dgen crashed with SIGSEGV in __libc_start_main()
https://bugs.launchpad.net/bugs/131281
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131281] Re: dgen crashed with SIGSEGV in __libc_start_main()

2007-08-09 Thread Yagisan

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/8745074/CoreDump.gz

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/8745077/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/8745078/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/8745079/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/8745080/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/8745081/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
dgen crashed with SIGSEGV in __libc_start_main()
https://bugs.launchpad.net/bugs/131281
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131093] Re: mp3check crashed with SIGSEGV in __libc_start_main()

2007-08-09 Thread Yagisan
** Visibility changed to: Public

-- 
mp3check crashed with SIGSEGV in __libc_start_main()
https://bugs.launchpad.net/bugs/131093
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 125031] defines BIG_ENDIAN on little endian machines

2007-07-10 Thread Yagisan
Public bug reported:

Binary package hint: gcc-4.1

UBUNTU VERSION:
Ubuntu 7.04

VESRION:
apt-cache show g++
Package: g++
Priority: optional
Section: devel
Installed-Size: 40
Maintainer: Ubuntu Core developers [EMAIL PROTECTED]
Original-Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Architecture: amd64
Source: gcc-defaults (1.51ubuntu1)
Version: 4:4.1.2-1ubuntu1
Provides: c++-compiler
Depends: cpp (= 4:4.1.2-1ubuntu1), gcc (= 4:4.1.2-1ubuntu1), g++-4.1 (= 
4.1.2), gcc-4.1 (= 4.1.2)
Filename: pool/main/g/gcc-defaults/g++_4.1.2-1ubuntu1_amd64.deb
Size: 1432
MD5sum: 0b4ffa571ec41f5012dde252e772cc87
SHA1: 911d2e467f003dc659ad3bee8520dde035bc7990
SHA256: a746b84e7f96c834b6b149aa96a63260da6e76725041daac10fb8b7e780ca4fb
Description: The GNU C++ compiler
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 This is a dependency package providing the default GNU C++ compiler.
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu


SAMPLE APPLICATION TO REPRODUCE ERROR:
/**
 * You Fail It!
 *
 * Demonstration of G++ defining big endian on little endian arch
 */

#include iostream
int main( int argc, char * argv[] )
{
std::cout  \nStarting Test\n;
#ifdef BIG_ENDIAN
  #if defined __i386__ || __amd64__
  std::cout  \nYOU FAIL IT!\n\nBIG_ENDIAN defined on little endian arch\n\n;
  #endif
#endif
std::cout  Done!\n;
return (0);
}

** Affects: gcc-4.1 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
defines BIG_ENDIAN on little endian machines
https://bugs.launchpad.net/bugs/125031
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 77041] Fails to upgrade from Edgy to Feisty due to depends on openbsd-inetd

2006-12-23 Thread Yagisan
Public bug reported:

install a ltsp setup in edgy. edubuntu is a quick way. Now dist-upgrade
to feisty. Observe the following output:


Setting up openbsd-inetd (0.20050402-3) ...
 * Starting internet superserver inetd
invoke-rc.d: initscript openbsd-inetd, action start failed.
dpkg: error processing openbsd-inetd (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of ltsp-server:
 ltsp-server depends on openbsd-inetd; however:
  Package openbsd-inetd is not configured yet.
dpkg: error processing ltsp-server (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ltsp-server-standalone:
 ltsp-server-standalone depends on ltsp-server; however:
  Package ltsp-server is not configured yet.
dpkg: error processing ltsp-server-standalone (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 openbsd-inetd
 ltsp-server
 ltsp-server-standalone

** Affects: ltsp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Fails to upgrade from Edgy to Feisty due to depends on openbsd-inetd
https://launchpad.net/bugs/77041

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


[Bug 75052] Re: [feisty] non-working initramfs: failed to activate RAID

2006-12-23 Thread Yagisan
I appear to have the same bug. It basically makes edgy - feisty upgrades on 
raid system not-feasible.
I have to use an edgy kernel on an otherwise feisty system if I don't want to 
stuff around with the boot process/

** Changed in: initramfs-tools (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
[feisty] non-working initramfs: failed to activate RAID
https://launchpad.net/bugs/75052

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


[Bug 63561] Re: Segmentation fault when auditing code

2006-11-11 Thread Yagisan
Sure thing, I've attached some to this report.

** Attachment added: Doomsday Engine - svn4168 - engine/portable/src
   http://librarian.launchpad.net/5051446/ratscrash.tar.bz2

-- 
Segmentation fault when auditing code
https://launchpad.net/bugs/63561

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


[Bug 63561] Segmentation fault when auditing code

2006-10-02 Thread Yagisan
Public bug reported:

I installed the following version of rats to help audit some code. It
segfaults when attempting to run it like this - rats -w3 --html *

apt-cache show rats
Package: rats
Priority: optional
Section: universe/utils
Installed-Size: 768
Maintainer: Steve Kemp [EMAIL PROTECTED]
Architecture: amd64
Version: 2.1-6
Depends: libc6 (= 2.4-1), libexpat1 (= 1.95.8)
Filename: pool/universe/r/rats/rats_2.1-6_amd64.deb
Size: 167686
MD5sum: e0e12b335d6288e1783dc7fc4d1ea31b
Description: Rough Auditing Tool for Security
 RATS, the Rough Auditing Tool for Security, is a security auditing
 utility for C, C++, php, perl, and python code. RATS scans source code,
 finding potentially dangerous function calls. The goal of rats is not to
 definitively find bugs (yet), but to provide a reasonable starting point
 for performing manual security audits.
 .
 The initial vulnerability database is taken directly from things that
 could be easily found when starting with the book, Building Secure
 Software by Viega and McGraw.
 .
 The homepage for rats is:
http://www.securesoftware.com/resources/download_rats.html
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu

** Affects: rats (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Segmentation fault when auditing code
https://launchpad.net/bugs/63561

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


[Bug 63561] Re: Segmentation fault when auditing code

2006-10-02 Thread Yagisan

** Attachment added: Crash file
   http://librarian.launchpad.net/4605947/_usr_bin_rats.1000.crash

-- 
Segmentation fault when auditing code
https://launchpad.net/bugs/63561

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


[Bug 61742] Re: Crashes with *** stack smashing detected *** message

2006-09-22 Thread Yagisan
*** This bug is a duplicate of bug 58508 ***

While that works around the issue, the fact that SSP was triggered
indicates there is a buffer overflow somewhere that should be fixed.

-- 
Crashes with *** stack smashing detected *** message
https://launchpad.net/bugs/61742

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


[Bug 61742] Re: Crashes with *** stack smashing detected *** message

2006-09-22 Thread Yagisan
*** This bug is a duplicate of bug 58508 ***

ssp is triggered when the function canary is overwritten, and as it was
triggered is is very much unlikely to be a false positive. Hence my
initial flagging of this as a security bug.

-- 
Crashes with *** stack smashing detected *** message
https://launchpad.net/bugs/61742

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


[Bug 61644] Alleyoop dumps a debian directory in /

2006-09-21 Thread Yagisan
Public bug reported:

Recent uploads of Alleyoop to edgy create a debian directory in /

[EMAIL PROTECTED]:~$ ls /debian/alleyoop/usr/share/applications/
alleyoop.desktop

[EMAIL PROTECTED]:~$ apt-cache show alleyoop
Package: alleyoop
Priority: optional
Section: universe/devel
Installed-Size: 1336
Maintainer: Ubuntu MOTU Developers ubuntu-motu@lists.ubuntu.com
Architecture: amd64
Version: 0.9.0-6ubuntu1
Depends: gconf2 (= 2.12.1-4ubuntu1), libart-2.0-2 (= 2.3.16), libatk1.0-0 (= 
1.12.1), libbonobo2-0 (= 2.15.0), libbonoboui2-0 (= 2.15.0), libc6 (= 
2.4-1), libcairo2 (= 1.2.4), libfontconfig1 (= 2.3.0), libgconf2-4 (= 
2.13.5), libglade2-0 (= 1:2.5.1), libglib2.0-0 (= 2.12.0), libgnome-keyring0 
(= 0.5.2), libgnome2-0 (= 2.14.1), libgnomecanvas2-0 (= 2.11.1), 
libgnomeui-0 (= 2.13.0), libgnomevfs2-0 (= 2.15.90), libgtk2.0-0 (= 2.10.3), 
libice6, liborbit2 (= 1:2.14.1), libpango1.0-0 (= 1.14.4), libpopt0 (= 
1.10), libsm6, libx11-6, libxcursor1 ( 1.1.2), libxext6, libxfixes3, libxi6, 
libxinerama1, libxml2 (= 2.6.26), libxrandr2, libxrender1, valgrind
Filename: pool/universe/a/alleyoop/alleyoop_0.9.0-6ubuntu1_amd64.deb
Size: 398280
MD5sum: be4f8d0f4586610192cdaf1628e74da4
Description: Front-end to the Valgrind memory checker
 Alleyoop is a GNOME front-end to the Valgrind memory checker, including
 features like intelligently suppressing errors and launching editors at
 the error position in the source code.
 .
 Valgrind helps you to find memory-management problems in your programs.
 When a program is run under Valgrind's supervision, all reads and
 writes of memory are checked, and calls to malloc/new/free/delete are
 intercepted.
 .
 Homepage: http://alleyoop.sourceforge.net
Original-Maintainer: Carlos Perelló Marín [EMAIL PROTECTED]
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu

** Affects: alleyoop (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

-- 
Alleyoop dumps a debian directory in /
https://launchpad.net/bugs/61644

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

[Bug 61663] Displays ILLEGAL EXTENDED X86 OPCODE on VT1 during boot

2006-09-21 Thread Yagisan
*** This bug is a duplicate of bug 60135 ***

Public bug reported:

Binary package hint: linux-image-2.6.17-8-generic

Booting this kernel on edgy amd64 displays  ILLEGAL EXTENDED X86
OPCODE 3 times on VT1.

Yagisan any other amd64 users getting  ILLEGAL EXTENDED X86 OPCODE on VT1 
during boot ?
* lupine_a is now known as lupine_85
lupine_85 I get that to - in edgy
lupine_85 too*

apt-cache show linux-image-2.6.17-8-generic
Package: linux-image-2.6.17-8-generic
Priority: optional
Section: base
Installed-Size: 86852
Maintainer: Ben Collins [EMAIL PROTECTED]
Architecture: amd64
Source: linux-source-2.6.17
Version: 2.6.17-8.22
Provides: linux-image, linux-image-2.6, fuse-module, ndiswrapper-modules-1.22
Depends: initramfs-tools (= 0.36ubuntu6), coreutils | fileutils (= 4.0), 
module-init-tools (= 3.2.1-0ubuntu1)
Recommends: lilo (= 19.1) | grub
Suggests: fdutils, linux-doc-2.6.17 | linux-source-2.6.17
Conflicts: hotplug ( 0.0.20040105-1)
Filename: 
pool/main/l/linux-source-2.6.17/linux-image-2.6.17-8-generic_2.6.17-8.22_amd64.deb
Size: 23080010
MD5sum: e518f0ca801fb4b3ae9127aaf22bf8e2
Description: Linux kernel image for version 2.6.17 on x86/x86_64
 This package contains the Linux kernel image for version 2.6.17 on
 x86/x86_64.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Displays ILLEGAL EXTENDED X86 OPCODE on VT1 during boot
https://launchpad.net/bugs/61663

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


[Bug 61738] Fails to install on edgy.

2006-09-21 Thread Yagisan
Public bug reported:

Binary package hint: ltspfs

Trying to install this on edgy fails with the following output:

Errors were encountered while processing:
 ltspfs
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up ltspfs (0.4.3-0ubuntu1) ...
dpkg: error processing ltspfs (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 ltspfs

** Affects: ltspfs (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Fails to install on edgy.
https://launchpad.net/bugs/61738

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


[Bug 61742] Crashes with *** stack smashing detected *** message

2006-09-21 Thread Yagisan
Public bug reported:

Binary package hint: openoffice.org-writer-experimental

Installed openoffice.org-writer-experimental as it is the only OO.o that
will install on my amd64 system at this time.:

apt-cache show openoffice.org-writer-experimental
Package: openoffice.org-writer-experimental
Priority: optional
Section: universe/editors
Installed-Size: 15868
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Architecture: amd64
Source: openoffice.org
Version: 2.0.3-6ubuntu1
Replaces: openoffice.org ( 1.9), openoffice.org-debian-files, 
openoffice.org2-writer-experimental
Provides: openoffice.org2-writer, openoffice.org-writer
Depends: openoffice.org-core-experimental ( 2.0.3), libc6 (= 2.4-1), libgcc1 
(= 1:4.1.1-11ubuntu1), libicu34, libstdc++6 (= 4.1.1-11ubuntu1), 
libstlport4.6c2, libwpd8c2a, zlib1g (= 1:1.2.1)
Recommends: java-gcj-compat | j2re1.4 | java2-runtime
Conflicts: openoffice.org-debian-files, openoffice.org-writer, 
openoffice.org2-writer-experimental, openoffice.org2-writer
Filename: 
pool/universe/o/openoffice.org/openoffice.org-writer-experimental_2.0.3-6ubuntu1_amd64.deb
Size: 5958196
MD5sum: c9e9c7366957c174b1cd4ecaac610225
Description: OpenOffice.org office suite - word processor (experimental)
 OpenOffice.org is a full-featured office productivity suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains the the wordprocessor component for OpenOffice.org,
 a full-featured office productivity suite that provides a near drop-in
 replacement for Microsoft(R) Office.
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu


Tried to save a Microsoft Word .doc file and it crashed. On the console it left 
the following message.
[EMAIL PROTECTED]:~/COIT12170_Data_Comms$ *** stack smashing detected ***: 
/usr/lib/openoffice/program/soffice.bin terminated

** Affects: openoffice.org (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

** Visibility changed to: Public

-- 
Crashes with *** stack smashing detected *** message
https://launchpad.net/bugs/61742

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


[Bug 60877] ddns3 client does not start if /bin/sh is linked to dash

2006-09-17 Thread Yagisan
Public bug reported:

Binary package hint: ddns3-client

Install edgy. install ddns3-client, configure your details, then try to
start it. it never starts.

Workaround is to change #!/bin/sh to #!/bin/bash

** Affects: ddns3-client (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
ddns3 client does not start if /bin/sh is linked to dash
https://launchpad.net/bugs/60877

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


[Bug 60877] Re: ddns3 client does not start if /bin/sh is linked to dash

2006-09-17 Thread Yagisan
The error message:

[EMAIL PROTECTED]:~$ sudo /etc/init.d/ddns3-client start
/etc/init.d/ddns3-client: 15: source: not found


ddns accounts can be made here for free http://www.ddns.nu/index.php

-- 
ddns3 client does not start if /bin/sh is linked to dash
https://launchpad.net/bugs/60877

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


[Bug 56609] Re: Crash when a want read DVD

2006-08-16 Thread Yagisan
IIRC the bug is caused by ffmpeg, and as I discussed with slomo a long
time ago, it is expected to be fixed by syncing a new ffmpeg from debian
when available.

** Changed in: mplayer (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Crash when a want read DVD
https://launchpad.net/bugs/56609

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


[Bug 7839] Re: Ubuntu bug reporting tools need to point to Ubuntu bug systems

2006-06-24 Thread Yagisan
I too express disbelif that reportbug still is not integrated into the
rest of the Ubuntu bug reporting infrastructure. I've come to expect
now, that it never will.

Whilst reportbug is useless for reporting bugs to Ubuntu, it is
extremely useful for peole like myself that provide 3rd party Ubuntu
repositories. Should you run reportbug on one of my packages, it
actually works, and sends the email to an adress that is monitored for
bugs on a daily basis. Removal of reportbug, would castarate my bug
reporting system, because Ubuntu appears to rather work on something
else.

Whilst I'd rather see reportbug fixed - It could be set up to end email
to a specifc address for bugs rather then the mailing list.

-- 
Ubuntu bug reporting tools need to point to Ubuntu bug systems
https://launchpad.net/bugs/7839

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


[Bug 49892] Upgrading from breezy to dapper causes a Site Error with plone.

2006-06-15 Thread Yagisan
Public bug reported:

set up a plone site on breezy. (aptitude install plone plone-site)
Now upgrade zope-resourceregistries to dapper, like so

Preparing to replace zope-resourceregistries 1.0.4-1 (using 
.../zope-resourceregistries_1.1-1_all.deb) ...
Unpacking replacement zope-resourceregistries ...
Setting up zope-resourceregistries (1.1-1) ...

Now observe as your website becomes like this:


Site Error

An error was encountered while publishing this resource.

AttributeError
Sorry, a site error occurred.

Traceback (innermost last):

* Module ZPublisher.Publish, line 187, in publish_module_standard
* Module Products.PlacelessTranslationService.PatchStringIO, line 51, in 
new_publish
* Module ZPublisher.Publish, line 144, in publish
* Module Zope2.App.startup, line 199, in zpublisher_exception_hook
* Module ZPublisher.Publish, line 113, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish, line 40, in call_object
* Module Shared.DC.Scripts.Bindings, line 311, in __call__
* Module Shared.DC.Scripts.Bindings, line 329, in _bindAndExec
* Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
* Module Products.CMFCore.FSPageTemplate, line 188, in _exec
* Module Products.CMFCore.FSPageTemplate, line 127, in pt_render
* Module Products.PageTemplates.PageTemplate, line 102, in pt_render
  FSPageTemplate at /eyagi/document_view used for /eyagi/front-page
* Module TAL.TALInterpreter, line 202, in __call__
* Module TAL.TALInterpreter, line 206, in __call__
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 709, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 709, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 709, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 477, in do_setLocal_tal
* Module Products.PageTemplates.TALES, line 221, in evaluate
* Module Products.PageTemplates.Expressions, line 180, in __call__
* Module Products.PageTemplates.Expressions, line 183, in __call__
* Module Products.PageTemplates.Expressions, line 171, in _eval
* Module Products.PageTemplates.Expressions, line 127, in _eval
* Module Products.PageTemplates.Expressions, line 284, in restrictedTraverse
* Module Products.Archetypes.BaseObject, line 1072, in __bobo_traverse__

AttributeError: getCurrentSkinName (Also, an error occurred while
attempting to render the standard error message.)

Troubleshooting Suggestions

* The URL may be incorrect.
* The parameters passed to this resource may be incorrect.
* A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to error
log.

If the error persists please contact the site maintainer. Thank you for
your patience.

** Affects: zope-resourceregistries (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Upgrading from breezy to dapper causes a Site Error with plone.
https://launchpad.net/bugs/49892

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


[Bug 49894] Upgrading from breezy to dapper causes a Site Error with plone.

2006-06-15 Thread Yagisan
Public bug reported:

set up a plone site on breezy. (aptitude install plone plone-site)
Now upgrade zope-extendedpathindex to dapper, like so

Preparing to replace zope-extendedpathindex 2.1-2 (using 
.../zope-extendedpathindex_2.3-1_all.deb) ...
Unpacking replacement zope-extendedpathindex ...
Setting up zope-extendedpathindex (2.3-1) ...

Now observe as your website becomes like this:


Site Error

An error was encountered while publishing this resource.

AttributeError
Sorry, a site error occurred.

Traceback (innermost last):

* Module ZPublisher.Publish, line 187, in publish_module_standard
* Module Products.PlacelessTranslationService.PatchStringIO, line 51, in 
new_publish
* Module ZPublisher.Publish, line 144, in publish
* Module Zope2.App.startup, line 199, in zpublisher_exception_hook
* Module ZPublisher.Publish, line 113, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish, line 40, in call_object
* Module Shared.DC.Scripts.Bindings, line 311, in __call__
* Module Shared.DC.Scripts.Bindings, line 329, in _bindAndExec
* Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
* Module Products.CMFCore.FSPageTemplate, line 188, in _exec
* Module Products.CMFCore.FSPageTemplate, line 127, in pt_render
* Module Products.PageTemplates.PageTemplate, line 102, in pt_render
  FSPageTemplate at /eyagi/document_view used for /eyagi/front-page
* Module TAL.TALInterpreter, line 202, in __call__
* Module TAL.TALInterpreter, line 206, in __call__
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 709, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 709, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 481, in do_setGlobal_tal
* Module Products.PageTemplates.TALES, line 221, in evaluate
* Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__
  __traceback_info__: putils.createTopLevelTabs(actions)
* Module Python expression putils.createTopLevelTabs(actions), line 1, in 
expression
* Module Products.CMFPlone.PloneTool, line 734, in createTopLevelTabs
* Module Products.LinguaPlone.patches, line 117, in searchResults
* Module Products.CMFPlone.CatalogTool, line 458, in searchResults
* Module Products.ZCatalog.ZCatalog, line 688, in searchResults
* Module Products.ZCatalog.Catalog, line 734, in searchResults
* Module Products.ZCatalog.Catalog, line 477, in search
* Module Products.ExtendedPathIndex.ExtendedPathIndex, line 375, in 
_apply_index
* Module Products.ExtendedPathIndex.ExtendedPathIndex, line 261, in search

AttributeError: _index_parents (Also, an error occurred while attempting
to render the standard error message.)

Troubleshooting Suggestions

* The URL may be incorrect.
* The parameters passed to this resource may be incorrect.
* A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to error
log.

If the error persists please contact the site maintainer. Thank you for
your patience.

** Affects: zope-extendedpathindex (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Upgrading from breezy to dapper causes a Site Error with plone.
https://launchpad.net/bugs/49894

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