search for: 12t12

Displaying 5 results from an estimated 5 matches for "12t12".

Did you mean: 1212
2007 Jul 12
3
Basic_auth questions
How do you make get the page when using basic_auth? Below is code, I am getting a 401 error. I am not sure if the basic _auth comes before the agent.get. I will appreciate any help. require ''mechanize'' require ''logger'' agent = WWW::Mechanize.new {|a| a.log = Logger.new(STDERR) } page = agent.get(''https://brewx.qualcomm.com/developer'' )
2007 Nov 12
3
Weird error downloading a gzip''ed file
...; /usr/lib/ruby/1.8/net/http.rb:543:in `start'' /usr/lib/ruby/1.8/mechanize.rb:339:in `fetch_page'' /usr/lib/ruby/1.8/mechanize.rb:139:in `get'' /usr/lib/ruby/1.8/mechanize.rb:146:in `get_file'' msn-scrap.rb:32 ----- snip ------ mech.log important part: D, [2007-11-12T12:22:35.925521 #24540] DEBUG -- : request-header: referer => http://by124w.bay124.mail.live.com/mail/TodayLight.aspx?&n=1573603203&gs=true D, [2007-11-12T12:22:36.589708 #24540] DEBUG -- : response-header: cache-control => private,max-age=86400 D, [2007-11-12T12:22:36.589853 #24540] DEB...
2017 May 12
2
ls hangs in internal-sftp for LDAP users
Le 12/05/2017 ? 12:47, Alexander Wuerstlein a ?crit : > On 2017-05-12T12:07, mh at ow2.org <mh at ow2.org> wrote: >> I'm using 7.2p2-4ubuntu2.1 >> >> I have the same exact problem as described in the first comment in >> https://bugzilla.mindrot.org/show_bug.cgi?id=1573 >> >> Initially, my ldap server hostname and IP is only...
2017 May 12
3
ls hangs in internal-sftp for LDAP users
I'm using 7.2p2-4ubuntu2.1 I have the same exact problem as described in the first comment in https://bugzilla.mindrot.org/show_bug.cgi?id=1573 Initially, my ldap server hostname and IP is only in /etc/hosts, not in the configured resolver. I can't use the real IP as a workaround in ldap.conf because of the TLS configuration which cares about the hostname. At the time I add the host
2017 May 18
2
ls hangs in internal-sftp for LDAP users + numeric uid/gid instead of names
Le 12/05/2017 ? 14:03, Alexander Wuerstlein a ?crit : > On 2017-05-12T13:49, mh at ow2.org <mh at ow2.org> wrote: >> Le 12/05/2017 ? 12:47, Alexander Wuerstlein a ?crit : >>> On 2017-05-12T12:07, mh at ow2.org <mh at ow2.org> wrote: >>>> I'm using 7.2p2-4ubuntu2.1 >>>> >>>> I have the same exact problem as described in the first comment in >>>> https://bugzilla.mindrot.org/show_bug.cgi?id=1573 >>>> >>>> In...