Displaying 20 results from an estimated 1000 matches similar to: "Question about aspell, alpine and a Xen guest"
2010 Mar 17
2
Silly question about KVM
I was wondering, if I do not have hardware that natively supports full
virtualization...and I choose to use KVM, will my VMs be running in some
form of chip emulation (and therefore terribly slow). To date, I've been
using Xen and am very comfortable with it. I have some fears that later
whenever Xen is dropped - I'll have to consider KVM.
Also, will Xen be carried forward should
2009 Dec 21
2
xm mem-set on an F11 xen guest
I just tried to change the memory for my F11 xen guest from 512 to 1024.
After executing:
xm mem-set workstation 1024
xm list shows the memory still being 512. Anyone else see this behavior
before? I tried other values as well - but the memory is still what it
was when I created the VM...
I'm running CentOS 5.4 on an i386...
Scot P. Floess
27 Lake Royale
Louisburg, NC 27549
2010 Jan 04
2
Shutdown/poweroff does not power off machine
I've got a Dell Optiplex GX240 I am running CentOS 5.4
(kernel 2.6.18-164.9.1.el5.centos.plus)... When I had Fedora 11 and 12 on
it, I could issue a poweroff command and the machine would power itself off.
However, under CentOS it doesn't turn the machine off whatsoever. When it
completes, the machine is still running with a message of "system halted."
Then I have to
2009 Nov 06
2
Question - Xen host, DHCPD and guest VMs
I have a question about a Xen host that runs dhcpd and installing
guest/running guest VMs on that host (that use DHCP)...
On other hosts or hosts running VMs, they are absolutely able to get DHCP
addresses no trouble... However, the fun begins when the machine I run
dhcpd on is also hosting VMs. I can see in /var/log/messages the request
and ack from dhcpd but the guest VMs never hear it.
2009 Dec 01
1
Has anyone gotten Fedora 12 running as a Xen guest?
I am running CentOS 5.4 (both i386 and x86_64 - different physical
machines)... I've been able to get Fedora 11 running as a Xen guest - no
trouble. However, I have had no luck with Fedora 12. My kickstart file
lists /boot as ext3 - but for whatever reason Fedora 12 insists on making
/boot ext4.
I do have a bare metal machine running Fedora 12, so I thought "let me try
to put
2009 Nov 06
1
Question - Xen host, DHCPD and guest VMs
I have a question about a Xen host that runs dhcpd and installing
guest/running guest VMs (that use DHCP)...
On other hosts or hosts running VMs, they are absolutely able to get DHCP
addresses no trouble... However, the fun begins when the machine I run
dhcpd on is also hosting VMs. I can see in /var/log/messages the request
and ack from dhcpd but the guest VM never hears it. If I should
2009 Dec 16
10
Silly question x64 vs i386
I have a really silly question... but just want to ask...
I have one box on my home network that is x86_64 capable... My other
boxes are all i386. As this x86_64 machine can, at most, house 4 GB of
RAM (currently only has 1 GB) - is there any advantage to my running
x86_64 on that machine instead of i386... Long story as to why I am
asking - but before I go off and moveit down to i386 -
2010 Jan 28
2
question on virtual desktops
centos has the 4 virtual desktops by default.
if I have a terminal window open in desktop 1
is there a command I can execute (type in) to switch to desktop 2?
The mouse will not be attached at this point and I want to switch views
using a command line. How do I do that?
Thanks,
Jerry
2010 Feb 03
2
subversion 1.6.9 and sqlite 3.6.22
I'm in the process of setting up subversion and since the version
packages with C5 is, shall we say, showing its age, I've built an
updated version. In order to do that I had to upgrade sqlite from the
default 3.3.6 (which the current subversion will not build with) and I
went with 3.6.22. Has anyone else had any experience with whether or not
that breaks anything?
I'm a little
2010 Mar 10
1
FreeNX : forward audio from server to client ?
Hi,
I setup a FreeNX server with a GNOME desktop, and I can access it from a
client with the NoMachine client. Everything is running fine, and now I
only have two problems left : audio and printing forwarding. I'll follow
the "only-slay-one-dragon-at-a-time" rule and take care of audio first.
Did anyone manage to forward sound with FreeNX ? Here, server and client
are using
2019 Jun 08
2
Does CentOS support aspell?
I haven't run CentOS on a machine of my own for several years;
but my domain (NOT the address I post from) is hosted on a machine
running CentOS. The list for the mailer I run recommends using aspell,
which is not installed (according to rpm -q) on the remote host, as a
spellchecker.
Does anybody here know offhand if CentOS supports it? Or how do I
check?
--
Beartooth Staffwright, Not
2009 Nov 23
4
Fedora 12 2.6.31.5-127.fc12 domU on CentOS 5.4 2.6.18-164.6.1.el5xen fails to boot
Doing a kickstart install of Fedora 12 results in a non-bootable image.
>From a virt-maanger instance, the error produced when trying to run the domU is:
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/engine.py", line 498, in run_domain
vm.startup()
File "/usr/share/virt-manager/virtManager/domain.py", line 573, in startup
2009 Feb 21
5
aspell
can u suggest a link for downloading aspell spellchecker (for tinyMCE
Editor) using rails
--~--~---------~--~----~------------~-------~--~----~
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.gmane.org
To unsubscribe from this group, send email to
2012 Jun 30
0
Using Pers. Dictionary with Aspell in R
My goal is to use Aspell 0.60 with a personal dictionary within R. Running
WinXP, R 2.15.1, and Cygwin's install of Aspell 0.60. Using a test file
with 2/5 words misspelled:
SpellTest.txt
test
text
txxt
endeavour
mytzlplk
and dictionary files (aspell.en.pws, and spell.en.prepl respectively) of:
personal_ws-1.1 en 0
mytzlplk
personal_repl-1.1 en 0
mytzlplk superman
and R expression of:
2013 Jan 07
0
aspell(..., dictionaries) incorrectly passes double-quoted arguments via shell() [and a patch]
Hi, I think I found a bug in aspell() on Windows. Specifying argument
'dictionaries' for aspell() does not work on Windows, which I believe
is because it tries to pass a quoted command line option via shell().
THIS WORKS:
# Create a text file to be spell checked
> writeLines(c("Hello", "world", "ANOVA"), con="text.txt")
# Check it (word
2019 Jun 08
0
Does CentOS support aspell?
On Sat, 8 Jun 2019 17:27:19 -0000 (UTC)
Beartooth wrote:
>
> I haven't run CentOS on a machine of my own for several years;
> but my domain (NOT the address I post from) is hosted on a machine
> running CentOS. The list for the mailer I run recommends using aspell,
> which is not installed (according to rpm -q) on the remote host, as a
> spellchecker.
>
> Does
2011 Oct 17
0
CEBA-2011-1372 CentOS 5 x86_64 aspell FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011-1372
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1372.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
32c1b48c17a72e336d975050b65f9928 aspell-0.60.3-12.i386.rpm
d16277c57a858e0ed63dbfc8db133ce4 aspell-0.60.3-12.x86_64.rpm
aec8503cf1dc3e0915c7b1697df159dd
2009 May 03
13
Ruby or Rails bug?
In irb all works fine:
# irb
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> require ''raspell''
=> true
irb(main):003:0> speller = Aspell.new("ru_RU")
=> #<Aspell:0x7f8692c9d158>
irb(main):004:0> speller.suggestion_mode = Aspell::NORMAL
=> "normal"
irb(main):005:0>
2011 Aug 18
10
Circular RPM dependencies...
Hi.
I encountered a following problem, if I state for example:
package{"aspell-en": ensure => absent, }
package{"aspell": ensure => absent, }
I get error in logs because of dependencies. It seems that puppet uses
''yum'' for installation on CentOS and ''rpm -e'' for removal of packages,
so it cannot handle this kind of dependencies:
2011 Oct 17
0
CEBA-2011-1372 CentOS 5 i386 aspell FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011-1372
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1372.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
32c1b48c17a72e336d975050b65f9928 aspell-0.60.3-12.i386.rpm
aec8503cf1dc3e0915c7b1697df159dd aspell-devel-0.60.3-12.i386.rpm
Source: