Displaying 20 results from an estimated 58 matches for "udpated".
Did you mean:
udpates
2006 Jan 04
6
Ajax makes me cry
What is the difference in treatment between an ajax link_to_remote and a
form_remote_tag
This works great and adds a list item to an ordered list with
id=form_results
link_to_remote ("Help me please!",
:update => ''form_results'',
:url => { :action => :search_ajax_test },
:position =>
2007 Apr 20
2
Udpate R under a proxy
dear all,
I get internet via a proxy server when I try to
downlaod package it always fail. Even when i add and
environnment variable for the http proxy server. I use
windows XP SP2
Sincerly
Justin BEM
El?ve Ing?nieur Statisticien Economiste
BP 294 Yaound?.
T?l (00237)9597295.
2005 Jul 08
1
POP retrieval, then reading, of mail does not udpate server status.
We are currently using the version of Dovecot (0.99.11) that comes with
Redhat Enterpise Linux version 4, running on an IBM x445 server (8 CPU,
hyperthreading on, 14GB RAM) using the maildir format.
We have had to patch this with a change from 0.99.12 so that it doesn't
incorrectly report SASL capability upon connection but otherwise it is
the version supplied with the OS (we do this to
2008 Dec 17
7
yum udpate not getting new kernel
On one notebook (so far), I have not picked up the new kernel:
kernel-2.6.18-92.1.22.el5.i686.rpm
I have gotten it on some notebooks.
So far the only difference I can see between the systems that MIGHT
matter is those that got the update were new installs and had not
reached 3 installed kernels. The one that failed already had 3 kernels
in /boot. But I seem to recall this was about how
2011 Jun 29
1
yum bug...
Hey,
recently I experienced yum bugs on some servers...
A simple 'yum update' gives me the yum usage...
I noticed a difference between it and a simple 'yum':
? # yum udpate
? Loaded plugins: fastestmirror, priorities
? usage: yum [options] COMMAND
? # yum
? Loaded plugins: fastestmirror, priorities
? You need to give some command
? usage: yum [options] COMMAND
Once, a
2015 Apr 29
2
[LLVMdev] Assertion failure (Bug 21609) in DwarfFile.cpp
...https://llvm.org/bugs/show_bug.cgi?id=21609
I have coded up the fix as per David's suggestion (added a new header
field for DIVariable to separate out ArgNo & LineNo). The proposed
diff is attached to the bug.
However, there are around 175 testcases across clang & llvm that need
to be udpated to reflect the new schema. One such eg:
diff --git a/test/Instrumentation/AddressSanitizer/debug_info.ll
b/test/Instrumentation/AddressSanitizer/debug_info.ll
index c0939c5..4112f14 100644
--- a/test/Instrumentation/AddressSanitizer/debug_info.ll
+++ b/test/Instrumentation/AddressSanitizer/debug_i...
2002 Feb 15
1
ldconfig : ..... .so is not a symbolic link
After updating this morning
cvs udpate -APd
rm config.cache
./configure
make depend && make
i get this when 'make install' :
what should i do ? (think i won't be the only one)
/sbin/ldconfig: /usr/local/lib/libwine_unicode.so is
not a symbolic link
/sbin/ldconfig: /usr/local/lib/libwine_tsx11.so is not
a symbolic link
/sbin/ldconfig: /usr/local/lib/libwine.so is not a
2008 Sep 15
1
[attachment_fu] Allways triggering after_attachment_saved callback
Hi,
I use attachment_fu in one of my apps and recently I''ve realized that
udpates are taking too much time. After some debugging I''ve found that
attachment_fu is calling after_attachment_saved callback no mather if
attachemnt has changed or not.
For example this code:
after_attachment_saved do |photo|
logger.info "after_attachment_saved"
end
# in console - always
2016 May 12
2
6.8 CR Packages
We should have the CR packages, that will eventually be turned into the
full 6.8 point release and ISO set, to the QA team today for testing.
I expect that it will take 1 to 2 days in QA and then those will be
ready for release into the 6.7/cr/ repository. That means that no later
than Monday, May 16th (and maybe as early as sometime within the next 24
hours), the CR packages, including the
2018 Dec 20
1
Updates in 7.6.1810/os Repository from the CR Announce List
As part of the CR process (
https://wiki.centos.org/AdditionalResources/Repositories/CR ), the
following updates were done and are included in the CentOS base ( os/ )
repository for CentOS Linux 7.6.1810.
https://lists.centos.org/pipermail/centos-cr-announce/2018-November/thread.html
https://lists.centos.org/pipermail/centos-cr-announce/2018-December/thread.html
There was an issue with the
2018 Dec 20
1
Updates in 7.6.1810/os Repository from the CR Announce List
As part of the CR process (
https://wiki.centos.org/AdditionalResources/Repositories/CR ), the
following updates were done and are included in the CentOS base ( os/ )
repository for CentOS Linux 7.6.1810.
https://lists.centos.org/pipermail/centos-cr-announce/2018-November/thread.html
https://lists.centos.org/pipermail/centos-cr-announce/2018-December/thread.html
There was an issue with the
2020 Aug 07
3
Fixing grub/shim issue Centos 7
On 07/08/2020 10:01, Johnny Hughes wrote:
> On 8/7/20 3:46 AM, Nicolas Kovacs wrote:
>> Le 07/08/2020 ? 09:40, Alessandro Baggi a ?crit?:
>>> Probably many users have not updated their machines between the bug release and
>>> the resolution (thanks to your fast apply in the weekend, thank you) and many
>>> update their centos machines on a 2 months base (if not
2012 Jan 13
1
R2jags update, jags.parallel
...send chains to multiple
cores ... but when I submit, I get:
test <- jags.parallel(d, inits, param, model.file="rats.bug",
n.chains=3, n.iter=2000)
Error: could not find function "jags.parallel"
checked sessionInfo() to be sure I did actually have the udpated version:
R version 2.14.1 (2011-12-22)
Platform: x86_64-pc-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=C LC_NAME=C
[9] LC_...
2015 Apr 29
2
[LLVMdev] Assertion failure (Bug 21609) in DwarfFile.cpp
...I have coded up the fix as per David's suggestion (added a new header
>> field for DIVariable to separate out ArgNo & LineNo). The proposed
>> diff is attached to the bug.
>>
>> However, there are around 175 testcases across clang & llvm that need
>> to be udpated to reflect the new schema. One such eg:
>
>
> The debug info has changed substantially in the last few months - those
> changes made a lot of churn to the test cases and, as a biproduct, made it
> unnecessary to update any test cases for this change.
Ok. The debug info has indeed ch...
2006 Jul 19
4
Ferret Indexing
Does ferret only index, when you create, or udpate a record?
Is there a way to make it index prexisting records?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2008 Jul 04
1
update Centos 5 with DRBD
Hi,
I have a server with Centos 5 + DRBD installed and is working fine, but when
i run yum for udpate system show this error:
Transaction Check Error:
file /etc/drbd.conf conflicts between attempted installs of
drbd-8.0.12-1.el5.centos and drbd82-8.2.6-1.el5.centos
file /etc/rc.d/init.d/drbd conflicts between attempted installs of
drbd-8.0.12-1.el5.centos and drbd82-8.2.6-1.el5.centos
file
2019 Feb 08
2
[admin] [BUG] task jbd2/xvda4-8:174 blocked for more than 120 seconds.
Hello,
Sacha, le ven. 08 févr. 2019 18:00:22 +0100, a ecrit:
> On Debian GNU/Linux 9.7 (stretch) amd64, we have a bug on the last Xen
> Hypervisor version:
>
> xen-hypervisor-4.8-amd64 4.8.5+shim4.10.2+xsa282
(Read: 4.8.5+shim4.10.2+xsa282-1+deb9u11)
> The rollback on the previous package version corrected the problem:
>
> xen-hypervisor-4.8-amd64
2010 Aug 13
3
IXJ Quicknet PhoneJack issues
Greetings:
We have been running a CVS HEAD version of asterisk from Mar 10, 2005
on ix86 (PIII-600) Linux 2.4.27 with ixj (chan_phone) hardware. In a
hope of getting better 'chan_skinny' support (to attempt using a Cisco
7920 IP phone) I built asterisk 1.2.40 on this box. Initial tests
verify that our previous dialplan is working (iax2 trunks, register
sip phones, registering withour SER
2006 Apr 16
11
RJS templates not found
I am running Rails 1.10 and wanted to check out the RJS templates.
Rails doesn''t seem to find them.
I did issue the rake comment update_javascripts and that did not correct
the problem. RJS is part of 1.1 right?
Any ideas?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2020 Aug 07
4
Fixing grub/shim issue Centos 7
Le 07/08/2020 ? 09:40, Alessandro Baggi a ?crit?:
> Probably many users have not updated their machines between the bug release and
> the resolution (thanks to your fast apply in the weekend, thank you) and many
> update their centos machines on a 2 months base (if not worst). I think also
> that many users of CentOS user base have not proclamed their
> disappointement/the issue on