Bug#1037086: dropbear-initramfs: /etc/dropbear/initramfs/dropbear_dss_host_key file not generated

2023-06-04 Thread Georg Gast
Package: dropbear-initramfs
Version: 2022.83-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
One of my systems did not start and landed in rescue shell. I wanted to install
dropbear-initramfs and enable ssh access for rescue target. I installed it and
configured it.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Updated initramfs and created symlinks
/etc/dropbear/dropbear_ecdsa_host_key ->
/etc/dropbear/initramfs/dropbear_ecdsa_host_key
/etc/dropbear/dropbear_ed25519_host_key ->
/etc/dropbear/initramfs/dropbear_ed25519_host_key
/etc/dropbear/dropbear_rsa_host_key ->
/etc/dropbear/initramfs/dropbear_rsa_host_key

DROPBEAR_OPTIONS="-FEsjk"

But dropbear did not start as it was complaining about the missing dss host
key. I generated a new dss key and added the symlink

dropbearkeygen -t dss -f /etc/dropbear/initramfs/dropbear_dss_host_key
/etc/dropbear/dropbear_dss_host_key ->
/etc/dropbear/initramfs/dropbear_dss_host_key

Updated initramfs, reboot into rescue

   * What was the outcome of this action?
dropbear did NOT start.

If i delete /etc/dropbear/initramfs/dropbear_dss_host_key and generate a new
one
dropbearkeygen -t dss -f /etc/dropbear/initramfs/dropbear_dss_host_key
in the resuce shell dropbear starts.


Info:
-

georg@nas-dsm:~$ uname -a
Linux nas-dsm 6.1.0-9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08)
x86_64 GNU/Linux
georg@nas-dsm:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/;
SUPPORT_URL="https://www.debian.org/support;
BUG_REPORT_URL="https://bugs.debian.org/;
georg@nas-dsm:~$ apt-cache policy dropbear-initramfs
dropbear-initramfs:
  Installiert:   2022.83-1
  Installationskandidat: 2022.83-1
  Versionstabelle:
 *** 2022.83-1 500
500 http://ftp.de.debian.org/debian bookworm/main amd64 Packages
100 /var/lib/dpkg/status
georg@nas-dsm:~$ tree /etc/dropbear/
/etc/dropbear/
├── dropbear_dss_host_key -> initramfs/dropbear_dss_host_key
├── dropbear_ecdsa_host_key -> initramfs/dropbear_ecdsa_host_key
├── dropbear_ed25519_host_key -> initramfs/dropbear_ed25519_host_key
├── dropbear_rsa_host_key -> initramfs/dropbear_rsa_host_key
└── initramfs
├── authorized_keys
├── dropbear.conf
├── dropbear_dss_host_key
├── dropbear_ecdsa_host_key
├── dropbear_ed25519_host_key
└── dropbear_rsa_host_key

2 directories, 10 files





-- System Information:
Debian Release: 12.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 
'testing-proposed-updates-debug'), (500, 'testing-proposed-updates'), (500, 
'testing-debug'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-9-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dropbear-initramfs depends on:
ii  busybox-static [busybox]  1:1.35.0-4+b3
pn  dropbear-bin  
ii  initramfs-tools   0.142
ii  udev  252.6-1

Versions of packages dropbear-initramfs recommends:
ii  cryptsetup-initramfs  2:2.6.1-4~deb12u1

dropbear-initramfs suggests no packages.


Bug#1035020: Info received (Bug#1035020: Acknowledgement (okular scans my homefolder without any need))

2023-04-27 Thread Georg Gast
Found out that these file paths are stored in
~/.config/okularrc



Bug#1035020: Acknowledgement (okular scans my homefolder without any need)

2023-04-27 Thread Georg Gast
I found out that these documents are stored in recentdocuments:/ url
in dolphin. I disabled the "Zuletzt geöffnete Dokumente" (last opened
files) in the settings but it still tries to open these files. I also
disabled in the plasma search category "Zuletzt geöffnete Dokumente"
but no change.



Bug#1029516: Small patch

2023-01-24 Thread Georg Gast
Needed i just a small patch that makes it at least usable.

https://github.com/Steveorevo/phppgadmin/commit/6ae0b7b99b34adb85d253a0c545a220c54180f8e



Bug#1003156: dnsmasq: SIGSEV when running as PROXYDHCP and target is not listed inn config file

2022-01-05 Thread Georg Gast

I may have wrote misleading:

It need these options to tag the architecture
dhcp-vendorclass=ARM32,PXEClient:Arch:00010
dhcp-vendorclass=ARM64,PXEClient:Arch:00011
and these options to send them the PROXYDHCP
dhcp-boot=tag:ARM32,default,192.168.160.19
dhcp-boot=tag:ARM64,default,192.168.160.19



Bug#1003156: dnsmasq: SIGSEV when running as PROXYDHCP and target is not listed inn config file

2022-01-05 Thread Georg Gast
Package: dnsmasq
Version: 2.85-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
I try to boot various SBC computer to boot from NFS. I have a FRITZBox as dhcp
server and i compiled u boot to accept the serverip from the PROXYDHCP. dnsmasq
needs the
dhcp-boot=tag:ARM32,default,192.168.160.19
dhcp-boot=tag:ARM64,default,192.168.160.19
to tag the connections. When these option for the specified architecture is not
present, dnsmasq gets a SIGSEV when such a architecture boots.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I tried to get a meaningful backtrace and followed
https://wiki.debian.org/HowToGetABacktrace but i just got

0x7f819e8b73c3 in __GI___poll (fds=0x5642e7458400, nfds=7, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:29
Download failed: Das Argument ist ungültig.  Continuing without source file
./io/../sysdeps/unix/sysv/linux/poll.c.
29  ../sysdeps/unix/sysv/linux/poll.c: Datei oder Verzeichnis nicht
gefunden.
(gdb)
(gdb) bt
#0  0x7f819e8b73c3 in __GI___poll (fds=0x5642e7458400, nfds=7, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x5642e7002473 in ?? ()
#2  0x7f819e7ead0a in __libc_start_main (main=0x5642e7000d60, argc=11,
argv=0x7ffc0cef7608, init=, fini=,
rtld_fini=, stack_end=0x7ffc0cef75f8)
at ../csu/libc-start.c:308
#3  0x5642e700337a in ?? ()
(gdb) info threadsa
Undefined info command: "threadsa".  Try "help info".
(gdb) info threads
  Id   Target IdFrame
* 1Thread 0x7f819e0dfcc0 (LWP 241194) "dnsmasq" 0x7f819e8b73c3 in
__GI___poll (fds=0x5642e7458400, nfds=7, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:29
(gdb) bt
#0  0x7f819e8b73c3 in __GI___poll (fds=0x5642e7458400, nfds=7, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x5642e7002473 in ?? ()
#2  0x7f819e7ead0a in __libc_start_main (main=0x5642e7000d60, argc=11,
argv=0x7ffc0cef7608, init=, fini=,
rtld_fini=, stack_end=0x7ffc0cef75f8)
at ../csu/libc-start.c:308
#3  0x5642e700337a in ?? ()


*** End of the template - remove these template lines ***

This could be a problem for users thar relay on dnsmasq to work properly even
if there comes a packet from an architekture they dont handle. dnsmasq would
stop working.

-- System Information:
Debian Release: 11.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-
debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500,
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-10-amd64 (SMP w/16 CPU threads)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dnsmasq depends on:
ii  dnsmasq-base [dnsmasq-base]  2.85-1
ii  init-system-helpers  1.60
ii  lsb-base 11.1.0
ii  netbase  6.3
ii  runit-helper 2.10.3

dnsmasq recommends no packages.

Versions of packages dnsmasq suggests:
ii  openresolv [resolvconf]  3.12.0-1

-- Configuration Files:
/etc/dnsmasq.conf changed:
port=0
log-dhcp
log-debug
log-queries
enable-tftp
tftp-root=/srv/netboot/
dhcp-vendorclass=BIOS,PXEClient:Arch:0
dhcp-vendorclass=UEFI32,PXEClient:Arch:6
dhcp-vendorclass=UEFI,PXEClient:Arch:7
dhcp-vendorclass=UEFI64,PXEClient:Arch:9
dhcp-vendorclass=ARM32,PXEClient:Arch:00010
dhcp-vendorclass=ARM64,PXEClient:Arch:00011
dhcp-boot=UEFI32,i386-efi/ipxe.efi,,192.168.160.19
dhcp-boot=UEFI,ipxe.efi,,192.168.160.19
dhcp-boot=UEFI64,ipxe.efi,,192.168.160.19
dhcp-boot=tag:ARM32,default,192.168.160.19
dhcp-boot=tag:ARM64,default,192.168.160.19
pxe-service=1, "Boot CSA 1", efi64/syslinux.efi
dhcp-range=192.168.160.1,proxy


Bug#998355: Acknowledgement (samba: Access Time of File is set to the far future: 30828-09-14 04:48:05.477580700 +0200)

2021-11-08 Thread Georg Gast

I tried to build old samba version from https://git.samba.org/samba.

Version samba-4.11.17. No problem about the time. All like it was on 
buster. The build of version prior 4.11 failed because of some python 
issues.


-

samba-4.12.10

root@TestClient1:/srv/samba# stat Georg_2016.mgz
 Datei: Georg_2016.mgz
 Größe: 20643840Blöcke: 40272  EA Block: 4096   reguläre Datei
 Gerät: fe01h/65025dInode: 537336  Verknüpfungen: 1
Zugriff: (0660/-rw-rw)  Uid: ( 1000/   georg)   Gid: ( 1000/   georg)
Zugriff: 2446-05-11 00:38:55.0 +0200
Modifiziert: 2021-11-03 18:16:37.748463643 +0100
Geändert: 2021-11-03 18:16:37.748463643 +0100
Geburt: 2021-11-03 18:01:03.115693155 +0100

-

samba-4.13.5

root@TestClient1:/srv/samba# stat Georg_2016.mgz
 Datei: Georg_2016.mgz
 Größe: 20643840Blöcke: 40312  EA Block: 4096   reguläre Datei
 Gerät: fe01h/65025dInode: 537336  Verknüpfungen: 1
Zugriff: (0660/-rw-rw)  Uid: ( 1000/   georg)   Gid: ( 1000/   georg)
Zugriff: 2446-05-11 00:38:55.0 +0200
Modifiziert: 2021-11-03 18:26:44.551167646 +0100
Geändert: 2021-11-03 18:26:44.548920728 +0100
Geburt: 2021-11-03 18:01:03.115693155 +0100

-

As i first tried this on a fast build machine (vm) i got the date 
2446-05-11 00:38:55.0 +0200 repeatedly. As i compiled it on the 
real machine i am using, i got the 30828-09-14 04:48:05.477580700 +0200 
again.


My guess is, that is about some initialization issue but i am not sure. 
I try to do a git bisect, but i am not yet done as the build on the 
target is so slow.




Bug#998355: samba: Access Time of File is set to the far future: 30828-09-14 04:48:05.477580700 +0200

2021-11-02 Thread Georg Gast
Package: samba
Version: 2:4.13.5+dfsg-2
Severity: normal
X-Debbugs-Cc: ge...@schorsch-tech.de

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
I upgraded from buster to bullseye. With buster i used a .NET program on 
windows called "Mein Geld 365". The database is on the NAS running samba. With 
buster, the accesstime was normal adjusted but with bullseye, the accesstime is 
set far to the future.

This shows the outout of stat when the error is there:
stat Georg_2016.mgz
 Datei: Georg_2016.mgz
 Größe: 20905984Blöcke: 40808  EA Block: 4096   reguläre Datei
 Gerät: 2bh/43d Inode: 452839  Verknüpfungen: 1
Zugriff: (0660/-rw-rw)  Uid: ( 1000/   georg)   Gid: ( 1000/   georg)
Zugriff: 30828-09-14 04:48:05.477580700 +0200
Modifiziert: 2021-11-02 17:18:23.581530067 +0100
Geändert: 2021-11-02 17:18:23.577239537 +0100
Geburt: 2021-11-02 17:16:31.709703003 +0100

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I reverted my machine to buster (snapshot on btrfs) and the application worked 
correctly. With the wrong accesstime the application complains about
"Invalid Win32-FileTime". After the rollback to bullseye the application 
complained again about the wront "Win32-FileTime".
Even a touch on the nas to the file corrects the accesstime. 

   * What outcome did you expect instead?
The accesstime of the file should be correct.

*** End of the template - remove these template lines ***

I wanted to pin the old samba version to see, if its samba or the kernel, but 
the pin did not work as it conflicts on libldb2/libldb1.

-- Package-specific info:
* /etc/samba/smb.conf present, and attached
* /var/lib/samba/dhcp.conf present, and attached

-- System Information:
Debian Release: 11.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-9-amd64 (SMP w/2 CPU threads)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages samba depends on:
ii  adduser  3.118
ii  dpkg 1.20.9
ii  init-system-helpers  1.60
ii  libbsd0  0.11.3-1
ii  libc62.31-13+deb11u2
ii  libgnutls30  3.7.1-5
ii  libldb2  2:2.2.0-3.1
ii  libpam-modules   1.4.0-9+deb11u1
ii  libpam-runtime   1.4.0-9+deb11u1
ii  libpopt0 1.18-2
ii  libpython3.9 3.9.2-1
ii  libtalloc2   2.3.1-2+b1
ii  libtasn1-6   4.16.0-2
ii  libtdb1  1.4.3-1+b1
ii  libtevent0   0.10.2-1
ii  libwbclient0 2:4.13.5+dfsg-2
ii  lsb-base 11.1.0
ii  procps   2:3.3.17-5
ii  python3  3.9.2-3
ii  python3-dnspython2.0.0-1
ii  python3-samba2:4.13.5+dfsg-2
ii  samba-common 2:4.13.5+dfsg-2
ii  samba-common-bin 2:4.13.5+dfsg-2
ii  samba-libs   2:4.13.5+dfsg-2
ii  tdb-tools1.4.3-1+b1

Versions of packages samba recommends:
ii  attr1:2.4.48-6
ii  logrotate   3.18.0-2
ii  python3-markdown3.3.4-1
ii  samba-dsdb-modules  2:4.13.5+dfsg-2
ii  samba-vfs-modules   2:4.13.5+dfsg-2

Versions of packages samba suggests:
pn  bind9  
pn  bind9utils 
pn  ctdb   
pn  ldb-tools  
pn  ntp | chrony   
pn  smbldap-tools  
pn  ufw
pn  winbind

-- no debconf information
[global]
#workgroup = dahoam2
#min protocol = NT1
#max protocol = smb2
netbios name = NAS-DSM
ntlm auth = yes

#vfs objects = full_audit
#full_audit:prefix = %u|%I|%m|%S
#full_audit:success = mkdir rename unlink rmdir pwrite
#full_audit:failure = none
#full_audit:facility = local7
#full_audit:priority = NOTICE

# this is important to join the workgroup
domain master = no

# allow to execute from the share
acl allow execute always = True

server role = standalone server
realm = nas-dsm

#name resolve order = wins lmhosts bcast
name resolve order = wins bcast

# %v prints the version of Samba being used.
server string = Samba Server %v
load printers = no

## # This line enables the log file and limits its size to less than 50kb.
log file = /var/log/samba/log.%m
log level = 3
max log size = 50

## # We are going to set some options for our interfaces...
socket options = TCP_NODELAY

## # This is a good idea, what we are doing is binding the
# samba server to our local network.
# For example, if eth0 is the local network interface:
interfaces = eth0
# bind interfaces only = yes

## # Specifies which IP address range is allowed to access Samba
hosts allow = 127.0.0.1 192.168.160.0/24 192.168.177.0/24
hosts deny = 0.0.0.0/0

## # Other options for this are USER, DOMAIN, ADS, and SERVER
# The default is user
security = user
map to guest = Bad Password

## # 

Bug#953132: kodi-pvr-vdr-vnsi: 8.1.0 Status: Ok (from source)

2021-01-03 Thread Georg Gast

Hi Vasyl,

i tested some of the plugins listed on salsa in the kodi repo:

Ok:
- kodi-pvr-iptvsimple
- kodi-pvr-vdr-vnsi

- kodi-screensaver-asteroids
- kodi-screensaver-biogenesis
- kodi-screensaver-greynetic
- kodi-screensaver-pingpong
- kodi-screensaver-pyro
- kodi-screensaver-shadertoy

- kodi-visualization-fishbmc
- kodi-visualization-spectrum
- kodi-visualization-waveform

Build and install ok, but could not test functionality
- kodi-pvr-dvbviewer
- kodi-pvr-hts

Build and install ok, but could not add files on a SSH server over it. 
The data source in kodi does not show sftp even if this addon is activated.

- kodi-vfs-sftp

About the other addons i have no backend to test them (practicly all 
other pvr addons). The codec addons, i dont know how to use them yet.


I wish you also a happy new year!

BTW:
If you need more help by testing kodi stuff, just mail me :)

Bye
Georg


Am 03.01.21 um 08:23 schrieb Vasyl Gello:

Hi Georg,


Just wanted to let you know, because the freeze of bullseye is on the
doorstep. Maybe this addon can slip into bullseye.


Yes, we are working together with Mattia to review & upload all packages listed 
under

https://salsa.debian.org/multimedia-team/kodi-media-center

to bullseye before the freeze. Please test as many addons as you can - this 
greatly helps us!

Happy New Year!
--
Vasyl Gello
==
Certified SolidWorks Expert

Mob.:+380 (98) 465 66 77

E-Mail: vasek.ge...@gmail.com

Skype: vasek.gello
==
호랑이는 죽어서 가죽을 남기고 사람은 죽어서 이름을 남긴다

3 січня 2021 р. 07:08:13 UTC, Georg Gast  написав(-ла):

Dear Maintainers,

The old plugin from stretch worked up until buster. The system was
originally installed with stretch, but he kodi-pvr-vdr-vnsi addon was
not upgraded nor purged at the dist upgrades. I hit this issue as i
tried to upgrade to bullseye on my VDR. because at buster->bullseye it
got purged.

I just built kodi 19 Beta2 [1] and kodi-pvr-vdr-vnsi:8.1.0 [2] from
source and tested it on my VDR system.
It works on bullseye/amd64 from source. I tried to get the package from
sid and kodi from bullseye. I could not install the plugin as it depends
on kodi-pvr-api=5.10.3. Also because the package in sid is still the old
version.

https://tracker.debian.org/pkg/kodi-pvr-vdr-vnsi

Then i tried to check the source on salsa. It has already the merge of
8.1.0 upstream in it. I built the package from the salsa source and
installed the resulting package on my VDR. It works as expected.

Just wanted to let you know, because the freeze of bullseye is on the
doorstep. Maybe this addon can slip into bullseye.

Bye

Georg

[1] https://github.com/xbmc/xbmc (branch master)
[2] https://github.com/kodi-pvr/pvr.vdr.vnsi (branch Matrix)





Bug#953132: kodi-pvr-vdr-vnsi: 8.1.0 Status: Ok (from source)

2021-01-02 Thread Georg Gast

Dear Maintainers,

The old plugin from stretch worked up until buster. The system was 
originally installed with stretch, but he kodi-pvr-vdr-vnsi addon was 
not upgraded nor purged at the dist upgrades. I hit this issue as i 
tried to upgrade to bullseye on my VDR. because at buster->bullseye it 
got purged.


I just built kodi 19 Beta2 [1] and kodi-pvr-vdr-vnsi:8.1.0 [2] from 
source and tested it on my VDR system.
It works on bullseye/amd64 from source. I tried to get the package from 
sid and kodi from bullseye. I could not install the plugin as it depends 
on kodi-pvr-api=5.10.3. Also because the package in sid is still the old 
version.


https://tracker.debian.org/pkg/kodi-pvr-vdr-vnsi

Then i tried to check the source on salsa. It has already the merge of 
8.1.0 upstream in it. I built the package from the salsa source and 
installed the resulting package on my VDR. It works as expected.


Just wanted to let you know, because the freeze of bullseye is on the 
doorstep. Maybe this addon can slip into bullseye.


Bye

Georg

[1] https://github.com/xbmc/xbmc (branch master)
[2] https://github.com/kodi-pvr/pvr.vdr.vnsi (branch Matrix)



Bug#934132: Bug 934132/apt breakage

2019-09-26 Thread Georg Gast
I thought about this problem for a while now. Apt links to libsystemd for one 
function. Inhibit() in fileutl.cc. Shouldnt this function put into a dlopened 
library that apt don't break? Then apt would continue to function if libsystemd 
is not available. Ok, during this time Inhibit() would not work. But the Admin 
is still able to rescue his system. 


-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.

Bug#931458: [freecad] SIGSEV at creating a new file

2019-07-05 Thread Georg Gast

Package: freecad
Version: 0.18~pre1+dfsg1-5+rpi1
Severity: normal

--- Please enter the report below this line. ---

Dear maintainer,


i get a SIGSEV as i create a new file in freecad. It happens every time 
on my device. As this is a raspberry pi 4 with raspian buster, i asked 
in the forums where to report this bug and they pointed me to debian.


Here is the callstack

pi@pi4:~ $ gdb freecad
GNU gdb (Raspbian 8.2.1-2) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
    .

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from freecad...(no debugging symbols found)...done.
(gdb) start
Temporary breakpoint 1 at 0x1284c
Starting program: /usr/bin/freecad
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
"/lib/arm-linux-gnueabihf/libthread_db.so.1".


Temporary breakpoint 1, 0x0001284c in main ()
(gdb) c
Continuing.
FreeCAD 0.18, Libs: 0.18R
© Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019
  #   ###   
  #    #  # #   #   #
  # ##     # #   #  #   #
    # # #  # #  #  # #  #   #
  # #      #    # # #   #
  # #   #    # #    # # #   #  ##  ##  ##
  # #       ### # #    ##  ##  ##

[New Thread 0xaf479210 (LWP 8240)]
libEGL warning: DRI2: failed to authenticate
[New Thread 0xaa883210 (LWP 8241)]
[New Thread 0xaa082210 (LWP 8242)]
[New Thread 0xa94ff210 (LWP 8243)]
[New Thread 0xa8cfe210 (LWP 8244)]
[New Thread 0xa7f38210 (LWP 8245)]
[New Thread 0xa2248210 (LWP 8246)]
[New Thread 0x9fdff210 (LWP 8247)]
Coin warning in cc_glglue_instance(): Error when setting up the GL 
context. This can happen if there is no current context, or if the 
context has been set up incorrectly.


Thread 1 "freecad" received signal SIGSEGV, Segmentation fault.
0xb3831e74 in XDefaultScreenOfDisplay () from 
/usr/lib/arm-linux-gnueabihf/libX11.so.6

(gdb) bt
#0  0xb3831e74 in XDefaultScreenOfDisplay () from 
/usr/lib/arm-linux-gnueabihf/libX11.so.6

#1  0xb5077ad0 in ?? () from /usr/lib/arm-linux-gnueabihf/libCoin.so.80c
#2  0xb5078454 in glxglue_init () from 
/usr/lib/arm-linux-gnueabihf/libCoin.so.80c
#3  0xb50710e0 in cc_glglue_instance () from 
/usr/lib/arm-linux-gnueabihf/libCoin.so.80c
#4  0xb4f22120 in SoGLRenderActionP::isDirectRendering(SoState const*) 
const () from /usr/lib/arm-linux-gnueabihf/libCoin.so.80c
#5  0xb4f24358 in SoGLRenderActionP::render(SoNode*) () from 
/usr/lib/arm-linux-gnueabihf/libCoin.so.80c
#6  0xb4f245a0 in SoGLRenderAction::beginTraversal(SoNode*) () from 
/usr/lib/arm-linux-gnueabihf/libCoin.so.80c
#7  0xb4f1e2fc in SoAction::apply(SoNode*) () from 
/usr/lib/arm-linux-gnueabihf/libCoin.so.80c
#8  0xb634b2f4 in Gui::SoBoxSelectionRenderAction::apply(SoNode*) () 
from /usr/lib/freecad-python2/lib/libFreeCADGui.so
#9  0xb63e5b64 in Gui::View3DInventorViewer::renderScene() () from 
/usr/lib/freecad-python2/lib/libFreeCADGui.so
#10 0xb63b6e34 in 
SIM::Coin3D::Quarter::QuarterWidget::paintEvent(QPaintEvent*) () from 
/usr/lib/freecad-python2/lib/libFreeCADGui.so
#11 0xb63be598 in 
SIM::Coin3D::Quarter::SoQTQuarterAdaptor::paintEvent(QPaintEvent*) () 
from /usr/lib/freecad-python2/lib/libFreeCADGui.so
#12 0xb438f590 in QWidget::event(QEvent*) () from 
/usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5
#13 0xb44381bc in QFrame::event(QEvent*) () from 
/usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5
#14 0xb4695118 in QGraphicsView::viewportEvent(QEvent*) () from 
/usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5
#15 0xb63b7028 in 
SIM::Coin3D::Quarter::QuarterWidget::viewportEvent(QEvent*) () from 
/usr/lib/freecad-python2/lib/libFreeCADGui.so
#16 0xb3b88090 in 
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, 
QEvent*) () from /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
#17 0xb434cda0 in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5
#18 0xb43552a8 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5

Backtrace stopped: Cannot access memory at address 0x9a512f8
(gdb) q
A debugging session is active.

    Inferior 1 [process 7640] will be killed.

Quit anyway? (y or n) y



--- System information. ---
Architecture:
Kernel: Linux 4.19.50-v7l+

Debian Release: 10.0
500 testing raspbian.raspberrypi.org
500 testing 

Bug#772489: Start of apt-cacher-ng

2017-03-29 Thread Georg Gast
I could start apt-cacher-ng as i deleted /var/log/apt-cacher-ng and
recreated it. Set user and group to apt-cacher-ng

-- 
pgp key: 0x702C5BFC
Fingerprint: 267F DC06 7F96 3375 969A  9EE6 8E37 7CF4 702C 5BFC



Bug#842842: [phonon] Audio device profile gets changed without user interaction

2017-02-26 Thread Georg Gast
I dont have any trouble with that SPDIF connection under windows 7 or
Windows 10 either. Its not a thing of the hardware as it behaves as
expected.



Bug#842842: [phonon] Audio device profile gets changed without user interaction

2017-02-22 Thread Georg Gast
I think its related to this:
http://askubuntu.com/questions/94369/is-there-a-way-to-disable-auto-switch-output-channel-when-i-connect-headphones

https://bugs.launchpad.net/ubuntu/+source/alsa-driv


-- 
pgp key: 0x702C5BFC
Fingerprint: 267F DC06 7F96 3375 969A  9EE6 8E37 7CF4 702C 5BFC



Bug#842842: [phonon] Audio device profile gets changed without user interaction

2017-02-22 Thread Georg Gast
I figured out that it is related to pulseaudio. When i purge pulseudio
and rely on pure alsa, the faulty behaviour is gone.



Bug#854080: Acknowledgement ([kdevelop] crash at import of very small project)

2017-02-04 Thread Georg Gast
I search through the bug DB and thing #848331 is the same bug. I have
also both libllvm3.8 and libllvm3.9 installed. On my laptop, there is a
little older testing installed, but no 3.9 and it runs.


I tried to get more information about this issue. I run kdevelop under
gdb and get this stack at the crash


hread 1 "kdevelop" received signal SIGSEGV, Segmentation fault.
0x7fffc5a79e8d in llvm::cl::Option::setArgStr(llvm::StringRef) ()
from /usr/lib/x86_64-linux-gnu/libLLVM-3.9.so.1
(gdb) bt
#0  0x7fffc5a79e8d in llvm::cl::Option::setArgStr(llvm::StringRef)
() from /usr/lib/x86_64-linux-gnu/libLLVM-3.9.so.1
#1  0x7fff8b6de0eb in ?? () from
/usr/lib/llvm-3.8/lib/../lib/libLLVM-3.8.so.1
#2  0x7fff8b6de328 in ?? () from
/usr/lib/llvm-3.8/lib/../lib/libLLVM-3.8.so.1
#3  0x77de864a in call_init (l=,
argc=argc@entry=1, argv=argv@entry=0x7fffe5f8,
env=env@entry=0x7fffe608) at dl-init.c:72
#4  0x77de875b in call_init (env=0x7fffe608,
argv=0x7fffe5f8, argc=1, l=) at dl-init.c:30
#5  _dl_init (main_map=main_map@entry=0x1f44a10, argc=1,
argv=0x7fffe5f8, env=0x7fffe608) at dl-init.c:120
#6  0x77deccd8 in dl_open_worker (a=a@entry=0x7fffceb0) at
dl-open.c:575
#7  0x77de84f4 in _dl_catch_error
(objname=objname@entry=0x7fffcea0,
errstring=errstring@entry=0x7fffcea8,
mallocedp=mallocedp@entry=0x7fffce9f,
operate=operate@entry=0x77dec8f0 ,
args=args@entry=0x7fffceb0) at dl-error.c:187
#8  0x77dec489 in _dl_open (file=0x1ae2f28
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kdevplatform/25/kdevclangsupport.so",
mode=-2147479551,
caller_dlopen=0x75e4cb0e, nsid=-2, argc=,
argv=, env=0x7fffe608) at dl-open.c:660
#9  0x7fffed264ee9 in dlopen_doit (a=a@entry=0x7fffd0e0) at
dlopen.c:66
#10 0x77de84f4 in _dl_catch_error (objname=0x65a1d0,
errstring=0x65a1d8, mallocedp=0x65a1c8, operate=0x7fffed264e90
, args=0x7fffd0e0)
at dl-error.c:187
#11 0x7fffed265521 in _dlerror_run
(operate=operate@entry=0x7fffed264e90 ,
args=args@entry=0x7fffd0e0) at dlerror.c:163
#12 0x7fffed264f82 in __dlopen (file=,
mode=) at dlopen.c:87
#13 0x75e4cb0e in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x75e45bb5 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x76c85d9a in KPluginLoader::load() () from
/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#16 0x76c85eca in KPluginLoader::instance() () from
/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#17 0x76c85f1c in KPluginLoader::factory() () from
/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#18 0x77ab5a0d in
KDevelop::PluginController::loadPluginInternal(QString const&) () from
/usr/lib/x86_64-linux-gnu/libKDevPlatformShell.so.10
#19 0x77ab76a6 in
KDevelop::PluginController::allPluginsForExtension(QString const&,
QMap const&) ()
   from /usr/lib/x86_64-linux-gnu/libKDevPlatformShell.so.10
#20 0x77af6db8 in
KDevelop::LanguageController::languagesForMimetype(QString const&) ()
from /usr/lib/x86_64-linux-gnu/libKDevPlatformShell.so.10
#21 0x77af7a98 in
KDevelop::LanguageController::languagesForUrl(QUrl const&) () from
/usr/lib/x86_64-linux-gnu/libKDevPlatformShell.so.10
#22 0x7366d593 in ?? () from
/usr/lib/x86_64-linux-gnu/libKDevPlatformLanguage.so.10
#23 0x73670562 in ?? () from
/usr/lib/x86_64-linux-gnu/libKDevPlatformLanguage.so.10
#24 0x7366a024 in KDevelop::BackgroundParser::parseDocuments()
() from /usr/lib/x86_64-linux-gnu/libKDevPlatformLanguage.so.10
#25 0x737f6d45 in ?? () from
/usr/lib/x86_64-linux-gnu/libKDevPlatformLanguage.so.10
#26 0x75e7d499 in QObject::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x76733b8c in QApplicationPrivate::notify_helper(QObject*,
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#28 0x7673b341 in QApplication::notify(QObject*, QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#29 0x75e509e0 in QCoreApplication::notifyInternal2(QObject*,
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x75e5316d in
QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#31 0x75ea4c43 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#32 0x7fffecf9a7f7 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#33 0x7fffecf9aa60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#34 0x7fffecf9ab0c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#35 0x75ea504f in
QEventDispatcherGlib::processEvents(QFlags)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#36 0x75e4e9ca in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#37 0x75e5713c in QCoreApplication::exec() () from

Bug#854080: [kdevelop] crash at import of very small project

2017-02-03 Thread Georg Gast
Package: kdevelop
Version: 4:5.0.1-2
Severity: normal

--- Please enter the report below this line. ---
kdevelop crashes after it imported or started a fresh project.

When i start it in a console, i get this output

georg@hammerhead:/tmp$ kdevelop
kdevelop.documentation.qthelp: qmake query returned error: ""
Invalid return type in method "core"
Invalid return type in method "extensions"
/bin/cat:
/home/georg/.local/share/kdevelop/sessions/{8601bb00--411e-8aba-81d44578c17e}/default.sh:
Datei oder Verzeichnis nicht gefunden
Invalid return type in method "core"
Invalid return type in method "extensions"
No node found for item that was just removed:
QUrl("file:///home/georg/p1.tar.gz")
"Allgemeine Projektverwaltung" ()
"CMake-Projektverwaltung" ("CMakeLists.txt")
"Eigenes Build-System" ()
"Projektverwaltung mit eigenem Makefile" ("GNUmakefile", "Makefile",
"makefile", "GNUmakefile.*", "Makefile.*", "makefile.*")
"QMake-Projektverwaltung" ("*.pro")
"Allgemeine Projektverwaltung" ()
"CMake-Projektverwaltung" ("CMakeLists.txt")
"Eigenes Build-System" ()
"Projektverwaltung mit eigenem Makefile" ("GNUmakefile", "Makefile",
"makefile", "GNUmakefile.*", "Makefile.*", "makefile.*")
"QMake-Projektverwaltung" ("*.pro")
"Allgemeine Projektverwaltung" ()
"CMake-Projektverwaltung" ("CMakeLists.txt")
"Eigenes Build-System" ()
"Projektverwaltung mit eigenem Makefile" ("GNUmakefile", "Makefile",
"makefile", "GNUmakefile.*", "Makefile.*", "makefile.*")
"QMake-Projektverwaltung" ("*.pro")
"Allgemeine Projektverwaltung" ()
"CMake-Projektverwaltung" ("CMakeLists.txt")
"Eigenes Build-System" ()
"Projektverwaltung mit eigenem Makefile" ("GNUmakefile", "Makefile",
"makefile", "GNUmakefile.*", "Makefile.*", "makefile.*")
"QMake-Projektverwaltung" ("*.pro")
"Allgemeine Projektverwaltung" ()
"CMake-Projektverwaltung" ("CMakeLists.txt")
"Eigenes Build-System" ()
"Projektverwaltung mit eigenem Makefile" ("GNUmakefile", "Makefile",
"makefile", "GNUmakefile.*", "Makefile.*", "makefile.*")
"QMake-Projektverwaltung" ("*.pro")
"Allgemeine Projektverwaltung" ()
"CMake-Projektverwaltung" ("CMakeLists.txt")
"Eigenes Build-System" ()
"Projektverwaltung mit eigenem Makefile" ("GNUmakefile", "Makefile",
"makefile", "GNUmakefile.*", "Makefile.*", "makefile.*")
"QMake-Projektverwaltung" ("*.pro")
Ninja plugin installed but ninja is not installed.


kdevplatform.shell: Could not load plugin "KDevNinjaBuilder" , it
reported the error: "" Disabling the plugin now.

KCrash: crashing... crashRecursionCounter = 2


KCrash: Application Name = kdevelop path = /usr/bin pid = 24921


KCrash: Arguments: /usr/bin/kdevelop


KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi
from kdeinit

sock_file=/run/user/1000/kdeinit5__0





[1]+  Angehalten  kdevelop



--- System information. ---
Architecture: Kernel:   Linux 4.9.0-1-amd64

Debian Release: 9.0
  500 testing ftp.de.debian.org   500 stable  dl.google.com
--- Package information. ---
Depends (Version) | Installed
=-+-
kdevelop-data  (>= 4:5.0.1-2) | 4:5.0.1-2
kdevplatform10-libs(>= 5.0.1) | 5.0.3-1
libc6   (>= 2.14) | libclang1-3.8
(>= 3.8) | libgcc1
(>= 1:3.0) | libkasten3controllers3 (>= 4:14.12.0) |
libkasten3core3(>= 4:14.12.0) |
libkasten3okteta1controllers1  (>= 4:14.12.0) |
libkasten3okteta1core1 (>= 4:14.12.0) |
libkasten3okteta1gui1  (>= 4:14.12.0) | libkf5completion5
 (>= 4.97.0) | libkf5configcore5 (>=
4.98.0) | libkf5configgui5  (>= 4.97.0) |
libkf5configwidgets5  (>= 4.96.0) | libkf5coreaddons5
 (>= 5.16.0) | libkf5crash5  (>=
5.15.0) | libkf5declarative5(>= 4.96.0) |
libkf5i18n5   (>= 4.97.0) | libkf5iconthemes5
 (>= 4.96.0) | libkf5itemviews5  (>=
4.96.0) | libkf5jobwidgets5 (>= 4.96.0) |
libkf5kiocore5(>= 4.96.0) | libkf5kiowidgets5
 (>= 4.96.0) | libkf5newstuff5   (>=
4.95.0) | libkf5parts5  (>= 4.96.0) |
libkf5texteditor5 | libkf5threadweaver5
 (>= 4.98.0) | libkf5widgetsaddons5  (>=
4.96.0) | libkf5xmlgui5 (>= 4.96.0) |
libprocesscore7  (>= 4:5.3.0) | libprocessui7
 (>= 5.2.50+git) | libqt5core5a  (>=
5.6.0~beta) | libqt5dbus5(>= 5.4.0) |
libqt5gui5 (>= 5.4.0) | libqt5help5
 (>= 5.6.0~beta) | libqt5network5
(>= 5.4.0) | libqt5quickwidgets5(>= 5.3.0) |
libqt5webkit5  

Bug#846590: [sysvinit-core] Mount removeable device doesnt work

2016-12-03 Thread Georg Gast
Am 03.12.2016 um 14:12 schrieb Carsten Leonhardt:
> Could you give more detailed information on how exactly you are trying
> to mount?
> 
> I can mount as a user (using thunar in my case) while using
> sysvinit-core.
> 

I use dolphin to try to mount this drive.

apt-cache policy dolphin
dolphin:
  Installed: 4:16.08.2-1
  Candidate: 4:16.08.2-1
  Version table:
 *** 4:16.08.2-1 500
500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
100 /var/lib/dpkg/status

I get the message as seen on the screenshot.

I started dolphin from the commandline and i got this messages

georg@xps:~$ Trying to convert empty KLocalizedString to QString.
Cannot creat accessible child interface for object:
PlacesView(0xf3df10)  index:  16
Recreating ksycoca file
("/home/georg/.cache/ksycoca5_C_OxbClhA_Bz7gpMEy9eq_rPTQw3M=", version 303)
kf5.kservice.sycoca: Parse error in
"/home/georg/.config/menus/applications-merged/xdg-desktop-menu-du
Menu "applications-kmenuedit.menu" not found.
Saving
"/org/freedesktop/UDisks2/drives/TOSHIBA_MD04ACA400_74V3K67GFSAA" has
new interfaces: ("org.freedesktop
org.kde.baloo:
"/org/freedesktop/UDisks2/drives/TOSHIBA_MD04ACA400_74V3K67GFSAA"
QObject::connect: invalid null parameter
"/org/freedesktop/UDisks2/block_devices/sdb" has new interfaces:
("org.freedesktop.UDisks2.Block", "org
org.kde.baloo: "/org/freedesktop/UDisks2/block_devices/sdb"
QObject::connect: invalid null parameter
"/org/freedesktop/UDisks2/block_devices/sdb1" has new interfaces:
("org.freedesktop.UDisks2.Block", "or
org.kde.baloo: "/org/freedesktop/UDisks2/block_devices/sdb1"




Bug#846590: [Pkg-sysvinit-devel] Bug#846590: [sysvinit-core] Mount removeable device doesnt work

2016-12-02 Thread Georg Gast
Am 02.12.2016 um 14:27 schrieb Petter Reinholdtsen:
> [Georg Gast]
>> Dear maintainers,
>> i cant mount removeable devices as user (in group plugdev). If i
>> switch to systemd-sysv, this works.
>>
>> I am not dure, if this bug is related to sysvinit-core or maybe the
>> systemd-shim.
> 
> I have no idea what could cause this, and suspect more information is
> needed.  Can you provide the output for 'udevadm info /dev/path/to/unit'
> output for the removable device in question, with and without
> systemd-sysv?  It can provide some information about the access rights
> set up by udev for the device.
> 

Under systemd

udevadm info /dev/sdb1

P:
/devices/pci:00/:00:1c.3/:04:00.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
N: sdb1

S: disk/by-id/ata-TOSHIBA_MD04ACA400_74V3K67GFSAA-part1

S: disk/by-id/wwn-0x5395ab805350-part1

S: disk/by-partlabel/Linux\x20filesystem

S: disk/by-partuuid/c2d3fd0d-a237-42c1-b284-e49aa5b33eb5

S: disk/by-path/pci-:04:00.0-usb-0:1:1.0-scsi-0:0:0:0-part1

S: disk/by-uuid/57bf202c-ed38-4a0d-9c3b-8eaba307329e

E: DEVLINKS=/dev/disk/by-partuuid/c2d3fd0d-a237-42c1-b284-e49aa5b33eb5
/dev/disk/by-path/pci-:04:00.0-usb-0:1:1.0-scsi-0:0:0:0-part1
/dev/disk/by-uuid/57bf202c-ed38-4a0d-9c3b-8eaba307329e
/dev/disk/by-id/wwn-0x5395ab805350-part1
/dev/disk/by-id/ata-TOSHIBA_MD04ACA400_74V3K67GFSAA-part1
/dev/disk/by-partlabel/Linux\x20filesystem
E: DEVNAME=/dev/sdb1

E:
DEVPATH=/devices/pci:00/:00:1c.3/:04:00.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
E: DEVTYPE=partition

E: ID_ATA=1

E: ID_ATA_DOWNLOAD_MICROCODE=1

E: ID_ATA_FEATURE_SET_APM=1

E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128

E: ID_ATA_FEATURE_SET_APM_ENABLED=1

E: ID_ATA_FEATURE_SET_HPA=1

E: ID_ATA_FEATURE_SET_HPA_ENABLED=1


E: ID_ATA_FEATURE_SET_PM=1


E: ID_ATA_FEATURE_SET_PM_ENABLED=1


E: ID_ATA_FEATURE_SET_SECURITY=1
E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0
E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=506
E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=506
E: ID_ATA_FEATURE_SET_SMART=1
E: ID_ATA_FEATURE_SET_SMART_ENABLED=1
E: ID_ATA_ROTATION_RATE_RPM=7200
E: ID_ATA_SATA=1
E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1
E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1
E: ID_ATA_WRITE_CACHE=1
E: ID_ATA_WRITE_CACHE_ENABLED=1
E: ID_BUS=ata
E: ID_FS_TYPE=crypto_LUKS
E: ID_FS_USAGE=crypto
E: ID_FS_UUID=57bf202c-ed38-4a0d-9c3b-8eaba307329e
E: ID_FS_UUID_ENC=57bf202c-ed38-4a0d-9c3b-8eaba307329e
E: ID_FS_VERSION=1
E: ID_MODEL=TOSHIBA_MD04ACA400
E:
ID_MODEL_ENC=TOSHIBA\x20MD04ACA400\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_PART_ENTRY_DISK=8:16
E: ID_PART_ENTRY_NAME=Linux\x20filesystem
E: ID_PART_ENTRY_NUMBER=1
E: ID_PART_ENTRY_OFFSET=2048
E: ID_PART_ENTRY_SCHEME=gpt
E: ID_PART_ENTRY_SIZE=7814035080
E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4
E: ID_PART_ENTRY_UUID=c2d3fd0d-a237-42c1-b284-e49aa5b33eb5
E: ID_PART_TABLE_TYPE=gpt
E: ID_PART_TABLE_UUID=6134aa28-d538-41cf-b13f-bfb69e9e0c6e
E: ID_PATH=pci-:04:00.0-usb-0:1:1.0-scsi-0:0:0:0
E: ID_PATH_TAG=pci-_04_00_0-usb-0_1_1_0-scsi-0_0_0_0
E: ID_REVISION=FP2A
E: ID_SERIAL=TOSHIBA_MD04ACA400_74V3K67GFSAA
E: ID_SERIAL_SHORT=74V3K67GFSAA
E: ID_TYPE=disk
E: ID_WWN=0x5395ab805350
E: ID_WWN_WITH_EXTENSION=0x5395ab805350
E: MAJOR=8
E: MINOR=17
E: PARTN=1
E: PARTNAME=Linux filesystem
E: SUBSYSTEM=block
E: TAGS=:systemd:
E: USEC_INITIALIZED=12161666987
E: net.ifnames=0



Under sysvinit-core

udevadm info /dev/sdb1
P:
/devices/pci:00/:00:1c.3/:04:00.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
N: sdb1
S: disk/by-id/ata-TOSHIBA_MD04ACA400_74V3K67GFSAA-part1
S: disk/by-id/wwn-0x5395ab805350-part1
S: disk/by-partlabel/Linux\x20filesystem
S: disk/by-partuuid/c2d3fd0d-a237-42c1-b284-e49aa5b33eb5
S: disk/by-path/pci-:04:00.0-usb-0:1:1.0-scsi-0:0:0:0-part1
S: disk/by-uuid/57bf202c-ed38-4a0d-9c3b-8eaba307329e
E: DEVLINKS=/dev/disk/by-id/ata-TOSHIBA_MD04ACA400_74V3K67GFSAA-part1
/dev/disk/by-partuuid/c2d3fd0d-a237-42c1-b284-e49aa5b33eb5
/dev/disk/by-path/pci-:04:00.0-usb-0:1:1.0-scsi-0:0:0:0-part1
/dev/disk/by-partlabel/Linux\x20filesystem
/dev/disk/by-uuid/57bf202c-ed38-4a0d-9c3b-8eaba307329e
/dev/disk/by-id/wwn-0x5395ab805350-part1
E: DEVNAME=/dev/sdb1
E:
DEVPATH=/devices/pci:00/:00:1c.3/:04:00.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
E: DEVTYPE=partition
E: ID_ATA=1
E: ID_ATA_DOWNLOAD_MICROCODE=1
E: ID_ATA_FEATURE_SET_APM=1
E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128
E: ID_ATA_FEATURE_SET_APM_ENABLED=1
E: ID_ATA_FEATURE_SET_HPA=1
E: ID_ATA_FEATURE_SET_HPA_ENABLED=1
E: ID_ATA_FEATURE_SET_PM=1
E: ID_ATA_FEATURE_SET_PM_ENABLED=1
E: ID_ATA_FEATURE_SET_SECURITY=1
E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0
E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=506
E: ID_ATA_FEATURE_SET

Bug#846590: [sysvinit-core] Mount removeable device doesnt work

2016-12-02 Thread Georg Gast
Package: sysvinit-core
Version: 2.88dsf-59.8
Severity: normal

--- Please enter the report below this line. ---

Dear maintainers,
i cant mount removeable devices as user (in group plugdev). If i switch
to systemd-sysv, this works.

I am not dure, if this bug is related to sysvinit-core or maybe the
systemd-shim.


Reproduction steps:
Install

--- System information. ---
Architecture: Kernel:   Linux 4.8.0-1-amd64

Debian Release: stretch/sid
  500 testing ftp.de.debian.org   500 stable  dl.google.com
--- Package information. ---
Depends(Version) | Installed
-+-==
initscripts(>= 2.88dsf-13.3) | 2.88dsf-59.8
sysv-rc  | 2.88dsf-59.8
 OR file-rc  |  OR openrc
   | sysvinit-utils  (>= 2.86.ds1-66) | 2.88dsf-59.8
libc6  (>= 2.15) | libselinux1(>=
1.32) | libsepol1   (>= 2.4) | debconf
 (>= 0.5)  |  OR debconf-2.0  | debianutils
 (>= 4) |

Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
bootlogd|



Bug#825942: [libcaf-dev] Fails to link example 'dining_philosophers'

2016-05-31 Thread Georg Gast
Package: libcaf-dev
Version: 0.13.2-3
Severity: normal

Dear maintainers,
i tried to compile a the sample from the libcaf webpage
(dining_philosophers) but the build fails:
https://actor-framework.org/doc/dining_philosophers_8cpp-example.html
(see added cpp file)

My gcc is
georg@xps:~$ c++ --version
c++ (Debian 5.3.1-20) 5.3.1 20160519
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


The build:
georg@xps:~$ c++ --std=c++14 main2.cpp -lcaf_core -lcaf_io -o test   
/tmp/ccc1IRHB.o:(.rodata+0x358): undefined reference to
`caf::abstract_actor::message_types[abi:cxx11]() const'
/tmp/ccc1IRHB.o:(.rodata+0x810): undefined reference to
`caf::abstract_actor::message_types[abi:cxx11]() const'
/tmp/ccc1IRHB.o: In function
`caf::actor_ostream::operator<<(std::__cxx11::basic_string)':
main2.cpp:(.text._ZN3caf13actor_ostreamlsENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN3caf13actor_ostreamlsENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x3e):
undefined reference to
`caf::actor_ostream::write(std::__cxx11::basic_string)'
/tmp/ccc1IRHB.o: In function
`std::enable_if<(!std::is_convertible,
std::allocator > >::value)&&(!std::is_convertible::value), caf::actor_ostream&>::type
caf::actor_ostream::operator<< (unsigned int&&)':
main2.cpp:(.text._ZN3caf13actor_ostreamlsIjEENSt9enable_ifIXaantsrSt14is_convertibleIT_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc5valuentsrS3_IS4_NS_7messageEE5valueERS0_E4typeEOS4_[_ZN3caf13actor_ostreamlsIjEENSt9enable_ifIXaantsrSt14is_convertibleIT_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc5valuentsrS3_IS4_NS_7messageEE5valueERS0_E4typeEOS4_]+0x3c):
undefined reference to
`caf::actor_ostream::write(std::__cxx11::basic_string)'
/tmp/ccc1IRHB.o:(.rodata._ZTVN3caf26abstract_event_based_actorINS_14typed_behaviorIJNS_9typed_mpiINS_6detail9type_listIJNS_13atom_constantILNS_10atom_valueE266759210EENS4_IJNS5_ILS6_17072589491EENS4_IJNS5_ILS6_262123070NS2_INS4_IJNS5_ILS6_4153017EENS4_IJvEEENS4_IJLb1EEE[_ZTVN3caf26abstract_event_based_actorINS_14typed_behaviorIJNS_9typed_mpiINS_6detail9type_listIJNS_13atom_constantILNS_10atom_valueE266759210EENS4_IJNS5_ILS6_17072589491EENS4_IJNS5_ILS6_262123070NS2_INS4_IJNS5_ILS6_4153017EENS4_IJvEEENS4_IJLb1EEE]+0x38):
undefined reference to `caf::abstract_actor::message_types[abi:cxx11]()
const'
/tmp/ccc1IRHB.o:(.rodata._ZTVN3caf26abstract_event_based_actorINS_8behaviorELb1EEE[_ZTVN3caf26abstract_event_based_actorINS_8behaviorELb1EEE]+0x38):
undefined reference to `caf::abstract_actor::message_types[abi:cxx11]()
const'
/tmp/ccc1IRHB.o:(.rodata._ZTVN3caf5mixin16sync_sender_implINS_11local_actorES2_NS_31nonblocking_response_handle_tagEEE[_ZTVN3caf5mixin16sync_sender_implINS_11local_actorES2_NS_31nonblocking_response_handle_tagEEE]+0x38):
undefined reference to `caf::abstract_actor::message_types[abi:cxx11]()
const'
/tmp/ccc1IRHB.o: In function
`caf::typed_mpi
>,
caf::detail::type_list
>, caf::detail::type_list
> >::static_type_name()':
main2.cpp:(.text._ZN3caf9typed_mpiINS_6detail9type_listIJNS_13atom_constantILNS_10atom_valueE266759210EENS2_IJNS3_ILS4_17072589491EENS2_IJNS3_ILS4_262123070EEE16static_type_nameEv[_ZN3caf9typed_mpiINS_6detail9type_listIJNS_13atom_constantILNS_10atom_valueE266759210EENS2_IJNS3_ILS4_17072589491EENS2_IJNS3_ILS4_262123070EEE16static_type_nameEv]+0x93):
undefined reference to `caf::replies_to_type_name(unsigned long,
std::__cxx11::basic_string const*, unsigned long,
std::__cxx11::basic_string const*, unsigned long,
std::__cxx11::basic_string const*)'
/tmp/ccc1IRHB.o: In function
`caf::typed_mpi
>, caf::detail::type_list, caf::detail::type_list<>
>::static_type_name()':
main2.cpp:(.text._ZN3caf9typed_mpiINS_6detail9type_listIJNS_13atom_constantILNS_10atom_valueE4153017EENS2_IJvEEENS2_IJ16static_type_nameEv[_ZN3caf9typed_mpiINS_6detail9type_listIJNS_13atom_constantILNS_10atom_valueE4153017EENS2_IJvEEENS2_IJ16static_type_nameEv]+0x74):
undefined reference to `caf::replies_to_type_name(unsigned long,
std::__cxx11::basic_string const*, unsigned long,
std::__cxx11::basic_string const*, unsigned long,
std::__cxx11::basic_string const*)'
collect2: error: ld returned 1 exit status


Bug#757393: closed by Julien Cristau jcris...@debian.org (Re: Bug#757393: mesa: possible patent issue: ARB_texture_float: US Patent #6,650,327)

2014-08-09 Thread Georg Gast
I dont think its a bug. The point is the potential legal risk, this patent may 
expose the Debian project and the Debian users.

On 9. August 2014 15:45:15 MESZ, ow...@bugs.debian.org wrote:
This is an automatic notification regarding your Bug report
which was filed against the libgl1-mesa-dri package:

#757393: mesa: possible patent issue: ARB_texture_float: US Patent
#6,650,327

It has been closed by Julien Cristau jcris...@debian.org.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Julien Cristau
jcris...@debian.org by
replying to this email.


-- 
757393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems




Von: Julien Cristau jcris...@debian.org
An: Georg Gast ge...@schorsch-tech.de, 757393-d...@bugs.debian.org
Gesendet: Sat Aug 09 15:42:00 MESZ 2014
Betreff: Re: Bug#757393: mesa: possible patent issue:
ARB_texture_float: US Patent #6,650,327

I don't believe this is a bug.

Cheers,
Julien




Von: Georg Gast ge...@schorsch-tech.de
An: Debian Bug Tracking System sub...@bugs.debian.org
Gesendet: Thu Aug 07 19:36:03 MESZ 2014
Betreff: mesa: possible patent issue: ARB_texture_float: US Patent
#6,650,327

Package: libgl1-mesa-dri
Version: 10.2.4-1
Severity: normal
File: mesa

Dear Maintainer,

a short story how i became aware of this issue: I tried to enable
opengl 3.3 
on my gentoo box and i installed mesa 10.2.4 and mesa-utils 8.2 but
could not 
get opengl 3.3 running. So i installed debian/jessie on a seperate
partiton to
verify that my machine is able to do this. I tried with the same
current mesa (10.2.4),
mesa-progs 8.2 and the same kernel 3.14.13 as debian did use. glxinfo
did immediatly report on 
debian/jessie that opengl 3.3 is available. As far as good. I thought
it
is just a configuration issue.

Now i copied the debian kernel to my gentoo partition and it did still
report opengl 2.1. I tried the useflag USE=-bindist to mesa-10.2.4
and the
machine did report opengl 3.3 available. The build did warn abount the
patent issue.
I investigated the ebuild and i did notice the following:

econf \
--enable-dri \
--enable-glx \
--enable-shared-glapi \
---$(use_enable !bindist texture-float) \
$(use_enable debug) \

# warn about patent encumbered texture-float
if use !bindist; then
elog USE=\bindist\ was not set. Potentially patent encumbered code
was
 elog enabled. Please see patents.txt for an explanation.
fi

So all i did was enable the configuration option texture-float to get
opengl 3.3 running on my hardware (AMD  HD5770 card / Evergreen chip).

The docs/patent.txt in the mesa source code archive tells the
following:

ARB_texture_float:

  Silicon Graphics, Inc. owns US Patent #6,650,327, issued November 18,
2003 [1].

SGI believes this patent contains necessary IP for graphics systems
implementing floating point rasterization and floating point
 framebuffer capabilities described in ARB_texture_float extension, and
will discuss licensing on RAND terms, on an individual basis with
   companies wishing to use this IP in the context of conformant OpenGL
implementations [2].

   The source code to implement ARB_texture_float extension is included
and can be toggled on at compile time, for those who purchased a
 license from SGI, or are in a country where the patent does not apply,
etc.

The software is provided as is, without warranty of any kind, express
or implied, including but not limited to the warranties of
 merchantability, fitness for a particular purpose and noninfringement.
   In no event shall the authors or copyright holders be liable for any
   claim, damages or other liability, whether in an action of contract,
tort or otherwise, arising from, out of or in connection with the
software or the use or other dealings in the software.

   You should contact a lawyer or SGI's legal department if you want to
enable this extension.


[1] http://www.google.com/patents/about?id=mIIOEBAJdq=6650327
[2] http://www.opengl.org/registry/specs/ARB/texture_float.txt
-

So, i am uncertain if this possible patent issue is a danger to debian.
I would 
be happy if this can be ignored. On gentoo i am safe, because all i do
is to use 
it myself on my machine and dont distribute it. The big threat seems to
be the 
distribution of this thing as a binary program (as far as i understand
it). Debian 
does this via the apt mirrors 

Best Regards

Georg Gast
 
-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy

Bug#657194: [gnome-shell] Second Workspace on second monitor not working

2014-03-19 Thread Georg Gast

Am 19.03.2014 14:56, schrieb althaser:

Hey Georg,

this is an old bug report.

Could you please still reproduce this issue with newer gnome-shell 
version like 3.4.2-7+deb7u1 or 3.8.4-5+b1 ?


thanks
regards
althaser


Hi althaser,

since gnome switched to systemd i don't use gnome anymore

Best regards,
Georg


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#710299: [libplasma3] Crash at logout out of KDE

2013-05-29 Thread Georg Gast

Package: libplasma3
Version: 4:4.8.4-4
Severity: normal

--- Please enter the report below this line. ---
Dear Maintainers,

i mostly always get the attached crash (9 out of 10) logout attempts. 
It's always the same backtrace which is produced.


What did i try to remove this error:
- deleted .kde and .config/kde folder and restart kdm. default kde 
session and everything is ok.


So far so good, but i dont want the defaut settings on my maschine and i 
adjusted the following things:

- deactivate nepomuk
- deactivate all 3D effects
- deactivated the following kde services:
- display management change monitor
- free space notifier
- input actions
- KMixD
- Nepomuk search module
- network status
- network manager user settings service
- remote url change notifier
- time zone
- write daemon
- session starts with an empty session
- system locale is de_DE.UTF-8 and language on KDE is german

Now KDE behaves like i want it. A classic desktop without the fancy 
stuff i dont want. It logs in really fast because it dont start all the 
unneeded services (for me). The dolphin starts fast and absolutly no 
timedelay at the startup.


The only thing which annoys me is the constant crash at the end of the 
session. I need basically 2 logout attemts. First the regular logout 
and then the crash notifier.


I know i deactivated a lot of stuff, but if it is not allowed to 
deactivate some of this services, it should be forbidden aka prevented 
by kde.


My stable mirror 192.168.178.10 is a local debian mirror which syncs 
everyday with ftp.de.debian.org.


Best regards and thanks for the best linux distribution :)
Georg Gast

--- System information. ---
Architecture: amd64
Kernel: Linux 3.2.0-4-amd64

Debian Release: 7.0
500 stable 192.168.178.10
300 wheezy-backports mozilla.debian.net
300 stable deb-multimedia.org
100 wheezy-backports ftp.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-=
libc6 (= 2.4) | 2.13-38
libgcc1 (= 1:4.1.1) | 1:4.7.2-5
libkcmutils4 (= 4:4.8.4-4) | 4:4.8.4-4
libkdecore5 (= 4:4.8.4-4) | 4:4.8.4-4
libkdeui5 (= 4:4.8.4-4) | 4:4.8.4-4
libkdewebkit5 (= 4:4.8.4-4) | 4:4.8.4-4
libkdnssd4 (= 4:4.8.4-4) | 4:4.8.4-4
libkio5 (= 4:4.8.4-4) | 4:4.8.4-4
libknewstuff3-4 (= 4:4.8.4-4) | 4:4.8.4-4
libphonon4 (= 4:4.6.0really4.3.80) | 4:4.6.0.0-3
libqca2 (= 2.0.2) | 2.0.3-4
libqt4-declarative (= 4:4.7.0) | 4:4.8.2+dfsg-11
libqt4-network (= 4:4.7.0) | 4:4.8.2+dfsg-11
libqt4-opengl (= 4:4.7.0) | 4:4.8.2+dfsg-11
libqt4-script (= 4:4.7.0) | 4:4.8.2+dfsg-11
libqt4-sql (= 4:4.7.0) | 4:4.8.2+dfsg-11
libqt4-svg (= 4:4.7.0) | 4:4.8.2+dfsg-11
libqt4-xml (= 4:4.7.0) | 4:4.8.2+dfsg-11
libqtcore4 (= 4:4.8.0) | 4:4.8.2+dfsg-11
libqtgui4 (= 4:4.8.0) | 4:4.8.2+dfsg-11
libqtwebkit4 (= 2.1.0~2011week13) | 2.2.1-5
libsolid4 (= 4:4.8.4-4) | 4:4.8.4-4
libstdc++6 (= 4.1.1) | 4.7.2-5
libthreadweaver4 (= 4:4.8.4-4) | 4:4.8.4-4
libx11-6 | 2:1.5.0-1


Package's Recommends field is empty.

Package's Suggests field is empty.


--- Output from package bug script ---
ii kde-plasma-desktop 5:77+deb7u1 amd64 KDE Plasma Desktop and minimal 
set of applications

ii kdeplasma-addons 4:4.8.4-1 all addons for Plasma
ii libkdeclarative5 4:4.8.4-4 amd64 declarative library for plasma
ii libplasma-geolocation-interface4 4:4.8.4-6 amd64 library for the 
Plasma geolocation

ii libplasma3 4:4.8.4-4 amd64 Plasma Library for the KDE Platform
ii libplasmaclock4abi3 4:4.8.4-6 amd64 library for Plasma clocks
ii libplasmagenericshell4 4:4.8.4-6 amd64 shared elements for all the 
plasma shells

ii libsmokeplasma3 4:4.8.4-1 amd64 Plasma SMOKE library
ii plasma-containments-addons 4:4.8.4-1+b2 amd64 additional containment 
plugins for Plasma
ii plasma-dataengines-addons 4:4.8.4-1+b2 amd64 additional data engines 
for Plasma

ii plasma-dataengines-workspace 4:4.8.4-6 amd64 KDE Plasma data engines
ii plasma-desktop 4:4.8.4-6 amd64 KDE Plasma workspace for desktop and 
laptop computers
ii plasma-desktopthemes-artwork 4:4.8.4-5 all desktop themes for KDE 
Plasma Workspaces
ii plasma-runners-addons 4:4.8.4-1+b2 amd64 additional runners for 
Plasma and Krunner
ii plasma-scriptengine-javascript 4:4.8.4-2 amd64 JavaScript script 
engine for Plasma

ii plasma-scriptengine-python 4:4.8.4-6 all Python script engine for Plasma
ii plasma-scriptengine-ruby 4:4.8.4-6 all Ruby script engine for Plasma
ii plasma-scriptengine-superkaramba 4:4.8.4-3 amd64 SuperKaramba theme 
support for the Plasma Workspaces
ii plasma-scriptengine-webkit 4:4.8.4-6 amd64 Web and Mac OS X dashboard 
widget support for Plasma
ii plasma-scriptengines 4:4.8.4-6 all metapackage to install all Plasma 
script engines
ii plasma-wallpapers-addons 4:4.8.4-1+b2 amd64 additional wallpaper 
plugins for Plasma
ii plasma-widget-folderview 4:4.8.4-2 amd64 plasma widget showing the 
content of a folder

ii plasma-widget-lancelot 4:4.8.4-1+b2 amd64 lancelot widget for Plasma
ii

Bug#681715: [mumble-server] debcheckout does not find the source in the subversion repository

2012-07-15 Thread Georg Gast
Package: mumble-server
Version: 1.2.3-348-g317f5a0-1
Severity: normal

--- Please enter the report below this line. ---
Dear maintainers,

i just wanted to get the source from the debian vcs from mumble-server. 

debcheckout mumble-server
declared svn repository at svn://svn.debian.org/pkg-voip/mumble/trunk/
svn co svn://svn.debian.org/pkg-voip/mumble/trunk/ mumble-server ...
svn: URL 'svn://svn.debian.org/pkg-voip/mumble/trunk' doesn't exist
checkout failed (the command above returned a non-zero exit code)

apt-get source mumble-server gets the source, but it warns that the real 
source is maintained in subversion.

 apt-get source mumble-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Picking 'mumble' as source package instead of 'mumble-server'
NOTICE: 'mumble' packaging is maintained in the 'Svn' version control system 
at:
svn://svn.debian.org/pkg-voip/mumble/trunk/
Need to get 3155 kB of source archives.
Get:1 http://ftp.de.debian.org/debian/ wheezy/main mumble 1.2.3-348-g317f5a0-1 
(dsc) [2836 B]
Get:2 http://ftp.de.debian.org/debian/ wheezy/main mumble 1.2.3-348-g317f5a0-1 
(tar) [3121 kB]
Get:3 http://ftp.de.debian.org/debian/ wheezy/main mumble 1.2.3-348-g317f5a0-1 
(diff) [30.5 kB]
Fetched 3155 kB in 0s (3892 kB/s)
dpkg-source: info: extracting mumble in mumble-1.2.3-348-g317f5a0
dpkg-source: info: unpacking mumble_1.2.3-348-g317f5a0.orig.tar.gz
dpkg-source: info: unpacking mumble_1.2.3-348-g317f5a0-1.debian.tar.gz
dpkg-source: info: applying 02-reject-with-ip-in-log.diff
dpkg-source: info: applying 05-lsb-description.diff

svn list svn://svn.debian.org/pkg-voip/

shows that there is no mumble folder there.

...
misdn-kernel/
misdn-user/
misdnv2user/
monast/
mumble-django/
ohphone/
op-panel/
opal/
openam/
openh323/
...


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
  500 testing security.debian.org 
  500 testing ftp.de.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libavahi-client3   (= 0.6.16) | 0.6.31-1
libavahi-common3   (= 0.6.16) | 0.6.31-1
libavahi-compat-libdnssd1  (= 0.6.16) | 0.6.31-1
libc6 (= 2.4) | 2.13-33
libcap2  (= 2.10) | 1:2.22-1
libgcc1   (= 1:4.1.1) | 1:4.7.1-2
libiceutil34   | 3.4.2-8
libprotobuf7   | 2.4.1-3
libqt4-dbus   (= 4:4.5.3) | 4:4.8.2-1
libqt4-network(= 4:4.5.3) | 4:4.8.2-1
libqt4-sql(= 4:4.5.3) | 4:4.8.2-1
libqt4-xml(= 4:4.5.3) | 4:4.8.2-1
libqtcore4(= 4:4.8.0) | 4:4.8.2-1
libssl1.0.0 (= 1.0.0) | 1.0.1c-3
libstdc++6  (= 4.1.1) | 4.7.1-2
libzeroc-ice34 | 3.4.2-8
debconf  (= 0.5)  | 1.5.44
 OR debconf-2.0| 
adduser| 3.113+nmu3
dbus   | 1.6.0-1
libqt4-sql-sqlite  | 4:4.8.2-1


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
mumble-server-web| 
mumble-django| 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#669937: vdr-groups.sh: Configuration aborts

2012-04-22 Thread Georg Gast
Package: vdr
Version: 1.7.26-1
Severity: important

Dear Maintainer,

apfter upgrading from 1.7.22 the vdr-plugin-dvd could not configure.

The fault is in vdr-groups.sh: line 20

I have a group which has a - in it. The name of the group is pulse-access. 
You need to change the line to

local group_list=$*

This bug renders this package uninstallable, if the user has a name with a - 
in it. It even prevents the user from
removing/purging the package or one of its plugins. It was vdr-plugin-dvd in my 
case.

Best Regards and keep up the good work :)

Georg Gast


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vdr depends on:
ii  adduser3.113+nmu1
ii  debconf [debconf-2.0]  1.5.42
ii  libc6  2.13-27
ii  libcap21:2.22-1
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.9-1
ii  libfribidi00.19.2-3
ii  libgcc11:4.7.0-1
ii  libjpeg8   8d-1
ii  libstdc++6 4.7.0-1
ii  psmisc 22.16-1

Versions of packages vdr recommends:
ii  lirc  none
ii  ttf-freefont  20100919-1

Versions of packages vdr suggests:
pn  vdr-plugin-dvbsddevice  none

-- Configuration Files:
/etc/default/vdr changed:
ENABLED=1
ENABLE_SHUTDOWN=1
OPTIONS=-w 60
VIDEO_DIR=/home/vdr/TV


-- debconf information:
* vdr/select_dvb_card: Satellite
* vdr/create_video_dir: false



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657345: [debian-installer] Debian Installer fails to boot

2012-01-25 Thread Georg Gast

Package: debian-installer
Severity: important

--- Please enter the report below this line. ---

Dear Debian Team!

A fresh burned DVD with debian squeeze 6.0.3 amd64 fails to boot at my 
system.


It displays only the first line ISOLinux  something something .. at al

Following boot scenarious fails:
- Debian Squeeze 6.0.3 amd64 - dvd 1 : Burned to a DVD
- Debian Squeeze 6.0.3 amd64 - dvd 1 : written to a USB stick
- Debian Squeeze 6.0.3 amd64 - netinstall : CD and USB stick
- Debian Live Squeeze 6.0.3 amd64 written to a DVD
- GRML64 2011.12
- Debian Wheezy Netinstaller (today downloaded)
Internal IDE DVD Writer was exchanged to a USB DVD Writer. Same results.

The disks and sticks were verified on my Laptop. They did boot there.

Following scenarios did boot:
- Debian Lenny 5.0.1 amd64 - ISO 1
- FreeBSD 8.2 amd64 DVD 1
- Knoppix 6.7

In my opinion it might be related to a change at syslinux bootcode 
change at the time where lenny got developed to squeeze. Other 
distributions like knoppix use ISOLinux which did boot on my system. 
FreeBSD of course dont use syslinux too. I'm not sure if that error is 
related to syslinux or the debian-installer, because grml which rely on 
syslinux too, dont boot on that hardware.


Why did i not recognize that error before? My system was last installed 
when Lenny was testing. After that, only dist-upgrades.


I know it might be hard to impossible for you to reproduce this error 
because you dont have my hardware, but i'm reporting that bug knowing that.


My Hardwareconfiguration:
Asus M3A32 MVP Deluxe / BIOS 2202 (up to date)
AMD Phenom 1090T
BenQ IDE DVD writer

Best Regards
Georg Gast

 lspci --nn 
00:00.0 Host bridge [0600]: ATI Technologies Inc RD790 Northbridge only 
dual slot PCI-e_GFX and HT3 K8 part [1002:5956]
00:02.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI bridge 
(external gfx0 port A) [1002:5978]
00:06.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI bridge 
(PCI express gpp port C) [1002:597c]
00:0a.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI bridge 
(PCI express gpp port F) [1002:597f]
00:0b.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI bridge 
(external gfx1 port A) [1002:5980]
00:12.0 SATA controller [0106]: ATI Technologies Inc SB600 Non-Raid-5 
SATA [1002:4380]
00:13.0 USB controller [0c03]: ATI Technologies Inc SB600 USB (OHCI0) 
[1002:4387]
00:13.1 USB controller [0c03]: ATI Technologies Inc SB600 USB (OHCI1) 
[1002:4388]
00:13.2 USB controller [0c03]: ATI Technologies Inc SB600 USB (OHCI2) 
[1002:4389]
00:13.3 USB controller [0c03]: ATI Technologies Inc SB600 USB (OHCI3) 
[1002:438a]
00:13.4 USB controller [0c03]: ATI Technologies Inc SB600 USB (OHCI4) 
[1002:438b]
00:13.5 USB controller [0c03]: ATI Technologies Inc SB600 USB Controller 
(EHCI) [1002:4386]
00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller 
[1002:4385] (rev 14)

00:14.1 IDE interface [0101]: ATI Technologies Inc SB600 IDE [1002:438c]
00:14.3 ISA bridge [0601]: ATI Technologies Inc SB600 PCI to LPC Bridge 
[1002:438d]
00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge 
[1002:4384]
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor HyperTransport Configuration [1022:1200]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor Address Map [1022:1201]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor DRAM Controller [1022:1202]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor Miscellaneous Control [1022:1203]
00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor Link Control [1022:1204]
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Juniper 
[Radeon HD 5700 Series] [1002:68b8]
01:00.1 Audio device [0403]: ATI Technologies Inc Juniper HDMI Audio 
[Radeon HD 5700 Series] [1002:aa58]
02:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 
88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
03:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. 
CX23885 PCI Video and Audio Decoder [14f1:8852] (rev 02)
04:00.0 RAID bus controller [0104]: 3ware Inc 9650SE SATA-II RAID PCIe 
[13c1:1004] (rev 01)
05:06.0 Multimedia audio controller [0401]: Creative Labs CA0106 
Soundblaster [1102:0007]


 lspci --vv 

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  500 testing ftp.de.debian.org
  500 stable  dl.google.com

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657345: Additional Info

2012-01-25 Thread Georg Gast

Dear maintainers!

The version string from the Lenny netinstall iso shows, which boots 
without problems shows the folowing version string:


3.71 ISOLINUX 2008-09-09 ... Peter Alvin et al

md5sum of that image is:
457ea893348122ad112aab176dbaaf16  debian-501-amd64-netinst.iso

Hope that helps ...

Best Regards
Georg Gast




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657345: Additional Info

2012-01-25 Thread Georg Gast

Am 25.01.2012 21:57, schrieb Georg Gast:

Dear maintainers!

The version string from the Lenny netinstall iso shows, which boots
without problems shows the folowing version string:

3.71 ISOLINUX 2008-09-09 ... Peter Alvin et al

md5sum of that image is:
457ea893348122ad112aab176dbaaf16 debian-501-amd64-netinst.iso

Hope that helps ...

Best Regards
Georg Gast



Correction: 3.71 ISOLINUX 2008-09-06




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612402: Link to that netinstall image

2012-01-25 Thread Georg Gast

Dear maintainers!

Here [1] is the link to that image which works.

[1] 
http://cdimage.debian.org/mirror/cdimage/archive/5.0.1/amd64/iso-cd/debian-501-amd64-netinst.iso


Best Regards
Georg Gast



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657345: Additional Info

2012-01-25 Thread Georg Gast

Dear maintainers!

Here [1] is the link to that image which works.

[1] 
http://cdimage.debian.org/mirror/cdimage/archive/5.0.1/amd64/iso-cd/debian-501-amd64-netinst.iso


Best Regards
Georg Gast

P.S.: Sorry, i did mail that info to the wrong bug too. Please could you 
delete that entry there? 612402




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657194: [gnome-shell] Second Workspace on second monitor not working

2012-01-24 Thread Georg Gast

Package: gnome-shell
Version: 3.0.2-8+b1
Severity: normal

--- Please enter the report below this line. ---

Dear Maintainers,

on my system i have aa ATI 5770 and two Screens. xorg.conf attached at 
the end of this mail.


If i switch via the activities/workspaces menu to a second workspace, my 
application-windows on my primary screen disappear, but on my second 
screen, they preserve their position. It seems that the second screen is 
not affected by the workspace behaviour.


To my current knowledge, the change of the workspace should affeect both 
Xinerama screens.


Best Regards
Georg Gast

--- xorg.conf ---
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPath/usr/share/X11/fonts/misc
FontPath/usr/share/X11/fonts/cyrillic
FontPath/usr/share/X11/fonts/100dpi/:unscaled
FontPath/usr/share/X11/fonts/75dpi/:unscaled
FontPath/usr/share/X11/fonts/Type1
FontPath/usr/share/X11/fonts/CID
FontPath/usr/share/X11/fonts/100dpi
FontPath/usr/share/X11/fonts/75dpi
# paths to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID
EndSection

Section Module
LoadGLcore
Loadi2c
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
#   Loadglx
Loadint10
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRulesxorg
Option  XkbModelpc104
Option  XkbLayout   us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ExplorerPS/2
Option  Emulate3Buttons   false
Option  Buttons   7
Option  ZAxisMapping  4 5
EndSection


Section Device
Identifier  ATI
Driver  radeon
# accelration
Option  AGPMode 4
Option  RenderAccel on
Option  Monitor-HDMI-0 Samsung Rechts
Option  Monitor-DVI-0   Samsung Rechts
Option  Monitor-VGA-0   Samsung Links
Option  DynamicPM true
#Option ClockGating on
#Option ForceLowPowerMode on
EndSection

Section Monitor
Identifier  Samsung Rechts
Option  DPMS
Option  RightOf Samsung Links
EndSection

Section Monitor
Identifier  Samsung Links
Option  DPMS
EndSection

Section Screen
Identifier  Dual Screen
Device  ATI
Monitor Samsung Rechts
DefaultDepth24
SubSection Display
Virtual 3360 1050
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
option  Xineramaon
Screen  Dual Screen 
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection

Section DRI
Mode0666
EndSection


--- xorg.conf ---

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  500 testing ftp.de.debian.org
  500 stable  dl.google.com

--- Package information. ---
Depends(Version) | Installed
-+-==
gir1.2-atk-1.0   | 2.2.0-2
gir1.2-clutter-1.0   | 1.8.2-2
gir1.2-cogl-1.0  | 1.8.2-1
gir1.2-coglpango-1.0 | 1.8.2-1
gir1.2-freedesktop   | 1.31.1-1
gir1.2-gdkpixbuf-2.0 | 2.24.0-2
gir1.2-glib-2.0  | 1.31.1-1
gir1.2-gtk-3.0   | 3.2.3-1
gir1.2-json-1.0  | 0.14.2-1
gir1.2-mutter-3.0

Bug#612402: [lvm2] Linux 3.0.0 is not able to boot from a LVM with a Uppercase name like Desktop

2011-08-25 Thread Georg Gast

Hello Hector,

So, it's the problem away? can we close the bug?

Yes, i think it can be closed :)

Bye Bye
Georg



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612402: [lvm2] Linux 3.0.0 is not able to boot from a LVM with a Uppercase name like Desktop

2011-08-23 Thread Georg Gast

Package: lvm2
Version: 2.02.84-3.1

--- Please enter the report below this line. ---
linux-image-2.6.38-bpo2-amd64 is able to boot from my VG 
/dev/Desktop/root but linux-image-3.0.0-1-amd64 is not able to boot 
from this VG.


I upgraded today my squeeze to wheezy and let the 2.6.38 kernel installed.

grub 1.99

Best Regards
Georg Gast

--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.38-bpo.2-amd64

Debian Release: wheezy/sid
500 testing ftp.de.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6 (= 2.3) | 2.13-16
libdevmapper1.02.1 (= 2:1.02.63) | 2:1.02.63-3.1
libreadline5 (= 5.2) | 5.2-8
libudev0 (= 0.140) | 172-1
lsb-base | 3.2-27
dmsetup ( 2:1.02.47) | 2:1.02.63-3.1


Package's Recommends field is empty.

Package's Suggests field is empty.






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#461049: [coreutils] dd: Maybe this behaviour is the from the same source of problem

2010-07-29 Thread Georg Gast

Package: coreutils
Version: 8.5-1

Hi all, today i tried some stuff with dd.

I did:

--output--
dd if=/dev/sdb bs=1K count=1 | hexdump -C
1+0 records in
1+0 records out
  eb 63 90 d0 bc 00 7c 8e  c0 8e d8 be 00 7c bf 00 
|.c|..|..|
1024 bytes (1.0 kB) copied0010  06 b9 00 02 fc f3 a4 50  68 1c 06 cb 
fb b9 04 00  |...Ph...|

, 1.8379e-05 s, 55.7 MB/s
0020  bd be 07 80 7e 00 00 7c  0b 0f 85 10 01 83 c5 10 
|~..||
0030  e2 f1 cd 18 88 56 00 55  c6 46 11 05 c6 46 03 02 
|.V.U.F...F..|
0040  ff 00 00 20 01 00 00 00  00 02 fa 90 90 f6 c2 80  |... 
|

--output--

can you see the mixed output from dd to the console?

It mixed the output 1024 bytes (1.0 kB) copied into the output from 
the hexdump. I dont think this is intentional.


I attached the first few lines which show the behaviour better than in 
this text as seperate txt-File.


Best Regards

Georg



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
  500 testing security.debian.org
  500 testing ftp.de.debian.org
  500 testing debian-multimedia.informatik.uni-erlangen.de
  500 squeeze www.lamaresh.net

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.



dd if=/dev/sdb bs=1K count=1 | hexdump -C
1+0 records in
1+0 records out
  eb 63 90 d0 bc 00 7c 8e  c0 8e d8 be 00 7c bf 00  |.c|..|..|
1024 bytes (1.0 kB) copied0010  06 b9 00 02 fc f3 a4 50  68 1c 06 cb fb b9 
04 00  |...Ph...|
, 1.8379e-05 s, 55.7 MB/s
0020  bd be 07 80 7e 00 00 7c  0b 0f 85 10 01 83 c5 10  |~..||
0030  e2 f1 cd 18 88 56 00 55  c6 46 11 05 c6 46 03 02  |.V.U.F...F..|
0040  ff 00 00 20 01 00 00 00  00 02 fa 90 90 f6 c2 80  |... |



Bug#590237: [tar] Add option to use the parallel versions of gzip/bzip2

2010-07-25 Thread Georg Gast

Package: tar
Version: 1.23-2
Severity: wishlist

Hi all!

Currently its only possible to compress tar files with multiple cores 
using this command:

tar cf myfile.tar.bz2 --use-compress-prog=pbzip2 dir_to_compress/

with the standard compresstools its possible to write that way shorter:
E.g. tar cjf myfile.tar.bz2 dir_to_compress/
But this does not use multiple cores.

It should be possible that a standard option to the shown command for 
using multiple cores, say, the parallel versions (pgzip/pbzip2)


An alternative would be using the multithreaded versions as default and 
use the single core apps as fallback.


Gest Regards

Georg

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
  500 testing security.debian.org
  500 testing ftp.de.debian.org
  500 testing debian-multimedia.informatik.uni-erlangen.de
  500 squeeze www.lamaresh.net

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
bzip2| 1.0.5-4
ncompress|







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#586273: Fix for current flashplayer workaround package script on squeeze amd64

2010-07-25 Thread Georg Gast

Hi all,

on http://wiki.debian.org/FlashPlayer is desribed how to make an 
workaround package with the script provided by Bart Martens.


The file libnss3-1d_3.12.6-2_i386.deb is no longer hosted on h 
ttp://ftp.debian.org/debian/pool/main/n/nss/


If you change the line 55 in file 
http://people.debian.org/~bartm/flashplugin-nonfree/ia32-libs-workaround-499043-squeeze.sh 
to libnss3-1d_3.12.6-3_i386.deb it works as requested.


I attached a patchfile


Best Regards

Georg


55c55
   http://$mirror/debian/pool/main/n/nss/libnss3-1d_3.12.6-2_i386.deb \
---
   http://$mirror/debian/pool/main/n/nss/libnss3-1d_3.12.6-3_i386.deb \


Bug#587501: [cryptsetup] cryptsetup luksDump /dev/mapper/sda2_crypt fails

2010-06-29 Thread Georg Gast

Package: cryptsetup
Version: 2:1.1.2-1
Severity: normal

The following happens if i try cryptsetup luksDump /dev/sda2_crypt

[code]
cryptsetup luksDump /dev/mapper/sda2_crypt
Device /dev/mapper/sda2_crypt is not a valid LUKS device.
[/code]

But see the following:
[code]
cryptsetup status /dev/mapper/sda2_crypt
/dev/mapper//dev/mapper/sda2_crypt is active:
  cipher:  aes-cbc-essiv:sha256
  keysize: 256 bits
  device:  /dev/sda2
  offset:  2056 sectors
  size:624945144 sectors
  mode:read/write
[/code]

cryptsetup isLuks /dev/mapper/sda2_crypt  echo Ok does not report 
sda2_crypt as a luks device


The partition was installed with the standard Debian/Squeeze Netinstall 
CD. Totally overwritten and then attached LVM on that partition. 
/dev/sda1 is ext2 bootpartition with the kernel.


Please feel free to contact me for more information.

Best Regards

Georg Gast

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
  500 testing security.debian.org
  500 testing ftp.de.debian.org
  500 squeeze www.lamaresh.net

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6(= 2.3) | 2.11.1-3
libdevmapper1.02.1 (= 2:1.02.36) | 2:1.02.48-2
libpopt0(= 1.16) | 1.16-1
libuuid1(= 2.16) | 2.17.2-3.1
dmsetup   | 2:1.02.48-2


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
udev| 157-1
initramfs-tools  (= 0.91)  | 0.94.4
 OR linux-initramfs-tool|
busybox | 1:1.15.3-1
dosfstools  | 3.0.9-1



--- Output from package bug script ---
-- /proc/cmdline
root=/dev/mapper/vg-root ro

-- /etc/crypttab
sda2_crypt UUID=cdfd5ebb-8843-4e85-9020-c5124a7aca66 none luks

-- /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/mapper/vg-root /   ext4errors=remount-ro 0   1
# /boot was on /dev/sda1 during installation
UUID=c00bc69c-aa3d-4a7e-94e7-a2730039b24c /boot   ext2 
defaults0   2

/dev/mapper/vg-home /home   ext4defaults0   2
/dev/mapper/vg-usr /usrext4defaults0   2
/dev/mapper/vg-swap noneswapsw  0   0
/dev/cdrom/media/cdrom0   udf,iso9660 user,noauto 0   0

-- lsmod
Module  Size  Used by
ppdev   5030  0
lp  7462  0
parport27954  2 ppdev,lp
acpi_cpufreq  0
cpufreq_conservative 5162  0
cpufreq_powersave902  0
cpufreq_stats   2659  0
cpufreq_userspace   1992  0
sco 7209  2
bridge 39598  0
stp 1440  1 bridge
bnep9427  2
rfcomm 29581  4
l2cap  24736  16 bnep,rfcomm
vboxnetadp  4193  0
vboxnetflt 12415  0
vboxdrv  1723686  2 vboxnetadp,vboxnetflt
binfmt_misc 6431  1
uinput  6376  1
fuse   50190  1
ext2   52969  1
loop   11783  0
firewire_sbp2  11514  0
snd_hda_codec_realtek   235506  1
arc41274  2
ecb 1841  2
snd_hda_intel  19907  1
iwlagn 71756  0
snd_hda_codec  54244  2 snd_hda_codec_realtek,snd_hda_intel
uvcvideo   51743  0
iwlcore77442  1 iwlagn
snd_hwdep   5380  1 snd_hda_codec
videodev   29993  1 uvcvideo
snd_pcm_oss32591  0
snd_mixer_oss  12606  1 snd_pcm_oss
btusb   9785  2
v4l1_compat11442  2 uvcvideo,videodev
snd_pcm60471  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi4400  0
snd_rawmidi15515  1 snd_seq_midi
snd_seq_midi_event  4628  1 snd_seq_midi
acer_wmi   12640  0
snd_seq42881  2 snd_seq_midi,snd_seq_midi_event
joydev  8411  0
v4l2_compat_ioctl32 8538  1 videodev
bluetooth  41827  9 sco,bnep,rfcomm,l2cap,btusb
led_class   2433  2 iwlcore,acer_wmi
mac80211  136844  2 iwlagn,iwlcore
snd_timer  15582  2 snd_pcm,snd_seq
nvidia  10670090  30
cfg80211  101432  3 iwlagn,iwlcore,mac80211
psmouse49777  0

Bug#565550: acd0: unknown CMD (0x03) illegal request asc=0x20 ascq=0x00

2010-03-13 Thread Georg Gast

Michael Tokarev schrieb:

Georg Gast wrote at Sat, 16 Jan 2010 22:37:10 +0100:

Package: hal
Version: 0.5.14-1
Severity: normal

After installing hal on a kfreebsd port of Debian on a kvm platform 
(Debian/Squeeze Linux 2.6.32) it spams tty1 (Ctrl Alt 1) and syslog with the 
shown message in the title of this bugreport.


Can you please tell me which version of kvm did you use
at that time, and if the problem is still present with
current qemu-kvm in unstable (0.12.3+dfsg)?

Or alternatively, can you provide an easy way for me to
test it locally -- like, how to install kfreebsd port
or some pre-made image etc...

Thanks!

/mjt


Hi Michael,

i reported that bug on 17th of January this year. According to 
http://packages.qa.debian.org/q/qemu-kvm.html was the current version in 
testing 0.11.0+dfsg-1 . I'm sure that the version which arrived in 
testing on that day was not on my machine already.


So i hope that gives you an hint to solve that problem.

Currently i reinstall debian/kfreebsd in a new kvm machine t0 check if 
that bug exists in the current kvm / mini.iso combination.


Best Regards

Georg




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#565550: acd0: unknown CMD (0x03) illegal request asc=0x20 ascq=0x00

2010-01-16 Thread Georg Gast
Package: hal
Version: 0.5.14-1
Severity: normal

After installing hal on a kfreebsd port of Debian on a kvm platform 
(Debian/Squeeze Linux 2.6.32) it spams tty1 (Ctrl Alt 1) and syslog with the 
shown message in the title of this bugreport.

Best Regards

Georg Gast


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 7.2-1-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hal depends on:
ii  adduser   3.112  add and remove users and groups
ii  dbus  1.2.16-2   simple interprocess messaging syst
ii  freebsd-utils 8.0-2  FreeBSD utilities needed for GNU/k
ii  hal-info  20091130-1 Hardware Abstraction Layer - fdi f
ii  libblkid1 2.16.2-0   block device id library
ii  libc0.1   2.10.2-2   GNU C Library: Shared libraries
ii  libcam0   8.0-3  FreeBSD CAM (Common Access Method)
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libglib2.0-0  2.22.3-1   The GLib library of C routines
ii  libhal-storage1   0.5.14-1   Hardware Abstraction Layer - share
ii  libhal1   0.5.14-1   Hardware Abstraction Layer - share
ii  libusb2   8.0-3  FreeBSD userspace USB programming 
ii  libusbhid48.0-3  FreeBSD library to access USB HID 
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  pciutils  1:3.1.4-4  Linux PCI Utilities
ii  usbutils  0.86-2 Linux USB utilities

Versions of packages hal recommends:
ii  consolekit  0.4.1-2  framework for defining and trackin
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer

Versions of packages hal suggests:
pn  gnome-device-manager  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#563484: gnome-core pulls evolution-data-server

2010-01-03 Thread Georg Gast
Package: gnome-core
Version: 1:2.28+3
Severity: normal

Hi,

if you install in a fresh Debian Gnu/Linux Squeeze (minimal system) 
gnome-core,  apt-get pulls evolution-data-server. In my opionion this is 
not necessary. 

Example: If you install a Standard Desktop System and you want to remove 
Evolution, then apt-get wants to remove the whole gnome desktop environment. 
The dependency from evolution-data-server might be the reason. gnome-core 
does not seem to be dependant from evolution-data-server. See below. 

I was not able to find the dependant subpackage which pulls 
evolution-data-server into the system so i reported this bug at gnome-core.

Thank you for your very impressive work :)

Best Regards

Georg Gast

--

apt-cache showpkg gnome-core
Package: gnome-core
Versions: 
1:2.28+3 
(/var/lib/apt/lists/ftp.de.debian.org_debian_dists_squeeze_main_binary-amd64_Packages)
 (/var/lib/dpkg/status)
 Description Language: de
 File: 
/var/lib/apt/lists/ftp.de.debian.org_debian_dists_squeeze_main_i18n_Translation-de
  MD5: 323b7d6f0bfcbe983a55252cfab03b33
 Description Language: 
 File: 
/var/lib/apt/lists/ftp.de.debian.org_debian_dists_squeeze_main_binary-amd64_Packages
  MD5: 323b7d6f0bfcbe983a55252cfab03b33


Reverse Depends: 
  gnome-office,gnome-core 1:2.28+3
  gnome-desktop-environment,gnome-core 1:2.28+3
  gnome-accessibility,gnome-core 1:2.28+3
  gnome-desktop-data,gnome-core 1.5
  gnome-desktop-data,gnome-core 1.5
  gnome-about,gnome-core 1.5
  gnome-audio,gnome-core
  controlaula,gnome-core
Dependencies: 
1:2.28+3 - eog (2 2.28) gedit (2 2.28) gnome-applets (2 2.28) 
gnome-control-center (2 1:2.28) gnome-icon-theme (2 2.28) gnome-menus (2 2.28) 
gnome-panel (2 2.28) gnome-power-manager (2 2.28) gnome-session (2 2.28) 
gnome-settings-daemon (2 2.28) gnome-terminal (2 2.28) gvfs (2 1.4) metacity 
(18 1:2.28) mutter (2 2.28) nautilus (2 2.28) yelp (2 2.28) 
gnome-desktop-environment (0 (null)) 
Provides: 
1:2.28+3 - 
Reverse Provides: 



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-core depends on:
ii  eog  2.28.1-1Eye of GNOME graphics viewer progr
ii  gedit2.28.3-1official text editor of the GNOME 
ii  gnome-applets2.28.0-3Various applets for the GNOME pane
ii  gnome-control-center 1:2.28.1-1  utilities to configure the GNOME d
ii  gnome-icon-theme 2.28.0-1GNOME Desktop icon theme
ii  gnome-menus  2.28.0.1-1  an implementation of the freedeskt
ii  gnome-panel  2.28.0-3launcher and docking facility for 
ii  gnome-power-manager  2.28.2-1power management tool for the GNOM
ii  gnome-session2.28.0-4The GNOME Session Manager
ii  gnome-settings-daemon2.28.1-1daemon handling the GNOME session 
ii  gnome-terminal   2.28.2-1The GNOME terminal emulator applic
ii  gvfs 1.4.3-1 userspace virtual filesystem - ser
ii  metacity 1:2.28.0-3  lightweight GTK+ window manager
ii  nautilus 2.28.4-1file manager and graphical shell f
ii  yelp 2.28.0+webkit-1 Help browser for GNOME

gnome-core recommends no packages.

Versions of packages gnome-core suggests:
pn  gnome-desktop-environment none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559711: Crash after entering package name

2010-01-03 Thread Georg Gast
Package: reportbug
Version: 4.9
Severity: normal

Hi,

this bug is still in version 4.9 of report bug. It seems that this problem is 
not always reproduceable. Sometimes reportbug starts normally, but most times 
it crashes after entering the package name. 

Error Message:
reportbug --ui gtk2
/usr/lib/pymodules/python2.5/reportbug/ui/gtk2_ui.py:446: PangoWarning: 
pango_layout_set_width: assertion `layout != NULL' failed
  gtk.main ()
/usr/lib/pymodules/python2.5/reportbug/ui/gtk2_ui.py:446: PangoWarning: 
pango_layout_get_extents: assertion `layout != NULL' failed
  gtk.main ()
/usr/lib/pymodules/python2.5/reportbug/ui/gtk2_ui.py:446: PangoWarning: 
pango_layout_get_line_count: assertion `layout != NULL' failed
  gtk.main ()
Gleitkomma-Ausnahme

Installed Version of reportbug:
apt-cache policy reportbug
reportbug:
  Installiert: 4.9
  Kandidat: 4.9
  Versions-Tabelle:
 *** 4.9 0
500 http://ftp.de.debian.org squeeze/main Packages
100 /var/lib/dpkg/status


Best Regards

Georg Gast




-- Package-specific info:
** Environment settings:
INTERFACE=gtk2

** /home/georg/.reportbugrc:
reportbug_version 4.9
mode advanced
ui gtk2
realname Georg Gast
email schorsch...@gmx.de
no-cc
header X-Debbugs-CC: schorsch...@gmx.de
smtphost reportbug.debian.org

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.7.25 Advanced front-end for dpkg
ii  python2.5.4-5An interactive high-level object-o
ii  python-reportbug  4.9Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
pn  debsums   none (no description available)
pn  dlocate   none (no description available)
ii  file  5.03-5 Determines file type using magic
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep
pn  postfix | exim4 | mail-transp none (no description available)
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
pn  python-gtkspell   none (no description available)
pn  python-urwid  none (no description available)
ii  python-vte1:0.22.5-1 Python bindings for the VTE widget
pn  xdg-utils none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562520: gnome-volume-control: Edit-Settings: Checkbox displayed inverted

2009-12-25 Thread Georg Gast
Package: gnome-media
Version: 2.22.0-3
Severity: normal


gnome-volume-control:

After toggling the checkbox of a soundtrack (e.g. PCM) the selected line (PCM) 
gets selected and it toggles the checkbox, 
but it is displayed not checked. If you click to an other soundtrack (e.g. 
Master) you see the checkbox in state checked. 

Reproduction Steps:
---
1. Open gnome-volume-control
2. Open Menu : Edit-Settings
3. Select Soundtrack PCM
4. Toggle its Checkbox
5. Check the main dialog if the checkbox displays not checked the selected 
line is visible.
6. Move the cursor to an other line (e.g Master)
7. The Checkbox of the Soundtrack PCM is now displaying the correct state.

Best Regards

Georg Gast



-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-media depends on:
ii  gnome-media-common 2.22.0-3  GNOME media utilities - common fil
ii  gstreamer0.10-alsa [gs 0.10.19-2 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins- 0.10.19-2 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.8-4.1~lenny2 GStreamer plugins from the good 
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-2  The GLib library of C routines
ii  libgnome-media02.22.0-3  runtime libraries for the GNOME me
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.12-1~lenny1  The GTK+ graphical user interface 

gnome-media recommends no packages.

gnome-media suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556281: nemiver: Button Next is not always working

2009-11-15 Thread Georg Gast
Package: nemiver
Version: 0.5.4-1
Severity: normal

Try to use nemiver with a sample program. Dont use the F6 key. Use the Botton 
Next (right of continue). Let the mouse be over this button. and 
press again. You cant press it again. You need to move the mouse of the button 
and then move the mouse on that button again, then it works. The key 
F6 is always working.

Reproduction steps:
---
- build a sample program using cmake and configured Debug.
- started nemiver with nemiver ./sample
- nemiver hold at main
- move the mouse to the next button
- press the left mouse button
- nemiver jumps to the next line
- try to press the left mouse button
- nemiver does not respond
- move mouse of that button and then again on next
- now nemiver responds to the left mouse click

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.8 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nemiver depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  gdb 6.8-3The GNU Debugger
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.6.0-1  C++ wrappers for Cairo (shared lib
ii  libfontconfig1  2.6.0-3  generic font configuration library
ii  libfreetype62.3.7-2+lenny1   FreeType 2 font engine, shared lib
ii  libgail-common  1.22.3-1 GNOME Accessibility Implementation
ii  libgail18   1.22.3-1 GNOME Accessibility Implementation
ii  libgcc1 1:4.3.2-1.1  GCC support library
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglademm-2.4-1c2a 2.6.6-1  C++ wrappers for libglade2 (shared
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.16.4-1 C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libgtkhex0  2.22.0-1 GNOME Hex editor for files (shared
ii  libgtkmm-2.4-1c2a   1:2.12.7-1   C++ wrappers for GTK+ 2.4 (shared 
ii  libgtksourceview2.0 2.2.2-1  shared libraries for the GTK+ synt
ii  libgtksourceviewmm- 2.2.0-2  C++ binding of GtkSourceView
ii  libgtop2-7  2.22.3-1 gtop system monitoring library
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  libpixman-1-0   0.10.0-2 pixel-manipulation library for X a
ii  libpng12-0  1.2.27-2+lenny2  PNG library - runtime
ii  libsigc++-2.0-0c2a  2.0.18-2 type-safe Signal Framework for C++
ii  libsqlite3-03.5.9-6  SQLite 3 shared library
ii  libstdc++6  4.3.2-1.1The GNU Standard C++ Library v3
ii  libvte9 1:0.16.14-4  Terminal emulator widget for GTK+ 
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxcb-render-util0 0.2.1+git1-1 utility libraries for X C Binding 
ii  libxcb-render0  1.1-1.2  X C Binding, render extension
ii  libxcb1 1.1-1.2  X C Binding
ii  libxft2 2.1.12-3 FreeType-based font drawing librar
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

nemiver recommends no packages.

nemiver suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org