** Tags added: regression-release ** Description changed:
rlinetd crashes every time I try to make tftp (udp) connection, tested with atftpd and tftpd-hpa. Telnet (tcp) seems to work fine. Precise version (0.8-1) works fine too. # lsb_release -rd Description: Ubuntu quantal (development branch) Release: 12.10 # LANG=C apt-cache policy rlinetd rlinetd: - Installed: 0.8.2-1 - Candidate: 0.8.2-1 - Version table: - *** 0.8.2-1 0 - 500 http://ru.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages - 100 /var/lib/dpkg/status + Installed: 0.8.2-1 + Candidate: 0.8.2-1 + Version table: + *** 0.8.2-1 0 + 500 http://ru.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages + 100 /var/lib/dpkg/status How to reproduce: # apt-get install atftpd rlinetd tftp-hpa ### create config (see #993101) # cat > /etc/rlinetd.d/tftp_udp service "tftp_udp" { - enabled yes; - protocol udp; - port "tftp"; - user "nobody"; - exec "/usr/sbin/in.tftpd /srv/tftp"; - server "/usr/sbin/tcpd"; - wait yes; + enabled yes; + protocol udp; + port "tftp"; + user "nobody"; + exec "/usr/sbin/in.tftpd /srv/tftp"; + server "/usr/sbin/tcpd"; + wait yes; } ^D # mkdir /tftpboot # echo "test" > /tftpboot/somefile # service rlinetd restart # tftp 127.0.0.1 -c get somefile ProblemType: Crash DistroRelease: Ubuntu 12.10 Package: rlinetd 0.8.2-1 ProcVersionSignature: Ubuntu 3.5.0-15.23-generic 3.5.4 Uname: Linux 3.5.0-15-generic x86_64 ApportVersion: 2.5.2-0ubuntu4 Architecture: amd64 Date: Thu Sep 27 21:06:12 2012 ExecutablePath: /usr/sbin/rlinetd InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120201.1) ProcCmdline: /usr/sbin/rlinetd ProcEnviron: - TERM=xterm - PATH=(custom, no user) - LANG=ru_RU.UTF-8 + TERM=xterm + PATH=(custom, no user) + LANG=ru_RU.UTF-8 Signal: 6 SourcePackage: rlinetd StacktraceTop: - raise () from /lib/x86_64-linux-gnu/libc.so.6 - abort () from /lib/x86_64-linux-gnu/libc.so.6 - ?? () from /lib/x86_64-linux-gnu/libc.so.6 - __fortify_fail () from /lib/x86_64-linux-gnu/libc.so.6 - __chk_fail () from /lib/x86_64-linux-gnu/libc.so.6 + raise () from /lib/x86_64-linux-gnu/libc.so.6 + abort () from /lib/x86_64-linux-gnu/libc.so.6 + ?? () from /lib/x86_64-linux-gnu/libc.so.6 + __fortify_fail () from /lib/x86_64-linux-gnu/libc.so.6 + __chk_fail () from /lib/x86_64-linux-gnu/libc.so.6 Title: rlinetd crashed with SIGABRT in raise() UpgradeStatus: Upgraded to quantal on 2012-09-15 (12 days ago) UserGroups: + + == Regression details == + Discovered in version: 0.8.2-1 + Last known good version: 0.8-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1057645 Title: rlinetd crashed with SIGABRT in __libc_message() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rlinetd/+bug/1057645/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
