search for: my_pass

Displaying 20 results from an estimated 28 matches for "my_pass".

Did you mean: bypass
2015 Aug 25
6
echo password into bash script
Hey guys, I'm trying to echo my password into some commands inside of a bash script. But I think I'm going about it incorrectly. Here's the top part of my script: #!/bin/bash pub="~/.ssh/id_rsa.pub" dps_pass="my_pass" ssh="/usr/bin/ssh" scp="/usr/bin/scp" for i in 10.10.10.2{5,6} do echo "xfring key up" echo $dps_pass | $scp $PUB digitalplatform@$i: And here's how it executes: #bash -x deploy_key.sh + pub='~/.ssh/id_rsa.pub' + dps_pass='nbcuV01P!' + s...
2004 Feb 26
2
PPP Dial in
...case this matters... RH AS 3 / samba 3.0.0-14-3E Just switched dial in from Windows RAS server to Linux PPP server. I can't seem to figure out a way to allow Windows users to log in with Domain name i.e. /etc/ppp/pap.secrets client server password ip address DOMAIN\user * my_pass 111.222.333.444 "DOMAIN\user" * my_pass 111.222.333.444 DOMAIN\\user * my_pass 111.222.333.444 No matter what, I can't log on - if I use the domain. This means that the dial-in user can't access the domain without network browsing...which I have simplif...
2012 Mar 08
2
[LLVMdev] Alias analysis result
...e reason I have defined getAnalysisUsage method. Isn't that the > right way to do it? no, that gives you access to whatever alias analysis has been computed, but it doesn't specify what kind of alias analysis should be computed (there are several). Try something like this: opt -load=my_pass.so -basic-aa -run_my_pass ... Ciao, Duncan.
2012 Sep 19
1
[LLVMdev] Alias analysis result
Hi Welson, > In case "my_pass" is compiled into a standalone executable, how can I run the > specific alias analysis in the code? I suggest you work out what passing -basic-aa to opt does, how it works, and do the same in your code. Ciao, Duncan. > > Thanks > > On Thu, Mar 8, 2012 at 8:55 AM, Duncan Sands...
2012 Sep 18
0
[LLVMdev] Alias analysis result
Hi Duncan, In case "my_pass" is compiled into a standalone executable, how can I run the specific alias analysis in the code? Thanks On Thu, Mar 8, 2012 at 8:55 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi, > > > That's the reason I have defined getAnalysisUsage method. Isn't that the &...
2012 Oct 18
0
[LLVMdev] problem with my LLVM pass
...failed. > so the questions are: > > (1) how can i fix the Makefile, so i can compile my pass from anywhere? > > (2) is it (pass compilation) possible without the LLVM source code? I build a LLVM pass for my thesis to a .so file separately from the tree, and run it using opt -load my_pass.so -my_pass file.bc I don't claim that this is how it's supposed to be done, but it's working for me, so it's at least possible. I'm still learning a lot here. :) https://github.com/pbos/spinn/blob/master/Makefile The 'llvm-spinn.so' rule builds my pass, and an exampl...
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 19:55, PGNet Dev wrote: > On 11/13/20 9:56 AM, PGNet Dev wrote: >>> (2) see here: https://wiki.dovecot.org/Plugins/FTS/Solr >>> >>> two useful settings are debug and rawlog_dir=whatever to be added in >>> the same line as fts_solr > > with > > ????fts_solr = ... debug > > line #35 @ https://pastebin.com/9ecLQspD _looks_ like
2011 Oct 19
1
'doveadm quota get' dictionary SQL query ignores specified '@domain' part of username. bad config or bug?
...ct usage for quota, /etc/dovecot/dovecot.conf !include conf.d/*.conf protocols = imap lmtp dict { quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext } created the maps, /etc/dovecot/dovecot-dict-sql.conf.ext connect = host=/var/run/mysql/mysql.sock dbname=my_db user=my_user password=my_pass map { pattern = priv/quota/storage table = PARAMS username_field = MAILBOX_user_domain value_field = quota_bytes } map { pattern = priv/quota/messages table = PARAMS username_field = MAILBOX_user_domain value_field = quota_msgs }...
2012 Oct 18
4
[LLVMdev] problem with my LLVM pass
On Thu, Oct 18, 2012 at 5:42 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Jun, > > >>> don't use cmake? >>> >> >> you mean i should not use cmake? what is wrong here? > > > LLVM cmake support is missing all kinds of features compared to > configure+make > (search for cmake bug reports in bugzilla to find these). Your issue is
2015 Aug 25
0
echo password into bash script
...unphy wrote: > Hey guys, > > I'm trying to echo my password into some commands inside of a bash script. > But I think I'm going about it incorrectly. > > Here's the top part of my script: > > #!/bin/bash > pub="~/.ssh/id_rsa.pub" > dps_pass="my_pass" > ssh="/usr/bin/ssh" > scp="/usr/bin/scp" > for i in 10.10.10.2{5,6} > do > echo "xfring key up" > echo $dps_pass | $scp $PUB digitalplatform@$i: > > > And here's how it executes: > > #bash -x deploy_key.sh > + pub='...
2015 Aug 25
0
echo password into bash script
...kirjoitti: > Hey guys, > > I'm trying to echo my password into some commands inside of a bash script. > But I think I'm going about it incorrectly. > > Here's the top part of my script: > > #!/bin/bash > pub="~/.ssh/id_rsa.pub" > dps_pass="my_pass" > ssh="/usr/bin/ssh" > scp="/usr/bin/scp" > for i in 10.10.10.2{5,6} > do > echo "xfring key up" > echo $dps_pass | $scp $PUB digitalplatform@$i: > > > And here's how it executes: > > #bash -x deploy_key.sh > + pub='...
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
...SOLR_AUTH_TYPE=basic SOLR_AUTHENTICATION_OPTS="-Dbasicauth=myuser:my at pass" and dovecot/conf.d/10-master.cf fts_solr = url=https://"myuser":"my%40pass"@solr.example.com:8984/solr/dovecot/ use_libfts soft_commit=yes batch_size=250 changing all - my at pass + my_pass so that fts_solr = url=https://"myuser":"my_pass"@solr.example.com:8984/solr/dovecot/ use_libfts soft_commit=yes batch_size=250 does the trick. fts/solr is indexing, solr's logging the activity, and there appear to be no more perms/auth/access errors.
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
...at pass" > > and > > ????dovecot/conf.d/10-master.cf > > ??????? fts_solr = > url=https://"myuser":"my%40pass"@solr.example.com:8984/solr/dovecot/ > use_libfts soft_commit=yes batch_size=250 > > changing all > > -??? my at pass > +??? my_pass > > so that > > ??????? fts_solr = > url=https://"myuser":"my_pass"@solr.example.com:8984/solr/dovecot/ > use_libfts soft_commit=yes batch_size=250 > > does the trick.? fts/solr is indexing, solr's logging the activity, > and there appear to be no...
2005 Oct 13
2
Re: mySQL command line within rails - access denied? [solved]
--- Alex Young <alex-qV/boFbD8Meu8LGVeLuP/g@public.gmane.org> wrote: ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> > Have you
2016 Dec 28
1
Error with samba update in debian.
...with this update i can get to > work again the autentications, when i request the NT_KEY to ntlm_auth it > not return that key. > > this is the output of ntlm_auth > > root at proxy:~# ntlm_auth --diagnostic --helper-protocol=squid-2.5-ntlmssp > MTZ\luis.dominguez <my_pass> > BH SPNEGO request invalid prefix > > and the output of squid > ERROR: NTLM Authentication validating user. Result: {result=BH, > notes={message: NT_STATUS_UNSUCCESSFUL NT_STATUS_UNSUCCESSFUL; }} > > Requesting the nt key used by freeradius (the nt key is not in t...
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby. But when i execute the sample application with jruby, it dont send email and dont get error. What can be wrong? -- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org -- You received this message because you are subscribed to the Google Groups
2012 Mar 22
0
problems configuring cluster to lucci and virtual machines resource
...xample.com" nodeid="1"/> <clusternode name="nodo2.example.com" nodeid="2"/> </clusternodes> <fencedevices> <fencedevice agent="fence_ilo" ipaddr="192.168.0.88" login="linux" name="ilo_n1" passwd="my_pass"/> <fencedevice agent="fence_ilo" ipaddr="192.168.0.89" login="linux" name="ilo_n2" passwd="my_pass"/> </fencedevices> <rm> <failoverdomains> <failoverdomain name="relocated" nofailback="0" orde...
2012 Mar 08
0
[LLVMdev] Alias analysis result
That's the reason I have defined getAnalysisUsage method. Isn't that the right way to do it? borya043 wrote: > > Hello everyone, > I am trying to find the alias between a store instruction's pointer > operand > and function arguments. This is the code, > virtual void getAnalysisUsage(AnalysisUsage &AU) const { > >
2013 Jan 04
0
[LLVMdev] Running an Alias Analysis without opt
...sSetTracker class. I added AU.addRequired<AliasAnalysis>(); at the right place. I know the defaut AliasAnalysis does nothing and I currently get everything as "may" aliases. My tool is standalone and does not use opt, so I can't simply do something like opt -globalsmodref-aa -my_pass . I've seen somewhere that I had to add the following code (for instance) before running my pass : PassRegistry &Registry = *PassRegistry::getPassRegistry(); initializeTypeBasedAliasAnalysisPass(Registry); ... Passes.add(createTypeBasedAliasAnalysisPass()); Passes.add(MyPass); ... Passes....
2015 Aug 25
0
echo password into bash script
...hy wrote: > Hey guys, > > I'm trying to echo my password into some commands inside of a bash script. > But I think I'm going about it incorrectly. > > Here's the top part of my script: > > #!/bin/bash > pub="~/.ssh/id_rsa.pub" > dps_pass="my_pass" > ssh="/usr/bin/ssh" > scp="/usr/bin/scp" > for i in 10.10.10.2{5,6} > do > echo "xfring key up" > echo $dps_pass | $scp $PUB digitalplatform@$i: Don't try to automate your password like this for scp or other ssh-related apps. Generate a...