search for: proably

Displaying 20 results from an estimated 50 matches for "proably".

Did you mean: probably
2011 Feb 13
2
using an lvm for kvm vm
Is there a simple way to directly install a vm on an lvm (or proably seperate LVM's for root and swap)? For example something like: lvcreate -L 10G -n testvm_root vg_myvg lvcreate -L 1G -n testvm_swap Then somehow setup the VM to be able to directly install and boot the vm from these LV's. How do I do this? Could you then pause the virtual machine and...
2006 Jun 29
5
2D display in Rails
Hi, Imagine you have a program that contains information on an entity called a Player. There can be lots of Players, say a thousand of them. Players have 20 or so attributes, two of them are an X and Y position. The Players'' attributes are updated many times per second. Now imagine you need to create a web app that shows a 2D overhead display of the all the Players. A grid should be
2018 Dec 15
2
Upgrade to 2.3.1 has failed
...omi: >> I've posted te full output from dovecot -n to https://pastebin.com/F8Ra >> C4bt You again broke your setup. From your pastebin: ssl_cert = /etc/certbot/live/privustech.com/fullchain.pem That's missing the "<" in front of the path to the certificate file. Proably the same mistake for the ssl_key parameter. Alexander
2015 Jan 29
3
rfc2307 deprecated in Windows 2012 R2?
...ically for users and groups in an entire domain that should be pretty generic to be reused. It also mirrors the logic used in automatic winbind UID/GID generation to be able to coexist in an environment where not all hosts are migrated to rfc2307 yet. If you want it I can give it to you, but as you proably would want to write your own powershell-script you would set properties for users and groups using these two cmdlets and some foreach-logic looping over your search bases, users and groups: Set-ADUser -Identity $username -Replace @{uidNumber=$uid;gidNumber=$primary_group_gid;unixHomeDirectory=$hom...
2018 Sep 14
4
Winexe, samba 4.8, sigsev...
I'm using 'winexe': https://sourceforge.net/projects/winexe/ but this repository, compiled against samba 4.5, and works like a charm: https://sourceforge.net/u/mstowe/winexe/ci/master/tree/ I've tried to recompile them against samba 4.8 (louis repo), and compile flawlessy, but if i try to run them: winexe[10549]: segfault at 138 ip 00007fb165a2f3a4 sp 00007ffdf432a880 error
2006 May 22
5
Using mongrel cluster
Me thinks the docs might need a bit of fleshing out ;P http://mongrel.rubyforge.org/docs/mongrel_cluster.html At the very least, what vars can go in its config. Joe -- Posted via http://www.ruby-forum.com/.
2015 Jan 29
2
rfc2307 deprecated in Windows 2012 R2?
...tire domain that should be pretty generic to be reused. >> It also mirrors the logic used in automatic winbind UID/GID generation >> to be able to coexist in an environment where not all hosts are >> migrated to rfc2307 yet. If you want it I can give it to you, but as >> you proably would want to write your own powershell-script you would >> set properties for users and groups using these two cmdlets and some >> foreach-logic looping over your search bases, users and groups: >> >> Set-ADUser -Identity $username -Replace >> >> @{uidNumber=$ui...
2006 Jun 06
11
Instant Rails speed on my puter..
Hi. I''ve installed Instant Rails, and when testing my rails apps, I''m noticing the load time is quite noticable. I''m concerned when I convert to real produciton, going live, if there''s going to be the same delay, plus additional bandwith traveling time. I am running on a pentium 4.. Insights on speed.. Thanks Dominic Son -- Posted via
2018 Mar 24
5
Redirected folders no longer working correctly
I have a new problem. I'm currently running Samba4 4.4.16 as an AD/DC. I've been running this AD/DC for several years now. I am using redirected folders. Up to now, domain users logging onto any domain member Windows workstation would get their desktop. Recently I discovered that users now only get their desktop on their "usual" workstation, and the Desktop Target is in fact
2015 Jan 30
3
rfc2307 deprecated in Windows 2012 R2?
...y generic to be reused. >>>> It also mirrors the logic used in automatic winbind UID/GID generation >>>> to be able to coexist in an environment where not all hosts are >>>> migrated to rfc2307 yet. If you want it I can give it to you, but as >>>> you proably would want to write your own powershell-script you would >>>> set properties for users and groups using these two cmdlets and some >>>> foreach-logic looping over your search bases, users and groups: >>>> >>>> Set-ADUser -Identity $username -Replace &...
2007 Apr 03
4
binding JAVA, rushing!
Hi, I met a problem when I binding JAVA. 1. download xapian-bindings-0.9.10.tar.gz to my local. 2. unzip binding file. 3. input ./configure --with-java in cygwin. 4 give me error: checking for java... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/java checking for javac... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/javac checking for jar... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/jar
2006 Aug 17
4
Many rails sites are going slow lately?
Has anyone else noticed that a lot of rails powered sites (eg, typo blogs, http://dev.rubyonrails.org/, etc) have been taking a long time to render pages or are not resolving at all? What is causing this? Is it related to DOS attacks, poor programming, etc? -- Posted via http://www.ruby-forum.com/.
2018 Dec 15
0
Upgrade to 2.3.1 has failed
...ovecot -n to https://pastebin.co > > > m/F8Ra > > > C4bt > You again broke your setup. From your pastebin: > > ssl_cert = /etc/certbot/live/privustech.com/fullchain.pem > > That's missing the "<" in front of the path to the certificate file.? > Proably the same mistake for the ssl_key parameter. > > Alexander > -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181215/6c61c365/attachment.html>
2017 Oct 31
1
TLS Authentication Protocols
Hi, We are planning to integrate CISCO-ISE with Samba-AD (Version 4.6.5). Websense gateway / proxy are all properly integrated and even single sign-on is properly functioning. However, before attempting integration of Cisco ISE with Samba-AD, through I should clarify on the following. Hence writing this mail. Cisco ISE supports LDAPs with Following authentication methods: * Extensible
2018 Mar 27
0
How to change Domain password as normal user?
...the normal passwd program or kpasswd (if you have > kerberos clients progs installed) or from a joined windows client. > I'm trying this from a domain member, and from a yad script that run upon login and checks the expiration of the password. It was a script given to me by Roland, but proably he expected the change to be done from root. I can change the pw using the normal 'passwd', and that does change the domain crentials, but as this is done in a script, I need something that will work with stdin. I've triled chpasswd, but that is only permitted by root. The following...
2018 Sep 17
1
Winexe, samba 4.8, sigsev...
Mandi! Oliver Rath via samba In chel di` si favelave... > winexe seems to be orphaned since 2013, so there is proably some > compatibility issue. Nevertheless, Microsoft himself changed his mind > and includes now sshd in Windows by default (you have to activate it). > So you could use - as an alternative to winexe - ssh (by public key > authentication) and use powershell or cmd for whatever you want....
2006 Mar 07
1
Understanding ActionPack
So in order to user form_tag_with_upload_progress, it appears that I need stuff that''s in the following: actionpack/lib/action_view/helpers/upload_progress_helper.rb Do I have to do something specific to get access to this stuff or is it included automagically? Thanks, Wes Gamble -- Posted via http://www.ruby-forum.com/.
2006 Jan 25
0
GPLv3 + MySQL + Rails
...as with 0x00, mysql is not modified in any way.. the second one seems a bit more vague - perhaps youre not distributing mysql with the app, if they have a server to run on it and ''apt-get install mysql'' on their own. from an essence standpoint, if i was a fan of MySQL i would proably buy a license in either case, unless the company was a non-profit and strapped for cash, but considering how many times ive had to repair corrupt tables in the past and had interface libraries randomly break with version upgrades im looking around - maybe postgres is better in this regard.. --...
2005 Jul 20
1
Play Dialtone - get digits
I'd like to write a snippet of dialtone that plays dialtone and collects a specific number of digits into a variable. Sort of like READ but with a generated dialtone. Naturally, I want the dialtone to stop playing after the first digit. I can't find this anywhere. Only thing I can think of is a no-password DISA. Is this the correct method? Is there a better one? </edg>
2005 Nov 13
0
Again: Re: MSN keeps disconnecting with load balancing (fwd)
This ''MSN'' is a web site? Im guessing it ''refresh''es every 5 minutes or so. They are proably testing cookies against the ip address they appear to be comming from. This is horribly wreckless of them if they arnt offering IPv6. Are they? They only way i have to remedy this problem is to get their IP range and bind it to the most stable connexion you have, defeating the load-balancing, a...