[Bug 433936] Re: Youtube plugin does not work with gstreamer of ubuntu hardy

2011-09-17 Thread unchiujar
** Also 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/433936

Title:
  Youtube plugin does not work with gstreamer of ubuntu hardy

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

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


[Bug 513932] Re: [i945gme] Keyboard not working after upgrade to Lucid

2010-03-16 Thread unchiujar
Removing mouseemu solved the problem for me too.

-- 
[i945gme] Keyboard not working after upgrade to Lucid
https://bugs.launchpad.net/bugs/513932
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 367984] Re: java -jar jboss-run.jar is not running

2010-02-16 Thread unchiujar
Also affects Karmic Koala.

-- 
java -jar jboss-run.jar is not running
https://bugs.launchpad.net/bugs/367984
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 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2010-02-15 Thread unchiujar
** Description changed:

  After suspending the notebook, resume works fine except that the
  Synaptics touchpad no longer responds to any input.
  
  Restarting the X server does not help.
  
  Attempting to cat /dev/input/mice at the console and then moving the
  touchpad does not show any input being received. The touchpad which had
  been /dev/input/mouse0 is no longer listed after the resume.
  
  This bug was present in Dapper and still exists in the current
- (2006-09-11) build of Edgy as well.
+ (2006-09-11) build of Edgy as well and Karmic Koala (9.10)
  
  Gateway MX6625 Notebook
  Centrino Chipset
  Synaptics Touchpad
+ 
+ Also affects  
+ Gateway MX6025 Notebook with Karmic Koala 9.10

-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-18 Thread unchiujar
Log after running:

 bzr info -Dhttp
bzr+https://vasi...@rares.cs.ubbcluj.ro/project/aport/master/trunk

is attached.

Hope this helps :)

** Attachment added: bzr_https_fail.log
   http://launchpadlibrarian.net/35819208/bzr_https_fail.log

-- 
curl error: necessary data rewind wasn't possible
https://bugs.launchpad.net/bugs/365874
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 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-16 Thread unchiujar
The issue appears when I specifically use https (I am forced to use
https by the way the repository I work with is configured).

My guess is that it isn't python2.5 or 2.6 but that you don't have
pycurl installed in python2.4.

I just checked and after removing pycurl bzr works with python 2.6 so I
you are right.

http+urllib://  also works :)

Thanks :D

-- 
curl error: necessary data rewind wasn't possible
https://bugs.launchpad.net/bugs/365874
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 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-15 Thread unchiujar
An alternative method of hacking around this problem is to install
virtualenv http://pypi.python.org/pypi/virtualenv

Create virtual environment:
virtualenv -p python2.4 /usr/share/virtual_python2.4

Edit the bazaar executable:

nano -w $(which bzr)

and replace  #!/usr/bin/python with
#!/usr/share/virtual_python2.4/bin/python

Also run export PYTHONPATH=/usr/share/pyshared  to give the path to
bzrlib

This keeps the current version of python while running bzr with python
2.4

-- 
curl error: necessary data rewind wasn't possible
https://bugs.launchpad.net/bugs/365874
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 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-14 Thread unchiujar
Found and the problem and hacked around it.

It seems bazaar doesn't like python2.5 and  2.6. Changing the system
version to 2.4 fixed the problem.

These are the steps I did to fix it on my system. 
 #  Install python2.4  
 # edit: /usr/share/python/debian_defaults
   and change 
   default-version=python2.4
 # Change the /usr/bin/python symlink from /usr/bin/python2.6 or 2.5 to 
/usr/bin/python2.4 
   rm /usr/bin/python
   ln -s /usr/bin/python2.4 /usr/bin/python
 # Add to $PYTHONPATH the path to bzrlin. I did export 
PYTHONPATH=/usr/share/pyshared:$PYTHONPATH

Do this only if you really need bazaar because this is certain to break
programs that need 2.5 or 2.6

If someone from the bazaar team that actually knows how to fix this
problem  would get around to it, it would be nice.

Thanks :)

** Changed in: bzr (Ubuntu)
   Status: New = Confirmed

-- 
curl error: necessary data rewind wasn't possible
https://bugs.launchpad.net/bugs/365874
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 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-13 Thread unchiujar
Installing the latest version from the nightly build gives the same
error.

** Also affects: bzr (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: bzr
   Status: Incomplete = Confirmed

-- 
curl error: necessary data rewind wasn't possible
https://bugs.launchpad.net/bugs/365874
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 184156] Re: man page of dh_installman incomplete for newbie

2009-10-23 Thread unchiujar
Me too, I had to use this bug report to get manpages installed.
* changed the content of manpage.1 
* changed the name of manpage.1 myapp.1
* added the manpages filenames to   dh_installman line in debian/rules after 
looking at the manpage for dh_installman
* found this bug report

-- 
man page of dh_installman incomplete for newbie
https://bugs.launchpad.net/bugs/184156
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 428844] Re: Wireless and wired network stopped working after update

2009-09-15 Thread unchiujar
Well, it fixed itself after another update.
Sorry for the noise.

-- 
Wireless and wired network stopped working after update
https://bugs.launchpad.net/bugs/428844
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 428844] [NEW] Wireless and wired network stopped working after update

2009-09-13 Thread unchiujar
Public bug reported:

The wireless stopped working after update and so did  the wired. 
The wireless gives this in dmesg:
[   55.623817] iwl3945 :03:00.0: firmware: requesting iwlwifi-3945-2.ucode  

 
[   55.839738] iwl3945 :03:00.0: loaded firmware version 15.32.2.9  

 
[   55.909095] Registered led device: iwl-phy0::radio   

 
[   55.909117] Registered led device: iwl-phy0::assoc   

 
[   55.909176] Registered led device: iwl-phy0::RX  

 
[   55.909194] Registered led device: iwl-phy0::TX  

 
[   55.966425] ADDRCONF(NETDEV_UP): wlan0: link is not ready

 
[   57.428863] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control 
both
 
[   57.429073] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

 
[   57.928117] lo: Disabled Privacy Extensions  

 
[   62.035121] [drm] TV-14: set mode NTSC 480i 0

 
[   62.175386] [drm] TV-14: set mode NTSC 480i 0

 
[   62.463084] [drm] TV-14: set mode NTSC 480i 0

 
[   62.603075] [drm] TV-14: set mode NTSC 480i 0

 
[   62.895096] [drm] TV-14: set mode NTSC 480i 0

 
[   63.035305] [drm] TV-14: set mode NTSC 480i 0

 
[   68.140019] eth0: no IPv6 routers present

 
[  103.311365] [drm] TV-14: set mode NTSC 480i 0

 
[  103.451525] [drm] TV-14: set mode NTSC 480i 0

 
[  103.779062] [drm] TV-14: set mode NTSC 480i 0

 
[  103.919131] [drm] TV-14: set mode NTSC 480i 0

 
[  104.196974] [drm] TV-14: set mode NTSC 480i 0

 
[  104.338064] [drm] TV-14: set mode NTSC 480i 0

 
[  168.208594] wlan0: authenticate with AP 00:1d:0f:ba:03:ca

 
[  168.210322] wlan0: authenticated 

 
[  168.210327] wlan0: associate with AP 00:1d:0f:ba:03:ca   

 
[  168.214571] wlan0: RX AssocResp from 00:1d:0f:ba:03:ca (capab=0x431 status=0 
aid=1)  
 
[  168.214578] wlan0: associated

 
[  168.216500] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready   

 
[  168.315661] cfg80211: Calling CRDA for country: ZA   

[Bug 408854] Re: gnome-display-properties checkbox Show displays in panel does nothing

2009-08-26 Thread unchiujar
It's fine by me.

-- 
gnome-display-properties checkbox Show displays in panel does nothing
https://bugs.launchpad.net/bugs/408854
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 408858] Re: gnome-display-properties does nothing when selecting and external monitor and clicking apply

2009-08-20 Thread unchiujar
The problem seems to have fixed itself after updates so I cannot reproduce it 
anymore. 
Regardless I attached the lspci output.


** Attachment added: lspci_output
   http://launchpadlibrarian.net/30571523/lspci_output

-- 
gnome-display-properties does nothing when selecting and external monitor and 
clicking apply
https://bugs.launchpad.net/bugs/408858
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 408854] Re: gnome-display-properties checkbox Show displays in panel does nothing

2009-08-15 Thread unchiujar
It seemed to be related to  pulseaudio and gnome-settings-daemon because
installing pulseaudio fixed it.  Gnome-settings-daemon was not running
because of pulseaudio and when trying to apply the settings in gnome-
display-properties it would not work because the gnome-settings-daemon
not running.

-- 
gnome-display-properties checkbox Show displays in panel does nothing
https://bugs.launchpad.net/bugs/408854
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 408829] Re: Apparmor breaks wireless networking

2009-08-04 Thread unchiujar
*** This bug is a duplicate of bug 408773 ***
https://bugs.launchpad.net/bugs/408773

Same thing happens to me, it is apparmor and dhclient related.

If I disable Network Manager and try to get the settings through
dhclient I get:

 #dhclient eth0
 Internet Systems Consortium DHCP Client V3.1.2 
 Copyright 2004-2008 Internet Systems Consortium. 
 All rights reserved.
 For info, please visit http://www.isc.org/sw/dhcp/

 Open a socket for LPF: Operation not permitted
 

Settings complaining mode for dhclient fixes the situation and I can
connect to wired/wireless:

 #aa-complain --complain /sbin/dhclient 
 #/etc/init.d/NetworkManager restart

Hope this helps.

-- 
Apparmor breaks wireless networking
https://bugs.launchpad.net/bugs/408829
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 408844] [NEW] gnome-settings-daemon uses all the cpu available

2009-08-04 Thread unchiujar
Public bug reported:

Binary package hint: gnome-settings-daemon

I have a 2 core machine and at startup gnome-settings-daemon takes over
one core completely. To use my laptop I have to kill the gnome-settings-
daemon process from the command line and this leaves me without any
customization to the GUI.

Description:Ubuntu karmic (development branch)
Release:9.10


gnome-settings-daemon:
  Installed: 2.27.5-0ubuntu2
  Candidate: 2.27.5-0ubuntu2
  Version table:
 *** 2.27.5-0ubuntu2 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

Thanks

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-settings-daemon uses all the cpu available
https://bugs.launchpad.net/bugs/408844
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 408854] [NEW] gnome-display-properties checkbox Show displays in panel does nothing

2009-08-04 Thread unchiujar
Public bug reported:

gnome-display-properties checkbox Show displays in panel does not
appear to change anything in the panel (the icon does not appear).

Description:Ubuntu karmic (development branch)
Release:9.10

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
gnome-display-properties checkbox Show displays in panel does nothing
https://bugs.launchpad.net/bugs/408854
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 408858] [NEW] gnome-display-properties does nothing when selecting and external monitor and clicking apply

2009-08-04 Thread unchiujar
Public bug reported:

Binary package hint: x11-xserver-utils

When trying to add an external monitor/projector it works only ocasionally. 
Sometimes I have to restart X several times to get it to work.  
This might be X or xrandr related because sometimes, when I try to change 
monitors through xrandr  it also fails to do anything and it does not give any 
errors.

My videocard is 
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)

with the intel driver.

Description:Ubuntu karmic (development branch)
Release:9.10

 x11-xserver-utils:
  Installed: 7.4+2
  Candidate: 7.4+2
  Version table:
 *** 7.4+2 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

** Affects: x11-xserver-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-display-properties does nothing when selecting and external monitor and 
clicking apply
https://bugs.launchpad.net/bugs/408858
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 408844] Re: gnome-settings-daemon uses all the cpu available

2009-08-04 Thread unchiujar
Thanks :)

Pulseaudio was not installed, and the problem has disappeared after
installation.

Shouldn't there be a dependency somewhere for this ?

-- 
gnome-settings-daemon uses all the cpu available
https://bugs.launchpad.net/bugs/408844
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 408854] Re: gnome-display-properties checkbox Show displays in panel does nothing

2009-08-04 Thread unchiujar
Installing pulseaudio seemed to have fixed this problem.

-- 
gnome-display-properties checkbox Show displays in panel does nothing
https://bugs.launchpad.net/bugs/408854
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