Quantcast
Channel: FedoraForum.org
Viewing all 36140 articles
Browse latest View live

How to make obsolete packages?

$
0
0
Hello!
When I run yum check-update, I got:

Code:

#yum check-update

<omited>

Obsoleting Packages
libjpeg-turbo.x86_64                                      1.2.1-1.el6                           
    libjpeg.x86_64

When I create software repository using createrepo, is any way to specify obsolete packages?

Mplayer font.o error

$
0
0
I am currently installing Mplayer1.1 from source in fedora 18 . I have already configured but when i use the make command i get the following error:

[root@localhost MPlayer-1.1]# make
cc -MD -MP -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -D_REENTRANT -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wno-strict-prototypes -c -o gui/skin/font.o gui/skin/font.c
gui/skin/font.c: In function 'fntGetCharIndex':
gui/skin/font.c:236:13: error: implicit declaration of function 'g_utf8_next_char' [-Werror=implicit-function-declaration]
gui/skin/font.c:236:18: warning: assignment makes pointer from integer without a cast [enabled by default]
gui/skin/font.c:240:17: error: implicit declaration of function 'g_utf8_prev_char' [-Werror=implicit-function-declaration]
gui/skin/font.c:240:22: warning: assignment makes pointer from integer without a cast [enabled by default]
gui/skin/font.c:260:18: warning: assignment makes pointer from integer without a cast [enabled by default]
gui/skin/font.c: In function 'fntTextWidth':
gui/skin/font.c:282:5: error: implicit declaration of function 'g_utf8_validate' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make: *** [gui/skin/font.o] Error 1
[root@localhost MPlayer-1.1]#

I am relatively new to linux so if i am missing something obvious please excuse my ignorance. But i have searched for a solution and found nothing. Any help would be greatly appreciated.

What happened to the modules.xxxmap files?

$
0
0
Not sure if this is the right place to ask, but here goes. I recently started using Fedora 17 with the 3.3.4 kernel and, much to my surprise, files like modules.pcimap and modules.usbmap are no longer in /lib/modules/<kernel_version>. What happened? Is this a kernel issue or a Fedora issue?

How to install Fedora on VMWare Workstation 9

$
0
0
This seems like it should be so simple, but I'm failing over-and-over.

I keep getting "Entering emergency mode" when installing Fedora under VMWare 9:

Environment:
Host OS: Windows 7 64bit
VMWare Workstation 9.0.0 build-812388 (no pending updates)

Attempt 1:
VMWare: Install from ISO (Fedora-18-i386-DVD.iso)
VMWare: "Acceleration 3D Settings" - disabled

Result: "Warning: Could not boot. ... Entering emergency mode."

Attempt 2:
VMWare: Install from Virtual Clone Drive mapped to Fedora-18-i386-DVD.iso
VMWare: "Acceleration 3D Settings" - disabled

Result: "Warning: Could not boot. ... Entering emergency mode."

Attempt 3:
VMWare: Install from Virtual Clone Drive mapped to Fedora-18-x86_64-DVD.iso
VMWare: "Acceleration 3D Settings" - disabled

Result: "Warning: Could not boot. ... Entering emergency mode."

Attempt 4:
VMWare: Install from Virtual Clone Drive mapped to Fedora-18-x86_64-DVD.iso
VMWare: Adjust hardware compatability settings to 6.5/7.x
VMWare: "Acceleration 3D Settings" - disabled

Result: Get through install screens, only to be met by a black screen of death.

Can anyone shed some light on this? What's gives? Before I waste more time burning to a physical DVD, I'd like to get some idea if this scenario (Win7x64, WMWare 9, Fedora 18) actually works at all?

Only GNOME loads correctly

$
0
0
When I log on, and try to select anything other than GNOME (eg. Cinnamon, KDE, XFCE). The screen goes black and I am dumped back at my display Manager. I've tried GDM, LXDM, and LightDM. None work. The .desktop file for (for example) XFCE is correct. Doing a startxfce4 manually works. I do not have any process limits (hard or soft). Anybody have ideas as to what the problem is?

static ip address on nic

$
0
0
I have been searching the www for information on setting a static ip address on fedora 18
What I found works for me was slightly different from the tutorials that I was able to find.
it is assumed here that you have a terminal session with root login
(I am no expert so if you have additional information please help)


01. ip addr -- will display the name of your network interface and its ip address.
on my x86_64 system it is called p2p1
on my i386 system it is called em1

02. stop and disable the networkmanager service -- don't do this remotely

systemctl stop NetworkManager.service
systemctl disable NetworkManager.service


03. cd /etc/sysconfig/network-scripts


find the script ifcfg-em1, or ifcfg-p1p1 or whatever your interface is called

in my case on an old p4 system the interface is called ifcfg-em1
make a backup copy of ifcfg-em1 , then edit ifcfg-em1 with the following changes
and save the file.


change BOOTPROTO="dhcp" to BOOTPROTO="static"
add IPADDR=192.168.xxx.xxx -- your hard coded ip address
add NETMASK=255.255.255.0
add GATEWAY=192.168.1.1 -- depends on the address of your router
add BROADCAST=192.168.1.255
add NETWORK=192.168.1.0
add DNS1=208.67.222.222 -- sample from opendns which works

verify DEVICE="em1"
verify HWADDR=" " -- the mac address of your nic
verify ONBOOT="yes"
verify NM_CONTROLLED="yes"


04. restart neworkmanager

systemctl enable NetworkManager.service
systemctl start NetworkManager.service


I tried to set this up with NetworkManager disabled as one tutorial suggested but that didn't
work for me.

keyboard backlight

$
0
0
hi, im on fedora 18 64 bit, using a satellite p850 laptop. any idea how to get a backlit keyboard working? it worked for a couple of days after i booted a live iso of fedora 19. the boot hung and i had to hard reboot after which it started working. after installing a windows 8 drive, booting and going back to my fedora drive my backlight no longer works. any ideas what is happening?

Amarok not working correctly

$
0
0
Hi peeps...

Really like what Amarok does, even used it in windows for a time and I have to say so far... it ran better in windows than it does on my fc18 xfce 64-bit...

I have one album queued in my playlist and it will play the first track, but by the time it finishes it has crashed and stops working...

if i try to rescan or anything else it crashes...

I mainly want to know if it's just me?

I really like the interface and what it does (adding lyrics and being able to add any key words i want!) and it seems a shame to ditch it so early on... is there anything i can do? or is there a suitable replacement that does the same sort of things?

I also want it to manage my ipod but as i'm going to lose all my data I want a reliable media player that doesn't add tracks from the cloud for me to listen to... (itunes now does that!)

Kickstart install (via NFS) not seeing all packages

$
0
0
Hi all, I am having an odd problem here.
The following kickstart script works on RHEL 6 & CentOS 6
This kickstart script works on RHEL 6 & CentOS 6
But for some reason during the install of Fedora 17/18 it does not see certain packages and the install routine complains about packages specified but not existant.

Such as autofs and ntp.


I tried the following line:
nfs --server=mirrors.trellisware.com --dir=/mirrors/fedora/releases/17/Everything/x86_64/os/
I tried adding this line in addition, but it seems that only the last nfs line is the winner.
nfs --server=mirrors.trellisware.com --dir=/mirrors/fedora/updates/17/x86_64/

It used to be that the repo lines added the repos properly and all packages were seen.

The script works just fine if I select ignore all "missing" packages. Once the install is complete yum install "Missing Package Name" shows up again.

Any ideas?

Thank you kindly if you have a moment to look and comment.
-SDpyro

Fedora 18 crashes randomly

$
0
0
Hi all,

I have a fresh installed F18 (64-Bit) system, which crashes randomly. If i change to another display, and i kill gnome-session of the freezed user, its often going again, so the user just lost his work.

Now i even did not get back to login screen after a freeze.

Definition of freeze: everything on the screens hangs, except the mouse.

I found in dmesg and in messages-log some strange entries:

Mar 1 23:48:20 mittelerde dbus[785]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit db
us-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesk
top.NetworkManager.service' for details.
Mar 1 23:48:20 mittelerde dbus-daemon[785]: dbus[785]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager
.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status
dbus-org.freedesktop.NetworkManager.service' for details.
Mar 1 23:48:23 mittelerde dbus-daemon[785]: dbus[785]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit=
'dbus-org.freedesktop.NetworkManager.service'
Mar 1 23:48:23 mittelerde dbus[785]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesk
top.NetworkManager.service'
Mar 1 23:48:23 mittelerde dbus[785]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit db
us-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesk
top.NetworkManager.service' for details.
Mar 1 23:48:23 mittelerde dbus-daemon[785]: dbus[785]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager
.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status
dbus-org.freedesktop.NetworkManager.service' for details.
Mar 1 23:48:28 mittelerde systemd-logind[770]: Removed session 10.
Mar 1 23:48:39 mittelerde systemd-logind[770]: Removed session 11.
Mar 1 23:48:41 mittelerde dbus-daemon[785]: ** Message: No devices in use, exit
Mar 1 23:48:43 mittelerde kernel: [ 1471.407245] nouveau E[ DRM] fail ttm_validate
Mar 1 23:48:43 mittelerde kernel: [ 1471.407253] nouveau E[ DRM] validate vram_list
Mar 1 23:48:43 mittelerde kernel: [ 1471.407257] nouveau E[ DRM] validate: -12
Mar 1 23:48:43 mittelerde kernel: [ 1471.407996] nouveau E[ DRM] fail ttm_validate
Mar 1 23:48:43 mittelerde kernel: [ 1471.407999] nouveau E[ DRM] validate vram_list
Mar 1 23:48:43 mittelerde kernel: [ 1471.408026] nouveau E[ DRM] validate: -12
Mar 1 23:48:52 mittelerde dbus-daemon[785]: dbus[785]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit=
'dbus-org.freedesktop.NetworkManager.service'
Mar 1 23:48:52 mittelerde dbus-daemon[785]: dbus[785]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager
.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status
dbus-org.freedesktop.NetworkManager.service' for details.
Mar 1 23:48:52 mittelerde dbus[785]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesk
top.NetworkManager.service'
Mar 1 23:48:52 mittelerde dbus[785]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit db
us-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesk
top.NetworkManager.service' for details.
Mar 1 23:49:21 mittelerde gnome-session[6396]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
Mar 1 23:49:21 mittelerde gnome-session[6396]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
Mar 1 23:49:21 mittelerde colord: device removed: xrandr-Hewlett Packard-HP L1755-CNK606157Y
Mar 1 23:49:21 mittelerde colord: Profile removed: icc-a522f0a7e5de0cd46f0d608b808cf09f
Mar 1 23:49:21 mittelerde kernel: [ 1509.360040] nouveau [ DRM] 0xA504: Parsing digital output script table
Mar 1 23:49:21 mittelerde gdm-simple-slave[6289]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
Mar 1 23:49:21 mittelerde gdm-simple-slave[6289]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0' failed
Mar 1 23:49:21 mittelerde gdm[995]: gdm-binary[995]: WARNING: GdmDisplay: display lasted 0.001648 seconds
Mar 1 23:49:21 mittelerde gdm[995]: gdm-binary[995]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X
server log for errors
Mar 1 23:49:21 mittelerde gdm-binary[995]: WARNING: GdmDisplay: display lasted 0.001648 seconds
Mar 1 23:49:21 mittelerde gdm-binary[995]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors


NetworkManager-error are here, because i deactivated it for bridging.

in the last half hour, i had to reboot 2-3 times...thanks for your help.

Re-Installing Grub for Triple Boot System

$
0
0
Hey All -

Just for the heck of it, I decided to set up a triple boot of my Ultrabook last night. I'm doing Windows 8, Windows 7, & Fedora 18. I currently have all 3 OS's installed, but after installing the last OS (Win8), Grub disappeared and I'm only prompted for Win7 & Win8.

I figured that if I re-install GRUB onto the Fedora partition, then the GRUB should re-appear. The problem is that I'm fairly new to the Fedora distro and when I try to mount the partition to install Grub to it, I can't mount it.

Below is the process I followed. Please let me know how I can get Grub reinstalled OR any other idea to select to boot from the 3 OS's.

Triple Boot Steps
1. Removed all partitions from 225gb SSD HDD
2. Installed Windows 7 onto 190gb partition (NTFS)
3. Installed Fedora 18 DVD (KDE) Had installed auto-partition the remaining ~35gb from disk

At this point upon boot-up, I had a GRUB menu with a Windows 7 options and Fedora 18 - both worked.

4. Loaded Windows 7 & created a dynamic 80gb VHD
5. Booted to Win8 media, mounted the VHD, then installed Win8 to it

At this point, upon boot-up, I have only a Windows 8 boot menu with options for Windows 8 or Windows 7. Fedora obviously still exists on the disk, but I cannot see it.

Fixing Grub
I read that I could boot to a Live CD, then run the following commands in terminal to reinstall Grub:
sudo mount /dev/sda6 /mnt
sudo grub-install -root-directory=/mnt/ /dev/sda

My Fedora partition is sda5 but when trying to mount it, I got an lvm2_member error.

Using lvs, I was finally able to get the partition mounted, but then couldn't get Grub re-installed.

Any help or suggestions to remedy this would be greatly appreciated - Thanks!

Can't open my home folder

$
0
0
I'm using FC #17, and gnome has defaulted to the "classic" version of gnome. I can't open my home folder. Weird. I click on one of the places, say Downloads, and I get the spinning mouse thingy that shows that the operating system is trying to do something, but then it exits without opening the selected folder. I ran yum update to see if that fixed it, but after rebooting, it still won't open anything from my /home files system.

First Time & Looking for question

$
0
0
I came across Fedora and I been reading the website and find it very interesting and damn very well done ...

I am wondering can Fedora be use as social community and if so , how would I set this up and find the scripts for it , if you don't mind me asking , I know this sound stupid

Hope everyone have wonderful day , evening ...

Thank-you

fc18 xfce missing gparted -- oh no!

$
0
0
Oh No! FC18 XFCE live CD no longer has gparted. That is about 80% of what I use it for. Sure I can continue to use FC17 XFCE Live CD, but it won't keep up with chipsets. (I do "fondly" remember when I discovered that the FC16 XFCE Live CD did not support the C2xx chipset.)

Is the a similar Live CD out there that has gparted support?

Many thanks,
-T

ATI Catalyst, Fedora 17, ATI Radeon HD 7730M Installation Help!!

$
0
0
Hi,

I've been trying a lot to Install ATI catalyst on fedora 17, I have a Dell Inspiron SE 15 with ATI Radeon HD 7730M,

my current kernel version is 3.3.4-5.fc17.x86_64

can someone please help??

fedora files in root of ESP partition

$
0
0
Hi
just installed fedora 18 on a uefi system, dual booting with windows 8 and debian wheezy. fedora installed its boot loader into the ESP partition under /boot/efi/EFI/fedora.
but also a System folder and a file named mach_kernel under /boot/efi which is the root of the ESP partition. the content of mach_kernel is "This file is required for booting" . fedora also took control as the main os to boot, I guess by writing it to the NVRAM. I then installes rEFInd as my boot manager which override it in NVRAM.
it all works, but my question is:
what is the System folder and the mach_kernel are? and can I remove them now when I installed rEFInd?
in /boot/efi/EFI/fedora there is shim.efi and shim_fedora.efi, I guess those are for secure boot right? I also have en entry in rEFInd for shim fedora ,I don't mind them , I will probably remove that from rEFInd because I disabled secure boot.

Thank you.

evernote owned.

$
0
0
https://evernote.com/corp/news/password_reset.php

Quote:


Security Notice: Service-wide Password Reset

Evernote's Operations & Security team has discovered and blocked suspicious activity on the Evernote network that appears to have been a coordinated attempt to access secure areas of the Evernote Service.

As a precaution to protect your data, we have decided to implement a password reset. Please read below for details and instructions.

yum crashes system . . . how to fix?

$
0
0
Did a yum update just a few minutes ago and kernel 3.8.1.-201 and installed. Upon reboot my old kernel setting in grub2 menu was missing and just the new one was listed. The system
booted partially then stalled. . . .where it remains frozen . . .. how can I get into the system to fix this? Damned updates shouldn't be posted until they work properly and not trash people's computers. . .. I had 2.7.9-205 on my system prior to this crash. . . what's the info I need to enter to get it back up and running?


Thnx,

Rich :doh:

Opinion: How good is F18 for you?

$
0
0
How good in your experience is F18?

[SOLVED] Error: Cannot find a valid baseurl for repo: rpmfusion-free/18/x86_64

$
0
0
Hello. I installed Fedora 18 yesterday, and I'm currently having a problem with rpmfusion.


Quote:

Loaded plugins: langpacks, presto, refresh-packagekit
Could not retrieve mirrorlist http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-18&arch=x86_64 error was
12: Timeout on http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-18&arch=x86_64: (28, '')
Error: Cannot find a valid baseurl for repo: rpmfusion-free/18/x86_64

I had a similar issue with the fedora repos immediately after installing, and that turned out to be a proxy problem (I was setting the HTTP_PROXY, but required HTTPS_PROXY as well). The .repo files have the mirrorlist and baseurl using http protocol, so I don't see why it shouldn't work.

There are a number of threads about this all pointing to a DNS problem. My DNS settings are good, but I have tried switching to OpenDNS and that does not fix the problem.

Other suggested solutions involve setting the "method" in "IPv4 settings" to "Automatic (DCHP) Addresses Only". Mine is set to, and needs to be set to, Manual. If I check the "Require IPv4 addressing for this connection to complete" the network does not connect.


If I paste the mirror list url into firefox it loads the mirror list as one would expect. If I use wget, it resolves the hostname to a list of 3 IP's, all of which time out:

Quote:

# wget http//mirrors.rpmfusion.org/mirrorlist
--2013-03-03 11:16:40-- http//mirrors.rpmfusion.org/mirrorlist
Resolving mirrors.rpmfusion.org (mirrors.rpmfusion.org)... 85.214.67.247, 88.198.59.188, 134.108.44.54
Connecting to mirrors.rpmfusion.org (mirrors.rpmfusion.org)|85.214.67.247|:80... failed: Connection timed out.
Connecting to mirrors.rpmfusion.org (mirrors.rpmfusion.org)|88.198.59.188|:80... failed: Connection timed out.
Connecting to mirrors.rpmfusion.org (mirrors.rpmfusion.org)|134.108.44.54|:80... failed: Connection timed out.

It looks suspiciously like the proxy problem I was having yesterday, but the proxy settings are (or at least appears to be, and should be) correct. I can ping both the IP and the hostname.





I am really beating my head against my desk at this stage, so any help would be greatly appreciated!




nb: the colon in "http//" is missing due to the url posting restriction.
Viewing all 36140 articles
Browse latest View live