search for: brian

Displaying 20 results from an estimated 16867 matches for "brian".

2003 Dec 02
2
rsync 2.5.6 with ssh to a remote server
...r this key, but the command string doesn't work. (It still requests my password.) "ssh-rsa command=rsync--server--daemon. k67PL6J4tWpUwoDzADXv15yhbXb0XpIFyitTDO/ASBwJMhsLGXpxrk5PVp+ og+aU+LFWA+OQ0GwYHKhuPkoy//dBiQq9uuMUD0djbLGevgXArWEfaglmDa B5k2CPLD6kMpbrwBK2qckaS5uCHJS6M/2y04vR8QcI/skM= brian@lucy.local." Relevent part of my /etc/rsyncd.conf: # GLOBAL OPTIONS motd file=/etc/motd log file=/var/log/rsyncd.log pid file=/var/run/rsyncd.pid syslog facility=daemon #socket options= # MODULE OPTIONS [brian] path = /home/brian use chroot = true # Do I need this for...
2015 Dec 03
2
fuzzer crash (but not the good kind)
...un the "testemail" case like so: while true; do ITERS=1000 ./run.sh tests/build/testemail tests/testemail/inputs/; done Let me know if you have any challenges building or running the test case. On Tue, Dec 1, 2015 at 7:26 PM, Kostya Serebryany <kcc at google.com> wrote: > Hi Brian, > Yes, looks like a bug in sanitizer coverage, please send the reproducer. > > On Tue, Dec 1, 2015 at 5:22 PM, Brian Cain <brian.cain at gmail.com> wrote: > >> >> Kostya, >> >> I think I've found what looks like a reproducible bug in libFuzzer. The &g...
2015 Dec 03
2
fuzzer crash (but not the good kind)
Ah, yes -- you need to clone with --recursive. I will try the workaround though. On Dec 3, 2015 1:12 PM, "Kostya Serebryany" <kcc at google.com> wrote: > > > On Wed, Dec 2, 2015 at 7:17 PM, Brian Cain <brian.cain at gmail.com> wrote: > >> Kostya, >> >> Here's the git repo: https://bitbucket.org/ebadf/fuzzpy >> >> I've only tested it on arm7 and x86_64 linux, I expect there's a good >> chance it may not work on other OSs. >> >...
2015 Dec 02
2
fuzzer crash (but not the good kind)
...e 256 ============ Flag: verbosity 3 Flag: use_traces 1 Flag: timeout 100 Flag: max_len 16384 Seed: 3259211893 PreferSmall: 0 #0 READ units: 4975 exec/s: 0 #1 pulse cov: 32410 bits: 30791 indir: 714 units: 4975 exec/s: 0 NEW0: 32410 L 13869 ==31301==AddressSanitizer CHECK failed: /home/brian/src/fuzzpy/llvm_src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc:467 "((n % 16)) == ((0))" (0x1, 0x0) #0 0x11d3b7 in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) /home/brian/src/fuzzpy/llvm_src/llvm/proj...
2015 Aug 11
3
libfuzzer questions
...I'd like to find some way to determine whether I'm seeing diminishing returns with libfuzzer. Is there a good strategy? - Can anyone share tips for how libFuzzer has been used with some success -- anything beyond what's already available in http://llvm.org/docs/LibFuzzer.html ? -- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150810/4fc2adac/attachment.html>
2008 Aug 05
6
New York City puppet users?
Any New York based puppet users want to try and get together for a meetup? Cheers, Brian -- - Brian Gupta http://opensolaris.org/os/project/nycosug/ http://www.genunix.org/wiki/index.php/OpenSolaris_New_User_FAQ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to t...
2012 Feb 21
1
tempdir() documentation or real bug ?
...the following rule. The environment variables ?TMPDIR?, ?TMP? and ?TEMP? are checked in turn and the first found which points to a writable directory is used: if none succeeds ?/tmp? is used. Unfortunately, it doesn't seem to work as advertised. > Sys.setenv(TMPDIR='/home/brian/') > Sys.getenv('TMPDIR') [1] "/home/brian/" > tempdir() [1] "/tmp/RtmpfERGay" > Sys.setenv(TEMP='/home/brian/') > Sys.getenv('TEMP') [1] "/home/brian/" > tempdir() [1] "/tmp/RtmpfERGay" > Sys.setenv(TMP='...
2015 Aug 11
3
libfuzzer questions
On Mon, Aug 10, 2015 at 8:08 PM, Kostya Serebryany <kcc at google.com> wrote: > > > On Mon, Aug 10, 2015 at 5:53 PM, Brian Cain via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> >> First off, thanks -- this is a pretty great library and it feels like I'm >> learning a lot. >> > > Thanks! > > >> I'm getting some more experience with libfuzzer and findi...
2007 Jan 09
6
spec not running in TextMate
...9;: No such file to load -- rubygems (LoadError) from /Library/Application Support/TextMate/Bundles/ RSpec.tmbundle/Support/lib/spec_mate.rb:1 from /tmp/ temp_textmate.GplhPr:3:in `require'' from /tmp/temp_textmate.GplhPr:3 The spec runs fine from the command line. Any ideas? Thanks, Brian
2001 Mar 20
3
Interesting interaction between journal recovery and slow boots
..."set -x" in bash scripts) and many times hitting the power switch) I finally figured it out. The portmapper and nfslock scripts are the first ones started after syslogd and klogd are started. During the journal recovery there are copious quantities of messages such as: Mar 20 12:27:20 brian-laptop fsck: JFS DEBUG: (recovery.c, 366): do_one_pass: Mar 20 12:27:20 brian-laptop fsck: Scanning for sequence ID 484035 at 9590/10000 Mar 20 12:27:20 brian-laptop fsck: JFS DEBUG: (recovery.c, 366): do_one_pass: Scanning for sequence ID 484036 at 9591/10000 Mar 20 12:27:20 brian-laptop fsck:...
2006 Mar 16
6
File Auditing with rails - File I/O issue
...gz << File.open(tempfile).read end Zlib::GzipReader.open(outfile) {|gz| ? print gz.read } # The ZIP file can''t be extracted with WINZIP. ?No idea why, but since # I''ll be using another RUBY script for extraction, im not sure that I care. --------------------------- Brian Corrigan ---------------------------
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1205)
On Sun, 9 Dec 2001, Dirk Eddelbuettel wrote: > > "Brian" == Brian Ripley <Prof> writes: > Brian> On Sun, 9 Dec 2001 edd@debian.org wrote: > Dirk> As there is nothing Debian-specific in this bug report (and the .deb > Dirk> of the JVW is not from Debian either), I am forwarding this to > Dirk> R-bugs. My recoll...
2018 Sep 09
2
CentOS 6.10 Boot Xorg Issues with Kernels 2.6.32-754
Brian, Sorry I forgot to switch to plain text. The link is: https://bugs.centos.org/view.php?id=15186# Ed On Saturday, September 8, 2018, 9:56:25 PM EDT, nschehovin--- via CentOS <centos at centos.org> wrote: Brian, There is a kernel bug that seems to affect systems with older Intel p...
2005 Jul 29
1
Samba, VPN, and Mac OSX 10.4.2
...hem to Tiger, everything worked fine both local and over an IPSec VPN. After upgrading to Tiger, they still work fine when on our LAN. But if they try to connect to a share over the VPN, Finder hangs. The Mac logs the following messages in /var/log/system.log during the hang: Jul 29 09:59:46 brian-daniels-powerbook-g4-15 kernel[0]: bug: ecnt = 32, but m_len = 0 and m_next = 0 (please report) Jul 29 09:59:46 brian-daniels-powerbook-g4-15 kernel[0]: bug: ecnt = 33, but m_len = 0 and m_next = 0 (please report) Jul 29 09:59:46 brian-daniels-powerbook-g4-15 kernel[0]: bug: ecnt = 32, but m_len...
2005 Mar 01
2
altering legend with plot(density(..))
I'm having a hard time modifying the legend that is emitted by default when calling plot(density(...)) and then legend(). I've looked at the docs and I'm not sure what I'm doing wrong, if anything. Any advice appreciated. Thanks, Brian
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1204)
"Brian" == Brian Ripley <Prof> writes: Brian> On Sun, 9 Dec 2001 edd@debian.org wrote: Dirk> As there is nothing Debian-specific in this bug report (and the .deb Dirk> of the JVW is not from Debian either), I am forwarding this to Dirk> R-bugs. My recollection from recent d...
2008 Sep 20
0
net rpc info failure accessing XP: NT_STATUS_LOGON_FAILURE
...so I decided to back down to the simpler "net rpc info", thinking that there will be fewer security settings related to seeing things than actually shutting down the system. Here's the info for the two boxes in question: ---------------------------------- Linux box (Ubuntu 7.10): brian@ireland:~$ uname -a Linux ireland 2.6.22-15-386 #1 Wed Aug 20 18:11:25 UTC 2008 i686 GNU/Linux brian@ireland:~$ net --version Version 3.0.26a brian@ireland:~$ net rpc info -I localhost -U samba%sambapass Domain Name: BRIANS Domain SID: S-1-5-21-3781685452-1013998031-819676632 Sequence number: 12219...
2016 Jun 29
3
The clang for centos6 are need GLIBC_2.14, but we only have GLIB 2.12 by default.
Well, is that possible to include libstdc++4.7 into llvm? On Wed, Jun 29, 2016 at 2:26 AM, Brian Cain <brian.cain at gmail.com> wrote: > Sorry if I was unclear, I have no problems building clang against a newer > gcc for my own purpose. But it doesn't make sense to provide a release > binary for clang that's hosted on llvm.org that's ostensibly for > "cento...
2005 Dec 17
17
problems with quotes and escaping
...wrong way, because it seems all these quotes could get out of hand really fast. Also, I would like to suggest, if feasible, that you make the wiki downloadable for offline viewing, especially since it seems to disappear or slow to a halt every now and then. Thanks -- ============================ Brian Peiris Brampton, Ontario, Canada brianpeiris-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or brianpeiris-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org ============================ _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@publ...
2005 Sep 13
6
form_tag & form_remote_tag html id attribute
Hello, Is there a way to set the html element id for the form_tag and form_remote_tag on the server side? I want to have this resultant html... <form id=''something'' ... ... </form> Thank you, Brian Takita