similar to: users migration from Linux to W2K

Displaying 20 results from an estimated 6000 matches similar to: "users migration from Linux to W2K"

2004 Aug 20
1
Sharing a Samba Share?
Is it possible to share a Windows Share of a Samba Unix Share? We have Samba running on a Solaris Box, I can map a drive to the share just fine from a Windows 2000 server. Problem is that I want to in-turn share the Samba share from the Windows box. Reason is ... I have customers on a remote network who are only allowed HTTP and HTTPS outbound on their firewall. And I would like to give them
2012 Jul 31
2
Remove a complete row as per the Range in a Matrix
Hi, Here i have a Matrix MyMatrix <- Name Age --------- ------- ANTONY 27 IMRAN 30 RAJ 22 NAHAS 32 GEO 42 and here i have an array with Minimum and Maximum values. MinMaxArray <- data.frame(MIN = 25,MAX=35) MIN MAX ------ -------- 25 35
2015 Sep 17
1
[PATCH v2 1/1] extlinux: fix memory leak
On Fri, Sep 11, 2015 at 10:12 AM, Paulo Alcantara via Syslinux <syslinux at zytor.com> wrote: > On Thu, 10 Sep 2015 10:55:04 +0300 > Imran Zaman via Syslinux <syslinux at zytor.com> wrote: > >> devname is put on heap for all cases to avoid memory >> leak, and ease of use in future as well >> >> Signed-off-by: Imran Zaman <imran.zaman at intel.com>
2015 Sep 10
2
[PATCH v2 1/1] extlinux: fix memory leak
devname is put on heap for all cases to avoid memory leak, and ease of use in future as well Signed-off-by: Imran Zaman <imran.zaman at intel.com> --- extlinux/main.c | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/extlinux/main.c b/extlinux/main.c index 55a1495..b7cdf92 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@
2015 Sep 09
1
[PATCH v1 1/1] extlinux: fix file descriptors leak
file descriptors are closed when not in use Signed-off-by: Imran Zaman <imran.zaman at intel.com> --- extlinux/main.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/extlinux/main.c b/extlinux/main.c index 09740bd..55a1495 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -580,6 +580,7 @@ int ext2_fat_install_file(const char *path, int devfd, struct
2004 Dec 21
3
Problems installing Zaptel
Hi, I am new to asterisk. I have downloaded Asterisk and Zaptel from the cvs root. I am installing them on Mepis with linux-2.6.7 Whenever I try to do "make" in the zaptel directory, I get the following errors. make -C /lib/modules/`uname -r` /build SUBDIRS=/usr/src/zaptel modules make[1]: Entering directory `/usr/src/linux-2.6.7` make[1]: *** No rule to make target
2004 Sep 02
3
digitnetworks card issues?
Hi, I've purchased two x100p clones, and when I try accessing a line from asterisk with something like this: exten => _1NXXNXXXXXX,1,Dial(Zap/2/{$EXTEN}) (is that only supposed to put you on channel 2 or actually dial the # for you?) but I first hear noise, then a dial tone, but as soon as I start dialing numbers I get feedback and noise, and the call doesn't go through. Any
2007 Aug 07
3
Virtualisation of Netware?
Hi, I am hoping someone can kick me up the learning curve (!) on Virtualization: We have an old piece of data logging software that was written in Turbo Pascal 6 using a file I/O module tuned to Netware and so it expects its data files to be on a Netware server and will not access them locally or via an MS/Samba share - essentially, it uses direct NCP calls for parts of its data access. The
2004 Aug 29
2
zaptel configuration
Hi, I've been trying to get my zaptel x100p cards working for the past week now. this is what I've done: installed asterisk: make clean make linux 26 (for fedora core 2) make install installed zaptel: make clean make make install did a modprobe zaptel, and wcfxo got this in /var/log/messages: PCI: found IRQ 11 for device 0000:00:0f.0 wcfxo: daa mode is 'FCC' found a
2004 Aug 20
1
x100p won't answer
Hi, I just got two digium x100p clones and installed asterisk on fedora core 2 which took some tweaking. After getting asterisk up I installed the zaptel stuff - then modprobed zaptel, wcfxs (for the fxo cards), which worked fine. ztcfg is showing two channels configured, but when I start asterisk and do show channels, i see no active channels. zapata.conf has: signalling = fxs_ks
2004 Aug 22
3
zap show channels - no such command
Hi, in response to a previous posting regarding getting the x100p to work, I was told to run "zap show channels," but when i do i get "no such command 'zap'" There was a previous posting on this, but the guy never posted the solution. thanks, Imran
2002 Dec 03
1
rsync 2.5.5 port to Novell NetWare
Hullo, all. I diligently consulted the suggested reading on the way in: > Welcome to the rsync@lists.samba.org mailing list! PLEASE READ THIS > IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING: > http://www.tuxedo.org/~esr/faqs/smart-questions.html 'Twas a quick read, given that I'm the co-author. ;-> I recently received an odd inquiry from someone I didn't know at all,
2004 Sep 21
3
Samba server authenticating to NetWare server?
Hello, I've been Googling and O'Reillying around this problem for the last week without success, so I'm either stupid or it's not possible. My money's still on stupid. Can someone confirm that I can't do what I want to do: - Have a SuSE 9.1 Linux box running Samba 3.0 exporting shares by SMB. - Have users log into Windows boxes running a NetWare client,
2004 Mar 15
2
Speed issue
Hi all, I am trying to migrate a NetWare file server to samba (on Red Hat 9). My problem is that unfortunatelly samba is somehow painfully slow, when we run DOS programs from it on the client machines. The NetWare server is an ancient machine. P1, probably. The Samba server is P4 3G, 1G RAM, RAID mirroring, etc. We are running and old DOS program on the client machines, and when it's
2015 Sep 09
1
[PATCH v1 1/1] extlinux: fix memory leak
devname is put on heap for all cases to avoid memory leak, and ease of use in future as well Signed-off-by: Imran Zaman <imran.zaman at intel.com> --- extlinux/main.c | 48 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/extlinux/main.c b/extlinux/main.c index 55a1495..7bb7443 100644 --- a/extlinux/main.c +++
2005 Mar 18
3
what to do ??
Howdy All, I am the adminstrator in a school which has netware 4.11 ( five servers in the nds tree )as its main student platform. This has been working very well over the past 6 years or so. The school has the ability to obtain a microsoft solution at no cost ( except for the new hardware required, which is the reason for this email in the first place ). Advice and opinions are sought on the
2000 Aug 31
1
Novell support
Howdy everyone, I'm new to this list and new to Samba (although others at my company have experience with it). Anyway, I'm sure this has come up many times in the past but I have several Netware servers that people at remote sites need access to. The clients are Windows 95/98/NT, they all connect to their own NT domain (one domain per site), and they do NOT want to install the Novell
2004 Sep 02
1
no dial tone when dialing out on vonage
Hi, I'm trying to dial out on a vonage line connected to a zap channel using stuff like: exten => 200,1,Dial(Zap/2/${EXTEN}) but it doesn't work - when i dial in the extension, i can see on a phone connected to the same line that it's gone active - but there's no dialtone. also tried adding a wait period before accessing the line and exten =>
2007 Sep 04
1
Rsync & the changing File 'Date Modified'
I am using Rsync to backup 4 Linux/Samba servers to a Netware 6.5 server over a VPN. Also using cyRsync to backup XP computers to the same Netware 6.5 server ovre a LAN. Rsync is run from a cron job on the Linux servers and the actual process works fine. However, I have found that when I rsync to the Netware Server from either Linux/Samba or Xp, the file Date Modified is changed to something like
2004 Nov 11
2
most stable sata raid cards for centos
Hi, What are the most stable sata raid cards for centos. Looking at sata raid1 setup. Kind Regards, Imran ************************************* This electronic transmission is strictly confidential and intended solely for the addressee. If you are not the intended addressee, you must not disclose, copy or take any action in reliance of this transmission. *************************************