Re: [Bug 682917] braser cd/dvd creator does not allow files owned by other users to be removed from the brasero burn list once added

2011-06-22 Thread omac777
On 11-06-22 04:17 PM, Pedro Villavicencio wrote:
 Thanks for the report, it has been some time without any response or
 feedback in this bug report and we are wondering if this is still an
 issue for you with the latest release of Ubuntu the Natty Narwhal, May
 you please test with that version and comment back if you're still
 having or not the issue? Please have a look at
 http://www.ubuntu.com/download to know how to install that
 version.Thanks in advance and sorry for the late response.
 
 ** Changed in: brasero (Ubuntu)
Importance: Undecided = Low
 
 ** Changed in: brasero (Ubuntu)
Status: New = Incomplete
 
I'm sorry.  I have not placed myself in a situation similar to that one
to repeat that bug.  However, I'm having a hell of a time trying to work
with .dmg files from brasero.  Anything past 4.4GB on my dvd burner and
that is a .dmg file does not work.  There are very few working tools to
burn dual-layer dvd's using a .dmg file as a source instead of a .iso.
A .dmg file is a MAC OS X-based image.  I know it's perhaps not the
right place to voice that particular bug, but it's brasero related.
Cheers and thanks for asking.  Brasero is awesome apart from that.
Hats off!  :)

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

Title:
  braser cd/dvd creator does not allow files owned by other users to be
  removed from the brasero burn list once added

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

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


[Bug 775015] [NEW] synfigstudio doesn't appear in 11.04 repository after installing the 28 April 2011 torrent iso

2011-05-01 Thread omac777
Public bug reported:

Binary package hint: synfigstudio

Hi there,

My name is David Marceau.  I recently installed the 28 April 2011
torrent iso release of 11.04 on an old PC.  Once installed I tried to
install synfigstudio, but it wasn't in the repository as before in
previous ubuntu versions.

Also the ffmpeg render from within synfigstudio didn't work, but with the 
following script I found on the internet it works fine:
#!/usr/bin/python

# ffmpeg - a work-around for synfig to filter out the bogus arguments that
# get passed in when rendering

import os
import sys

original_args = sys.argv
new_args = []

#print original_args

while len(original_args)  0:
arg = original_args.pop(0)
if arg == -loop or arg == -hq:
pass
elif arg == -title:
original_args.pop(0)
else:
new_args.append(arg)

#print new_args

os.execv(/usr/bin/ffmpeg, new_args)

Cheers,
David Marceau

** Affects: synfigstudio (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/775015

Title:
  synfigstudio doesn't appear in 11.04 repository after installing the
  28 April 2011 torrent iso

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


[Bug 682917] [NEW] braser cd/dvd creator does not allow files owned by other users to be removed from the brasero burn list once added

2010-11-29 Thread omac777
Public bug reported:

Binary package hint: brasero

I have a default user called defaultUser.

I have another user called anotherUser.  Once in a while there are
files here that I want to burn that are owned by anotherUser.

I start brasero with defaultUser.  brasero's burn list is empty.  I add
a file blah owned by anotherUser that is flagged read-only. No problem
to add blah to brasero's burn list.

BUG:  I change my mind.  I don't want that file blah so I attempt to
move it to the trash or press the delete key from within the brasero
burn list.  To my surprise, I can't.

I tried changing the original blah file's ownership to default user and
then deleting from the brasero burn list. It didn't remove it from the
brasero burn list.  That didn't work either.  The only way I know to see
the brasero burn list to be cleared is if I restart the computer which
isn't ideal.

FEATURE REQUEST:  Please add a feature to clear the brasero burn list no
matter what the ownership/permissions for files are in the brasero burn
list.

Thank you for considering my request.  Keep up the awesome work.

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

-- 
braser cd/dvd creator does not allow files owned by other users to be removed 
from the brasero burn list once added
https://bugs.launchpad.net/bugs/682917
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 218315] Re: setting up fancontrol is way too hard

2010-02-19 Thread omac777
First off I just want to say ubuntu rocks!

This bug came about because I did an update from ubuntu 9.04 to ubuntu
9.10 and the fancontrol stopped working and now the fan is running at
its maximum noisy speed.   This bug isn't the most critical because the
machine is still running, but it is highly irritable for anyone with
sensitive hearing.

sensors-detect found it87 chipset on the motherboard, 
but pwmconfig did not see a loaded it87 device driver so it reported:
/usr/sbin/pwmconfig: No sensors found! (modprobe sensor modules?)

In dmesg it says:
it87: Found IT8705F chip at 0x290, revision 3
(09:53:31 AM) omac: [  557.065124] ACPI: I/O resource it87 [0x295-0x296] 
conflicts with ACPI region IP__ [0x295-0x296]
(09:53:31 AM) omac: [  557.065130] ACPI: If an ACPI driver is available for 
this device, you should use it instead of the native driver.

From what I understand, the address memory it87 wanted has already been 
allocated to the ACPI device driver.
But I don't know how to load/use the relevant acpi-it87 driver.

Thank you for listening.

-- 
setting up fancontrol is way too hard
https://bugs.launchpad.net/bugs/218315
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

-- 
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 218315] Re: setting up fancontrol is way too hard

2010-02-19 Thread omac777
First off I just want to say ubuntu rocks!

This bug came about because I did an update from ubuntu 9.04 to ubuntu
9.10 and the fancontrol stopped working and now the fan is running at
its maximum noisy speed.   This bug isn't the most critical because the
machine is still running, but it is highly irritable for anyone with
sensitive hearing.

sensors-detect found it87 chipset on the motherboard, 
but pwmconfig did not see a loaded it87 device driver so it reported:
/usr/sbin/pwmconfig: No sensors found! (modprobe sensor modules?)

In dmesg it says:
it87: Found IT8705F chip at 0x290, revision 3
(09:53:31 AM) omac: [  557.065124] ACPI: I/O resource it87 [0x295-0x296] 
conflicts with ACPI region IP__ [0x295-0x296]
(09:53:31 AM) omac: [  557.065130] ACPI: If an ACPI driver is available for 
this device, you should use it instead of the native driver.

From what I understand, the address memory it87 wanted has already been 
allocated to the ACPI device driver.
But I don't know how to load/use the relevant acpi-it87 driver.

Thank you for listening.

-- 
setting up fancontrol is way too hard
https://bugs.launchpad.net/bugs/218315
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 151147] Re: Aeolus don't work

2009-01-19 Thread omac777
1)install qjackctl and VKeyBd 
2)click Applications-Sound  Video-JACK Control 
3)click start button from Jack Control
4)click Applications-Sound  Video-Aeolus.  Then Aeolus main window appears 
cycling through and blinking all the buttons white.
5)The blinking should stop.
6)click Applications-Sound  Video-VKeyBd
7)click View-Controls from VKeyBd
8)confirm VKeyBd uses (MIDI) Channel 0 (Zero).
9)Jack Control-Connect...-ALSA-click on the left listview, Virtual Keyboard 
0:Virtual Keyboard and on the right listview click Aeolus 0:In.  Click the 
Connect button.  You will see a blue line connecting them.  You just connected 
the virtual keyboard activity to the only aeolus midi input available through 
ALSA by default.
10)Jack Control-Connect...-Audio-click on the left listview, aeolus out.L 
and on the right listview click playback_1.  Click the Connect button.  You 
will see another blue line.  You just connected the Aeolus left channel to the 
sound card left channel. Do the same for the right channel aeolus out.R.
11)Aeolus-MIDI...-Keyboards--in the row named I, Channel 1 (of 16), click 
to ensure it is on(yellow).  Ensure all the other different rows' squares are 
clicked off.

Bug:
the last button TRUMPET continues blinking.  I tried commenting it out from 
the definitions file in /usr/share/aeolus but that didn't work.  Then, it's the 
next instrument which becomes the last button in the Aeolus main window and 
Trombone continues indefinitely to blink white.

-- 
Aeolus don't work
https://bugs.launchpad.net/bugs/151147
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 294602] [NEW] ERROR: /sbin/bastille-ipchains not available!

2008-11-06 Thread omac777
Public bug reported:

Binary package hint: bastille

SOLUTION:  Manually run bastille -c using the contents you previously
had.  At the end of pressing enter about 20 times, it will generate the
mentioned unavailable file.

BUG:
I will give context.
1)I was using gutsy gibbon
2)I did two upgrades to bring up the box to intrepid ibex
3)In the process, bastille somehow stopped running and kept on giving the 
following error: bastille-ipchains not available.
4)I ran aptitude and reinstalled bastille and found the error also occurred 
during install.

Setting up bastille (1:2.1.1-19) ...
ERROR: /sbin/bastille-ipchains not available!
invoke-rc.d: initscript bastille-firewall, action start failed.
dpkg: error processing bastille (--configure):
 subprocess post-installation script returned error exit status 1
Processing triggers for menu ...
Errors were encountered while processing:
 bastille
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up bastille (1:2.1.1-19) ...
ERROR: /sbin/bastille-ipchains not available!
invoke-rc.d: initscript bastille-firewall, action start failed.
dpkg: error processing bastille (--configure):
 subprocess post-installation script returned error exit status 1
Processing triggers for menu ...
Errors were encountered while processing:
 bastille
Press return to continue.

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

-- 
ERROR: /sbin/bastille-ipchains not available!
https://bugs.launchpad.net/bugs/294602
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