Displaying 13 results from an estimated 13 matches similar to: "-managed"
2001 Sep 27
4
ssh2 key passphrase problems in 2.9.9 on Linux
I've just compiled and installed openssh-2.9.9p2 (compiled against
openssl-0.9.6b using gcc-3.0.0) on a Slackware 7-based Linux machine
(kernel 2.4.6ac2). The previously installed version was 2.9p2, compiled
against openssl-0.9.6a, also with gcc-3.0.0, but with a different build of
gcc-3.0.0.
Everything seems to work fine except for one problem: passphrase matching
for ssh2 keys
2003 Apr 29
2
Samba, Linux, and file locking
Many moons ago, Samba used to build perfectly on Linux. Ever since I
upgraded from 2.2.3, though, I've had to hack the configure script to
get it to build, because Samba's configure is utterly and unshakeably
convinced that no file locking of any kind exists on Linux. Once so
configured, it builds, tests and runs perfectly.
Can anyone tell me why Samba started disbelieving in
2003 May 01
1
red hat linux8.0 to windows communication
Hi,
I'm working on red hat linux8.0. I need to fetch files from windows.
So i Installed samba on my linux machine. Can u please tell me how can i
contact windows machine from linux and view files and copy that into
linux?
Do i have to install samba client for windows 2000?? if so, can u please
tell me where can i get that and what to be done for installing the same.
Pls help me in this
2001 Oct 03
1
err:win:GetDesktopWindow .....
I appear to have wine almost working, except for this:
$ wine --debugmsg fixme-all d:\\<any .exe>
err:win:GetDesktopWindow You need the -desktop option when running with
native USER
And no, this is the *only* error I'm getting aside from font fixmes.
What do I need to do to fix this or figure out what's causing it?
--
********* Fight Back! It may not be just YOUR life at
2001 Oct 04
2
Tried a different tack ....
I installed the latest Codeweavers preview build (binary RPM, ugh!), and
the DeskTopWindow error I was experiencing building from cvs is gone. All
the font fixme warnings (which had, at one point, gone away) are back, and
I'm back to the previous error I was getting before DeskTopWindow:
babylon5:alaric:~:46 $ wine --debugmsg fixme-font d:\\install.exe
Invoking /opt/wine/bin/wine.bin
2001 Oct 01
2
FTP-to-CVS instructions
There's one section missing from the instructions for downloading a
tarball via FTP and migrating it to cvs.
I speak, of course, of the paragraph that explains that so many files end
up missing this way that after three tries you will give up, rm -rf wine,
do a full cvs -z 3 checkout wine, and kick youself hard for not just doing
a full checkout in the first place because then you'd have
2001 Dec 20
0
A hypothetical question ....
First of all, this isn't a troll or a flame, it's a serious question.
(Well, OK, two.)
Is *ANYONE* known to have *EVER* gotten WINE to work with any Xserver
other than XFree86? (AccelX, MetroX?)
When was the last time anyone *tested* it on anything other than XFree86?
I ask this because, about five years or so ago, I was using the WINE that
was current at the time on XFree86 with a
2016 Jun 16
0
Wine release 1.8.3
The Wine maintenance release 1.8.3 is now available.
What's new in this release (see below for details):
- Various bug fixes.
- A lot of NVidia cards added to the GPU description table.
- Updates to the National Language Support files.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.8/wine-1.8.3.tar.bz2
2003 Mar 20
0
Samba-2.2.8 configure problem, locking reported unavailable
I'm trying to upgrade a Linux system that's already running Samba-2.2.7
to Samba-2.2.8. However, whenever I run configure, it complains that it
can find no locking available. 2.2.7 did the same thing, and I
obviously found a way to convince configure that yes, Virginia, there IS
file locking on Linux (DUH!), but I can't remember what I did. Has
anyone else run into this problem, and
2003 Mar 20
0
SWAT authentication failing
I have Samba-2.2.7 running on two machines, one running Solaris 2.8 and
one running Linux. I'm suddenly finding myself unable to authenticate
to SWAT on the Linux machine, although network clients can still connect
and the same username and password works for smbclient -L.
Anyone have any insights into this one?
--
.********* Fight Back! It may not be just YOUR life at risk.
2009 Mar 26
0
assert2-0.4.6 provides assert_xhtml, an alternative to assert_select
Rubyists:
Consider the following monstrosity, coded using assert_select:
assert_select "div#logo_box img[src=/0000/0001/logo.gif][alt=My Company]"
Now, behold it rewritten to use assert_xhtml:
assert_xhtml do
div.logo_box! do
img :src => /logo.gif$/, :alt => ''My Company''
end
end
That sample contains more Ruby; it''s not just
2016 Apr 15
0
Wine release 1.9.8
The Wine development release 1.9.8 is now available.
What's new in this release (see below for details):
- More work towards the WineD3D command stream.
- Bug fix update of the Mono engine.
- More WebServices reader support.
- Still more Shader Model 5 support.
- Support for gradients in metafiles.
- Improved table formatting in WinHelp.
- Various bug fixes.
The source is
2008 Mar 26
0
Xen and Solaris 2.6 SunOS 5.6
Hello everyone,
We have an _OLD_ Solaris 2.6 (Intel) box still running. There''s some
proprietary programs we have running on it and we don''t have the
programmer time to port it to a newer version or to linux. I was
wondering (hoping) someone has been able to get Solaris 2.6 running
under Xen.
As a side note. Has anyone had any luck getting NT 3.51 to run under
Xen? =)