Displaying 20 results from an estimated 2017 matches for "thin".
Did you mean:
then
2009 Aug 14
7
"sudo gem install rails" not able to install thin dependency
Hi folks,
I''m having trouble getting gems to install rails. It just keeps asking
me which version of thin I want to install. Until I choose skip or
cancel, in which case I''m told that something has gone wrong.
Any advice?
Thanks kindly,
Tommy
PS: Gems is 0.94.
---------------------------------------------------------------------
tommy@tommy-laptop:~/www/blog$ sudo gem install rails
Insta...
2013 Nov 22
2
libvirt, lvm thin provisioning
I know that lvm supports thin provisioning, and I think I have a pretty
good grasp on how that works. Does libvirt support lvm thin
provisioning and thin snapshots?
I know that in order to set up lvm thin provisioning by hand, I have to
create a thin-provisioning pool within the volume group, and then
thin-provisioned logical...
2019 Jan 08
2
distributed thinlto usage
I am trying to work through the usage of thinlto for distributed builds.
Here is the simple thinlto usage, just add -flto=thin everywhere, easy:
clang++ -flto=thin -O3 -c -o CreateWay_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else CreateWay_.cpp
clang++ -flto=thin -O3 -c -o Places_.o -DSPEC_...
2019 Jan 09
2
distributed thinlto usage
...e with other tools as well, correct?
Thanks again
--david
From: Teresa Johnson <tejohnson at google.com>
Date: Tuesday, January 8, 2019 at 4:11 PM
To: David Callahan <dcallahan at fb.com>
Cc: LLVM Dev Mailing list <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] distributed thinlto usage
Hi David,
That looks basically right, so I am not sure offhand what is wrong. Looks like this is the astar spec binary, so I will try to repro it tomorrow morning. What linker are you using?
Note that if your link involves archives of .a files, you will want to ensure that the final nat...
2009 Oct 04
2
no such file to load -- restClient (MissingSourceFile) HELP
...organ/public_html/tutoring.minulle.com/app/current/config/environment.rb:14
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require''
from
/usr/lib/ruby/gems/1.8/gems/thin-1.2.4/lib/rack/adapter/rails.rb:43:in
`load_application''
from
/usr/lib/ruby/gems/1.8/gems/thin-1.2.4/lib/rack/adapter/rails.rb:23:in
`initialize''
from
/usr/lib/ruby/gems/1.8/gems/thin-1.2.4/lib/rack/adapter/loader.rb:36:in
`new''
from
/usr/lib/ruby/gems/1.8/gems/thin...
2019 Jan 09
2
distributed thinlto usage
...command failed with exit code 1 (use -v to see invocation)
From: Teresa Johnson <tejohnson at google.com>
Date: Tuesday, January 8, 2019 at 4:57 PM
To: David Callahan <dcallahan at fb.com>
Cc: LLVM Dev Mailing list <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] distributed thinlto usage
On Tue, Jan 8, 2019 at 4:36 PM David Callahan <dcallahan at fb.com<mailto:dcallahan at fb.com>> wrote:
Thanks Teresa
Yes it is astar, happen to send a tar of the sources but they are just copies from the spec distribution
The ld command is:
GNU ld (GNU Binutils) 2.29.1
Coul...
2006 Oct 23
8
Asterisk and dialer Running on Thin Clients
Hi everybody
Im the IT Manager for a new call center and my bosses has assing to me a
very dificult task
i have to configure the call center using Hp 5520 thin clients, asterisk and
some kind of dialer
that allows outbound calls.
I triyed using terminal services but it dind worked because the lack on the
sound and the microphone
do not work on the thin clients using terminal services, we tried to install
Linux in the Thin Clients
but they are to small to...
2010 Mar 20
0
Problem with videos on heroku
Hi,
I have recently moved my RoR app on the Heroku platform, and almost
everything works fine apart from the videos. It works fine when my app
runs in local but not on heroku. This is the error log I''m getting, if
anyone knows where it can be coming from:
Processing VideosController#new (for IP at 2010-03-20 04:32:09) [GET]
Session ID: 6abecf60c3369d7c7029e366bb801e...
2019 Jun 17
2
Running distributed thinLTO without thin archives.
I'm trying to run distributed ThinLTO without thin archives.
When I do, I get an error in the optimizer when clang tries to open a
nonexistent file:
clang++ -flto=thin -Xclang -fno-lto-unit -O3 -c main.cpp -o main.o
clang++ -flto=thin -Xclang -fno-lto-unit -O3 -c lib/lib.cpp -o lib/lib.o
clang++ -flto=thin -Xclang -fno-lto-unit -O3...
2010 Jan 05
6
thin server claims I don't have correct rails gem installed
...rack (1.1.0, 1.0.1, 1.0.0, 0.9.1)
rails (2.3.5, 2.3.4, 2.3.2, 2.2.2)
rake (0.8.7, 0.8.4, 0.8.3)
rghost (0.8.7.2, 0.8.6.5, 0.8.6.3)
rghost_barcode (0.8)
rmagick (2.12.2, 2.9.1)
ruby-debug (0.10.3)
ruby-debug-base (0.10.3)
rubygems-update (1.3.5, 1.3.2)
sqlite3-ruby (1.2.5, 1.2.4)
test-spec (0.10.0)
thin (1.2.5, 1.0.0)
I''ve got a rails 2.3.5 app that I''ve developed and that runs fine
using the traditional WEBrick "script/server" command. However, if I
try to run thin:
$ thin -v
thin 1.2.5 codename This Is Not A Web Server
$ thin start
>> Using rails adapter
Miss...
2017 Nov 04
3
using LVM thin pool LVs as a storage for libvirt guest
Hello,
as usual, I'm few years behind trends so I have learned about LVM thin
volumes recently and I especially like that your volumes can be "sparse"
- that you can have 1TB thin volume on 250GB VG/thin pool.
Is it somehow possible to use that with libvirt?
I have found this post from 2014:
https://www.redhat.com/archives/libvirt-users/2014-August/msg00010....
2010 Sep 19
4
Rails 2.3.8 - InvalidAuthenticityToken problem. URGENT!
...=>"rune"}}
ActionController::InvalidAuthenticityToken
(ActionController::InvalidAuthenticityToken):
/home/heroku_rack/lib/static_assets.rb:9:in `call''
/home/heroku_rack/lib/last_access.rb:15:in `call''
/home/heroku_rack/lib/date_header.rb:14:in `call''
thin (1.2.6) lib/thin/connection.rb:76:in `pre_process''
thin (1.2.6) lib/thin/connection.rb:74:in `catch''
thin (1.2.6) lib/thin/connection.rb:74:in `pre_process''
thin (1.2.6) lib/thin/connection.rb:57:in `process''
thin (1.2.6) lib/thin/connection.rb:42:in `rec...
2019 Jun 18
2
Running distributed thinLTO without thin archives.
Thanks!
Question about the final link step:
Do I provide all the object files to the link step, i.e. something like:
clang++ -o thinlto main-native.o lib/lib-native.o src/lib-native.o
Do I need to provide --start-lib markers on that final link step as well?
Tanoy
On Tue, Jun 18, 2019 at 10:37 AM Teresa Johnson <tejohnson at google.com>
wrote:
> Hi Tanoy,
>
> You can't use distributed...
2017 Nov 07
1
Re: using LVM thin pool LVs as a storage for libvirt guest
Do you have some comparasion of IO performance on thin pool vs. qcow2
file on fs?
In my case each VM would have its own thin volume. I just want to
overcommit disk-space.
Regards,
Jan
On 2017-11-07 13:16 +0300, Vasiliy Tolstov wrote:
>Please don't use lvm thin for vm. In our hosting in Russia we have
>100-150 vps on each node with lvm th...
2007 Dec 26
2
Unified Messaging On Thin Client / Terminal Server
I would like to get Unified Messaging working in a Thin Client /
Terminal Server environment. What I would like to happen: when a user
gets a voice-mail, Asterisk sends an email with a Voicemail-URL that
notifies the person they have a message. When they click that from
their Remote-Desktop / RDP / Thin Client session, that sends a message
v...
2014 Aug 02
3
libvirt and lvm thin pool
Hi all. I'm using libvirt 1.2.6
I want to use lvm storage for my virtual machines.
But i want to use new lvm2 feature - thin pool. How can i do that in
libvirt? If libvirt can't create it via pool xml, does (and how) to
use this setup under libvirt?
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2010 Apr 26
2
/lib/rack/request.rb in my gem - is this reserved?
...ms/ruby-1.9.2-head/gems/rack-1.1.0/lib/
rack/builder.rb:46:in `initialize''
from /Users/kb1/code/rails/gemtestapp/config.ru:1:in `new''
from /Users/kb1/code/rails/gemtestapp/config.ru:1:in `<main>''
from /Users/kb1/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/
rack/adapter/loader.rb:36:in `eval''
from /Users/kb1/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/
rack/adapter/loader.rb:36:in `load''
from /Users/kb1/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/
rack/adapter/loader.rb:45:in `for''
from...
2017 Nov 07
0
Re: using LVM thin pool LVs as a storage for libvirt guest
Please don't use lvm thin for vm. In our hosting in Russia we have
100-150 vps on each node with lvm thin pool on ssd and have locks,
slowdowns and other bad things because of COW. After we switching to
qcow2 files on plain ssd ext4 fs and happy =).
2017-11-04 23:21 GMT+03:00 Jan HutaĆ <jhutar@redhat.com>:
> Hell...
2008 Apr 08
4
Mongrel performance study
...o sets of studies, and Wayne Seguin kindly provided a
lot of guidance and support in getting them running. Thanks Wayne!
Also, EngineYard provided the hardware for the test.
The first test looked at Mongrels running with nginx fair proxy vs.
without it:
http://www.misuse.org/science/2008/04/07/thin-ruby-on-rails-nginx-fair-proxy-performance-testing/
The second test looked at Mongrels vs Thin as the application handler
for Rails:
http://www.misuse.org/science/2008/04/07/thin-vs-mongrel-a-ruby-on-rails-performance-shootout/
Overall the results were not so surprising but at least there'&...
2013 Dec 03
2
Re: libvirt, lvm thin provisioning
On Tue, 03 Dec 2013 18:13:08 +0100
Oliver Brakmann <oliver.brakmann@posteo.de> wrote:
> Hello,
>
> On 2013-11-22 21:46, Michael Mol wrote:
> > I know that lvm supports thin provisioning, and I think I have a
> > pretty good grasp on how that works. Does libvirt support lvm thin
> > provisioning and thin snapshots?
>
> libvirt does not support storage pools containing thin pools. Since
> commit 4132dede0652b7f0cc83868fd454423310bc1a9c
> (http:...