Annihilannic,
I don't think that's correct.
foxtrot(~)$ sudo dmidecode | grep -c Central
2
I definitely only have a single processor with a single core, and since it's a Sempron, I'm pretty sure it doesn't have HyperThreading.
My motherboard is capable of using a dual core athlon, I think...
I used to be an old pro at SunOS back in the 4.1.3 days, but I'm tooling up on Solaris 10 now and I'd like input on some of the HA features available in Sun Cluster.
I have a (very) high transaction MySQL database running in a Solaris 10 zone on one physical server. I'm using MySQL replication...
You have to go get the image with urlopen, just like your browser does.
You may want to look at the builtin htmlparser module to do this parsing for you. You would simply subclass the parser and define an action for "start_img()" in which you go get the image file an save it off somewhere.
You don't say what X environment you're using. In gnome you would use the command "gnome-keybinding-properties". In twm you would add a setting to your ".twmrc".
Gnome provides a service called "Gamin" http://www.gnome.org/~veillard/gamin/index.html
It's a C level interface, but there are Python bindings to it. You could also write a simple C program that would call your shell script.
Why are you trying to install such an old version of python? Is there something in particular that you need from it? We may be able to help you use a more recent version if there is.
Even though both IPs are on the same physical interface, if they are masked so they are in different subnets you will only be able to talk to the interfaces from other IP addresses that are on the same subnet.
For example:
Address 1 = 1.1.1.1
Address 2 = 1.1.2.1
If your subnet mask is...
So, your problem is not with Python so much as you can't compile readline on your system. Have you tried installing the readline development RPMs from SuSE?
The second is done with virtual domains and is pretty simple. You have to have some external authentication for cyrus to handle username overlaps, so on my system your email address is user@example.com and you log in as user.example.com so different domains can have the same users.
The first...
When I installed cyrus-imapd integrated with postfix and mysql via SASL I used the pam_mysql module to do the database access. I think that's the preferred method.
As far as your actual problem, however, do you have all the devel rpms for mysql, sasl, etc. installed? You may also consider...
NFS is insecure because the data is "sniffable" over the network and spoofable by IP and has no user level authentication. You can also spoof your UID on the remote end to get around file access controls.
Samba/CIFS is an option, but I don't think that it's encrypted. There is also...
Define "doesn't work". Do you get an error message? Do you get unexpected results? Are you getting any results?
http://www.catb.org/~esr/faqs/smart-questions.html#beprecise
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.