mt LTO 6 Unknown type of tape device AND online status not correct

2018-06-22 Thread Timo Maier
Hello, the following is done with: mt V2.5.2, Corinna Vinschen, Aug 26 2013 I have a Quantum LTO 6 Tape Drive (QUANTUM_ULTRIUM-HH6) which works in general with the latest cygwin64. I can use mt to rewind or eject and tar can write and read the tape. Before starting to write I want to check if

Re: mt LTO 6 Unknown type of tape device AND online status not correct

2018-06-28 Thread Timo Maier
Hello Corinna, yes, pls send me the DLL, I will try. -- Timo -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

sed end of line

2019-03-15 Thread Timo Maier
Hello, I have a problem with sed. Ubuntu: timo@serv6:~# echo "CHANGE MASTER;" | sed '/^CHANGE MASTER.*/ s/.$/ for channel "de";/' CHANGE MASTER for channel "de"; Works as expected. Windows: C:\> echo CHANGE MASTER;| sed.exe '/^CHANGE MASTER.*/ s/.$/ for channel "de";/' CHANGE MASTER; for chann

Re: sed end of line

2019-03-15 Thread Timo Maier
Hi Michael. you are mixing a DOS echo which will produce a \r\n line ending with a Cygwin sed which expects \n line endings. I already thought it's something about EOL, just wanted to make sure if this is not a bug. Thanks. -- Timo -- Problem reports: http://cygwin.com/problems.html