Forum: C Feb 4th, 2009 |
| Replies: 1 Views: 810 |
Forum: C Feb 4th, 2009 |
| Replies: 1 Views: 1,305 |
Forum: C Feb 4th, 2009 |
| Replies: 2 Views: 625 Well, the error tells you that it can't create the connection because the socket descriptor is not a socket. Have a look at the possible reasons for that. Perhaps you still have a identical socket... |
Forum: C Feb 4th, 2009 |
| Replies: 1 Views: 364 To put it simply: By casting the variable you are telling the compiler you know what you are doing, and not to check the variable type. The actual value of the variable stays the same, but you just... |
Forum: *nix Software Jul 31st, 2008 |
| Replies: 1 Views: 1,666 I can't tell you what all of them means, but I might guess correctly :)
[ 405.681685] wlan0_rename: authenticated
Your wireless card has authenticated on an access point. Not bad.
[ 405.681688]... |
Forum: *nix Software Jul 31st, 2008 |
| Replies: 1 Views: 818 Why don't you just take the user input, add it to the HTML template and send?
I'm missing something, because from your explanation it sounds like you have all the tools you need.
Get the text... |
Forum: *nix Software Jul 31st, 2008 |
| Replies: 1 Views: 880 Why not join one of the groups working on such a project? This will provide you with some support in getting the system going, and you can provide additional value to an already established project.... |
Forum: *nix Software Jul 31st, 2008 |
| Replies: 4 Views: 1,392 This is the wrong way to go about it. First install Fedora, and then use VMWare for your WinXP ;)
But on a serious note - it is important to check if you are using bridging for your network... |
Forum: Getting Started and Choosing a Distro Jul 31st, 2008 |
| Replies: 1 Views: 873 Unless you REALLY need RH9 I'd advise you to get a more recent Linux distribution. Of the distributions I've used I prefer Ubuntu (or a variant like Kubuntu/Xubuntu/PickALetterUbuntu)
Installing a... |
Forum: Getting Started and Choosing a Distro Jul 31st, 2008 |
| Replies: 2 Views: 1,796 I'm not that familiar with the internals of ISO files, but if you are running Linux you can try to write the image to a USB disk, and booting from that.
dd if=fedora_dvd.iso of=/dev/<your usb... |
Forum: IT Professionals' Lounge Feb 1st, 2008 |
| Replies: 2 Views: 1,502 Considering the bad grammar I might be wrong, but you can have a look at the 'virtual' config file. |
Forum: C Feb 1st, 2008 |
| Replies: 3 Views: 686 Have a look through google for free image manipulation libraries. There are a few very good ones available. This should be a much better solution than just running MSPaint to resize an image! |
Forum: C Feb 1st, 2008 |
| Replies: 3 Views: 645 So you want to combine the two characters from the first string into a second string?
Try a fgets() to get your string of user entered values, and then split on the tokens (strtok() or such) and... |
Forum: IT Professionals' Lounge Feb 1st, 2008 |
| Replies: 2 Views: 5,620 Can you actually get to the mail server without fetchmail? Have you done a telnet check?
The errors show that fetchmail can't connect to the server at gmail.com on the POP port. Have you done your... |
Forum: C Feb 1st, 2008 |
| Replies: 2 Views: 687 For the sake of completeness:
If you are running Linux, you just edit the whatever_config.rc with your favourite text editor (i.e. vim) and send a reload signal to the app.
But on the other hand... |
Forum: C Feb 1st, 2008 |
| Replies: 6 Views: 662 You really should read http://www.catb.org/~esr/faqs/smart-...html#writewell
As WaltP put it "At least use English. ... Unless your name is Stepin Fetchit." |
Forum: IT Professionals' Lounge Feb 1st, 2008 |
| Replies: 10 Views: 2,577 Basic question, just to make sure. After you deleted all the partitions (or zeroed the drive) you did create a partition to install Win98 on?
Also check your partition is not too big for FAT32. |
Forum: Kernels and Modules Feb 1st, 2008 |
| Replies: 3 Views: 2,956 Please use code tags. You will get faster replies when using correctly formatted queries. |
Forum: *nix Software Jan 15th, 2008 |
| Replies: 2 Views: 917 Why not use incremental dumps after the first hotcopy and save some time. |
Forum: *nix Software Jan 15th, 2008 |
| Replies: 1 Views: 878 How about a soft link? Just check the referrers in your php to decern between different shops. |
Forum: *nix Software Jan 15th, 2008 |
| Replies: 1 Views: 740 Expand on the problem please. What server are you using. What is your file structure like. Where are you testing from. Etc. |
Forum: IT Professionals' Lounge Jan 15th, 2008 |
| Replies: 3 Views: 1,193 Why not try this in the programming section? |
Forum: IT Professionals' Lounge Jan 15th, 2008 |
| Replies: 1 Views: 1,548 Starting applications from rc.local will result in the app having different parents, than when starting it from a console.
My guess would be that the app does not handle signals correctly, so it... |
Forum: IT Professionals' Lounge Jan 15th, 2008 |
| Replies: 1 Views: 2,446 I don't know Plesk, so this is a shot in the dark. You might not have the right permissions to be able to delete log files.
Log files are usually reserved for admin users, as this enables them to... |
Forum: IT Professionals' Lounge Jan 15th, 2008 |
| Replies: 4 Views: 937 A little more information on the way (utils/messages) you attempt the install might make diagnosis easier. |
Forum: C Jan 15th, 2008 |
| Replies: 2 Views: 2,154 I'd highly recommend the message queue method above the sleep method... |
Forum: C Jan 14th, 2008 |
| Replies: 1 Views: 1,756 It might be easier to just use /proc/loadavg if you only need the cpu load. This matches exactly with 'top' |
Forum: Windows NT / 2000 / XP Dec 7th, 2007 |
| Replies: 3 Views: 3,347 You do realise that this is the Linux section of the forum?
Not posting in the correct forum section is just wasting your time. |
Forum: C Dec 5th, 2007 |
| Replies: 1 Views: 974 If it is in a variable, it is in binary.
Define a nice struct along the line of your post, and read the NMEA string values you want into that. Add in the values you wanted, and there you go.
... |
Forum: Getting Started and Choosing a Distro Dec 5th, 2007 |
| Replies: 20 Views: 3,670 Hey, why stop there? Why not try LFS (http://www.linuxfromscratch.org/) and get an even better understanding.
In the end it all comes down to how much time you have to learn it all. |
Forum: Getting Started and Choosing a Distro Dec 5th, 2007 |
| Replies: 7 Views: 2,147 You can run the 'drakx' command from the command line. If it is not installed, you can run 'urpmi draktools' I think. |
Forum: C Dec 5th, 2007 |
| Replies: 5 Views: 739 Remember that you are passing the 'address' of ilnput to op. If you have a look at the declaration of op you will see that it expects an 'int'. This means that a's value is the address of ilnput.
... |
Forum: Windows NT / 2000 / XP Dec 5th, 2007 |
| Replies: 2 Views: 834 The fastest solution would be to rebuild your drive. It's nasty (read 'work') - but you will have a clean system again.
If you want to try the hard way :)
Did you try a 'safe mode'/'failsafe'... |
Forum: Windows NT / 2000 / XP Dec 5th, 2007 |
| Replies: 2 Views: 477 How does the router connect to your pc?
Have you installed anything new recently? |
Forum: Networking Hardware Configuration Dec 5th, 2007 |
| Replies: 9 Views: 2,231 Yes
Yes
The ISP blocking port 80 is strange, so I am assuming it is blocking incoming connections to port 80 on your public IP. Being that you have embedded webservers I'm assuming you don't... |
Forum: C Nov 13th, 2007 |
| Replies: 3 Views: 583 First of all it might be a better call to use comma delimiting, in stead of space delimiting, but that might just be a preference.
To do plots you can make use of gnuplot. Alternatively you can... |
Forum: C Nov 5th, 2007 |
| Replies: 8 Views: 1,296 I second that motion. What?
Using a literal word by word translator is not a good idea unless you have at least a clue of the target language.... In this case I think a safe assumption is "Not... |
Forum: Motherboards, CPUs and RAM Nov 5th, 2007 |
| Replies: 4 Views: 4,697 I know, I know. But next time someone searches, and find a thread that looks like something they can use at least there will be something to use.
I just hate getting a thread that looks exactly... |
Forum: Troubleshooting Dead Machines Nov 5th, 2007 |
| Replies: 11 Views: 2,879 I've also seen short circuits on a MB do similar things - or even broken tracks. As soon as things start heating up and physically expanding a broken track might open up too much, and something... |
Forum: Networking Hardware Configuration Nov 5th, 2007 |
| Replies: 3 Views: 968 Yes you are right - that is the easier route (probably the best as well). The only reason I'm doing this is because I've seen a lot of equipment not bridging DHCP/bootp packets correctly. I have no... |