Ubuntu :: How To Submit Test Script Results
Dec 29, 2010found this page:I have a t1005m, which has a touch screen. How do I submit a test report?
View 2 Repliesfound this page:I have a t1005m, which has a touch screen. How do I submit a test report?
View 2 RepliesIs there a more convenient way or function call to submit a job to a queue than the following in Linux?
Code:
#include <stdlib.h>
...
system( "at -f /var/myproj/task_starter.sh now" );
...
I have searched the web and these forums and have come up empty-handed. There must be a way... even and easy way... to submit or edit freedb information for a CD. Grip supposedly had the ability but 1) it seems to be no longer maintained and 2) it seems it requires sendmail to be installed. I've read that submissions can be made by email, but 1) I've found no information on how to do this (ie structure and content of email) and 2) that's a lame way to have to do this.
This shouldn't be difficult (much less impossible). What am I missing?
I was just curious to know where you submit a new or modified distro after making one. Not that I did--I'm not a programmer. But is there a particular place you submit a distro to, or do you just find some website to host it?
View 2 Replies View RelatedI do not need this facility, frequently need to leave the computer, and can find no place to control this having to re-submit password when I return.
View 3 Replies View RelatedI am trying to install mysql 5.1.44..so i downloaded the binary package, i extracted it and then followed the instructions that were in the manual but i keep getting this error when running this command
Code:
scripts/mysql_install_db --basedir=/home/mosty/mysql
the error is
Code:
Installing MySQL system tables...
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test
[code]....
You can try to start the mysqld daemon with:
shell> /home/mosty/mysql/bin/mysqld --skip-grant &
and use the command line tool /home/mosty/mysql/bin/mysql to connect to the mysql database and look at the grant tables:
shell> /home/mosty/mysql/bin/mysql -u root mysql
mysql> show tables
I'm new to php and need some pointers to worth while documentation 'cause I'm getting nowhere I want to make a simple html form that allows me to submit a csv file so that I can work on it.The problem seems to be that if the file is not in the root of the (web) application it won't work.The form doesn't seem to send the path with it so I am unable to (1) know where the file is, I just get the name of the file and (2) I couldn't access the file anyway as it's outside of the apache environment.Is there a way to up the file to memory? How would you do this
View 3 Replies View RelatedI'm timing how long it takes to run a command foo. I'm looking to append the results from the time command to a file, and discard the results from the foo command. I tried the following, but it didn't do what I want:
$ time ./foo > /dev/null >> output_from_time_command.txt
I have created a simple web form which pokes a PHP script:
<form name="update" action="http://www.mysite.com/script.php" method="POST">
<input name="submit" type="submit" value="submit">
</form>
I can easily surf along to the URL [URL] and click the submit button which pokes script.php and everyone's happy. Automating this in iMacros or Selenium - no problem.
I want to automate this in a bash cron on the same server - preferably as a one-liner.
I *thought* something like this might work:
Code:
wget --spider --post-data="submit=submit" http://www.mysite.com/wget.html
or
Code:
curl -d "submit=submit" http://www.mysite.com/wget.html
and many variations thereof but no luck.
Is there ANY way I can click the submit button from a Bash command line? Curl, wget, lynx - one of these simply MUST be capable of this.
I do not want to run script.php from the command line - there are loads of relative links etc.
I have installed Postfix + Amavisd-new, then I am started all services (and configured main.cf and master.cf to use amavis).
The questions are:
1) I am trying to test antivirus scan using eicar test virus
Code:
And the message is successfully delivered to mailbox with mark "CLEAN" in maillog. But I cant see any attachment using
Code:
Where is my mistake?
2) Should I update clam and how I can do it?
3) Is spamassassin enabled by default in amavis (I have started daemon)?
4) Where configuration files of spamassassin is stored?
The value of envar PATH for processes run by the udev system is "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:.". If peer review (that's you!) agrees it is a poor choice how can I submit an enhancement request? The man pages do not say anything about bug reporting. Here are reasons why it is a bizarre choice:There is no /gnu/bin directory on as-installed Slackware. /usr/local/bin is empty (or very nearly empty?) on as-installed Slackware. Processes running under udev run as root; having "." in PATH is not good practice when running as root. Processes running under udev are likely to be doing "system" work so executables from the sbin directories are likely to be used. For example, udevadm itself is /sbin/udevadm. Presumably this PATH is set by udevd itself; it is not the PATH in effect when udevd is started by rc.M. AFAIK udevd's PATH is not configurable. The workaround is for processes initiated by udev to set a sane PATH for themselves, perhaps "/usr/sbin:/sbin:/usr/bin:/bin". EDIT: seen on Slackware 13.0 32 bit. EDIT2: rc.udev is run from rc.S, not rc.M as stated above
View 7 Replies View RelatedThis problem one day popped out of nowhere in my ubuntu 9.04 firefox browser that I could not submit my reply on any forums. So I changed my browser to epiphany and then to opera but all failed then I installed arora and it worked. I don't know what is the problem with other browsers I just cannot submit a reply on any forums.
View 8 Replies View RelatedThe problem with ssh is that it's a live connection; rubbish over a slow or packet loss full connection like satelite. Surely there's got to be something out there that allows you to compose the command you want and then submit it in one go with the return key?
View 3 Replies View RelatedI have created mobility of 20 nodes and vbr traffic using following attached script I executed the file as ns234 vbr.tcl I got the vbr.tr and vbr.nam but I was unable to load the graph using matlab <trgraph> I thought problem with is vbr.tcl script.
View 1 Replies View RelatedFor some odd reason, I cannot post on the ubuntu forum and the LinuxMint forum. Yea, I know.... the irony... I am using Mozilla and have tried Chromium, but that did not fix my problem. When I click on "submit" to post a thread, the page will just say "loading..." and nothing happens for a really long time. Does anyone know what is up? I tried posting on one other forum that I go to often and it seems to work out fine. I haven't tried any other forums though.
View 7 Replies View RelatedI forced a fsck on the next boot by.Code: sudo touch /forcefsck.Where did the results go?/var/log/fsck/checkfs and /var/log/fsck/checkroot both read "(Nothing has been logged yet.)" Am I to assume that if there are no errors nothing is written to the log files?
View 9 Replies View RelatedI have compiled the same program and I get different results when the program is run in windows and in ubuntu, in windows I run it with Dev C++. I was wondering if someone could provide insight on this. My expected result is the one that Windows gives. However, I would really like to work in Ubuntu.
View 3 Replies View RelatedFind a file and need to do something to it, think there must be a single line solution for:
$ ls *.c
$ cat *.c
I scheduled a job, 'ls -a', with the at command, 3 minutes in the future. It looks like the job ran, but I cannot see the results of 'ls -a'. I accessed my mail with the 'mail' command and saw that the output of my scheduled job was message 1. I typed in '1' after the & prompt, and saw that the subject of the message was the output of my job, scheduled at the time specified with the 'at' command. I cannot see the output of the 'ls -a' command that I scheduled though. How do I see the contents of the message, and the actual output of the job.
View 1 Replies View RelatedSo when I press Super + F I get "Search Files & Folders" but I don't get any results when I search for files/folders I know are in my home folder.
Am I missing something, do I need to install any other packages for this to work?
A bit back the "Pictures" folder used by the screen saver disappeared. I created a new one, and since I had the files backed up, I put my series of pictures in.But since then in screen saver mode a tremendous variety of pictures are showing up. Some from web pages I have looked at, some from another folder where I store personal fotos, some from pdf files I have looked at, and some I have no idea where they came from... and of course some from my Pictures folder.
This is not a "serious" problem, but I am left very curious as to what happened, or how to correct the situation.... if there is a correction.
Bit of a strange one - locate is not finding any files ??
I'm running xubuntu karmic and 'locate' is actually 'mlocate' so doesn't allow the -u switch.
Is there some way of forcing it to reindex?
I just ran the port scanner from the Network Tools utility a few times within a few minutes (see screenshots). How can there be different ports open each time? I know that port 631 is for CUPS, but what about the other ones? Could someone help me understand what is going on, or at least point me in the direction of some good information?
View 8 Replies View RelatedOpen synaptic. Type in the word "Game". Then you have to scroll down through the list of results and mark each one, individually. Is there any way that I can simply mark ALL the results of the search? There is an "Unmark all" button. Can we get a "Mark all" button? It would have to mark only those packages that currently appear in the right hand box.
View 3 Replies View RelatedIt sure looks not quite sorted to me. See lines 3 and 4.
Code:
altair/root /root 250# sort -k1 < files.out | head -6
/bin base-files
/bin bash
/bin/bash bash
/bin bsdutils
[Code]...
I use Kubuntu 10.10 and I'd like to know what to configure (say in daemon.conf - PulseAudio) to get the best sound quality & the most out of my sound card. By the way, I don't have any sound problems. I just want to get the best results from the built-in speakers & when I connect my laptop to external speakers. I have a Sony VAIO VGN-NR32M laptop.
View 2 Replies View RelatedSome of my cronjobs are filling up files in my / directory. How do I make this stop? One of my cron jobs uses wget:[URL].. The bexcb0.php file writes a file and then echos a result if it is sucsesfull. These echo results are being put into bexcb0.php files in my /root folder and are piling up.
My / folder is filling up with files bexcb0.php etc bexcb0.php bexcb0.php.1 bexcb0.php.2 bexcb0.php.3 bexcb0.php.4 bexcb0.php.5 etc How do I make this stop? If I just remove the echo will they stop writing to the / folder?
Similar to the way Deskbar can display Beagle results live, can it do the same for Tracker? I hate having to put open the Tracker window every time I have to do a search.
View 9 Replies View RelatedI am running memtest due to memory issues, I am wondering if their is a log file that can be saved to the hhd with the memtest results, I am running memtest from the grub menu.I am running ubuntu 10.10
View 1 Replies View RelatedI'm running Edubuntu 10.10 64 bit on an LTSP box here at work. Two of them, in fact. In each instance, we have a Ricoh MP2500 network printer.
Scenario 1 - I print, it works. Scenario 2 - I print, the printer heats up, the wheels spin, yet it never actually prints a page. Each box is from the same Edubuntu install CD. Each box is set up as identically as possible with very minimal differences (aside from software set, as one is for Middle School and the other for High School) Each scenario has an identical printer. Each scenario has the same printer driver.