[Bug 238052] Re: mythtv not queuing auto transcode job

2008-06-25 Thread ShaunS
I am having the same trouble. Jobs do not get queued for transcoding. 
No idea why.

MythTV (fronend, backend, etc) 0.21.0+fixes16838-0ubuntu3.1

-- 
mythtv not queuing auto transcode job
https://bugs.launchpad.net/bugs/238052
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 316957] Re: package mysql-server-5.1 5.1 .30-2ubuntu1 failed to install/upgrade: 子 进程 post-installation script 返回了 错误号 1

2009-01-17 Thread ShaunS
Hi,

I am still getting this bug as of 17/01/2009.

My workaround is to install Amarok. Install fails with MySQL 5.1 start
error.

>From the my command-line:

sh...@kubuntu:~$ sudo mysqld
mysqld: Table 'mysql.plugin' doesn't exist
090117 22:24:56 [ERROR] Can't open the mysql.plugin table. Please run 
mysql_upgrade to create it.
090117 22:24:57  InnoDB: Started; log sequence number 0 46409
090117 22:24:57 [ERROR] mysqld: unknown option '--skip-bdb'
090117 22:24:57 [ERROR] Aborting

090117 22:24:57  InnoDB: Starting shutdown...
090117 22:24:58  InnoDB: Shutdown completed; log sequence number 0 46409
090117 22:24:58 [Note] mysqld: Shutdown complete


I then edit /etc/mysql/my.cnf and comment out the line:
skip-bdb

I then get the error:

sh...@kubuntu:~$ sudo mysqld
mysqld: Table 'mysql.plugin' doesn't exist
090117 22:26:07 [ERROR] Can't open the mysql.plugin table. Please run 
mysql_upgrade to create it.
090117 22:26:07  InnoDB: Started; log sequence number 0 46409
090117 22:26:07 [ERROR] Fatal error: Can't open and lock privilege tables: 
Table 'mysql.host' doesn't exist

If I now install a package (any package) and apt fixes the MySQL problem
(I dont know how exactly) and all is well.

Hope this helps,
Shaun

-- 
package mysql-server-5.1 5.1.30-2ubuntu1 failed to install/upgrade: 子进程 
post-installation script 返回了错误号 1
https://bugs.launchpad.net/bugs/316957
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 92742] Re: RT2500-based wireless G network card cannot be set or reset on 2.6.20-11

2007-08-23 Thread ShaunS
On Wednesday 22 August 2007 16:34:00 kwan wrote:
> I have this problem on an Asus WL-130G PCI card.  Using Feisty 7.04
> generic Ubuntu all networks showing 0/100 quality.  Need to get it
> working with WPA TPK.
>
> I'm new to Linux, and I'd like to use the fix suggested but I have no
> idea what/how to deal with setting security mode to 'restricted' and key
> to off".  I tried the commands shown but no change.  Can anyone help me
> here please - I'm getting desperate.  Couldn't even get NDISwrapper to
> work for some reason.  If this is a Network Manager issue, how do
> I/should I turn it off?
>
> Any help would be appreciated.

Hi Kwan,

Is the WL-130G based on RT2500 chipset.

My Ubuntu 7.04 setup uses a fixed IP and TKIP.

If so:

Install the package wireless-tools 
sudo apt-get install wireless-tools

I added the lines below to /etc/network/interfaces


auto ra0
iface ra0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1

pre-up ifconfig ra0 up
pre-up iwpriv ra0 set AuthMode=WPAPSK
pre-up iwpriv ra0 set EncrypType=TKIP
pre-up iwconfig ra0 essid TI-AR7WRD
pre-up iwpriv ra0 set WPAPSK="PASSWORD"


Change password and IP address as desired - I have a fixed ip address 
of 192.168.1.11 and gateway of 192.168.1.1

Note: I removed anything to do with wlan0 in my setup.

You must get your networking setup to use ra0 as the network interface,
disable others like eth0 etc.

Please backup your /etc/network/interfaces file before changing it.


Cheers
Shaun

PS: I have recently upgraded to Ubuntu 7.10 and wireless networking works 
much better than 7.04. This is good news for the future release of 7.10

-- 
RT2500-based wireless G network card cannot be set or reset on 2.6.20-11
https://bugs.launchpad.net/bugs/92742
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 92742] Remove network-manager

2007-04-29 Thread ShaunS
Hi,
AlejandroRiveira i had to remove network-manager with:
sudo apt-get remove network-manager

I then edited the ra0 part of /etc/network/interfaces to look like:

auto ra0
iface ra0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1

pre-up ifconfig ra0 up
pre-up iwpriv ra0 set AuthMode=WPAPSK
pre-up iwpriv ra0 set EncrypType=TKIP
pre-up iwconfig ra0 essid MY-ESSID-NAME
pre-up iwpriv ra0 set WPAPSK="MY PASSWORD"


This was for a wireless access system using WPA encryption. I found that having 
network-manager installed killed my wireless. There seems to be a problem 
using network-manager with a rt2500 card. 

This post has little to do with the bug described in this post. That bug
was fixed with the Feisty release kernel.

Cheers

-- 
RT2500-based wireless G network card cannot be set or reset on 2.6.20-11
https://bugs.launchpad.net/bugs/92742
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 68291] Re: GDM Restarts after Desktop loads while using tdfx driver

2006-10-29 Thread ShaunS
Edgy Eft Desktop CD  will not work with my Voodoo 3 PCI card. I have to
install with the text based installer and change the xorg.conf from the
tdfx driver to the vesa driver. Then all is well.

Xorg.0.log does not seem to list any useful info.

Thanks
Shaun

-- 
GDM Restarts after Desktop loads while using tdfx driver
https://launchpad.net/bugs/68291

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


[Bug 95868] Re: [Kubuntu Feisty data dvd automount not working] many data dvd do not get automounted with kubuntu 7.04 beta

2007-03-27 Thread ShaunS
Hi,

I have installed Kubuntu Feisty Beta on three machines. Two of the
machines  do not display the message 'A new medium has been detected
...' and do not get automounted, when a DVD is inserted. They both
display the message when a CD is inserted.

Thanks
Sygin

-- 
[Kubuntu Feisty data dvd automount not working] many data dvd do not get 
automounted with kubuntu 7.04 beta
https://launchpad.net/bugs/95868

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


[Bug 563862] Re: When logging on power manager fails

2010-04-20 Thread ShaunS
Hi,

I have the same problem.

The first login will also be slow 20 seconds + between password and
desktop being displayed. All subsequent logins will have the desktop up
in a few seconds.

Thanks,
Shaun

-- 
When logging on power manager fails
https://bugs.launchpad.net/bugs/563862
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-03-28 Thread ShaunS
Hi,

I have the same issue with PULSEAUDIO:default.

Recorded or Live TV will start out playing correct audio, if I then skip
ahead or back I sometimes get static. If I then skip again or hit pause
a few times the static sometimes reverts to the correct audio.

I am also running:
10.4 updated from Beta1
 mythtv-frontend 0.23.0+fixes23820-0ubuntu1


Thanks,
Shaun

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 570659] Re: Netbook launcher stealing focus repeatedly

2010-04-28 Thread ShaunS
Hi,

I have the same issue. Tried reinstall but still the same.

Netbook-launcher steals focus away after 1 to 3 seconds. 
Totally unusable.

I am using a 701 eeepc.

Thanks,
Shaun

-- 
Netbook launcher stealing focus repeatedly
https://bugs.launchpad.net/bugs/570659
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-04-24 Thread ShaunS
Hi,

After playing around with the upstream patch I noticed a sound sync
problem of about 200ms.

I have tweaked the patch to fix this problem, but I do not understand
the code or the implications of this tweak. It does seem to fix the
annoying lip sync issue.

I changed the line:
soundcard_buffer_size = 16 * fragment_size; 
to
soundcard_buffer_size = 6 * fragment_size;

The idea is that this will shorten the buffer size by 10 x 20ms.

I suggest that if the upstream patch gives lip sync issues try this one.

Cheers,
Shaun


** Attachment added: "99_white_noise_pulseaudio"
   http://launchpadlibrarian.net/45196373/99_white_noise_pulseaudio

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-04-24 Thread ShaunS
Cheers Marc,
Testing is not a problem, this issue is very important to me and will be to 
others I am sure.

There seems to be an interesting upstream discussion on latency and sync 
regarding pulseaudio.
http://svn.mythtv.org/trac/ticket/7496

Thanks for the good work,
Shaun



** Bug watch added: mythtv.org bug tracker #7496
   http://svn.mythtv.org/trac/ticket/7496

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-04-24 Thread ShaunS
I just mentioned to my wife that I was about to try another mythtv pulseaudio 
patch.
The WAF took a nose dive.

Testing may be a little more complicated than I thought :)

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-04-25 Thread ShaunS
Hi,

Thanks to Marc submitting http://svn.mythtv.org/trac/ticket/8378 I have
found a patch that believe needs to be included in the Ubuntu Lucid
release. The ticket Marc submitted was marked as a duplicate of
http://svn.mythtv.org/trac/ticket/7496

I removed all the pulse related patches I have tested previously, and
applied the patch linked to in ticket 7496 (pulse-latency-001.patch) and
it works like a charm. It essentially works with pulseaudio and solves
the white noise and latency issues in a very clean and proper way.

I would like to know what the procedure is to get pulse-latency-001.patch 
included?
Do I have to maintain my own build of 
libmyth-0.23-0_0.23.0+fixes24158-0ubuntu2_i386.deb?

Thanks,
Shaun

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-04-25 Thread ShaunS
Hi Marc,

Thank you for your response, the information is informative. I understand that 
these things take time.
I am really out of my depth as far as how to move this forward, but I would 
like to help as much as possible.

1. As far as I understand the "audiooutputpulse.cpp" contains only pulse
related code.

Searching through the directory contents of the libs folder I would say
that this is a fair assumption to make. If anyone has input I would love
to hear it.

2. The small change that I made to the original,  fixes lip sync but I
have only tested it on one box.

I will roll back my test setup to use this tweaked patch and test it on all 
four of my boxes and report back.
To be clear I am talking of the patch linked to: 
http://launchpadlibrarian.net/45196373/99_white_noise_pulseaudio

It would be great if we could get a compiled version, to allow more widespread 
testing of this patch.
Does Mythbuntu have a ppa? 

Cheers,
Shaun

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-04-27 Thread ShaunS
I have tested the patch on all four of my machines and it works on all.
No white noise and lip-sync seems fine.
 
I have a repository with the patched binaries and sources, if there is a 
requirement 
and I am not violating any rules, I can make it public.

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-05-04 Thread ShaunS
Hi Andrew,

This bug is specifically related to pulseaudio. I am very suprised to
learn that ALSA:default is giving you trouble. have you managed to get
any TV playback sound working properly?

The as far as I know the fix has not yet been released.

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-05-04 Thread ShaunS
If anyone is interested I have a PPA that contains a patched version of MythTV. 
This should fix the bug when using audio output PULSEAUDIO:default

ppa:shauns/mythtv-lucid-testing

Please report back if you have tested the patch.

Thanks,
Shaun

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-04-15 Thread ShaunS
Hi,

If you are having trouble getting any sound, try:

Audio Output Device: /dev/dsp

or

Audio Output Device: ALSA:default

One or both of these options work for me in Lucid, on four separate
machines. The trouble is that all other sound sources are disabled. This
is an issue but not a complete cluster.

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2010-04-24 Thread ShaunS
Hi,

I have applied the patch to the Ubuntu Lucid source in the repository.
Installed the rebuilt
libmyth-0.23-0_0.23.0+fixes24158-0ubuntu2_i386.deb.

It works and fixes the white noise issue.
Thanks go to danielk for the upstream patch.

For those who need to get it working today, build the package from source 
(apt-get source). 
I have attached the patch I made from the upstream diff. 
Place it in the folder:

mythtv-0.23.0+fixes24158/debian/patches

Modify your series file to include it.

Cheers,
Shaun

PS: My wife is very happy.
PPS: For help on building packages from source: 
https://wiki.ubuntu.com/PackagingGuide/Complete

** Attachment added: "99_white_noise_pulseaudio"
   http://launchpadlibrarian.net/45177531/99_white_noise_pulseaudio

-- 
white noise or no sound after seeking when using PULSEAUDIO:default
https://bugs.launchpad.net/bugs/550100
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 542268] Re: Mplayer & dvdnav - No stream found to handle url

2010-03-27 Thread ShaunS
Hi Reinhard,

Am I correct in understanding that there will be a fix for this problem
before release?

Regarding "adding libdvdnav-dev should fix this." I am assuming you are
referring to building mplayer with dvdnav?

Apologies for my ignorance but I am learing all the time.

Thanks for your efforts,
Shaun

-- 
Mplayer & dvdnav - No stream found to handle url
https://bugs.launchpad.net/bugs/542268
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 542268] [NEW] Mplayer & dvdnav - No stream found to handle url

2010-03-19 Thread ShaunS
Public bug reported:

Binary package hint: mplayer

Lucid Lynx Beta 1 fresh install
Description:Ubuntu lucid (development branch)
Release:10.04

libdvdnav44.1.3-6
mplayer2:1.0~rc3+svn20090426-1ubuntu15


When trying to play DVD disk using dvdnav and mplayer. 
The DVD disk does not play and reports:

$ mplayer dvdnav://1

Playing dvdnav://1.
No stream found to handle url dvdnav://1

If the same disk is played using mplayer dvd:// mplayer works correctly 
displaying video and there is sound:

$ mplayer dvd://1

Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
There are 21 titles on this DVD.
There are 1 angles in this DVD title.

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
...

The DVD then plays.

In both cases I get output as below before the messages above:

bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
MPlayer UNKNOWN-4.4.3 (C) 2000-2009 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

I would expect dvdnav to play the title, this could be a problem with libdvdnav 
but I do not know.

Thank you,
Shaun

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

-- 
Mplayer & dvdnav - No stream found to handle url
https://bugs.launchpad.net/bugs/542268
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 377224] Re: some sound sources make pa crash

2009-10-04 Thread ShaunS
Hi,

I am using Ubuntu Alpha 6 with updates 04/10/2009.

I can't get sound from MythTV of Flash in Firefox.

MythTV frontend somtimes crashes pulseaudio and only restarting 
it after MythTV is loaded seems to help.

In the listing below I killed pulseaudio and restarted it. I then started 
MythTV 
and opened a recording. There was no sound but pulse did not crash. If 
pulseaudio 
is then restarted sound is restored.

Thank you,
Shaun

I: module-device-restore.c: Restoring mute state for sink 
alsa_output.pci-_00_1b.0.analog-stereo.
I: sink.c: Created sink 0 "alsa_output.pci-_00_1b.0.analog-stereo" with 
sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: sink.c: alsa.resolution_bits = "16"
I: sink.c: device.api = "alsa"
I: sink.c: device.class = "sound"
I: sink.c: alsa.class = "generic"
I: sink.c: alsa.subclass = "generic-mix"
I: sink.c: alsa.name = "ALC888 Analog"
I: sink.c: alsa.id = "ALC888 Analog"
I: sink.c: alsa.subdevice = "0"
I: sink.c: alsa.subdevice_name = "subdevice #0"
I: sink.c: alsa.device = "0"
I: sink.c: alsa.card = "0"
I: sink.c: alsa.card_name = "HDA Intel"
I: sink.c: alsa.long_card_name = "HDA Intel at 0xfa10 irq 16"
I: sink.c: alsa.driver_name = "snd_hda_intel"
I: sink.c: device.bus_path = "pci-:00:1b.0"
I: sink.c: sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
I: sink.c: device.bus = "pci"
I: sink.c: device.vendor.id = "8086"
I: sink.c: device.vendor.name = "Intel Corporation"
I: sink.c: device.product.id = "27d8"
I: sink.c: device.product.name = "82801G (ICH7 Family) High Definition 
Audio Controller"
I: sink.c: device.form_factor = "internal"
I: sink.c: device.string = "front:0"
I: sink.c: device.buffering.buffer_size = "65536"
I: sink.c: device.buffering.fragment_size = "32768"
I: sink.c: device.access_mode = "mmap+timer"
I: sink.c: device.profile.name = "analog-stereo"
I: sink.c: device.profile.description = "Analog Stereo"
I: sink.c: device.description = "Internal Audio Analog Stereo"
I: sink.c: alsa.mixer_name = "Realtek ALC888"
I: sink.c: alsa.components = "HDA:10ec0888,1458a002,0011"
I: sink.c: module-udev-detect.discovered = "1"
I: sink.c: device.icon_name = "audio-card-pci"
I: source.c: Created source 0 
"alsa_output.pci-_00_1b.0.analog-stereo.monitor" with sample spec s16le 2ch 
44100Hz and channel map front-left,front-right
I: source.c: device.description = "Monitor of Internal Audio Analog Stereo"
I: source.c: device.class = "monitor"
I: source.c: alsa.card = "0"
I: source.c: alsa.card_name = "HDA Intel"
I: source.c: alsa.long_card_name = "HDA Intel at 0xfa10 irq 16"
I: source.c: alsa.driver_name = "snd_hda_intel"
I: source.c: device.bus_path = "pci-:00:1b.0"
I: source.c: sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
I: source.c: device.bus = "pci"
I: source.c: device.vendor.id = "8086"
I: source.c: device.vendor.name = "Intel Corporation"
I: source.c: device.product.id = "27d8"
I: source.c: device.product.name = "82801G (ICH7 Family) High Definition 
Audio Controller"
I: source.c: device.form_factor = "internal"
I: source.c: device.string = "0"
I: source.c: module-udev-detect.discovered = "1"
I: source.c: device.icon_name = "audio-card-pci"
I: alsa-sink.c: Using 2.0 fragments of size 32768 bytes (185.76ms), buffer size 
is 65536 bytes (371.52ms)
I: alsa-sink.c: Time scheduling watermark is 20.00ms
I: alsa-sink.c: Hardware volume ranges from -144.00 dB to 0.00 dB.
I: alsa-sink.c: No particular base volume set, fixing to 0 dB
I: alsa-sink.c: Using hardware volume control. Hardware dB scale supported.
I: alsa-sink.c: Using hardware mute control.
I: core-util.c: Successfully enabled SCHED_RR scheduling for thread, with 
priority 4, which is lower than the requested 5.
I: alsa-sink.c: Starting playback.
I: module.c: Loaded "module-alsa-card" (index: #5; argument: "device_id="0" 
name="pci-_00_1b.0" card_name="alsa_card.pci-_00_1b.0" tsched=yes 
ignore_dB=no card_properties="module-udev-detect.discovered=1"").
I: module-udev-detect.c: Card /devices/pci:00/:00:1b.0/sound/card0 
(alsa_card.pci-_00_1b.0) module loaded.
I: alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: alsa-util.c: Device front:1 doesn't support 44100 Hz, changed to 32000 Hz.
I: alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: alsa-util.c: Device front:1 doesn't support 44100 Hz, changed to 32000 Hz.
I: alsa-util.c: Device iec958:1 doesn't 

[Bug 377224] Re: some sound sources make pa crash

2009-10-08 Thread ShaunS
Hi,

The Karmic update today included a MythTV update that seems to
have fixed my Pulseaudio problem.

MythTV no longer crashes pulseaudio.

Thanks
Shaun

-- 
some sound sources make pa crash
https://bugs.launchpad.net/bugs/377224
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 745540] Re: Method "CreateItem" with signature "a{sv}(oayay)b" on interface "org.freedesktop.Secret.Collection" doesn't exist

2011-04-09 Thread ShaunS
I am using the Gnome 3 PPA version 3.0.0 and UbuntuOne fails with the
mentioned error.

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

Title:
  Method "CreateItem" with signature "a{sv}(oayay)b" on interface
  "org.freedesktop.Secret.Collection" doesn't exist

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


[Bug 615023] Re: Leave Messages on Server - Missing

2010-09-08 Thread ShaunS
All seems good.
Thank you for the effort Didier.

Shaun

-- 
Leave Messages on Server - Missing
https://bugs.launchpad.net/bugs/615023
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 642732] Re: gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."

2010-09-30 Thread ShaunS
** Tags added: vinagre

-- 
gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."
https://bugs.launchpad.net/bugs/642732
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 642732] Re: gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."

2010-09-30 Thread ShaunS
*** This bug is a duplicate of bug 629165 ***
https://bugs.launchpad.net/bugs/629165

** This bug has been marked a duplicate of bug 629165
   remote desktop not connecting
 * You can subscribe to bug 629165 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/vinagre/+bug/629165/+subscribe

-- 
gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."
https://bugs.launchpad.net/bugs/642732
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 615023] Re: Leave Messages on Server - Missing

2010-08-13 Thread ShaunS
After a very painful period I have tested Evolution to check if it deletes 
email.
It does, all email is deleted from the server when you press "send/receive"

There is no "Leave message on server" option and it defaults to deleting
email.

Has anyone confirmed my findings?

I really hope that this regression is fixed, Evolution is a great email
client and I appreciate the work that goes into it. Unfortunately it is
of no use to me in its current state.

-- 
Leave Messages on Server - Missing
https://bugs.launchpad.net/bugs/615023
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 642732] [NEW] gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."

2010-09-19 Thread ShaunS
Public bug reported:

Hi,

I am using Maverick, updated this morning. I have noticed that Vinagre
does not connect to VNC servers. I have tested on a fresh install.

libgtk-vnc version 0.4.1-3ubuntu1
vinagre version 2.30.2-1ubuntu1

I get the error:
gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."

Debug output:

sh...@bob:~$ vinagre --gtk-vnc-debug 192.168.1.105
(vinagre:1): gvnc-DEBUG: vncconnection.c Init VncConnection=0x9dd9800
gtk-vnc: vncdisplaykeymap.c Using evdev keycode mapping
(vinagre:1): gvnc-DEBUG: vncconnection.c Open host=192.168.1.105 port=5900
gtk-vnc: vncdisplay.c Expose area 1676x909 at location 0,0
(vinagre:1): gvnc-DEBUG: vncconnection.c Open coroutine starting
(vinagre:1): gvnc-DEBUG: vncconnection.c Started background coroutine
(vinagre:1): gvnc-DEBUG: vncconnection.c Resolving host 192.168.1.105 5900
(vinagre:1): gvnc-DEBUG: vncconnection.c Trying socket 21
(vinagre:1): gvnc-DEBUG: vncconnection.c Emit main context 12
gtk-vnc: vncdisplay.c Connected to VNC server
(vinagre:1): gvnc-DEBUG: vncconnection.c Protocol initialization
(vinagre:1): gvnc-DEBUG: vncconnection.c Server version: 3.7
(vinagre:1): gvnc-DEBUG: vncconnection.c Using version: 3.7
(vinagre:1): gvnc-DEBUG: vncconnection.c Possible auth 18
(vinagre:1): gvnc-DEBUG: vncconnection.c Possible auth 1
(vinagre:1): gvnc-DEBUG: vncconnection.c Emit main context 10
(vinagre:1): gvnc-DEBUG: vncconnection.c Thinking about auth type 18
(vinagre:1): gvnc-DEBUG: vncconnection.c Decided on auth type 18
(vinagre:1): gvnc-DEBUG: vncconnection.c Waiting for auth type
(vinagre:1): gvnc-DEBUG: vncconnection.c Choose auth 18
(vinagre:1): gvnc-DEBUG: vncconnection.c Do TLS handshake
(vinagre:1): gvnc-DEBUG: vncconnection.c Handshake was blocking
(vinagre:1): gvnc-DEBUG: vncconnection.c Handshake was blocking
(vinagre:1): gvnc-DEBUG: vncconnection.c Handshake was blocking
(vinagre:1): gvnc-DEBUG: vncconnection.c Handshake was blocking
(vinagre:1): gvnc-DEBUG: vncconnection.c Handshake was blocking
(vinagre:1): gvnc-DEBUG: vncconnection.c Handshake done
(vinagre:1): gvnc-DEBUG: vncconnection.c Completed TLS setup
(vinagre:1): gvnc-DEBUG: vncconnection.c Got 1 subauths
(vinagre:1): gvnc-DEBUG: vncconnection.c Got 1 subauths
(vinagre:1): gvnc-DEBUG: vncconnection.c Possible sub-auth 1
(vinagre:1): gvnc-DEBUG: vncconnection.c Emit main context 10
(vinagre:1): gvnc-DEBUG: vncconnection.c Thinking about auth type 1
(vinagre:1): gvnc-DEBUG: vncconnection.c Auth failed
(vinagre:1): gvnc-DEBUG: vncconnection.c Doing final VNC cleanup
(vinagre:1): gvnc-DEBUG: vncconnection.c Close VncConnection=0x9dd9800
(vinagre:1): gvnc-DEBUG: vncconnection.c Emit main context 14
gtk-vnc: vncdisplay.c Disconnected from VNC server
gtk-vnc: vncdisplay.c Display destroy, requesting that VNC connection close
gtk-vnc: vncdisplay.c Display destroy, requesting that VNC connection close
gtk-vnc: vncdisplay.c Releasing VNC widget
(vinagre:1): gvnc-DEBUG: vncconnection.c Delayed unref 
VncConnection=0x9dd9800
(vinagre:1): gvnc-DEBUG: vncconnection.c Finalize VncConnection=0x9dd9800
sh...@bob:~$ xtightvncviewer 192.168.1.105
Connected to RFB server, using protocol version 3.7
No authentication needed
Desktop name "t...@eeepc"
VNC server default format:
  32 bits per pixel.
  Least significant byte first in each pixel.
  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Using default colormap which is TrueColor.  Pixel format:
  32 bits per pixel.
  Least significant byte first in each pixel.
  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Using shared memory PutImage
ShmCleanup called


Thanks,
Shaun

** Affects: gtk-vnc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."
https://bugs.launchpad.net/bugs/642732
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 642732] Re: gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."

2010-09-19 Thread ShaunS
Just to add, the VNC server was the default remote desktop server that
comes with Lucid and Maverick 9both do not work).

-- 
gtk-vnc fails to connect "Connection to host 192.168.1.105 was closed."
https://bugs.launchpad.net/bugs/642732
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 615023] [NEW] Leave Messages on Server - Missing

2010-08-08 Thread ShaunS
Public bug reported:

Binary package hint: evolution

Hi,

I just did a fresh install of Maverick 10.10 Alpha 3, reusing my home
folder from 10.04.

I can not find the Evolution option "Leave Messages on Server". 
The option used to be under "Receiving Options".

Is this a bug?

Description:Ubuntu maverick (development branch)
Release:10.10

Package: Evolution 2.30.2-0ubuntu-11

Thanks,
Shaun

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

-- 
Leave Messages on Server - Missing
https://bugs.launchpad.net/bugs/615023
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 615023] Re: Leave Messages on Server - Missing

2010-08-09 Thread ShaunS
This bug is a show stopper for me as I use the POP account to sync
multiple machines.

Thank you for your effort,
Shaun

-- 
Leave Messages on Server - Missing
https://bugs.launchpad.net/bugs/615023
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 615023] Re: Leave Messages on Server - Missing

2010-08-10 Thread ShaunS
It is possible that it is defaulting to "Leave message on server", I
will try to test this using a spare POP account as soon as I get a
chance.

-- 
Leave Messages on Server - Missing
https://bugs.launchpad.net/bugs/615023
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