Bug#711891: Acknowledgement (linux-image-3.2.0-4-amd64: parallel printer port not detected (parport_serial, NetMos 9835))

2013-10-06 Thread Terran Melconian
I have the same issue. I downgraded to 3.2.39-2 as suggested by Sebi Bauer and it was resolved. The card I have is: 01:04.0 Communication controller: NetMos Technology PCI 9835 Multi-I/O Controller (rev 01) Subsystem: LSI Logic / Symbios Logic 1P2S I note that the working kernel reports:

Bug#451048: Missing libcurl3-dev in build-depends

2007-11-12 Thread Terran Melconian
Package: xmlrpc-c Version: 1.06.18-1 Severity: Minor Could you add libcurl3-dev to the list of build dependencies? I tried without it and ended up here: xmlrpc_curl_transport.c:81:24: error: curl/multi.h: No such file or directory Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#433958: uuenpipe command does not correctly escape spaces

2007-07-20 Thread terran
Package: metamail Version: 2.7-53 Severity: minor The 'uuenpipe' helper script fails to correctly escape filenames, such that filenames with spaces (and perhaps other metacharacters) in them break. As users of graphical user environments, who are largely unfamiliar with shells, are increasingly u

Bug#410831: PCMSKx registers transposed in header for attinyX61

2007-02-13 Thread Terran Melconian
Package: avr-libc Version: 1.4.5-2 Severity: important In avr/iotnx61.h, the PCMSK registers are defined as follows: #define PCMSK0 _SFR_IO8(0x22) #define PCMSK1 _SFR_IO8(0x23) These are swapped with each other. The correct definition is: #define PCMSK0 _SFR_IO8(0x23) #define PCMSK1 _SFR_I

Bug#401975: gnuplot-doc missing info files

2006-12-06 Thread terran
adding them to the installation list. I believe earlier versions of gnuplot had only one file, gnuplot.info, and this is perhaps the source of the issue. Terran -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#391131: ntpdate should check for ntp.conf in /etc/default/ntpdate

2006-10-04 Thread terran
Package: ntpdate Version: 4.2.2+dfsg.2-2 Severity: Minor Getting the ntp servers from /etc/ntp.conf is a great idea, and does save putting them in t2o places. However, it is possible that ntpd is NOT installed, and therefore there is no /etc/ntp.conf. To avoid generating file not found errors in

Bug#322334: or just add more info in README.Debian

2006-05-19 Thread Terran Alien
However, this bug won't actually be fully resolved, since I think most users would rather see the default KDM interface than the 'Circles' theme (remember that you there would no point to enabling themes without specifying one to use, or users would have to edit kdmrc anyway, and Circle is the onl

Bug#362270: avr-as: Problems with LPM on attiny26

2006-04-12 Thread Terran Melconian
Package: binutils-avr Version: 2.15-3 The attiny26 supports some forms of the LPM (load program memory) instruction, but under certain circumstances GAS produces an incorrect error claiming that it does not. There are three forms of the LPM instruction. They are: i. LPM

Bug#350208: sshd can't keep track of which DISPLAYs are in use

2006-02-01 Thread Terran Melconian
> This seems to be working as expected here (same version of ssh on a > fully up-to-date sarge box), regardless of the X11UseLocalhost setting. > If you'd be so kind as to post a copy of /etc/ssh/sshd_config, I'll Certainly; thanks for looking at this. In addition to the configuration files, he

Bug#350208: sshd can't keep track of which DISPLAYs are in use

2006-01-27 Thread Terran Melconian
Package: ssh Version: 3.8.1p1-8.sarge.4 When connecting to sshd, it appears that sshd fails to keep track of which displays are already in use, and reassigns these to new connections even though they are not actually available. When I SSH into the machine, the first connection is given display ma

Bug#325985: Problems with in ProFTPD 1.2.10

2005-09-11 Thread Terran Melconian
> Would you please attach a complete proftpd.conf ? Full file is attached (using syntax appropriate for 1.2.4; for 1.2.10, the LsDefaultOptions parameter changes) -- ServerName "icat-server.mit.edu" ServerType standalone Defe

Bug#325985: Problems with in ProFTPD 1.2.10

2005-08-31 Thread Terran Melconian
Package: proftpd Version: 1.2.10 In Proftpd 1.2.4, I had a configuration file with a section like this: DenyAll AllowAll DenyAll DefaultRoot ~/ftp AnonymousGroup !root This did

Bug#314641: tcsh's sending of HUPs to children is broken

2005-06-17 Thread Terran Melconian
alid_commands_are_not: Command not found. [1] + Hangupperl -e print "pid $$ running\n"; while(1){sleep 1} This problem has been around for awhile, at least since 6.08, and it's not Debian-specific. Perhaps it's actually a feature, but I can't think of any sit

Bug#299881: avr-libc: ADC register define stomps on instruction of same name

2005-03-16 Thread Terran Melconian
Package: avr-libc Version: 1.2.3-2 Severity: minor The Analog to Digital Converter registers are defined like so: #define ADC _SFR_IO16(0x04) #define ADCL _SFR_IO8(0x04) #define ADCH _SFR_IO8(0x05) This is somewhat unfortunate, because "ADC" is also the ADd with Carry instruction in