Bug#549393: grub-pc: update-grub segfaults every time

2009-10-02 Thread Zoe Parsons
Package: grub-pc
Version: 1.97~beta3-1
Severity: important

On every run update-grub segfaults in grub-probe:

rockhopper:~# update-grub
Generating grub.cfg ...
Segmentation fault
rockhopper:~# dpkg --configure grub-pc
Setting up grub-pc (1.97~beta3-1) ...
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)   /dev/sda
(hd1)   /dev/sdb
(hd2)   /dev/sdc
(hd3)   /dev/sdd
(hd4)   /dev/sde
(hd5)   /dev/sdf
(hd6)   /dev/sdg
Generating grub.cfg ...
Segmentation fault
dpkg: error processing grub-pc (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 grub-pc
rockhopper:~# 

[3911975.103240] grub-probe[16253]: segfault at 8 ip 0040189f sp 
756c1f10 error 4 in grub-probe[40+27000]
[3911992.448413] grub-probe[16900]: segfault at 8 ip 0040189f sp 
7fff3dd2f8a0 error 4 in grub-probe[40+27000]

The most similar bug report I saw here was saying that symlinks and LVM are 
responsible, but whilst I do use LVM there are no symlinks anywhere I can 
see... I know it used to work, so something must have broken recently.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/rockhopper-root / ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/sda1 /boot ext3 rw,noatime,errors=continue,data=journal 0 0
/dev/mapper/rockhopper-tmp /tmp ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/mapper/rockhopper-usr /usr ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/rockhopper-var /var ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/rockhopper-varspool /var/spool ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/rockhopper-usrlocal /usr/local ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/rockhopper-opt /opt ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/rockhopper-srv /srv ext3 
rw,noatime,errors=continue,user_xattr,acl,data=ordered 0 0
/dev/sde1 /data3 ext4 rw,sync,dirsync,noatime,barrier=1,data=ordered 0 0
/dev/md0 /raid ext3 rw,mand,nodev,noexec,relatime,user_xattr,acl,data=ordered 0 0
/dev/mapper/rockhopper-tempstore /raid/video/newdisk ext3 
rw,relatime,errors=continue,user_xattr,acl,data=ordered 0 0
/dev/sdg2 /raid/video/newdisk2 ext3 
rw,relatime,errors=continue,user_xattr,acl,data=ordered 0 0
/dev/md0 /home ext3 rw,mand,nodev,noexec,relatime,user_xattr,acl,data=ordered 0 0
/dev/md0 /export ext3 rw,mand,nodev,noexec,relatime,user_xattr,acl,data=ordered 
0 0
/dev/md0 /data ext3 rw,mand,nodev,noexec,relatime,user_xattr,acl,data=ordered 0 0
/dev/md0 /tmpsystem ext3 
rw,mand,nodev,noexec,relatime,user_xattr,acl,data=ordered 0 0
/dev/md0 /var/lib/mysql ext3 
rw,mand,nodev,noexec,relatime,user_xattr,acl,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
(hd2)   /dev/sdc
(hd3)   /dev/sdd
(hd4)   /dev/sde
(hd5)   /dev/sdf
(hd6)   /dev/sdg
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod lvm
set root=(rockhopper-usr)
search --no-floppy --fs-uuid --set bc22816d-6d42-4846-a5a1-b554a72a4409
if loadfont /share/grub/ascii.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output.gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,1)
search --no-floppy --fs-uuid --set 1d4295e3-42cf-4d8a-88c5-f5fbbf815b3b
insmod png
if background_image /grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.30-1-amd64 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 1d4295e3-42cf-4d8a-88c5-f5fbbf815b3b
linux   /vmlinuz-2.6.30-1-amd64 root=/dev/mapper/rockhopper-root ro  
quiet
initrd  /initrd.img-2.6.30-1-amd64
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set 1d4295e3-42cf-4d8a-88c5-f5fbbf815b3b
linux   /vmlinuz-2.6.30-1-amd64 root=/dev/mapper/rockhopper-root ro 
single 
initrd  /initrd.img-2.6.30-1-amd64
}
menuentry Debian GNU/Linux, Linux 2.6.29-2-amd64 {
set root=(hd0,1)
search 

Bug#539282: Upgrading open-vm-tools to Squeeze pulls in too many pieces of X

2009-07-30 Thread Zoe Parsons
Package: open-vm-tools
Version: 2008.11.18-130226-1lenny2
Severity: important

When upgrading a couple of VM's to Squeeze I suddenly found large chunks of X11 
being pulled in.

It appears that the dependencies for the CLI package are the same as the ones 
for the GUI tools package which doesn't seem right to me.

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

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

Versions of packages open-vm-tools depends on:
ii  libc6 2.9-21 GNU C Library: Shared libraries
ii  libdumbnet1   1.8-1.5A dumb, portable networking librar
ii  libgcc1   1:4.4.1-1  GCC support library
ii  libicu38  3.8.1-3+lenny1 International Components for Unico
ii  libstdc++64.4.1-1The GNU Standard C++ Library v3
ii  procps1:3.2.7-11 /proc file system utilities

Versions of packages open-vm-tools recommends:
pn  ethtool  none  (no description available)
ii  open-vm-source   2009.06.18-172495-3 Source for VMware guest systems dr
pn  zerofree none  (no description available)

Versions of packages open-vm-tools suggests:
pn  open-vm-toolbox   none (no description available)

-- no debconf information



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



Konsole issues

2008-09-30 Thread Zoe Parsons
Hi, I just resurrected my desktop box after it's been languishing in a 
corner for months and decided to bring it up to date and also put KDE4 on 
it in a single swoop.


Whilst it eventually worked (I'm not sure if I did something odd or if my 
apt-get has gone funny as I had to manually specify a large number of the 
dependencies on the command line rather than just kde4 itself, which 
meant I somehow missed out on systemsettings...), I don't think hugely of it's 
looks at the moment and am trying to make it a bit more comparable to my 
old KDE3 setup.


The only major issue I've had thus far (that I've found) is that on 
konsole the cursor seems to be pretending to be several spaces over to the 
right. The text appears in the correct place, but the cursor is 
mispositioned... I've fiddled with the font settings but that doesn't seem 
to change.


And oh yes, this is on a completely fresh account, no user settings at 
all.


I'm probably missing something obvious TBH...

--
ZoeP


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



Bug#76687: dpkg: Assertion `dyp-up == pigp' Assertion `dependtry = 4' errors

2008-07-28 Thread Zoe Parsons
Package: dpkg
Version: 1.14.20
Followup-For: Bug #76687

Just ran into 2 different assertion errors myself with current version
in testing:

pingu2:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  avidemux ffmpeg libavcodec51 libavdevice52 libavformat52 lives mencoder
  transcode xdtv
The following packages will be upgraded:
  wpagui wpasupplicant
2 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
Need to get 412kB of archives.
After this operation, 4096B of additional disk space will be used.
Do you want to continue [Y/n]?
Get: 1 http://apt-proxy.penguin testing/main wpagui 0.6.4~git20080716.93ef879-1 
[107kB]
Get: 2 http://apt-proxy.penguin testing/main wpasupplicant 
0.6.4~git20080716.93ef879-1 [305kB]
Fetched 412kB in 1s (293kB/s)
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs...
apt-listchanges: Mailing [EMAIL PROTECTED]: apt-listchanges: changelogs for 
pingu2
(Reading database ... 682084 files and directories currently installed.)
Preparing to replace wpagui 0.6.3-2 (using 
.../wpagui_0.6.4~git20080716.93ef879-1_i386.deb) ...
Unpacking replacement wpagui ...
Preparing to replace wpasupplicant 0.6.3-2 (using 
.../wpasupplicant_0.6.4~git20080716.93ef879-1_i386.deb) ...
Unpacking replacement wpasupplicant ...
Processing triggers for man-db ...
dpkg: ../../lib/dump.c:250: w_dependency: Assertion `dyp-up == pigp' failed.
[ Rootkit Hunter version 1.3.2 ]
File updated: searched for 155 files, found 135
E: Sub-process /usr/bin/dpkg exited unexpectedly
pingu2:~# apt-get upgrade
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct 
the problem.
pingu2:~# dpkg --configure -a
Setting up wpasupplicant (0.6.4~git20080716.93ef879-1) ...
Installing new version of config file /etc/wpa_supplicant/ifupdown.sh ...
Installing new version of config file /etc/wpa_supplicant/functions.sh ...
Installing new version of config file /etc/init.d/wpa-ifupdown ...
dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry = 4' 
failed.
Aborted
pingu2:~# dpkg --configure -a
dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry = 4' 
failed.
Aborted
pingu2:~#

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg depends on:
ii  coreutils 6.10-6 The GNU core utilities
ii  libc6 2.7-12 GNU C Library: Shared libraries

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
ii  lzma  4.43-14Compression method of 7z format in

-- no debconf information



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



Bug#76687: dpkg: Assertion `dyp-up == pigp' Assertion `dependtry = 4' errors

2008-07-28 Thread Zoe Parsons
Package: dpkg
Version: 1.14.20
Followup-For: Bug #76687

Just ran into 2 different assertion errors myself with current version
in testing:

pingu2:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  avidemux ffmpeg libavcodec51 libavdevice52 libavformat52 lives mencoder
  transcode xdtv
The following packages will be upgraded:
  wpagui wpasupplicant
2 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
Need to get 412kB of archives.
After this operation, 4096B of additional disk space will be used.
Do you want to continue [Y/n]?
Get: 1 http://apt-proxy.penguin testing/main wpagui 0.6.4~git20080716.93ef879-1 
[107kB]
Get: 2 http://apt-proxy.penguin testing/main wpasupplicant 
0.6.4~git20080716.93ef879-1 [305kB]
Fetched 412kB in 1s (293kB/s)
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs...
apt-listchanges: Mailing [EMAIL PROTECTED]: apt-listchanges: changelogs for 
pingu2
(Reading database ... 682084 files and directories currently installed.)
Preparing to replace wpagui 0.6.3-2 (using 
.../wpagui_0.6.4~git20080716.93ef879-1_i386.deb) ...
Unpacking replacement wpagui ...
Preparing to replace wpasupplicant 0.6.3-2 (using 
.../wpasupplicant_0.6.4~git20080716.93ef879-1_i386.deb) ...
Unpacking replacement wpasupplicant ...
Processing triggers for man-db ...
dpkg: ../../lib/dump.c:250: w_dependency: Assertion `dyp-up == pigp' failed.
[ Rootkit Hunter version 1.3.2 ]
File updated: searched for 155 files, found 135
E: Sub-process /usr/bin/dpkg exited unexpectedly
pingu2:~# apt-get upgrade
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct 
the problem.
pingu2:~# dpkg --configure -a
Setting up wpasupplicant (0.6.4~git20080716.93ef879-1) ...
Installing new version of config file /etc/wpa_supplicant/ifupdown.sh ...
Installing new version of config file /etc/wpa_supplicant/functions.sh ...
Installing new version of config file /etc/init.d/wpa-ifupdown ...
dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry = 4' 
failed.
Aborted
pingu2:~# dpkg --configure -a
dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry = 4' 
failed.
Aborted
pingu2:~#

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg depends on:
ii  coreutils 6.10-6 The GNU core utilities
ii  libc6 2.7-12 GNU C Library: Shared libraries

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
ii  lzma  4.43-14Compression method of 7z format in

-- no debconf information




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



Re: Spamassassin in Lenny

2008-05-24 Thread Zoe Parsons

On Sun, 25 May 2008, David Fisher wrote:


Following a dist-upgrade this morning the spamd daemon in refusing to
start in my lenny amd64 workstation box.
Anyone else with the problem or is it just me?
I had a very similar problem with my i386 box. Do you have the OpenPGP 
plugin installed by any chance? As it doesn't seem to like Perl 5.10.


If not, check your logs, you might have messages like:
May 24 16:27:00 new spamd[23050]: Can't locate 
auto/Class/MethodMaker/Engine/ima_method_maker.al in @INC (@INC contains: 
/usr/share/perl5 /etc/perl /usr/local/lib/perl/5.10.0 
/usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/lib/perl/5.10 
/usr/share/perl/5.10 /usr/local/lib/site_perl) at 
/usr/share/perl/5.10/AutoLoader.pm line 63.


I also had similar messages from a couple of other plugins until I 
upgraded them as well...



--
ZoeP


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




Bug#443784: aide-common should replace aide.wrapper in aide

2007-09-23 Thread Zoe Parsons
Package: aide-common
Version: 0.13.1-8
Severity: normal

Whilst upgrading to the aide/aide-common now in lenny I got:
Unpacking aide-common (from .../aide-common_0.13.1-8_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/aide-common_0.13.1-8_all.deb (--unpack):
 trying to overwrite `/usr/bin/aide.wrapper', which is also in package
 aide
Preparing to replace aide 0.13.1-5 (using .../aide_0.13.1-8_amd64.deb)

Unpacking replacement aide ...
dpkg: warning - unable to delete old directory `/var/log/aide':
Directory not empty

Which of course led to:
dpkg: dependency problems prevent configuration of aide:
 aide depends on aide-common (= 0.13.1-8); however:
  Package aide-common is not installed.
dpkg: error processing aide (--configure):
 dependency problems - leaving unconfigured

All fixed here by simply running the install a second time, but IIUC
there should be a replaces field in the common package..?

ZoeP


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

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

Versions of packages aide-common depends on:
ii  aide [aide-binar 0.13.1-8Advanced Intrusion Detection Envir
ii  cdebconf [debcon 0.114   Debian Configuration Management Sy
ii  debconf [debconf 1.5.14  Debian configuration management sy
ii  liblockfile1 1.06.2  NFS-safe locking library, includes
ii  mailx1:8.1.2-0.20070424cvs-1 A simple mail user agent
ii  ucf  3.001   Update Configuration File: preserv

Versions of packages aide-common recommends:
ii  cron  3.0pl1-100 management of regular background p

-- debconf information excluded



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



[Logcheck-devel] Bug#441388: Bug#441388: logtail2 doesn't work if no archived logs found

2007-09-09 Thread Zoe Parsons
Yeah, that seems to do the trick. Thanks for the fast help. :-)

ZoeP




___
Logcheck-devel mailing list
Logcheck-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel


Bug#441388: logtail2 doesn't work if no archived logs found

2007-09-09 Thread Zoe Parsons
Package: logtail
Version: 1.2.61
Severity: important

Recently logcheck stopped working on my system and after running it
manually I traced it to logtail2... I'd recently been forced to delete
the archived logs on my system in order to make some space and that
appears to confuse logtail2 completely...

e.g.:
[EMAIL PROTECTED]:~# logtail2 -t /var/log/syslog
Cannot get /var/log/syslog.1.gz mtime: No such file or directory

If I create that file it then works fine.
I'm not sure why it needs to have that file existing in the first place
and surely this will break new systems which haven't rotated any logs
yet?

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'), 
(500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages logtail depends on:
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

logtail recommends no packages.

-- no debconf information



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



Bug#441388: [Logcheck-devel] Bug#441388: logtail2 doesn't work if no archived logs found

2007-09-09 Thread Zoe Parsons

Yeah, that seems to do the trick. Thanks for the fast help. :-)

ZoeP




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



Re: Sparc32 support?

2006-02-05 Thread Zoe Parsons
I've managed to install (using beta 1 admittedly) Etch on a few different 
Sparcs, 2 Sparcbook 3GX's, an SS20, 2 SS10's. I do have an SS2 and an IPC 
and IPX as well (though I'm not sure if the batteries have gone in either 
of those) if anyone really wants me to be masochistic and try them...


I only switched to 2.6 on the 3GX's as the PROM Console drove me nuts (and 
it's not like I use it for anything more than as a remote console for 
pine).
I also ended up having to compile most bits statically into the kernel to 
get them all to work reliably, the keyboard didn't for instance and 
external keyboard/mouse didn't work last time I tried either. Most of the 
other problems are simply due to the lack of support in the kernel at all 
for the hardware (PCMCIA mainly).


I've got a 3rd 3GX I can have a crack at reinstalling shortly with the 
lastest beta if anyone wants.


--
Huzzah! I've come out of my depression long enough to write some emails!

Zoe Parsons   | skype:mpsonscix   |
[EMAIL PROTECTED]   |   http://livejournal.com/~zoep
[EMAIL PROTECTED]  |   ICQ:97984995
aim:mpsonscix  |  yim:mpsons_cix  |  msn:[EMAIL PROTECTED]
Just because I might be logged onto these doesn't mean I'm there...


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



Re: Sparc32 support?

2006-02-05 Thread Zoe Parsons

On Fri, 3 Feb 2006, Frans Pop wrote:


If Debian Installer could support 2.6 based installations for sparc32,
that would be an important step towards not having to drop it for Etch.
One thing that would definitely need to be worked on for longer term
viability is sysfs support in sbus device drivers.
If theres any lists of things that need doing and a few pointers I'd be 
more than happy to attempt to work on stuff. Don't usually deal with 
anything this lowlevel but there's always a time to start. :-)


I've also seen various references to doing an i386-linux-uclibc port of 
debian for the lower memory/speed benefits it provides. 2 Questions: 1) 
where's this being talked about if anyone knows as I have old PC's that 
could use the extra life as well, and 2) has anyone looked into it for 
Sparc32? I know that uClibc currently doesn't have a dynamic linker for 
the Sparc32 (unless I'm out of date there) but would it be worthwhile in 
general?


--
Huzzah! I've come out of my depression long enough to write some emails!

Zoe Parsons   | skype:mpsonscix   |
[EMAIL PROTECTED]   |   http://livejournal.com/~zoep
[EMAIL PROTECTED]  |   ICQ:97984995
aim:mpsonscix  |  yim:mpsons_cix  |  msn:[EMAIL PROTECTED]
Just because I might be logged onto these doesn't mean I'm there...


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



Sparc32 support?

2006-02-02 Thread Zoe Parsons
Hi, I've read in a couple of places that there's consideration of dropping 
Sparc32 support totally for Etch? Is this true, and if so is there 
anything I can do to help stop that happening?


I've just reinstalled my Sparcbook laptops with Linux (and was going to do 
the other machines I have lying around), and managed to get 2.6.15 
running on there with few problems (I couldn't get the P9100 FB driver to 
build on 2.4). Apart from not having X running ATM it's working nice and 
smoothly, so I don't personally see the problem. :-)


--
If I don't reply, don't take it personally, I'm probably being incredibly
depressed again. :-)

Zoe Parsons   | skype:mpsonscix   |
[EMAIL PROTECTED]   |   http://livejournal.com/~zoep
[EMAIL PROTECTED]  |   ICQ:97984995
aim:mpsonscix  |  yim:mpsons_cix  |  msn:[EMAIL PROTECTED]
Just because I might be logged onto these doesn't mean I'm there...


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



New wannabe developer

2006-01-12 Thread Zoe Parsons

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, I've got nothing better to do at the moment so I was wondering what 
the best way to help move things forwards and contribute back to the 
project. :-)


- -- 
Zoe Parsons   | skype:mpsonscix

[EMAIL PROTECTED]   |   http://livejournal.com/~zoep
[EMAIL PROTECTED]  |   ICQ:97984995
aim:mpsonscix  |  yim:mpsons_cix  |  msn:[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDxqIAbbnfPjpiTWURArEMAKCWH2i3rAHqfPmcFLnZI78XjFJVNwCgh44G
hGMVPYk008XHB34dJyr9Gik=
=LJPa
-END PGP SIGNATURE-





Looking for ways to help

2006-01-11 Thread Zoe Parsons

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, I've been bored and having nothing better to do of late am looking for 
ways to help. :-)


Any suggions etc...

- -- 
Zoe Parsons   | skype:mpsonscix

[EMAIL PROTECTED]   |   http://livejournal.com/~zoep
[EMAIL PROTECTED]  |   ICQ:97984995
aim:mpsonscix  |  yim:mpsons_cix  |  msn:[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDxd2ebbnfPjpiTWURApJfAJ0c4L4tbUXmBdLtImopz8yl7ubf/wCeMXSb
5Bp0Dy4NkPexmvtk84pJdVI=
=FbFc
-END PGP SIGNATURE-


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



X.Org packages

2005-06-24 Thread Zoe Parsons
I just upgraded to them from the repository as mentioned in David's Blog 
and it seemed to go without a hitch apart from getting a message about how 
/etc/init.d/xfree86-common existed during purge.


So that's one happy bunny over here if nowhere else. :-)

Now just waiting for the day of the upload to unstable...

ZoeP


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