Displaying 20 results from an estimated 600 matches similar to: "unix2dos did NOT fix line wrap problem on PC"
2012 Nov 21
1
hivexregedit doc - unix2dos command
On the page: http://libguestfs.org/hivexregedit.1.html#encoding
Under "ENCODING" section is this command:
unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg
I couldn't get that to work without placing a redirection operator
('<') after "unix2dos".
Could this be due to my version of unix2dos? Or just a typo.
I'm a Linux n00b so my apologies for
2004 Apr 02
1
unix2dos automatic convertion
I'm looking for a way for automatic unix2dos conversion of our SAMBA shared
Solaris 8.0 files.txt,
and I don't know where mail list to ask for.
I already use the unix2dos versions of NT/W2K and Solaris but it needs
manual command to be issued.
Clovis Gomes de Souza
Dresdner Bank Brasil
Dresdner Bank Lateinamerika AG
Unix and DBA support
Network and Telecommunication
S?o Paulo
Tel:
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
2005 Jul 22
0
CEBA-2005-0722-001 Low CentOS 3 i386 elinks, dos2unix, unix2dos - updated
CentOS 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
2019 Apr 25
1
Re: [PATCH v2v v2 1/2] v2v: windows: Add a helper function for installing Powershell firstboot scripts.
On Tuesday, 16 April 2019 10:55:39 CEST Richard W.M. Jones wrote:
> +(* Unfortunately Powershell scripts cannot be directly executed
> + * (unless some system config changes are made which for other
> + * reasons we don't want to do) and so we have to run this via
> + * a regular batch file.
> + *)
> +let install_firstboot_powershell g { Types.i_windows_systemroot; i_root }
2004 Jul 16
1
Ascii mode in smbclient?
I know that the smbclient only supports binary transfers. Is there any way
to use samba 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?
2005 Jul 22
1
CentOS-announce Digest, Vol 5, Issue 8
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2010 Jul 20
1
Weird samba pdc problem.
Hello,
We have been running a samba pdc with LDAP backend setup here at
work since "before my time" (a few years now). Recently it has became
necessary to move a handful of users to their own server for shares,
profiles, and such to reduce the load on the primary server. Of these
users, all moved just fine with the exception of one user.
All the users that were moved are
2015 Feb 27
0
[PATCH 1/4] firstboot: consolidate line ending conversion
This patch moves line ending conversion for windows scripts into a
separate helper function.
This simplifies code a bit, and fixes the problem that actual firstboot
scripts used to remain with unix-style line endings.
Signed-off-by: Roman Kagan <rkagan@parallels.com>
---
customize/firstboot.ml | 33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)
diff
2004 Apr 03
0
automatic convertion Unix to Dos files.txt
> Dear managers,
> I'm looking for a way for automatic unix2dos conversion of our
> SAMBA shared Solaris 8.0 files.txt,
> and I don't know where mail list to ask for.
> I already use the unix2dos versions of NT/W2K and Solaris 8.0 but
> it needs manual command unix2dos to be issued.
>
>
> Clovis Souza
_______________________________________________
2015 Feb 27
5
[PATCH 0/4] firstboot: assorted enhancements
This patchset attempts to address a number of shortcomings in the
firstboot infrastructure I came across while working with v2v conversion
of various Windows VMs.
Roman Kagan (4):
firstboot: consolidate line ending conversion
firstboot: enhance firstboot driver script for Windows
firstboot: make script naming descriptive
convert_windows: split firstboot into steps
1998 Jul 15
3
smbprinting --> HP
HI all,
Question:
I have a freeBSD box using smbprint to print on a HP jet direct printer
attatched to a NT server.
However the formatting is horrible and it only prints out about the first 2
lines of a file. Any suggesstions out there?
thanks!
-aaz
2017 Sep 20
4
[PATCH 0/4] Replace some uses of the Str module with PCRE.
Str is a pretty ugly regexp module. Let's try to replace it with
PCRE. This series of commits goes some small way towards that
eventual goal.
- - -
I wonder if there was a deep reason why we had this?
let unix2dos s =
String.concat "\r\n" (Str.split_delim (Str.regexp_string "\n") s)
I replaced it with what I think should be (nearly) equivalent:
let unix2dos s =
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
See description in the attached patch.
-------------- next part --------------
This quick hack adds primitive support of UTF-8 as a server 'character
set' to Samba 2.0.7. All file, share and user names are stored on server
in UTF-8, and translated into client code page (not UCS2) on the fly.
Additionally, server string conversion is added. Tested with Chinese and
Russian Windows clients.
2012 Apr 24
2
Write unix format files on windows and vice versa
I go back and forth between windows and linux, and find myself running
into problem with line endings. Is there a way to control the line
ending conversion when writing files, such as write and cat? More
explicitly I want to be able to write files with LF line endings
rather than CRLF line ending on windows; and CRLF line endings instead
of LF on linux, and I want to be able to control when the
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
Bioinformatics
2009 Jan 03
2
Linux words file
Dear R People:
I have a small function that solves the "Jumble" puzzle from the
newspaper (I know...big deal). It uses the the Linux "words" file.
My question is: is there a similar words file for Windows, please?
Thanks,
Happy New (Gnu) Year.
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston -
2010 Aug 25
6
AEL - what is error: ael.flex:647 ael_yylex: Unhandled char(s):
Hi List,
When doing 'ael reload' on two servers, which are setup with asterisk 1.4.22
and 1.4.35 respectively, I am getting multiple lines of this strange error:
ERROR[15483]: ael.flex:647 ael_yylex: Unhandled char(s):
On three other servers with same versions of asterisk, i.e. 1.4.22, I don't
see this error.
Number of lines of the error are the same as the number of lines of the
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
2010 Jul 03
6
sambaLogonScript problem
Hi everyone,
I'm having trouble in deploying by group sambaLogonScript.
My scripts consist only im mapping network folders.
I'm using Samba 3.4.7. Is there a way to debug this? The logs does not
show anything about the logon scripts.
All my users are set with "%G.bat" in the ldap backend, but the vast
majority of the users are not running the scripts, or running partially.