[Bug 1807682] Re: system does not start

2019-01-11 Thread g.bruno
Found a possible solution on 
https://ubuntuforums.org/showthread.php?t=2406453
---
Well. Problem is the root folder has user as an owner.
Code:

root@myserver:~# stat -c "%U %G" /
user user

Solution is:
Code:

root@myserver:~# chown root:root /
root@myserver:~# stat -c "%U %G" /
root root

root@myserver:~# systemctl start systemd-tmpfiles-setup
root@myserver:~#
-
For me the result of 'stat -c "%U %G" /' is
nobody nogroup
I changed it to root:root and hope that it will work.
Greetings gbruno

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

Title:
  system does not start

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

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

[Bug 1807682] Re: system does not start

2019-01-11 Thread g.bruno
I got the same issue. "systemctl status systemd-tmpfiles-setupd-dev.service" 
yields the same response. But my system (Ubunutu 18.04.1) is starting properly 
and there are no problems when using it. 
In /var/log/syslog these lines precede the error:
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: Started Apply Kernel Variables.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/cuse, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/autofs, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/btrfs-control, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/userio, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/vfio, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/vfio/vfio, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/vhci, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/uhid, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/vhost-net, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/vhost-vsock, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/snd, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/snd, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/snd/timer, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd-tmpfiles[311]: Unsafe symlinks 
encountered in /dev/snd/seq, refusing.
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: systemd-tmpfiles-setup-dev.service: 
Main process exited, code=exited, status=1/FAILURE
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: systemd-tmpfiles-setup-dev.service: 
Failed with result 'exit-code'.
Jan 11 14:37:48 Intel-i5-Tower systemd-fsck[584]: Ubuntu/home: sauber, 
316299/66273280 Dateien, 223989723/265086556 Blöcke
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: Failed to start Create Static Device 
Nodes in /dev.
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: Reached target Local File Systems 
(Pre).

Perhaps the error is due to the unsave symlinks?

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

Title:
  system does not start

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

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

[Bug 1053749] Re: UnicodeDecodeError from broken package descriptions

2014-08-15 Thread g.bruno
After upgrading from Ubuntu 12.04 LTS to 14.04.1 LTS I have the same
error, slightly different:

root@amd8:/home/helmut# software-properties-gtk
Traceback (most recent call last):
  File /usr/bin/software-properties-gtk, line 101, in module
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
  File 
/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py,
 line 169, in __init__
self.show_keys()
  File 
/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py,
 line 846, in show_keys
for key in self.apt_key.list():
  File /usr/lib/python3/dist-packages/softwareproperties/AptAuth.py, line 75, 
in list
for line in p:
  File /usr/lib/python3.4/codecs.py, line 313, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfc in position 1440: 
invalid start byte

I tried the methods described above with gedit and cat /var/lib/dpkg/available 
| iconv -c -f utf-8 -t utf-8  /tmp/available.fixed
root@amd8:/var/lib/dpkg# cat /var/lib/dpkg/available | iconv -c -f utf-8 -t 
utf-8  /tmp/available.fixed, but the error is still present. I did not install 
davmail etc.

Can anyone help me? Ubuntu 14.04.1 is quite new, perhaps are there other
reasons.

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

Title:
  UnicodeDecodeError from broken package descriptions

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

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


[Bug 1356346] [NEW] package xine-ui 0.99.7-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-08-13 Thread g.bruno
Public bug reported:

Errror raised after upgrading to Ubuntu 14.04.1

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: xine-ui 0.99.7-1
ProcVersionSignature: Ubuntu 3.13.0-33.58-generic 3.13.11.4
Uname: Linux 3.13.0-33-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
Date: Wed Aug 13 14:47:42 2014
DuplicateSignature: package:xine-ui:0.99.7-1:ErrorMessage: subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
SourcePackage: xine-ui
Title: package xine-ui 0.99.7-1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2014-08-13 (0 days ago)

** Affects: xine-ui (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check third-party-packages trusty

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

Title:
  package xine-ui 0.99.7-1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 830282] Re: package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to install/upgrade: bcmwl kernel module failed to build (In function ... error: ‘struct net_device’ has no member named ‘m

2012-06-19 Thread g.bruno
I upgraded the kernel on lucid to 3.0.0-16-generic, the issue is the
same.

desperatedly H. Fender (g.br...@t-online.de)

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

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to
  install/upgrade: bcmwl kernel module failed to build (In function ...
  error: ‘struct net_device’ has no member named ‘mc_list’)

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

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

[Bug 1014696] [NEW] package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: bcmwl kernel module failed to build

2012-06-18 Thread g.bruno
Public bug reported:

I tried to make my Broadcom WLanController device 4358 work. On websites
I found the hint to try with bcwml-kernel-source resp. bwcm-driver.
Installation failed under kernel 3.0.0-16 generic in Ubuntu linux 10.04.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-16.29~lucid1-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sun Jun 17 19:39:17 2012
ErrorMessage: bcmwl kernel module failed to build
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
PackageVersion: 5.60.48.36+bdcom-0ubuntu3
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to 
install/upgrade: bcmwl kernel module failed to build

** Affects: bcmwl (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/1014696

Title:
  package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to
  install/upgrade: bcmwl kernel module failed to build

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

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


[Bug 1014696] Re: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: bcmwl kernel module failed to build

2012-06-18 Thread g.bruno
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014696

Title:
  package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to
  install/upgrade: bcmwl kernel module failed to build

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

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


[Bug 214914] Re: jockey-gtk crashed with AttributeError in enabled()

2008-05-27 Thread g.bruno
After rebooting twice (!), the hardware driver window opened correctly
with the mentioned bug fix. But I wonder why it shows only one driver
(nvidia), while in the corresponding package many drivers are listed.
Perhaps because the other hardware is missing?

Furthermore, although enabled, the nvidia driver does not work: I get
only a low resolution (800x600) and can change it by System-
Einstellungen-Bildschirmauflösung (Settings - screen resolution). And
the x-nvidia-config- tool does not work either: drver not active or so.

Is this a problem of jockey-gtk or of the nvidia-driver?

Thanks for helping me.

G.Bruno (Germany)

Update from Ubuntu 7.10 to 8.04 (32 Bit)

-- 
jockey-gtk crashed with AttributeError in enabled()
https://bugs.launchpad.net/bugs/214914
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 231969] Re: Problems when updating from 7.10 to 8.04 (amd64-Version)

2008-05-24 Thread g.bruno
After downgrading sysv-rc to .ubuntu45, the errors seem to have
diappeared.

-- 
Problems when updating from 7.10 to 8.04 (amd64-Version)
https://bugs.launchpad.net/bugs/231969
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 231969] Re: Problems when updating from 7.10 to 8.04 (amd64-Version)

2008-05-20 Thread g.bruno

** Attachment added: apt.log
   http://launchpadlibrarian.net/14629462/apt.log

-- 
Problems when updating from 7.10 to 8.04 (amd64-Version)
https://bugs.launchpad.net/bugs/231969
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 231969] Re: Problems when updating from 7.10 to 8.04 (amd64-Version)

2008-05-20 Thread g.bruno

** Attachment added: main.log
   http://launchpadlibrarian.net/14629490/main.log

-- 
Problems when updating from 7.10 to 8.04 (amd64-Version)
https://bugs.launchpad.net/bugs/231969
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 231969] Re: Problems when updating from 7.10 to 8.04 (amd64-Version)

2008-05-20 Thread g.bruno

** Attachment added: apt-term.log
   http://launchpadlibrarian.net/14629496/apt-term.log

** Description changed:

  When upgrading from Ubuntu 7.04 to 7.10, I got 2 errors concerning rsync
- and apcid that I could not help (amd64). Now I upgraded to 8.04 and got
- a lot of errors more, see below. System is running quite normally, but I
- do not know, what this means.
+ and (apcid) acpid that I could not help (amd64). Now I upgraded to 8.04
+ and got a lot of errors more, see below. System is running quite
+ normally, but I do not know, what this means.
  
  I am using a not-Ubuntu source for VDR (Video Disk Recorder from
- e-tobi.net), may this is the reason? Could you help me to understand
+ e-tobi.net), maybe this is the reason? Could you help me to understand
  what happens? Thank you.
  
  E: cron: Unterprozess post-installation script gab den Fehlerwert 1 zurück
  E: rsync: Unterprozess post-installation script gab den Fehlerwert 1 zurück
  E: ubuntu-standard: Abhängigkeitsprobleme - lasse es unkonfiguriert
  E: acpid: Unterprozess post-installation script gab den Fehlerwert 1 zurück
  E: acpi-support: Abhängigkeitsprobleme - lasse es unkonfiguriert
  E: hotkey-setup: Unterprozess post-installation script gab den Fehlerwert 1 
zurück
  E: nvidia-kernel-common: Unterprozess post-installation script gab den 
Fehlerwert 1 zurück
  E: linux-restricted-modules-2.6.24-16-generic: Abhängigkeitsprobleme - lasse 
es unkonfiguriert
  E: linux-restricted-modules-generic: Abhängigkeitsprobleme - lasse es 
unkonfiguriert
  E: linux-generic: Abhängigkeitsprobleme - lasse es unkonfiguriert
  E: powermanagement-interface: Abhängigkeitsprobleme - lasse es unkonfiguriert
  E: pulseaudio: Unterprozess post-installation script gab den Fehlerwert 1 
zurück
  E: ubuntu-desktop: Abhängigkeitsprobleme - lasse es unkonfiguriert
  E: sysklogd: Unterprozess post-installation script gab den Fehlerwert 1 zurück
  E: ubuntu-minimal: Abhängigkeitsprobleme - lasse es unkonfiguriert
  E: klogd: Unterprozess post-installation script gab den Fehlerwert 1 zurück
  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon May 19 17:34:17 2008
  DistroRelease: Ubuntu 8.04
  NonfreeKernelModules: ath_hal
  Package: firefox-3.0 3.0~b5+nobinonly-0ubuntu3
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox-3.0
  Uname: Linux 2.6.22-14-generic x86_64

-- 
Problems when updating from 7.10 to 8.04 (amd64-Version)
https://bugs.launchpad.net/bugs/231969
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 231969] Re: Problems when updating from 7.10 to 8.04 (amd64-Version)

2008-05-20 Thread g.bruno
There is an error in my report: I meant acpid instead of apcid, sorry

Here are the requested files from the log files from '/var/log/dist-
upgrade/

** Attachment added: term.log
   http://launchpadlibrarian.net/14629418/term.log

-- 
Problems when updating from 7.10 to 8.04 (amd64-Version)
https://bugs.launchpad.net/bugs/231969
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 231969] Re: Problems when updating from 7.10 to 8.04 (amd64-Version)

2008-05-19 Thread g.bruno

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/14605622/Dependencies.txt

** Attachment added: pluginreg.dat.txt
   http://launchpadlibrarian.net/14605623/pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/14605624/profiles.ini.txt

-- 
Problems when updating from 7.10 to 8.04 (amd64-Version)
https://bugs.launchpad.net/bugs/231969
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 231969] [NEW] Problems when updating from 7.10 to 8.04 (amd64-Version)

2008-05-19 Thread g.bruno
Public bug reported:

When upgrading from Ubuntu 7.04 to 7.10, I got 2 errors concerning rsync
and apcid that I could not help (amd64). Now I upgraded to 8.04 and got
a lot of errors more, see below. System is running quite normally, but I
do not know, what this means.

I am using a not-Ubuntu source for VDR (Video Disk Recorder from
e-tobi.net), may this is the reason? Could you help me to understand
what happens? Thank you.

E: cron: Unterprozess post-installation script gab den Fehlerwert 1 zurück
E: rsync: Unterprozess post-installation script gab den Fehlerwert 1 zurück
E: ubuntu-standard: Abhängigkeitsprobleme - lasse es unkonfiguriert
E: acpid: Unterprozess post-installation script gab den Fehlerwert 1 zurück
E: acpi-support: Abhängigkeitsprobleme - lasse es unkonfiguriert
E: hotkey-setup: Unterprozess post-installation script gab den Fehlerwert 1 
zurück
E: nvidia-kernel-common: Unterprozess post-installation script gab den 
Fehlerwert 1 zurück
E: linux-restricted-modules-2.6.24-16-generic: Abhängigkeitsprobleme - lasse es 
unkonfiguriert
E: linux-restricted-modules-generic: Abhängigkeitsprobleme - lasse es 
unkonfiguriert
E: linux-generic: Abhängigkeitsprobleme - lasse es unkonfiguriert
E: powermanagement-interface: Abhängigkeitsprobleme - lasse es unkonfiguriert
E: pulseaudio: Unterprozess post-installation script gab den Fehlerwert 1 zurück
E: ubuntu-desktop: Abhängigkeitsprobleme - lasse es unkonfiguriert
E: sysklogd: Unterprozess post-installation script gab den Fehlerwert 1 zurück
E: ubuntu-minimal: Abhängigkeitsprobleme - lasse es unkonfiguriert
E: klogd: Unterprozess post-installation script gab den Fehlerwert 1 zurück

ProblemType: Bug
Architecture: amd64
Date: Mon May 19 17:34:17 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: ath_hal
Package: firefox-3.0 3.0~b5+nobinonly-0ubuntu3
PackageArchitecture: amd64
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.22-14-generic x86_64

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Problems when updating from 7.10 to 8.04 (amd64-Version)
https://bugs.launchpad.net/bugs/231969
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