Displaying 20 results from an estimated 20000 matches similar to: "Looking for Windows port"
2006 Jul 25
1
login to ms access db very slow on samba 3.x
hi everybody
we have been reading through the archives for quite some time now, and
could not find a solution to our problem. please excuse if we overlooked
something and our question was already answered elsewhere...
we have Samba version 3.0.14a-Debian running on (you guessed it) debian
with kernel 2.6.8-2-386.
ever since our migration from samba 2.x we have speed issues with an ms
2006 Apr 03
2
Looking for an example ...
... for overriding the default behavior of scaffold''s builtin create
and update handlers.
Any help would be grealy appreciated!
-Andy
--
Posted via http://www.ruby-forum.com/.
2007 Feb 07
3
OTP?
Hello,
I was wondering where I might find more information about using OTP as
an authentication protocol with dovecot. In searching, I found a thread
from 2004, but not much information about how it has progressed from
then. I also saw some promising patches from mid-last year, which if I
had to guess are probably the addition of support for the SASL OTP
mechanism. Is this available in a
2006 Apr 14
11
Whats the best Ajax way to update a textarea''s text?
I am looking for a way to update the text-value within a textarea from
an Ajax render call inside of a controller. Is there a way to do this
without rendering an the partial containing the textarea?
Thanks,
Andy
--
Posted via http://www.ruby-forum.com/.
2003 Nov 10
3
Asterisk and Polycom Soundpoint IP600
This Polycom phone seems to be one of the best on the market for sound
quality and features. I have seen on the list that some people have gotten
the IP 600 to work with Asterisk. Does anyone have the details of how to
get this working i.e. XML phone config files, and any thing else I might
need to know.
Thank You,
Chad Cowan
-------------- next part --------------
An HTML attachment
2008 Aug 06
1
grid layout scaling viewport width based solely on height
Hello all,
I'm trying to write a function that produces a main plotting region
with several square plots along the right side. Ideally the size of
right side plots will scale only with the height of the entire plot,
yet never overlap with another secondary plot. The following two
snippets get close, however, as I resize the plot horizontally the
right side plots (green squares) get smaller
2009 Jul 03
1
Dynamic libraries
I am trying to write a dynamic linked library for R, in Pascal. (This
is to speed up the execution of a simulation that I am running in R.)
I know Pascal might not be the perfect language for this (C or Fortran
being more natural), but from what I have read I think it should
work. Though I should point out that I am a neophyte when it comes to
DLLs.
From R I want to hand a function in
2016 May 12
2
Compile Samba for Windows Use - SMBClient.exe mainly
I have an odd use case where I need to get the Samba Client (SMBClient.exe) compiled for use on a Windows 2012 server to access another Windows 2012 Server through SMB. I have scoured the internet, posted to forums, and even emailed authors that have compiled older version of Samba with no luck. For example Lee Peckham complied just the client and posted it here:
2016 May 16
2
Compile Samba for Windows Use - SMBClient.exe mainly
On Mon, May 16, 2016 at 03:20:26PM +0000, Allan P. Dynes wrote:
> The couple people that did successfully compile it it seems were on Windows XP. I'm going to start up a 32-bit XP machine virtual machine and install only cygwin and what I believe are the dependencies and see how far I can get. I'm currently out of town so I'll try it either later in the week or next week.
As
2006 Apr 03
4
Layout Question w/ code from vendor library
I am new to Ruby on Rails in general and apologize if this question is
trivial and/or has been asked before ( my searches did not turn up any
threads ).
I am using the cookies function from actionpack which I have located in
my vendor/rails/actionpack directory.
Using:
cookies[:username] and cookies[:password]
from within a controller file works just fine, I am able to set and read
2017 Sep 08
1
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hai,
Dit you set :
acl allow execute always = yes
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Nils
> Wieseloh via samba
> Verzonden: vrijdag 8 september 2017 9:43
> Aan: nils.wieseloh at vit.de
> CC: samba at lists.samba.org; Brian Cowan; samba
> Onderwerp: [Samba] Antwort: Antwort: Re: Windows 10 and
2007 Jan 20
4
Looking for player recommendations...
I'm looking for personal recommendations for low cost flash based
players which support Vorbis (speex and flac support would be nice,
but aren't mandatory). Solid support (no weird limits for low and high
bitrates) is required.
I'd be buying a fair quantity of them to give away as prizes and gifts.
I'd rather purchase players which have native Vorbis support rather
than buying
2006 Nov 16
3
STATUS_INVALID_LOCK_SEQUENCE when writing to a file....
[Note to moderator, I couldn't remember which email account I subscribed
to this list from. Sorry...]
Hi All,
Have any of you seen this little darling of an error on writing to a
file? The sequence of events goes something like this:
1) File is opened for reading on a Samba server with oplocks disabled.
Open request is requesting a batch oplock.
2) File open SUCCEEDS. (Should this have
2012 Sep 11
1
CRAN, install packages problem on networked PC
Dear List,
I have a problem connecting to a CRAN mirror through a networked computer running Vista Enterprise on a Dell PC. I added
http_proxy=http://gannet/ http_proxy_user=ask
to the Target in the R shortcut, completed the username and password in the Proxy Authentication window, but get the following warning:
Warning message:
In open.connection(con, "r") : unable to resolve
2006 Apr 07
5
Confusion about has_many / belongs_to ...
I have a table called players and its model Player, and I have a table
called games and its model Game.
In the games table I have:
player1_id int(11)
player2_id int(11)
I want the tables to be associated so that I can access the player
objects using table.player1 and table.player2 rather than having to
lookup the objects based on the ids.
I am not sure how to go about this but I suspect I
2006 Apr 24
9
Confusion with expressing many to many relationship
Hi folks, I am in the process of converting an existing non-rails
application to rails, and am not sure what the best approach would be
for specifying the relationship between the two sets of data.
I''ll describe the existing table structures first.
Table 1: Urls
Each url has a unique id and two lists of Phrases, these are currently
setup as varchars with "," delimitation -
2008 Oct 11
6
size_t and printk and Xen
I am adding code in Xen that printk''s a size_t and find that
I can''t write code (short of ifdef''ing) that compiles on
both 32-bit and 64-bit because size_t is typedef''d in Xen as an
unsigned long. C.f.
http://www.velocityreviews.com/forums/t438359-portable-way-to-printf-a-sizet-instance.html
It appears that the %z format is understood by Xen printk.
Is the
2009 May 22
0
[LLVMdev] CMake build maturity [was: Re: Arm port]
Hi, just chiming in here...
Óscar Fuentes wrote:
> [...]
>
> This is a simple guide for using cmake with LLVM:
>
> http://www.llvm.org/docs/CMake.html
>
> The makefiles distributed with LLVM have nothing to do with cmake.
>From the few times I tried building LLVM with CMake I got the impression
that it wasn't completely mature yet (the "TODO" sections in
2016 May 16
2
Compile Samba for Windows Use - SMBClient.exe mainly
does Pydio not accept UNC paths in place of a local path? this has worked
for me in other php things, as long as IIS is running under an account with
network share permissions.
On Mon, May 16, 2016 at 4:39 PM Allan P. Dynes <ADynes at whgardiner.com>
wrote:
> That's what I'm hoping for since I've been unable to compile on Windows 7
> x64. I am getting the same errors
2006 May 03
2
rake appdoc Question regarding comment formatting
I tried googling and searching the forums here but was unable to locate
an answer, please forgive if this has been covered.
Is there any way to provide formatting guidelines to dictate how parsed
comments are displayed in the resulting html? In the simplest example,
is there a way to specify a linebreak (break tag)?
Thanks,
Andy
--
Posted via http://www.ruby-forum.com/.