Displaying 20 results from an estimated 76 matches for "santy".
Did you mean:
sanity
2013 Apr 15
3
Dial multiple device cancellation
Hi,
Can a call to multiple devices be cancelled in all of them at same time?
With next dialplan,
exten => 100,1,Dial(SIP/101&SIP/102)
when a call rings on 101 and 102 and one of them rejects the call "with 486 Busy here", is it possible to reject the call in the other device at same time? I read application dial options but I can't find any that can help me to achieve this
2008 Jul 07
3
yum-updatesd not working on CentOS 5.2
Dear Srs,
yum-updatesd-0.9-2.el5 appears that it's not working on freshly
installed CentOS 5.2, using:
# rpm -qa "yum*"
yum-metadata-parser-1.1.2-2.el5
yum-updatesd-0.9-2.el5
yum-3.2.8-9.el5.centos.2.1
yum-fastestmirror-1.1.10-9.el5.centos
I see some bugs ([1], [2] and [3]) in the bug tracker, and more info
related to other distros like Fedora, etc.. with the same problem.
2008 Nov 06
1
Broken link in OpenVZ page in the Wiki
Dear Srs,
In the page:
http://wiki.centos.org/HowTos/Virtualization/OpenVZ
Section -> "Additional Resources"
"Performance evaluation of Xen vs. OpenVZ by HP Labs" link is broken, it
points to:
http://www.hpl.hp.com/techreports/2007/HPL-2007-59.pdf
And the PDF has been moved to:
http://www.hpl.hp.com/techreports/2007/HPL-2007-59R1.pdf
Regards,
--
Santi Saez
2008 Nov 25
1
Correct way to change I/O scheduler in a iSCSI dev
Hi,
What's the correct way to change configuration parameters for an iSCSI
device? For example I/O scheduler, max_sectors_kb, etc...
I could add commands to the S99local script:
echo noop > /sys/block/sdb/queue/scheduler
echo 64 > /sys/block/sdb/queue/max_hw_sectors_kb
Unfortunately, iSCSI device names might change from sdb to, say, sdc
(server reboot, iSCSI target reconnection).
2011 Jul 23
3
Problems running unicorn_rails without bundle exec (in a RVM context)
Hello,
I cannot run unicorn_rails out without using bundle exec . This is the error:
/home/user/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/runtime.rb:31:in
`block in setup'': You have already activated rack 1.3.1, but your
Gemfile requires rack 1.2.3. Consider using bundle exec.
(Gem::LoadError)
Maybe RVM is involved? Maybe I am involved?
Please add me in the CC replies,
2007 Feb 07
1
Chanspy severe sound problems
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: santi.vcf
Type: text/x-vcard
Size: 340 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070207/fefc16d8/santi.vcf
2009 Sep 28
2
rpmstrap/rpmbootstrap to boostrap CentOS 5
Hi,
Is there any working script, similar to deboostrap, for CentOS 5?
I have found rpmstrap [1] at RPMforge.. but only works for CentOS-4, and
appears that's out of date.
thanks!
[1] http://dag.wieers.com/rpm/packages/rpmstrap/
--
Santi Saez
http://woop.es
2012 Nov 08
2
Fwd: Different behavior of net.ipv4.ip_local_port_range between RHEL-5 and RHEL-6
Forwarding just in case anyone is familiar with this on CentOS, thanks!
--
Hello,
Just found that net.ipv4.ip_local_port_range has different behavior
between RHEL releases: until v6 although you have multiple source IPs
you can only use a fixed number of local ports, seems that
"ip_local_port_range" is a global configuration or limitation. On RHEL-6
kernel (testing with 2.6.32-279)
2013 Jun 09
1
Force to strip all symbols from ELFs when using rpmbuild on CentOS
Hello.
What's the proper way to remove *all symbols* from ELF binaries when
building packages with rpmbuild on CentOS? Seems that an out of the box
rpmbuild install only discards debugging symbols (strip -g).
That's the default configuration for %__os_install_post on CentOS, the
step in charge on stripping binaries:
$ rpmbuild --showrc
(..)
-14: __os_install_post
2008 Dec 04
2
Best way to take snapshots of iSCSI devices using Open-iSCSI + CentOS
Hi,
I want to take snapshots of a iSCSI devices from a target that hasn't
snapshot/cloning capabilities (it's a Infortrend A16E storage array).
What method are you using to make snapshots/clones of iSCSI targets
using Open-iSCSI + CentOS? What about using Open-iSCSI + LVM snapshots
system? For example:
- Take a LVM snapshot in the initiator with "lvcreate".
- Give read-only
2010 Oct 22
1
Howto align partitions in Linux + NetApp
Hi,
NetApp support has suggested us aligning partitions to improve
performance, in short: starting sector must be divisible by 8. How can I
move the start point in a misaligned partition -in production, with
ext3- under Linux?
A screenshot with a misaligned (start=63s) and aligned (start=64s)
partition is available at:
http://filesocial.com/lkwvvn2
(If anyone is interested in this topic,
2000 Sep 07
8
SMB connection failed
Hi,
I am getting an error when trying to mount a drive on a win2000 server.
unknown host "domain controller"
ignoring "domain controller"
Session Setup Failed: ERRDOS - ERRnoaccess (access denied.)
SMB Connection Failed
I do not know if this is a known win2000 server problem or not. I can
connect to my NT4.0 server?s fine.
Any help is greatly appreciated
Thanks
-miket
2007 Nov 14
1
graphics in cocorresp package
I'm using cocorresp package with predictive co-correspondence analysis model.
i would need to visulize inside the graphic (plot function) the sample site numbers (is it possible to consider this a "label"?).
is there any function to do this?
thanks for your help.
Elisa
Dr. Elisa Santi
Dipartimento di Scienze Ambientali "G. Sarfatti" Unità di Ricerca Biodiversità
2012 May 05
2
creating a new column assigning values of other columns
Hello,
?
I have to create a new column from the values of other columns of a data frame. The new?column (y$n) is created imposing a condition (using a third variable y$h) that assigns the values of two time variables (y$b and y$timepos). Here's the piece of code to get there (using the attached files):
?
xact <- read.table("act.lig", sep = ',',
2009 May 01
6
Trying to install WINE getting an error message
hello helpers,
When I follow the instruction to install wine on intrepid ibex (ubuntu 8.10) from this web page:
http://www.winehq.org/download/deb
when I reload, after key authentication I get this error message:
W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71346C8340130828
W: GPG
2017 Aug 09
0
Package nleqslv ERROR
Santi,
In the second line of your function you have the following:
f <- numeric(length(x))
This sets the length of this numeric vector (i.e., "f") to the length of the vector "x".
Later, inside the function you assign to values to 4 elements of the vector "f".
This assumes that "f" is at least 4 element in length.
However, you define
2008 Jun 18
1
mkfs.ocfs2: double free or corruption
Dear Srs,
I get this error when running "mkfs.ocfs2":
=================================================================================
# mkfs.ocfs2 -b 4K -C 32K -N 255 -L backup_ocfs2_001 /dev/sdb1
mkfs.ocfs2 1.2.7
Filesystem label=backup_ocfs2_001
Block size=4096 (bits=12)
Cluster size=32768 (bits=15)
Volume size=6000488677376 (183120382 clusters) (1464963056 blocks)
5678 cluster
2011 Mar 07
1
species projected in a ordiplot
Dear all,
I'm performing a detrended correspondence analysis on vascular plant
community data (296 species), and I have a question on the species scores
projected in the ordination diagram. When I run a ordiplot all species are
projected in the output graph, but I'd like to restrict the number of
species plotted in the final graph. Some species are so rare in the data,
that no relevant
2007 Feb 09
0
Asterisk 1.2.14 - Chanspy, sound issues.
I upgraded my Asterisk system to version 1.2.14 to check if the sound
quality issues I was having with Chanspy in 1.2.7 remained. I'm still
getting them, and I'm honestly out of ideas except from RTFS.
The called party sounds normally fine, but it's impossible to hear the
caller. Sometimes, when the called party is talking, the caller can also
be heard. The conversation sounds broken,
2007 Aug 06
2
ATA phones ring when they register
Hi,
I have an 8-port Grandstream GXW-4008 V1.2A ATA
converter with analog phones connected to it.
They work fine except for just one "feature" I would
like to modify. Somehow, each time the ATA
re-registers the SIP clients or each time the device
has to be rebooted for maintenance, the phones ring
once. This feature can be useful as it notifies the
user of the re-registration.