Bug#1043367: umlae...@debian.org

2023-10-15 Thread Armin Fuerst

Hi,

I' having the same issue as the reporter on all of the machines I am 
responsible for. Also none of the tips in 
https://wiki.debian.org/Thunderbird#Bug_Reporting_.2F_Issues are helping 
on any of those machines.

Perhaps I have some additional to be able to identify how to solve this:
I am using only IMAP Accounts. On one PC I tried to setup a new profile. 
Right after just having configured the first account, the behavior was 
identical to my existing profile, TB was unresponsive most of the time.
In the General-Settings I changed the format to "File per message 
(maildir)", removed the account and recreated it.

Though the usage ("top") also seems very high, TB "feels" responsive.
What I have not done so far:
 * Added my other accounts
 * Added any Address book (I'm using multiple CardDAV books)
 * Added any Calendar (I'm using multiple CalDAV-Calendars and one
   readonly ICS file)

Therefore I see a chance that converting all mailboxes to maildir format 
might solve this issue.
As a first step, it would be good if someone else could either falsify 
my assumption or confirm this is also helping in a second scenario.
If this can be confirmed, the next step would be to "migrate" accounts 
from mbox to maildir format.
The main problem I see is, that I don't know a way to convert an 
existing account in TB from mbox to maildir format. I read something 
about an experimental setting (mail.store_conversion_enabled) but I have 
no experience with this (yet?).


Regards
Armin

P.S.: Having to convert all profiles on all machines manually is not 
acceptable, I don't even want to estimate how long this might take.




Bug#1043046: Update status

2023-08-11 Thread Armin Fuerst
Thank you all for your replies and sorry I didn't reply earlier - since 
I didn't get any email notification I wasn't aware of them.
I rechecked all options and found the reason. In the "General" settings, 
the Schedule was set to "Every Day". After changing this back to 
"Repeatedly (anacron)", everything works again.
Probably this was a migration issue of the settings from 1.2.1 to 1.3.3, 
but I cannot "retest" this.
I don't need any additional help, from my point of view this bug can be 
closed.




Bug#1043046: Backups on workstations start only if the workstation is running at the planned time

2023-08-05 Thread Armin Fuerst

Package: backintime-common
Version: 1.3.3-4

I am using backintime on all my workstations for backups. It is 
scheduled with "every day". As they are workstations, there is no time, 
they are running reliably every day.
Before my update to bookworm, the backup was started shortly after the 
workstation was resumed or started if there is no existing backup for 
the current day. Since my update to bookworm, this is not working 
anymore, the backup is only started if the workstation is running at the 
specified time.

I have following cron-packages installed:
anacron
cron
cron-daemon-common



Bug#996797: python3: certificate verification fails in python3 while working for the rest of the system

2023-01-28 Thread Armin Fuerst

Hi Stefano,

thanks for coming back to this bug. As I wrote earlier, I already solved 
this issue (see my message from 20 Oct 2021 20:23:30). The only 
improvement could be done in the package ca-certificates, as the reason 
was a wrong link. Reinstalling ca-certificates didn't fix the wrong 
link, I had to remove the link before reinstalling ca-certificates.


Armin


On 28.01.23 14:20, Stefano Rivera wrote:

Control: tag -1 + unreproducible, moreinfo

Hi Armin (2021.10.18_16:48:48_-0400)


When trying to access https://tele5.akamaized.net through python3, is is not
possible because of a verification error:


That domain name doesn't exist, so I can't reproduce this.

SR



--
The ASCII Ribbon Campaign
() No HTML/RTF in email
/\ No Word docs in email
 Respect for open standards
http://arc.pasp.de/



Bug#996797: solution found

2021-10-20 Thread Armin Fuerst

I found the solution to this issue:
in /etc/ssl/certs, there must be a symlink to 
"DigiCert_Global_Root_CA.pem" named "3513523f.0"
Reinstalling ca-certificates was not sufficient, because following link 
was existing:
DigiCert_Global_Root_CA.pem -> 
/usr/share/ca-certificates/mozilla/DigiCert_Global_Root_CA.crt
After deleting this link and reinstalling ca-certificates, the 
certificate could be verified successfully.




Bug#996797: python3: certificate verification fails in python3 while working for the rest of the system

2021-10-18 Thread Armin Fuerst

Package: python3
Version: 3.9.2-3
Severity: normal
X-Debbugs-Cc: ar...@fuerst.priv.at

When trying to access https://tele5.akamaized.net through python3, is is 
not possible because of a verification error:



Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.

import socket, ssl
addr = 'tele5.akamaized.net'
ssl.create_default_context().wrap_socket(socket.create_connection((addr,

443), timeout=20), server_hostname=addr).getpeercert()
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
  File "/usr/lib/python3.9/ssl.py", line 1040, in _create
self.do_handshake()
  File "/usr/lib/python3.9/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate
verify failed: unable to get local issuer certificate (_ssl.c:1123)


Accessing the site through curl, wget, firefox, ... is possible without 
any issues. The relevant root certificate is present in 
/usr/lib/python3/dist-packages/certifi/cacert.pem:


# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com
# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com
# Label: "DigiCert Global Root CA"
# Serial: 10944719598952040374951832963794454346
# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e
# SHA1 Fingerprint: 
a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36

# SHA256 Fingerprint:
43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61
-BEGIN CERTIFICATE-
MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD
QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT
MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG
9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB
CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97
nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt
43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P
T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4
gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO
BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR
TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw
DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr
hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg
06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF
PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls
YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk
CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=
-END CERTIFICATE-


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

Kernel: Linux 5.10.0-9-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3 depends on:
ii  libpython3-stdlib  3.9.2-3
ii  python3-minimal3.9.2-3
ii  python3.9  3.9.2-1

python3 recommends no packages.

Versions of packages python3 suggests:
pn  python3-doc   
ii  python3-tk3.9.2-1
pn  python3-venv  



Bug#977711: mate-screensaver ignores /etc/security/time.conf

2020-12-19 Thread Armin Fuerst
Package: mate-screensaver
Version: 1.20.3-3
Severity: normal

When having configured time restricted access for some users for all services
and the time restriction is working properly with login (testes with: lightdm,
su, console login), the user can still unlock the screen being locked with
mate-screensaver out of his allowed times. The configuration used for testing
this issue in /etc/security/time.conf is:

*;*;;Al0900-0901

pam_time is enabled through "common-auth" using:

account requiredpam_time.so



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

Kernel: Linux 4.19.0-13-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-screensaver depends on:
ii  dbus-x11  1.12.20-0+deb10u1
ii  libatk1.0-0   2.30.0-2
ii  libc6 2.28-10
ii  libcairo-gobject2 1.16.0-4
ii  libcairo2 1.16.0-4
ii  libdbus-1-3   1.12.20-0+deb10u1
ii  libdbus-glib-1-2  0.110-4
ii  libgdk-pixbuf2.0-02.38.1+dfsg-1
ii  libgl11.1.0-1
ii  libglib2.0-0  2.58.3-2+deb10u2
ii  libgtk-3-03.24.5-1
ii  libice6   2:1.0.9-2
ii  libmate-desktop-2-17  1.20.4-2
ii  libmate-menu2 1.20.2-1
ii  libmatekbd4   1.20.2-1
ii  libnotify40.7.7-4
ii  libpam0g  1.3.1-5
ii  libpango-1.0-01.42.4-8~deb10u1
ii  libpangocairo-1.0-0   1.42.4-8~deb10u1
ii  librda0   0.0.5-1
ii  libsm62:1.2.3-1
ii  libstartup-notification0  0.12-6
ii  libsystemd0   241-7~deb10u5
ii  libx11-6  2:1.6.7-1+deb10u1
ii  libxext6  2:1.3.3-1+b2
ii  libxklavier16 5.4-4
ii  libxss1   1:1.2.3-1
ii  libxxf86vm1   1:1.1.4-1+b2
ii  mate-desktop-common   1.20.4-2
ii  mate-screensaver-common   1.20.3-3
ii  mate-session-manager  1.20.2-1

Versions of packages mate-screensaver recommends:
ii  mate-power-manager  1.20.3-2

Versions of packages mate-screensaver suggests:
pn  rss-glx
pn  xscreensaver-data  

-- no debconf information



Bug#916595: vlc: program doesn't close its process in some cases

2019-08-15 Thread Armin Fuerst
Hi all,

I have the same behavior here, I can confirm it started with the upgrade
to buster and I am using a Radeon card:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
[AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
[AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series]
(rev c8)

If there is anything additional I can provide to fix this, feel free to
contact me.

Kind regards,
Armin

-- 
 The ASCII Ribbon Campaign
() No HTML/RTF in email
/\ No Word docs in email
 Respect for open standards
http://arc.pasp.de/



Bug#749075: icedove: Saved password is actively deleted on startup

2014-05-23 Thread Armin Fuerst
Package: icedove
Version: 24.5.0-1~deb7u1
Severity: normal
Tags: upstream

I have installed icedove with iceowl accessing a davical server. Since the
upgrade of icedove to version 24.5.0-1 the saved password of the davical server
is actively deleted.
When I check the sqlite before startup, the password is inside:

sqlite3 signons.sqlite "select * from moz_logins where hostname like
'%myhost.com%';"
3|https://myhost.com|DAViCal CalDAV Server[...]

When having a look at the debug log, in the beginning the password is found and
later actively deleted without writing why:

[calBackendLoader] Using libical backend at
/usr/lib/icedove/extensions/{e2fda1a4-762b-4020-b5ad-
a41df1933103}/components/libical.manifest
enigmail.js: Registered components
mimeVerify.jsm: module initialized
Login Manager: Searching for logins matching host:
http://someotherhost.com:1080 formSubmitURL: null httpRealm: DavMail Gateway
Login Manager: No alternate nsILoginManagerStorage registered
PwMgr mozStorage: Opening database at
/home/armin/.icedove/jrqrw1uc.default/signons.sqlite
PwMgr mozStorage: Initializing Database
PwMgr mozStorage: Creating new statement for query: SELECT * FROM moz_logins
WHERE (hostname = :hostname) AND (formSubmitURL isnull) AND (httpRealm =
:httpRealm)
PwMgr mozStorage: _searchLogins: returning 1 logins
PwMgr cryptoSDR: SDR slot status is 5
PwMgr cryptoSDR: SDR slot status is 5
PwMgr mozStorage: Reencrypting Base64 logins
PwMgr mozStorage: Creating new statement for query: SELECT * FROM moz_logins
WHERE (encType = :encType)
PwMgr mozStorage: _searchLogins: returning 0 logins
PwMgr mozStorage: _findLogins: returning 1 logins
Login Manager: Searching for logins matching host: https://myhost.com
formSubmitURL: null httpRealm: DAViCal CalDAV Server
PwMgr mozStorage: _searchLogins: returning 1 logins
PwMgr cryptoSDR: SDR slot status is 5
PwMgr cryptoSDR: SDR slot status is 5
PwMgr mozStorage: _findLogins: returning 1 logins
Login Manager: Searching for logins matching host: https://myhost.com
formSubmitURL: null httpRealm: DAViCal CalDAV Server
PwMgr mozStorage: _searchLogins: returning 1 logins
PwMgr cryptoSDR: SDR slot status is 5
PwMgr cryptoSDR: SDR slot status is 5
PwMgr mozStorage: _findLogins: returning 1 logins
Login Manager: Searching for logins matching host: https://myhost.com
formSubmitURL: null httpRealm: DAViCal CalDAV Server
PwMgr mozStorage: _searchLogins: returning 1 logins
PwMgr cryptoSDR: SDR slot status is 5
PwMgr cryptoSDR: SDR slot status is 5
PwMgr mozStorage: _findLogins: returning 1 logins
Login Manager: Removing login
PwMgr mozStorage: _searchLogins: returning 1 logins
PwMgr cryptoSDR: SDR slot status is 5
PwMgr cryptoSDR: SDR slot status is 5
PwMgr mozStorage: Creating new statement for query: DELETE FROM moz_logins
WHERE id = :id
Pwmgr Prompter: = initialized =
Pwmgr Prompter: = promptAuth called =
Pwmgr Prompter: Unable to get notify window
Pwmgr Prompter: Popup notifications not available on window
Pwmgr Prompter: Unable to get notify window
Pwmgr Prompter: Notification bars not available on window
Login Manager: Searching for logins matching host: https://myhost.com
formSubmitURL: null httpRealm: DAViCal CalDAV Server
PwMgr mozStorage: _searchLogins: returning 0 logins
PwMgr mozStorage: _findLogins: returning 0 logins
Pwmgr Prompter: found 0 matching logins.
Login Manager: Checking if logins to https://myhost.com can be saved.
PwMgr mozStorage: Getting login saving is enabled for https://myhost.com
PwMgr mozStorage: Creating new statement for query: SELECT hostname FROM
moz_disabledHosts WHERE hostname = :hostname
Pwmgr Prompter: Unable to get notify window
Pwmgr Prompter: Notification bars not available on window
Pwmgr Prompter: New login seen for armin @ https://myhost.com (DAViCal CalDAV
Server)
Pwmgr Prompter: Unable to get notify window
Pwmgr Prompter: Popup notifications not available on window
Login Manager: Searching for logins matching host: https://myhost.com
formSubmitURL: null httpRealm: DAViCal CalDAV Server
PwMgr mozStorage: _searchLogins: returning 0 logins
PwMgr mozStorage: _findLogins: returning 0 logins
Login Manager: Adding login
PwMgr cryptoSDR: SDR slot status is 5
PwMgr cryptoSDR: SDR slot status is 5
wMgr mozStorage: Creating new statement for query: INSERT INTO moz_logins
(hostname, httpRealm, formSubmitURL, usernameField, passwordField,
encryptedUsername, encryptedPassword, guid, encType, timeCreated, timeLastUsed,
timePasswordChanged, timesUsed) VALUES (:hostname, :httpRealm, :formSubmitURL,
:usernameField, :passwordField, :encryptedUsername, :encryptedPassword, :guid,
:encType, :timeCreated, :timeLastUsed, :timePasswordChanged, :timesUsed)
Login Manager: Searching for logins matching host: https://myhost.com
formSubmitURL: null httpRealm: DAViCal CalDAV Server
PwMgr mozStorage: _searchLogins: returning 1 logins
PwMgr cryptoSDR: SDR slot status is 5
PwMgr cryptoSDR: SDR slot status is 5
PwMgr mozStorage: _findLogins: returning 1 logins
Pwm

Bug#619228: gnome-screensaver activates deactivated monitor

2011-03-22 Thread Armin Fuerst
Package: gnome-screensaver
Version: 2.30.0-2squeeze1

I'm using a notebook with a docking station and have the notebook
usually closed - using only the monitor connected to the docking
station.
When I activate the screensaver (System -> Lock Screen), about 2/3rd of
the times the internal notebook monitor is activated during the lock
process resulting in the gnome-panels to be moved away from my monitor.
Using gnome-display-properties I can disable the internal monitor and
the gnome-panels move back to my screen.


Email secured by Check Point



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



Bug#590959: idmapd only working in one direction

2011-03-20 Thread Armin Fuerst
On 2011-03-20 19:56, Luk Claes wrote:
>> I tried to set up nfsv4 between two lenny-installations where users have
>> different UIDs.
>>
>> Server: User "xyz" has UID 1000
>> Client: User "xyz" has UID 501
> 
> What did you believe that when user xyz writes to the mounted directory
> it would not end up as belonging to UID 501 on the server?

I expect the server to convert it to UID 1000. In consequence during the
next access it would be remapped to UID 501 on the server.
What else is the concept of idmapd?

Cheers,

Armin

Email secured by Check Point



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



Bug#611839: non-free network drivers not really supported with netinstall of squeeze/rc2

2011-02-02 Thread Armin Fuerst
Julien Cristau wrote:
> On Wed, Feb  2, 2011 at 20:57:42 +0100, Armin Fuerst wrote:
> 
>> Syslog: I tried multiple times, rebooted several times and I'm not
>> sure what I tried during my last installation. I'll attach it anyway
>> (I guess, you mean the file /var/log/installer/syslog).
>>
> [...]
>> Jan 30 03:19:46 net/hw-detect.hotplug: Detected hotpluggable network 
>> interface wlan0
>> Jan 30 03:19:47 net/hw-detect.hotplug: Detected hotpluggable network 
>> interface eth0
>> Jan 30 03:19:52 check-missing-firmware: no missing firmware in 
>> /dev/.udev/firmware-missing
>> Jan 30 03:19:53 kernel: [  300.481618] r8169: eth0: link up
>> Jan 30 03:19:53 kernel: [  300.499147] iwlagn :05:00.0: firmware: 
>> requesting iwlwifi-1000-3.ucode
>> Jan 30 03:19:53 kernel: [  300.501003] iwlagn :05:00.0: 
>> iwlwifi-1000-3.ucode firmware file req failed: -2
>> Jan 30 03:19:53 kernel: [  300.501007] iwlagn :05:00.0: firmware: 
>> requesting iwlwifi-1000-2.ucode
>> Jan 30 03:19:53 kernel: [  300.503609] iwlagn :05:00.0: 
>> iwlwifi-1000-2.ucode firmware file req failed: -2
>> Jan 30 03:19:53 kernel: [  300.503612] iwlagn :05:00.0: firmware: 
>> requesting iwlwifi-1000-1.ucode
>> Jan 30 03:19:53 kernel: [  300.507163] iwlagn :05:00.0: 
>> iwlwifi-1000-1.ucode firmware file req failed: -2
>> Jan 30 03:19:53 kernel: [  300.507166] iwlagn :05:00.0: Could not read 
>> microcode: -2
>> Jan 30 03:19:54 check-missing-firmware: missing firmware files 
>> (iwlwifi-1000-3.ucode iwlwifi-1000-2.ucode iwlwifi-1000-1.ucode) for iwlagn 
>> iwlagn iwlagn
> [...]
>> Jan 30 03:20:12 net/hw-detect.hotplug: Detected hotpluggable network 
>> interface wlan0
>> Jan 30 03:20:13 kernel: [  320.925617] r8169: eth0: link up
>> Jan 30 03:20:13 kernel: [  320.943194] iwlagn :05:00.0: firmware: 
>> requesting iwlwifi-1000-3.ucode
>> Jan 30 03:20:13 kernel: [  320.944933] iwlagn :05:00.0: 
>> iwlwifi-1000-3.ucode firmware file req failed: -2
>> Jan 30 03:20:13 kernel: [  320.944936] iwlagn :05:00.0: firmware: 
>> requesting iwlwifi-1000-2.ucode
>> Jan 30 03:20:13 kernel: [  320.947212] iwlagn :05:00.0: 
>> iwlwifi-1000-2.ucode firmware file req failed: -2
>> Jan 30 03:20:13 kernel: [  320.947215] iwlagn :05:00.0: firmware: 
>> requesting iwlwifi-1000-1.ucode
>> Jan 30 03:20:13 kernel: [  320.950702] iwlagn :05:00.0: 
>> iwlwifi-1000-1.ucode firmware file req failed: -2
>> Jan 30 03:20:13 kernel: [  320.950705] iwlagn :05:00.0: Could not read 
>> microcode: -2
>> Jan 30 03:20:14 check-missing-firmware: missing firmware files 
>> (iwlwifi-1000-3.ucode iwlwifi-1000-2.ucode iwlwifi-1000-1.ucode) for iwlagn 
>> iwlagn iwlagn
> 
> It doesn't look like the firmware was properly installed?  Try one of
> the images with firmware included?

Please don't look at the wlan (iwlwifi), since my focus was on ethernet.
The main issue with the wlan is that setup requests 2 file, that don't
exist anymore (iwlwifi-1000-1.ucode and iwlwifi-1000-2.ucode), even
on http://intellinuxwireless.org/.
As long as netinstall won't support WPA, I won't be able to use it.

What do you mean with "images with firmware included"? There is only
one netinstall not providing non-free firmware.

Bye,

Armin

Email secured by Check Point



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



Bug#611839: non-free network drivers not really supported with netinstall of squeeze/rc2

2011-02-02 Thread Armin Fuerst
Package: installation-reports

I installed debian squeeze from netinstall rc2-cd on a Lenovo ThinkPad
SL510. Both network interfaces (eth + wlan) are detected, but not
supported due to non-free drivers. Setup provides the possibility to
add the needed drivers using an usb-stick. Setup asked for the
following files:

eth: rtl8168d-1.fw
wlan: iwlwifi-1000-1.ucode iwlwifi-1000-2.ucode iwlwifi-1000-3.ucode

The files iwlwifi-1000-1.ucode and iwlwifi-1000-2.ucode don't exist,
setup though asks for all three. So I copied the following files on
the usb-stick:
rtl8168d-1.fw
iwlwifi-1000-3.ucode

and I copied iwlwifi-1000-3.ucode to iwlwifi-1000-1.ucode and
iwlwifi-1000-2.ucode

The files are successfully copied to /lib/firmware, but the
network interfaces still don't work.

I finally finished the installation without a network, and installed the
packages firmware-iwlwifi_0.28_all.deb and firmware-realtek_0.28_all.deb
using the usb-stick after the first reboot.


Email secured by Check Point



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



Bug#610084: xsane: crash after loading. BadMatch (invalid parameter attributes)

2011-01-15 Thread Armin Fuerst
Package: xsane
Version: 0.997-2+b1

I had the same issue as in bug 553049 with only one user - another user
was working well. After trying some changes I learned that the error
only exists when the gnome theme (appearance) was set to "Clearlooks".
I'm using squeeze, everything up to date.

Armin

Email secured by Check Point



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



Bug#604915: xorg.conf not working

2010-11-26 Thread Armin Fuerst
On 2010-11-25 14:28, Julien Cristau wrote:
> On Thu, Nov 25, 2010 at 12:18:23 +0100, Armin Fuerst wrote:
> 
>> Package: upgrade-reports
>>
>> After upgrading from lenny to squeeze, X-Windows didn't start anymore.
>> The error was "No screens found."
>> I solved this issue by some little changes in xorg.conf. But I don't
>> see why my changes should be relevant.
>> xorg.conf is the new config
>> xorg.conf.20100123 is the config from lenny.
>>
> Please attach the Xorg logs from the working and non-working
> configurations.

I didn't have the original ones any more, but I reproduced them.

Cheers, Armin

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.23-dsa-ia32 i686 Debian
Current Operating System: Linux armin-pc 2.6.32-5-686 #1 SMP Sat Oct 30 
22:47:19 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686 
root=UUID=49688b51-d35b-49d2-8413-85abcb8e46f3 ro quiet
Build Date: 10 October 2010  11:57:07AM
xorg-server 2:1.7.7-8 (Cyril Brulebois ) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 26 17:32:47 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen2" (0)
(**) |   |-->Monitor "L17GM-2"
(**) |   |-->Device "nVidia Corporation NV43 [GeForce 6600 PCIe]-2"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "L17GM-1"
(**) |   |-->Device "nVidia Corporation NV43 [GeForce 6600 PCIe]-1"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) Option "Xinerama" "on"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Configured Mouse
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(--) using VT number 8

(--) PCI:*(0:1:0:0) 10de:0142:1043:81dc nVidia Corporation NV43 [GeForce 6600 
LE] rev 162, Mem @ 0xd000/67108864, 0xc000/268435456, 
0xd400/16777216, BIOS @ 0x/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "record" will be 

Bug#604915: xorg.conf not working

2010-11-25 Thread Armin Fuerst
Package: upgrade-reports

After upgrading from lenny to squeeze, X-Windows didn't start anymore.
The error was "No screens found."
I solved this issue by some little changes in xorg.conf. But I don't
see why my changes should be relevant.
xorg.conf is the new config
xorg.conf.20100123 is the config from lenny.

# /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/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"i2c"
Load"bitmap"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
#Load   "dbe"
#Load   "type1"
Load"int10"
Load"vbe"
Load"GLcore"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "de"
#Option "XkbVariant""nodeadkeys"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "Device"
#Identifier "nVidia Corporation NV43 [GeForce 6600 PCIe]-1"
Identifier  "nvidia0"
Driver  "nvidia"
#Driver "nv"
BusID   "PCI:1:0:0"
Option  "NoLogo""true"
Option  "CursorShadow"  "true"
#Option "HWCursor"  "false"
#Option "SWCursor"  "true"
#Option "NoAccel"   "true"
Screen  0
EndSection

Section "Device"
#Identifier "nVidia Corporation NV43 [GeForce 6600 PCIe]-2"
Identifier  "nvidia1"
Driver  "nvidia"
BusID   "PCI:1:0:0"
Option  "NoLogo""true"
Option  "CursorShadow"  "true"
#Option "HWCursor"  "false"
#Option "SWCursor"  "true"
#Option "NoAccel"   "true"
Screen  1
EndSection

Section "Monitor"
Identifier  "L17GM-0"
#Option "DPMS"
HorizSync   30.0 - 70.0
VertRefresh 50.0 - 160.0
EndSection

Section "Monitor"
Identifier  "L17GM-1"
#Option "DPMS"
HorizSync   30.0 - 70.0
VertRefresh 50.0 - 160.0
EndSection

Section "Screen"
Identifier  "Screen0"
#Device "nVidia Corporation NV43 [GeForce 6600 PCIe]-1"
Device  "nvidia0"
Monitor "L17GM-0"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x1024" "1152x864" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
 

Bug#591045: id3v2 doesn't apply encoding correctly

2010-07-31 Thread Armin Fuerst
Package: id3v2
Version: 0.1.11-3

id3v2 seems not to care about encodings at all. The ID3 Tag version 1
must always be ISO-8859-1, id3v2 applies the encoding used in the
terminal.




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



Bug#590959: idmapd only working in one direction

2010-07-30 Thread Armin Fuerst
Package: nfs-common
Version: 1:1.1.2-6lenny2

I tried to set up nfsv4 between two lenny-installations where users have
different UIDs.

Server: User "xyz" has UID 1000
Client: User "xyz" has UID 501

/etc/exports (server) contains:

/exports  with options: rw,fsid=0,insecure,no_subtree_check,sync
/exports/home  with optione: rw,nohide,insecure,no_subtree_check,sync


/etc/default/nfs-common (server+client)
NEED_STATD=no
STATDOPTS=
NEED_IDMAPD=yes
NEED_GSSD=

/etc/idmapd.conf is identical on server+client

mount server:/home /mnt/ -t nfs4

"ls -l /mnt" translates user and group properly.
"touch /mnt/xxx" creates a file with UID 501 on the server / should be
UID 1000




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



Bug#588535: effect doesn't happen anymore

2010-07-13 Thread Armin Fuerst
I installed these packages and when I try to reproduce it, it doesn't
happen anymore. I tried with the same directory, the same user and
nothing changed.
What I learned: libglib2.0-0 is installed from backports.
Might this have caused this issue?

Armin




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



Bug#588535: nautilus locks when opening a directory with thumbnails, symlinks and directories

2010-07-09 Thread Armin Fuerst
Package: nautilus
Version: 2.20.0-7


I have a folder with symlinks and images - thumbnails enabled. When
creating a new directory using nautilus, it doesn't seem to do anything.
I close the window, reopen it and the "untitled folder" is visible, but
nautilus doesn't respond any more. When removing the folder using
Terminal, the folder is accessible again.
I tried some debugging, I don't know if it is the best debugging (I
took the instruction from bug 505102).



(gdb) thread apply all bt full

Thread 1 (Thread 0xb6107710 (LWP 3940)):
#0  0xb70e018e in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#1  0x08c72090 in ?? ()
No symbol table info available.
#2  0x0005 in ?? ()
No symbol table info available.
#3  0x007e in ?? ()
No symbol table info available.
#4  0x0394 in ?? ()
No symbol table info available.
#5  0x019e in ?? ()
No symbol table info available.
#6  0xbfffc234 in ?? ()
No symbol table info available.
#7  0xbfffc224 in ?? ()
No symbol table info available.
#8  0xb6d87ff1 in g_type_check_class_cast () from
/usr/lib/libgobject-2.0.so.0
No symbol table info available.
#9  0xb76b3023 in ?? () from /usr/lib/libeel-2-2.20.so
No symbol table info available.
#10 0x0819a360 in ?? ()
---Type  to continue, or q  to quit---
No symbol table info available.
#11 0xbfffc62c in ?? ()
No symbol table info available.
#12 0xb6a7cff4 in ?? () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#13 0xb6d831de in g_type_value_table_peek () from
/usr/lib/libgobject-2.0.so.0
No symbol table info available.
#14 0x08116b8f in size_allocate (widget=0x819a360, allocation=0xbfffc62c)
at nautilus-icon-container.c:3101
container = (NautilusIconContainer *) 0x819a360
#15 0xb6d76c5c in g_cclosure_marshal_VOID__BOXED ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#16 0xb6d68529 in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#17 0x08184558 in ?? ()
No symbol table info available.
#18 0x in ?? ()
No symbol table info available.
#0  0xb70e018e in ?? () from /usr/lib/libgtk-x11-2.0.so.0
(gdb)





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



Bug#500647: Same as bug 531195

2009-11-15 Thread Armin Fuerst
There are already 2 bugs asking for 0.9 to enter sid. But in both
no explanation, why 0.9 is still only available in experimental...
Please either provide a reason why or upload!



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



Bug#531195: Status ?

2009-11-15 Thread Armin Fuerst
As I learned yesterday, the CalDAV-Code in 0.8 is extremely buggy and
this is solved in 0.9. Why is 0.9 still in experimental? Installation
in lenny works without any problem...



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



Bug#533306: SSH login impossible if dovecot is running

2009-08-19 Thread Armin Fuerst

Hi,

Sorry, I forgot to revoke this bug. It turned out to be a problem
with the OpenVZ host resulting in this effect in the container.
Please close the bug.

Best Regards,

Armin


James Clendenan wrote:
> Hi Armin,
> 
> How much memory do you have in the system when you are trying to login? 
> (the top portion of the top command should show us what we need to know)
> 
> I would suspect that you're just completely out of memory on the system,
> and starting any other problem will also result in a memory issue that
> there is not enough space for ssh to start it's processes and allocate
> the memory for it's self and the TCP sockets it needs.
> 
> Best Regards,
> 
> James Clendenan




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



Bug#497050: first debug infos

2009-06-20 Thread Armin Fuerst
I tried to activate the VERBOSE option by inserting VERBOSE="yes" after
line 26 in /etc/init.d/module-init.tools
It seems that loading the "loop" module causes the problem on my system.
Since I have Debian running on many systems and this is the only one
with this effect, I guess it might be hardware related. I suggest
collecting hardware info about our systems having the problem. As a
start, here is my main board: ASUS A8N-SLI Deluxe with CPU:
AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ (/proc/cpuinfo)
I have additional issues with this hardware: I could not upgrade
to 4 GB RAM (from 1 GB using the same RAM with bigger capacity). And
I had to disable the quick BIOS check to be able to boot from
the SATA HDDs.

Anyone having something similar?

Armin



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



Bug#533306: ssh login impossible if dovecot is running

2009-06-16 Thread Armin Fuerst
Package: dovecot-pop3d
Version: 1:1.0.15-2.3

As soon as I have dovecot running, I cannot login through ssh
anymore. On the client I receive:
ssh_exchange_identification: Connection closed by remote host

When I start sshd with -ddd, I get following two lines during
the login attempt:

debug3: fd 4 is not O_NONBLOCK
reexec socketpair: Cannot allocate memory

As soon as I stop dovecot (it may remain installed), a login is
possible. This also happens with dovecot-imapd



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



Bug#497050: problem reappeared

2009-04-21 Thread Armin Fuerst
Since kernel 2.6.26-2-686 the problem reappeared on my system.
But now, the next line (loading kernel modules) also appears.
The system completely hangs, I have to press the reset-button
to start again (Ctrl-C / Ctrl-Alt-Del don't have any effect).
I guess the problem is a kernel module, but I have no idea
to find which module causes the problem.

Armin



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



Bug#514948: solved

2009-02-12 Thread Armin Fuerst
The problem was gnome-power-manager. This resetted the values during
logon. By editing /apps/gnome-power-manager/cpufreq_batter_policy in
gconf-editor I solved this problem.




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



Bug#514948: /sys - parameters not set on startup

2009-02-11 Thread Armin Fuerst
Package: sysfsutils
Version: 2.1.0-5

During startup of the system, I want to set the scaling governor to
performance. After installing sysfsutils I modified /etc/sysfs.conf
to contain only the line:
devices/system/cpu/cpu0/cpufreq/scaling_governor = performance
(beside the default comments). When I enter
"/etc/init.d/sysfsutils start", the scaling governor is changed
properly. After a reboot of the system, the scaling governor is
again "ondemand". Following links to /etc/init.d/sysfsutils exist:
/etc/rc2.d/S20sysfsutils
/etc/rc3.d/S20sysfsutils
/etc/rc4.d/S20sysfsutils
/etc/rc5.d/S20sysfsutils

I can't find any entry with sysfs in /var/log/* (besides the
package installation) nor in dmesg.




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



Bug#514202: special characters sometimes break list of shares

2009-02-04 Thread Armin Fuerst
Package: autofs
Version: 4.1.4+debian-2.1
Severity: important

If a comment of a share contains special characters (like
German's dotted characters), this sometimes breaks the
list of available shares.

Details:
I created a simple script (/etc/auto.debug) to capture all input
from STDIN, write it to STDOUT and writing it into a file. I then
changed in /etc/auto.smb:

$SMBCLIENT $smbopts -gL $key 2>/dev/null| awk -v key="$key" -v
opts="$mountopts" -F'|' -- '

to:

$SMBCLIENT $smbopts -gL $key 2>/dev/null|/etc/auto.debug|awk -v
key="$key" -v opts="$mountopts" -F'|' -- '

My main interest is the share called "BackupInhouseteam$".

Sometimes the share is available through autofs. In these
cases, the relevant lines of the debug-file being created
by /etc/auto.debug are:

Disk|Zentralbetriebsrat$|Share für den [stripped]
Disk|BackupInhouseteam$|

If the share is not available through autofs, the part of
the file looks like:

Disk|Zentralbetriebsrat$|Share fDisk|BackupInhouseteam$|

It seems to break at the "ü"-character.

Armin



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



Bug#511607: only one screen is shaded during password dialog

2009-01-12 Thread Armin Fuerst
Package: gksu
Version: 2.0.0-6

I have a multihead environment with nvidia-glx and xinerama:

Section "ServerLayout"
Identifier  "Default Layout"
Screen  0   "Screen2"
Screen  1   "Screen1" LeftOf "Screen2"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option  "xinerama"  "on"
EndSection

When I start a gksu-application (like root terminal),
the right screen is shaded and the left one remains
bright. The password dialog appears on the left screen.
Additionally (I think it's the same reason, that's why
I don't file an extra bug) the root terminal appears on
the left screen below an existing window and I have to
switch to it manually.

Armin



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



Bug#507530: Incorrect RFC 2047 encoding and decoding: encoded-words not treated as atoms within headers

2008-12-01 Thread Armin Fuerst
Package: icedove
Version: 2.0.0.17-1
Severity: important

The Mozilla-suite (esp. Thunderbird) has a major bug in treatment
of real names with non-US-ASCII characters. For details check the
mozilla bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=254519

This is on the way of being solved and will be fixed in TB 3.0.
Is there a way to get this also working in version of icedove that
will be released with lenny? Perhaps by applying this patch to
the 2.0 branch? This is a really annoying problem if you have to
deal with such contacts every day.

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#497050: problem gone

2008-11-30 Thread Armin Fuerst
Hi,

I can't remember when this problem occurred the last time,
so for my specific situation, the bug seems solved.

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#497529: Icon in Panel is only partial visible

2008-09-02 Thread Armin Fuerst
Package: hplip
Version: 2.8.6-2

Most of the time during login, the hp-systray icon is only partially
visible in the panel. Before, it appears on the top-left corner of the
desktop (below the panel) for a short period of time.
If I manually restart it, it is completely visible.
I've attached 2 images showing the results in the panel:
hp-systray.bad.png shows the partially visible icon and
hp-systray.good.png shows the icon after manual restart.

Armin
<><>

Bug#497050: "Cleaning up ifupdown" hangs at startup

2008-08-29 Thread Armin Fuerst
Package: ifupdown
Version: 0.6.8+nmu1
Severity: important

My system hangs about 50% of the time during startup, the last
output is "Cleaning up ifupdown". I have to power off the system
and try again to be able to continue.
Which info do you need to be able to locate the problem?

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481793: OMNIKEY CardMan fails to start

2008-08-02 Thread Armin Fuerst

I have the same problem with the 5321 and had contact with the vendor.
The explanation is simple:

> PCSC-Lite in Version 1.4.100 now seems to use hotplug_libhal.c by default 
> instead of hotplug_libusb.c which was used in earlier versions.
> 
> To avoid this message and to force pcscd to use hotplug_libusb.c it will be 
> necessary to run the ./configure script with the --disable-libhal option
> 
> ~# ./configure --disable-libhal

I simply repack pcsc with this option added and the cardman is
working for me. It is only annoying to have to do this on every
upgrade.
In my opinion this combination of packages should never be
released to stable...

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#492355: Add postgresql to Services

2008-07-25 Thread Armin Fuerst
Package: system-tools-backends
Version: 2.6.0-1
Severity: wishlist


In the "Services"-Applet, mysql is present, but postgres isn't.
Please add postgres to the list of services.

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486941: cannot apply changes

2008-07-22 Thread Armin Fuerst

Hi,

Josselin Mouette wrote:
> Hi,
> 
> Le jeudi 19 juin 2008 à 08:34 +0200, Armin Fuerst a écrit :
>> Package: system-config-printer
>> Version: 0.7.81-4
>>
>> When I try to apply changes, some values are not really
>> changes (for example "Orientation" in "Job Options"). In
>> console, I get following message:
> 
>>   File "/usr/share/system-config-printer/cupshelpers.py", line 202, in
>> setJobSheets
>> self.connection.setPrinterJobSheets(self.name, start, end)
>> TypeError: string or unicode object required
> 
> Does it still happen with version 1.0.0 ?
> 
> Are you running system-config-printer as root or as user ?

There is a major change, even the script mentioned above doesn't
exist anymore. But the basic problem remains. Usually, I run
it from the Gnome-Menu which starts it with "gksu". I tried
with sudo and get following results:

$ sudo /usr/bin/python /usr/bin/system-config-printer
[sudo] password for armin:
Traceback (most recent call last):
  File "/usr/share/system-config-printer/contextmenu.py", line 115, in
on_printer_context_edit_activate
self.parent.dests_iconview_item_activated (self.iconview, self.paths[0])
  File "/usr/bin/system-config-printer", line 562, in
dests_iconview_item_activated
if not self.save_printer (self.printer):
  File "/usr/bin/system-config-printer", line 1293, in save_printer
printer.setJobSheets(job_sheet_start, job_sheet_end)
  File "/var/lib/python-support/python2.5/cupsutils/cupshelpers.py",
line 213, in setJobSheets
self.connection.setPrinterJobSheets(self.name, start, end)
  File "/usr/share/system-config-printer/authconn.py", line 124, in 
return lambda *args, **kwds: self._authloop (fname, fn, *args, **kwds)
  File "/usr/share/system-config-printer/authconn.py", line 130, in
_authloop
result = fn.__call__ (*args, **kwds)
TypeError: string or unicode object required


I even tried really running as root but there is no change.


Feel free to ask me additional questions!

Armin




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#478318: closed by Josselin Mouette <[EMAIL PROTECTED]> (Re: Bug#472532: Also dialogue is not centered on screen)

2008-06-25 Thread Armin Fuerst
Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the gnome-panel package:
> 
> #472532: Logout / Shutdown - Dialog appear without focus
> 
> It has been closed by Josselin Mouette <[EMAIL PROTECTED]>.
> 
> 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 Josselin Mouette <[EMAIL 
> PROTECTED]> by
> replying to this email.

On my 2 lenny systems, the problem still persists, although all updates
are installed. What do you need to find out why?

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486941: cannot apply changes

2008-06-18 Thread Armin Fuerst
Package: system-config-printer
Version: 0.7.81-4

When I try to apply changes, some values are not really
changes (for example "Orientation" in "Job Options"). In
console, I get following message:

Traceback (most recent call last):
  File "/usr/share/system-config-printer/system-config-printer.py", line
1225, in on_btnApply_clicked
err = self.apply()
  File "/usr/share/system-config-printer/system-config-printer.py", line
1234, in apply
return self.save_printer(self.printer)
  File "/usr/share/system-config-printer/system-config-printer.py", line
1362, in save_printer
printer.setJobSheets(job_sheet_start, job_sheet_end)
  File "/usr/share/system-config-printer/cupshelpers.py", line 202, in
setJobSheets
self.connection.setPrinterJobSheets(self.name, start, end)
TypeError: string or unicode object required



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486940: Printing from Java does not work at all with cups > 1.2

2008-06-18 Thread Armin Fuerst
Package: sun-java6-bin
Version: 6-06-1

Printing from Java applications seems to have a problem with
cups > 1.2, see also:
https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/156191




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483778: Issue is probably located in different package

2008-06-03 Thread Armin Fuerst
I downgraded python-gobject to 2.14.1-4 and everything is fine now.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#482014: working with updated driver

2008-05-22 Thread Armin Fuerst

Today, I received a new version of xserver-xorg-video-intel (2:2.3.1-1)
and everything is working again. From my point of view, this bug can
be closed.
Sorry again for filing this bug with inflated severity, I really felt
it was correct, because of possible data-loss in all other running
applications.
Thanks for a fast solution. If I have to do anything to close the bug,
just drop a note.

Armin




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#482014: glxinfo freezes X-Windows

2008-05-20 Thread Armin Fuerst
Package: xserver-xorg-video-intel
Version: 2:2.2.1-2
Severity: critical

Any OpenGL acceleration access makes X-Windows freeze. Even a simple
call of glxinfo shows that effect.
OpenGL has been working on this system before, no configuration was
changed since, only all updates from lenny have been installed.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479713: Turbogears default installation is inconsistent

2008-05-06 Thread Armin Fuerst
Package: python-turbogears
Version: 1.0.4.3-1
Severity: serious

After a default-installation of python-turbogears, a default project
doesn't start because of conflicting versions of pysql-sqlobject.

Duplicate of bug 478134 ?

$ tg-admin quickstart
Enter project name: test1
Enter package name [test1]:
Do you need Identity (usernames/passwords) in this project? [no]
Selected and implied templates:
  TurboGears#tgbase  tg base template
  TurboGears#turbogears  web framework

Variables:
  egg:   test1
  elixir:False
  identity:  none
  package:   test1
  project:   test1
  sqlalchemy:False
  sqlobject: True
  sqlobjectversion:  SQLObject>=0.8,<0.10dev
Creating template tgbase
Creating directory ./test1
  Recursing into +einame+.egg-info
Creating ./test1/test1.egg-info/
Copying PKG-INFO to ./test1/test1.egg-info/PKG-INFO
Copying paster_plugins.txt to ./test1/test1.egg-info/paster_plugins.txt
Copying sqlobject.txt_tmpl to ./test1/test1.egg-info/sqlobject.txt
  Recursing into +package+
Creating ./test1/test1/
Copying __init__.py to ./test1/test1/__init__.py
Copying release.py_tmpl to ./test1/test1/release.py
Recursing into static
  Creating ./test1/test1/static/
  Recursing into css
Creating ./test1/test1/static/css/
Skipping file
/var/lib/python-support/python2.5/turbogears/qstemplates/qsbase/+package+/static/css/empty_tmpl
  Recursing into images
Creating ./test1/test1/static/images/
Copying favicon.ico to ./test1/test1/static/images/favicon.ico
Copying tg_under_the_hood.png to
./test1/test1/static/images/tg_under_the_hood.png
Copying under_the_hood_blue.png to
./test1/test1/static/images/under_the_hood_blue.png
  Recursing into javascript
Creating ./test1/test1/static/javascript/
Skipping file
/var/lib/python-support/python2.5/turbogears/qstemplates/qsbase/+package+/static/javascript/empty_tmpl
Recursing into templates
  Creating ./test1/test1/templates/
  Copying __init__.py to ./test1/test1/templates/__init__.py
  Copying __init__.py to ./test1/__init__.py
Creating template turbogears
  Recursing into +package+
./test1/test1/__init__.py already exists (same content)
Copying commands.py_tmpl to ./test1/test1/commands.py
Recursing into config
  Creating ./test1/test1/config/
  Copying __init__.py to ./test1/test1/config/__init__.py
  Copying app.cfg_tmpl to ./test1/test1/config/app.cfg
  Copying log.cfg_tmpl to ./test1/test1/config/log.cfg
Copying controllers.py_tmpl to ./test1/test1/controllers.py
Copying json.py_tmpl to ./test1/test1/json.py
Copying model.py_tmpl to ./test1/test1/model.py
Recursing into static
  Recursing into css
Copying style.css to ./test1/test1/static/css/style.css
  Recursing into images
Copying header_inner.png to
./test1/test1/static/images/header_inner.png
Copying info.png to ./test1/test1/static/images/info.png
Copying ok.png to ./test1/test1/static/images/ok.png
Recursing into templates
  Copying login.kid to ./test1/test1/templates/login.kid
  Copying master.kid to ./test1/test1/templates/master.kid
  Copying welcome.kid to ./test1/test1/templates/welcome.kid
Recursing into tests
  Creating ./test1/test1/tests/
  Copying __init__.py to ./test1/test1/tests/__init__.py
  Copying test_controllers.py_tmpl to
./test1/test1/tests/test_controllers.py
  Copying test_model.py_tmpl to ./test1/test1/tests/test_model.py
  Copying README.txt_tmpl to ./test1/README.txt
  ./test1/__init__.py already exists (same content)
  Copying dev.cfg_tmpl to ./test1/dev.cfg
  Copying sample-prod.cfg_tmpl to ./test1/sample-prod.cfg
  Copying setup.py_tmpl to ./test1/setup.py
  Copying start-+package+.py_tmpl to ./test1/start-test1.py
  Copying test.cfg_tmpl to ./test1/test.cfg
Running /usr/bin/python setup.py egg_info
Adding TurboGears to paster_plugins.txt
running egg_info
writing requirements to test1.egg-info/requires.txt
writing test1.egg-info/PKG-INFO
writing top-level names to test1.egg-info/top_level.txt
writing dependency_links to test1.egg-info/dependency_links.txt
writing entry points to test1.egg-info/entry_points.txt
reading manifest file 'test1.egg-info/SOURCES.txt'
writing manifest file 'test1.egg-info/SOURCES.txt'




$ test1/start-test1.py
Traceback (most recent call last):
  File "test1/start-test1.py", line 15, in 
start()
  File "/home/armin/tmp/tg/test1/test1/commands.py", line 50, in start
from test1.controllers import Root
  File "/home/armin/tmp/tg/test1/test1/controllers.py", line 5, in 
pkg_resources.require("SQLObject>=0.8,<0.10dev")
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in
require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 528, in
resolve
raise VersionConflict(d

Bug#478435: make smb-shares filterable

2008-04-29 Thread Armin Fuerst
Package: autofs
Version: 4.1.4+debian-2
Severity: Wishlist

When using autofs to connect to servers with many
shares and perhaps having not even read-permissions
on some of these shares, unconvenient timeouts occur.
A possibility to filter available shares depending
on the server helps around this situation.

Example:
If the file /etc/auto.smb.${key}.filter exists, assume
every line being a sharename of ${key}. Only supply
these sharenames (comparing case-insensitive) through
autofs. If this file does not exist, provide all shares
(current behaviour).

I changed the script on my system and could provide it,
but it only written to work for my situation and should
be rewritten to fulfill general purpose.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#478318: Logout / Shutdown - Dialog appear without focus

2008-04-28 Thread Armin Fuerst
Package: gnome-core
Version: 1:2.20.2.2

When selecting "System -> Shut Down" or "System -> Log Out ", the
confirmation dialogs appear without having the focus. Users using mainly
the keyboard don't have a way to confirm logout / shutdown without using
the mouse.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#478285: auto.smb doesn't work with shared ending with $ (dollar) - sign (hidden shares)

2008-04-28 Thread Armin Fuerst

Package: autofs
Version: 4.1.4+debian-2.1
Severity: important


The default script for samba-shares doesn't correctly rewrite
hidden shares (shares ending with '$').
There is a simple workaround (I'm not sure it is the most beautiful,
but it is working):

1) Look for the following line in /etc/auto.smb:

/Disk/  { if (first) { print opts; first=0 }; sub(/ /, "\\ ", $2); print 
" \\\n\t /" $2, "://" key "/" $2 }


2) Add
   sub(/\$/, "\\$",$2);
   before
   sub(/ /, "\\ ", $2);

3) The line should look like:
/Disk/  { if (first) { print opts; first=0 }; sub(/\$/, "\\$",$2); sub(/ 
/, "\\ ", $2); print " \\\n\t /" $2, "://" key "/" $2 }





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#467037: additional icon for root terminal

2008-02-22 Thread Armin Fuerst
Package: gksu
Version: 2.0.0-1
Severity: wishlist

I created a different icon for the root terminal with a red background
because in my opinion this makes it better distinguishable. It is simply
based on the original gksu-root-terminal.png and I send it to you in
case you also like this and might provide it in future releases. If you
don't like it, just ignore this request.

Armin
<>

Bug#465703: Error during (first) install of gnome-games

2008-02-17 Thread Armin Fuerst


Hi,


On sam, 2008-02-16 at 10:59 +0100, Armin Fuerst wrote:

Josselin Mouette wrote:

Does it still happen while reinstalling this package or other GNOME
packages? If so, please send us the XML files concerned by the error, or
at least what’s around the lines causing the errors.

Shall I only reinstall it or remove (or purge) it before reinstalling?


Reinstalling it (or any package registering GConf schemas) should be
enough to reproduce the issue if it is still relevant.


Reinstalling gnome-games.* produces no error, but "Iagno" and "Tali" are
now in "Other" and "Games". Before, they were only in "Other". I guess
this was what the error was about and I guess I will have to delete both
from "Other" manually?

Armin





Bug#465703: Error during (first) install of gnome-games

2008-02-16 Thread Armin Fuerst
Josselin Mouette wrote:
> On jeu, 2008-02-14 at 07:51 +0100, Armin Fuerst wrote:
>> Package: gnome-games-data
>> Version: 1:2.16.3-1
>>
>> While installing gnome-games the first time in lenny, following
>> messages appeared:
>>
>> Setting up gnome-games-data (1:2.16.3-1) ...
>>
>> (gconftool-2:2804): GConf-CRITICAL **: Failed to load file 
>> "/var/lib/gconf/defaults/%gconf-tree-pa.xml": Error on line 2686 char 
>> 167: Document ended unexpectedly with elements still open - 'longdesc' 
>> was the last element opened
>>
>> (gconftool-2:2804): GConf-CRITICAL **: Failed to load file 
>> "/var/lib/gconf/defaults/%gconf-tree-be.xml": Error on line 788 char 
>> 227: Document ended unexpectedly with elements still open - 'longdesc' 
>> was the last element opened
> 
> Does it still happen while reinstalling this package or other GNOME
> packages? If so, please send us the XML files concerned by the error, or
> at least what’s around the lines causing the errors.

Shall I only reinstall it or remove (or purge) it before reinstalling?


Armin




Bug#465715: complex startup configuration

2008-02-14 Thread Armin Fuerst

Package: openvpn
Version: 2.0.9-4eth1
Severity: wishlist

Having a way of configuring which tunnels to start at startup
depending on IP-subnets would be nice. For example I automatically
start a tunnel to my company when I'm using my laptop, but when
I'm in the office, openvpn tries to connect to the tunnel also.
Having the tunnel active by default is fine for me, if I don't
have an address from the subnet 192.168.0.0/24 or 192.168.1.0/24.
This config should exist for every tunnel config (I may want to connect
to a customer even when I'm in the office).



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465703: Error during (first) install of gnome-games

2008-02-13 Thread Armin Fuerst

Package: gnome-games-data
Version: 1:2.16.3-1

While installing gnome-games the first time in lenny, following
messages appeared:

Setting up gnome-games-data (1:2.16.3-1) ...

(gconftool-2:2804): GConf-CRITICAL **: Failed to load file 
"/var/lib/gconf/defaults/%gconf-tree-pa.xml": Error on line 2686 char 
167: Document ended unexpectedly with elements still open - 'longdesc' 
was the last element opened


(gconftool-2:2804): GConf-CRITICAL **: Failed to load file 
"/var/lib/gconf/defaults/%gconf-tree-be.xml": Error on line 788 char 
227: Document ended unexpectedly with elements still open - 'longdesc' 
was the last element opened





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#458594: clock-applet disappears if special German characters appear in month

2008-01-01 Thread Armin Fuerst
Package: gnome-panel
Version: 2.4.13-6
Severity: important

When clock-applet is displayed in a gnome-panel, display of date is
enabled, LC_TIME="de_AT" is set (I guess, any "de_" will have the same
effect) and the current month includes special German characters, the
whole clock disappears from the panel.
In "Adjust Date & Time" in the field of the month, "(null)" is displayed
instead of the month-name.

I'm using Debian etch with all available updates installed, no
backports, no self-compiled software.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#454735: Make newer Version available

2007-12-07 Thread Armin Fuerst
Package: libconvert-asn1-perl
Version: 0.20-1
Severity: wishlist

For the Net::CSTA I need the version 0.21 of Contert::ASN1, which is
nearly one year old. Please update!

Armin




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#449534: Make newer version available

2007-11-06 Thread Armin Fuerst
Package: vobcopy
Version: 0.5.14-2
Severity: wishlist

Version 1.0.1 is available for about 1 year now,
please make it available!

Armin




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#418828: /var/lib/tomcat5.5 doesn't belong to tomcat-user after installation

2007-11-02 Thread Armin Fuerst
David Pashley wrote:
> On Nov 02, 2007 at 12:50, Armin Fuerst praised the llamas by saying:
>>> Servlets should get the temp dir location from the servlet context if they 
>>> need to write temporary files. Trying to create files in the current dir is 
>>> very broken AFAICT, so I don't see that this is a Tomcat bug. Closing.
>> This is a good argument, but why make my life as sysadmin more difficult
>> than necessary? It's not my fault it any servlet wants to write into
>> this location?
> 
> Why not make everything world-writeable? Network daemons should have
> permission to write to as little as possible. If you want to be more
> permissive and understand the risks, then you can run a chmod yourself.
> It's hardly onerous.

That's not really the same argument. I agree that networks daemons
should have as little permissions as necessary, but this directory
is created for this daemon, so this is really a different situation
to giving tomcat world-writeable permissions!

> However, for a default install, tomcat should be as secure as possible.
> Obviously you should be fixing your servlets and not giving tomcat more
> permissions than it needs.

I can't fix a servlet I didn't write myself!

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#418828: /var/lib/tomcat5.5 doesn't belong to tomcat-user after installation

2007-11-02 Thread Armin Fuerst

> Servlets should get the temp dir location from the servlet context if they 
> need to write temporary files. Trying to create files in the current dir is 
> very broken AFAICT, so I don't see that this is a Tomcat bug. Closing.

This is a good argument, but why make my life as sysadmin more difficult
than necessary? It's not my fault it any servlet wants to write into
this location?
If changing the permission is a security issue, I agree, but at least
until now I don't see a disadvantage.

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#418826: [Fwd: Re: Bug#418826: "/etc/init.d/rc.tomcat5.5 start" uses the current directory]

2007-04-12 Thread Armin Fuerst
>> Without the "cd"-command: applets opening files without a path try to
>> access these files in the directory the start-command was issued from.
>>
>> With the "cd"-command: applets opening files without a path always
>> start in $CATALINA_HOME.
> 
> Excuse my ignorance, but what kind of applet is this, that is opening files 
> on 
> the server? Perhaps it's a servlet?

Sorry I can't be too specific, but I'm only the administrator of the
system. I was given a .war-file I deployed through the web-interface.
Then it took me some days to find out why it deployed in glassfish
without any problems and it didn't work out in tomcat. For
administration reasons, I prefer tomcat. The solution for me was
the combination of the 2 bugs (#418826 and #418828).

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#418828: [Fwd: Re: Bug#418828: /var/lib/tomcat5.5 doesn't belong to tomcat-user after installation]

2007-04-12 Thread Armin Fuerst
>>> Surely not from the /var/lib/tomcat5.5 directory? Note that the
>>> subdirectories conf and webapps are owned by the tomcat55 user.
>> I was writing about the /vat/lib/tomcat5.5 directory. This was owned by
>> root after installation.
> 
> Perhaps this is caused by the same issue as you reported in #418826, where it 
> uses the current directory? If you start the init script from some other 
> directory, would the file be created there instead?

This is related, but not the same. #418826 caused the applet to create
the config-file once in /root, once in /etc/, ... wherever I was when
I started tomcat the last time.
When tomcat is started on startup with the original script, the applet
tries to write into /var/lib/tomcat5.5. So we tried to find a way
with the same behaviour when I start tomcat manually. And our solution
was to enter the "cd"-command.

Armin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#418826: "/etc/init.d/rc.tomcat5.5 start" uses the current directory

2007-04-12 Thread Armin Fuerst

>> When (re)starting tomcat from command-line with the init-script
>> ("/etc/init.d/rc.tomcat5.5 start"),
> 
> There is no such init script. Do you mean "/etc/init.d/tomcat5.5" ?

Ups, yes, sorry. I'm still used to Slackware...

Armin


file:///C|/DOCUME%7E1/ARMIN/LOCALS%7E1/TEMP/nsmail.asc
Description: PGP signature


Bug#418826: [Fwd: Re: Bug#418826: "/etc/init.d/rc.tomcat5.5 start" uses the current directory]

2007-04-12 Thread Armin Fuerst
>> When (re)starting tomcat from command-line with the init-script
>> ("/etc/init.d/rc.tomcat5.5 start"), the current directory affects
>> the runtime-environment of tomcat. This often ends up in unwritable
>> directories for the applets or unfound config-files.
> 
> I'm not sure what you mean, can you be more specific please?

Without the "cd"-command: applets opening files without a path try to
access these files in the directory the start-command was issued from.

With the "cd"-command: applets opening files without a path always
start in $CATALINA_HOME.

Was this specific enough?

Armin


file:///C|/DOCUME%7E1/ARMIN/LOCALS%7E1/TEMP/nsmail.asc
Description: PGP signature


Bug#418828: [Fwd: Re: Bug#418828: /var/lib/tomcat5.5 doesn't belong to tomcat-user after installation]

2007-04-12 Thread Armin Fuerst
>> We install a commercial applet that wants to create/read the ini-file
>> directly from this directory (don't ask me why).
> 
> Surely not from the /var/lib/tomcat5.5 directory? Note that the 
> subdirectories 
> conf and webapps are owned by the tomcat55 user.

I was writing about the /vat/lib/tomcat5.5 directory. This was owned by
root after installation.

Armin



file:///C|/DOCUME%7E1/ARMIN/LOCALS%7E1/TEMP/nsmail.asc
Description: PGP signature


Bug#418828: /var/lib/tomcat5.5 doesn't belong to tomcat-user after installation

2007-04-11 Thread Armin Fuerst
Package: tomcat5.5
Version: 5.5.20-2

After we installed tomcat5.5 the directory "/var/lib/tomcat5.5" belonged
to root. For our needs, it would be better if the owner is the
tomcat-user. It is simple to change, but why does it belong to root
by default? Is this a security issue?

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#418826: "/etc/init.d/rc.tomcat5.5 start" uses the current directory

2007-04-11 Thread Armin Fuerst
Package: tomcat5.5
Version: 5.5.20-2

When (re)starting tomcat from command-line with the init-script
("/etc/init.d/rc.tomcat5.5 start"), the current directory affects
the runtime-environment of tomcat. This often ends up in unwritable
directories for the applets or unfound config-files.
We solved the problem by adding "cd $CATALINA_HOME" as the first line
after "start)" (line 220).
This solves our issues, but we wonder whether nobody else has this
problem and if this change to the init-script could be added to the
standard.

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#401169: UTF-8 Problem with Tomcat

2007-04-11 Thread Armin Fuerst

Hi,

FYI: I sent this message also to Bug 294741...
I'm not sure, whether this helps, but we had a similar problem today
and it turned out to be an apache problem:
In httpd.conf, debian has
"AddDefaultCharset on"
but this makes all browsers interpret all characters as "ISO-8859-1".
To set this to "off" is a security-issue, but you can try setting it to:
"AddDefaultCharset utf-8"

Armin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#294741: UTF-8 Problem with Tomcat

2007-04-11 Thread Armin Fuerst
Hi,

I'm not sure, whether this helps, but we had a similar problem today
and it turned out to be an apache problem:
In httpd.conf, debian has
"AddDefaultCharset on"
but this makes all browsers interpret all characters as "ISO-8859-1".
To set this to "off" is a security-issue, but you can try setting it to:
"AddDefaultCharset utf-8"

Armin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#403214: xmms: Segmentation Fault on startup / possible conflict with nvidia-glx

2006-12-15 Thread Armin Fuerst
Package: xmms
Version: 1:1.2.10+20061101-1
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages xmms depends on:
ii  libasound21.0.13-1   ALSA library
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libesd-alsa0 [libesd0]0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libgl1-mesa-glx [libgl1]  6.5.1-0.4  A free implementation of the OpenG
ii  libglib1.21.2.10-17  The GLib library of C routines
ii  libgtk1.2 1.2.10-18  The GIMP Toolkit set of widgets fo
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libmikmod23.1.11-a-6 A portable sound library
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxxf86vm1   1:1.0.1-2  X11 XFree86 video mode extension l
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages xmms recommends:
ii  unzip 5.52-9 De-archiver for .zip files

-- no debconf information

Output of GDB:
==

$ gdb xmms
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you 
are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for 
details.
This GDB was configured as "i486-linux-gnu"...(no debugging symbols 
found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/xmms
Failed to read a valid object file image from memory.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1212791104 (LWP 3700)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type  to continue, or q  to quit---
(no debugging symbols found)
[New Thread -1215104080 (LWP 3703)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type  to continue, or q  to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1212791104 (LWP 3700)]
0xb6eda45a in _nv00gl () from /usr/lib/tls/libnvidia-tls.so.1
(gdb)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]