similar to: Unix/NT file conversion problems

Displaying 20 results from an estimated 2000 matches similar to: "Unix/NT file conversion problems"

2006 Jan 30
5
Action Mailer woes
Hi gang, Im having my first stab at ActionMailer and not having any luck. Perhaps someone could help me out. I generated a a mailer called ItemMailer - its purpose is to take some information that I''ve already gathered in a ToDo list form and to mail it out to the person who is nominated for the task In environment.rb I have; ActionMailer::Base.server_settings = { :address =>
1999 Jun 22
1
Control characters with Samba/NT4.0
Dear List, When we copy an ascii file from SunSolaris Samba server to NT4.0 workstation, the file is getting control characters at the end of each line. Appreciate, if any clue given to solve this problem. Regards.
2006 May 02
3
file_column : _temp field always nil
Hi, I''m trying to set up file_column to upload attachments for emails. My view has <td align="left"><%= file_column_field ''to_do'', ''attachment'' %></td> and the attachment_temp hidden field is generated. When I inspect tthe params on saving the form the attachment_temp param is always an empty string. Also, when I was
1999 Jan 21
4
[WIN NT] uppercase
Dear List, I have a problem. If I create a file under UNIX (samba 1.18.xx) with capital letters in its name and look at this file under NT the name become small letters. Not under Win95. What shoud I set to avoid the case changing in file names??? TIA && good byte! This is the first day of the rest of Your life!
1998 Nov 17
1
NT4 SP4
Is anybody running SAMBA with NT4 SP4 clients ? -- +-------------------------------------------------+ | Milan Bednar mxb@inel.gov 208-526-8640 | | MAILSTOP EROB M/S 3640 | | | | "FACT times IMPORTANCE equals NEWS!" | +-------------------------------------------------+
1998 Dec 28
3
From UNIX to PC ?
We are now using samba for accesing to the UNIX resources from our PC's. But my question is ... WHERE can I find information on how to access to the PC resources from our UNIX workstations? Can somebody lead me through all of this amount of information available about samba? Thank you , David David Junyent djunyent@audifilm.com AUDIFILM BCN Av. Ic?ria, 145, 5? Planta Edificio
1998 Nov 13
2
embedded Samba
Does anyone know if Samba is being used on embedded devices as their SMB protocol stack? I have seen new hard disk arrays ("the Snap It hard drive or something like that") which is supposed to be MUCH more reliable than actual "computer file servers" because it is just a hard drive with a small embedded OS and web administration. NO OS HASSELS... I really like our new Lexmark
1999 May 24
1
Testparm fails
Dear Staff: I get the following error when I run testparm. server# testparm Load smb config files from /usr/local/etc/smb.conf Get_Hostbyname: Unknown host server.tutor.com Failed to get my hostname. server# Tom Brown The Computer Tutor tbrown@michiana.org
1999 Jun 07
1
Time Out's - Samba to Win95/98
cI'm New to the list. I've been beating at Samba (the one shipped with redhat 5.2) for days I can get the server to show up in network neighborhood I can ping it. If I wait long enough (few minutes) I can finally get it to respond to both ftp and telnets. it's on a 10base-t cat5 configuration with just the server and the one w95 creating traffic. If I double click the server name
1998 Dec 29
2
Encrypted passwords and OS2/Win95/Win98
My LAN is running Samba v1.9.18p10 under RedHat Linux v5.2. Using the SMB services are Win95 and OS/2 clients. It's all running fine. I will soon be adding Win98, though, and I understand that there is a question of password encryption. I'm concerned how the encrypted/plain-text communication of password will affect my existing configuration. If I reconfigure Samba to use encrypted
2016 Dec 11
3
[PATCH 0/2] generic function for temporary path generation
Cosmetic change as suggested in this previous patch: https://www.redhat.com/archives/libguestfs/2016-November/msg00111.html Matteo Cafasso (2): lib: generic function for temporary path generation lib: use guestfs_int_make_temp_path to generate temporary files src/drives.c | 5 ++--- src/file.c | 22 +++++++++------------- src/guestfs-internal.h | 1 + src/journal.c
1999 Jun 27
3
Linux can't telnet to WFW 3.11
My server is RH 5.2 and i use Samba 1.9.18p10 and the client use WFW 3.11 with tcp/ip protocols installed. The subnet and the IP Address is right but I still only telnet form WFW 3.11 to Linux...not the reverse. On Linux telnet is working. I've checked it through this cmdline "telnet localhost 23 or telnet 127.0.0.1" . And I also testparm smb.conf and nothing wrong happen. FYI I set
2020 Apr 03
4
The finalizer of the externalPtr does not work when closing R?
Hi all, I found that the finalizer of the externalPtr is not called when R is quitting. However, manually calling GC() works fine. This behavior is observed on devel R 2020-04-02 r78142 on Win and R 3.6.3 on Ubuntu. I make a reproducible package here: https://github.com/Jiefei-Wang/example Here is the detail of how to reproduce the problem, I create a temporary file in the package root path and
2016 Sep 17
7
[PATCH 0/4] New API - find_block
This series is ready for review but requires the previous one to be merged first: https://www.redhat.com/archives/libguestfs/2016-September/msg00101.html The find_block API allows the User to search all the filesystem entries referring to a given data block and returns a tsk_dirent structure for each of them. Use case examples: - Check whether a block containing a deleted file has been re-used
2016 Sep 19
5
[PATCH v7 0/4] New API - find_inode
v7: - Merge src/tsk.c refactoring patch with #4 of find_block series Matteo Cafasso (4): lib: logic refactoring New API: internal_find_inode New API: find_inode find_inode: added API tests daemon/tsk.c | 52 ++++++++++++++++++++++++++++++++++ generator/actions.ml | 21 ++++++++++++++ src/MAX_PROC_NR | 2 +- src/tsk.c | 52
2010 Oct 20
4
Email from Dialplan
Hi, I'm sure this topic has been discussed before but i'm having trouble finding a simple answer. Whats the easiest way of sending an email from Asterisk? I want to set up a warning so that after a Dial cmd, if the DIALSTATUS is CHANUNAVAIL, Asterisk sends an email to the admin to check the voip phone is connected properly. I've got the dial plan set up, I just dont know what
1999 Jul 20
7
too many open files
Please answer if anybody has solved this problem: [1999/07/19 20:59:41, 1] smbd/files.c:file_init(216) file_init: Information only: requested 10000 open files, 246 are available. Thanks in advance.
2014 Jul 28
5
[PATCH] make-fs: respect libguestfs' temporary dir
Do not hardcode /tmp. --- make-fs/make-fs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make-fs/make-fs.c b/make-fs/make-fs.c index 1bec3e2..9c11fef 100644 --- a/make-fs/make-fs.c +++ b/make-fs/make-fs.c @@ -381,8 +381,9 @@ estimate_input (const char *input, uint64_t *estimate_rtn, char **ifmt_rtn) CLEANUP_FCLOSE FILE *fp = NULL; char line[256]; size_t len; +
2017 Sep 20
7
[PATCH v2] 0/6] Various clean ups in lib/
v1 -> v2: - Remove the unnecessary calls to guestfs_int_lazy_make_tmpdir in the final patch. Rich.
2017 Sep 19
7
[PATCH 0/6] Various clean ups in lib/
Miscellaneous small cleanups in lib/ directory. Rich.