Displaying 20 results from an estimated 23 matches for "clem".
Did you mean:
clam
2011 Apr 20
11
Mac Phusion Passenger Pane not working
I have a feeling that this is something centered around my
apache/Passenger configurations but everything seems to check out.
Another off the hand problem I''m having, and might be a clue is w/ my
Passenger Pane. I installed the Phusion Passenger Pane and every time
I try to add an entry, I get this error:
"Your changes couldn’t be saved
See the Console log for details."
2017 Dec 19
3
How to make sure self-heal backlog is empty ?
...next node), how can I tell, while
reading this, if it's okay to reboot / upgrade my next node in the pool ?
Here is what I do for checking :
for i in `gluster volume list`; do gluster volume heal $i info; done
And here is what I get :
Brick ngluster-1.network.hoggins.fr:/export/brick/clem
Status: Connected
Number of entries: 0
Brick ngluster-2.network.hoggins.fr:/export/brick/clem
Status: Connected
Number of entries: 0
Brick ngluster-3.network.hoggins.fr:/export/brick/clem
Status: Connected
Number of entries: 0
Brick ngluster-1.network.hoggins....
2017 Dec 19
0
How to make sure self-heal backlog is empty ?
...next node), how can I tell, while reading this, if it's okay to reboot / upgrade my next node in the pool ?
Here is what I do for checking :
for i in `gluster volume list`; do gluster volume heal $i info; done
And here is what I get :
Brick ngluster-1.network.hoggins.fr:/export/brick/clem
Status: Connected
Number of entries: 0
Brick ngluster-2.network.hoggins.fr:/export/brick/clem
Status: Connected
Number of entries: 0
Brick ngluster-3.network.hoggins.fr:/export/brick/clem
Status: Connected
Number of entries: 0
Brick ngluster-1.network.hoggins....
2008 Nov 05
3
Problems w/ before_filter getting ignored
...ionController::RequestForgeryProtection for details
# Uncomment the :secret if you''re not using the cookie session store
protect_from_forgery #:secret => ''f2966dd9b280aee941288062544d2aa9''
def index
end
end
[/code]
Any ideas how I can make this work?
Thanks,
Clem
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2008 Jan 13
6
Graceful way to handle execution expired and bad URI errors?
Hello,
I have a program that takes blog urls that our customers enter
into their profiles. In some cases they enter bad feeds (IE html
pages instead of atom or rss), and it throws these two errors:
execution expired and bad URI errors in the view.
I need to find a graceful way to handle both. Preferably, if I could
find a way to throw an error message for the execution expired
2007 Aug 10
1
downgrading from 1.2.3 to 1.1.2
Hello,
I just did a rails -v and got Rails 1.2.3. I just realized that I
had installed the wrong version of ruby on my local environment.
How easy is it to downgrade to 1.1.2? Are there any big issues I
should consider before doing this?
thanks,
Clem Rock
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public...
2004 Aug 06
1
AW: ices0 (version 0.3) - libmp3lame.so problems
wow, you are right!
it tells me:
/usr/lib/libmp3lame.so: broken symbolic link to 'libmp3lame.so.0.0.0'
how can i repair this? install lame again?
-Clem
-----Ursprüngliche Nachricht-----
Von: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]Im Auftrag
von Carsten Haese
Gesendet: Mittwoch, 4. Februar 2004 15:11
An: icecast@xiph.org
Betreff: Re: [icecast] ices0 (version 0.3) - libmp3lame.so problems
<p>On Wed, 2004-02-04 at 08:54, Clemen...
2004 Aug 06
0
Problems with Ices & mp3
...t;a href="http://localhost/</URL">http://localhost/</URL</a>>
<Public>0</Public>
<Bitrate>128</Bitrate>
<Reencode>0</Reencode>
<Channels>2</Channels>
</Stream>
</ices:Configuration>
<p>-Clem
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages...
2003 Apr 09
3
How to count the number of parameters in a function
I have the following function:
Myfunc <- function(var1,var2,.....,varN)
{ .....
}
In the above function I have a variable number of parameters (N>2). How can
I count how many parameters have been entered?
Any help appreciated
Thanks
Arno
2012 May 28
2
Wine 1.4 removes gnome-common & mate-common (link)
Hello all.
Recently upgraded to Mint 13 MATE and have been following this forum post:http://forums.linuxmint.com/viewtopic.php?f=47&t=102684&p=585069&hilit=wine+mint+13+mate#p585069
Installing wine 1.4 appears to remove mate-common and gnome-common and a few other packages, playonlinux also removes the same. I don't know what damage this does but vincent on the Mint forums
2007 Aug 24
0
ArgumentError: interning empty string and enum-column plugin
...plit("'',''").map { |v| v.intern}
default = default.intern if default and !default.empty?
end
super(name, default, sql_type, null, values)
end
end
end
[/code]
Does anyone know how I can work around this error?
Thanks for your time!
Clem C
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gm...
2007 Sep 04
0
Adding this sed command to the deploy script
....reverbnation\.com\/images/g''
"$file" > "${file}.sub"
rm "$file"
mv "${file}.sub" "${file}"
done
I am a newbie at writing and testing rake tasks and would like to know
what the best way to test this before it goes live?
Thanks,
Clem C Rock
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@publ...
2009 May 12
1
`load_missing_constant': uninitialized constant Rails::Gener
...edia_controller.rb",
"app/controllers/media_controller.rb"
m.file "media.rb", "app/models/media.rb"
end
end
end
[/code]
When I restart my server I get this:
`load_missing_constant'': uninitialized constant Rails::Generator
(NameError)
Thanks,
Clem C
--
Posted via http://www.ruby-forum.com/.
2009 May 12
0
`load_missing_constant': uninitialized constant Rails::Generator (NameError)
...dia_controller.rb", "app/controllers/media_controller.rb"
m.file "media.rb", "app/models/media.rb"
end
end
end
[/code]
When I restart my server I get this:
`load_missing_constant'': uninitialized constant Rails::Generator (NameError)
Thanks,
Clem C
--
View this message in context: http://www.nabble.com/%60load_missing_constant%27%3A-uninitialized-constant-Rails%3A%3AGenerator-%28NameError%29-tp23495870p23495870.html
Sent from the RubyOnRails Users mailing list archive at Nabble.com.
2006 Jul 18
2
Vulnerability in vixie cron?
Hi,
Recently there have been advisories and patches for
SuSE and RedHat (and probably a few others) regarding
a vulnerability in Vixie Cron. The details say that
there's insufficient checking of the return value of
setuid, which can lead to priviledge escalation and
lets users run cron jobs with root priviledges.
As far as I know, FreBSD also uses Vixie Cron (at least
the cron(8) manpage
2004 Aug 06
2
ices0 (version 0.3) - libmp3lame.so problems
Hello everybody,
I need some help please. I want to compile the ices-0.3 and ./configure
works perfectly. But if i want to do "make" there appear these
error-messages:
[...]
gcc: /usr/lib/libmp3lame.so: No such file or directory
make[3]: *** [ices] Error 1
make[3]: Leaving directory '/usr/ices-0.3/src'
[...]
if i search now for the libmp3lame.so file, i find it in /usr/lib/
so
2003 Apr 14
2
categorical variables
Dear helpers
I constructed a data frame with this structure
> str(dados1)
`data.frame': 485 obs. of 16 variables:
$ Emissor : int 1 1 1 1 1 1 1 1 1 1 ...
$ Marisca.Rio : int 1 1 1 1 1 1 1 1 1 1 ...
$ Per?odo : int 1 1 1 1 1 1 1 1 1 1 ...
$ Reproducao : int 3 3 3 3 3 3 3 3 3 3 ...
$ Estacao : int 2 2 2 2 2 2 2 2 2 2 ...
$ X30cm : int
2004 Dec 03
4
Is my Apache server running as the root user or not?
Heya..
By reading my /usr/local/etc/apache2/httpd.conf, I can find out that my Apache is
running as the user "www" and the group "www" .. Yet, when I run sockstat, it tells me
one of the forks are runned as root and listening on port 80 as well as the other forks
are runned by www:www.. If I got a lot of users connecting to my server on port 80, will
thier requests ever be
2007 Apr 18
0
catching frozen hashes
Hello
I have been wrestling w/ the frozen hash problem in a script and I''m
trying to catch this at the source where it crashes the program in
flames. Unfortunately, when I look at the errors, the failure is way
up in the active record ancestery chain.
Here''s the first entries in the error output:
2007 Jun 19
1
javascript_tag replacing whitespaces w/ '%20'
javascript_tag replacing whitespaces w/ ''%20''
Hello,
I have a form that tests if a title has been changed since the page
was loaded and the page has been submitted. If the page title has been
changed then a confirm box will ask if the user wants to have the title
changed. The problem is if the person hits cancel, all white spaces
in the title get replaced w/