similar to: share printing with Win95C (OSR3)?

Displaying 20 results from an estimated 1000 matches similar to: "share printing with Win95C (OSR3)?"

2006 Oct 26
0
Re: openssl server/client classes
On Oct 26, 2006, at 1:20 AM, Thorsten Sandfuchs wrote: > any comments or better suitable tools? If you''re talking about generating certificates, CA.pl is the "gold standard" and usually included in your distribution - if not, you should find it in the contrib/ tree of the openssl source distribution. -- Erik Hollensbe erik@hollensbe.org
1998 Sep 27
1
Sv: R-beta: windows and dynload. ?Win98
It does, at least for a while. But when various more or less well behaved programs enter the scene (harddisk) things changed, at least for me. Reinstallation of R or windows didn't help, and I did not want to start again from scratch with a reformat. I used rw0613. -----Oprindelig meddelelse----- Fra: Douglas Steele <Douglas at dsteele.demon.co.uk> Til: r-help at stat.math.ethz.ch
2002 Feb 26
3
err:module:map_image
Hi there, I'm trying to get the game Halflife working with Wine. I downloaded the latest Wineversion with CVS. I built it with : # ./configure --prefix=/usr/wine --enable-opengl # make depend && make && make install Then I insert the halflife cdrom and do: # mount /mnt/cdrom # cd /mnt/cdrom # wine SETUP.EXE It loads up the Halflife install wizard (progressbar goes from 0 to
2006 Sep 02
15
service restart failures
Puppet is failing to restart lighttpd using the Debian init script. Both the default action of stop/start and using the reload action, which basically does the same thing, fail. It seems to be a filehandle problem. Changing the execute method in service.rb to redirect stdout to /dev/null allows the daemon to restart. Otherwise, I end up with a zombie process and according to strace, ruby
2007 Jan 12
2
Best graphviz settings
So, Anyone playing with the graph files yet? Just wondering if anyone has discovered a really good set of parameters to pass to dot to get the best looking graphs (OmniGraffle looks nice but I don''t want to pay for anything and want a way to generate graphics from the command-line). -- DK
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
The current llvm/llvm-gcc4.2 svn is now fixed with respect to the extra warnings that were being emitted by the gfortran compiler. The gfortran testsuite results under Intel Darwin9 are appended below. Jack Native configuration is i686-apple-darwin9 === gfortran tests === Running target unix/-m32 FAIL: gfortran.dg/aint_anint_1.f90 -O (internal compiler error) FAIL:
2009 Aug 23
0
[LLVMdev] x86_64 darwin multilib gfortran testresults
Using the proposed patch for enabling the i386 multilib under the x86_64-apple-darwin build... http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-August/025040.html the following gfortran testsuite results are obtained... Native configuration is x86_64-apple-darwin10 === gfortran tests === Running target unix/-m32 FAIL: gfortran.dg/aint_anint_1.f90 -O (internal compiler error) FAIL:
2008 Jun 10
1
[LLVMdev] llvm-gcc4.2-2.3 gfortran failures
Building llvm 2.3 and llvm-gcc4.2-2.3 on Mac OS X 10.5, I am seeing the following failures remaining in the gcc 4.2.1 gfortran testsuite... LAST_UPDATED: Native configuration is i686-apple-darwin9 === gfortran tests === Running target unix FAIL: gfortran.dg/actual_array_constructor_1.f90 -O1 execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O2 execution test FAIL:
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
Building the prerelease of llvm-gcc 2.4 on Intel darwin9 with the following patch... --- llvm-gcc-4.2-2.3.999-20081024.source/gcc/stub-c.c.org 2008-10-30 18:55:45.000000000 -0400 +++ llvm-gcc-4.2-2.3.999-20081024.source/gcc/stub-c.c 2008-10-30 18:57:29.000000000 -0400 @@ -157,3 +157,27 @@ { gcc_assert(0); } + + +bool cvt_utf8_utf16 (const unsigned char *, size_t, unsigned char **, +
1999 Sep 04
0
[Fwd: win 95b, win 95, encrypted passwords]
Wayne, Try this on the main samba mailing list. I've forwarded it there for you. <samba@samba.org> Mailing list information can be found at http://listproc.samba.org Cheers, jerry Wayne Fool wrote: > > I am confused about this password issue, I have samba 2.0.5a running on > a 486/dx2/66 as a print server for 3 computers, one is a win 95b and the > other is a win
1999 Sep 05
0
win 95b, win 95, encrypted passwords
A while back, Wayne Fool wrote: > I am confused about this password issue, I have samba 2.0.5a > running on a 486/dx2/66 as a print server for 3 computers, one is a > win 95b and the other is a win 95 (pre b), the other is a dos > computer (but that is another story, I'll tackle that one later). > > My network administrator says I must use encrypted passwords so I >
2008 Feb 27
4
[LLVMdev] llvm/test: suffix or operands invalid for `push'
Hi all again, llvm is failing the 2006-11-30-NoCompileUnit and 2006-11-30-Pubnames tests on me. -m32 and --disable-multilib didn't change the outcome. Did I get the command wrong? I tried jo at kurier:~/Delta/llvm/test$ CFLAGS=--multilib make check See below for a transcript of the failed check. What next? Regards, Jo -- snip -- jo at kurier:~/Delta/llvm/test$ make check llvm[0]:
2012 Aug 30
0
[PATCH 02/11] vmci_datagram.patch: VMCI datagram entity handling.
Signed-off-by: George Zhang <georgezhang at vmware.com> --- drivers/misc/vmw_vmci/vmci_datagram.c | 583 +++++++++++++++++++++++++++++++++ drivers/misc/vmw_vmci/vmci_datagram.h | 55 +++ 2 files changed, 638 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/vmw_vmci/vmci_datagram.c create mode 100644 drivers/misc/vmw_vmci/vmci_datagram.h diff --git
2012 Aug 30
0
[PATCH 02/11] vmci_datagram.patch: VMCI datagram entity handling.
Signed-off-by: George Zhang <georgezhang at vmware.com> --- drivers/misc/vmw_vmci/vmci_datagram.c | 583 +++++++++++++++++++++++++++++++++ drivers/misc/vmw_vmci/vmci_datagram.h | 55 +++ 2 files changed, 638 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/vmw_vmci/vmci_datagram.c create mode 100644 drivers/misc/vmw_vmci/vmci_datagram.h diff --git
2018 Feb 03
0
Unfortunate results from fake-super
On 03/02/18 13:20, Dave Gordon via rsync wrote: > When using fake-super mode in an rsync receiver, anything that's neither a > file nor a directory (e.g. devices, symlinks, etc) is converted into a file, > and properties such as original ownership, filetype, and permissions are > stored in a specific extended attribute. > > In the case of a symlink, the contents of the link
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
Anton, With regard to the gfortran test cases which don't fail on x86_64 Linux, these are the exact gfortran.log entries for them under i686 Darwin9... > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (internal compiler error) > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (test for excess errors) Executing on host:
2008 Jun 10
3
[LLVMdev] DejaGNU test fixes
Hi all, while writing a testcase thate needed to do a grep containg {, I found that the DejaGNU test framework didn't handle those very well. It's a bit of a fuss to escape accolades properly, but most of all the framework seemed to silently ignore errors in the escaping (and just not run the command then). See [1]. Fixing the framework resulted in 80 of the tests failing. I spent the
2018 Jan 15
0
Rsync 3.1.3pre1 released
On January 15, 2018 1:53 AM, Wayne Davison write: >I have made rsync 3.1.3pre1 available for testing. This release has a couple security fixes, a few new features, and a smattering of bug fixes. >Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. Incompatibility introduced at 3.1.3pre1. These are not present at master, which
2018 Jan 10
0
Intro: Randall
Greetings Rsync, Quick intro: I'm a port/platform maintainer for a variety of HPE NonStop Open Source ports including rsync, git, and a few others, and have been in the industry for far too long. Our port is currently at commit 1f83b51, which I'm planning to upgrade to 7706303 in the next few days. We had been able to stay on vanilla code until 1f83b51 when we had to introduce a
2020 Apr 29
0
Icecast Auto DJ
On Sun, Apr 26, 2020 at 11:32:10PM +0200, Marvin | OveralWiFi.nu wrote: > I’ve a question. I have a station now with Shoutcast and shoutcast > transcoder for 2 bitrates. 192kbps mp3 and 64 kbps aac+. > > I want to transfer these to Icecast. I’ve an working icecast server > but i need an auto dj that can encode 2 bitrates, 192kbps mp3 and > 64kbps aac. > > I had a working