[Bug 2063150] Re: No sound after upgrade to 24.04

2024-05-07 Thread Majal
I'm on System76 (gaze16) with Nvidia card, on a clean 24.04 install (not
upgrade). I can confirm that there is sound during installation running
via live USB drive. But the installed system has no sound.

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

Title:
  No sound after upgrade to 24.04

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


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

[Bug 308898] Re: mouse cursor theme oxygen changes over window border

2022-01-24 Thread Majal
Bump after 6 years. Is there a way to get this upstream? It looks like a
simple fix. Any maintainers for this one?

Here's a one-liner for comment #5 and will do it for all oxy folders:

$ cur=(n-resize s-resize e-resize w-resize size_bdiag size_bdiag
size_fdiag size_fdiag); ln=(top_side bottom_side right_side left_side
bottom_left_corner top_right_corner top_left_corner
bottom_right_corner); cd /usr/share/icons; for dir in oxy-*; do cd
"/usr/share/icons/${dir}/cursors"; for x in ${!cur[@]}; do sudo ln -s
"${cur[${x}]}" "${ln[${x}]}"; done; done

Long version for bash script:

cur=(n-resize s-resize e-resize w-resize size_bdiag size_bdiag size_fdiag 
size_fdiag)
ln=(top_side bottom_side right_side left_side bottom_left_corner 
top_right_corner top_left_corner bottom_right_corner)

cd /usr/share/icons

for dir in oxy-*; do
  cd "/usr/share/icons/${dir}/cursors"
  for x in ${!cur[@]}; do
sudo ln -s "${cur[${x}]}" "${ln[${x}]}"
  done
done

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

Title:
  mouse cursor theme oxygen changes over window border

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


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

[Bug 1849232] [NEW] fusermount -u in bash script prepends /home to path if resource is busy

2019-10-21 Thread Majal
Public bug reported:

Kindly see this question in StackExchange:

https://superuser.com/q/1494196/253105

If a busy resource path is passed such as `fusermount -u
/path/to/busy/resource`, fusermount gives the following message:

`fusermount: failed to unmount /home/path/to/busy/resource: Device or
resource busy`

It prepends `/home` to the path in the warning message.

Tested on Ubuntu 18.04 from package util-linux 2.30.1-0ubuntu4.

** Affects: util-linux (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/1849232

Title:
  fusermount -u in bash script prepends /home to path if resource is
  busy

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

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

[Bug 1771101] [NEW] package chrony 3.2-4ubuntu4 failed to install/upgrade: installed chrony package post-installation script subprocess returned error exit status 1

2018-05-14 Thread Majal
Public bug reported:

Fresh chrony install

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: chrony 3.2-4ubuntu4
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
AptOrdering:
 chrony:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Mon May 14 19:20:50 2018
ErrorMessage: installed chrony package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2018-05-13 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: chrony
Title: package chrony 3.2-4ubuntu4 failed to install/upgrade: installed chrony 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package chrony 3.2-4ubuntu4 failed to install/upgrade: installed
  chrony package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1658273] Re: Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2017-03-20 Thread Majal
Hi.

According to the answer here (https://askubuntu.com/a/762892/101985)
"Debian and Debian-derivatives changed the service name from 'samba' to
'smbd'". Thus it appears that they have fully masked samba.service in
Ubuntu while smbd.service is working well. This is the case in my system
now (Ubuntu 16.10). I have the "samba-ad-dc.service is masked" message
while I have Samba functionality just fine.

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

Title:
  Failed to preset unit: Unit file /etc/systemd/system/samba-ad-
  dc.service is masked.

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

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


[Bug 1277331] Re: package update-notifier-common 0.147.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-09-20 Thread Majal
This is two years out... (2016) and I just ran on the same problem...

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

Title:
  package update-notifier-common 0.147.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1372707] [NEW] nvidia-331-uvm 331.38-0ubuntu7.1: nvidia-331-uvm kernel module failed to build

2014-09-22 Thread Majal
Public bug reported:

Strange, it said nvidia-331-uvm crashed, but when I checked in Synaptic,
nvidia-331-uvm was installed just fine. My machine is set for automatic
upgrades of all packages (unattended-upgrades).

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-uvm 331.38-0ubuntu7.1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
DKMSKernelVersion: 3.13.0-36-generic
Date: Tue Sep 23 09:13:20 2014
InstallationDate: Installed on 2014-08-15 (38 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.38-0ubuntu7.1
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.38-0ubuntu7.1: nvidia-331-uvm kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  nvidia-331-uvm 331.38-0ubuntu7.1: nvidia-331-uvm kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1372707/+subscriptions

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


[Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build, with no obvious error [objdump: '... .tmp_nv.o': No such file]

2014-09-22 Thread Majal
Mine had a crash and reported a bug for nvidia-331-uvm during automatic
upgrade (unattended-upgrades). Thereafter I tried to do this:

$ sudo dpkg-reconfigure nvidia-331

after that...

$ sudo dpkg-reconfigure nvidia-331-uvm

and both seemed to work well, DKMS: install completed. without
apparent errors. (?!)

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

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build, with no obvious error [objdump: '... .tmp_nv.o': No
  such file]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1268257/+subscriptions

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


[Bug 1357910] Re: Gnome Shell 3.10.4 on Ubuntu 14.04.1 Does Not Lock Screen After Resume From Suspend or Hibernate

2014-08-18 Thread Majal
*** This bug is a duplicate of bug 49579 ***
https://bugs.launchpad.net/bugs/49579

Wow, I checked that bug and it's a whole lot of mess. Hmmm, the future
seems to be moving further away from X11. Anyways, thanks Seth for
taking the time to reply on this. Have a great life ahead!

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

Title:
  Gnome Shell 3.10.4 on Ubuntu 14.04.1 Does Not Lock Screen After Resume
  From Suspend or Hibernate

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

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


[Bug 1132033] Re: Gnome-Shell activities shows black background

2014-08-17 Thread Majal
WORKAROUND for me (Ubuntu 14.04.1, Gnome 3.10, vanilla):

After logging in, as expected Overview background is broken, or
sometimes Overview BK updates wallpapers but not the main wallpaper.
Sometimes, Overview is just black. This is what I do:

In Gnome Tweak Tool → Desktop → Icons on Desktop → Off ... Then, → On.
(This is related to Nautilus handling the desktop.)

After the cycle all goes well. That is, until I log out and log in
again.

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

Title:
  Gnome-Shell activities shows black background

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

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

[Bug 1357910] [NEW] Gnome Shell 3.10.4 on Ubuntu 14.04.1 Does Not Lock Screen After Resume From Suspend or Hibernate

2014-08-17 Thread Majal
*** This bug is a security vulnerability ***

Public security bug reported:

I recently installed a fresh 14.04.1 system (with a separate partition
for the /home directory from 12.04). As expected bugs and tweaks here
and there are present but with the help of forums, I was able to solve
them one by one. There are just a few now remaining but this one looks
critical and there seems to be no answer from the forums: gnome-shell
does not lock (no passwords asked) after resuming from either suspend or
hibernate. I checked all the settings, gconf, dconf, Settings  Privacy
 Lock Screen on Suspend.

I suspend / hibernate, then resume / thaw, and the desktop directly goes
to my user, no locking has happened.

WORKAROUND:

After the first login, I lock the screen, eg Ctrl + Alt + L. Lock screen
works. Then I suspend / hibernate, then resume / thaw: Lock screen works
again. So in order for the Lock to work, I had to do an initial Ctrl +
Alt + L.

Some bugs somewhere that might be related:
https://bugzilla.gnome.org/show_bug.cgi?id=708997
https://bugzilla.redhat.com/show_bug.cgi?id=1013721

Some data:
lsb_release: Ubuntu 14.04.1 LTS
Package gnome-shell 3.10.4-0ubuntu5.2

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


** Tags: gnome-shell gnome3 lock password screen

** Summary changed:

- Gnome Shell 3.10.4 on Ubuntu 14.04 Does Not Lock Screen After Resume From 
Suspend or Hibernate 
+ Gnome Shell 3.10.4 on Ubuntu 14.04.1 Does Not Lock Screen After Resume From 
Suspend or Hibernate

** Information type changed from Private Security to Public Security

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

Title:
  Gnome Shell 3.10.4 on Ubuntu 14.04.1 Does Not Lock Screen After Resume
  From Suspend or Hibernate

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

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


[Bug 480605] Re: Repeated subscription request from same user

2014-08-07 Thread Majal Mirasol
It's 2014 and still the same issue here. :-) Ubuntu 12.04.4, Empathy
3.4.2.3, and not Yahoo for me, but GOOGLE chat! So, after five (5)
years, any fix yet? Hmmm...

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

Title:
  Repeated subscription request from same user

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

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


[Bug 606710] Re: Process with no name

2014-04-14 Thread Majal Mirasol
1) Yes, this still happens.
2) I don't have PlayOnLinux installed

I posted a question here for this:
https://superuser.com/questions/741564/process-with-no-name-a-possible-linux-rootkit

Can you please help to confirm if this is a bug, or a rootkit?

** Package changed: playonlinux (Ubuntu) = gnome-system-monitor
(Ubuntu)

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Expired = In Progress

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

Title:
  Process with no name

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

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


[Bug 773172] Re: corrupted filesystem tarfile - corrupted package archive

2013-04-06 Thread Majal Abe Mirasol
If a package is broken, usually due to internet connection/download
problems, I would usually delete the problematic package, eg:

sudo rm /VAR/CACHE/APT/ARCHIVES/PYTHON-QT4_4.8.3-2_AMD64.DEB

after that, running:

sudo apt-get -f install
or
reinstalling the program by command line

would solve the problem where apt-get would download a new copy of the
package.

What I would like to suggest is that, during problems like these
(damaged packages, error returns), apt-get could be set to first check
the integrity (checksum/signature) of the problematic package, comparing
it to the online signature, and if it is found to be different, a new
copy could be automatically downloaded from the repos and installed.
Just a suggestion, but I totally don't know the security/other concerns
surrounding that implementation.

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

Title:
  corrupted filesystem tarfile - corrupted package archive

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

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


[Bug 1027820] [NEW] package libgtk-3-0 3.4.2-0ubuntu0.3 failed to install/upgrade: conffile './etc/gtk-3.0/settings.ini' is not in sync with other instances of the same package

2012-07-23 Thread Majal Abe Mirasol
Public bug reported:

I just installed and there was trouble... :(

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libgtk-3-0 3.4.2-0ubuntu0.3
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Mon Jul 23 16:25:57 2012
DuplicateSignature:
 Unpacking libgtk-3-0:i386 (from .../libgtk-3-0_3.4.2-0ubuntu0.3_i386.deb) ...
 dpkg: error processing 
/var/cache/apt/archives/libgtk-3-0_3.4.2-0ubuntu0.3_i386.deb (--unpack):
  conffile './etc/gtk-3.0/settings.ini' is not in sync with other instances of 
the same package
ErrorMessage: conffile './etc/gtk-3.0/settings.ini' is not in sync with other 
instances of the same package
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: gtk+3.0
Title: package libgtk-3-0 3.4.2-0ubuntu0.3 failed to install/upgrade: conffile 
'./etc/gtk-3.0/settings.ini' is not in sync with other instances of the same 
package
UpgradeStatus: Upgraded to precise on 2012-05-05 (78 days ago)
mtime.conffile..etc.gtk.3.0.settings.ini: 2012-05-19T00:20:41

** Affects: gtk+3.0 (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/1027820

Title:
  package libgtk-3-0 3.4.2-0ubuntu0.3 failed to install/upgrade:
  conffile './etc/gtk-3.0/settings.ini' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1027820/+subscriptions

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


[Bug 1027820] Re: package libgtk-3-0 3.4.2-0ubuntu0.3 failed to install/upgrade: conffile './etc/gtk-3.0/settings.ini' is not in sync with other instances of the same package

2012-07-23 Thread Majal Abe Mirasol
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027820

Title:
  package libgtk-3-0 3.4.2-0ubuntu0.3 failed to install/upgrade:
  conffile './etc/gtk-3.0/settings.ini' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1027820/+subscriptions

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


[Bug 729288] Re: squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

2011-07-27 Thread Majal Abe Mirasol
I'm new to this forum. :) I have Ubuntu 11.04 and squid 2.7 was freshly
installed after DansGuardian2. When I tried to start squid fresh, I get
this error message:

maj@Emeth:~$ sudo squid start
2011/07/28 00:15:10| ACL name 'all' not defined!
FATAL: Bungled squid.conf line 176: http_reply_access allow all
Squid Cache (Version 2.7.STABLE9): Terminated abnormally.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in Ubuntu.
https://bugs.launchpad.net/bugs/729288

Title:
  squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

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

-- 
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 729288] Re: squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

2011-07-27 Thread Majal Abe Mirasol
I'm new to this forum. :) I have Ubuntu 11.04 and squid 2.7 was freshly
installed after DansGuardian2. When I tried to start squid fresh, I get
this error message:

maj@Emeth:~$ sudo squid start
2011/07/28 00:15:10| ACL name 'all' not defined!
FATAL: Bungled squid.conf line 176: http_reply_access allow all
Squid Cache (Version 2.7.STABLE9): Terminated abnormally.

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

Title:
  squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

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

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