Fedora :: Created An Empty Qt Projet And Added A Main.cpp?
Feb 18, 2010
I installed qt-creator 4.5.3 in fedora 12 (gnome) . I then created an empty Qt projet and added a main.cpp as below
Code:
#include <QApplication>
#include <QPushButton>
[code]....
View 2 Replies
ADVERTISEMENT
Jan 26, 2010
I have a folder on my server i want to protect with http authentication but i have problem. i created a password htpasswd -c .htpasswd razzera
then i created a .htaccess file in the folder and added
AuthType Basic
AuthName "Restricted Files"
# (Following line optional)
AuthBasicProvider file
AuthUserFile /.htpasswd
Require user razzera
but when i go tho the folder it wont request any login details. why ??
View 6 Replies
View Related
Feb 19, 2010
I have set up a cron job in linux server using the command 'wget -q -o wget_outputlog url'
But on every run, an empty file being created at root.
How to stop this.
View 6 Replies
View Related
Jun 25, 2010
I have an Ubuntu server in which a file is dumped every hour and a new file for the next hour and the process continues. If there is any problem due to which the creation of file stops then empty files are created every minute till the process is killed & started again. I need help to make a shell script to check if the empty files are being created and then kill the process and start it again.It would be a great help if anyone can help me regarding this.
View 9 Replies
View Related
Dec 10, 2009
Looking for source code packages I have configured the "Main repository (Sources)" into the yast list of repositories. However when I select the repository view in th esoftware manager it shows this repository as empty. Other repositories work. I have checked the link to the repository to be valid. I have added it automatically from the "Community repositories".
View 9 Replies
View Related
Oct 29, 2010
I have this nasty habit of refreshing desktop in a quick succession by right-clicking and selecting 'Refresh',on my XP system at office.(And,iam sure most of us do the same).With Ubuntu,if a right-click on desktop slowly and select 'align by...',it simulates the XP refresh action as explained above.But,if i perform the same action rapidly,it takes this first option from right-click context menu,which is 'Create Folder',and results in an empty folder being created on desktop.I tried double right-clicking and again it created an empty folder.Is there any workaround to handle this.I mean:Can the right-click context menu items be shuffled so that the 'Create Folder' option is moved from 1st place
View 9 Replies
View Related
Jun 6, 2011
Can someone please tell me how a second fedora line was added to my grub. I took a look at my /boot/grub/ menu.lst file and noticed it has 2 very similar fedora lines.
View 4 Replies
View Related
May 6, 2010
Will this come with updates or or do we need to move to F13 for 3D capabilities?
View 2 Replies
View Related
Jun 19, 2010
I've just added a second disk to one of my computers. It is a 500GB SATA. It is the second drive according to the BIOS. Fedora calls it /dev/sdb. So far so good. This box is running Fedora 13 final. Never any problems until the addition of the new disk. Palimpsest says that this disk has a LOT of bad sectors. This disk is a storage drive. I want to address the problem but don't know what to do first. My thought is to rsync all the data to my external 250GB disk bedore I do anything else but I'm mot sure if I should just yet. Maybe I should run some diagnostics on the drive? If so, what? How about the tools Disk Utility offers? Should I use the Smart Utilities? What other Linux tools are available and are they reliable? Maybe I should install XP on the main disk and use Windows' disk tools? If I should lose all data it wouldn't be the end of the world but I'm not sure how "in sync" the 2 storage drives actually are.
View 10 Replies
View Related
Jul 22, 2011
I just started playing with iscsi and have some issues.
This below works great (I can connect to this new device from my clients):
Code:
tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2011-07.home.joma:jomamgmt01.data
tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 1 -b /dev/sdb
tgtadm --lld iscsi --op bind --mode target --tid 1 -I ALL
[Code].....
The backing-store does not get added.
View 3 Replies
View Related
Mar 9, 2011
How can I add a user? I used the command "useradd -m <username> -p <password> but I cannot login to this account. It says " Authentication Failure". I want a single Command to Add user with password.
View 2 Replies
View Related
Mar 6, 2009
Yum 'pre-upgrade' added new kernel to menu.lst, but I don't boot from that GRUB; I boot from GRUB on another partition. The new kernel is ready to install, but the GRUB that I boot with ain't linking' to the pre-loaded kernel.
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,3)
# kernel /boot/vmlinuz-version ro root=/dev/sda4
# initrd /boot/initrd-version.img
# boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,3)/boot/grub/splash.xpm.gz
hiddenmenu
title Upgrade to Fedora 10 (Cambridge)
kernel /boot/upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade stage2=hd:UUID=cc9cedeb-1f14-4cf7-8b4e-ce05acd8c4e7:/boot/upgrade/install.img ks=hd:UUID=cc9cedeb-1f14-4cf7-8b4e-ce05acd8c4e7:/boot/upgrade/ks.cfg
initrd /boot/upgrade/initrd.img
title Fedora (2.6.23.1-42.fc8) <---This is the current entry from OTHER GRUB.
root (hd0,3)
kernel /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.23.1-42.fc8.img
View 2 Replies
View Related
Sep 10, 2009
After new kernel update I noticed that I have 2 different versions of 1 kernel installed.
Kernels are:
2.6.30.5-43.fc11.i686.PAE (this one I use because previous kernels are all .PAE)
and
2.6.30.5-43.fc11.i586
Should I now expect any problems with later kernel releases or can I leave it this way? I boot in the .PAE kernel.
View 14 Replies
View Related
Mar 3, 2010
I have recently added 2 500GB sata drives to my machine. I have a Supermicro X6 mobo (yes its rather old) and the Bios recognizes the drives as Master 2 and Master 3 ide , but the linux will not recognize the drives. The system is running RH8 kernel 2.4.31 and i dont have the option of upgrading the kernel at the moment. Is there any way to get the linux to recognize the drives?
View 8 Replies
View Related
Dec 2, 2010
is it possible to join a Fedora box to a Windows Domain. Will the box be automatically added in DNS?How do I configure Fedora afterwards so I can login with a domain user on the box?
View 1 Replies
View Related
Jun 10, 2009
Anyone running fedora 11 have any luck getting a smart card reader added as a security device under firefox?
Specifically from firefox: Edit-Preferences-Advanced-Encryption tab-Security_Devices-Load;
Enter arbitrary name and "/usr/lib64/libcoolkeypk11.so" as the module.
This worked fine in fedora10 and was the necessary step to getting a card reader to work with firefox. In fedora11 (with firefox beta) the browser just comes back with nothing, it doesn't even respond. Note I am familiar with the concept of pki and certificates as well as certutil, pkcs11_inspect, pklogin_finder, etc. Also note utlities like pkcs11_inspect and pklogin_finder and esc all work and communicate with the reader and read the contents of the card but smart card login configured via the authentication applet (as working in fedora 10) is not working either.
View 3 Replies
View Related
Feb 16, 2011
I've just upgraded my serv from fedora8 to fedora12 and got a problem. The httpd and vsftpd add a junk in the beginning of html files. Png, tar and other files are ok. When I make a request to localhost everything is ok.
Code:
#telnet localhost 80
GET /1.html
<html>
</html>
but from any other computer.
Code: .....
But this is not an apache problem. When I dl html files from ftp I got the same problem. Iptables is swithed off.
View 6 Replies
View Related
May 12, 2011
I have added a new user by following command :
root# useradd -u 100 -g 120 -d /product -s /bin/bash sandesh
I am not able to access it in /export/home directory..?
View 1 Replies
View Related
May 6, 2010
I have a big problem : I have FC12 and my /var/log/messages is empty and I don't know I have tried to stop the rsyslogd then restart it -- did not solved my problem.I have also tried the "logger" command -- messages file is still empty.Does anyone has any idea what's wrong with my syslogd?
View 7 Replies
View Related
Jun 7, 2010
My maillog is empty. Why? What controls it (turns it on)?
Is this unusual?
RHFC6 GoDaddy Virtual Server - 15 mailboxes
View 4 Replies
View Related
Jun 26, 2010
PackageKit popped up late last night w/ an update, so I let it do it's thing and it failed w/ the following error message
Quote:
I did some googeling and found another thread that suggested rebuilding the rpm database w/ the following cmds
Quote:
This produced new obvious errors except for when I ran 'yum update' again. It produced the following (repeatable) errors.
Quote:
Originally Posted by yum
I'm cautious of passing '--skip-broken' and 'rpm -Va --nofiles --nodigest'
View 8 Replies
View Related
Nov 8, 2010
I opened a bug report on this in the RPMFusion bugzilla and other people have asked on the mailing list over there, without an answer.why the Fedora 14 repos are empty? See: [URl] Both i386 and x86_64 are empty in both the free and nonfree trees. Though strangely the updates trees for F14 are populated.
View 10 Replies
View Related
Apr 10, 2010
I've installed Logwatch 7.3.6 via the rpm on my CentOS 5.4 server. The issue is I'm getting basically empty reports from logwatch. The only two sections which have any information are samba and diskspace.
The only default options in the config file I've modified are: Code: print = No output = html I'm suspecting the issue has to do with the fact that the as-logged host name doesn't match my current host name. However, I've tried manually changing this on a few entries so they match but they didn't show up in the report. According to the config file, the default for option HostLimit is "No" -- so Logwatch should not care what hostname it sees in a log file, right?
View 1 Replies
View Related
Oct 5, 2010
I am a final year student doign Computer systems engineering and just been introduced to linux. While still strugling to catch up with the commands, I am now given an assignment under shell scripting.I seriously am strugling to understand this question, can you please assist me.Here follows the assignment:
Operating Systems III
Some tips
e.g. (test if a file is empty, if it is then display "file is empty" otherwise display
[code]....
View 10 Replies
View Related
Aug 4, 2009
I want to know the creation time of a directory or a file. How can I know this?
View 1 Replies
View Related
Oct 5, 2010
I created an EC2 instance with Fedora 12 x86_64 about a month ago. I have been getting an hourly system log error:mcelog: Cannot open /dev/mem for DMI decoding: No such file or directoryI was ignoring it because I did not notice any implications, until now.I am running MongoDB on this machine, and reads from /dev/urandom are failing. I know reading from /dev/urandom shouldn't fail, so I think this system error may be the underlying problem.Are these two issues connected?If so, is there a way to fix this without having to completely reinstall the OS?
View 5 Replies
View Related
Jan 29, 2009
I installed CentOS 5.2 and it was fine. Later I installed some third party applications. Is this possible to create again ISO image from this install? Or alternatively how one rpm package can be added to the CentOS iso cds.
View 2 Replies
View Related
Apr 22, 2010
I created a new user
/etc/passwd
joe:1005:0::/home/joe:/bin/bash
Also added him to the group root
vi /etc/group
root:0:root,joe
When I do
su joe
Gives me
ERROR: NO LOGNAME
View 11 Replies
View Related
Apr 15, 2010
I installed slackware 13 to an 80gig drive on a box that also had an encrypted LVM created by Fedora. I can not seem to mount the drive from slackware even after opening the lock.
However, I cvan not boot the older fedora image due to UUID changing names. I tried to correct the UUID via a boot disk and am unable to do so. I have only read access to the 750gig fedora partition. Slackware fails mount with unknown partition type.
I can see my data but not pull it off.
View 2 Replies
View Related
May 17, 2011
Yesterday I tried to use KMail with my hotmail account. First mistake I made was not to check "Leave fetched messages on the server". The obvious result of that was that I had empty hotmail (web) account. I've found this but its for Thunderbird to upload your messages back on to the server. If I can put all my messages back into hotmail server that would be great. Since I do use web account as well. KMail is only on my home PC.
View 2 Replies
View Related