[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2011-04-28 Thread david_kt
I experienced this bug as well, on lucid fresh install.
For temporary workaround, I did as follow:

sudo update-rc.d -f rc.local remove
sudo update-rc.d rc.local defaults

Putting it back to normal setting ( sudo update-rc.d rc.local start 99 2
3 4 5 . ) will make rc.local not being executed (again).

DK

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

Title:
  Scripts in /etc/rc2.d/ are not executed

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


[Bug 369205] Re: Jaunty: gdm automatic login stops working after a while

2009-05-05 Thread david_kt
For my case, automatic login never work. It only give me a blank screen,
not even gdm login screen. I have tried manually edited
/etc/gdm/gdm.conf but it did not work as well. I have to edit
/etc/gdm/gdm.conf-custom to remove automatic login in order to get gdm
login screen.

Additional information, I did clean install using netinstall, expert
mode as the default mode give me blank screen.

DK

-- 
Jaunty: gdm automatic login stops working after a while
https://bugs.launchpad.net/bugs/369205
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 294498] Re: Zenity progress do not show progress and download speed

2009-04-05 Thread david_kt
Siegfried,
Thank you for your feedback and you are right. After I downgrade to wget 
1.10.2, it works. So I edited the script as follow:

wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-
Encoding: gzip,deflate http://www.tartet.com/target_file 21 | sed -u
's/.*\ \([0-9]\+%\)\ /\1\n# Downloading /' | zenity --progress --auto-
close --title=Downloading File...

The new script works with both wget 1.10.2 and the new one (wget 1.11.4).
Closing this bug.

DK

-- 
Zenity progress do not show progress and download speed
https://bugs.launchpad.net/bugs/294498
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 294498] Re: Zenity progress do not show progress and download speed

2009-04-05 Thread david_kt
There is change in wget out put that break the script, not zenity.

** Changed in: zenity (Ubuntu)
   Status: Triaged = Invalid

-- 
Zenity progress do not show progress and download speed
https://bugs.launchpad.net/bugs/294498
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 180362] Re: mplayer plugin firefox only produces sound in active window

2009-02-25 Thread david_kt
I have this problem as well on ubuntu 8.10. But the solution is simple:

1. Right click on the mplayer
2. Choose configure
3. Remove tick on Pause Video when hidden.

DK

** Changed in: mplayerplug-in (Ubuntu)
   Status: Incomplete = Invalid

-- 
mplayer plugin firefox only produces sound in active window
https://bugs.launchpad.net/bugs/180362
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 71468] Re: Networking doesn't work anymore since installing ipmasq

2008-11-08 Thread david_kt
I proceed to add static network in /etc/networking/interfaces, hoping that 
ipmasq would start properly if networks are static.
But I think there is another bug on this, the LAN network was automatically 
disable (black listed?) by Network Manager.

I tried to remove network manager, but dns  became not available any
more.

David

-- 
Networking doesn't work anymore since installing ipmasq
https://bugs.launchpad.net/bugs/71468
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 71468] Re: Networking doesn't work anymore since installing ipmasq

2008-11-06 Thread david_kt
I installed ipmasq on intrepid and I face the same problem. I need to
run:

sudo /etc/init.d/ipmasq restart

in order to connect to internet every time I reboot my computer. Editing
/etc/rc.local does not help. May be it was due to
/etc/networking/interfaces is blank on intrepid? Where is the network
setting reside now? I noticed I do not need to sudo when editing network
on intrepid.

David

-- 
Networking doesn't work anymore since installing ipmasq
https://bugs.launchpad.net/bugs/71468
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 294498] [NEW] Intrepid: Zenity progress do not show progress and download speed

2008-11-05 Thread david_kt
Public bug reported:

Binary package hint: zenity

I am piping a download progress using below script:

wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-
Encoding: gzip,deflate http://www.tartet.com/target_file 21 | sed -u
's/.*\ \([0-9]\+%\)\ \+\([0-9.]\+\ [KMB\/s]\+\)$/\1\n# Downloading \2/'
| zenity --progress --auto-close --title=Downloading File...


It works on Dapper and Hardy, but not on Intrepid. I have tried to downgrade 
from zenity 2.24.0 to zenity 2.22.1 (which is used in Hardy, I installed Hardy 
deb package on intrepid). As for the dependency, it removed rarian-compat and 
ubuntu-desktop meta package and installed scrollkeeper.

But it is still the same problem. Or maybe other packages in Intrepid or
Gnome that cause this problem ?

David

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

-- 
Intrepid: Zenity progress do not show progress and download speed
https://bugs.launchpad.net/bugs/294498
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 291850] Re: zenity does not show pulsate progress bar

2008-11-05 Thread david_kt
For progress pulsate, mine is still working in intrepid, but not for
progress bar.

May be you could try to add redirection in your script, so, from:

wget -cv
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz;
|zenity --progress --pulsate --auto-close --title=teste da barra de
progresso --text Download de
:\n\thttp://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz\nDownload
para :\n\tinstall_flash_player_10_linux.tar.gz...

change it to:

wget -cv
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz;
21 | zenity --progress --pulsate --auto-close --title=teste da barra
de progresso --text Download de
:\n\thttp://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz\nDownload
para :\n\tinstall_flash_player_10_linux.tar.gz...

I have confirmed progress pulsate works if you add redirection.

David

-- 
zenity does not show pulsate progress bar
https://bugs.launchpad.net/bugs/291850
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 260492] Re: opening a directory using an application change associations incorrectly

2008-11-02 Thread david_kt
Got the same problem here, upgraded today (Nov 02), directory was open by 
mplayer. I thought it was problem with mplayer, I remove Mplayer and directory 
opened by Movie player. Then I realise it was file association problem as the 
menu use xdg-open.
 
In addition to put back the right association, I have to clean up many 
unrelated program in open with as well, for example mp3 file open with text 
editor etc.

David

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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 60863] Re: Save session option gets stuck ON

2008-09-16 Thread david_kt
Happen to me recently on ubuntu Hardy. I have saved session with azureus 
running.
1. After I disable the session option, it still start azureus on startup.
2. I shutdown azureus and click remember current running application and 
reboot ubuntu, it still launch azureus on startup.
3. I remove azureus and reboot ubuntu, azureus did not start (offcourse, it is 
not installed).
4. I resintalled azureus and reboot ubuntu, it launched azureus again on start 
up!!!

DK

-- 
Save session option gets stuck ON
https://bugs.launchpad.net/bugs/60863
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 60863] Re: Save session option gets stuck ON

2008-09-16 Thread david_kt
After I search again, I found the culprit of this setting i.e. in 
/home/username/.gnome2/session
I open that file using text editor and the original file state like below:

.
.
16,RestartCommand=azureus 
17,RestartCommand=/usr/bin/system-config-printer-applet 
18,RestartCommand=nm-applet --sm-disable 
num_clients=19

And I deleted 16,RestartCommand=azureus , and renumbered the rest to become:
.
.
16,RestartCommand=/usr/bin/system-config-printer-applet 
17,RestartCommand=nm-applet --sm-disable 
num_clients=18

And it does not launch azureus on start up anymore.
May be the session option fail to update the above file.
So, temporary you could edit the above file manually as a work around.

DK

-- 
Save session option gets stuck ON
https://bugs.launchpad.net/bugs/60863
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 39484] Re: cups smb printing backend no longer works

2008-07-30 Thread david_kt
I just realised that I have not upgraded samba. I upgraded many other
things but samba. So, should we reopen this bug for dapper?

David

-- 
cups smb printing backend no longer works
https://bugs.launchpad.net/bugs/39484
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 39484] Re: cups smb printing backend no longer works

2008-07-30 Thread david_kt
After I downgraded cupsys from cupsys_1.2.2-0ubuntu0.6.06.9_i386 to
cupsys_1.2.2-0ubuntu0.6.06_i386, it works again. Should I open a new bug
report for cupsys or just re-open this bug?

David

-- 
cups smb printing backend no longer works
https://bugs.launchpad.net/bugs/39484
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 39484] Re: cups smb printing backend no longer works

2008-07-30 Thread david_kt
I just realised that I have not upgraded samba. I upgraded many other
things but samba. So, should we reopen this bug for dapper?

David

-- 
cups smb printing backend no longer works
https://bugs.launchpad.net/bugs/39484
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 39484] Re: cups smb printing backend no longer works

2008-07-30 Thread david_kt
After I downgraded cupsys from cupsys_1.2.2-0ubuntu0.6.06.9_i386 to
cupsys_1.2.2-0ubuntu0.6.06_i386, it works again. Should I open a new bug
report for cupsys or just re-open this bug?

David

-- 
cups smb printing backend no longer works
https://bugs.launchpad.net/bugs/39484
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 39484] Re: cups smb printing backend no longer works

2008-07-29 Thread david_kt

I can confirm that this bug return again in dapper from last upgrade of samba 
to 3.0.22. Before that, I could print from other dapper and windows XP to 
dapper print server, but recently it stopped with message in linux client 
printer:

Ready: /usr/lib/cups/filter/foomatic-rip failed

And using debug, it shows the problem is:

error writing spool : NT_STATUS_ACCESS_DENIED

I have sent an email to samba mailing list about this problem as I
thought it is samba related issue, not ubuntu.

David

-- 
cups smb printing backend no longer works
https://bugs.launchpad.net/bugs/39484
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 39484] Re: cups smb printing backend no longer works

2008-07-29 Thread david_kt

I can confirm that this bug return again in dapper from last upgrade of samba 
to 3.0.22. Before that, I could print from other dapper and windows XP to 
dapper print server, but recently it stopped with message in linux client 
printer:

Ready: /usr/lib/cups/filter/foomatic-rip failed

And using debug, it shows the problem is:

error writing spool : NT_STATUS_ACCESS_DENIED

I have sent an email to samba mailing list about this problem as I
thought it is samba related issue, not ubuntu.

David

-- 
cups smb printing backend no longer works
https://bugs.launchpad.net/bugs/39484
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 210760] Re: Totem Movie Player slow motion mode

2008-04-02 Thread david_kt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/13045926/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/13045927/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/13045928/ProcStatus.txt

-- 
Totem Movie Player slow motion mode
https://bugs.launchpad.net/bugs/210760
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 210760] [NEW] Totem Movie Player slow motion mode

2008-04-02 Thread david_kt
Public bug reported:

Binary package hint: totem

Totem movie Player run in slow motion mode and without sounds in Hardy Beta, 
even without compiz fusion enable.
It started may be yesterday.

ProblemType: Bug
Architecture: i386
Date: Wed Apr  2 18:08:31 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.22.0-0ubuntu3
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
SourcePackage: totem
Uname: Linux 2.6.24-12-rt i686

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


** Tags: apport-bug

-- 
Totem Movie Player slow motion mode
https://bugs.launchpad.net/bugs/210760
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 210760] Re: Totem Movie Player slow motion mode

2008-04-02 Thread david_kt
VLC still could play normally when Totem had problem. I created a new
user, and switch to new user, it could not even play anything in
Totem. But then, when I logout both user, and login again, it could
run normally again. I could not create the problem again so far.

Regards,
DK

On Wed, Apr 2, 2008 at 7:55 PM, Pedro Villavicencio [EMAIL PROTECTED] wrote:
 Thanks for your report, is that reproducible with another new user
  created on your system? It only happens with totem or also with another
  movie players? thanks.

  ** Changed in: totem (Ubuntu)
Importance: Undecided = Low
  Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
Status: New = Incomplete



  --
  Totem Movie Player slow motion mode
  https://bugs.launchpad.net/bugs/210760
  You received this bug notification because you are a direct subscriber
  of the bug.


-- 
Totem Movie Player slow motion mode
https://bugs.launchpad.net/bugs/210760
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 68020] Re: Azureus crashes just after startup (attempt to show sliding notification window)

2008-03-05 Thread david_kt
*** This bug is a duplicate of bug 57875 ***
https://bugs.launchpad.net/bugs/57875

As it is difficult to get a stable azureus, I install from getdeb and
I have been using it for a few months:

http://www.getdeb.net/release.php?id=2088

the only problem is sometime it could not update. What we should do is
just run in terminal:

gksudo azureus

and let the update finished.

DK

-- 
Azureus crashes just after startup (attempt to show sliding notification window)
https://bugs.launchpad.net/bugs/68020
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 150083] Re: Gutsy: Gnome fail to start after update to kernel 2.6.22-13-generic

2007-10-08 Thread david_kt
After upgraded the intel driver today it could run normally.

** Changed in: ubuntu
   Status: New = Fix Released

-- 
Gutsy: Gnome fail to start after update to kernel 2.6.22-13-generic
https://bugs.launchpad.net/bugs/150083
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 150083] Gutsy: Gnome fail to start after update to kernel 2.6.22-13-generic

2007-10-07 Thread david_kt
Public bug reported:

After upgraded to kernel 2.6.22-13-generic a few days ago, boot stop at:

* Running local boot scripts (/etc/rc.local)   [OK]

Apparently gnome try to load but fail. Sometimes it succeeded but with
low graphic resource warning and some choices to choose (very blur,
illegible), but it still fail to load the screen after that.

If I choose the kernel 2.6.22-12-generic, it could run normally.

My chipset is intel g33 / ICH9 with Intel Fast Memory Access.

Regards,
David K

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Gutsy: Gnome fail to start after update to kernel 2.6.22-13-generic
https://bugs.launchpad.net/bugs/150083
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