Re: Sorta OT - anyone replaced MSFT Sharepoint with any OSS products?

2009-08-03 Thread Tosh

On 03/08/09 04:07, Thomas Cameron wrote:

All -

I have a friend who owns a small business and who uses Microsoft Office
SharePoint Server (MOSS) 2007.  As you might suspect, it's a car with
the hood welded shut, and I hate it.  I help him out with IT stuff and
I've had to fight MOSS 2007 for some time.  It is agonizingly painful,
and it's a massive security risk as far as I'm concerned.

I've heard that Alfresco can replace MOSS.  Anyone got any experience
with this kind of migration?

Thanks
Thomas

I have done this once, this is a situation you will want to avoid at all 
cost and not one you want to do twice.


Anyway, Alfresco has a module called vti, which provides sharepoint 
compatibility, so that the client doesn't know it is really talking to 
Alfresco.


To setup this envorinment you can use my tutorial, it is a quick setup 
overview to replace MS SBS (including sharepoint)

http://www.toshaan.be/publications/MLS2009-CentOS_Small_Enterprise_Server_Installation_and_Configuration.pdf
It is quite easy and straight forward, this should be the same for 
Fedora, unless you want to recompile from source





--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F11: Resume from hibernate on X61 laptop.

2009-06-14 Thread Tosh

Fernando Cassia wrote:

On Sat, Jun 13, 2009 at 11:56 AM, Jason Ish i...@unx.ca
mailto:i...@unx.ca wrote:
I'm hoping I just missed something here.  I recently installed F11
on my Lenovo X61 laptop without a swap partition, I've since added
one (and set it up in /etc/fstab) as I'd like hibernate to work.

Currently hibernate will go down, but it will not come back.  When
booting up, the swap part of the init process just says something
about user space swap data found, reinitializing.

Did not installing swap from the beginning cause an issue here?  I
ask, b/c suspend and hibernate just worked on this laptop with F9
and F10.
I have installed Fedora 11 with a 200 MB /boot, 25 Gig EXT4 root, and
1.5 Gig Swap partition.

Hibernate starts, and works. But upon resume, I get a black screen and a
stuck mouse pointer, with some disk activity every minute or so.



There seems to be a problem with certain kernels, I haven't upgraded yet 
to F11, but on CentOS 5.4pre, there are also some problems with the 
newest kernel, try a different kernel (older or even newer) and do as 
Tim suggested add resume=your swap location or partition in 
/boot/grub/grub.conf at the end of the kernel line, however this is not 
a requirement


--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ti_usb_3410_5052: probe of 3-2:1.0 failed with error -5 ??

2009-06-14 Thread Tosh

Gregory Machin wrote:

Hi
I have a  Huawei device that I have been using on fc 8 and fc 10. But
now with fc 11 it does not work.

Here is the log file entries for the device.
Jun 13 15:42:25 localhost kernel: usb 3-2: USB disconnect, address 26
Jun 13 15:42:25 localhost kernel: usb 3-2: new full speed USB device
using uhci_hcd and address 27
Jun 13 15:42:25 localhost kernel: usb 3-2: New USB device found,
idVendor=0451, idProduct=3410
Jun 13 15:42:25 localhost kernel: usb 3-2: New USB device strings:
Mfr=1, Product=2, SerialNumber=3
Jun 13 15:42:25 localhost kernel: usb 3-2: Product: TUSB3410 Boot Device
Jun 13 15:42:25 localhost kernel: usb 3-2: Manufacturer: Texas Instruments
Jun 13 15:42:25 localhost kernel: usb 3-2: SerialNumber: TUSB3410
Jun 13 15:42:25 localhost kernel: usb 3-2: configuration #1 chosen
from 2 choices
Jun 13 15:42:25 localhost kernel: ti_usb_3410_5052 3-2:1.0: TI USB
3410 1 port adapter converter detected
Jun 13 15:42:25 localhost kernel: ti_usb_3410_5052: probe of 3-2:1.0
failed with error -5
Jun 13 15:42:25 localhost kernel: ti_usb_3410_5052 3-2:2.0: TI USB
3410 1 port adapter converter detected
Jun 13 15:42:25 localhost kernel: usb 3-2: TI USB 3410 1 port adapter
converter now attached to ttyUSB0
Jun 13 15:42:25 localhost NetworkManager:info   (ttyUSB0): ignoring
due to lack of mobile broadband capabilties

I have resolved this before by doing the following

create /etc/udev/rules.d/026_ti_usb_3410.rules

#TI USB 3410
SUBSYSTEM==usb_device ACTION==add
SYSFS{idVendor}==0451,SYSFS{idProduct}==3410 \
SYSFS{bNumConfigurations}==2 \
SYSFS{bConfigurationValue}==1 \
RUN+=/bin/sh -c 'echo 2  /sys%p/device/bConfigurationValue'

I have coppied /lib/firmware/ti_3410.fw to /lib/firmware/ti_3410.bin
this fixed it on fc 10

I have coppied /lib/udev/rules.d/77-nm-probe-modem-capabilities.rules
to  /etc/udev/rules.d/

Now I'm out of ideas please could someone advise ?

Thanks

your udev rule is different then whao worked for me, I did not  need to 
specify idVendor and idProduct details



SUBSYSTEM==usb , ACTION==add , \
ATTR{product}==MSP−FET430UIF JTAG Tool , \
ATTR{bNumConfigurations}==2 , ATTR{ bConfigurationValue}=2



Depending on your kernel Rob stated Fedora 11 should have an already 
patched kernel, see blog 
http://xgoat.com/wp/2009/03/29/fet430-firmware-already-fixed/
My paper 
http://www.toshaan.be/publications/cybernetics/Programming_report.pdf , 
states everything, currently don't have the JTAG here, so I cannot test 
it myself anymore



--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Make a simple server -

2009-05-31 Thread Tosh

Bob Goodwin wrote:


What do I need to do to make a spare computer into a file server
accessible only on my home LAN? I would like to be able to read and
write files to it. My computers are running F-10, I believe the one I am
considering using still has F-8 or 9 on it but it could be upgraded.

I've googled a bit but most of what I found would do more than what I need.

Bob

I recommend CentOS 5.3 with samba or nfs shares, it is rhel based (or 
old fedora based) with long term support

nfs is only supported in linux (afaik)
samba is multiplatform supported

if you chose samba, use the samba-swat option to configure your samba 
server, it is a web based config, easy to use for first time users, 
otherwise use your favorite editor on /etc/sambe

http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-samba.html
http://www.samba.org/

for nfs look at :
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-nfs-server-export.html


--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: yum upgrade Fedora Core 5 - Fedora Core 10?

2009-05-25 Thread Tosh

Kevin Kofler wrote:

Tosh wrote:

This should normally not be that difficult as CentOS 5 is based on FC6
You should grab the release rpm package, and replace manually, then you
can yum update to CentOS 5


But some FC5 updates are newer than what CentOS 5 ships,
breaking upgrades. (For example, KDE is 3.5.5 in FC5 updates, 3.5.4 in
CentOS 5, the kernel is 2.6.20 in FC5 updates, 2.6.18 (with tons of
backports, but still older to RPM) in CentOS 5.)

 Kevin Kofler

In case of a server, I presume you would be running KDE, or other 
desktop apps, which would  be newer.
As for the kernel, this would create problems as you state, I think even 
python would create some issues, resulting in yum not working
Any upgrade from fc5 would be somewhat risky, but I suspect it should 
be possible.
So the only way I see to come to know this is doing the work on your pc 
in a virtual instance to come to know how this would react.
But if you want to have a stable server platform, CentOS is a better 
choice than Fedora, so if you anyway are changing it would be better to 
convert to CentOS


--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Updated F10 install media - like a rollup disc

2009-05-20 Thread Tosh

Paul Furness wrote:

Hi, folks,

I run a network in a computing research lab. All my servers (about 25 or
so) run Fedora, as do a number of my workstations. Because of this, I
often need to build new machines from scratch, and time is, of course,
short, and I end up spending a lot of time doing a basic install, then a
full update of everything.

I vaguely remember reading something on the net one time about updating
the build DVD to include the newest versions of stuff - a little like
creating an MS Windows Rollup disk. I can't find anything now - possibly
I've not hit on the right keywords to put into Google.

Can anyone point me at some documentation about how to do this? I'm
currently working mostly with F10, and while I know F11 is just about to
happen, I'm still going to need F10 installs for a while, and there are
a lot of updates for it now.

Thanks,

Paul.


One solution would be to make a mrepo install server/disk
You need to setup mrepo to update daily with your closest mirror
Then when you need to do an install, you can use an external hard disk 
to boot you latest version of Fedora and install (requires kickstart)
Or you could install from the original cd, adding mrepo as an additional 
repo at install time

Or you could do a network boot with CD or PXE (mrepo server)


--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: yum upgrade Fedora Core 5 - Fedora Core 10?

2009-05-20 Thread Tosh

Frank Murphy (Frankly3d) wrote:

Rahul Sundaram wrote:

On 05/20/2009 11:57 AM, :: [F]usion[S]tream :: -- Gmail wrote:

Due to certain circumstances, my live server is still on Fedora Core 5.
Does anyone know what are the necessary steps to upgrade to say,
Fedora 10?

If you do really need longer deploy life,
maybe CentOS 5.x Unsure if you can crossgrade
from F5 to CentOS5.X


This should normally not be that difficult as CentOS 5 is based on FC6
You should grab the release rpm package, and replace manually, then you 
can yum update to CentOS 5


I you do decide to do this, please document how you did it and report 
back to the CentOS wiki or forum, this information is also useful  to 
other users



--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fedora LTS , why not?

2009-03-21 Thread Tosh

Adel ESSAFI wrote:



2009/3/21 Adel ESSAFI adel.s...@imag.fr mailto:adel.s...@imag.fr



2009/3/20 Armin amor...@fedoraproject.org
mailto:amor...@fedoraproject.org

On Saturday 21 March 2009 11:09:06 Adel ESSAFI wrote:
  2009/3/21 Adel ESSAFI adel.s...@imag.fr
mailto:adel.s...@imag.fr
 
   2009/3/21 Sharpe, Sam J
   sam.sharpe+lists.red...@gmail.com

mailto:sam.sharpe%2blists.red...@gmail.comsam.sharpe%2blists.red...@gmail.com
mailto:sam.sharpe%252blists.red...@gmail.com
  
   2009/3/21 Adel ESSAFI adeless...@gmail.com
mailto:adeless...@gmail.com:
I see that many of you point me to centOs. The idea is
interresting.
However, why centOs is not as known as ubuntu. The main
advantage in
  
   ubunti
  
(in my point of view) is LTS and codecs!  Why centOS is
not a
commercial success?
  
   CentOS is a success. I've been looking for a new job
recently and lots
   of medium-sized businesses are using CentOS. In my limited
experience
   I have only found one company asking for Ubuntu
experience. Ubuntu's
   codec support is also no different to Fedora - it's not in
the main
   repositories, you have to enable universe, just like you
have to
   enable rpmfusion for Fedora.
 
  I agree. But, things looks easier in ubuntu! The coded is loaded
  automatically (afte a confirmation from the user). Why such
features are
  not avalaible in Fedora!

That is mostly an illusion created somewhat by the ubuntu user
community.  You
said things look easier.  Like what?  Could you give a good
example?  **


For this example: I mean that some ubuntu multimedia software ask you
installing codecs when needed!! And they install the appropriate one.
This unfortunatly does not exist in Fedora


Regards






The
codecs are installed the same way and used the same way in both
ubuntu and
CentOS/Fedora.

   Regards
  
   However, CentOS isn't used as much in large organisations
- they tend
   (as my current employer does) to use Red Hat Enterprise
Linux, because
   it is certified by lots of application and hardware
vendors and can be
   purchased with support contracts which they have the money
to buy.
  
   --
   Sam
  
   --
   fedora-list mailing list
   fedora-list@redhat.com mailto:fedora-list@redhat.com
   To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-list
   Guidelines:
  
http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
  
   --
   http://ilovefedora.blogspot.com/
  
   --
  
   PhD candidate in Computer Science
   Address
   BP 108, Bureau de poste Tunis republique
   1001 Tunis
   Tunisia
   tel: +216 97 246 706
   fax: +216 71 391 166
 
  --
  http://ilovefedora.blogspot.com/

--
Armin Moradi

--
fedora-list mailing list
fedora-list@redhat.com mailto:fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines:
http://fedoraproject.org/wiki/Communicate/MailingListGuidelines




--
http://ilovefedora.blogspot.com/

--

PhD candidate in Computer Science
Address
BP 108, Bureau de poste Tunis republique
1001 Tunis
Tunisia
tel: +216 97 246 706
fax: +216 71 391 166




--
http://ilovefedora.blogspot.com/

--

PhD candidate in Computer Science
Address
BP 108, Bureau de poste Tunis republique
1001 Tunis
Tunisia
tel: +216 97 246 706
fax: +216 71 391 166


Please note, CentOS IS A COMMERCIAL SUCCESS
Many bigger enterprises use CentOS, but they do not advertise it and it 
is very popular for small  medium enterprises

CentOS/Fedora does lacks the same consumer fame like Ubuntu
Two main reasons according to me :
(1) Commercial backing = limited funding = less advertisement
(2) Perception amongst users and the media = leading to less knowledge 
how to use the product



--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fedora LTS , why not?

2009-03-20 Thread Tosh

Adel ESSAFI wrote:

Hi list


I was using fedora and redhat since 2000. To day, I can see that our
favorite distro is really very strong. However, I have done some
experience (short) with Ubuntu and I have liked to LTS concept (Long
Term support).

My idea is to build a distribution that is based on Fedora at 100% with
1. LTS
2. with a very reduce number of packages
3. with proprietary codecs and essentiel software (mp3, flash ) included in.

I know that the variety of the open source projects are making it's
power. However, I aim to build a distribution with only one software
from each catégory. That is, I have to choose between:
*  KDE and GNOME for the destop
* rhythembox , kaffeine, ... as media player
* abiword or openoffice as office writer
.

Technically, I will maintain a repository  with a reduced number of
packages.


If I get positive feed back from this list, I can start working on this
project in july

This distribution will be very useful for starter!!

Best regards
Adel


--
http://ilovefedora.blogspot.com/

--

PhD candidate in Computer Science
Address
BP 108, Bureau de poste Tunis republique
1001 Tunis
Tunisia
tel: +216 97 246 706
fax: +216 71 391 166



first and for all I wish to expand on the current responses
as you may kwow by now
fedora - 9 months release base - 18 months support base
centos/rhel - 4 years release base - 7 years support base

I suggest you take centos and work from there, most of the work is 
already done for you, and you can maybe contribute to rpmforge or my new 
repo to increase the package set
I hope to setup my repo this weekend, giving centos gnumeric and abiword 
and audacious (with mp3 support) as these are missing in rpmforge due to 
some dependencies that cannot be included at the moment in rpmforge

or you could go with fedora epel

imho, there is no need to reinvent the wheel, if you are not going to 
improve the wheel :)




--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: building i386 packages in x86_64 Fedora 10

2009-03-20 Thread Tosh

David Hláčik wrote:

Hello guys,

i want to build i386 freetype source rpm on by 64 bit Fedora 10, so i
will issue rpmbuild -ba --target i386  , i will usually end up
with gcc error. Do i need 32bit gcc compiler to built that?  As I know
it is not in x86_64 repository :(.

Please, how to generally build 32bit packages on 64 bit platform.
Should i use mock? Is there a simple way, when i want to build just 3
packages.

Thanks,

D.


you will need to give the command as following
rpmbuild -ba --target=i386 --define _libdir /usr/lib --define _lib 
/lib ~/rpmbuild/SPEC/specfile

also make sure you have ALL the i386 devel packages !!!


--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 10 x64 doesn't detect all RAM

2009-03-20 Thread Tosh

spmirowski wrote:

Hi,

I am running a Dell 370 with 4 GB of RAM. Vista 32 SP1 shows that 4 GB
is installed in System Properties. The change
from 3 GB to 4GB wasn't picked up in Fedora 10 x64. It's a Intel 925X
chipset if that helps out. Does anyone know
why it might not register 4 GB on a 64 bit OS?

free mem

total used free shared buffers cached
Mem: 3092948 1524736 1568212 0 46608 701228
-/+ buffers/cache: 776900 2316048

Thanks,

Stephen


bios limitation, nothing to do with linux
have had the same problems on many boards
try the following :
(1) update bios
(2) run live linux to check
(3) update grub (reinstall if necessary)
(4) upgrade to new kernel
if these steps do not work, well then it is a hardware issue, nothing to 
do with the software


--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Specs for server

2009-03-11 Thread Tosh

Craig White wrote:

On Wed, 2009-03-11 at 15:41 -0400, Jon Shorie wrote:

We have been running a mix of Redhat Linux, Fedora Linux, Kubuntu Linux, and
Sun Solaris 8 on our servers and some desktops since Redhat 6.0.

It is finally time to replace our last sun server.  The only thing that this
machine does is share files via nfs to our network of about 50 users and 18
servers.

I am trying to decide between a Core 2 Quad Q8200 and a Pentium Dual Core
E5400.  The Quad is running at 2.33 GHz.  The Dual is running at 2.7 GHz.

Does anyone have any suggestions as to whether we would notice much difference
between the Dual and Quad for performance.

I am including a list of the specs.

4u Rackmount Chassis
Antec Neo Power 430 430Watt Modular Power Supply
Gigabyte GA-G31M-ES2L Motherboard
4 GB Ram

Intel Pentium Dual Core E5400 2.7 GHz Processor or
Intel Core 2 Quad Q8200 2.33 GHz Processor

Western Digital Caviar WD5000AACS 500GB Hard Drive for the O/S Install and
temporary backup files.

(2) Western Digital Caviar WD7500AACS 750GB Hard Drives using Linux Software
Raid for the shared files.

Intel PWLA839GT 10/100/1000Mbps Ethernet Adapter

The Specs of the Sun Server are as follows:

Sun Ultra 450
2 Ultra Sparc 400MHz Processors
2GB Ram
(4) Seagate Ultra 320 SCSI 36GB Hard Drives
1 Drive for O/S Install
1 Drive for Backup Temporary Files
2 Drives using software raid mirroring for the shared files.
10/100 ethernet adapter

Thank you in advance for any suggestions.


I would tend to doubt that the processor is going to make all that much
difference on a server whose primary function is to provide NFS but my
own thinking is...

1 - I prefer good hardware RAID over software RAID.

Second that, I tend to use 3ware SATA/SAS RAID Controllers



2 - Peformance using RAID 1 or 1+0 (4 drives minimum) is much better
than RAID 5

3 - I really like having at least a mirror RAID (RAID 1) on the boot
volume as well as the data drives so in a server I wouldn't necessarily
segregate the OS from the data on physical drives but rather in
different RAID partitions.
I also tend to keep the os off the raid volume and then clone using 
clonezilla or partimage to make a bare-metal recovery




4 - I would probably use RHEL or CentOS for this server rather than have
to deal with the churn of many upgrades using Fedora. I like Fedora for
Desktop and specialty server types but not a network backbone system.
CentOS is the choice if you do not need support or direct patches, else 
use RHEL
Fedora has a lifespan of 12-18 months, then support ends, CentOS has a 
lifespan about 7 years.




Craig




--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Boot into single user mode

2009-02-27 Thread Tosh

Mr. Bravismore Mumanyi wrote:

Dear All,

I lost root password for one of my box running Fedora 9. I am not sure
if its one of the clever users who changed the password since I had not
locked it down.
I am now trying to boot into single user mode in order to reset the
password. However, at the Fedora Splash screen the system does not
respond to any key a for me to boot into run level 1. Is it a
configuration that has been tempered with?

Regards
/Bravo



when grub loads, press e for edit, edit the second line by adding a 1 at 
the end, now it will boot into single user mode (non graphical)
if grub has a password, you will need to boot into the rescue mode with 
the install media, then you can chroot into your fedora and reset the 
password


--
Toshaan toshli...@gmail.com - http://www.toshaan.be

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Space Allocation Problems

2009-02-17 Thread Tosh

GERALD HOOPER wrote:

Hi Red Hat Group
I recently installed Fedora V7 from LXFDVD95 dated August 2007 on a
separate hard 20gb hard drive. I then received 250 plus critical updates
to my system which failed to install because the /var directory ran out
of space. When I checked the actual space used on my disc by the Fedora
System it was only 3.5 gb meaning that I had plenty of space left if
only the system could have taken advantage of it. Is there a tool that I
can download that will fix this problem for me or do I have to perform a
manual install using my own size values? If so what are the recommended
sizes that I should use?
PS This mail is coming to you from Windows XP on a separate disc because
the email system on fedora fails to send my mail but still receives it.
The system fails to recognise my supplier of services on pop.ntlworld.com
Again any thoughts about this second problem?
Thanks
Gerry Hooper
Thank You
Gerald Hooper


for your update issue, use the following principle
yum check-update  updatelist
then split up the updatelist file into multiple files
make it a bash script, and make it a one liner to look as following

#!/bin/bash
yum update [package names]

then execute each script (after chmod +x) and between scripts run yum 
clean cache


I have used this method in the past, nowadays newer pc's have more then 
enough storage, or it is very cheap to add


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: How to safely migrate from centOS to fedora 10

2009-02-16 Thread Tosh

kmadananteshwar.vb...@gmail.com wrote:

Hey folks I am a centOS user who's been running fedora off a live DVD for the 
past 4 months and am beginning to want to migrate to fedora and would like to 
know how exactly do I migrate to fedora safely without messing around with my 
windows vista installation coz I need vista because I use it at work and would 
be in deep trouble if I screwed up the master boot record of vista and also coz 
I have a lot of important data on the windows partition
Yours,
KMB
Sent from BlackBerry® on Airtel

download the fedora-release rpm package and yum update yourself through 
the dependency hell
yes, it is not for the faint of heart and definitely not the most secure 
way, but if you pull it of, your downtime is just a reboot


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 6 supported anymore?

2009-02-14 Thread Tosh

Frank Murphy wrote:

Paul Nowosielski wrote:

Dear all,

I was wondering if Fedora 6 is still being supported and
updates are still being provided via yum?


No
Currently supported versions are 9,10.

Frank


upgrade to CentOS 5 (it is based upon RHEL 5 which is based upon FC6)
there is support till 2014

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 10 for Itanium (IA64) Architecture?

2009-02-14 Thread Tosh

Sutton, Harry (MSE) wrote:

One of our engineers posted a question on an internal mailing list
asking why he was unable to find this release; I can't find it on any of
the mirrors, is this an oversight or an intentional drop of this
architecture?

 /Harry Sutton, RHCA, RHCSS
  HP Open Source and Linux Profession Global Lead

Redhat still supports ia64, but as it is not that prominent an 
architecture for the free community users, there tends to be less focus 
on this architecture - eg : Fedora and CentOS


A humble suggestion : maybe if HP would be as kind as to help the community
(1) HP could contribute it's effort of porting to ia64 arch to the open 
source community directly
(2) donating some hardware, as they are the co-inventor/producer of this 
architecture

It will in my opinion speed up development

--
Fedora-marketing-list mailing list
Fedora-marketing-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-marketing-list


Re: F10 -- Xen, VirtualBox, or VMWare?

2009-02-05 Thread Tosh

McGuffey, David C. wrote:

Rather than configuring a dual-boot machine for running those occasional
Windows apps, which one of these virtualization tools provides the best
(read most accurate) virtualization environment on F10?  Which one is
the easiest to install and configure?  I had problems with VMWare on F7,
and would prefer not to go that route again.  I have no experience with
the other two.
I use VirtualBox on my CentOS 5 laptop, for those occasional Windows 
programs. VM's transfers well between laptops, so if you keep a blank 
windows vm, you can work futher eacht time from there.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: NetworkManager overwriting resolv.conf

2009-01-18 Thread Tosh

Christopher A. Williams wrote:

The only solution I have found so far is to:
1) properly re-create /etc/resolv.conf to what it should be
2) set the immutable flag on it (chattr +i /etc/resolv.conf)
3) just add the following options to 
/etc/sysconfig/networking/devices/ifcfg-X (the name of your connection)

PEERDNS=no
NM_CONTROLLED=no
If you for instance want eth0 not controlled by NetworkManager (because 
it is a wired connection with a fixed IP) and wlan0 with NetworkManager, 
change the second option to yes.
Please note, that your DNS settings /etc/resolv.conf will never change 
now unless you manually change it, also when NetworkManger takes control.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fedora 9 and an nvidia 7200gs video card

2009-01-13 Thread Tosh

Don Raikes wrote:

Hi all,

I have fedora 9 installed on my gateway desktop and it was working fine except 
for the fact that my video card died.

I just installed a new nvidia 7200gs card (the nvidia 84000gs card wouldn't 
fit).

Now when I try to run gnome, I get a message saying no devices were found. I am 
assuming I need to install some drivers, but cannot find any for linux 32-bit.

Does anyone know where those pesky drivers are?


First login in runtime 3 and edit /etc/X11/xorg.conf
The line Containing should be changed to Driver vesa (no quotes needed)
Now you reboot (or restart X) and login, you will be able to run an X 
environment, but you will nog have any drm or 3d support

For that download your driver at :
http://www.nvidia.com/Download/index.aspx?lang=en-us
yum install kernel-devel
and then run the file downloaded from nvidia
I seem never to have any luck being able to use the standard yum 
procedure, the above works always for me, but adds more work as you need 
to do this every time your kernel changes


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fedora 9 and an nvidia 7200gs video card

2009-01-13 Thread Tosh

Don Raikes wrote:

Thanks for this info:
Unfortunately, once I installed the rpmfusion yum configuration files, and 
search for the kmod-nvidia package as indicated on the howto page, I didn't 
find any packages.
Oh well I also discovered that it helps to make sure the card itself is firmly 
seated in the pci slot. I opened the case up again this morning and made sure 
it was seated firmly, and reran /sbin/lspci and this time it showed the nvidia 
geforce 72 card :-)
I manually edited /etc/X11/xorg.conf and changed the driver from radeon to vesa 
and now I can at least get into gnome using startx.
As I mentioned earlier you will not be able to run 3D appls (no OpenGL 
or very slow) and no desktop effects
The vesa driver is a generic driver that works for all vesa compliant 
cards, which means 99.99% of the cards on normal pc's or laptops



Wouldn't it be just better to use the rpmfusion packaged ones. And I
even remember there have been mentioned on this list that the driver
directly from nvidia can break things in your system.

snip

I have never had problems with rpmfusion drivers except that they
usually update for the new kernel day or two later than it's out for
fedora, but I have been able to live with that. And as extra benefit you
can just uninstall them with yum when there is some problems.
As stated by previously, I always run into problems with kmod packages 
(maybe they do not like me?), they never install properly and end up 
killing my system
Anyway I have never had any problems with this procedure, I do the same 
for ATI drivers, it is easier for me and leaves me the choice which 
version I will use, as I download there version and compile it myself
I even have had problems with the iwl3945 (at the time it was not in the 
kernel), but yes it is more convenient to just yum it.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Access to sub network unreachable.

2009-01-09 Thread Tosh

Anne Wilson wrote:

On Friday 09 January 2009 03:43:11 Simon Slater wrote:

Hi all,
I'm sure I have missed something simple (or done something 
stupid) but
have no idea what so I'll ask anyhow.

All the computers on our SOHO network had static addresses in the
192.168.0.1-9 range with netmask of 255.255.255.0 and all worked fine
for ages.  Now I have a Linksys gateway which has a default address of
192.168.1.1 for configuration.  It works fine as a DSL router but I
cannot use a browser to access the configuration.  All I get is An
error occurred while loading http://192.168.1.1: Could not connect to
host.  Pinging returns Destination Host Unreachable.

I changed the netmask for the ethx device to 255.255.0.0 but this made
no difference.  What have I forgotten?


This is pretty normal.  Many routers are set to 192.168.1.1.  The simple way
to deal with it is to change the ip of one of your boxes to 192.168.1.x and
use that box to access the router.  Then you will be able to change the router
address to 192.168.0.1.  Reboot.  You must then change your box back to
192.168.0.x  From then on your router can be configured through your normal
browser without problems.

Anne

maybe easier is to use the builtin dhcp to configure the router then go 
back to static as explained here above


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines