[Bug 1976556] Re: [Lenovo 300e 2nd GEN] ELAN Touchpad not working

2024-03-27 Thread Uriel Tunn
Thanks, @mdeslaur. At least there's a workaround for now (or so it
appears).

After the last post by Hans de Goede in that thread, I was hopeful there
would be a fix forthcoming (still broken as of LMDE 6.1.76-1). But that
was dated 5+ months ago so not sure when, or if this will get done.

But no hurry on my part. Been using a mouse and like it batter anyway
lol.

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

Title:
   [Lenovo 300e 2nd GEN] ELAN Touchpad not working

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


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

[Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2022-06-06 Thread Uriel Tunn
@Gerry, it's clear from your aplay list that the kernel doesn't see the
HDMI audio hardware. Mine, for example, shows:

card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]

So it appears you need TWO workarounds; the second is ready to go but
the requirement of the first is to make the kernel aware of your HDMI
audio hardware.

Perhaps this bug encompasses both needs...or maybe just one...or the
other...aa! This is what makes sorting through all the relevant
online info so difficult.

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

Title:
  No HDMI-audio after kernel 4.15.-0.50

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


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

[Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2022-05-31 Thread Uriel Tunn
@lestcape, thanks for your upstream work toward a permanent fix.
Excellent job there documenting the history of this bug. Since there was
a bugless time, it seems that diffing the code from then with current
would painlessly reveal the trigger. While it's there for the fixing,
the trick seems to be in getting the right person (or people) to take a
look.

Meanwhile, startup scripts on our local machines call the workaround on
every boot and HDMI audio works. Sometimes it's broken on resume-from-
suspend, then re-running the workaround script re-fixes it -- or not,
depending on the current kernel, but it always works on reboot.

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

Title:
  No HDMI-audio after kernel 4.15.-0.50

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


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

[Bug 1524879] Re: initramfs-tools, Xenial is missing NVME kernel driver

2022-05-25 Thread Uriel Tunn
This bug is still present in 20.04, k5.4.0-113 at this writing.

Apparently the script looks *only* at /boot to decide which drivers are
needed. When root (or /home) is on a separate nvme drive, the system
won't boot until initramfs is updated manually (with nvme driver).

The fix seems pretty simple; just test the root fs type and include the
drivers if different from those of /boot, then update initramfs.

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

Title:
  initramfs-tools, Xenial is missing NVME kernel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1524879/+subscriptions


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

[Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2021-08-01 Thread Uriel Tunn
The Internet is clogged with reports of this bug on AMD GPUs, but some
w/ Intel/nVidia (which I haven't followed).

Is your info from post 61 still valid? (This would be for a current,
unmodified update of any distro.)

It would interesting to plug in a Mint live device and check output of
'aplay -l'. Two reasons for Mint; the team does a great job debugging
and it seems to be the one you were running originally.

If same result, that means the kernel itself can't access the hardware
(to my understanding).  Totally scwewed in that case.

The workaround relies on alsa being able to access and control the audio
hardware. If alsa can't enumerate the HDMI devices, there's no
convenient way to manually circumvent the defaults (that don't work).

But if the HDMI ports *are* listed, the workaround should get HDMI audio
playing. Note that it grabs 'HDMI 0', the first HDMI device listed. Just
checked and found the AMD cards here all show  one device for each port,
but with Intel/nVidia, there's up to three shown for each. (!)

Someone may be able to shed some light on why this is but meanwhile, it
appears that a different device number may be required (not the device
number associated with HDMI 0).

So you could try, for example from post 61:

card=0
dev=7

Then paste inner part of script:

pulseaudio --kill
rm $HOME/.config/pulse/*
sleep 2
wait
pulseaudio --start
pacmd load-module module-alsa-sink device=hw:$card,$dev
pacmd set-default-sink alsa_output.hw_${card}_${dev}
pacmd set-sink-volume alsa_output.hw_${card}_${dev} 35000

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

Title:
  No HDMI-audio after kernel 4.15.-0.50

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


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

[Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2021-07-30 Thread Uriel Tunn
Hmm, I'm running bone stock LM 20.1 and the kernel is 5.4.0-80 (auto-
updated a few days ago). In the last several months, the bug has been
triggered a few times -- not often, and always after resume from
suspend. On reboot, everything works.

Hate to say I spent days working on a fix for this, and only managed to
get a workaround going. So feeling your pain. But the workaround did
function reliably. (Not sure why no joy with your setup.)

Choice of distro is very personal; a user should not be forced into one
because hardware won't work with any other. ... Possibly consider a
cheap video card?

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

Title:
  No HDMI-audio after kernel 4.15.-0.50

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


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

[Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2021-07-29 Thread Uriel Tunn
Have you tried the quick workaround linked at post 53?
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1834771/comments/53

Have to note that this bug disappeared on switching to Mint. (Too many
bugs trying to get legacy interface using Ubuntu and gnome-panel,
finally gave up and left the building.)

It seems this bug is triggered by an adverse interaction between certain
components. (Read the foregoing for a list of suspects.) All the same
hardware, just change distros and *poof*, problem gone.

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

Title:
  No HDMI-audio after kernel 4.15.-0.50

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


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

[Bug 1922353] Re: Overview sometimes fails to appear or disappear in 21.04

2021-05-18 Thread uriel
This bug happen to me a lot, but ramdomly. I followed instructions in
comment #20 and looks like is the same bug Danien talked in comment #34,
there were nothing in /var/crash

** Attachment added: "prevboot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1922353/+attachment/5498566/+files/prevboot.txt

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

Title:
  Overview sometimes fails to appear or disappear in 21.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1922353/+subscriptions

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

[Bug 1926688] [NEW] Xorg freeze

2021-04-29 Thread Uriel Balduino Ribeiro
Public bug reported:

the screem freezes and when i open a couple programs many bugs start to
show up

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-50-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Apr 30 01:09:02 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 v4l2loopback, 0.12.3, 5.8.0-48-generic, x86_64: installed
 v4l2loopback, 0.12.3, 5.8.0-50-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics Controller 
[1043:1b7d]
InstallationDate: Installed on 2020-12-11 (139 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:b725 Realtek Semiconductor Corp. Bluetooth Radio 
 Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp. USB Camera
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: ASUSTeK COMPUTER INC. Z450LA
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-50-generic 
root=UUID=5f3995ba-8da9-4c41-9bf9-e59240f2ca6c ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/12/2015
dmi.bios.release: 5.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: Z450LA.204
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: Z450LA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrZ450LA.204:bd08/12/2015:br5.6:svnASUSTeKCOMPUTERINC.:pnZ450LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnZ450LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: Z
dmi.product.name: Z450LA
dmi.product.sku: ASUS-NotebookSKU
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug false-gpu-hang focal freeze third-party-packages 
ubuntu

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

Title:
  Xorg freeze

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

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

[Bug 1742193] Re: nemo-desktop does not show background on GNOME FlashBack session

2021-03-20 Thread Uriel Tunn
@lesliek, also a longtime user here, always Ubuntu w/ gnome-panel
(called by different names over time, currently "Flashback"). Every few
years I've checked in on Mint and finally switched over ~2 months ago.
Quickly realized that all of the patches and workarounds (such as this
very one!) I'd been applying were no longer needed. For a classic
desktop, everything just works.

A little change can be quite beneficial.

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

Title:
  nemo-desktop does not show background on GNOME FlashBack session

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

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

[Bug 1900584] Re: Regression: suspend/wake-up no longer working properly

2020-12-07 Thread Uriel Tunn
Belay that last post. Workaround was working perfectly, tested over a
dozen times. But behavior has now returned to normal: crash on resume.
So a big NM, still searching.

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

Title:
  Regression: suspend/wake-up no longer working properly

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

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

[Bug 1900584] Re: Regression: suspend/wake-up no longer working properly

2020-12-07 Thread Uriel Tunn
Many bug reports on this, kernel breaks with both Nvidia and AMD
graphics on resume from suspend.

Permanent upstream fix is needed, meanwhile posted a workaround that
returns a functional suspend command:
https://askubuntu.com/a/1217890/165265

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

Title:
  Regression: suspend/wake-up no longer working properly

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

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

[Bug 1849084] Re: Freeze on system-resume caused by kwin and amdgpu driver

2020-09-07 Thread Uriel Tunn
After upgrade to 20.04.1, problem vanished. (also with k5.4.0-45)

So maybe bug was triggered by a backport snafu? Unknown, but after
upgrading three systems to 20.04, no more resume crashes. Doesn't help
much to find the fault, but maybe a good, 'permanent' workaround.

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

Title:
  Freeze on system-resume caused by kwin and amdgpu driver

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

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

[Bug 1849084] Re: Freeze on system-resume caused by kwin and amdgpu driver

2020-08-06 Thread Uriel Tunn
The post 54 workaround fixed it for me, thanks much @khitschler.
(https://bugs.launchpad.net/ubuntu/+source/plasma-
desktop/+bug/1849084/comments/54)

Running Ubuntu 18.04.1 with latest stable kernel (5.4.0-42), but this
has been a problem since the upgrade from 16.04.

Since there are no issues with the workaround, it will remain in place
until the upgrade to 20.04.

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

Title:
  Freeze on system-resume caused by kwin and amdgpu driver

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

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

[Bug 1742193] Re: nemo-desktop does not show background on GNOME FlashBack session

2020-02-15 Thread Uriel Tunn
Thanks @Norbert. Confirming this bug is still present in the latest
18.04 release and your workaround still fixes it.

Actually spent many hours trying to do this "properly," both directly
and by searching. Nothing worked and found no solution.

Two thoughts:
- The key seems to be modifying the Nautilus shortcut to call Nemo instead.

- This is the last bit of integration needed FWICT; seems so simple
can't believe it's not done yet!

Sad the Nautilus team gutted it back when Unity was coming on. It was
the very best file manager in the Linux world IMO. Still is, but under
the Nemo banner (albeit lacking the dual location bars in dual pane
mode). Very grateful to the Nemo team for carrying it forward.

Would very much like to see Nemo adopted by Gnome, eliminate these
workarounds.

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

Title:
  nemo-desktop does not show background on GNOME FlashBack session

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

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

[Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2020-02-05 Thread Uriel Tunn
Generated a workaround that restores HDMI sound and posted here:
https://askubuntu.com/a/1207919/165265

It uses bassmanitram's methods (credit given) but static hardware
assignment values, and is packaged to be a little more user-friendly.
Applied on three machines and using until this bug is fixed.

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

Title:
  No HDMI-audio after kernel 4.15.-0.50

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

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

[Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2020-02-03 Thread Uriel Tunn
Fresh install U18.04 on PC with AMD rs880 [radeon hd 4200], confirming
exact same problems.

Over the years audio breaks, gets fixed, breaks again, and on it goes.
Currently it's broken again and this bug remains unassigned! Dear devs,
you know we love you. Please fix!

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

Title:
  No HDMI-audio after kernel 4.15.-0.50

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

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

[Bug 1848852] Re: Counter-Strike Global Offensive freezes in gnome-shell

2019-10-26 Thread uriel
I hope someone can fix this, is very annoying.

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

Title:
  Counter-Strike Global Offensive freezes in gnome-shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1848852/+subscriptions

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

[Bug 1676621] Re: cups : Depends: libcups2 (= 2.1.3-4) but 2.1.3-4ubuntu0.2 is to be installed

2017-03-27 Thread Uriel (CP)
Same issue for me, with the same procedure as described above. I can't
print now, on Xenial.

The following packages have unmet dependencies:
 cups : Depends: libcups2 (= 2.1.3-4) but 2.1.3-4ubuntu0.2 is to be installed
Depends: cups-core-drivers (>= 2.1.3-4)
Depends: cups-daemon (>= 2.1.3-4)
Depends: cups-client (>= 2.1.3-4)
Depends: cups-filters (>= 1.0.24-3~) but it is not going to be installed
Recommends: printer-driver-gutenprint but it is not going to be 
installed
Recommends: cups-filters (>= 1.0.36) but it is not going to be 
installed or
ghostscript-cups (>= 9.02~)
E: Unable to correct problems, you have held broken packages.

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

Title:
  cups : Depends: libcups2 (= 2.1.3-4) but 2.1.3-4ubuntu0.2 is to be
  installed

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

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


[Bug 1243642] Re: .Xmodmap not automatically loaded on start

2016-06-10 Thread Uriel Tunz
@Hélio, only thing I did was upgrade to 16.04 (clean install), copy my
xkb file over and load it (xkbcomp $HOME/.xkb/xkb-map $DISPLAY). That's
it.

Well, it *does* get loaded on each boot via .bashrc (as noted in post
14) when a terminal is auto-opened (put in startup prefs) so not sure it
will survive a reboot on its own. Will check that.

But once loaded, it remains in effect after all suspends and hibernates,
same as .Xmodmap used to work. I can live with the minor inconvenience
of setting up the auto-load. Just have to remember what I did after a
year or more passes.

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

Title:
  .Xmodmap not automatically loaded on start

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

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

[Bug 1243642] Re: .Xmodmap not automatically loaded on start

2016-06-08 Thread Uriel Tunz
Bug is gone in 16.04!

.Xmodmap (which IS deprecated) still needs to be converted to xkb (post
14,
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1243642/comments/14),
but then everything works as before: keyboard map reloads automatically
after any number of suspend/hibernate cycles. Seriously happy about
this. Anyone see different behavior?

I'm keeping .Xmodmap as a kind of original source file file for
reference, but editing the xkb file directly now (rarely).

Many thanks to the devs for fixing the bug.

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

Title:
  .Xmodmap not automatically loaded on start

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

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


[Bug 1369707] Re: all keyboard entries in the application register double presses like so: EExxaammppllee

2015-08-21 Thread Uriel Tunz
Bug is present in fresh install of Lubuntu 14.04 (i32). Copy/paste also
pastes double.

 im-config indicates "Active configuration: ibus," which is the default.

Transgui is the only app with this behavior.

Oddly, as forkirara noted, running as root kills the bug (but then can't
connect to the daemon).

Lastly, this bug has not been seen in any of my 12.04 installs.

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

Title:
  all keyboard entries in the application register double presses like
  so: EExxaammppllee

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

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


[Bug 1365844] Re: 0bda:8178 buggy driver rtl8192cu

2015-08-21 Thread Uriel Tunz
Fresh installs of both Ubuntu and Lubuntu (i32) still have this ANNOYING
bug.

Thanks, @paraquat for the fix, which works perfectly. Have you made a
patch and "signed ze papers" so that it can be incorporated upstream?

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

Title:
  0bda:8178 buggy driver rtl8192cu

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

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


[Bug 1371919] Re: kern.log flooded with "HDMI ATI/AMD: no speaker allocation for ELD"

2015-03-06 Thread Uriel Tunz
Joined this bug thread, then found the cause of the problem -- in my
case at least.

The connection from PC through AVR to TV was marginal (due to cable
length, one coupling connector, cable quality, routing, etc.). The
problem was undetectable except by these "no speaker allocation for ELD"
messages, but of course they gave no hint of the root cause.

When an inadvertent jostle made the intermittent connection obvious
(noticeable flickering), I redid the cabling and found no more of these
messages.

Should emphasize that this is the only action I took. It's likely, I
think, that these messages were generated by partial reinitializations
from interrupted signals in the connection.

The drivers and hardware have been rock solid. But without the
confidence of knowing that, I've spent way too many hours (in the past)
tinkering, when the trouble was simply in the link between devices.

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

Title:
  kern.log flooded with "HDMI ATI/AMD: no speaker allocation for ELD"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1371919/+subscriptions

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


Re: [Bug 1243642] Re: .Xmodmap not automatically loaded on start

2015-03-01 Thread Uriel Tunz
Yes, different. Editing those system-level files affects keyboard 
mapping for ALL users. But this bug is about .Xmodmap, which is 
per-user. My post noted that even xkb maps are lost on suspend/sleep.

Converting .Xmodmap files to xkb is straightforward. After manually 
loading the desired .Xmodmap file, then:

[[ -d "$HOME/.xkb" ]] || mkdir $HOME/.xkb
xkbcomp $DISPLAY $HOME/.xkb/xkb-map

Then edit $HOME/.xkb/xkb-map, which is fairly intuitive, if needed. 
Next, since the file won't load automatically no matter what, I did:

echo 'xkbcomp $HOME/.xkb/xkb-map $DISPLAY' >> ~/.bashrc

This way, at least the map can be loaded by just popping open a 
terminal. (Remove the 'xmodmap .Xmodmap' line in .bashrc, if it was there.)

On single-head, multi-user systems where everyone doesn't use the same 
keyboard map, instead of just being able to switch users, it would be 
necessary to change configuration and restart (if control is only 
system-wide). Completely unacceptable. This bug really needs fixing.


On 03/01/2015 12:03 AM, Rafael Nonato wrote:
> I don't think we are talking about the same thing when we talk of XKB. To
> clarify what I am talking about, I meant editing the files under
> /usr/share/X11/xkb/
>

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

Title:
  .Xmodmap not automatically loaded on start

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

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


[Bug 1243642] Re: .Xmodmap not automatically loaded on start

2015-02-28 Thread Uriel Tunz
This bug remains, and the problem is just as bad after converting from
an .Xmodmap file to an xkb map: THE FILE MUST BE MANUALLY RELOADED ON
AWAKENING.

 - A script in /etc/pm/sleep.d does not work.
 - A script on the desktop does not work.
 - Tearing hair out does not work.

Auto-loading the map on startup is trivial. But how to auto-load even an
xkb map file after a sleep? Or maybe, how to not lose the mappings
during the sleep-wake process to begin with?

Getting ready to revert to 12.04 and not re-upgrade until this bug is
fixed.

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

Title:
  .Xmodmap not automatically loaded on start

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

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


[Bug 1349715] Re: Ubuntu hashes for 14.04.1 missing on https://help.ubuntu.com/community/UbuntuHashes

2014-08-13 Thread Uriel Tunz
Hash for Ubuntu GNOME 14.04.1 still missing!

Please add:
ubuntu-gnome-14.04.1-desktop-amd64.iso   31ac57691a45a381ded0ab2a3588b77a
ubuntu-gnome-14.04.1-desktop-i386.iso   a3965d4e20d8c85dbaa5c36c6898fe5d

Or if not updated, please allow others to do it. Thanks.

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

Title:
  Ubuntu hashes for 14.04.1 missing on
  https://help.ubuntu.com/community/UbuntuHashes

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

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


[Bug 1287877] [NEW] Ibus fails to load IPA tables

2014-03-04 Thread Uriel (CP)
Public bug reported:

Basically the same bug that's been reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=911487

Possibly with the solution offered here: https://github.com/mike-fabian
/ibus-table/commit/573da2ededdb96dc4f6ef6b515a43f416b183e7a

I get the same error in my ibus log (~/.ibus/tables/debug.log)

fail to create engine ipa-x-sampa
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/factory.py", line 90, in do_create_engine
+ str(self.engine_id), self.dbdict[name])
  File "/usr/share/ibus-table/engine/table.py", line 1164, in __init__
self.reset ()
  File "/usr/share/ibus-table/engine/table.py", line 1172, in reset
self._init_properties ()
  File "/usr/share/ibus-table/engine/table.py", line 1234, in _init_properties
self._refresh_properties ()
  File "/usr/share/ibus-table/engine/table.py", line 1290, in 
_refresh_properties
self.update_property(self._cmode_property)
AttributeError: 'tabengine' object has no attribute '_cmode_property'
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/factory.py", line 98, in do_create_engine
raise Exception("Can not create engine %s" % engine_name)
Exception: Can not create engine ipa-x-sampa

I'm using saucy:

Package: ibus-table
Versions: 
1.5.0.is.1.5.0-0ubuntu1 
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-amd64_Packages)
 (/var/lib/dpkg/status)

Package: ibus-table-ipa-x-sampa
Versions: 
1.3.0.20100528-3 
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_Packages)
 (/var/lib/dpkg/status)

** Affects: ibus-table-others (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/1287877

Title:
  Ibus fails to load IPA tables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-table-others/+bug/1287877/+subscriptions

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


[Bug 771896] Re: No way to save current session

2014-02-26 Thread Uriel Tunz
Just checked and the setting still exists in latest 12.04.3, but it has
no effect at all.

Upgrading to 14.04 in two months -- hopefully it will be functional in
the new release.

This is a valuable feature. It really needs to be restored.

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

Title:
  No way to save current session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/771896/+subscriptions

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


[Bug 1280811] [NEW] Mouse does not work and screen is zoomed out of monitor.

2014-02-16 Thread uriel
Public bug reported:

My mouse will not move or work yet the keyboard works perfectly. The
screen is fully visible yet centered to the monitor, there are blank
black space on the edges.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: xorg 1:7.7+1ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Feb 16 09:03:55 2014
DistUpgraded: 2013-10-20 18:55:36,777 DEBUG enabling apt cron job
DistroCodename: saucy
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8422]
InstallationDate: Installed on 2013-10-20 (118 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MachineType: QUO Computer Z77MX
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=605e4292-3282-4912-aa4a-601927065355 ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog:
 monitor will print the received events for:
 UDEV - the event which udev sends out after rule processing
 KERNEL - the kernel uevent
UpgradeStatus: Upgraded to saucy on 2013-10-20 (118 days ago)
dmi.bios.date: 07/05/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: Z77MX.QUO.AOS.F2N.1307051153
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Z77MX-QUO-AOS
dmi.board.vendor: QUO Computer
dmi.board.version: x.x
dmi.chassis.asset.tag: Chassis Asset Tag#
dmi.chassis.type: 3
dmi.chassis.vendor: QUO Computer
dmi.chassis.version: AOS
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrZ77MX.QUO.AOS.F2N.1307051153:bd07/05/2013:svnQUOComputer:pnZ77MX:pvr1.0:rvnQUOComputer:rnZ77MX-QUO-AOS:rvrx.x:cvnQUOComputer:ct3:cvrAOS:
dmi.product.name: Z77MX
dmi.product.version: 1.0
dmi.sys.vendor: QUO Computer
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Sun Feb 16 08:52:00 2014
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputMicrosoft Microsoft® Nano Transceiver v2.0 KEYBOARD, id 8
 inputMicrosoft Microsoft® Nano Transceiver v2.0 KEYBOARD, id 9
 inputMicrosoft Microsoft® Nano Transceiver v2.0 KEYBOARD, id 10
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.14.5-1ubuntu2~saucy1

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


** Tags: amd64 apport-bug compiz-0.9 saucy ubuntu

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

Title:
  Mouse does not work and screen is zoomed out of monitor.

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

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

[Bug 50437] Re: Resume from hibernation may fail because swap partition UUID does not match /etc/initramfs-tools/conf.d/resume

2013-12-10 Thread Uriel Tunz
Pesky bug has been around since 2006 and it's still here!

Workaround in post 35 (https://bugs.launchpad.net/ubuntu/+source
/initramfs-tools/+bug/50437/comments/35) is not difficult to find -- and
it's always refreshing to learn something more about the system -- but
until a real fix can be applied, just a small note in fstab would do:

"If swap is edited manually, /etc/initramfs-tools/conf.d/resume must be
updated with the same UUID, then: sudo update-initramfs  -u"

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

Title:
  Resume from hibernation may fail because swap partition UUID does not
  match /etc/initramfs-tools/conf.d/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/50437/+subscriptions

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


[Bug 939863] Re: Warning message from ffmpeg program needs update

2013-11-11 Thread Uriel Tunz
This fired me up to get rid of libav and install the real ffmpeg.

It's not necessary to compile. See my post here:
http://askubuntu.com/a/373509/165265

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

Title:
  Warning message from ffmpeg program needs update

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

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


[Bug 939863] Re: Warning message from ffmpeg program needs update

2013-11-07 Thread Uriel Tunz
Competition between the two teams (ffmpeg<->libav) undoubtedly makes
each package better.

Given the robust development happening in each camp, should Canonical
really be picking the winner/loser here to begin with?

Personally, I don't like the symlinks to a lesser release. My
inclination is to remove everything avconf (incl. bogus links with
ffmpeg name) and install a real ffmpeg w/codecs.

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

Title:
  Warning message from ffmpeg program needs update

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

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


[Bug 1004870] Re: Unity indicators not displaying correctly

2013-08-16 Thread Uriel Tunz
Just did a fresh install of 12.04.2 x86_64 (3.5.0-37-generic) and find
the same problem. Digging around, find no easy fix.

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

Title:
  Unity indicators not displaying correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-indicator-plugin/+bug/1004870/+subscriptions

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


[Bug 1191171] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2013-06-14 Thread Uriel Cantarero
Public bug reported:

Installed 12.04 and tried to install RDS Server prior to doing any
updates.  Installed using sudo apt-get install rdsserver, installation
finished with an error saying that samba4 could not be installed and
that it depends on winbind and that RDS server depends on those two as
well.  Machine rebooted, so i can't remember the specifics.  I will
update the installation and will try again.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Fri Jun 14 15:50:47 2013
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 126
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

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


[Bug 1180153] [NEW] lmmath-regular.otf missing from lmodern 2.004.3-1 (in raring)

2013-05-14 Thread Uriel (CP)
Public bug reported:

Hi,

lmmath-regular.otf, which was present at quantal's lmodern (2.004.2-1)
has been removed from the package released for raring (2.004.3-1). It
seems like the fix released for bug:
https://bugs.launchpad.net/ubuntu/+source/lmodern/+bug/1051318 was
removed from the latest release of the package.

To verify: compare

http://packages.ubuntu.com/quantal/all/lmodern/filelist
http://packages.ubuntu.com/raring/all/lmodern/filelist

Thanks
Uriel

** Affects: lmodern (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/1180153

Title:
  lmmath-regular.otf missing from lmodern 2.004.3-1 (in raring)

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

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


[Bug 1066410] Re: lightdm doesn't load correctly on Ubuntu 12.10

2013-04-16 Thread Uriel Fanelli
*** This bug is a duplicate of bug 969489 ***
https://bugs.launchpad.net/bugs/969489

Hello, seems the problem falls back from the X windows server. I just
generated a new xorg.conf using X -configure and saving the output file
in /etc/X11/xorg.conf, and then magically it started working with any
dm.

Before there was no xorg.conf at all inside the folder.

Worked for me with a HP G62 double board intel/ATI.

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

Title:
  lightdm doesn't load correctly on Ubuntu 12.10

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

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


[Bug 798874] Re: package postfix 2.8.1-1~lucid1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-06-17 Thread Uriel Cantarero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798874

Title:
  package postfix 2.8.1-1~lucid1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

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

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


[Bug 798874] [NEW] package postfix 2.8.1-1~lucid1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-06-17 Thread Uriel Cantarero
Public bug reported:

Binary package hint: postfix

Get the same error when I try to install anything that uses postfix,
although usually preceeded by a message that says it's unable to create
aliases

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: postfix 2.8.1-1~lucid1
ProcVersionSignature: Ubuntu 2.6.32-32.62-generic 2.6.32.38+drm33.16
Uname: Linux 2.6.32-32-generic x86_64
AptOrdering:
 postfix: Install
 postfix: Configure
Architecture: amd64
Date: Thu Jun  9 15:36:30 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1)
SourcePackage: postfix
Title: package postfix 2.8.1-1~lucid1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2

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


** Tags: amd64 apport-package lucid

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

Title:
  package postfix 2.8.1-1~lucid1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

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

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


[Bug 666618] Re: evince doesn't include synctex support in 10.10

2010-10-28 Thread Uriel (CP)
Oh, and an advice: rather than use Okular (which I have in the past),
try using texworks instead. It uses the same rendering engine as evince,
and lets you easily perform reverse-search.

-- 
evince doesn't include synctex support in 10.10
https://bugs.launchpad.net/bugs/18
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 666618] Re: evince doesn't include synctex support in 10.10

2010-10-28 Thread Uriel (CP)
Note also bug 656363
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/656363, it seems
that evince 2.32 is supposed to do quite a few things that it doesn't
really do in 10.10.

-- 
evince doesn't include synctex support in 10.10
https://bugs.launchpad.net/bugs/18
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 561063] Re: Cannot upgrade to lucid due to lvm2 / dmsetup dependency issue

2010-04-13 Thread Uriel (CP)
No longer applies.

** Changed in: lvm2 (Ubuntu)
   Status: New => Invalid

-- 
Cannot upgrade to lucid due to lvm2 / dmsetup dependency issue
https://bugs.launchpad.net/bugs/561063
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 561063] Re: Cannot upgrade to lucid due to lvm2 / dmsetup dependency issue

2010-04-11 Thread Uriel (CP)

** Attachment added: "main.log"
   http://launchpadlibrarian.net/43866993/main.log

-- 
Cannot upgrade to lucid due to lvm2 / dmsetup dependency issue
https://bugs.launchpad.net/bugs/561063
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 561063] Re: Cannot upgrade to lucid due to lvm2 / dmsetup dependency issue

2010-04-11 Thread Uriel (CP)

** Attachment added: "apt.log"
   http://launchpadlibrarian.net/43866868/apt.log

** Package changed: mountall (Ubuntu) => lvm2 (Ubuntu)

-- 
Cannot upgrade to lucid due to lvm2 / dmsetup dependency issue
https://bugs.launchpad.net/bugs/561063
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 561063] [NEW] Cannot upgrade to lucid due to lvm2 / dmsetup dependency issue

2010-04-11 Thread Uriel (CP)
Public bug reported:

Binary package hint: mountall

Trying to upgrade to lucid beta 2, either with update-manager -d or do-
release-upgrade -d. Upgrade failes due to unresolved dependencies,
probably in lvm2 / dmsetup. I attach apt.log from the upgrade.

current lvm2 is 2.02.39-0ubuntu11
current dmsetup is 2:1.02.27-4ubuntu7

Thanks!

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

-- 
Cannot upgrade to lucid due to lvm2 / dmsetup dependency issue
https://bugs.launchpad.net/bugs/561063
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 442510] [NEW] GDebi cannot install .debs (Karmic)

2009-10-04 Thread Uriel Griffin
Public bug reported:

Binary package hint: gdebi

When you try to install any deb in Ubuntu 9.10 Karmic Beta, using GDebi,
the program refuses, marking this error message:

dpkg: unable to read filedescriptor flags for : bad file descriptor.

Additionally, sometimes GDebi freezes after this.


Workarounds:

Install the .deb using dpkg -i 'filelocation'

How to reproduce:

Double click on a .deb on Karmic and allow Ubuntu to attempt to install
using GDebi.

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


** Tags: 9.10 gdebi karmic ubuntu

-- 
GDebi cannot install .debs (Karmic)
https://bugs.launchpad.net/bugs/442510
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 365163] Re: kompozer keeps crashing

2009-04-28 Thread Uriel Griffin
I also experience this problem, but I run Kubuntu Jaunty. Here's the
terminal output: Segmentation fault

That's all it gave me.

-- 
kompozer keeps crashing
https://bugs.launchpad.net/bugs/365163
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 363144] [NEW] KDE 4.2 Desktop effects crash randomly.

2009-04-17 Thread Uriel Griffin
Public bug reported:

Upon startup of the system, Kubuntu's 9.04 Release Candidate 1's desktop 
effects crash randomly, reverting to an effectless machine. 
This happened while using the Cube Effect, running SuperTux and enabling OpenGL 
with it. Not sure if this is the cause of the bug however.

System Specs:

Kubuntu 9.04 Release Candidate 1 (freshly installed)
AMD Turion 64 (running with 32 bit OS), @2.2GHZ
I GB Ram.
Nvidia Nforce Sound Card.
Nvidia GeForce 7000m Videocard, running with the drivers provided at NVIDIA.com

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: kde4 kubuntu

-- 
KDE 4.2 Desktop effects crash randomly.
https://bugs.launchpad.net/bugs/363144
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 192276] Re: No tty console with intel 82865G using "intel" driver

2008-04-04 Thread Uriel (CP)
Same problem, same solution (downgrading to 2:2.1.1-0), different intel
chipset:

00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated 
Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation 82945G/GZ Integrated Graphics 
Controller (rev 02)

Thanks (and thank you, Olivier)

-- 
No tty console with intel 82865G using "intel" driver
https://bugs.launchpad.net/bugs/192276
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 154066] Re: package update-manager 1:0.81 failed toinstall/upgrade: ErrorMessage: SystemError in cache.commit():E:Sub-process /tmp/tmpjJy6aI/backports/usr/bin/dpkg returned anerror code (1),

2007-10-24 Thread Uriel
Unfortunatly not.
The system has been reformatted reinstalled already, so I don't have those
logs anymore.
 
Just FYI, I run Ubuntu is Hebrew localization, if it matters ...
 
Hope you'll find the cause.
 
 
Regards,
Uriel
 

  _

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Michael Vogt
Sent: Wednesday, October 24, 2007 8:17 PM
To: [EMAIL PROTECTED]
Subject: [Bug 154066] Re: package update-manager 1:0.81 failed
toinstall/upgrade: ErrorMessage: SystemError in cache.commit():E:Sub-process
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned anerror code
(1),E:Sub-process /tmp/tmpjJy6aI/backports/usr/bin/dpkg returned


Thanks for taking the time to report this bug and helping to make Ubuntu
better. Could you please add the log files from '/var/log/dist-
upgrade/' to this bugreport as attachments to your bug report? Thanks
in advance.

** Changed in: update-manager (Ubuntu)
Assignee: (unassigned) => Michael Vogt (mvo)
Status: New => Incomplete

-- 
package update-manager 1:0.81 failed to install/upgrade: ErrorMessage:
SystemError in cache.commit(): E:Sub-process
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1),
E:Sub-process /tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code
(1)
https://bugs.launchpad.net/bugs/154066
You received this bug notification because you are a direct subscriber
of the bug.

-- 
package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1), E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/154066
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 154065] package libatm1 None [modified: /var/lib/dpkg/info/libatm1.list] failed to install/upgrade:

2007-10-18 Thread Uriel
Public bug reported:

got this error during a network-upgrade to 7.10

ProblemType: Package
Architecture: i386
Date: Thu Oct 18 22:25:04 2007
Dependencies:
 
DistroRelease: Ubuntu 7.10
ErrorMessage:
 ErrorMessage: תהליך המשנה dpkg-split החזיר מצב יציאת שגיאה 2
NonfreeKernelModules: vmnet vmblock vmmon
Package: libatm1 None [modified: /var/lib/dpkg/info/libatm1.list]
PackageArchitecture: i386
SourcePackage: linux-atm
Title: package libatm1 None [modified: /var/lib/dpkg/info/libatm1.list] failed 
to install/upgrade: 
Uname: Linux ubu 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686 
GNU/Linux

** Affects: linux-atm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package libatm1 None [modified: /var/lib/dpkg/info/libatm1.list] failed to 
install/upgrade: 
https://bugs.launchpad.net/bugs/154065
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 154066] Re: package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1), E

2007-10-18 Thread Uriel

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/10060200/Dependencies.txt

-- 
package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1), E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/154066
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 154066] package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1), E:Sub

2007-10-18 Thread Uriel
Public bug reported:

Binary package hint: update-manager

got this error during a network-upgrade to 7.10 
It also turned the current synaptic to be unstable!

I'm trying to recover it now

ProblemType: Package
Architecture: i386
Date: Thu Oct 18 22:51:04 2007
DistroRelease: Ubuntu 7.10
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1), E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1)

NonfreeKernelModules: vmnet vmblock vmmon
Package: update-manager 1:0.81
PackageArchitecture: all
SourcePackage: update-manager
Title: package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1), E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1)
Uname: Linux ubu 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686 
GNU/Linux

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1), E:Sub-process 
/tmp/tmpjJy6aI/backports/usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/154066
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 38865] Re: sky2 driver freezing system after ifdown and ifup

2006-09-13 Thread Uriel
Hello all,

i had the same problem in the past, then i tried to understand what's
was going on the network ,and then i was able to solve the problem for
me.

Problem is this stupid module is going bad with autonegotiation with
some switches (sure with mine!). I solved my problem (i'm using one
Toshiba Tecra A3 to write, with such adapter:) )simply writing

ethtool -s eth0 autoneg off

then , the problem has ceased.

So, i believe the problem when downloading large files happens with
autonegotiation, but i can't be more precise.

hope being useful,

Uriel

-- 
sky2 driver freezing system after ifdown and ifup
https://launchpad.net/bugs/38865

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