search for: squaks

Displaying 8 results from an estimated 8 matches for "squaks".

Did you mean: squawks
1997 Apr 23
0
Linux squake security hole (provides root if squake is installed mode 4755)
I''ll just include the letter that I sent to John Carmack and Dave "Zoid" Kirsch concerning this problem. ---------------------------------------------------------------------- From: Greg Alexander <galexand@sietch.bloomington.in.us> Approved: R.E.Wolff@BitWizard.nl To: zoid@threewave.com cc: johnc@idsoftware.com Subject: Security hole in squake. Please respond with this
2016 Jul 11
2
Successes an failures with Samba 4.3.9 and FreeBSD-10.3
...; to smb.conf >> on the DC. >> >> >> Not in my case. Already have that line. >> > > How are you using samba_dnsupdate ? > An example would be "/usr/local/sbin/samba_dnsupdate --verbose --all-names -d 15" But even just samba_dnsupdate by itself squaks. I put the output in https://owncloud.eicat.ca/index.php/s/vAKUymZr3OD59i7
2016 Dec 23
2
Back tracing Variables
Good Morning - Happy Holidays everyone! I had a question about the best way to do back tracing of variables via the IR. So for example, if I have the following simple IR: define i32 @squak(i32 %num) #0 { %1 = alloca i32, align 4 store i32 %num, i32* %1, align 4 %2 = load i32, i32* %1, align 4 %3 = icmp sgt i32 %2, 10 I’m grabbing the predicate of “icmp”, which in this case is a simple
2016 Dec 23
0
Back tracing Variables
Hi Juan: I haven't looked at SlotTracker, but have been using MemoryDependenceWrapperPass to do something similar. hth... don On Fri, Dec 23, 2016 at 5:55 AM, Juan Ceasar via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Good Morning - Happy Holidays everyone! > > I had a question about the best way to do back tracing of variables via > the IR. So for example, if I
2016 Jul 11
0
Successes an failures with Samba 4.3.9 and FreeBSD-10.3
...gt;>> >>> Not in my case. Already have that line. >>> >> >> How are you using samba_dnsupdate ? >> > > An example would be "/usr/local/sbin/samba_dnsupdate --verbose > --all-names -d 15" > > But even just samba_dnsupdate by itself squaks. I put the output in > https://owncloud.eicat.ca/index.php/s/vAKUymZr3OD59i7 > > aargh. That link is all better as of now. Has the output (with debug turned on).
2004 Jul 24
4
Layer 3 VPN Question
I am trying to hook up my Cisco telephones to Asterisk using a Layer 3 switch and am having difficulties it getting it to work. I realize this may not be the proper forum for a discussion on VLAN architecture and configuration so I won't post the question here. I though I had read all the requisite information regarding the configuration for this, but perhaps I am missing something simple.
2016 Jul 11
2
Successes an failures with Samba 4.3.9 and FreeBSD-10.3
On Mon, Jul 11, 2016 at 4:10 AM, Rowland penny <rpenny at samba.org> wrote: > > See inline comments > > On 11/07/16 06:32, Zaphod Beeblebrox wrote: > >> So... I've been running Samba 3.6 for too long and I upgraded. I did save >> my packages for 3.6, but I don't _think_ I'm going back. >> >> Points for the group: >> >> -
2006 Jun 18
5
[slightly OT] Apache 2.2.2 proxy config
...rmation, see http://trac.lighttpd.net/trac/ticket/360 $HTTP["useragent"] =~ "^(.*MSIE.*)|(.*AppleWebKit.*)$" { server.max-keep-alive-requests = 0 } I''m using Brady''s recipe [2] for my virtual host. So I tried adding: KeepAlive Off to the top of it. Apache squaks in my error_log: [Sat Jun 17 16:47:46 2006] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise About 15 times, but the server remains up. And uploads work. The error_log entry above make me think that my fix is not kosher. Googling seems to indicat...