Displaying 20 results from an estimated 136 matches for "errr".
Did you mean:
err
2015 Mar 02
5
selinux allow FTP
On 3/2/2015 2:34 PM, John R Pierce wrote:
> step 1) delete FTPD, and use ssh/scp/rscp instead.
errr, I meant, sftp, not rscp
--
john r pierce 37N 122W
somewhere on the middle of the left coast
2015 Mar 02
4
selinux allow FTP
2015-03-03 0:43 GMT+02:00 Tim Dunphy <bluethundr at gmail.com>:
> >
> > errr, I meant, sftp, not rscp
>
>
> Heh.. yeah. But the client isn't gonna go for that. LOL. Any way to allow
> regular ol' FTP using SELinux? Or does that just defeat the purpose of
> having a secure SELlinux server entirely?
>
FTP is not safe as it does not encrypt usernam...
2010 May 12
2
[LLVMdev] [cfe-dev] New libc++ LLVM Subproject
On May 11, 2010, at 8:40 PM, Andrew Sutton wrote:
> > What's driving libc++?
>
> The possibility of being a superior solution.
>
> I thought "to support Apple applications" from the previous post was sufficient motivation :) Either way, I'm excited about a new library. Plus, it looks a little easier to read (from the tiny amount of code that I've looked
2010 May 12
0
[LLVMdev] [cfe-dev] New libc++ LLVM Subproject
>
> This was compiled with g++-4.-2 -O3 (without rvalue references, which would have no effect on sorting ints anyway).
Errr, that is a pretty old version at this point.
Also this was before significant performance improvements were target
at libstdc++ *and* g++.
It seems a bit strange to compare something from today to something
that is now 3 release versions old.
2016 Apr 29
5
C5: The Firefox ESR 45.1.0 Nighmare
Centos replaced well-running customise Firefox with version ESR 45.1.0
* All the add-ons (language dictionaries, Adblock Plus, Classic Theme
Restorer etc.) were disabled with no simple method of reactivating them.
Reason given was they were "unsigned".
* About:config
xpinstall.signatures.required = false
partially reduced the problem.
* Then possible to reactivate some disabled
2010 May 12
1
[LLVMdev] [cfe-dev] New libc++ LLVM Subproject
> Errr, that is a pretty old version at this point.
> Also this was before significant performance improvements were target
> at libstdc++ *and* g++.
Because this is the last version of gcc "oficially" available for
darwin? Noone cares about newer gcc / libstdc++ there.
I consider this pre...
2015 Mar 02
0
selinux allow FTP
>
> errr, I meant, sftp, not rscp
Heh.. yeah. But the client isn't gonna go for that. LOL. Any way to allow
regular ol' FTP using SELinux? Or does that just defeat the purpose of
having a secure SELlinux server entirely?
Thanks
Tim
On Mon, Mar 2, 2015 at 5:35 PM, John R Pierce <pierce at ho...
2020 Nov 03
1
DNS /16 reverse zone issues with children and octets
...in AD with ldbsearch ?
I haven't tried that 'ldbsearch' yet - can you give me an example please?
Forward and reverse DNS lookups work...
$ host dc3
dc3.bigjigstoys.com has address 130.130.0.218
$ host 130.130.0.218
218.0.130.130.in-addr.arpa domain name pointer dc3.mydomain.com.
...errr, so not sure where the extra octet is appearing from in the Windows GUI!?
:)
Paully
2008 Sep 19
1
intToUtf8
...(66)
Error in intToUtf8(66) : argument 'x' must be an integer vector
> intToUtf8(c(66,55))
Error in intToUtf8(c(66, 55)) : argument 'x' must be an integer vector
> intToUtf8(c(66,55),multiple=TRUE)
Error in intToUtf8(c(66, 55)) : argument 'x' must be an integer vector
Errr... 66 and c(66,55) are as integer vectorish as anything can be, aren't
they?
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 2
minor 6.0
year 2007
month...
2005 Mar 22
1
Reproducible echo on IAX calls to -some- destinations.
...and calling my cell phone both
produce horrendous (~ 1/3-second delay) echo. I've tried with different
phones (Polycom and Grandstream), different IAX CODECs (as described,
above), different network connections... but those two destinations are
always horrible, and all my other victim..., errr, test numbers work
just fine, all the time.
Any idea where to even start troubleshooting?
Thanks,
-Ken
2010 Jul 06
2
ssh authorized key problem in AIX
..."puppet:///userkeys/files/${pub_key}.${username}",
source => $sourcepath,
}
when i run this script on Linux nodes, it executes successfully and all
users created with the their keys but on AIX the users are created but keys
are not deployed there and i am getting this errr:
*File[/home/xyz/.ssh/authorized_keys]/ensure:
No specified sources exist*
PS: Though I found a hack to copy the keys from server and deploy them on
client nodes but i am still wondering why my AIX client is not able to
retreive the sourcepath from server when my SLES clients are able to
retrieve...
2009 Dec 10
2
How to customize the default scaffold?
...I use
it a lot (especially, since I am still a beginner). There are a
couple of things I find myself tweaking (or wanting to tweak, but
never getting around to tweaking) each time I generate a new scaffold:
1) Change the layout from blah.html.erb to application.html.erb, and
delete blah.html.erb (errr, well, I copy the first one over, change
the heading, and then delete it.)
2) Change the new and edit templates to render a common partial (a la
Akita on Rails'' excellent article
http://akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial)
I suppose I could write my...
2018 Mar 04
0
Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
...zing C++ RTTI.
> Unfortunately this feature does not work with Clang and GDB >= 7.x . The
> last compiler that worked well was G++ 6.x
>
> I've asked about this issue both on GDB and LLDB maillists. Unfortunately
> it's hard or impossible to fix it on debugger side.
>
Errr, i posited a solution on the gdb mailing list that i haven't seen shot
down so far, that doesn't require linkage names, it only requires one new
attribute that is a DW_FORM_ref, and very cheap.
I also wrote the RTTI code for GDB :)
Currently what debugger has to do is to demangle RTTI nam...
2006 May 02
2
Anaconda allows x86_64 CD/DVD to be used to install i386 system
As subject says. I just noticed that Anaconda allows x86_64 CD/DVD to
be used to install i386 system (using network installation, of course).
This is basically broken. For example, yum will believe that it is
installed on x86_64, not on i386. So when you do for example yum
update, it will try to install x86_64 packages on i386 system. Which
isn't going to fly, since installed
2015 Mar 06
2
leap second and Centos
...thing relatively easy to check.
> <snip>
> Two other thoughts: first, that it worked perfectly fine the last leap
> second, and second, that ntpd, according to the manpage, can and will
> adjust for seconds of difference with no problem at all, since that's it's
> job.
Errr, no. It did _not_ work fine in the last leap second. If you run
threaded applications (including, but not exclusively, java) or
applications that called usleep the kernel would spin with 100% CPU
use until you reset the date with some means other than ntp. How
could you have missed that:
http://...
2006 Apr 27
12
how to do a count with a variable...
hi guys, got this problem...
in my controller, when i wanna do a @temp.count it fails...
then i went to try counter = @temp.count which also failed..
thus, i feel that the count is not available for ActiveRecord::Base..so
i went to the Model class eg. user.rb
so in user.rb :
...
def count_uesr
count = 0
self.each do |record|
count ++
end
return count
end
then it ended up having
2015 Mar 03
2
selinux allow FTP
On Mon, Mar 2, 2015 at 4:43 PM, Tim Dunphy <bluethundr at gmail.com> wrote:
>>
>> errr, I meant, sftp, not rscp
>
>
> Heh.. yeah. But the client isn't gonna go for that. LOL. Any way to allow
> regular ol' FTP using SELinux? Or does that just defeat the purpose of
> having a secure SELlinux server entirely?
What is the context here? The big problem with ft...
2014 Dec 09
4
[LLVMdev] dmb ishld in AArch64
I'm not sure, I was never able to compile the whole kernel with -O0, too many errors. Plus, the problem seems to be within machine code generation. I tried opt -O1 and -O2, the generated .ll file does not diff much for the target function (insert_leaf_info).
Thanks,
Chengyu
> On Dec 9, 2014, at 4:49 PM, Tim Northover <t.p.northover at gmail.com> wrote:
>
> On 9 December 2014
2017 Mar 31
2
Well-formed @llvm.lifetime.start and @llvm.lifetime.end intrinsics
2017-03-31 1:16 GMT+02:00 Daniel Berlin <dberlin at dberlin.org>:
> if you transformed
>
> lifetime.start(%p)
> use %p
> lifetime.end(%p)
> into
>
> if (c)
> lifetime.start(%p)
> use %p
> lifetime.end(%p)
>
> That is *definitely* a bug in polly.
> Stack coloring should be able to handle it if that is the original IR but that is definitely not a