convert is not working on the Linux server I am using
$ convert exploss_stumps.jpg exploss_stumps.eps
convert: missing an image filename `exploss_stumps.eps' @ convert.c/ConvertImageCommand/2838
Any idea why?
on my server, yum is using a LOT of system resources. My friend suggested to kill -9 it, but I want to know I'll be able to restart it first. Preferably without rebooting the whole server.
However, I'd also like some alternatives, I'd rather know WHY yum is taking up all these resources. I'm fairly new to running servers, so I'd appreciate any help.
I've got a 1 TB hard disk drive which is currently formatted as NTFS. I've recently learned about exFAT. I'm connecting this drive via USB. Which filesystem should I use for this large hard disk drive and why?
(I know exFAT requires a patch on Windows XP; this is not a concern.)
I'm not even sure why I'd want to do this. I guess I'm just curious. Is there a way to get to some kind console, command line, or text-based UI on the iPhone?
I'm referring to accessing the iPhone system itself, poking around in the directories, opening files in something akin to vi, that sort of thing.
How can I run the following for every table in a database:
ALTER table [table_name] type=innodb;
I don't want to have to manually run it for each table, but rather run it for all tables in a database.
As an aside: If your curious as to why I am running this: http://bugs.mysql.com/bug.php?id=1341 & http://bugs.mysql.com/bug.php?id=1287
Is the only purpose of transistors in a cpu to act as the switches that define its instruction set? And if so then why does increasing the number of transistors increase its speed?
Hi,
I have a collection of .tif files but when I open them on my Mac 10.5 they show up as solid black and I don't know why.
thanks
Upon further inspection at really high brightness there are some out of focus objects viewable. It looks as if I am getting the first couple bits of each pixel but not the entire range of values.
Hi there,
I did add a new slow transport to my Postfix configuration but this doesn't looks to work Messages passes correctly in the slow transport but they aren't rate limited.
Currently, I'v been setting this up in my master.cf:
slow unix - - n - 1 smtp
-o default_destination_concurrency_limit=1
-o initial_destination_concurrency=1
-o smtp_destination_concurrency_limit=1
-o in_flow_delay=2s
-o syslog_name=slow
Any idea why my messages aren't rate limited?
Regards,
I sometimes gets an ip address of 169.254.111.111 received for my laptop (instead of one in the 10.0.0.x range). I thought it was a problem with my Ubuntu system, but after I dual-booted I got the same problem under Windows Vista with the same laptop.
What's the problem, why does it happens only sometimes, and how can it be solved?
For the record: I'm using a Linksys WRT610N wireless router.
I have a workstation with Windows XP and I need to make a symbolic link or mount a UNC Path like a local Drive. I need the same behavior that produces M-Daemon tools when you mount an .iso File but with a remote directory. This is because I have a software client that perform several task but only with local drives and directorys.
The remote UNC path is a NAS server, thats the why I need to perform all the tasks from a workstations.
Does anyone have any idea why ipconfig might take a 10-20 seconds to finish? It's causing a timeout issue for me in an application.
This is in Windows XP
Question:
Why doesn't this work?
Note:
# cat ~/.Xdefaults
XTerm*background: black
XTerm*foreground: white
XTerm*highlightColor: red
XTerm*highlightSelection: true
# xrdb -load ~/.Xdefaults
cpp: too many input files
I get the following error when trying to start a daemon using Ubuntu 10.04 and the PHP5:
PHP Warning: PHP Startup: Unable to load dynamic library 'usr/lib/php5/20060613/pcntl.so' - /usr/lib/php5/20060613/pcntl.so: cannot open shared object file: No such file or directory in Unknown on line 0
Does System_Daemon try to call pcntl? If so, why is it looking for the file where it does not exist?
We have an Exchange 2003 cluster in wich we have limited the number of recipients in the past. We deleted it but it's still affecting our service. I have moved the services to the other node (it's an active/pasive cluster) so i guess i have restarted with this procedure the "Microsoft Exchange Information Store service" as is required to limit it (http://technet.microsoft.com/en-us/library/aa996677(v=exchg.80).aspx).
anyone have any idea why the limitation is not deleted?
We've been having weird issues with our web server. Sometimes when you click around you will get the http header in plain text on the web page.
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.0 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Mon, 26 Oct 2009 21:43:57 GMT Content-Length: 13633
Anyone know why this would show up in the page content?
For some reason, I'm not sure why, I have no permissions in the security tab/advanced tab for one partition. I'm trying to add them back by copying them manually from another partition.
However when I try to replace permissions entries on some files it says access denied, then I have to click continue.
I haven't much clue what this is all about, but I'd like to fix this as some folders in my partition aren't accessible in shares from other machines.
Although my machine resumes from sleep very quickly, the network access takes quite a few seconds. Why should this be?
I have specified fixed IPs, hardcoded the DNS and gateway settings.
Any clues as to how i can speed this up?
Hello, currently I have dual boot with 2 windows 7. (dont ask why, long story, I need them for each with different settings involving Audio Recording)
I am very keen to install the new Ubuntu and get into a new OS, out of interest but I don't want to mess with my current 2 windows installations?
If I install Ubuntu, will this simply add to my list of OS boot options when you set it, like I did when I install my 2nd Windows 7
Any comments or help would be great?
Thanks
Bill
I'm running MySQL Server 5.5.29 on Ubuntu Server 13.04
I have a created a user with a wildcard host access % and given him various privileges.
However, whenever this user connects from 194.182.245.61, a new user account is created for that specific IP address with no rights and he is unable to exercise his privileges.
When he connects from other internet connections, such as his home IP, it works just as it should.
Why does this happen and how can I stop it from happening?
Trying to use the 7-zip self extracting archive GUI and it fails. When I try to create a "Self Extracting Installer" option, at the end of the install it runs my batch file and it appears to be extracting all the files just before it does that, but after extraction, the files are nowhere to be found (except within the .7z archive). Any idea on why this occurs?
https://code.google.com/p/sfx-creator/
Hi,
I'm configurint Postfix to use external smtp. For this, I use the following tutorial: http://carlton.oriley.net/blog/?p=31
After following it, I found in the logs that /etc/postfix/sasl_passwd.db couldn't be read. The file didn't exist. I used postmap hash:/etc/postfix/sasl_passwd (http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html) as root, but I get:
postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied
Why do I get this?
Thanks.
I just downloaded Cygwin, I've never used it before cause I've always used putty. Cygwin is not letting me compile; I can see the files but it just doesn't let me compile and I do not understand why, am I doing something wrong?
This is what's going on:
Christine@Christine-PC ~
$ ls
8.6.c a.b.c a.c.c core new 2.txt test.c
9.13.c a.c a.out days.c new2.c test.txt
Christine@Christine-PC ~
$ gcc a.c.c
-bash: gcc: command not found
I understand that LTE and WiMAX are IP-based technologies that do NOT have a voice component unlike the current 3G technologies. So is it like, voice calls in 4G would be completely driven on top of IP? Wouldn't this break backward compatibility with existing 3G technologies? Is this why 4G is taking it took long to take ubiquitous availability?
I have a collection of .tif files but when I open them on Mac OS X 10.5 they show up as solid black and I don't know why.
thanks
Upon further inspection at really high brightness there are some out of focus objects viewable. It looks as if I am getting the first couple bits of each pixel but not the entire range of values.