similar to: Samba, DOS, ARJ

Displaying 20 results from an estimated 2000 matches similar to: "Samba, DOS, ARJ"

2007 Jul 13
1
Keeping old profiles
Hi all. The user did not log in samba. Now, log in samba, how I make to keep the old profile? I don't want that a new profile is created. The username is the same. Thanks in advance. Sincerely Walmiro Muzzi _______________________________________________________ Yahoo! Mail - Sempre a melhor op??o para voc?! Experimente j? e veja as novidades.
2003 Jun 04
3
h323 and g729
Hi, I have an ansterisk and a cisco 827-4v registered to a Gatekeeper. asterisk has two extensions: exten => 223,1,Dial,OH323/BYEXTENSION@827PD exten => 730,1,Dial(IAX/eduardo@10.0.11.103) (IAX are working well) When I try to call each other, gnugk shows a ARJ: ARJ|10.0.11.112:1720|223:dialedDigits|730:dialedDigits|false|resourceUnavailable I think this could be a codec
2005 Apr 16
1
MS DOS 7 XCopy copies the same file over and over
We use MS DOS 7 ala Win98 SE and the M$ client for DOS to logon to Samba 3.0.13 Debian Stable package from samba.org. Also one other unique thing, we have XCOPY32.EXE copied as XCOPY.EXE thus it is really XCOPY32.EXE we are executing, just as XCOPY.EXE. ;-) Example of failing line of code... echo f|xcopy u:\foo\bar.txt h:\file.txt where U: is the drive mapped to the server and H: is a local RAM
2018 Jul 04
1
unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip
Hello, I encountered some unexpected behavior of unzip when using info-zip's unzip instead of R's internal program. Specifically, unzip("file.zip", list=TRUE, unzip=/usr/bin/unzip) produces incorrect output if the zip archive has filenames with spaces, and results in an error if the zip archive includes an archive comment or file comments. Here is some code to reproduce along
2002 Oct 02
2
.C() and C++ name mangling
Howdy, I'm working with some external code written in C++, which I would like to call via dyn.load() and .C() from R. The function prototype looks like: gaRemin(int *, float *, float *, int *, float *, float *, float *, float *, float *) but to call this function from R using .C() I have had to use the mangled version of this
2001 Apr 06
1
error:*** zlib missing
Hi, my Name is Claudia Linares and in this moment, I try to install the SSH in a machine Sun with Solaris 2.7. When I want to compile the software openssh-2.5.1p1 ( with Compiler CC or with gcc), I execute the comand: ./configure but in this instant I view the following messages: config : error:*** zlib missing - please install first or check config .log The file config.log is this:
2001 Nov 22
2
zlib location
I'm trying to build the 1.4.0 development version of R for Windows. I'll be posting problems as they arise, until I give up (or succeed), or someone asks me to stop. 1. I don't have zlib, the compression library. The source file gnuwin32/unzip/WHERE says to get it from ftp://ftp.info-zip.org/pub/infozip/zlib/zlib.html; that web site says it has been closed and redirects me to
2006 Apr 06
2
DOS/Windows Archive bits, and file ownership
Preamble: I've done a lot of looking round news-group archives etc, and I haven't found a definitive answer on this question: My environment: Clients are all Windows boxes. Assume backup of the "share" is a Windows based client. It relies on the DOS Archive bit to determine Diff/Incr backup selections. (User Execute bit in Linux) Goal: Allow users to "own" their files
2015 Jun 03
2
No builtin nor plugin backend for ldapsam found
Il 03/06/15 13:58, Rowland Penny ha scritto: > On 03/06/15 12:42, Francesco Malvezzi wrote: >>> Hmm, '--with-ldap' is the default, so you don't really need to give it, >>> what OS are you compiling on ? what extra packages did you install >>> before you compiled samba ? >>> >>> Rowland >> >> it is Debian GNU/Linux Wheezy,
2004 Aug 26
1
Anyone using Asterisk on Slackware 9?
Hi, I am trying to do a very minimal install of Slackware to run Asterisk on. Can anyone give me a list of what packages I need to install as I don't want X an all the associated bloat? Thanks in advance. Chris -- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Nov 16
1
Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem
Hello, I am having a problem with Samba 3.0.4 and DOS clients. The MSDOS COPY command will not work on mapped directories. When I try to run the COPY command I get an "File not found" error message. This only happens on DOS, all other OS's work fine. I have noticed that someone else on this list has also run into this problem, but no answer/work-around is posted. Here is my
2006 Feb 09
1
Problems with gnugk, asterisk, and ooh323
Greetings to All, I hope someone has already gotten this working. I spent all day today trying to get ooh323 and gnugk to run on the same box. After a lot of tweaking to get everything compiled, I got both up and running. I can make calls IAX to H323, but cannot make calls in the reverse direction. I have tried many different configs on the GK, but always come up with the same error. It appears
2009 Oct 05
10
How to bulk add machine accounts during PDC hardware refresh?
Greetings- I have not found discussed / documented what to do with machine accounts when moving a Samba PDC to new hardware. I have seen that uid/gid numbers must match between the old/new system. I am thinking to use adduser to accomplish that, then make the numbers on the new server match, using a text editor. After that, can I simply enter the machine account entries by hand with a text
2008 Jan 27
4
Official Samba builds for Ubuntu?
Greetings- I am wondering if anyone from the Samba team would happen to have interest in creating official builds for Ubuntu? To add a twist, unfortunately I would not be fishing for 7.10 packages, but rather 7.04 as we ran into too many issues with 7.10 whereas 7.04 seems rock solid stable. Or, are there packages built of Samba releases for Ubuntu external to samba.org? Thanks, -- Michael
2008 Feb 18
12
cifs verses smbfs for Linux clients
I am somewhat confused... I understand that the preferred method to mount a Samba share with a Linux client is to use "mount -t cifs" rather than "mount -t smbfs". I get the impression that smbfs is samba.org developed code where as cifs is from elsewhere. Thus the point of confusion. Why is samba.org not developing the preferred code in this case? A sub question to that
2007 Jun 01
2
Not seeing the expected group memberships with ifmember.exe /list
We have bumped into a most odd problem. Server: Debian Etch and their Samba 3.0.24-2 Client: WinXP SP2, MSI v3, all hot fixes The following settings are in place on the server: #!/bin/bash # # initGrps.sh # Map Windows Domain Groups to UNIX groups net groupmap add ntgroup="Domain Admins" unixgroup=domadmin rid=512 type=d net groupmap add ntgroup="Domain Users"
2008 Feb 13
5
Wrong perms on new files/dirs using smbmount
Greetings- I am working through coming up with a Linux client integration to Samba PDC's. I mount several shares with this sort of syntax: /bin/mount -t cifs -o credentials=/home/userid/.smbcredentials,uid=userid,gid=userid,dmask=0777,fmask=0666 //ldslnx01/data /mnt/ldslnx01/data/ However when I create new files/dirs on the Samba share from the Linux workstation, the perms are not 0666/0777
2007 May 07
3
Countless "rec_read bad magic" lines in log.smbd
One of the servers we admin has countless such errors in log.smbd: [2007/05/07 14:17:08, 0] tdb/tdbutil.c:tdb_log(783) tdb(/var/cache/samba/printing/HPLJ3600.tdb): rec_read bad magic 0x443810ec at offset=28412 The only thread I saw regarding "rec_read" stated: <><><><><> If this really happens often to you, then you have some basic problems with your
2004 Jul 07
4
Setting home path to a dir within a users Linux home dir
Is there a trick to append an additional directory level onto the defauly behavior of a [homes] share looking in /etc/passwd to find the users Linux home dir? It would offer a bit of protection if Windows clients ended up in say the WinHome directory within their Linux home directory when logging in from Windows so they are not tempted to tamper with their desktop settings files for Linux from
2007 Jul 14
3
Is there a way to support both local and roaming profile with one server / domain?
Recent list messages got me thinking... Is there a way to support both local and roaming profile with one server / domain? As I understand it, the "magic" line that tells Samba not to do roaming profiles is the smb.conf line: logon path = Which the line must exist, and must be set to null. But that is in the global section. So is there a way to support both local and roaming...