Displaying 12 results from an estimated 12 matches similar to: "sftp client for OpenSSH / Emacs Ange-FTP"
2002 Mar 05
1
Wine & Halflife success, but ...
Hello
I got rid of my non-working wine installation (err: module: map_image) and
downloaded the newest wine-20020228 version.
I compiled it using :
# .tools/wineinstall
This script installed wine to /usr/local/bin :-( , but also wrote my
.wine/config and registry files :-)
Then I tried :
$ cd /mnt/c/Games/Halflife
$ wine hl.exe -- hl.exe -noipx -full -game cstrike -console
And it works
2020 Mar 21
0
Weird errors for shares since 4.12.0
Hi all,
I am experiencing something similar to what Andreas described on march 9th.
Since upgrade to samba-4.12.0, users can sometimes have errors on
accessing shares. Errors can be different, most often
NT_STATUS_SHARING_VIOLATION, but also "Invalid handle".
Just restarting smbd fixes the issue, for a while.
The server serves six shares: one or a few may be locked, the other are
2016 Sep 03
0
Ang: Re: Ang: Ang: Re: Ang: Re: attaching storage pool error
Hi, John, and thank you!
This was a very thorough and welcome response, I was wondering where all the storage guys were...
I will get back to you with more details later, specifically about multipath, since this needs to be investigated thoroughly.
I have, with trial and error method, during the elapsed time, been able to attach the NPIV pool LUN to a virtio-scsi controller, and it seems it
2016 Sep 02
0
Re: Ang: Ang: Re: Ang: Re: attaching storage pool error
On 08/24/2016 06:31 AM, Johan Kragsterman wrote:
>
> Hi again!
>
I saw this last week while I was at KVM Forum, but just haven't had the
time until now to start thinking about this stuff again ... as you point
out with your questions and replies - NPIV/vHBA is tricky and
complicated... I always have try to "clear the decks" of anything else
before trying to page how this
2004 Feb 18
0
Ang: How to write efficient R code
Hej Lennart,
I would like to add one thing:
Often, there already exists an R function that solves the problem at hand. Instead of writing your own function, search the help files [apropos(), help.search()]. What I some times find difficult though, is guessing what key words will produce relevant search hits...
Mvh
Sixten
>>> <Lennart.Borgman at astrazeneca.com> 2004-02-17
2007 Dec 06
0
How to get the users ang groups on the WINDOWS 2003 ADS
Hi,As we all know that using "wbinfo -u "or "wbinfo -g " we can get users or groups of A windows 200x ADS. And How can we write a c program to get a list of users and groups and keep them in a array ? Trendy From rsa at rb-com.com Thu Dec 6 03:17:31 2007
From: rsa at rb-com.com (Ray Anderson)
Date: Thu Dec 6 03:18:00 2007
Subject: [Samba] missing
2000 Dec 07
1
Function ang?
Dear R users,
can any one tell what the function "ang" means ?
thx.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2013 Feb 11
1
[LLVMdev] x86 vs. i386 in clang ang llvm
Hi,
I'm a bit confused with regard to the use of x86 and i386 in clang and llvm tools.
I'm using clang to emit llvm with –m32 on a x86-64 machine. This generates a file with a target triple that uses i386.
>From the i386 llvm file I generate a .bc file with llvm-as.
When I try to generate an object file with llc -mtriple x86 -filetype=obj I get the following error:
llc: target does
2004 Sep 29
0
Ang: Re: Dutch (DTMF) caller-ID
Hi all!
I am in the same situation here in Sweden, but I just got the X100 card and don t get it to work with DTMF caller ID.
Is the only way to solve this to buy a TDM400 card w FXO modules?
Is it just a driver question or a HW issue with the X100 card?
Where to find dok about the new keywords in conf files like "cidstart=polarity" in zapata.conf?
rgds
Gunnar
>>>
2016 Sep 03
2
Ang: Ang: Re: Ang: Ang: Re: Ang: Re: attaching storage pool error
Hi!
Report from my multipath tests today.
My test virtual machine, that runs from an NPIV pool, is not able to use multipath.
When I pulled the cable from one of the targets, it crashed.
But, strangely, it could boot up again on that other path, that it just crashed on.
That tells me it can use both paths, and is not limited to one of them only, but because the multipath layer isn't
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 Jan 28
6
Check if user is in right group
What is the best way of checking this?
I have 3 tables:
groups
users
group_members
class GroupMember < ActiveRecord::Base
belongs_to :group
belongs_to :user
validates_uniqueness_of :user_id, :scope => "group_id"
Then I want a method here that checks if a given user is a member of a
given group. What is the right way of doing that?
def