Re: [Bug 997012] Re: remmina crashes on longin to a Windows2000 server

2012-09-04 Thread E.Guerra
On 09/04/2012 05:52 AM, Mario Šarić wrote:
 @elderguerra:
 Please, can you enclose .remmina file for win2k session that works (with poor 
 color quality)?
 I would like to try the same settings for my broken win2k session.
 Thanks!

Sure

[remmina]
sound=off
sharefolder=
name=itmiasrv02
console=0
ssh_enabled=0
exec=
clientname=
colordepth=15
server=itmiasrv02
ssh_auth=0
scale=0
group=
ssh_charset=
quality=0
username=eguerra
ssh_loopback=0
password=2
ssh_username=
viewmode=1
window_maximize=0
execpath=
resolution=1024x768
domain=
window_height=836
disabletls=0
security=
window_width=1032
ssh_server=
shareprinter=0
protocol=RDP
disableclipboard=0
ssh_privatekey=

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

Title:
  remmina crashes on longin to a Windows2000 server

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

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

[Bug 997012] Re: remmina crashes on longin to a Windows2000 server

2012-07-20 Thread E.Guerra
I replaced my old ubuntu with 12.04 LTS (formating hard disk) and copy .remmina 
folder from backup.
The connection with windows 2000 worked but with a poor color quality, when I 
tried to edit the connection, I was not able to connect anymore.
Them, I replaced my .remina from backup and it is working( with a poor color 
quality, but does).

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

Title:
  remmina crashes on longin to a Windows2000 server

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

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


[Bug 901273] Re: Error code 2: Access violation

2011-12-08 Thread E.Guerra
** Package changed: ubuntu = netkit-tftp (Ubuntu)

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

Title:
  Error code 2: Access violation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netkit-tftp/+bug/901273/+subscriptions

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


[Bug 901273] [NEW] Error code 2: Access violation

2011-12-07 Thread E.Guerra
Public bug reported:

elder@elder-PC:~$ cat /etc/issue
Ubuntu 11.10 \n \l

elder@elder-PC:~$ sudo apt-get install tftp tftpd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  tftp tftpd
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/33.0 kB of archives.
After this operation, 168 kB of additional disk space will be used.
Selecting previously deselected package tftp.
(Reading database ... 178833 files and directories currently installed.)
Unpacking tftp (from .../tftp_0.17-18ubuntu2_amd64.deb) ...
Selecting previously deselected package tftpd.
Unpacking tftpd (from .../tftpd_0.17-18ubuntu2_amd64.deb) ...
Processing triggers for man-db ...
Setting up tftp (0.17-18ubuntu2) ...
Setting up tftpd (0.17-18ubuntu2) ...
Note: xinetd currently is not fully supported by update-inetd.
  Please consult /usr/share/doc/xinetd/README.Debian and itox(8).
elder@elder-PC:~$ sudo joe /etc/xinetd.d/tftp

service tftp
{
protocol= udp
port= 69
socket_type = dgram
wait= yes
user= nobody
server  = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
}

elder@elder-PC:~$ sudo mkdir /tftpboot
elder@elder-PC:~$ sudo chmod -R 777 /tftpboot
elder@elder-PC:~$ sudo chown -R nobody /tftpboot
elder@elder-PC:~$ sudo service xinetd reload
elder@elder-PC:~$ touch original
elder@elder-PC:~$ tftp localhost
tftp put original
tftp get original
Error code 2: Access violation
tftp quit
elder@elder-PC:~$ less /var/log/syslog


Dec  6 16:02:09 elder-PC xinetd[13864]: Started working: 0 available services
Dec  6 16:06:29 elder-PC xinetd[13864]: Starting reconfiguration
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=14]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=28]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=26]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=25]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=26]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=11]
Dec  6 16:06:29 elder-PC xinetd[13864]: removing chargen
Dec  6 16:06:29 elder-PC xinetd[13864]: removing chargen
Dec  6 16:06:29 elder-PC xinetd[13864]: removing daytime
Dec  6 16:06:29 elder-PC xinetd[13864]: removing daytime
Dec  6 16:06:29 elder-PC xinetd[13864]: removing discard
Dec  6 16:06:29 elder-PC xinetd[13864]: removing discard
Dec  6 16:06:29 elder-PC xinetd[13864]: removing echo
Dec  6 16:06:29 elder-PC xinetd[13864]: removing echo
Dec  6 16:06:29 elder-PC xinetd[13864]: removing time
Dec  6 16:06:29 elder-PC xinetd[13864]: removing time
Dec  6 16:06:29 elder-PC xinetd[13864]: Swapping defaults
Dec  6 16:06:29 elder-PC xinetd[13864]: Reconfigured: new=1 old=0 dropped=0 
(services)
Dec  6 16:08:16 elder-PC tftpd[13920]: tftpd: trying to get file: original
Dec  6 16:08:16 elder-PC tftpd[13920]: tftpd: serving file from /tftpboot
Dec  6 16:08:20 elder-PC tftpd[13922]: tftpd: trying to get file: original
Dec  6 16:08:20 elder-PC tftpd[13922]: tftpd: serving file from /tftpboot

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Error code 2: Access violation

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

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


[Bug 366087] Re: USB Startup Disk Creator no longer works in Ubuntu 9.04

2009-10-01 Thread E.Guerra
The same with usb disk sandisk cruzer 4gb


-- Starting up at 12:52:55 --
[12:52:55] /var/lib/python-support/python2.6/dbus/connection.py:242: 
DeprecationWarning: object.__init__() takes no parameters
  super(Connection, self).__init__(*args, **kwargs)
[12:52:55] got a disc: Ubuntu 9.04 i386
[12:52:55] got a disc: U3 System
[12:52:55] adding: /dev/sde
[12:52:55] updating dest_status as part of update_row_state
[12:52:55] adding: /dev/sdd
[12:53:01] ['umount', '/dev/sde1']
umount: /dev/sde1: not found
[12:53:01] ['umount', '/dev/sde']
umount: /dev/sde: not mounted
[12:53:01] ['parted', '-s', '/dev/sde', 'mklabel', 'msdos']
[12:53:02] ['parted', '-s', '/dev/sde', 'mkpartfs', 'primary', 'fat32', '0', 
'--', '-0']
[12:53:04] deleting /dev/sde from the ui
[12:53:04] possibly adding: /org/freedesktop/Hal/devices/volume_uuid_EDA5_8A10
[12:53:04] new device:
{'udi': '/org/freedesktop/Hal/devices/volume_uuid_EDA5_8A10', 'capacity': 
dbus.UInt64(4022129664L), 'uuid': 'EDA5-8A10', 'device': '/dev/sde1', 
'mountpoint': '', 'fstype': 'vfat', 'free': 0, 'label': ''}
[12:53:04] adding: /dev/sde1
[12:53:04] updating dest_status as part of update_row_state
[12:53:06] ['mount', '-t', 'vfat', '/dev/sde1', '/tmp/tmpJBXjVM']
[12:53:06] updating dest_status as part of update_row_state
[12:53:06] prop modified
[12:53:06] device_udi: /org/freedesktop/Hal/devices/volume_uuid_EDA5_8A10
[12:53:06] num_changes: 2
[12:53:06] change: volume.mount_point
[12:53:06] change: volume.is_mounted
[12:53:34] Installing...
[12:53:34] Source CD: /org/freedesktop/Hal/devices/volume_label_Ubuntu_9_04_i386
[12:53:34] Destination disk: /dev/sde1
[12:53:34] Persistence size: 134217728 B
[12:53:34] Marking partition 1 as active.
[12:53:34] installing the bootloader to /dev/sde.
[12:53:34] ['dd', 'if=/usr/lib/syslinux/mbr.bin', u'of=/dev/sde', 'bs=446', 
'count=1', 'conv=sync']
0+1 records in
1+0 records out
446 bytes (446 B) copied, 0.0177447 s, 25.1 kB/s
[12:53:34] installing the bootloader to /dev/sde1.
[12:53:34] ['syslinux', '/dev/sde1']
[12:53:36] ['parted', '-s', dbus.String(u'/dev/sde'), 'set', u'1', 'boot', 'on']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/autorun.inf']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/casper']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/dists']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/install']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/isolinux']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/md5sum.txt']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/pics']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/pool']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/preseed']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/README.diskdefines']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/ubuntu']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/wubi.exe']
[12:53:36] ['rm', '-rf', u'/tmp/tmpJBXjVM/.disk']
[12:53:36] ['rm', '/tmp/tmpJBXjVM/casper-rw']
rm: cannot remove `/tmp/tmpJBXjVM/casper-rw': No such file or directory
[12:53:36] ['/usr/share/usb-creator/install.py', '-s', u'/media/cdrom0/.', 
'-t', '/tmp/tmpJBXjVM', '-p', '134217728']
Tried to symlink . - /tmp/tmpJBXjVM/ubuntu
[Errno 5] Input/output error

[12:56:36] Unmounting target volume.
[12:56:36] ['umount', '/tmp/tmpJBXjVM']
[12:56:36] ['rmdir', '/tmp/tmpJBXjVM']
[12:56:36] Install command exited with code: 256
[12:56:36] Forcing shutdown of the install process.
[12:56:36] Unmounting target volume.
[12:56:36] ['umount', '/tmp/tmpJBXjVM']
umount: /tmp/tmpJBXjVM: not found
[12:56:36] ['rmdir', '/tmp/tmpJBXjVM']
rmdir: failed to remove `/tmp/tmpJBXjVM': No such file or directory
[12:56:36] Install failed.
[12:56:36] updating dest_status as part of update_row_state
[12:56:36] prop modified
[12:56:36] device_udi: /org/freedesktop/Hal/devices/volume_uuid_EDA5_8A10
[12:56:36] num_changes: 2
[12:56:36] change: volume.mount_point
[12:56:36] change: volume.is_mounted

-- 
USB Startup Disk Creator no longer works in Ubuntu 9.04
https://bugs.launchpad.net/bugs/366087
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 366087] Re: USB Startup Disk Creator no longer works in Ubuntu 9.04

2009-10-01 Thread E.Guerra
Let me add, I used this a couple of days with other usb disk 1 gb perfectly.
I don't have that usb disk any more.
With my new 4gb disk is failing

-- 
USB Startup Disk Creator no longer works in Ubuntu 9.04
https://bugs.launchpad.net/bugs/366087
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 372788] [NEW] vboxgtk does not install

2009-05-06 Thread E.Guerra
Public bug reported:

Binary package hint: vboxgtk
release 9.04

el...@elder-laptop:~$ uname -a
Linux elder-laptop 2.6.28-6-powerpc #20-Ubuntu Fri Apr 17 08:30:40 UTC 2009 ppc 
GNU/Linux
el...@elder-laptop:~$ dpkg -l 'virtual*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  virtualbox-ose 2.1.4-dfsg-1ub x86 virtualization solution - kernel module 
un  virtualbox-sou none (no description available)
el...@elder-laptop:~$ sudo apt-get install vboxgtk
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  vboxgtk: Depends: virtualbox-ose but it is not installable or
virtualbox but it is not installable
E: Broken packages
el...@elder-laptop:~$

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

** Description changed:

  Binary package hint: vboxgtk
+ release 9.04
  
  el...@elder-laptop:~$ uname -a
  Linux elder-laptop 2.6.28-6-powerpc #20-Ubuntu Fri Apr 17 08:30:40 UTC 2009 
ppc GNU/Linux
  el...@elder-laptop:~$ dpkg -l 'virtual*'
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
  ||/ Name   VersionDescription
  +++-==-==-
  ii  virtualbox-ose 2.1.4-dfsg-1ub x86 virtualization solution - kernel module 
  un  virtualbox-sou none (no description available)
  el...@elder-laptop:~$ sudo apt-get install vboxgtk
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
vboxgtk: Depends: virtualbox-ose but it is not installable or
  virtualbox but it is not installable
  E: Broken packages
  el...@elder-laptop:~$

-- 
vboxgtk does not install
https://bugs.launchpad.net/bugs/372788
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 372788] Re: vboxgtk does not install

2009-05-06 Thread E.Guerra
** Description changed:

  Binary package hint: vboxgtk
  release 9.04
+ really virtualbox can run over powerpc???
  
  el...@elder-laptop:~$ uname -a
  Linux elder-laptop 2.6.28-6-powerpc #20-Ubuntu Fri Apr 17 08:30:40 UTC 2009 
ppc GNU/Linux
  el...@elder-laptop:~$ dpkg -l 'virtual*'
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
  ||/ Name   VersionDescription
  +++-==-==-
  ii  virtualbox-ose 2.1.4-dfsg-1ub x86 virtualization solution - kernel module 
  un  virtualbox-sou none (no description available)
  el...@elder-laptop:~$ sudo apt-get install vboxgtk
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
vboxgtk: Depends: virtualbox-ose but it is not installable or
  virtualbox but it is not installable
  E: Broken packages
  el...@elder-laptop:~$

-- 
vboxgtk does not install
https://bugs.launchpad.net/bugs/372788
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


Re: [Bug 320993] Re: clock applet don't have any locations for Canary Islands

2009-01-25 Thread E.Guerra
Chris Crisafulli wrote:
 Thank you for your suggestion. However, the changes you are requesting
 aren't really a bug and require more discussion, which should be done on
 an appropriate mailing list or forum.
 http://www.ubuntu.com/support/community/mailinglists might be a good
 start for determining which mailing list to use.

 ** Changed in: ubuntu
Status: New = Invalid

   
Sorry, I am not suggesting any kind  of change.
I am saying, that since Debian is Debian, all airports for Canary Island 
have been considerate, and the time zone, that is different to Spain, 
have  been set  correctly.
Now,  the people who are developing this part on Ubuntu 8.10, have erase 
that place of the earth.
I am living in USA, and I am from some latinamerica country; so, I don't 
have any kind of personal interest about, but report an evident error in 
Ubuntu at least.
I am not sure in what package it is failing, nor is Debian the cause of 
this.
I am willing to help you to solve this trouble.

-- 
clock applet don't have any locations for Canary Islands
https://bugs.launchpad.net/bugs/320993
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


Re: [Bug 320993] Re: clock applet don't have any locations for Canary Islands

2009-01-25 Thread E.Guerra
With your procedure, I got your same outcome, but I only have a time 
zone. I don't have any specific location neither latitude and longitude, 
nor  weather conditions. I think that the weather is bringing by a 
meteorological station like an airport. I know that had some weather 
trouble in 8.10.

Please, let me time to install 8.10 over i386.
But, you can try

1. Right click clock applet
2. Preferences
3. Locations
4. Add
5. Location Name


Type Tenerife, or Canary, and you can't get any thing.
Only in Tenerife, there are two international airports: Tenerife Norte 
and Tenerife Sur.
There are seven airports in the seven islands and many of those are 
international.
If you get 8.04 you can see how this run properly.

vocx wrote:
 I want to make further clarification on this bug.

 The original poster is using the PowerPC version of Ubuntu which is not
 officially supported any more.

 I am running the i386 version of Ubuntu 8.10, with Gnome 2.24.1.
 In this version the clock applet does have Canary Islands as a location under 
 Spain.

 1. Right click clock applet
 2. Preferences
 3. Locations
 4. Add
 5. Timezone
 6. Spain
 7. Canary Islands (GMT / GMT+1)

 It's possible that this bug only exists in the specific Gnome version in
 the PowerPC distribution, in which case the user is advised to contact
 the maintainers of that version.



-- 
clock applet don't have any locations for Canary Islands
https://bugs.launchpad.net/bugs/320993
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 320993] [NEW] clock applet don't have any locations for Canary Islands

2009-01-24 Thread E.Guerra
Public bug reported:

Clock applet don't have any locations for Canary Islands, Spain
In 8.04 work nice, but with 8.10 we don't have any locations for that place of 
the earth.
Using, the weather applet I found that there is only a place over the name of 
Atogo. That name is not relevant nor have we at least one airport of the 
islands.
Sorry to Atogo people, that place isn't known.
Then, I had to use Atogo as my place.

Using, Ubuntu 8.10 for powerpc.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
clock applet don't have any locations for Canary Islands
https://bugs.launchpad.net/bugs/320993
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 107846] Re: cannot select mp3 encoding

2007-04-24 Thread E.Guerra
i have lame and lame-extras 3.96.1 and I have the same

-- 
cannot select mp3 encoding
https://bugs.launchpad.net/bugs/107846
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 92462] Re: mp3 profile does not show

2007-04-24 Thread E.Guerra
I need reopen this bug. I have the same.

-- 
mp3 profile does not show
https://bugs.launchpad.net/bugs/92462
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