search for: dos2unix

Displaying 20 results from an estimated 90 matches for "dos2unix".

2006 Mar 21
0
CESA-2005:145-12: Low CentOS 2 i386 dos2unix and unix2dos bug fix update
The following errata for CentOS-2 have been built and uploaded to the centos mirror: RHBA-2005:145-12 dos2unix and unix2dos bug fix update Files available: dos2unix-3.1-7.EL.22.i386.rpm unix2dos-2.2-12.EL.25.i386.rpm More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: #...
2005 Jul 22
0
CEBA-2005-0722-001 Low CentOS 3 i386 elinks, dos2unix, unix2dos - updated
...Errata and Security Advisory CEBA-2005-0722-001 We missed some i386 upgraded packages in the CentOS-3 i386 (only) release. The following pacakges have been added to the updates for i386. The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/dos2unix-3.1-15.EL.22.i386.rpm updates/i386/RPMS/elinks-0.4.2-8.i386.rpm updates/i386/RPMS/unix2dos-2.2-19.EL.25.i386.rpm Tru -- Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -------------- next part -------------- A non-text attachme...
2002 Jun 27
2
cygwin rsync and ascii files
...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 of the top solutions (unless I write something to touch the file back to the "original" time). Is there an option to rsync files in ASCII mode? I would also appreciate and entertain other solutions. Thanks in advance, Mike
2007 Jan 17
3
Mapping a network drive to a Windows Drive Letter
...g. however Some developers edit files using "windows editors" and when they then copy them to the Windows Drive Letter which is mapped to a Unix machine, the resultant file is full of ^M characters..... build breaks..... and so on Until now we have been telling users to run "dos2unix" beforehand, but somebody told me that "Samba" can handle this if properly configured ? Is this possible ? If so can somebody please help me ? thanks Stuart Jamieson Software Configuration Manager Tel : 020 8390 5000 DST International http://www.dstinternational.com ====...
2002 Feb 19
4
CR instead of CR/LF
New to Samba, so excuse me if this is a stupid question, but I've searched the different on line resources and can't find an answer. When I copy Perl scripts from my Windows 2000 machine to the UNIX Samba share on that same machine, a CR/LF appears at the end of each line instead of just the CR, making UNIX unhappy when I go to run those scripts. Any way to have Samba strip the LF
2015 Jan 10
0
readable tiny odd script question
...using his script for some time now and history indicates > that they are working scripts. And I for one really appreciate all the > work that went into them.) > IIRC the ^M (as a single character) is an artefact of windows CR/LF (newline) as represented in vi. you can get rid of it with dos2unix (apt-get install dos2unix) using something like dos2unix < newFileName > 4-setup-sernet-samba4-MEMBER-wheezy.sh the vi I am using (vim.basic, added after install) does not show the ^M construct on files that I know have it (probably a setting somewhere) I believe ctrl+m will reproduce the...
2007 May 07
1
wget not in minimal install
...any of the xml or xml.gz files on the installation cd. (/dev/cdrom/repodata/*), although they do mention wget as 'default' rather than 'mandatory' in one of the files. Which option should i tick to get wget? or should i just use a kickstart install and throw yum -y install wget dos2unix in the postinstall section? MrKiwi,
2016 Jun 20
2
xxx not available for .C in package yyy
...portion of the R code that calls .C(), then building, INSTALLING again, this time works. We are able to call .C("trian", ...) by hand inside of R, but then when we uncomment out the call in the .R file, it throws the error again. We've even retyped that portion of code, we've even dos2unix 'd everything. Any thoughts? Grant Izmirlian, Ph.D. Mathematical Statistician izmirlig at mail.nih.gov Delivery Address: 9609 Medical Center Dr, RM 5E130 Rockville MD 20850 Postal Address: BG 9609 RM 5E130 MSC 9789 9609 Medical Center Dr Bethesda, MD 20892-9789 ofc: 240-276-7025 cell:...
2015 Jan 10
6
readable tiny odd script question
I have been reviewing Louis' script (4-setup-sernet-samba4-MEMBER-wheezy.sh) and within the following line (310) is an odd character combination. if [ ${SMBPRINTING} = no ]; then echo "==========Disable Printing ===============================" sed -i '49a\n # disable printing completelyn load printers = non printing = bsdn printcap name = /dev/nulln disable spoolss =
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
...r 26 02:06:49 2000 +++ samba-2.0.7viv/source/lib/charcnv.c Wed Mar 21 10:41:08 2001 @@ -20,220 +20,37 @@ */ #include "includes.h" -#define CTRLZ 26 -extern int DEBUGLEVEL; - -static char cvtbuf[sizeof(pstring)]; - -static BOOL mapsinited = 0; - -static char unix2dos[256]; -static char dos2unix[256]; - -static void initmaps(void) { - int k; - - for (k = 0; k < 256; k++) unix2dos[k] = k; - for (k = 0; k < 256; k++) dos2unix[k] = k; - - mapsinited = True; -} - -static void update_map(char *str) { - char *p; - - for (p = str; *p; p++) { - if (p[1]) { -...
2005 Feb 01
5
Shorewall configuration - ''run_iptables''-problem
[This email is either empty or too large to be displayed at this time]
2011 Nov 09
2
R: Re: Dos/Unix newline translating
...by VI editor into my Debian server and > I see '^M' at the end of every row. > How can I solve problem ? Problem references to Dos/Unix newline > translating ? Windows uses '\r\n' and Unix uses '\n'... Either configure your Windows text editor to use \n, or use dos2unix or use sed, etc... A simple google search would have pointed to you to something like: http://www.cyberciti.biz/faq/howto-unix-linux-convert-dos-newlines-cr-lf-unix-text-format/ JD -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman...
2003 Aug 28
1
RE: Shorewall 1.46b; new configs--command not found? << struck wi th stupidity
I had a 2-day lapse in brain function apparently. Discovered that even though UltraEdit-32 says its editing/saving in UNIX mode, it is not 100% true. Ran my new configs through dos2unix and bam...no more error message. Please excuse my previous post (I always seem to do that...) and sorry about the junk. Levi Masterson
2005 Jul 20
0
'old' rpms in CentOS 3.5
Hi, Just to let you know These rpms in CentOS 3.5 i386 : elinks-0.4.2-7.i386.rpm dos2unix-3.1-15.i386.rpm unix2dos-2.2-19.i386.rpm should be replaced by elinks-0.4.2-8.i386.rpm dos2unix-3.1-15.EL.22.i386.rpm unix2dos-2.2-19.EL.25.i386.rpm The SRPMS dir of CentOS 3.5 has both versions, so that's probably the cause of this. _________________________ Jan Kees van Amerongen Bioinfo...
2004 Jul 16
1
Ascii mode in smbclient?
...that will perform the equivalent of the ASCII mode in FTP. In other words, change CR/LF to LF in Dos -> Unix transfers and to change LF to CR?LF in Unix to Dos transfers? My site is only using samba to transfer between Windows and Unix machines. And while I know that I could use ?unix2dos? and ?dos2unix? for the transfer, it would be nice if the transfer took care of it. This would seem to be a natural. Modify smbclient to understand the ?BINARY? and ?ASCII? commands and transfer accordingly.
2009 Nov 17
1
strange read.table results
...0.98802328 A G rs153411383 153411383 0.988026211 G A rs153411809 153411809 0.988028954 A G rs153411854 153411854 0.988029244 A G rs153413052 153413052 0.988036959 T C so not only is it screwing the data it's also missing the first 3 lines. Is this something I've done? I've tried dos2unix to make sure the files are ok, added colClasses="character", sep=" " etc but with no success. I'm just about at the end of my tether right now so any help will be gratefully received! Dan Daniel Alcock Malaria Genetics (T112) Wellcome Trust Sanger Institute...
2005 Jul 22
1
CentOS-announce Digest, Vol 5, Issue 8
...n) 5. CESA-2005:586 Important CentOS 4 ia64 firefox - security update (Pasi Pirhonen) 6. CESA-2005:378 Low CentOS 3 i386 cpio - security update (Tru Huynh) 7. CESA-2005:378 Low CentOS 3 x86_64 cpio - security update (Tru Huynh) 8. CEBA-2005-0722-001 Low CentOS 3 i386 elinks, dos2unix, unix2dos - updated (Tru Huynh) ---------------------------------------------------------------------- Message: 1 Date: Thu, 21 Jul 2005 22:16:30 +0300 From: Pasi Pirhonen <upi at papat.org> Subject: [CentOS-announce] CESA-2005:378 Low CentOS 3 ia64 cpio - security update To: centos...
1999 May 18
3
Cntrl-M characters ...
Hi, I am using Samba 1.9.18. The server is running on Solaris 2.5.1 and the client is on Win NT 4.0 I am annoyed by the Control-M characters appearing in text files when the files are edited on Windows editors and viewed in vi on Sun machine. I had to manually remove the Control-M characters. Is there a way to eliminate the Control M characters ? Thanks Krishna
2015 Feb 25
2
upgrading icecast to 2.4.1
...GPG key for official Icecast repository >> "pg: Invalid option "- >> add-icecast-repo: line 7: $'\r': command not found >> Now, here is my script that I have changed > Was Windows somehow involved in obtaining or transferring the script? > Try running "dos2unix add-icecast-repo" and then retry running the script. > > >> #!/bin/sh >> echo Adding official Icecast repository for Ubuntu 14.04 >> sudo sh -c "echo deb >> http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.04/ ./ >> >>/etc/apt/s...
2005 Jul 21
3
My first LDAP PDC - Win2k Profiles, redirection and guest accounts
...ve been saved in "profiles" rather than profdata obviously. Lastly, my logon.bat which sets the time and maps the app folder to I doesn't work. I saw yesterday that I might needs "scripts/logon.bat", but that doesn't work. I also made sure that it is in dos format using dos2unix (a perl oneliner actually). Thanks for your time, Paul.