search for: adam

Displaying 20 results from an estimated 6303 matches for "adam".

2003 Aug 06
2
Re: ext3 badness in 2.6.0-test2
...ot an ext3 error (see log below) and the journal aborted, and then nfsd Oopsed inside ext3. I rebooted and fscked the filesystem and it found nothing interesting - see output below. So I suspect ext3 has a problem somewhere. I'll see if I can break it again :-) NeilBrown Aug 6 15:22:05 adams kernel: EXT3-fs error (device md1): ext3_add_entry: bad entry in directory #41 009295: rec_len is smaller than minimal - offset=0, inode=3265411686, rec_len=0, name_len=0 Aug 6 15:22:05 adams kernel: Aborting journal on device sda4. Aug 6 15:22:05 adams kernel: ext3_abort called. Aug 6 15:22:05...
2014 Oct 10
1
[Bug 84880] New: [NV94] X freeze on nouveau list_del corruption / unable to handle kernel paging request
...roduct: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: adamw at happyassassin.net QA Contact: xorg-team at lists.x.org Running kernel-3.17.0-301.fc21 on Fedora 21 (more or less 3.17.0 upstream I believe), my desktop (GNOME 3.14) froze while I was zooming in Google Maps in Firefox. I could ssh in and interact with the system normally and trigger a r...
2004 Dec 20
4
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...n link my bytecode and the FreeType 2 library together). I've built llvm-1.4.tar.gz using the cfrontend-1.4.i686-redhat-linux-gnu.tar.gz binaries. As I didn't appreciate the registration front end I just googled for the file names. My new environment is: export LLVM_LIB_SEARCH_PATH=/home/adam/t/llvm/cfrontend/x86/llvm-gcc/bytecode-libs export PATH=/home/adam/t/llvm/Release/bin/:/home/adam/t/llvm/cfrontend/x86/llvm-gcc/bin/:$PATH export CC=/home/adam/t/llvm/cfrontend/x86/llvm-gcc/bin/gcc export CCC=/home/adam/t/llvm/cfrontend/x86/llvm-gcc/bin/g++ Here's what occurs when building Fre...
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...where "f" is an array element like "xyz[0]". Problem is, LLVM's front end *is* gcc and it works for you when using gcc. But then, you're using gcc 3.3.5 and LLVM uses 3.4. But then (again), I just built Freetype 2.1.7 on FreeBSD using gcc 3.4.2 without problems. Adam Warner wrote: >Hi all, > >I learned of LLVM a couple of days ago: ><http://groups.google.co.nz/groups?selm=pan.2004.12.18.11.29.33.33249%40consulting.net.nz> ><http://groups.google.co.nz/groups?th=608e6e38e496f09d> >(I posted a tail call followup which is missing from...
2010 Mar 31
3
regular expression help to extract specific strings from text
Dear all, Lets say I have the following: > x <- c("Eve: Going to try something new today...", "Adam: Hey @Eve, how are you finding R? #rstats", "Eve: @Adam, It's awesome, so much better at statistics that #Excel ever was! @Cain & @Able disagree though :(", "Adam: @Eve I'm sure they'll sort it out :)", "blahblah") > x [1] "Eve: Going to tr...
2007 Aug 21
9
Seattle Meetup?
Hi all, It looks like I''ll be in Seattle on Sunday, September 16th through Tuesday the 18th, and I''d like to have Puppet Meetup either Sunday or Monday night. On Adam''s recommendation, I''ll be staying at the Queen Anne Inn, so something near there would be best. Hopefully Adam or Blake can do the actual organization. :) Any takers? -- What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their h...
2015 Nov 05
3
Problem with DNS configuration and "host" command . . .
I'm following the instructions here -- https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller I've successfully "tested" my domain controller -- adam at eagle:~$ smbclient -L localhost -U% Domain=[SMBDOMAIN] OS=[Unix] Server=[Samba 4.1.18-Debian] Sharename Type Comment --------- ---- ------- netlogon Disk sysvol Disk IPC$ IPC IPC Service (Samba 4...
2008 Feb 12
1
unable to access HOMES share
...owing share defined: [homes] comment = Home Directories valid users = %S read only = no browseable = No writeable = Yes hide dot files = yes public = no create mask = 0600 force create mode = 0600 directory mask = 0700 force directory mode = 0700 and the permissions on /home/adam are: [root@bldg2 samba]# ls -al /home/adam total 0 drwxr-xr-x 2 adam users 6 2008-02-12 15:03 . drwxr-xr-x 3 root root 17 2008-02-12 15:03 .. and either way I try to access it, I get the error: [root@bldg2 samba]# mount -t cifs //bldg2/homes /mnt -o username=adam,password=xxxxxxx retrying wit...
2008 May 31
25
[Bug 16176] New: X fails to start with GeForce 9600 with ``Failed to allocate memory for framebuffer! "
...ebuffer!" Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: adam at tpetaccia.com QAContact: xorg-team at lists.x.org I know that G50+ is not expected to work, but I'm reporting what happens with my card. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the as...
2016 Mar 10
3
Regression in SPEC2006/gcc caused by LoopLoadElimination
On Thu, Mar 10, 2016 at 1:17 AM, Adam Nemet <anemet at apple.com> wrote: > I’ve committed the fix in r263058. Haicheng, Eric/Benjamin, can you guys > please give it a test with your codebase. (You need to enable the pass with > -mllvm -enable-loop-load-elim.) The miscompilation I was seeing is gone now, too. Thanks!...
2016 Mar 08
3
Regression in SPEC2006/gcc caused by LoopLoadElimination
> On Mar 7, 2016, at 9:43 AM, Adam Nemet <anemet at apple.com> wrote: > > Hi Haicheng, > > Sorry about the breakage. I reverted it in r262839. > > I will try to reproduce it locally. Please don’t blow away your directories yet in case I need further help. OK, I managed to reproduce this locally. Should...
2004 Dec 09
4
oss, jack and ices
...t ices-jack.xml config i get the following: "Failed to read config file" I have tried commenting out the line that refers to alsa: <!--<param name="connect">alsa_pcm:capture_1,alsa_pcm:capture_2</param>--> but no luck...any hints on what i should be doing? adam Adam Hyde ~/.nz r a d i o q u a l i a http://www.radioqualia.net Free as in 'media' contact: email : adam@xs4all.nl phone : +64 21 1746 741 (new zealand mobile)
2015 Oct 10
2
Samba-AD-DC package question . . .
...mba-AD-DC from the same Inverse packages, but I see a slight difference in the installed packages, and my question is whether they might be causing my problem. *Specifically, could the presence of 'winbind' be causing my problem?* on the original server (with the OpenChange problem) -- adam at sogo:~$ sudo dpkg --get-selections | egrep 'samba|smb|nmb|winbind' libnss-winbind:amd64 install libpam-winbind:amd64 install libsmbclient:amd64 install python-samba install samba...
2016 Mar 10
2
Regression in SPEC2006/gcc caused by LoopLoadElimination
Thank you, Adam. It passes all the benchmarks I have. Haicheng From: anemet at apple.com [mailto:anemet at apple.com] Sent: Wednesday, March 09, 2016 7:17 PM To: Haicheng Wu; Eric Christopher; Benjamin Kramer Cc: llvm-dev Subject: Re: Regression in SPEC2006/gcc caused by LoopLoadElimination I’ve c...
2015 Jul 13
2
Please help debug Windows setup
...ng? Router: Port 655 forwarded to 192.168.1.45, both TCP and UDP Port 656 forwarded to 192.168.1.51, both TCP and UDP Machine #1. ========== Local IP address on LAN = 192.168.1.45 Windows Firewall allows all incoming TCP and UDP traffic for the Tinc.TincVPN service. Tinc.conf: Name = Adam ConnectTo = Erika Interface = TincVPN BindToAddress = 192.168.1.45 655 Hosts/Adam: Address = XYZ.ddns.org [WAN IP address, of router] Port = 655 Subnet = 192.168.1.45 Hosts/Erika: As below Machine #2. ========== Local IP address on LAN = 192.168.1.51 Windows Firewall allows all...
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
On Sun, 2004-12-19 at 20:20, Adam Warner wrote: > Hi all, Hi Adam, > > I learned of LLVM a couple of days ago: > <http://groups.google.co.nz/groups?selm=pan.2004.12.18.11.29.33.33249%40consulting.net.nz> > <http://groups.google.co.nz/groups?th=608e6e38e496f09d> > (I posted a tail call followup which...
2018 Nov 06
2
Fwd: Login shell always /bin/false or whatever template is set in smb.conf
...--login-shell parameter however whatever value I pass here does not seem to apply correctly, as confirmed by looking at result of *getent passwd <user>*. For example, I remove the template shell option from smb.conf, restart samba-ad-dc.service and run the below command: samba-tool user add adam --given-name=Adam --surname=Cook > --login-shell=/bin/bash Then observe the below: root at DC:~# getent passwd adam > LAB\adam:*:3000048:100:Adam Cook:/home/LAB/adam:/bin/false Am I missing something? I'm conscious of giving all domain users by default a shell. I know I can limit SSH...
2011 Sep 17
1
vfs_shadow_copy2 doesn't seem to work with basedir of /
Hi all, I'm using the VFS sbadow_copy2 module, and I think I've hit a bug. This config works: mattcen at adam:SambaTest$ cat works3/smb.conf [SambaTest] comment = SambaTest writable = yes path = /srv/SambaTest/share #vfs objects = shadow_copy vfs objects = shadow_copy2 shadow:snapdir = /mnt/dates shadow:basedir = /srv mattcen at adam:SambaTest$ l...
2015 Oct 10
2
Samba-AD-DC package question . . .
...t difference in the installed >> packages, and my question is whether they might be causing my problem. >> >> *Specifically, could the presence of 'winbind' be causing my problem?* >> >> on the original server (with the OpenChange problem) -- >> >> adam at sogo:~$ sudo dpkg --get-selections | egrep 'samba|smb|nmb|winbind' >> libnss-winbind:amd64 install >> libpam-winbind:amd64 install >> libsmbclient:amd64 install >> python-samba...
2009 Aug 14
4
theora sprint done :)
all done! ... we will check through the format a bit and make some alterations, but the first version is available now... http://en.flossmanuals.net/theoracookbook http://www.lulu.com/content/7531795 212 pages of all you can eat free video :) adam -- Adam Hyde Founder FLOSS Manuals German mobile : + 49 15 2230 54563 Email : adam at flossmanuals.net irc: irc.freenode.net #flossmanuals "Free manuals for free software" http://www.flossmanuals.net/about