[Bug 146518] Re: strigi encoding problem - cannot read i.e. Greek

2007-10-12 Thread Panos Georgiadis
Perhaps it is a bug of feisty update and not one of the forthcoming
Ubuntu. Who knows

-- 
strigi encoding problem - cannot read i.e. Greek
https://bugs.launchpad.net/bugs/146518
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 1754328] [NEW] Ubuntu 17.10.1 fails to reboot after installation is complete

2018-03-08 Thread Panos Georgiadis
Public bug reported:

How to reproduce:
--
1. Download the ISO for 17.10.1 from the official website
2. Create a virtual-machine with qemu and load the ISO to start the installation

Note: do a generic installation without changing any parameters (e.g. do
not download updates during the installation) but use everything in
default.

3. When the installation is complete, it will ask you to remove the
media and press ENTER.


Expected Behavior:
--
The system should reboot without any problems.


Actual Behavior:

The following things are happenings:

1. It shows blank screen and stays there forever
2. It throws WATCHDOG error and stays there forever:

> systemd-journald[]: failed to send WATCHDOG=1 notification message:
Transport endpoint is not connected

3. Sometimes it works and everything is fine


Workaround:
---
The workaround for [1][2] is to hard-reset the qemu VM.

It looks like a race condition, that when it gets triggered it hits a
bug related to watchdog and reboot of the system. Note, that this bug is
**not** reproducable if you click "Try Ubuntu" at the 'welcome' screen
of the 17.10.1 ISO media. You have to actually install it and make it to
the last step of the installation, which is the restart of the system.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: restart watchdog

** Description changed:

  How to reproduce:
  --
  1. Download the ISO for 17.10.1 from the official website
  2. Create a virtual-machine with qemu and load the ISO to start the 
installation
  
  Note: do a generic installation without changing any parameters (e.g. do
  not download updates during the installation) but use everything in
  default.
  
  3. When the installation is complete, it will ask you to remove the
  media and press ENTER.
  
  
  Expected Behavior:
  --
  The system should reboot without any problems.
  
  
  Actual Behavior:
  
- 
  The following things are happenings:
  
  1. It shows blank screen and stays there forever
  2. It throws WATCHDOG error and stays there forever:
  
  > systemd-journald[]: failed to send WATCHDOG=1 notification message:
  Transport endpoint is not connected
  
  3. Sometimes it works and everything is fine
  
  
  Workaround:
  ---
  The workaround for [1][2] is to hard-reset the qemu VM.
  
- 
  It looks like a race condition, that when it gets triggered it hits a
  bug related to watchdog and reboot of the system. Note, that this bug is
  **not** reproducable if you click "Try Ubuntu" at the 'welcome' screen
  of the 17.10.1 ISO media. You have to actually install it and make it to
  the last step of the installation, which is the restart of the system.

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

Title:
  Ubuntu 17.10.1 fails to reboot after installation is complete

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

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

[Bug 1754328] Re: Ubuntu 17.10.1 fails to reboot after installation is complete

2018-03-08 Thread Panos Georgiadis
The bug is against the Ubuntu installer. I don't know what is the
package of this component and I cannot get a console (I'e tried all
tty's but no luck). Given that installation issues are quite common, I
would expect you to link bugs against 'components' instead of 'source
packages'.

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

Title:
  Ubuntu 17.10.1 fails to reboot after installation is complete

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

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

[Bug 1754328] Re: Ubuntu 17.10.1 fails to reboot after installation is complete

2018-03-08 Thread Panos Georgiadis
Thanks @paulw2u for linking the source package. I've never heard of
Ubiquity before, so I also learned something new today :D
https://wiki.ubuntu.com/Ubiquity

** Tags added: ubiquity

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

Title:
  Ubuntu 17.10.1 fails to reboot after installation is complete

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

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

[Bug 1680469] [NEW] groups: cannot find name for group ID 472

2017-04-06 Thread Panos Georgiadis
Public bug reported:

Reproducer:
---
Log in as `root` in your host OS (in my case I used openSUSE Leap 42.2)
> # su -

Install the required software to bootstrap a Debian-based system
> # zypper install debootstrap dpkg

Create the a sub-directory in which you are going to install the Ubuntu
system

> # mkdir /mnt/chroot-ubuntu-trusty
> # debootstrap trusty /mnt/chroot-ubuntu-trusty/ 
> http://archive.ubuntu.com/ubuntu/ubuntu/
> ...
> I: Base system installed successfully.

While creating a `chrooted` environment, we are instructing the `chroot`
comamand to run the `/bin/bash` command as well.

> ultron:~ # chroot /mnt/chroot-ubuntu-trusty /bin/bash
> groups: cannot find name for group ID 472

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


** Tags: debootstrap

** Description changed:

  Reproducer:
  ---
- Log in as user in your host OS (in my case I used openSUSE Leap 42.2)
+ Log in as `root` in your host OS (in my case I used openSUSE Leap 42.2)
  > # su -
  
  Install the required software to bootstrap a Debian-based system
  > # zypper install debootstrap dpkg
  
  Create the a sub-directory in which you are going to install the Ubuntu
  system
  
- > # mkdir /mnt/chroot-ubuntu-trusty   
+ > # mkdir /mnt/chroot-ubuntu-trusty
  > # debootstrap trusty /mnt/chroot-ubuntu-trusty/ 
http://archive.ubuntu.com/ubuntu/ubuntu/
- > ... 
+ > ...
  > I: Base system installed successfully.
  
  While creating a `chrooted` environment, we are instructing the `chroot`
  comamand to run the `/bin/bash` command as well.
  
  > ultron:~ # chroot /mnt/chroot-ubuntu-trusty /bin/bash
  > groups: cannot find name for group ID 472

** Tags added: debootstrap

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

Title:
  groups: cannot find name for group ID 472

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

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


[Bug 1033072] Re: I want to install the program ubuntu 12.04 on the ubuntu 10.04

2012-08-04 Thread Panos Georgiadis
** Changed in: installation-guide (Ubuntu)
   Status: New => Invalid

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

Title:
  I want to install the program ubuntu 12.04 on the ubuntu 10.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1033072/+subscriptions

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


[Bug 1032181] Re: sensord fail to create correct RRD file when loadavg requested

2012-08-04 Thread Panos Georgiadis
** Changed in: lm-sensors (Ubuntu)
   Status: New => Fix Committed

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

Title:
  sensord fail to create correct RRD file when loadavg requested

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1032181/+subscriptions

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


[Bug 1017911] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1017911/+subscriptions

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


[Bug 999785] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/999785/+subscriptions

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


[Bug 999710] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/999710/+subscriptions

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


[Bug 999400] Re: package libxml2-dev (not installed) failed to install/upgrade: './usr/bin/xml2-config' is different from the same file on the system

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libxml2-dev (not installed) failed to install/upgrade:
  './usr/bin/xml2-config' is different from the same file on the system

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

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


[Bug 999398] Re: package libxslt1-dev (not installed) failed to install/upgrade: './usr/bin/xslt-config' is different from the same file on the system

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libxslt1-dev (not installed) failed to install/upgrade:
  './usr/bin/xslt-config' is different from the same file on the system

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

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


[Bug 999397] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/999397/+subscriptions

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


[Bug 998337] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/998337/+subscriptions

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


[Bug 998335] Re: package gcc-4.4-base not installed failed to install/upgrade: ./usr/share/doc/gcc-4.4-base/README.Debian.gz is different from the same file on the system

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package gcc-4.4-base  not installed  failed to install/upgrade:
  ./usr/share/doc/gcc-4.4-base/README.Debian.gz  is different from the
  same file on the system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/998335/+subscriptions

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


[Bug 980054] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/980054/+subscriptions

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


[Bug 951493] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/951493/+subscriptions

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


[Bug 1033053] Re: Can't get all the updates in Ubuntu 12.04

2012-08-04 Thread Panos Georgiadis
Try a different mirror.

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

Title:
  Can't get all the updates in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1033053/+subscriptions

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


[Bug 1030800] Re: [Ubuntu 12.04 LTS 32-bit LiveCD] ATI Technologies Radeon Xpress 200 for Intel (RC410) ACPI S3 State Resume Failure

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 1030792 ***
https://bugs.launchpad.net/bugs/1030792

** This bug has been marked a duplicate of bug 1030792
   [Ubuntu 10.04.4 LTS 32-bit LiveCD] ATI Technologies Radeon Xpress 200 for 
Intel (RC410) ACPI S3 State Resume Failure

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

Title:
  [Ubuntu 12.04 LTS 32-bit LiveCD] ATI Technologies Radeon Xpress 200
  for Intel (RC410) ACPI S3 State Resume Failure

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

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


[Bug 1030761] Re: [Ubuntu 12.04 LTS 32-bit LiveCD] ATI Technologies Radeon Xpress 200 (RS482) ACPI S3 State Resume Failure

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 1030754 ***
https://bugs.launchpad.net/bugs/1030754

** This bug has been marked a duplicate of bug 1030754
   [Ubuntu 10.04.4 LTS 32-bit LiveCD] ATI Technologies Radeon Xpress 200 
(RS482) ACPI S3 State Resume Failure

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

Title:
  [Ubuntu 12.04 LTS 32-bit LiveCD] ATI Technologies Radeon Xpress 200
  (RS482) ACPI S3 State Resume Failure

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

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


[Bug 1033053] Re: Can't get all the updates in Ubuntu 12.04

2012-08-05 Thread Panos Georgiadis
** Changed in: update-manager (Ubuntu)
   Status: New => Invalid

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

Title:
  Can't get all the updates in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1033053/+subscriptions

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


[Bug 1043054] Re: nvidia-current 304.43-0ubuntu1 fails to install on kernel 3.6

2012-08-28 Thread Panos Georgiadis
Have you manually tried to build the module ?
If not, try my script that uses Xorg-Edgers (it works 100%): 
https://github.com/ubuntuxtreme/Nvidia-installer/tarball/master

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: New => Fix Committed

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

Title:
  nvidia-current 304.43-0ubuntu1 fails to install on kernel 3.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1043054/+subscriptions

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


[Bug 1159226] [NEW] LibreOffice error initializing month strings

2013-03-23 Thread Panos Georgiadis
Public bug reported:

LibreOffice simply doesn't launch. It looks like this bug is related to
Ubuntu 13.04 greek locale problem (Invalid UTF-8)  -- link:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1158750

This is how to re-produce:
drpaneas@raring:~$ libreoffice
ls: error initializing month strings
/usr/bin/libreoffice: 49: cd: can't cd to lrwxrwxrwx 1 root root 34 
���../lib/libreoffice/program
/usr/bin/libreoffice: 156: exec: /usr/bin/oosplash: not found

Unfortunately, I can't launch any instance of LibreOffice in Ubuntu
13.04

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: libreoffice (not installed)
ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
Uname: Linux 3.8.0-13-generic x86_64
ApportVersion: 2.9.2-0ubuntu2
Architecture: amd64
Date: Sat Mar 23 22:22:21 2013
InstallationDate: Installed on 2013-03-21 (2 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130320)
MarkForUpload: True
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

** Description changed:

  LibreOffice simply doesn't launch. It looks like this bug is related to
- Ubuntu 13.04 greek locale problem (Invalid UTF-8)
+ Ubuntu 13.04 greek locale problem (Invalid UTF-8)  -- link:
+ https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1158750
  
  This is how to re-produce:
- drpaneas@raring:~$ libreoffice 
+ drpaneas@raring:~$ libreoffice
  ls: error initializing month strings
  /usr/bin/libreoffice: 49: cd: can't cd to lrwxrwxrwx 1 root root 34 
���../lib/libreoffice/program
  /usr/bin/libreoffice: 156: exec: /usr/bin/oosplash: not found
  
- 
- Unfortunately, I can't launch any instance of LibreOffice in Ubuntu 13.04
+ Unfortunately, I can't launch any instance of LibreOffice in Ubuntu
+ 13.04
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
  Uname: Linux 3.8.0-13-generic x86_64
  ApportVersion: 2.9.2-0ubuntu2
  Architecture: amd64
  Date: Sat Mar 23 22:22:21 2013
  InstallationDate: Installed on 2013-03-21 (2 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130320)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  LibreOffice error initializing month strings

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

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

[Bug 1166124] Re: Ubuntu minimum system requirements needs to be updated

2013-04-09 Thread Panos Georgiadis
This is not a bug. Please learn what is Minimum and what is Recommended
Requirements.

Minimum requirements: This is the minimum hardware that anyone can
install Ubuntu, no matter the speed, experience, lag, or whatever. This
man wants just to install Ubuntu on his computer, nothing more.

Recommended Requirements: This is all about user experience and all you
talk about. If you want to "change" something this is the recommended
requirements, NOT the minimum ones.

** Changed in: ubuntu-website-content
   Status: Confirmed => Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Ubuntu minimum system requirements needs to be updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website-content/+bug/1166124/+subscriptions

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


[Bug 1166124] Re: Ubuntu minimum system requirements needs to be updated

2013-04-09 Thread Panos Georgiadis
** Changed in: ubuntu-website-content
   Status: Invalid => Opinion

** Changed in: unity (Ubuntu)
   Status: Invalid => Opinion

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

Title:
  Ubuntu minimum system requirements needs to be updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website-content/+bug/1166124/+subscriptions

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


[Bug 1166124] Re: Ubuntu minimum system requirements needs to be updated

2013-04-09 Thread Panos Georgiadis
Salih, I am member of Ubuntu BugSquad team; my role is to triage bugs,
meaning to change the status of any bug upon my experience.

No offense sir, but I think that your suggested minimum hardware
requirement ( 1000 GHz processor ) is out of range, because there is no
processor with 1 Terraherz currently available in any scientific super
computer laboratory. Strange thing, that 8 people have the same opinion
with you.

If you insist that, I would recommend you to present us some tests with
minimum system requirements and then we can discuss your query in
further detail. But just as it is, I can only see an unvalidated opinion
of an Ubuntu user. Again, make no mistake here, you may have right or
wrong, but this is not a bug report that can be triaged as Confirmed.
This is just your opinion.

If you can prove that Ubuntu Desktop installation fails, then I'd be
happy to triaged your bug as Confirmed.

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

Title:
  Ubuntu minimum system requirements needs to be updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website-content/+bug/1166124/+subscriptions

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