[Bug 1845803] Re: watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [kworker/1:0:7893]

2020-01-01 Thread robinharvey
Just had this on my router system, the hostapd WIFI and ethernet also
failed at the same time, but the strongswan VPN seemed to keep chatting
throughout.  Attached logs from the beginning of the incident until a
manual system reset.

** Attachment added: "Kernel logs until system restart"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1845803/+attachment/5316819/+files/crash-trace.log

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

Title:
  watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [kworker/1:0:7893]

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

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

[Bug 573524] Re: mtpfs : "Transport endpoint is not connected"

2016-07-13 Thread robinharvey
I realise I'm late to the party here, but I thought this may be of
interest.  Running in debug mode on 16.04 gives some useful output,
looks like there's a mutex handling error:

root@centaurus:~# mtpfs -d /mnt
Listing raw device(s)
Device 0 (VID=0bb4 and PID=0c93) is a HTC EVO 4G LTE/One V (ID1).
   Found 1 device(s):
   HTC: EVO 4G LTE/One V (ID1) (0bb4:0c93) @ bus 3, dev 5
Attempting to connect device
Android device detected, assigning default bug flags
Listing File Information on Device with name: (NULL)
FUSE library version: 2.9.4
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0
INIT: 7.23
flags=0x0003f7fb
max_readahead=0x0002
   INIT: 7.19
   flags=0x0010
   max_readahead=0x0002
   max_write=0x0002
   max_background=0
   congestion_threshold=0
   unique: 1, success, outsize: 40


unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 20357
getattr /
Attempt to unlock mutex that was not locked
Aborted (core dumped)

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

Title:
  mtpfs : "Transport endpoint is not connected"

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

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


[Bug 1033501] [NEW] virt-clone crashes whilst cloning a KVM vm

2012-08-06 Thread robinharvey
Public bug reported:

I'm unable to clone VMs using the standard virt-clone tool due to a
crash in a python script.  Here is the output that is generated in
~/.virtinst/virt-clone.log:

[Mon, 06 Aug 2012 11:45:01 virt-clone 14340] DEBUG (cli:220) Launched with 
command line:
/usr/bin/virt-clone --original-xml=/etc/libvirt/qemu/vm1.local.xml --name=vm2 
--uuid=3f0f47af-6b61-4ed7-a295-736201c452f1 --mac=52:54:00:13:77:e0 
--file=/home/robin/kvm/vm2/vm.qcow2
[Mon, 06 Aug 2012 11:45:01 virt-clone 14340] DEBUG (cli:326) Requesting libvirt 
URI default
[Mon, 06 Aug 2012 11:45:01 virt-clone 14340] DEBUG (cli:328) Received libvirt 
URI qemu:///system
[Mon, 06 Aug 2012 11:45:02 virt-clone 14340] DEBUG (CloneManager:399) 
Validating original guest parameters
[Mon, 06 Aug 2012 11:45:02 virt-clone 14340] DEBUG (CloneManager:408) Original 
XML:
!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE 
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  virsh edit vm1.local
or other application using the libvirt API.
--

domain type='kvm'
  namevm1.local/name
  uuid8fe324f0-b5cb-f6ad-a395-ca0104b9e96f/uuid
  memory524288/memory
  currentMemory524288/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc-1.0'hvm/type
boot dev='hd'/
  /os
  features
acpi/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashdestroy/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  driver name='qemu' type='qcow2'/
  source file='/home/robin/kvm/vm1/vm.qcow2'/
  target dev='hda' bus='ide'/
  address type='drive' controller='0' bus='0' unit='0'/
/disk
controller type='ide' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x1'/
/controller
interface type='network'
  mac address='52:54:00:15:c9:05'/
  source network='default'/
  model type='virtio'/
  address type='pci' domain='0x' bus='0x00' slot='0x03' 
function='0x0'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target type='serial' port='0'/
/console
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'
  listen type='address' address='127.0.0.1'/
/graphics
video
  model type='cirrus' vram='9216' heads='1'/
  address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/
/video
memballoon model='virtio'
  address type='pci' domain='0x' bus='0x00' slot='0x04' 
function='0x0'/
/memballoon
  /devices
/domain

[Mon, 06 Aug 2012 11:45:03 virt-clone 14340] ERROR (cli:439) 'NoneType' object 
is not iterable
[Mon, 06 Aug 2012 11:45:03 virt-clone 14340] DEBUG (cli:440) 
Traceback (most recent call last):
  File /usr/bin/virt-clone, line 253, in module
main()
  File /usr/bin/virt-clone, line 232, in main
design.setup_original()
  File /usr/lib/python2.7/dist-packages/virtinst/CloneManager.py, line 411, 
in setup_original
parsexml=self.original_xml)
  File /usr/lib/python2.7/dist-packages/virtinst/Guest.py, line 233, in 
__init__
caps=caps)
  File /usr/lib/python2.7/dist-packages/virtinst/XMLBuilderDomain.py, line 
398, in __init__
self._parsexml(parsexml, parsexmlnode)
  File /usr/lib/python2.7/dist-packages/virtinst/Guest.py, line 790, in 
_parsexml
for node in self._xml_node.children:
TypeError: 'NoneType' object is not iterable


The command I'm using is:
/usr/bin/virt-clone --original-xml=/etc/libvirt/qemu/vm1.local.xml \
--name=vm2 \
--uuid=8a14d372-0d50-469f-87fc-c1efdb225638 \
--mac=52:54:00:21:a9:d4 \
--file=/home/robin/kvm/vm2/vm.qcow2

I have previously applied the following patch from bug #1008225, this
applied without error and fixed the issue with ubuntu-vm-builder

https://bugs.launchpad.net/ubuntu/+source/vm-
builder/+bug/1008225/+attachment/3208174/+files/lucid-vm.patch

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bot-comment

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

Title:
  virt-clone crashes whilst cloning a KVM vm

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

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


[Bug 1033501] Re: virt-clone crashes whilst cloning a KVM vm

2012-08-06 Thread robinharvey
** Package changed: ubuntu = virtinst (Ubuntu)

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

Title:
  virt-clone crashes whilst cloning a KVM vm

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

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


[Bug 89660] i need your urgent assistance

2008-07-19 Thread robinharvey
Hello
How are you doing today? Fine I presume. My reason for writing you a
emergency letter is that I am currently traveling in Africa, to visit
my ill Sister, am sorry for not informing you before embarking on my
journey to Africa, because the news of her illness arrived to me as 
EMERGENCY  she is suffering from a critical uterine Fibroid and needs
family support to keep her going, her condition is deteriorating and
the doctor told me that she will under-go a surgery to keep her alive
because her fibroid has gotten worse(70pounds Large) and has done a
lot of damages to her abdominal area. They will require a deposit of
$2500 because they are inviting professional surgeons from Israel to
perform the(hysterectomy) operation because it had gotten way-out of
hand for them to handle. That brings me more to why I have written
you, I need a financial help of ($2500) from you to deposit for her
surgery, and I am traveling with little cash because I didn't expect
things to be the way it is right now. I really need this money from
you soon because I am in a terrible and tight situation here, I have
48hrs to get the money before the surgeons arrive. Even if you can't
afford the whole sum, I will appreciate whatever you are able to come
up with, because I don't even know your financial status before asking
you for money. I promise to pay you back when I return.
I am desperately waiting to read from you soon so that I will know my
faith and the next step to take.
Sincerely
Mark

-- 
control-cursor-key regression in vim
https://bugs.launchpad.net/bugs/89660
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 226235] Re: gnome termial looses last line of output

2008-05-07 Thread robinharvey

** Attachment added: after.png
   http://launchpadlibrarian.net/14346827/after.png

-- 
gnome termial looses last line of output
https://bugs.launchpad.net/bugs/226235
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 226235] Re: gnome termial looses last line of output

2008-05-07 Thread robinharvey
Hi Pedro,

Sorry, I missed a step out!  Here's an updated version, I've added in
step 5...


1) Open a new terminal
2) Maximise the terminal
3) Open a new terminal tab
4) Make the text size smaller in the new tab (I use ctrl-minus)
5) Flip back to the first tab and press return until the cursor passes the 
bottom of the page
6) Enter the following demo PHP snip (press ctrl-D to complete):
[EMAIL PROTECTED]:~$ php
?php
echo demo text;
?
7) Observe the output.
8) Switch to the other tab using ctrlpg-down, then back again using 
ctrl-page-up


** Attachment added: before.png
   http://launchpadlibrarian.net/14346824/before.png

-- 
gnome termial looses last line of output
https://bugs.launchpad.net/bugs/226235
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 226235] [NEW] gnome termial looses last line of output

2008-05-03 Thread robinharvey
Public bug reported:

Binary package hint: gnome-terminal

These steps work for me on the latest Hardy, amd64:

1) Open a new terminal
2) Maximise the terminal
3) Open a new terminal tab
4) Make the text size smaller in the new tab (I use ctrl-minus)
5) Flip back to the first tab and enter the following demo PHP snip (press 
ctrl-D to complete):
[EMAIL PROTECTED]:~$ php
?php
echo demo text;
?
6) Observe the output.
7) Switch to the other tab using ctrlpg-down, then back again using 
ctrl-page-up


At this point, I can see that the output from the snippet has disappeared.

[EMAIL PROTECTED]:~/phext$ dpkg -S /usr/bin/gnome-terminal
gnome-terminal: /usr/bin/gnome-terminal

[EMAIL PROTECTED]:~/phext$ lsb_release -rd
Description:Ubuntu 8.04
Release:8.04

Many thanks,
--Robin

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome termial looses last line of output
https://bugs.launchpad.net/bugs/226235
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 186306] Re: updatedb runs every day

2008-03-07 Thread robinharvey
Hi,

I've noticed that sometimes when updatedb runs during start-up, Gnome
Settings Daemon crashes, or probably a better description would be
times out.  The result is that your normal windowing theme is not
loaded, and Gnome falls back to it's default which looks very dated and
unprofessional.  This has happened to me intermittently on every version
of Ubuntu I've used (which is most of them, including 7.10, which I'm
using at the moment).  I'm pretty sure that this timeout is caused by
updatedb blocking the hard drive.

By the sounds of it this is getting sorted soon anyways, but I couldn't
find any reference to this issue on Launchpad, hence this post!

Thanks
--Robin

-- 
updatedb runs every day
https://bugs.launchpad.net/bugs/186306
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 89660] Re: cursor control regression in vim

2007-05-22 Thread robinharvey
Hi,

I've noticed that this bug is NOT present when using MRXVT as the
underlying terminal.  The MRXVT version i'm using is from apt, as is
VIM, and both are at the latest feisty version.  This workaround works
on AMD64 and x86.

hth
--Robin

-- 
cursor control regression in vim
https://bugs.launchpad.net/bugs/89660
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 89660] Re: cursor control regression in vim

2007-05-22 Thread robinharvey
Sorry about the double post, I forgot to mention this

For people who install MRXVT, you can make it look much prettier by
tweaking the command used to start the terminal.  Here's the command I
use:

mrxvt -sl 65535 -sr -ss plain -xft -xftaa -xftmsz 10 -xftsz 10 -xftah
-xftga -xftht

This makes the terminal use anti-aliased fonts (among other things) and
brings the look much closer to that of gnome-terminal.

--Robin

-- 
cursor control regression in vim
https://bugs.launchpad.net/bugs/89660
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 89660] Re: cursor control regression in vim

2007-03-10 Thread robinharvey
Hi,

I just tried removing the apt version of vim and installing from source,
and the results are that this makes no difference.  I'm pretty sure that
my new source-install is not picking up any of my old apt configs, as I
purged all of my vim packages before compiling:

sudo apt-get remove vim vim-common vim-full vim-gui-common vim-ruby vim-runtime
sudo apt-get autoremove
sudo dpkg --purge vim vim-common vim-full vim-gui-common vim-ruby vim-runtime
sudo apt-get build-dep vim

**Dowload, ./configure, make**
sudo checkinstall -D make install

Cheers,
--Robin

-- 
cursor control regression in vim
https://launchpad.net/bugs/89660

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


Re: [Bug 89660] Re: cursor control regression in vim

2007-03-09 Thread robinharvey
Hi Brian,

I tried these keystrokes on vt1, and they aren't bound to anything, either
on the command line or in Vim.  One thing to note is that this behavior
works fine in the terminal (Gnome Terminal) itself; if you type a few words
in to the terminal and use these keystrokes, you'll notice that the cursor
moves one word per stroke.  Maybe it's this behavior I was previously using?

Many thanks,
--Robin


On 3/8/07, Brian Murray [EMAIL PROTECTED] wrote:

 I am curious to know what happens if you try this is in a text based
 virtual terminal i.e. vt[1-4].  As far as I know the Ctrl-left-arrow
 and Ctrl-right-arrow aren't key strokes supported by vim and I spent
 some time pouring through the manual looking for them too.

 --
 cursor control regression in vim
 https://launchpad.net/bugs/89660


-- 
cursor control regression in vim
https://launchpad.net/bugs/89660

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


[Bug 89660] Re: cursor control regression in vim

2007-03-09 Thread robinharvey
Hi Brian,

I tried these keystrokes on vt1, and they aren't bound to anything,
either on the command line or in Vim.  One thing to note is that this
behavior works fine in the terminal (Gnome Terminal) itself; if you type
a few words in to the terminal and use these keystrokes, you'll notice
that the cursor moves one word per stroke.  Maybe it's this behavior I
was previously using?

Also, I've had the chance to double-check the results I'm getting on my
home machine with another machine here at work, and the results are the
same (work machine is an AMD64 running Feisty.)

Many thanks,
--Robin

-- 
cursor control regression in vim
https://launchpad.net/bugs/89660

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


[Bug 89660] Re: cursor control regression in vim

2007-03-07 Thread robinharvey
OK, I've compared the configs, and there is no discernable difference
between the working and non-working versions.  FYI, here are the configs
I've compared:

/etc/vim/vimrc - no difference
/usr/share/vim/vim70/debian.vim - One new comment line in the feisty version

I've also tried installing a different terminal (aterm), and the problem
is similar in this terminal, but with the letters c and d being
inserted in to the buffer instead of 1;2D and 1;5D.

Many thanks,
--Robin

-- 
cursor control regression in vim
https://launchpad.net/bugs/89660

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


[Bug 89660] Re: cursor control regression in vim

2007-03-06 Thread robinharvey
[EMAIL PROTECTED]:~$ dpkg -l *vim* | grep ii
ii  vim-common 7.0-164+1ubuntu6 Vi IMproved - Common files
ii  vim-full   7.0-164+1ubuntu6 Vi IMproved - enhanced vi editor - full fled
ii  vim-gui-common 7.0-164+1ubuntu6 Vi IMproved - Common GUI files
ii  vim-ruby   7.0-164+1ubuntu6 Vi IMproved - enhanced vi editor - with Ruby
ii  vim-runtime7.0-164+1ubuntu6 Vi IMproved - Runtime files

I've just upgraded (apt-get upgrade) and done a full replace of the vim
packages, but still no different.  I'll compare my work configs
tomorrow, as these work fine (in edgy).

Many thanks,
--Robin

-- 
cursor control regression in vim
https://launchpad.net/bugs/89660

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


[Bug 89660] cursor control regression in vim

2007-03-04 Thread robinharvey
Public bug reported:

Binary package hint: vim

Hi,

On previous versions of Ubuntu, I've been able to use the key
combinations Ctrl-right-arrow and Ctrl-left-arrow to move the cursor
to the next and previous words, respectively in Vim (much as I am doing
now in this browser text box).  On Feisty, these key strokes result in
the text 1;2C or 1:5C (for the right arrow)  and 1;2D or 1;5D
(for the left arrow) being placed in to the buffer.  There doesn't seem
to be much consistency as to when the 2 or 5 variants are used, i.e.
repeatedly performing these key stokes outputs either variant randomly.

This problem seems to be present in both the tiny and full versions of
Vim.  These keystrokes work fine in the underlying terminal.

FYI, here's my setup:

Feisty AMD64 Herd 5
Gnome Desktop
Beryl installed from a 3rd party repository (with aiglx, nvidia).  Please note 
that I have seen the same results for this problem when using Metacity, so I 
doubt that Beryl is causing this issue.

Many thanks,
--Robin

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

-- 
cursor control regression in vim
https://launchpad.net/bugs/89660

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


Re: [Bug 85540] Re: Segfaults in Apache and Firefox

2007-02-20 Thread robinharvey
Hi Guys,

I've just tried and failed to reproduce this on my machine.  I'm quite
confused as to what's happened here, all I can think of is that maybe a
reboot sorted the problem.  What happened is that I re-installed my computer
last week (following an unrelated hard-disk failure), and at the time when I
noticed this behaviour, I'd just installed apache, php, postgres and lots of
other stuff straight after installing edgy.  I've attached the files you
asked for in case this helps, and also the apache error.log file showing
what was happening when all the segfaults happened.  I guess this is either
not a bug, or much less severe than I first thought.

Thanks for your help,
--Robin


[EMAIL PROTECTED]:~$ dpkg -l firefox
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ NameVersion
Description
+++-===-===-==
ii  firefox 2.0.0.1+0dfsg-0ubuntu0.6.10
lightweight web browser based on Mozilla


On 2/16/07, Robin Harvey [EMAIL PROTECTED] wrote:

 Hi Kees,

 I'm out of the office untill tuesday, I'll mail you the file then.

 Many thanks,
 --Robin


 On 2/16/07, Kees Cook  [EMAIL PROTECTED] wrote:
 
  Also, can you attach your /etc/nsswitch.conf file?  Perhaps there are
  additional modules attempting to read the /etc/hosts file.
 
  --
  Segfaults in Apache and Firefox
  https://launchpad.net/bugs/85540
 



-- 
Segfaults in Apache and Firefox
https://launchpad.net/bugs/85540

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


[Bug 85540] Segfaults in Apache and Firefox

2007-02-16 Thread robinharvey
Public bug reported:

This bug occurs when you enter a very long line in the hosts file to
create a set of aliases for local web development.  Steps to produce:

1) Add a single line to your /etc/hosts file with many sites, eg.

127.0.0.1 local.devsite1.com local.devsite2.org, 

I had about 170 sites on a single line.

2) Attempt to connect to one of the local sites.  In my case, whenever
the PHP code attempted to connect to a postgres database, apache
segfaulted.

3) A similar crash can happen in firefox.  Attempt to browse to a local
site, and firefox crashes with a segafault warning.

My Local setup:

1) Ubuntu Edgy, up to date at date of submitting this bug.
2) Apache 2, installed via apt.
3) Postgres 8.2, installed via apt.
4) PHP5.2.1 - compiled from source and installed with checkinstall.
5) Firefox 2.0.0.1

I have solved this problem on my local machine by splitting all of the
sites listed on the single line on to separate lines.  For this reason,
I think the bug was a buffer overflow in the low-level networking libs,
as the above fix worked for both apache AND firefox.

--Robin

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Segfaults in Apache and Firefox
https://launchpad.net/bugs/85540

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


Re: [Bug 85540] Re: Segfaults in Apache and Firefox

2007-02-16 Thread robinharvey
Hi Kees,

I'm out of the office untill tuesday, I'll mail you the file then.

Many thanks,
--Robin


On 2/16/07, Kees Cook [EMAIL PROTECTED] wrote:

 Also, can you attach your /etc/nsswitch.conf file?  Perhaps there are
 additional modules attempting to read the /etc/hosts file.

 --
 Segfaults in Apache and Firefox
 https://launchpad.net/bugs/85540


-- 
Segfaults in Apache and Firefox
https://launchpad.net/bugs/85540

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