Software :: Http Unit Testing In C Or C++??

Nov 24, 2009

I have searched the web for a http unit testing library written in C or C++, to no avail. Does such a library exist?

View 2 Replies


ADVERTISEMENT

General :: Looking For Tools To Analyze Code Complexity / Unit Testing For Embedded

Sep 11, 2010

I am looking for tools for static/dynamic code analysis for embedded Linux system development (both device driver and user space apps) with ARM-based processor. We use Eclipse IDE and C++ lanuage for development. Does anybody have recommendation for tools to analyze code complexity? The tools is better to support McCabe complexity metric, however, we may also consider others. Does anybody have recommendation for unit testing?

View 1 Replies View Related

Server :: Duplicating Http-traffic For Testing Purposes?

Jan 3, 2011

is any apache-module out there that allows duplicating traffic?

I want to test an new Application Server by duplicating the traffic from the old production system. Answers of the new will be DROPped ...

View 1 Replies View Related

Networking :: Craft A Valid Http/1.1 Request For Getting Http Headers (not The Html File Itself)

Sep 27, 2010

Using netcat, nc(1), craft a valid http/1.1 request for getting http headers (not the html file itself!) for the main index page of www dot aalto dot fi. What request method did you use? Which headers did you need to send to the server? What was the status code for the request? Which headers did the server return? Explain the purpose of each header.

nc -v www dot aalto dot fi 8080
HEAD / HTML/1.1
host: www dot aalto dot fi
And it returns:
200 OK
Content-Length: 858
Content-Type: text/html
Last-Modified: Thu, 02 Sep 2010 12:46:01 GMT
[Code]....

I really don't know what does it mean. Question 2: Using netcat, nc(1), start a bogus web server listening on the loopback interface port 8080. Verify with netstat(, that the server really is listening where it should be. Direct your browser to the bogus server and capture the User-Agent: header "Direct your browser to the bogus server and capture the User-Agent: header" I don't understand this question.

View 2 Replies View Related

Ubuntu Servers :: Nagios On 10.04 Server Using Apt-get - HTTP WARNING: HTTP/1.1 404 Not Found

Aug 4, 2010

I installed Nagios on my Ubuntu 10.04 server using apt-get and when I accessed the web console, everything was OK. I made some changes to apache (creating some new virtual sites) and since then Nagios gives me a warning message for HTTP with the message, HTTP WARNING: HTTP/1.1 404 Not Found. The sites that I created are working perfectly. I noticed that the attemps are 4/4. Does this need to be reset or does Nagios automatically reset that once it detects the issue is resolved?

View 1 Replies View Related

Ubuntu :: No Unit Desktop After Upgrading From 10 To 11.04?

May 3, 2011

When I was using Ubunutu 10, I updated the ATI drivers from their web site and the installation failed. There is no uninstall for it that actually works. So, very annoyed, I switched to the VESA driver by editing xorg.conf as shown below.

I just upgraded from Ubuntu 10 to 11.04 and when it booted up it told me that I do not have hardware to run the Unity desktop. Even on a restart the login menu shows the selected desktop as "Ubuntu" (no classic or anything though my desktop looks just like it did in Ubuntu 10).

After upgrading to Ubuntu 11 it seems to have switched to a proprietary ATI graphics driver which actually seems to work very well. Except, no Unity desktop.

If I click System, Administration, Additional drivers it shows one driver and says that it is enabled and in use. The driver is "ATI/AMD proprietary FGLRX graphics driver" and in the description it says "3D-accelerated proprietary graphics driver for ATI cards".

Is there a way to explicitly turn on Unity or ask it why it doesnt want to run?

lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5670]
$ /usr/lib/nux/unity_support_test -p
Segmentation fault

I do not really care which driver I use. I have been told there is a new driver included in Ubuntu 11 that supports my video card. Is that the driver I listed above or is thee another that I can activate somehow. What shall I do? I just want Unity to work.

Try disable this driver? Will it automatically pick up some default? Do I have to delete or do something to xorg.conf as well?

Is there a way to tell Ubuntu "forget whatever video card driver or configuration is in place and go back to the default for a new install"? I have tried "dpkg-reconfigure xserver-xorg" but all it does is ask for a password and then does nothing. Everyone says to run this buts its never done anything for me.

/etc/X11$ cat xorg.conf
Section "Device"
Identifier"Configured Video Device"
Driver"vesa"

[Code]....

View 1 Replies View Related

Ubuntu :: Smallest Unit Of Working OS?

Jul 6, 2011

I'm wondering what the least err unit/ units are for a working Linux. For instance. Is a kernel + a window manager enough? Then let's say you install one app on top of that - now you have one app you can use, right? But is that right (kernel + window manager)? Do you even need a window manager for a functioning system? Do you need more than the window manager?I'm asking because I'm fixing to build something from the ground up but it isn't a regular Linux thing and I want to approach if from the direction of adding just what I need not taking away what I don't.

View 9 Replies View Related

Hardware :: Fanless Power Supply Unit ?

Jan 15, 2011

Does anyone had any experience with fanless, low-powered power supply units (PSUs)like PicoPSU? Please share your experience.

I am also interested to hear about experience concerning the fanless cooling solutions and/or power-scaling for low-end CPUs like Intel's Atom, AMD's Neo or Via's Nano.

View 13 Replies View Related

Fedora :: NFS Hangs With A 13 Client To A Thecus N7700 NAS Unit

Jun 16, 2010

We're seeing NFS hangs with a Fedora 13 client to a Thecus N7700 NAS unit. /etc/fstab entry for the mount is pure default. Sometimes, the hang ups freeze the Fedora client and it has to be power-cycled to reboot it.

View 4 Replies View Related

General :: Unit Of Cache Swapping Called Line?

Oct 1, 2010

Need reasons why the unit of cache swapping is called a line rather than a page ?

View 4 Replies View Related

General :: Changing The Power Supply Unit And The Distros?

May 3, 2010

I have installed on my computer Solaris10 (64bit version), PCBSD8 (64bit) on 2 primary partitions and 7 Linux distributions (Redhat,Debian,OpenSuse,Fedora,LinuxMint,Slackware,Ubuntu) on the extended partition. I know this might be a stupid question, but here it goes: I have a problem with my actual power supply unit (the fan doesn't work as it should) and I will change it soon. Is there a problem with any of the Linux distributions if I change my power supply unit? I mean, will the Linux operating systems work properly with a new power supply unit or do I have to reinstall all Linux distributions?

View 4 Replies View Related

Programming :: Getting Information From Serial Port On Server Unit

Jul 19, 2011

I'm working on program that is going through setting different baud rates onto a config file. After I set a new value i want to check if it's the correct one by reading from the serial port on the server unit. I know what to expect if it's the correct baud rate so that's no problem, but searching through the internett i've yet to find a compact solution to my problem.

View 1 Replies View Related

General :: Data On Disk Drive Management By OS - Getting Base I/O Unit Size?

Mar 31, 2010

I want to ensure I have done all I can to configure a system's disks for serious database use. The three areas I know of (any others?) to be concerned about are: I/O size: The database engine and disk's native size should either match, or the database's native I/O size should be a multiple of the disk's native I/O size. DMA: Disks that are capable of Direct Memory Access (eg. IDE) should be configured for it.
Write-caching: When a disk says it has written data persistently, it must be so! No keeping it in cache and lying about it.

I have been looking for information on how to ensure these are so for CentOS and Ubuntu, but can't seem to find anything at all. I want to be able to check these things and change them if needed. The actual hardware involved is very modest. The point is to get the most out of what hardware we do have, even though it's "not very serious hardware" from a broader perspective.

View 1 Replies View Related

Ubuntu :: Upgrade And Login - When Turn The Unit On It Asks For A Username And Password

Mar 24, 2010

My daughter from New Zealand gave me her Acer Aspire 4315 Laptop/Notebook Linux System in December 2009 so that I could use it in bed on days that I was unable to get out to use my main computer as I am a very ill man. I was able to log into the unit as she just said to me to use her name and password to. I have been able to use the unit on the internet at home and my other daughters home through a home wireless system. I clicked on the Upgrade Icon which it did, I think it went from a 7. something to 8.something All the way through the set up it asked me questions and I just clicked yes thinking that was what I had to do. My problem now is, that when I turn the unit on it asks me for a username and password. I put the details my daughter gave me but it tells me invalid user and password. All I do know is that a friend of my daughter installed the Ubuntu Program onto the Laptop/Notebook. Can anyone tell me how or what I have to do now to be able to use the unit again as I am getting very frustrated with the whole thing. I am not used to using Ubuntu and am totally lost with it as I have always been a Microsoft user.

View 9 Replies View Related

Fedora Servers :: Error - Unit Sshd.service Entered Failed State

Aug 20, 2011

hi, first i'd like to say that i'm totally new to linux, i was allways using windows.

as i was allways unable to install a good and stable ssh-server on windows, i thought it is time to change to linux. i was able to set up and configure a ssh-server on debian but found out, that fedora 15 looks more userfriendly in first place for me. but now i unfortunately experience problems..

the ssh server was already installed, i changed the service setting to that it starts automatically but after i succesfully connected to the LAN, i cannot access the shh via putty for instance. when i type "service sshd status" it says beside other things: active (running). but when i look at the /var/log/messages, it says those two lines:

sshd.service: main process exited, code=exited, status=255
Unit sshd.service entered failed state.

i searched on google without success, the only thing i found was that someone had the same problem with a bad sshd_config file, but i'm pretty sure that everything is alright with my config-file (i checked it several times).

beside this i cant login on the gui, after the firefox update (??) it always says: a problem has occured and the system can't recover bla bla... so i can only use fedora right now commandline-based.. but with this problem i will deal later on...

View 3 Replies View Related

Software :: Change Network Charts Unit Of Measure In Gkrellm From Bytes / Sec To Bits / Sec?

Feb 10, 2011

Does anyone know of a way to change the network charts unit of measure in Gkrellm from bytes/sec to bits/sec? I'm not finding any method to do so in the config options.

View 1 Replies View Related

Fedora :: Software From Updates-testing Repo / Grabbed From Testing Repo When Run Regular Updates?

Jun 22, 2010

I am using Fedora 13 and I have one program (wine) that I need to start grabbing for the updates-testing repo instead of the default repositories in order to get newer versions. I think I can figure out how to add that repository, but I need to know if there are any others I need to disable or any other changes I need to make to my system so that I don't confuse my set up with conflicting updates.

Also, is there anything special I need to do to be sure that only that one program is grabbed from the testing repo when I run regular updates?

View 6 Replies View Related

Fedora :: During Lovelock BOOT Seems To Stop "unit Systemd-tmpfiles-setup Service Entered Failed State For More Than A Minute... And Then It Resumes"

Jun 11, 2011

I have a problem during BOOT. During BOOT Fedora seems to stop at the following line:

Code: [20.245743 systemd[1]: unit systemd-tmpfiles-setup service entered failed state for more than a minute... and then it resumes.

View 2 Replies View Related

Debian :: Debian Testing Vs Debian Stable With Testing Repositories?

Feb 28, 2009

I am a ubuntu user but I want to go to the next level to use debian because what I heard of it, but I get confused to what to install on my computer do I install debian testing or debain stable with testing repositories.

- I want to use this system to the home use only.
- I want to use the newest packages because the stable packages is too old to use.
- What about using more than one repository i.e stable with testing with unstable at the same time (the same sourcelist)
- Is the testing and unstable sid packages good enough for the home use?

View 5 Replies View Related

Debian :: How To Run 'Testing'

Aug 24, 2010

I've heard a lot of talk about people running 'Testing' as a rolling release version of Debian. As I have a spare box to play with, I wanted to see what this was like. I've done a minimal install of Squeeze and had a look at /etc/apt/sources.list. As I would expect, the file refers to Squeeze and not 'testing' (I think Woody used to go for stable/ testing etc, but this then got changed). In order to run 'Testing', can I just replace the Squeeze references and do:

View 6 Replies View Related

Debian :: How To Get Wine 1.1.42 On Testing

Apr 12, 2010

Is there any way other than building the source for 1.1.42 and manually installing it to actually get the latest version on my Debian Testing? How long does it normally take for new versions of Wine to get into the repo's?

View 2 Replies View Related

Debian :: Testing CPU's Performance

Apr 20, 2010

Is there any program for GNU to calculate CPU's performace in marks (should support multi-core CPUs)? So it will be possible to compare performance of different CPUs.

View 4 Replies View Related

Debian :: Gnome 3 Not Testing

Jul 6, 2011

I installed debian testing (wheezy) in virtualbox as I plan on installing it on a laptop. I thought it would come with gnome 3 but that appear to not be the case. [url] Is unstable running gnome 3? Is there a way to run gnome 3 with testing or would that be a bad way to go about it?

View 2 Replies View Related

Debian :: Cannot Install Vlc On Testing?

Jul 11, 2011

I'm new to Debian, but because I'm used to Ubuntu and Mint, I searched in Gnome menu for a link to Synaptic, and there isn't one, so I opened synaptic from Terminal, using "synapric" command as root. I don't know if this is the proper way to open Synaptic, but when I try to install VLC, Synaptic returns the following message in a pop-up dialog box:

Please insert the disk labeled:
Debian GNU/Linux testing _Wheezy_ - Official Snapshot
i386 CD Binary-1 20110711-03:22
in drive /media/cdrom/

View 5 Replies View Related

Debian Multimedia :: KDE Goes To 4.4.5 In Testing?

Aug 1, 2010

This is what greeted me this morning. I think I'll leave it until after breakfast. Current status: 291 updates [+291], 3601 new [+1]. root@chaffinch:/home/eric# aptitude full-upgrade The following packages will be upgraded:

[Code]...

View 6 Replies View Related

Fedora :: Kde 4.3.3 Available In KDE Testing Repo?

Nov 23, 2009

did some one installed kde 4.3.3 by using the kde testing repo?

View 3 Replies View Related

Fedora :: Web Developer Needs MS OS For Testing?

Jan 25, 2010

Being a LAMP snob, it pains me to even think these thoughts, but .I'm running FC-9, and developing websites, mainly using PHP - well the whole LAMP thing. I now find the need to test/code for IE. To that end I'm thinking VMware, VitrualBox, etc. loaded up with that "other" OS.

I'm sure others have gone down this path. I'm guessing the answer is Win-7. My main question is: OK, I do a virgin buy and install and register it on my VM. Six months later I want to change from VM-X to VM-Y and I reinstall - what is MS's feelings on VM's.

View 6 Replies View Related

Slackware :: Using The 2.6.38.4 Kernel In / Testing

May 16, 2011

Just a quick question: can I safely install the 2.6.38.4 kernel in /testing and not screw up any other part of my Slackware64 13.37 installation? Should I install the kernel headers or leave the default ones since that's what glibc was compiled against? Obviously I'd need to update lilo.conf as well as run lilo itself.The reason I ask is because I'm having suspend/resume problems on my laptop (worked fine with 13.1) and I wanted to see if a kernel driver was the issue.

View 1 Replies View Related

Debian :: When Will Wine Be Updated In Testing

Oct 31, 2010

Debian testing still ships Wine 1.0.1. Are there any plans to update it to the recent release version?

View 14 Replies View Related

Debian :: Cannot Safe Upgrade In Testing

Mar 11, 2011

After trying to use the safe-upgrade command with aptitude, I receive these errors:
apt (0.8.11) unstable; urgency=low
apt-get install pkg/experimental will now not only switch the candidate of package pkg to the version from the release experimental but also of all dependencies of pkg if the current candidate can't satisfy a versioned dependency.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved