similar to: CR instead of CR/LF

Displaying 20 results from an estimated 1100 matches similar to: "CR instead of CR/LF"

2006 Feb 28
6
to <cr> or not
I have had some success (read no noticed problems), moving some text conf files from a Win <cr,lf> format to Linux and have them work. For example my zone files, moving them from my Win DNS server. But what about other files? I guess I want to know this more to prevent a mistake from crashing things, as I do have GEDIT. If I were to build an anaconda-ks.cfg in notepad, write it to a
2006 Dec 31
1
Fwd: SOLVED [cups] print_job: Unsupported format "application/octet-stream"
The attached message is 2001, but was the top of the list in a Google search for the error message. The same solution fixed a SuSE 9.3 Samba/Cups problem for a Brother MFC 3360C printer. Thanks! Original message: Bill Schoolcraft bill at wiliweld.com Sat Dec 29 13:36:02 GMT 2001 Gustavo Courault <courault at gigared.com> has solved this for me with the following advice
2000 Jan 07
3
CRLF/LF Conversion
Hi everybody! I hope that you are not already "pissed off" of all the crlf/lf conversion discussion between dos and unix ;-) Concerning that topic I have a question / suggestion: This is what we have: We are using a Win NT 4.0 Server with Win95 clients. Additionally we have a Sun (Solaris 2.5) running in the same network. To access the Sun in character mode we use a terminal
2001 Dec 28
1
[cups] print_job: Unsupported format 'application/octet-stream'!
Hello Family, In attempting to print from Win2000 to RedHat-6.2 Linux (Samba-2.2.2) using CUPS I received the following errors from /var/log/cups/error_log I [28/Dec/2001:19:20:40 +0800] Listening to 0:631 I [28/Dec/2001:19:20:40 +0800] Configured for up to 100 clients. I [28/Dec/2001:19:20:40 +0800] LoadPPDs: Read "/etc/cups/ppds.dat",12 PPDs... I [28/Dec/2001:19:20:40 +0800]
2019 Aug 09
2
Standalone Server User Import / Export
Am Freitag, den 09.08.2019, 08:45 +0100 schrieb Rowland penny via samba: > On 09/08/2019 07:38, David Ayers via samba wrote: > > Am Donnerstag, den 08.08.2019, 20:01 +0100 schrieb Rowland penny > > via > > samba: > > > > > But what I could do, is copy the setup incl. the tdb files to a > > test VM to try to reproduce it, upgrade that test VM in the hope
2019 Aug 09
2
Standalone Server User Import / Export
Am Donnerstag, den 08.08.2019, 20:01 +0100 schrieb Rowland penny via samba: > On 08/08/2019 19:10, David Ayers wrote: > > > Can we see your smb.conf file ? > > > > attached... slightly redacted. > > Inline without all the commented lines and default settings: > > [global] > ??? workgroup = WORKGROUP > ??? netbios name = REDACTED > ??? server string =
2006 Oct 07
0
[Bug 1084] provide better error message if keys in authorized_keys contain CR/LF (was " sshd[6895]: fatal: buffer_get: trying to get more bytes 129 than in buffer 34")
http://bugzilla.mindrot.org/show_bug.cgi?id=1084 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from dtucker at zip.com.au 2006-10-07 11:42 ------- Change all RESOLVED bug to CLOSED with the exception
2006 Oct 10
1
POP +OK CR LF Question
HI. I just finished installing a new mail server running CentOS Ver 4. and I am running sendmail with devecot 0.99.11. Everything is working fine except for a customer of mine is using a tool that does pop requests. And his tool is failing waiting on a CR LF in the +OK. I did a small hex dump of my old pop and the dovecot pop and he is right. Docevot POP does not end its +OK with a CR LF. I
2006 Oct 17
0
OpenSSH not compliant with RFC 4253? (Protocol Version Exchange string not ending with CR LF)
(Maybe this is a re-posting: sorry for that.) Hello, a SonicWALL appliance that protects my servers' LAN has suddenly begun to refuse OpenSSH connections with the following message: 'SSH 2.0 Overly Long Protocol Version Exchange String, SID: 3696, Priority: High - This signature detects overly long "Protocol Version Exchange" string in SSH 2.0. The maximum length of the
2005 Jul 20
1
CR LF in stable
Hello, It seems that mbox format mailboxes holding \r\n (CR + LF) character sequences (instead of \n only) still cause assertion failures when moving messages from one folder to another. -- dovecot: Jul 19 17:14:52 Error: IMAP(dovetest): file istream-raw-mbox.c: line 38 3 (istream_raw_mbox_get_body_size): assertion failed: (rstream->body_offset != ( uoff_t)-1) -- I seems to work in -test78
2002 Feb 20
1
Patch: Accept CR/LF line breaks in exclude files
--exclude-from and --cvs-exclude currently do not accept exclude files that use CR/LF (DOS-style) line breaks. It basically behaves as if the files are empty. This is rather annoying if the exclude files are generated by Windows systems (e.g. if you're using --cvs-exclude and rsync'ing the contents of a Samba share that includes .cvsignore files). Attached is a simple 1-line patch (for
2005 Jun 13
1
Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced by CR
I am trying to build a package binary, and get the message below. Can anyone point me to a solution to that problem. Thanks in advance S?ren .... installing data files installing man source files installing indices Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced by CR Execution halted make[2]: *** [indices] Error 1 make[1]: *** [all] Error 2
2005 Sep 08
1
package installation error (LF versus CR)
Hello, I have the following problem in installing a package (in windows xp) >rcmd install -c dlm [ ..stuff deleted ] ... DLL made installing DLL installing R files installing inst files installing data files installing man source files installing indices Errore in load(zfile, envir = envir) : l'input ?? stato danneggiato, LF sostituiti da CR Esecuzione interrotta
2000 Jan 28
2
CR/LF proposal
Hi, I'm new on this list, and just skimmed through the archives, so I appologize if this has been requested before. I read in the FAQ that you do not convert. LF to CR/LF because there is no sure way of knowing what type of file something is. I could see that this would cause problems if you converted a binary file or some other data file. But what if you assign a directory that would always
2016 Feb 25
2
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
I recall it was things we could deduce by scanning the method before we optimized it, eg deduced noreturn/nothrow. I'd have to go check to be sure. Once you allow inlining, you're pretty much telling your users they had better give you compatible definitions. We wanted to make sure that if users gave us compatible defs (mainly: same source, but optimized in one CU and not in another),
2017 Aug 31
2
Re: network configuration for guest specific dns-servers
Thanks a lot, Martin! Am Donnerstag, den 31.08.2017, 10:11 +0200 schrieb Martin Kletzander: > On Thu, Aug 31, 2017 at 12:10:22AM +0200, David Ayers wrote: > > > >We would like to configure guest specific dns-servers as would be done > >with the --dhcp-option of dnsmasq. I was expecting to be able to do > >something like: > > > > <host
2017 Aug 30
2
network configuration for guest specific dns-servers
Hello, similar to how one can configure guest specific IP addresses via mac addresses: <ip address="192.168.122.1" netmask="255.255.255.0" localPtr="yes"> <dhcp> <range start="192.168.122.100" end="192.168.122.254"/> <host mac="00:16:3e:77:e2:ed" name="foo.example.com"
2002 Jun 27
2
cygwin rsync and ascii files
I am ysyncing text files between NT/95/XP machines and Solaris. I noted that the text/ascii files created on the windows platforms contain ^M at the end of each line when transfered to the Solaris system. This can be explained by the binary transmission and can use FTP is ASCII mode to prevent this from happening. It is crutial that we preserve the time stamp, so running dos2unix isn't one
2019 Aug 08
4
Standalone Server User Import / Export
Hello! when using Samba [4.5.16-Debian] as standalone server in Windows environment to allow certain users to access shares, we are currently using the default tdbsam backend with a bunch of users. We now want to migrate the users from one standalone server to a replacement server.??To migrate the users I expected to able to export the users (incl. passwords) into a file on one server, copy the
2016 Feb 25
0
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
> On Feb 25, 2016, at 12:02 PM, Andy Ayers via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I recall it was things we could deduce by scanning the method before we optimized it, eg deduced noreturn/nothrow. I'd have to go check to be sure. Yes, my understanding is that this is what Chandler suggested when he wrote as part of his plan: 2) Teach frontends to emit (even at