Bug#966548: Further information

2020-07-31 Thread Daniel Teichmann
Further information can be retrieved here: https://github.com/novnc/noVNC/issues/1276 -- DAS-NETZWERKTEAM Daniel Teichmann GnuPG Key ID 0x8100A778 mail: daniel.teichm...@das-netzwerkteam.de, http://das-netzwerkteam.de signature.asc Description: OpenPGP digital signature

Bug#966548: websockify: Websockify needs to be updated v0.8.0 -> v0.9.0

2020-07-30 Thread Daniel Teichmann
Source: websockify Severity: important Tags: newcomer Dear Maintainer, * What led up to the situation? When installing python3-websockify or websockify v0.8.0 NoVNC won't be able to connect to a VNC Server (e.g. x11vnc). x11vnc prints following errors when novnc tries

Bug#1050926: Copy & Paste options are missing everywhere.

2023-08-31 Thread Daniel Teichmann
Package: gosa Version: 2.8+ Severity: normal X-Debbugs-Cc: daniel.teichm...@das-netzwerkteam.de Pictures will follow shortly (but in german).

Bug#1050927: Fatal error: Uncaught TypeError: ldap_read(): Argument #2 ($base) must be of type string when argument #1 ($ldap) is an LDAP instance in /usr/share/gosa/include/class_ldap.inc:408

2023-08-31 Thread Daniel Teichmann
Package: gosa Version: 2.8+ Severity: important X-Debbugs-Cc: daniel.teichm...@das-netzwerkteam.de This happens if you select multiple users and try to edit them. $dn is an array and the LDAP method expects a string.

Bug#1050925: include/class_session.inc:get(): $name can be an object!

2023-08-31 Thread Daniel Teichmann
Package: gosa Severity: important X-Debbugs-Cc: daniel.teichm...@das-netzwerkteam.de If $name is an object, $_SESSION[$name] can't work obviosly. We need to find the root cause that $name is an object. Also /usr/share/gosa/html/autocomplete.php:89 in processAutocomplete(): Don't naivly

Bug#1053806: Saving locadm user causes shadowExpire to be set to 0 (in LDAP) which causes the account to be expired.

2023-10-11 Thread Daniel Teichmann
Package: gosa Version: 2.8~git20230203.10abe45+dfsg-4 Severity: important -- System Information: Debian Release: 12.2 APT prefers stable-security APT policy: (500, 'stable-security'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel:

Bug#1052159: Patch available

2023-10-17 Thread Daniel Teichmann
Hey, The underlaying problem was that at $config->ldap->re were LDAP\ResultEntry objects stored. They can't be serialized anymore (since PHP8.1). And since $ldap->re is inside of $config object, it will be written to $_SESSION too. This fails silently (except if you call

Bug#1053806: Acknowledgement (Saving locadm user causes shadowExpire to be set to 0 (in LDAP) which causes the account to be expired.)

2023-10-12 Thread Daniel Teichmann
Just confirming, that this issue is not fixed with the newest fixes/patches on salsa. (ce6138eb0bbad71795bd3d1eb45874c19bbab76c) -- Daniel Teichmann DAS-NETZWERKTEAM GnuPG Key ID 0x8100A778 mail:daniel.teichm...@das-netzwerkteam.de,https://das-netzwerkteam.de

Bug#1053806: Saving user account causes shadow fields to be set to 0 (in LDAP) which causes the account to be expired.

2023-10-12 Thread Daniel Teichmann
Also I want to clarify that not only the shadowExpire is set to 0 but instead all of the following: shadowMin: 0 shadowMax: 0 shadowWarning: 0 shadowInactive: 0 shadowExpire: 0 Also this isn't bound to the locadm user but to all accounts/users! -- Daniel Teichmann DAS-NETZWERKTEAM GnuPG Key

Bug#1050231: Debconf fails to generate uif config files, because SSH references to iface_Uplink, which could be non defined.

2023-08-22 Thread Daniel Teichmann
Package: debian-edu-router-config Version: 2.12.7 Severity: normal X-Debbugs-Cc: daniel.teichm...@das-netzwerkteam.de Debconf fails to generate uif config files, because SSH references to iface_Uplink, which could be non initiated.

Bug#976118: Status?

2022-10-26 Thread Daniel Teichmann
Hello everyone, Are there any news regarding the backports? :) Backporting to bullseye would be so awesome! -- DAS-NETZWERKTEAM Daniel Teichmann GnuPG Key ID 0x8100A778 mail: daniel.teichm...@das-netzwerkteam.de, http://das-netzwerkteam.de OpenPGP_signature Description: OpenPGP digital

Bug#1034672: Follow-Up: Correcting a few typos..

2023-04-21 Thread Daniel Teichmann
- I forgot to change the subject of the mail. Greetings Daniel -- DAS-NETZWERKTEAM Daniel Teichmann GnuPG Key ID 0x8100A778 mail: daniel.teichm...@das-netzwerkteam.de, http://das-netzwerkteam.de

Bug#1034672: mdns-reflector: In postinst: Option --allow-bad-names is not known.

2023-04-21 Thread Daniel Teichmann
' and change 'set gfxpayload=$resolution' into 'insmod all_video' then it boots sucessfully! Greetings, Daniel Teichmann

Bug#1030348: debian-edu-config: In gosa.conf use ldaps://ldap.intern in the LDAP-URI.

2023-02-03 Thread Daniel Teichmann
²'s code tries to issue a StartTLS operation which fails due to insufficient confidentiality. This can be observed when exporting the LDAP tree as a LDIF via the gosa-plugins-ldapmanager. Also Tjener's LDAP should be referenced via its internal DNS name (says Mike Gabriel). Greetings, Daniel Teichmann

Bug#1030923: [PATCH] debian/postinst: Use '--force-badname' option if 'adduser' package version is below '3.122'.

2023-02-09 Thread Daniel Teichmann
Otherwise use '--allow-bad-names' option (if adduser version is new enough). Fixes: https://bugs.debian.org/1030923 --- debian/postinst | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index bd92aa1..56c44ce 100644 ---

Bug#1030923: mdns-reflector: In postinst: Option --allow-bad-names is not known.

2023-02-09 Thread Daniel Teichmann
Package: mdns-reflector Severity: important Dear maintainers, The '--allow-bad-names' option is not known on a Debian Bullseye system. On Bullseye use: '--force-badname'. Thanks :) Greetings, Daniel Teichmann

Bug#1039966: isc-dhcp-server.service: Could not get Tjener LDAP object (but it exists).

2023-07-03 Thread Daniel Teichmann
: Control: tags -1 - pending Hi Daniel, On  Fr 30 Jun 2023 11:17:57 CEST, Daniel Teichmann wrote: Package: debian-edu-config Severity: important Error messages popping up in syslog on newly installed systems.. gber (Guido Berhörster) can reproduce this issue. less /var/log/syslog: ``` 2023

Bug#1040839: debugLevel > 0 not usable, since body overflow is hidden and debug tables (print_a) are extremely large.

2023-07-11 Thread Daniel Teichmann
Package: gosa Version: 2.8~git20230203.10abe45+dfsg-4 Severity: normal Setting debugLevel > 0 makes the site pretty much unusable. (Patch is already written) -- System Information: Debian Release: 12.0 APT prefers stable-security APT policy: (500, 'stable-security'), (500, 'stable')

Bug#1040301: isc-dhcp-server-ldap: LDAP-server address fails to get resolved if no domain was specified

2023-07-04 Thread Daniel Teichmann
Package: isc-dhcp-server-ldap Version: 4.4.3-P1-2 Severity: normal 'ldap.intern' and 'ldap' are resolvable on the system (and on clients in the network) via ping without problems. For a config example, please look below. Also see Bug here:

Bug#1039894: Spammy PHP Warning: Creation of dynamic property ... is deprecated

2023-06-29 Thread Daniel Teichmann
Source: gosa Version: 2.8~git20230203.10abe45+dfsg-1 Severity: normal Tags: patch By using the new 'default' theme one gets spammed with 'Creation of dynamic property ... is deprecated' messages at the top of the site. -- System Information: Debian Release: 12.0 APT prefers stable-security

Bug#1039966: isc-dhcp-server.service: Could not get Tjener LDAP object (but it exists).

2023-06-30 Thread Daniel Teichmann
Package: debian-edu-config Severity: important Error messages popping up in syslog on newly installed systems.. gber (Guido Berhörster) can reproduce this issue. less /var/log/syslog: ``` 2023-06-30T10:02:19.424921+02:00 tjener systemd[1]: Starting isc-dhcp-server.service - DHCP server...

Bug#1039964: Error: Could not get config object.

2023-06-30 Thread Daniel Teichmann
Package: gosa Severity: normal Instead of showing a blank page and telling the user to contact the system admin, we should display the logging mask again, which fixes the issue in my tests. This is not release critical imo..

Bug#1064288: Missing /skole directory.

2024-02-19 Thread Daniel Teichmann
Package: debian-edu-fai Version: bookworm Dear Maintainers, I've noticed that the /skole directory was missing, therefore no /home could be mounted for a user. The user couldn't log into a workstation, because of that. I guess the missing dir should be created via puppet. Greetings Daniel

Bug#1068388: Redirect to 'www'.

2024-05-07 Thread Daniel Teichmann
Also, it is necessary to redirect every request 'www' ? In setups where Tjener isn't the primary DNS server, this is quite awkward, since 'www' isn't known. One workaround is the just add it to /etc/hosts (in addition to tjener.intern and tjener). -- Daniel Teichmann DAS-NETZWERKTEAM Telefon

Bug#1068388: Allow downloading www/Debian-Edu_rootCA.crt without HTTPS redirection.

2024-04-04 Thread Daniel Teichmann
Package: debian-edu-config Version: 2.12.44~deb12u1 Severity: wishlist While trying to download the CA root certificate for the Tjener, we discovered that the Apache redirects us to use HTTPS. One could instead use `curl -k` (to ignore the HTTPS certificate) but I think it should work without

Bug#1064897: While creating new user: GID already used.

2024-02-27 Thread Daniel Teichmann
Package: gosa Version: 2.8~git20230203.10abe45+dfsg-1+deb12u2 Severity: important X-Debbugs-Cc: daniel.teichm...@das-netzwerkteam.de Reproduction steps: - Use classic theme (idk, if this is important) - Add user using newstudent template - Enter information as needed - Note: GID/UID (in POSIX