Fedora X86/64bit :: Installed The "bleeding Edge" 11 Once Again?
Oct 12, 2009
was waiting to install the "cutting edge" Fedora 11 and I did it immediately after its official release. The 1st day I installed the Fedora 11 ...... the system declared a kernel problem. I don't know what was its problem. Anyway I continued with this OS and I was taken day by day all the official updates. I could see everyday that the system was not stable enough. Problems - problems - problems..... Sometimes there was a critical ext4 nfs error but my hard disk is new and ok. Fedora 11 was the only OS into this hard disk. So....I installed the "bleeding edge" Fedora 11 once again - I took again all the official updates and I tried again. Nothing better. Today Iam sure that the ext4 file system is the main problem here, it is quick but not secure enough. That is my conclusion. Yesterday Okt 11 2009 I installed again the Fedora 10 OS with the old ext3 file system and Iam so good again.
I'm trying to compile the bleeding-edge compat-wireless because I know there are some ath9k fixes in it because I use in on my Debian and Ubuntu machines; however, when I try and run make, I receive this error:
Code: make: *** /lib/modules/2.6.38.8-35.fc15.i686/build: No such file or directory. Stop. make: *** [modules] Error 2
Some searches seemed to indicate that it's been awhile since there's been a build thread, so I thought I'd start one. I'm looking to replace a six-year old machine (Athlon XP 3200+ processor (introduced in 2003), integrated graphics with no dedicated graphics card). I'm rocking Windows XP Home Edition (32 bit).
I'm not a "computer hobbyist," far from it. I use my machine mainly for browsing, word processing, and business (QuickBooks and Turbo Tax). It is a tool. I don't really enjoy fiddling around with computers. My current machine is now barely able to support a good research session on the 'Net anymore, the little processor seemingly gagging on the heavy flash content you see everywhere nowadays, the 2GB (the most she'll take) of RAM easily filled.
I'm planning some rough travel international motorcycle trips (see my motorcycle build thread here (don't worry about registering on this motorcycle forum.....they are good folks and I've never gotten any spam from them) and purchased, a while back, an Asus eee PC 901 with the OEM Xandros (a bastardized offshoot of Etch) loaded to use with those trips. From learning that OS, I saw for myself the benefits of Linux (vs. Windows). Of all the distros, Debian is the most attractive to me (even though I'm currently rocking Puppeee (new version) on the 901.....it makes that little machine zoooooom!) as I really like the package management system, the logic, and the stability. I also like the feeling of personal responsibility that comes with Debian.
So, back to the build. I'm currently planning on it being a pure Debian machine. I'm ready to move on from Windows, for reasons I don't have to explain here. I stated that I don't particularly care to "play" with computers, but I'm willing to put in some front end labor in order to enjoy a long-term, low-maintenance relationship with my new machine. With that philosophy in mind, I'm looking to build a machine that will serve my simple needs for ten years(!) So, since the costs will be spread out so far, I'm ready to drop some serious (for me) coin on this project in order to avoid having to go through what is, for me, a rather painful process of research again any time soon.
I have AMD Athlon 3500+ (x86_64) CPU and I am okay with the Ubuntu package maintainer's kernel version (as of now it is 2.6.35-24-generic). What will I gain if I update to latest stable kernel (2.6.36.2)? A fraction of performance?
I hesitated on the title, generally can solve problems w/o this (20+ year *nix/linux experience).
hardware Dell 1505, ATI X1400 (nVidia went south replaced with ATI, used at this stage of life for this laptop).Acer x221w external monitor.
Recently upgraded to 10.04 (should have waited, but hadn't upgraded in a long time).
No real fixes found for the ati X1400 in searches (fixed it on 9.04 and 9.10).
So to troubleshoot, wanted to go to console mode, and start X manually and hopefully debug the config to get the thing working.
So, I get ready to take it down off of X only to find, there are no more consoles???
To work this out and to even come to an end result, when X does not work, you need a console to debug it. There is code in /etc/init.d/console-screen.sh for starting consoles...
Yet they do not start, notices some comments about doing it 'clever' in there, all I can say is 'clever' is more risky than workable, it worked before, why change it? It did not make it better, it made it harder, so now, to get it to work, I have to go debug someone else's 'clever' code? BTW, there are 'getty' running - but still no console.
Not so clever... We need a fix to get (at least at this level), the consoles running, so, where are you 'clever coder', tell us how to turn them back on.
Why in /etc/init/tty*.conf do they not start?
I really find it hard to say anything critical to something that is free, in general, I will not even comment, but just go ahead and find the fix myself, But to even address this, we (IMO) need pretty much a fix for the broken console access, before we can even address X in certain configurations.
A long time user of RH, even back to Yygdrasil, Soft Landing days, I was VERY impressed with ubuntu over the others for a desktop (got it on the Dell), but now, at 10.04, it has become cumbersome and broken.
It is a good product, but we need to get it back to where it is not so bleeding edge and broken.
Today I got update notification. I type in terminal yum update, and get this error: Quote: Error: Missing Dependency: libnetfilter_conntrack.so.1()(64bit) is needed by package iptstate-2.2.1-5.fc11.x86_64 (installed) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
I removed iptstate.x86_64, again run yum update, and than, ibnetfilter_conntrack got installed. I tried to install iptstate.x86_64 again, but i get Quote:
Is it possible to have both 32 and 64bit java installed? I am trying to run the java SAP GUI. Im using F12 64bit and have got a working 64bit java. The SAP GUI errors when trying to connect and it looks like it wants 32bit. I found a doc saying to run the following which I have done but still not working.
I'm trying to get Rigs of Rods working on Fedora, but I've run into problems. RoR uses wxGTK development version 2.9, but Fedora only uses the stable 2.8. When I compiled and installed wxGTK and other RoR depencies not available with yum, some installed to /usr/local/lib and not the CMake expected location /usr/lib64 (LD_DEBUG=libs /home/user/ror-trunk/bin/rorconfig) I had to add "CMAKE_CXX_FLAGS:STRING=-ldl" to CMakeCache.txt to get RoR to compile, and tried adding "CMAKE_LIBRARY_PATH:PATH=/usr/local/lib" and "wxWidgets_LIBRARIES:PATH=/usr/local/lib" to try and fix
ldd rorconfig | grep -i libwx libwx_baseu-2.9.so.1 => not found libwx_gtk2u_core-2.9.so.1 => not found libwx_gtk2u_html-2.9.so.1 => not found libwx_baseu_net-2.9.so.1 => not found libwx_gtk2u_adv-2.9.so.1 => not found
but it didn't work. ldconfig hasn't helped either.
iam new to linux i installed fedora 10 on windows7 ultimate 64bit after intallation the fedora system doesent boot, but windows7 work properly. i instlled fedora 10 in seperate fee partiotion
Sometimes you get more than you ask for and in this case, I did: I had no idea (had the computer for a few years now) that I was running a dual core 64 bit machine. The silly thing is that I have 32bit Fedora 11 on it, 32 bit versions of all my installed software...etc., etc. Am I able at this point to salvage anything or is it best to just back up the home directory and then do a reinstall?
I put together a little computer recently to hook to a TV.The problem I'm having is that when I start the computer up and get to the desktop... the desktop is off the edges of the screen. I checked the resolution and it's 1920x1080.I can't see the panels my applications menu, as they're both off the edge of the screen. Is there anything that can be done to correct this? Also, the TV has no settings to correct this problem.
I am running Ubuntu 10.04 amd64. So I have just returned from a week vacation to see that my / is full. When I had left, the ~80G partition was only consuming around 40G of space. I feel like this is a bug and i haven't tried a custom kernel yet to see if it is kernel level. Here is all the good information though to help debug:
Code: mount # mount /dev/mapper/pdc_cfefedbci3 on / type ext4 (rw,noatime,user_xattr,errors=remount-ro) proc on /proc type proc (rw,noexec,nosuid,nodev)
[Code].....
I am using a fakeraid with dm-raid on a raid0 for my /dev/mapper discs. I just wonder if anyone else is getting this error or if it is a problem with ext4.
I bought a thinkpad Edge 13" with AMD CPU (NV338) and installed f15 on it. First boot : no WiFi...
Code:
lspci -n ... 08:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:0576] (rev 01) 14e4:0576 is actually BCM43224 broadcom chip, supposed to work with broadcom-wl driver (non-free...)
So I installed broadcom-wl + kmod-wl, reboot, check if it really get installed :
Code:
lsmod | grep wl wl 1954479 0 lib80211 4103 1 wl
Ok but... no WiFi interface visible... Few dmesg :
Code:
dmesg |grep radio [ 22.289176] thinkpad_acpi: radio switch found; radios are enabled [ 22.310166] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked (wifi toogle seems not working btw)
I noticed a problem when editing files with nano. This problem happens if the terminal window that I run nano from is not wide enough to show the full line.By way of example below is part of my grub.conf
If we assume the code box above is the size of the terminal window, if I edit anything past what will show as the $ sign in nano, it will automatically add a carriage return. So if we take the kernel line above, if say the screen shows at the end root=UUID=$, if say I were then to add 00 the end of the UUID, it will move everything starting from root=UUID= to a new line. Is there some wrap feature that is enable in Fedora for nano?
First, I upgraded to F15. All went smooth. No problem. But if I pull up a terminal in KDE via menu->utilities->Terminal, I get a terminal that shows only 3 lines. If I try to increase the size by pulling the edge it locks up the computer. Functions otherwise. This is Gnome Terminal 3.0.1. X terminal works fine. So does Konsole. But not the above application from the menu.
Downloaded from here: [URL] then ,it is 32-bit and I need to know what all 32-bit libs are needed as dependency for skype to work. I am on Gnome Fedora and purposefully selected static version of skype to prevent installation of libqt4.
I just bought sony vaio laptop(EB16) couple of days before.I had window 7 OS. Two days before i downloaded Fedora-12-x86_64-DVD & installed in my PC.Everything is working fine except when i play any video or audio file such as .avi, .mp3 from any player such as vlc player, movie player ,xine etc , i don't get any sound.I tried to search this problem in internet but still i am not able to resolve this problem.
Im trying to set up my 3G modem to recive and send sms but I had no luck so far
Code:
Bus 002 Device 010: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636Im I tried with gnokii and wammu and many other things and did not want anything to do
I need to setup a Intel Xenon power edge 1900 server, which fedora version (10 or 11) suits it best and whether I should go for 64bit or 32bit (If I go with 64 bit some applications wont support it). I also have another issue, currently on another Intel Xenon power edge 1900 server on which Fedora 9 32bit version is installed, tough the server has 8GB ram, fedora can access only 3.2 GB. How can I solve this issue and will it repeat in the new server where I install fedora(10 or 11).
After the update on 7/03/10 edge+mouse button combo's don't work anymore, keyboard short cuts for the same function are still working. Example "Scale", keyboard short-cut ctrl-s working, edge+mouse button Right Edge - Right Mouse Button no action. Worked before...
Can anyone get the website below to work correctly with Firefox 3.5 and F11 64bit?[URL]...All I see is the background scrolling slowly and jerkily, none of the buttons at the bottom work. Reboot into Windows 7 and IE8: the same site is fast, smooth, the buttons work and the product details appear correctly in the centre of the screen.
I've tried disabling all adblock /pop up block options, ensured all javascript options are enabled and no change. Could this be a problem with the 64 bit flash player (installed from leigh's sticky thread) or a problem with OpenJDK?
I've just installed 11.2 KDE 64bit and I'm having trouble getting CUPS setup. I have a hp5440 deskjet that is not listed but I have used another model in the past with another distro. But when I put in my username and password it doesn't take it. there is no other password. How do I set up CUPS? Can I used hplip instead?
I have recently switched to Ubuntu 11.04 64bit from Windows 7. Since installing 11.07 I have experienced random disconnects, slow speeds and just overall poor performance from my ethernet card. Looking into the issue further I noticed that the driver installed for my NIC is "driver=r8169", but the actual NIC card is "product: RTL8111/8168B PCI Express Gigabit Ethernet controller" which I think pretty much says I should be running the 8168 driver.
When I run lsmod I only see "r8169 " installed. How do I go about getting and installing the r8168 driver? I am pretty sure I just need to install this driver and then blacklist the r8169 in blacklist.conf. Any clarification would be great.
I have installed centos 5 64 bit in my machine but all the dependencies like php, httpd, glibc, gcc, gd, openssl and others are 32 bit, I need them to be updated to 64 bit.
I am running Suse 11.3 64bit and OpenOffice 3.2.1.4 it installed with the system.OpenOffice's latest is 3.3 something, is there a repository that I can add to continuously update the program? Or do I need to completely remove the present program and install the latest from OpenOffice.org? It would appear that the one that came with the system was pieced together by the Suse team - do they update this at all?
So I decided to try something new and fresh. I wanted to try ubuntu. So I download the 64bit version from here. I made a 25GB partition. I then Wubi found out I didn't need the original file since it was downloading something else. I installed it, rebooted.
Windows comes up with a prompt: Boot from: Windows 7 Ubuntu
I click on Ubuntu. This comes up: [URL]. I am fairly new and I don't know what to do. I did research and nothing really showed. I then burned the said 64bit version and tried to do a Live CD but it didn't reboot into ubuntu. I really want to try ubuntu? I am going to re-install again.
Been working with this problem for over a week now and has come to a dead end, I have installed pureFTPD with MySQL on Debian 5 Lenny 64bit. My problem is I can't login with the users in the sql-database, but for some strange reason, I'm allowed to loggin as anonymous. Unix users can't login either.
I have followed the guide on: [URL]..
- Created a ftpgroup and ftpuser. - Created a database ftpd - Created a user vhosts and given access to ftpd db My configurations files /etc/pure-ftpd/auth/30mysql Code: /etc/pure-ftpd/db/mysql.conf /etc/pure-ftpd/db/mysql.conf