[Bug 640207] ❤omg something new

2017-09-24 Thread Lor
*** This bug is a duplicate of bug 628104 ***
https://bugs.launchpad.net/bugs/628104

Dear!

I've  come across that wonderful products lately and it seems  to be
something really new,  please check it  out
http://www.hostallasfresas.com/shared.php?UE82NDAyMDdAYnVncy5sYXVuY2hwYWQubmV0


Regards, loris aliffi

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

Title:
  update-manager crashed with AptDaemonError in
  _convert_dbus_exception()

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

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

[Bug 640207] ☂what a nice surprise

2017-04-21 Thread Lor
*** This bug is a duplicate of bug 628104 ***
https://bugs.launchpad.net/bugs/628104

Hello,

I've got surprisingly good news for you, I swear you'll love  this!
Check it out  http://weevikes.com/catalog.php?5250

Yours, loris aliffi

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

Title:
  update-manager crashed with AptDaemonError in
  _convert_dbus_exception()

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

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


[Bug 729941] Re: missing params in gmetad and gmond startup scripts

2012-05-16 Thread K Lor
I'm using ubuntu 12.04, all updates installed

PID written by original init script into /var/run/$NAME.pid is not the
correct one. Mostly PID in file is one lower as real PID.

gmond and gmetad support -p, --pid-file=STRING as argument!

Maybe the maintainer auf that package could also add the status into
init script of gmond. With the addtional status function you could
monitor gmond in pacemaker(linuxHA)


#! /bin/sh
### BEGIN INIT INFO
# Provides:  ganglia-monitor
# Required-Start:$network $named $remote_fs $syslog
# Required-Stop: $network $named $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
### END INIT INFO 
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/gmond
NAME=gmond
DESC=Ganglia Monitor Daemon

test -x $DAEMON || exit 0

set -e
. /lib/lsb/init-functions


case $1 in
  start)
echo -n Starting $DESC: 
start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec 
$DAEMON -- -p /var/run/$NAME.pid
echo $NAME.
;;
  stop)
echo -n Stopping $DESC: 
start-stop-daemon --stop  --quiet --oknodo --name $NAME \
21  /dev/null
echo $NAME.
;;
  status)
if [ ! -f /var/run/$NAME.pid ] ; then
 echo Not running: PIDFILE not found
 exit 3
fi
STATUS=
status_of_proc -p /var/run/$NAME.pid $DAEMON $NAME 
STATUS=$?
if [ $STATUS -eq 0 ] ; then 
  telnet localhost 8649 | grep -q GANGLIA_XML
  OUTPUT=$?
  if [ $OUTPUT -eq 0 ] ; then
 echo Status OK
 exit 0
  else
 echo Status: error parsing output of $NAME
 exit 3
  fi
else
  echo Status: PIDFILE exists, but no process for pid
  exit 3
fi
;;
  reload)
  ;;
  restart|force-reload)
$0 stop
$0 start
;;
  *)
N=/etc/init.d/$NAME
# echo Usage: $N {start|stop|restart|reload|force-reload} 2
echo Usage: $N {start|stop|restart|force-reload} 2
exit 1
;;
esac

exit 0

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

Title:
  missing params in gmetad and gmond startup scripts

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

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


[Bug 956383] Re: ccs_config_validate exits with 191 and broken link for cluster.rng

2012-04-18 Thread K Lor
Hi
I had/have similar problems

I have two nics:
eth0 direct connection without a switch between the two nodes (10.0.0.x) , 
hostnames: node1-direct, node2-direct
eth1 with a switch 192.168.x.x (hostnames: node1, node2)

using the node[12]-direct hostname in a simple cluster.conf a ran in the
same problem like ITec.

replacing the hostnames (- node[12]) it works. adding altname
to the corresponding clusternode it works:
altname name=node1-direct port=5406 mcast=239.192.122.46 /


running: corosync-cfgtool -s # it show the two rings
Printing ring status.
Local node ID 2
RING ID 0
id  = 192.168.25.52
status  = ring 0 active with no faults
RING ID 1
id  = 10.0.0.52
status  = ring 1 active with no faults

maybe the helps..

KLor

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

Title:
  ccs_config_validate exits with 191 and broken link for cluster.rng

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redhat-cluster/+bug/956383/+subscriptions

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


[Bug 970366] Re: apparmor denies unlink of mysql socket

2012-04-12 Thread K Lor
I've a fresh 12.04 installation, all updates installed..

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

Title:
  apparmor denies unlink of mysql socket

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/970366/+subscriptions

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


[Bug 248296] Re: Will not print to my Lexmark x7170 or to the pdf either

2008-07-30 Thread lor
I am having the exact same problem.

-- 
Will not print to my Lexmark x7170 or to the pdf either
https://bugs.launchpad.net/bugs/248296
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 134810] Re: Add PPTP VPN support and GUI to configure it to Ubuntu's CD (_very_ critical bug for Russia!)

2007-10-01 Thread lor
*** This bug is a duplicate of bug 107738 ***
https://bugs.launchpad.net/bugs/107738

I confirm it is vital for exUSSR users

-- 
Add PPTP VPN support and GUI to configure it to Ubuntu's CD (_very_ critical 
bug for Russia!)
https://bugs.launchpad.net/bugs/134810
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 134547] Re: NetworkManager PPTP VPN does not work; bad pptp plugin

2007-10-01 Thread lor
cannot create pptp connection in kubuntu. network-manager-kde even do
not show PPTP as tunnel option and network-manager-pptp is installed

-- 
NetworkManager PPTP VPN does not work; bad pptp plugin
https://bugs.launchpad.net/bugs/134547
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 134547] Re: NetworkManager PPTP VPN does not work; bad pptp plugin

2007-10-01 Thread lor
in kubuntu fix doesnt work. network-manager-kde doenst allow to choose
PPTP vpn

** Changed in: network-manager-pptp (Ubuntu)
   Status: Fix Released = Incomplete

-- 
NetworkManager PPTP VPN does not work; bad pptp plugin
https://bugs.launchpad.net/bugs/134547
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 93870] Re: [fiesty kubuntu] intel c2d macbook does not wake from suspend

2007-03-20 Thread lor
well, now cant reproduce those hang up. I remember it shown Soft lockup on CPU 
#0 and #1
tried to suspend about 5 times and now seems ok. Will try to find the way how 
to reproduce it again. 

By the way i used GUI suspend to ram button in kde log out screen

-- 
[fiesty kubuntu] intel c2d macbook does not wake from suspend
https://launchpad.net/bugs/93870

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


[Bug 93870] Re: [fiesty kubuntu] intel c2d macbook does not wake from suspend

2007-03-20 Thread lor

** Attachment added: 2.6.20-9.txt
   http://librarian.launchpad.net/6878534/2.6.20-9.txt

-- 
[fiesty kubuntu] intel c2d macbook does not wake from suspend
https://launchpad.net/bugs/93870

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


[Bug 93870] Re: [fiesty kubuntu] intel c2d macbook does not wake from suspend

2007-03-20 Thread lor

** Attachment added: 2.6.20-12.txt
   http://librarian.launchpad.net/6878543/2.6.20-12.txt

-- 
[fiesty kubuntu] intel c2d macbook does not wake from suspend
https://launchpad.net/bugs/93870

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


[Bug 93870] Re: [fiesty kubuntu] intel c2d macbook does not wake from suspend

2007-03-20 Thread lor

** Attachment added: 2.6.20-9_after_resume.txt
   http://librarian.launchpad.net/6878538/2.6.20-9_after_resume.txt

-- 
[fiesty kubuntu] intel c2d macbook does not wake from suspend
https://launchpad.net/bugs/93870

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


[Bug 93870] Re: [fiesty kubuntu] intel c2d macbook does not wake from suspend

2007-03-20 Thread lor

** Attachment added: 2.6.20-12_after_resume.txt
   http://librarian.launchpad.net/6878554/2.6.20-12_after_resume.txt

-- 
[fiesty kubuntu] intel c2d macbook does not wake from suspend
https://launchpad.net/bugs/93870

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


[Bug 93870] [fiesty kubuntu] intel c2d macbook does not wake from suspend

2007-03-19 Thread lor
Public bug reported:

intel codre 2 duo macbook does not wake from suspend with 2.6.20-12
kernel but on 2.6.20-9 everything ok

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
[fiesty kubuntu] intel c2d macbook does not wake from suspend
https://launchpad.net/bugs/93870

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


[Bug 89427] Re: [feisty] intel C2D macbook does not boot 2.6.20-9-generic

2007-03-09 Thread lor
Yep, really ndiswrapper erros. Sorry for wrong report :(

-- 
[feisty] intel C2D macbook does not boot 2.6.20-9-generic
https://launchpad.net/bugs/89427

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


[Bug 89428] [feisty kubuntu] kde doesnt save file view for 2nd tab

2007-03-05 Thread lor
Public bug reported:

i'm using Detailed List View (View - Detailed List View) as my default file 
view for konqueror. And it is saved as default profile. But when i open new 
_tab_ it has Icon View
In Edgy everything was ok but in Feisty it is broken.

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

-- 
[feisty kubuntu] kde doesnt save file view for 2nd tab
https://launchpad.net/bugs/89428

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


[Bug 89427] [feisty] intel C2D macbook does not boot 2.6.20-9-generic

2007-03-03 Thread lor
Public bug reported:

Binary package hint: linux-generic

After last update from 2.6.20-8-generic to 2.6.20-9-generic my macbook
does not boot. If to boot old 2.6.20-8-generic everything goes smooth.

I'm using feisty herd 4 + latest updates

ProblemType: Bug
Date: Sat Mar  3 13:35:26 2007
DistroRelease: Ubuntu 7.04
Uname: Linux ref-macbook 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 
i686 GNU/Linux

** Affects: linux-meta (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[feisty] intel C2D macbook does not boot 2.6.20-9-generic
https://launchpad.net/bugs/89427

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


[Bug 89428] [feisty kubuntu] kde doesnt save file view for 2nd tab

2007-03-03 Thread lor
Public bug reported:

i'm using Detailed List View (View - Detailed List View) as my default file 
view for konqueror. And it is saved as default profile. But when i open new 
_tab_ it has Icon View
In Edgy everything was ok but in Feisty it is broken.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
[feisty kubuntu] kde doesnt save file view for 2nd tab
https://launchpad.net/bugs/89428

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


[Bug 89427] Re: [feisty] intel C2D macbook does not boot 2.6.20-9-generic

2007-03-03 Thread lor
i also want to mention i'm using encrypted home partition using
crypttab. And loading stops almost in the same place where it should ask
password for encrypted volume

-- 
[feisty] intel C2D macbook does not boot 2.6.20-9-generic
https://launchpad.net/bugs/89427

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


[Bug 83479] Re: new ndiswrapper version for feisty

2007-02-28 Thread lor
ndiswrapper update is essential for intel mac users. latest core 2 duo
models has not supported by madwifi-ng wifi card and it is needed to run
windows driver. current 1.9 ndiswrapper hang up system but manually
compiled 1.37 works perfect

-- 
new ndiswrapper version for feisty
https://launchpad.net/bugs/83479

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


[Bug 62594] Re: Device bluetooth not detected anymore

2006-10-11 Thread lor
*** This bug is a duplicate of bug 59222 ***

i also have this bug. it should be fixed  before release date

-- 
Device bluetooth not detected anymore
https://launchpad.net/bugs/62594

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


[Bug 56651] Re: Missing passkey-agent binary

2006-10-11 Thread lor
i also have this bug. i cannot pair my bluetooth mobile phone. ubuntu is
userfriendly distro and this bug should be fixed before release

-- 
Missing passkey-agent binary
https://launchpad.net/bugs/56651

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


[Bug 17216] Re: Hard drive spindown should be configurable

2006-10-11 Thread lor
my laptop asus w5f also spindown hdd within 5 secs. i confirm this bug

-- 
Hard drive spindown should be configurable
https://launchpad.net/bugs/17216

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


[Bug 56651] Re: Missing passkey-agent binary

2006-10-11 Thread lor
also why /usr/lib/kdebluetooth/kbluepin does not work as pin helper in
kubuntu?

-- 
Missing passkey-agent binary
https://launchpad.net/bugs/56651

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


[Bug 61330] Re: [edgy] guidance sets brightness to 60-70%

2006-10-10 Thread lor
now it is fixed. in beta1 with updates

-- 
[edgy] guidance sets brightness to 60-70%
https://launchpad.net/bugs/61330

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


[Bug 63658] Re: Edgy Kubuntu beta1: ubiquity crash on asus w5f

2006-10-02 Thread lor
partman

-- 
Edgy Kubuntu beta1: ubiquity crash on asus w5f
https://launchpad.net/bugs/63658

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


[Bug 63658] Re: Edgy Kubuntu beta1: ubiquity crash on asus w5f

2006-10-02 Thread lor
syslog

-- 
Edgy Kubuntu beta1: ubiquity crash on asus w5f
https://launchpad.net/bugs/63658

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


[Bug 63658] Edgy Kubuntu beta1: ubiquity crash on asus w5f

2006-10-02 Thread lor
Public bug reported:

Binary package hint: ubiquity

ubiquity crashes during hardware configuration on laptop asus w5f.
on knot 3 everything was ok.

here is the error message:

Traceback (most recent call last):
  File /usr/bin/ubiquity, line 157, in ?
main()
  File /usr/bin/ubiquity, line 152, in main
install(sys.argv[1])
  File /usr/bin/ubiquity, line 57, in install
ret = wizard.run()
  File /usr/lib/ubiquity/ubiquity/frontend/kde-ui.py, line 341, in run
self.process_step()
  File /usr/lib/ubiquity/ubiquity/frontend/kde-ui.py, line 803, in 
process_step
self.progress_loop()
  File /usr/lib/ubiquity/ubiquity/frontend/kde-ui.py, line 581, in 
progress_loop
raise RuntimeError, (Install failed with exit code %s\n%s %
RuntimeError: Install failed with exit code 1
Traceback (most recent call last):
  File /usr/share/ubiquity/install.py, line 1377, in ?
install.run()
  File /usr/share/ubiquity/install.py, line 356, in run
self.configure_hardware()
  File /usr/share/ubiquity/install.py, line 904, in configure_hardware
raise InstallStepError(HwDetect failed with code %d % ret)
InstallStepError: HwDetect failed with code 10

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

-- 
Edgy Kubuntu beta1: ubiquity crash on asus w5f
https://launchpad.net/bugs/63658

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


[Bug 61330] Re: [edgy] guidance sets brightness to 60-70%

2006-10-02 Thread lor
in beta1 with latest update still no changes. does the update included
in beta1?

-- 
[edgy] guidance sets brightness to 60-70%
https://launchpad.net/bugs/61330

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


[Bug 61330] [edgy] guidance sets brightness to 60-70%

2006-09-23 Thread lor
Public bug reported:

in edgy (kubuntu) guidance power management applet sets brightness to
60-70% after start. in settings it set to 100%. when i press
Fn+F6(brightness up) i can make screen brighter but after guidance
restart it sets back.  also in dapper when i changed brightness nice pop
up window appeared that showed current brightness percentage and after
installation of dapper it disappeared


Note: the original reporter indicated the bug was in package 'kde-
guidance-powermanager'; however, that package was not published in
Ubuntu.

** Affects: kde-guidance (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
[edgy] guidance sets brightness to 60-70%
https://launchpad.net/bugs/61330

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


[Bug 61306] Re: performance issue in Edgy with i810 driver

2006-09-20 Thread lor
i have the same bug

asus w5f (i945GM)

-- 
performance issue in Edgy with i810 driver
https://launchpad.net/bugs/61306

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


[Bug 61329] pppd does not correctly work with pptpconfig

2006-09-19 Thread lor
Public bug reported:

Binary package hint: ppp

in edgy pppd not correctly works with pptpconfig. it seems that pppd
dows not return correct exit status when creating connection.

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

-- 
pppd does not correctly work with pptpconfig
https://launchpad.net/bugs/61329

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


[Bug 61330] guidance sets brightness to 60-70%

2006-09-19 Thread lor
Public bug reported:

in edgy (kubuntu) guidance power management applet sets brightness to
60-70% after start. in settings it set to 100%. when i press
Fn+F6(brightness up) i can make screen brighter but after guidance
restart it sets back.  also in dapper when i changed brightness nice pop
up window appeared that showed current brightness percentage and after
installation of dapper it disappeared

Note: the original reporter indicated the bug was in package 'kde-
guidance-powermanager'; however, that package was not published in
Ubuntu.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
guidance sets brightness to 60-70%
https://launchpad.net/bugs/61330

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


[Bug 61330] Re: guidance sets brightness to 60-70%

2006-09-19 Thread lor
forgot to mention it was on the laptop asus w5f

-- 
guidance sets brightness to 60-70%
https://launchpad.net/bugs/61330

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


[Bug 61331] extremely bold ttf fonts in kubuntu (edgy)

2006-09-19 Thread lor
Public bug reported:

Binary package hint: xserver-xorg

after upgrade to edgy i've noticed that microsoft's true type tahoma
font is extremely anti aliased. so it looks very bold. in dapper ttf
fonts looked much more nice

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

-- 
extremely bold ttf fonts in kubuntu (edgy)
https://launchpad.net/bugs/61331

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


[Bug 26697] Re: pptpconfig should be part of the main distributon

2006-09-19 Thread lor
i also want that pptpconfig will be included

-- 
pptpconfig should be part of the main distributon
https://launchpad.net/bugs/26697

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


[Bug 61330] Re: [edgy] guidance sets brightness to 60-70%

2006-09-19 Thread lor
** Summary changed:

- guidance sets brightness to 60-70%
+ [edgy] guidance sets brightness to 60-70%

** Description changed:

  in edgy (kubuntu) guidance power management applet sets brightness to
  60-70% after start. in settings it set to 100%. when i press
  Fn+F6(brightness up) i can make screen brighter but after guidance
  restart it sets back.  also in dapper when i changed brightness nice pop
  up window appeared that showed current brightness percentage and after
  installation of dapper it disappeared
  
+ 
  Note: the original reporter indicated the bug was in package 'kde-
  guidance-powermanager'; however, that package was not published in
  Ubuntu.

-- 
[edgy] guidance sets brightness to 60-70%
https://launchpad.net/bugs/61330

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


[Bug 61329] Re: [edgy] pppd does not correctly work with pptpconfig

2006-09-19 Thread lor
** Summary changed:

- pppd does not correctly work with pptpconfig
+ [edgy] pppd does not correctly work with pptpconfig

-- 
[edgy] pppd does not correctly work with pptpconfig
https://launchpad.net/bugs/61329

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