search for: sysprog

Displaying 12 results from an estimated 12 matches for "sysprog".

Did you mean: sasprog
2012 Dec 09
1
Another SSH client on Windows
Dear All, I just wanted to announce another free SSH client on Windows capable of working with OpenSSH. The too is called SmarTTY and is available via http://smartty.sysprogs.com/ Could you guys please reference it at the Win32 alternatives page (http://www.openssh.org/windows.html)? Best regards, Ivan Shcherbakov
2000 May 30
1
Samba under Linux
...Willis wrote: > > Jeremy, > > I don't know if you are the correct person but you are the first on the Web page. > > I'm looking at running SAMBA on a OS/390 Linux under VM. > > 1. is this possible, > 2. has anyone done it ? > 3. How do I do it (I'm a VM sysprog not a Linux/UNIX person) If this is a standard Linux system, you should be able to download the Samba source code and just do a : ./configure make make install (as root) I'm CC:ing to the list as I'm sure many people would be interested in your experiences of getting Samba running on an...
2023 Oct 31
1
system()/system2() using short paths of commands on Windows?
...t; The problem is in runscript.tlu, when it looks at "progname", it parses > it assuming it is the full name, looking for "-sys" suffix, which won't > be in the short name: > > progname, substcount = string.gsub(progname, '%-sys$', '') > local sysprog = (substcount > 0) -- true if there was a -sys suffix removed > > and it does further processing using the program name. > > This has to be fixed on the luatex end, it must be able to work with > short paths (e.g. expand it appropriately). You could probably work > around the...
2023 Oct 31
1
system()/system2() using short paths of commands on Windows?
...version doesn't work The problem is in runscript.tlu, when it looks at "progname", it parses it assuming it is the full name, looking for "-sys" suffix, which won't be in the short name: progname, substcount = string.gsub(progname, '%-sys$', '') local sysprog = (substcount > 0) -- true if there was a -sys suffix removed and it does further processing using the program name. This has to be fixed on the luatex end, it must be able to work with short paths (e.g. expand it appropriately). You could probably work around the installation before it gets...
2023 Nov 16
1
system()/system2() using short paths of commands on Windows?
...n runscript.tlu, when it looks at "progname", it parses >> it assuming it is the full name, looking for "-sys" suffix, which won't >> be in the short name: >> >> progname, substcount = string.gsub(progname, '%-sys$', '') >> local sysprog = (substcount > 0) -- true if there was a -sys suffix >> removed >> >> and it does further processing using the program name. >> >> This has to be fixed on the luatex end, it must be able to work with >> short paths (e.g. expand it appropriately). You could p...
2007 Oct 12
0
Searching archives for Colinux
Newbie to the list. Are the archives searchable like Listserve archives, or do you just use Google? In another reality I am a mainframe Sysprog, so this stuff is somewhat alien to me. I would like to find previous postings on running Asterisk with CoLinux. I have the Win32 version of Asterisk installed and I have built Asterisk on Topologic Linux running under Colinux on the same WinXP system. I can dial from one Asterisk to the other...
2001 Mar 07
0
Problems upgrading samba
...[apps] comment = PC Applications path = /thorium/apps public = no writeable = yes [globalwin] comment = Global PC Apps path = /thorium/globalwin public = yes guest account = nobody writeable = no guest only = yes -- William Colburn, "Sysprog" <wcolburn@nmt.edu> Computer Center, New Mexico Institute of Mining and Technology http://www.nmt.edu/tcc/ http://www.nmt.edu/~wcolburn
2001 Apr 17
0
PCPine performs illegal operation writing fcc over samba
...send email without exiting. The samba version is 2.2.0-alpha3. I'm not sure exactly what is going on, but it looks like the samba seems to get some weird oplock errors. I am attaching a logfile (level 3) from the U: samba for an instance of pine running and exiting. -- William Colburn, "Sysprog" <wcolburn@nmt.edu> Computer Center, New Mexico Institute of Mining and Technology http://www.nmt.edu/tcc/ http://www.nmt.edu/~wcolburn
2023 Oct 30
1
system()/system2() using short paths of commands on Windows?
Sure. I'm not sure if it's possible to make it easier to reproduce, but for now the example would require installing TinyTeX (via tinytex::install_tinytex(), which can be later uninstalled cleanly via tinytex::uninstall_tinytex() after you finish the investigation). Then run: system2('fmtutil-sys', '--all') # or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH
2000 Jan 27
6
EGD requirement a show stopper for me
On Thu, Jan 13, 2000 at 17:34:10, Andre Lucas wrote: > Subject: /dev/urandom > On Thu, Jan 13, 2000 at 09:24:01AM -0700, SysProg - Nathan Paul Simons wrote: > > On Thu, 13 Jan 2000, Ben Taylor wrote: > > > > > On Thu, 13 Jan 2000, Max Shaposhnikov wrote: > > > > why ssh1.27 doesn't requre /dev/urandom on solaris? > > > > i think the commercial ssh uses a one time gener...
2003 Dec 01
0
No subject
...necessary. > > Anyone willing to answer questions from a prospective > Samba user? We have 3000 users with SAMBA running under linux, Solaris, and Digital/UNIX to provide them services. Only a max of about 60 users are ever logged in at any one time though. -- William Colburn, "Sysprog" <wcolburn@nmt.edu> Computer Center, New Mexico Institute of Mining and Technology http://www.nmt.edu/tcc/ http://www.nmt.edu/~wcolburn Return-Path: <baudouin@avenir-export.com> Delivered-To: samba@samba.org Received: from smtp2.9tel.net (smtp2.9tel.net [212.30.96.123]) by l...
2000 Jan 10
0
./configure --program-suffix doesn't work
-----BEGIN PGP SIGNED MESSAGE----- Just recently we installed ssh2 here to avoid problems in ssh-1.2.27. To keep backwards compatibility we installed openssh-1.2.1pre24. Unfortunately, the --program-suffix option for the configure script doesn't seem to work. In particular, i was trying to do './configure --prefix=/usr/local --program-suffix=1'. The programs did not compile with