search for: macbookpro

Displaying 20 results from an estimated 82 matches for "macbookpro".

2011 Jul 22
2
ActiveSupport not including i18n?
...e require ''activesupport'' 2) try it out bundle exec irb require ''active_support/core_ext'' You don''t have i18n installed in your application. Please add it to your Gemfile and run bundle install LoadError: no such file to load -- i18n from /Users/MacbookPro/.rvm/gems/ruby-1.9.2-p0@thinknear-ruby/gems/activesupport-3.0.9/lib/active_support/i18n.rb:2:in `require'' from /Users/MacbookPro/.rvm/gems/ruby-1.9.2-p0@thinknear-ruby/gems/activesupport-3.0.9/lib/active_support/i18n.rb:2:in `<top (required)>'' from /Users/Mac...
2011 Jul 22
2
ActiveSupport not including i18n?
...e require ''activesupport'' 2) try it out bundle exec irb require ''active_support/core_ext'' You don''t have i18n installed in your application. Please add it to your Gemfile and run bundle install LoadError: no such file to load -- i18n from /Users/MacbookPro/.rvm/gems/ruby-1.9.2-p0@thinknear-ruby/gems/activesupport-3.0.9/lib/active_support/i18n.rb:2:in `require'' from /Users/MacbookPro/.rvm/gems/ruby-1.9.2-p0@thinknear-ruby/gems/activesupport-3.0.9/lib/active_support/i18n.rb:2:in `<top (required)>'' from /Users/Mac...
2017 Feb 07
0
CentOS 7 on MacbookPro w/ Nvidia ...
Hi folks - Hoping someone might be able to help steer me. I’ve installed CentOS 7 to an older MacbookPro with Nvidia graphics. X11 fails to come up. I believe the Nouveau driver is bombing... ‘dmesg | grep nouv’: [ 2.473768] nouveau 0000:01:00.0: enabling device (0002 -> 0003) [ 2.473869] nouveau 0000:01:00.0: NVIDIA G84 (084700a2) [ 2.473907] nouveau 0000:01:00.0: irq 31 for MSI/MSI-...
2020 Feb 23
0
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
...rs = bob at mds.xyz | doing parameter valid users = bob at mds.xyz doing parameter valid users = root | doing parameter valid users = root Got user=[joe] domain=[mds.xyz] workstation=[MACBOOKPRO-0138] len1=24 len2=222 | Got user=[joe] domain=[joe-PC] workstation=[JOE-PC] len1=24 len2=284 doing parameter security = user | doing parameter security = user doing parameter valid users = %S, %D%w%S...
2007 Jan 09
6
rcov seg fault
Hi Trying to get rcov going (has been working), but with the following context and specs it fails. context ''/account POST with invalid attendee'' do controller_name :account setup do Attendee.stub!(:create!).and_raise(ActiveRecord::RecordInvalid.new( Attendee.new)) end specify ''should raise on create'' do Attendee.should_receive(:create!).with({
2020 Feb 22
2
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On Fri, 2020-02-21 at 20:48 -0500, TomK wrote: > > > > > > "Sadly this really appears to be is a client issue. You see there the > > string Samba gets, so by the time Samba tries the process it the @ is > > already interpreted and the string split. > > > > Sorry! > > > > Andrew Bartlett" > > > > Yeah, wondering if
2015 Jun 02
3
[Bug 90825] New: nouveau crashes on MacBookPro when VirtualBox hardware acceleration is used
https://bugs.freedesktop.org/show_bug.cgi?id=90825 Bug ID: 90825 Summary: nouveau crashes on MacBookPro when VirtualBox hardware acceleration is used Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau...
2020 Jun 09
2
valgrind false positive on R startup?
...l, I'm on Ubuntu 18.04, running R-4.0.0 which I compiled from source, and using valgrind I am always seeing the following message. Does anybody else see that? Is that a known false positive? Any ideas how to fix/suppress? Seems related to TRE, do I need to upgrade that? (base) tdhock at maude-MacBookPro:~/R/binsegRcpp$ R --vanilla -d valgrind -e 'extSoftVersion()' ==9565== Memcheck, a memory error detector ==9565== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9565== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9565== Command: /home/tdhock/li...
2015 Jan 10
13
[Bug 88272] New: [NVAC] Flickering screen on 1920x1080 monitor with 9400M in MacbookPro 5, 5
https://bugs.freedesktop.org/show_bug.cgi?id=88272 Bug ID: 88272 Summary: [NVAC] Flickering screen on 1920x1080 monitor with 9400M in MacbookPro 5,5 Product: xorg Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Rep...
2016 Apr 26
2
Missing clang-modernize in 3.8 (Debian 8 Jessie)
Hi, new to llvm/clang so forgive any errors on my part. For Debian 8 (Jessie), though all other packages have installed successfully, for clang modernize I get - nick at macbookpro-debian:~$ sudo apt-get install clang-modernize-3.8 [sudo] password for nick: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package clang-modernize-3.8 E: Couldn't find any package by regex 'clang-modernize-3.8' Any ideas as...
2011 Sep 18
0
samba log - mac osx - console output - hacking evidence?
...advance for your time in responding to these very > important questions. > > Jennifer Dever Buxton > > 443-988-3248 > > ----------------------- > 1. The data below is the output from a terminal command > ----------------------- > > Jennifer-Devers-MacBook-Pro:~ MACBOOKPRO$ net lookup users > [2011/06/21 01:13:18, 0, pid=213] /SourceCache/samba/samba-235.5/samba/source/utils/net_lookup.c:net_lookup_host(57) > Didn't find users#20 > > > ----------------------- > 2. the data below all came from console logs > ----------------------- > &...
2018 Feb 10
2
makeCluster hangs
...d it back to the core package parallel. The following results in R hanging after the call to makeCluster. library(parallel) # Calculate the number of cores no_cores <- detectCores() - 1 # Initiate cluster cl <- makeCluster(no_cores) I'm running MacOS High Sierra 10.13.3 (17D47) on a MacbookPro 2017 laptop with 4 cores. platform?????? x86_64-apple-darwin15.6.0 arch?????????? x86_64 os???????????? darwin15.6.0 system???????? x86_64, darwin15.6.0 status major????????? 3 minor????????? 4.3 year?????????? 2017 month????????? 11 day??????????? 30 svn rev??????? 73796 language?????? R version...
2016 Apr 26
2
Missing clang-modernize in 3.8 (Debian 8 Jessie)
...k Wiggill via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Hi, new to llvm/clang so forgive any errors on my part. > > > > For Debian 8 (Jessie), though all other packages have installed > > successfully, for clang modernize I get - > > > > nick at macbookpro-debian:~$ sudo apt-get install clang-modernize-3.8 > > [sudo] password for nick: > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > E: Unable to locate package clang-modernize-3.8 > > E: Couldn't find any...
2010 Jan 27
1
Problem with xyplot when creating a .png graphic
...the regular plot command and produce a nice PNG file. On the other hand if I entre the single commands png("file", width= , height=, etc) xyplot(x,y) dev.off() The file gets created. It just doesn't work from a source file, which puzzles me a bit. I am using R 2.10.1 64bit on a MacbookPro Thanks for your help Harald
2012 Apr 17
1
Status of EFI support?
...ently using syslinux as the boot loader, and if there is any chance EFI support will become available sometime this year, I'd rather not dig into switching to GRUB or making some kind of dual-boot-loader stuff like Ubuntu currently does. Thanks, Andreas P.S.: I have some EFI machines and a MacbookPro at hand, so I'd be willing to do some testing if it helps...
2012 Aug 17
1
nouveau Macbook EDID fix upstreaming...
It looks like Ryan's Nouveau patch [1,2] to get the I2C working for EDID (thus modelines) is crucial for avoiding the Nvidia binary drivers on MacbookPro 2012s. Any plans/chance for it to be upstreamed to eg 3.6-rc3? Many thanks, Daniel --- [1] diff -urNp a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c --- a/drivers/gpu/drm/nouveau/nouveau_bios.c 2012-07-08 22:48:05.589828510 -0500 +++ b/drivers/gpu/drm/nouvea...
2014 Apr 08
1
need help
Dear Vorbis folks, I use a 64bit MacBookPro, have installed the XiphQT to Library/Components as instructions say. I have set iTunes to accept 32 bit as instruction say. Using Safari, on a page (in Wikipedia), when I click on ?Play?, a new tab/browser window opens and I get the message: ?Missing Plug-In?. The url of the page where I get...
2007 Aug 11
1
tc and multiple ip on a device
...send data from PC1 to PC7. is the data shaped by the tbf ? i''d say yes but it does not !!! can someone explain me how ? is that normal ? would that happen too if PC6 was connected to both network with different devices ? I did this test in virtualisation with these 7 machines on my macbookpro because i don''t have the necessary hardware. i think it doesn''t change the initial problem but i''m ot 100% sure. Thanks. Vincent
2016 Apr 27
2
Missing clang-modernize in 3.8 (Debian 8 Jessie)
...s.llvm.org> wrote: >>> > Hi, new to llvm/clang so forgive any errors on my part. >>> > >>> > For Debian 8 (Jessie), though all other packages have installed >>> > successfully, for clang modernize I get - >>> > >>> > nick at macbookpro-debian:~$ sudo apt-get install clang-modernize-3.8 >>> > [sudo] password for nick: >>> > Reading package lists... Done >>> > Building dependency tree >>> > Reading state information... Done >>> > E: Unable to locate package clang-modernize...
2020 Jun 10
0
valgrind false positive on R startup?
...04, running R-4.0.0 which I compiled from source, and > using valgrind I am always seeing the following message. Does anybody > else see that? Is that a known false positive? Any ideas how to > fix/suppress? Seems related to TRE, do I need to upgrade that? > > (base) tdhock at maude-MacBookPro:~/R/binsegRcpp$ R --vanilla -d valgrind > -e 'extSoftVersion()' > ==9565== Memcheck, a memory error detector > ==9565== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. > ==9565== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info > ==9565==...