Fedora :: Missing Section 2 Man Pages?
Nov 29, 2009
Just installed Fedora 12 x86_64 and love it. But just noticed I'm missing all of the section 2 man pages. Is there a package I'm missing that contains these?? I've got all the standard development packages installed already, and works fine. One example is the gettimeofday() call that works fine in my code, but there's no man page for it.
View 4 Replies
ADVERTISEMENT
Aug 18, 2011
In virtualBox I'm running Edubuntu 11.04. Everything worked fine until a couple of days ago, when the top section, containing the close, minimise and maximise buttons, of all windows vanished and don't appear when I re-open them . At the recommendation of TL I ran
Code:
metacity --replace
Which restored the tops while I ran the command but the command never finished and if I stopped the command I lost the tops. Also at TL's recommendation I also ran
Code:
compiz --replace
but that didn't do anything. How to restore bar permanently.
View 2 Replies
View Related
Feb 19, 2010
I have a Cent OS 5.4 32 bit final installed in my dedicated server.
I used to run lighttpd with php in my server until now and all was fine.But yesterday I changed my website which needs apache to run. So installed apache using yum install httpd command.
Then I added the virtual host name of my domain in webmin panel but when i try to run my php script in browser then its not opening php pages.
Instead it downloads php files like index.php when i open in browser.So I guess apache is not able to compile and run php pages. Only html pages are opening right now..
View 2 Replies
View Related
Jul 8, 2010
You maybe know that VirtualBox has an "immutable" feature for HDD images. I.e. setup the system, if the stuff is in place, you can set the image to IMMUTABLE to prevent any changes to the image. Differences are written to a separated image. So on the next boot you'll see that all the (unintended) changes are gone and the "old" system is up & running again. I run an old SuSE 10.3 on a write-protected SD-IDE-Adapter. Changing and playing with RPMs is a mess due to around 50 changes I had to do to make that work. Is there any option to mount an SD-card as RO and having all the changes written to e.g. /dev/sda3? To make it clear: I thought about something like a RAID-X system, but could not find any description on how to setup a raidtab.
View 3 Replies
View Related
Sep 9, 2009
when i input man <cmd>.....it's saying formatting pages....n then it is displaying blank page.
View 6 Replies
View Related
May 2, 2011
Which directly is accessible during the %pre section? I try to use wget to retrieve a file from FTP to /root but after the machine is build, I don't see that file in /root directory.
View 3 Replies
View Related
Jun 27, 2011
I have just installed Fedora 15 xfce on my desktop. When I 1st start my computer my RaLink RT2870 works but after a while it disconnects and won't start again till I restart.
I can't see any pattern I am doing to make it stop. I been doing various tasks when it stopped working. I don't what command prompt or configuration file to look for or what to configure in the file.
View 1 Replies
View Related
Jan 7, 2010
When I use wvdial, most of the times on first attempt I get output like that
Quote:
[root@localhost apinder]# wvdial
--> WvDial: Internet dialer version 1.60
--> Warning: inherited section [Modem0] does not exist in wvdial.conf
--> Cannot get information for serial port.
[code]....
View 2 Replies
View Related
Mar 30, 2010
Ive just install Midori, and overall I like this browser. But certain pages aren't loading in Midori. Like this forum, Fedoraforum.org. On exactly the same laptop, I can open this page with Firefox. How can I fix this?
View 14 Replies
View Related
Jun 18, 2011
how to search the entire man pages? I know man -k whatever searched the description but I wanna search the entire man page.
View 3 Replies
View Related
Jan 13, 2010
I have a Cent OS 5.4 32 bit final installed in my dedicated server. I used to run lighttpd with php in my server until now and all was fine. But yesterday I changed my website which needs apache to run. So installed apache using yum install httpd command. Then I added the virtual host name of my domain in webmin panel but when i try to run my php script in browser then its not opening php pages. Instead it downloads php files like index.php when i open in browser. So I guess apache is not able to compile and run php pages. Only html pages are opening right now..
View 2 Replies
View Related
May 14, 2010
I'm very new to Linux, and I have ran a Windows XP server before, with a Apache2 Server software for Windows. and didn't have any problems with it, but I really want to set this server up with Linux.
The server is running, but the only thing that comes up in the browser, is the html pages, the pages call all the images from a folder /images/ but for some reason I can't get it to pull the folder up. None of the graphics show on any of the pages.
I also have a VirtualHost setup, and have another website set up in the DocumentRoot with the 2nd site, but it won't come up ether, even tho it is listed as the 2nd VirtualHost, and have that folder set up as the DocumentRoot.
I'm just using IP Addresses for now till I get this all sorted out.So if I enter the IP the main page comes up, just no graphics. if I enter the IP Address/2ndSiteFolder/ I get a directory listing with the 2nd site folder listed, so now if I click on the 2ndSiteFolderName, it comes up as IP/2ndSiteFolder/2ndSiteFolder/ Now the 2nd site comes up, and so does all the Graphics for that site, even if I go to some of the other subfolders site. So its just weird. I don't know what I need to do to get this to work right.
I know it has to do with setting up the folders for VirtualHost, I just don't know what it is. I have been working on this for a week, and I'm not getting anywhere..
View 9 Replies
View Related
Feb 14, 2009
After the Suhosin-Patch, I can no longer load mythweb pages from my mythtv server. Checking the apache2 error.log yields the following.
PHP Code...
I noticed that this appears to be an old bug come back to life again, but the fix to it was never revealed.
View 3 Replies
View Related
Nov 23, 2009
I just completed upgrading from F10 to F12. I had a few problems but now everything works just perfect, except my Apache server does'nt execute the PHP pages on the web-server. The php-pages use to work just fine. I have Apache/2.2.13 (Unix), with PHP 5.3.0 (cli) (built: Nov 17 2009 19:19:17). I tried to remove alle PHP rpm-packages and install them again with no luck.
I have checked the httpd.conf file and it include the following lines:
AddType application/x-httpd-php .php5
AddType application/x-httpd-php .php
AddHandler application/x-httpd-php .php
and
LoadModule php5_module modules/libphp5.so
I get a msg. from the last line, that the php5 module is already loaded.
I have restarted httpd-service. I have the following php modules installed:
php-devel-5.3.0-7.fc12.i686
php-cli-5.3.0-7.fc12.i686
php-common-5.3.0-7.fc12.i686
php-5.3.0-7.fc12.i686
php-pdo-5.3.0-7.fc12.i686
php-mysql-5.3.0-7.fc12.i686
Seems that in the new versions of PHP/Apache with F12 you need to write:
<?php .....?> and not just <? ... ?>
View 3 Replies
View Related
Dec 3, 2009
I'm playing a game using wine that uses an internet browser style menu. One of the options that the game offers is to open the current game page with your external browser. I've used it hundreds of times when I was on windows and it worked fine and I was able to save the current page to a folder. Now that I'm using fedora the link doesnt work. It doesnt open firefox and it doesnt give me any message to let me know that it even recieved the request.
View 1 Replies
View Related
Apr 7, 2010
I wanted to see if anyone had a quick batch script to take a pdf document as input and reorder the pages to produce another pdf via command-line invocation. My case is simple as I only need to remove the last page of the document and append it to the front (though more complicated situations may arise). If possible, I'd prefer to use `pdftex` due to its flexibility and widespread distribution, though other packages that are part of the Fedora Core distribution may also work. I have only superficial knowledge of latex scripting.
View 8 Replies
View Related
Nov 29, 2010
The same network environment, no matter which browser I use, my fedora 13 always works slower than windows XP on loading web pages. Others are better than windows -- like memory management...(I directly feel that). applications running more smoothly than those in windows xp.
I want to know how could I make it faster on loading web pages.
Note: my network environment can not be changed!
View 7 Replies
View Related
Oct 5, 2009
I cannot find the C library manual pages on fedora 11. Are info pages the same as man pages?
or how can I install man pages so that I can use man 3 malloc?
View 8 Replies
View Related
Oct 28, 2009
I installed apache and all is well until I had to add pages to /var/www/httpd and permissions are dinied.
View 1 Replies
View Related
Feb 2, 2010
I am trying to download the contents from [URL] to my local system for off-line browsing but am having little to no success. I have tried using wget and httrack, although I can download the directory structure there does not seem to me any sfw files.
View 7 Replies
View Related
Dec 14, 2010
I am using BSNL WLL (Wireless Local Loop) on my Fedora system to connect to the internet My modem is Huawei ETS-1201, I use wvdial The problem is that, on every linux distribution I tried, Webpages dont load or load incompletely randomly This happens most during peak net traffic. I tried to edit the /etc/ppp/options file to set my MTU and MRU to 576
But, It does not seem to be working. There is no such problem on Windows and I can connect flawlessly I takes several retries to connect to a site. I sometimes become frustrated with this and switch to Windows But as you all know, Windows is not the right OS for people who want more from their computers.
Below my specs:
Intel Core 2 Duo E8400
Intel BOXDG43NB
1GB DDR2 800MHz RAM
WD 320GB 7200rpm HDD
View 1 Replies
View Related
Dec 8, 2009
I have a large image that I want to print over 4 pages, each page showing 1/4 of the overall image, that I will past together. I'm doing this from GIMP on an up-to-date fc12 system. Searching around I find that there is a "scale" field in the print dialog and the lp command that cups supports and according to the documentation if I set scale to "200%" it should do what I want.However, when I set scale to 200% I get only one page with the upper left 1/4 of the page and then nothing. How do I get it to print the remaining 3 pages?
View 1 Replies
View Related
Sep 7, 2010
I loaded FED 13 and running kernel 2.6.34.6-47 fc13, Now back from holiday, I'm trying without success to sort out a few problems. 1 can not print. the printer sets up OK epson R285, but can't print test pages or from any app, or from CLI with lpr command. Cups log shows this:-
[Code]....
View 1 Replies
View Related
Sep 8, 2010
I'm currently setting up a vlan network and after reading several man pages I still have 2 questions / problems:
1. I would want to put several subnets into one vlan.Meaning for example, I want to have the following Vlans with subnets:
vlan1 10.1.1.0/24
vlan2 10.1.2.0/24
vlan3 10.1.3.0/24
vlan3 10.1.4.0/24
vlan3 10.1.5.0/24
Is that possible?
EDIT: I found a sample configuration, sadly without any comments, where there are defined some interfaces named vlan1:0 trough vlan1:3. Could that be the option I've been looking for.However in the definition of the vlan1 device it is configured with the subnetmask 255.0.0.0 . I would like to know the mechanics of that option, too.
2. In the wlan part of the network I want to have a dhcp server distributing ip addresses. However I want hosts the server 'knows' (by mac address) to be in a different vlan than those unknown. Is there any way to achieve that? If yes, do I need special wlan access points or can I do it by my configurable switch or by the server?
View 2 Replies
View Related
Dec 27, 2010
I just installed FC14 on 2 different PCs. It takes over 40 seconds for either of them to open some webpages, ie amazons home page. It is not my internet connection. I can open the same webpage on both my Windows PCs in less than 5 seconds. I was using FC9 up until 1 month ago, and I believe it took about 15 seconds to open amazon, but I never actually timed it. I spend many hours a day on the internet and have used FC for many years. I have been very happy with it. Until now. My PCs are 1.8GHZ single processor and 2.4GHZ dual processor. Do I have to revert back to FC9 to fix this, or use a different distro?
View 4 Replies
View Related
Feb 26, 2011
I successfully installed cups on my fedorabox, I can manage it through the web interface on port 631. I added the hplip and installed a HP Deskjet printer. However, when I want to print a test page I get the following error: "no pages found". The print job is in a stopped state...
View 2 Replies
View Related
May 30, 2011
This printer has worked fine with FC14 on my AMD x86_64 system for months using the printer drivers from the Brother Solutions Center web site (see below). I installed FC15 today from the network CD and installed the same printer drivers. Test print works fine, and just now this web page printed OK using Firefox. But when I try to print from LibreOffice Writer or Thunderbird, a message appears briefly at the bottom of my Gnome3 desktop that the job is being printed and then another message saying that printing is complete. Nothing is sent to the printer, however. In Thunderbird, the Print dialog window says the status of the MFC-240C is "No pages found!" I tried deleting the printer using System Setings -> Printers and reinstalling using system-config-printer, selecting the Brother MFC-240C, with no change.
Brother drivers:
mfc240clpr-1.0.1-1.i386.rpm
mfc240ccupswrapper-1.0.1-1.i386.rpm
View 14 Replies
View Related
May 31, 2011
I recently bought my laptop (Fujitsu nh540) and installed FC14 on it. I have Integrated WLAN Atheros HB97 (IEEE 802.11b/g/n) (more info here about the config) running on: 2.6.35.13-91.fc14.i686.PAE
Since I installed FC I've had problems with the internet. In any browser pages load very slow, it looks like the browser waits some seconds, sometimes even 1-2 minutes until it actually starts to load the page.
Second thing I saw is that when it boots I keep getting:
Determining IP information for eth0... failed; no link present. Check cable? [FAILED]
But I have WiFi internet. I am not using a wired internet connection.
I installed madwifi driver (compiled it, after reading some info on google and it seems it should be good for my network) and it seems it's a bit better, but I still have to wait some seconds until it starts loading pages. I tried different browsers, it makes no difference. On my other 2 laptops I have no problems, the internet works fine, same goes for my android mobile phone. Another "nice" problem I noticed is that when compiz is enabled I see incoming video on skype black and the same black screen for some movies with some programs. After disablig compiz, all works for video.
View 1 Replies
View Related
Apr 17, 2009
I' have FC10,firefox3.0.4it take ages to load any page.the d/l speed is good .but while loading pages it takes a lot of time!while on XP everything works fine even though the the firefox version being an earlier one than FC10
View 4 Replies
View Related
Feb 23, 2011
I did check the manpath and the files located there.just seems that some pages are missing.
View 8 Replies
View Related