ASF format ??

2010-01-08 Thread Jim
I recieved a Video that says it's a .wmv file but Linux Properties says 
it is a ASF format.
I have tried to play it with VLC, Xine, Mplayer but there is a codec 
problem.

They all play the Audio of the file but not the Video.

Using Mplayer, I get this error message.
The playback of this movie requires a video/x-asf-unknown decoder plugin 
which is not installed.


--
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


Cairo-dock kills my Box

2010-01-07 Thread jim

FC12/KDE

I had cairo-dock installed, but I removed it and now I got problems  
with libcairo.so.2 .


I got problems with Firefox, How do I get XPCOM to load.

1.
$Firefox
Couldn't load XPCOM.



2.
Thunderbird won't start because of libcairo.so.2 , I did a 'locate' on  
libcairo.so.2 but it doesn't show it as installed.


[mic...@acer64 ~]$ thunderbird
/usr/lib64/thunderbird-3.0/thunderbird-bin: error while loading shared 
libraries: libcairo.so.2: cannot open shared object file: No such file 
or directory


3.
Yumex won't run because of libcairo.so.2 as you can see.

[mic...@acer64 ~]$ yumex
Traceback (most recent call last):
  File "/usr/share/yumex/yumex.py", line 25, in 
from yumexgui import YumexApplication
  File "/usr/lib/python2.6/site-packages/yumexgui/__init__.py", line 
27, in 

import gtk
  File "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", 
line 40, in 

from gtk import _gtk
ImportError: libcairo.so.2: cannot open shared object file: No such file 
or directory


How do I get rid of this libcairo.so.2 problem and XPCOM not loading ?

--
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


Cairo-Dock ??

2010-01-07 Thread Jim

FC12/Kde

How do you make the Height of Cairo-Dock Smaller ?
 I have been all over the configure settings and can't find how to make 
Height smaller (top to bottom)


--
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


having problems running Cmake

2010-01-04 Thread Jim

FC12/KDE

# cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 ..  #here you put your path to 
kde4.

-- The C compiler identification is GNU
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not 
found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  
/root/.kde/share/apps;/usr/share/kde-settings/kde-profile/default/share/apps;/usr/share/kde4/apps 


Call Stack (most recent call first):
  CMakeLists.txt:3 (find_package)


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be 
lower

  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
[r...@acer64 build]# cmake --help-policy CMP
cmake version 2.6-patch 4
--
SingleItem

  CMP
   A minimum required CMake version must be specified.

   CMake requires that projects specify the version of CMake to which
   they have been written.  This policy has been put in place so users
   trying to build the project may be told when they need to update 
their
   CMake.  Specifying a version also helps the project build with 
CMake

   versions newer than that specified.  Use the cmake_minimum_required
   command at the top of your main CMakeLists.txt file:

 cmake_minimum_required(VERSION .)

   where "." is the version of CMake you want to support
   (such as "2.6").  The command will ensure that at least the given
   version of CMake is running and help newer versions be 
compatible with
   the project.  See documentation of cmake_minimum_required for 
details.


   Note that the command invocation must appear in the CMakeLists.txt
   file itself; a call in an included file is not sufficient.  However,
   the cmake_policy command may be called to set policy CMP to 
OLD or
   NEW behavior explicitly.  The OLD behavior is to silently ignore 
the
   missing invocation.  The NEW behavior is to issue an error 
instead of
   a warning.  An included file may set CMP explicitly to 
affect how

   this policy is enforced for the main CMakeLists.txt file.

   This policy was introduced in CMake version 2.6.0.

[r...@acer64 build]# cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 ..  #here 
you put your path to kde4.

-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not 
found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  
/root/.kde/share/apps;/usr/share/kde-settings/kde-profile/default/share/apps;/usr/share/kde4/apps

Call Stack (most recent call first):
  CMakeLists.txt:3 (find_package)


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be 
lower

  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!

--
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: Codecs for VLC

2010-01-02 Thread Jim

On 01/02/2010 02:22 PM, Patrick Bartek wrote:

--- On Sat, 1/2/10, Jim  wrote:

   

[snip]
 

How did you install VLC?  If you didn't use yum
   

or an equivalent package manager, you may not have gotten
the dependent libraries, etc.  My new, but fully
updated F12 set up didn't have all the necessary
dependencies when I installed VLC.  So, check.
 


B


   

both VLC and libdvdcss was installed with Yum.
 

Okay.  Now's the time for more details.  What kind of DVD videos are you trying 
to play: commercial, private, off brand, foreign, pirated, etc.?  What happens, 
shows on the monitor, etc. when you insert the DVD?  What does dmesg report?  
Do music and data DVD/CDs work okay?

B

   


Commercial videos is where I have the problems.

Data DVD/CDs work okay.


There is no error messages in /var/log/messages, I run the command tail -f 
/var/log/messages and get no output when I run VLC from command line.



$ vlc

VLC media player 1.0.4 Goldeneye

[0x1b24098] main libvlc: Running vlc with the default interface. Use 'cvlc' to 
use vlc without interface.

[0x7ffdc8001478] vcd access error: no movie tracks found

[0x7ffde4000c98] main input error: open of `vcd:///dev/sr0' failed: (null)

[0x7ffdc8001258] vcd access error: no movie tracks found

[0x7ffde40018b8] main input error: open of `vcd:///dev/sr0' failed: (null)

libdvdnav: Using dvdnav version 4.1.4

libdvdread: Using libdvdcss version 1.2.10 for DVD access

libdvdnav: DVD Title: SEABISCUIT

libdvdnav: DVD Serial Number: 2f4893f3

libdvdnav: DVD Title (Alternative):

libdvdnav: Unable to find map file '/home/mickey/.dvdnav/SEABISCUIT.map'

libdvdnav: DVD disk reports itself with Region mask 0x00fe. Regions: 1



libdvdread: Attempting to retrieve all CSS keys

libdvdread: This can take a _long_ time, please be patient



libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x01f6

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x0551

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x469d

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x00305d90

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00305d94

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x003bfca5

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x003bfca9

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x003cfcea

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x003cfcee

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x003d33d2

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x003d33d6

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x003d33f8

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x003d33fc

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_07_0.VOB at 0x003d3413

libdvdread: Elapsed time 0

libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x003d3417

libdvdread: Elapsed time 0

libdvdread: Found 7 VTS's

libdvdread: Elapsed time 0

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called

[0x7ffdc82e5358] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:192000

QPainter::begin: Paint device returned engine == 0, type: 1

QPainter::setClipRegion: Painter not active

QPainter::setClipping: Painter not active, state will be reset by begin

QPainter::begin: Paint device returned engine == 0, type: 1

QPainter::begin: Paint device returned engine == 0, type: 1

QPainter::setClipRegion: Painter not active

QPainter::setClipping: Painter not active, state will be reset by begin

QPainter::begin: Paint device returned engine == 0, type: 1

[0x7ffdb8000a88] pulse audio output: No. of Audio Channels: 2

No accelerated IMDCT transform found

[0x7ffde4002298] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late, 
increasing pts_delay to 300 ms

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called

[0x7ffdc80a3898] libmpeg2 decoder error: DpbUnlinkPicture called on an invalid 
picture

[0x7ffdc80a3898] libmpeg2 decoder error: DpbUnlinkPicture called on an invalid 
picture

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called

[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered

[0x7ffdc81b0a68] a52 decoder: A/52 channels:6 samplerate:48000 bitrate:448000

[0x7ffdb8000a88] pulse audio output: No. of Audio Channels: 6

[0x7ffdc8052198] libmpeg2 decoder error: invalid picture

Re: Codecs for VLC

2010-01-02 Thread Jim

On 01/02/2010 01:42 PM, Suvayu Ali wrote:

Hi Jim,

On Saturday 02 January 2010 07:54 AM, Jim wrote:

both VLC and libdvdcss was installed with Yum.



I think it would be better if you could provide us with more 
information. Try to run vlc from a terminal, try with other media 
players. Look in dmesg for clues when you insert a DVD, maybe your 
problem is not with the media players.


GL

Running VLC from command Line.

There is no error messages in /var/log/messages

$ vlc
VLC media player 1.0.4 Goldeneye
[0x1b24098] main libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.

[0x7ffdc8001478] vcd access error: no movie tracks found
[0x7ffde4000c98] main input error: open of `vcd:///dev/sr0' failed: (null)
[0x7ffdc8001258] vcd access error: no movie tracks found
[0x7ffde40018b8] main input error: open of `vcd:///dev/sr0' failed: (null)
libdvdnav: Using dvdnav version 4.1.4
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: DVD Title: SEABISCUIT
libdvdnav: DVD Serial Number: 2f4893f3
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/mickey/.dvdnav/SEABISCUIT.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe. Regions: 1

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x01f6
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x0551
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x469d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x00305d90
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00305d94
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x003bfca5
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x003bfca9
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x003cfcea
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x003cfcee
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x003d33d2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x003d33d6
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x003d33f8
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x003d33fc
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_0.VOB at 0x003d3413
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x003d3417
libdvdread: Elapsed time 0
libdvdread: Found 7 VTS's
libdvdread: Elapsed time 0
[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called
[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called
[0x7ffdc82e5358] a52 decoder: A/52 channels:2 samplerate:48000 
bitrate:192000

QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::setClipRegion: Painter not active
QPainter::setClipping: Painter not active, state will be reset by begin
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::setClipRegion: Painter not active
QPainter::setClipping: Painter not active, state will be reset by begin
QPainter::begin: Paint device returned engine == 0, type: 1
[0x7ffdb8000a88] pulse audio output: No. of Audio Channels: 2
No accelerated IMDCT transform found
[0x7ffde4002298] main input error: ES_OUT_SET_(GROUP_)PCR is called too 
late, increasing pts_delay to 300 ms

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called
[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called
[0x7ffdc80a3898] libmpeg2 decoder error: DpbUnlinkPicture called on an 
invalid picture
[0x7ffdc80a3898] libmpeg2 decoder error: DpbUnlinkPicture called on an 
invalid picture

[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called
[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called
[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called
[0x7ffde4002298] main input error: ES_OUT_RESET_PCR called
[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered
[0x7ffdc81b0a68] a52 decoder: A/52 channels:6 samplerate:48000 
bitrate:448000

[0x7ffdb8000a88] pulse audio output: No. of Audio Channels: 6
[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered
No accelerated IMDCT transform found
[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered
[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered
[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered
[0x7ffdc82e5c48] libmpeg2 decoder error: invalid picture encountered
[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered
[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered
[0x7ffdc8052198] libmpeg2 decoder error: invalid picture encountered
[0x7ffdc8052198] libm

Re: Codecs for VLC

2010-01-02 Thread Jim

On 01/02/2010 01:32 AM, Patrick Bartek wrote:

--- On Fri, 1/1/10, Jim  wrote:


   

On 01/01/2010 12:58 PM, Patrick
Bartek wrote:
 

VLC DVDPlayback
   

I have libdvdcss already installed.

And I should be telling you that this is a X86_64 box.

VLC and libdvdcss is a X86_64 rpm
 

My system is 64-bit, also: AMD dual booting F9&  12.  I installed F12 a couple 
weeks ago, but only got around to installing (using yum) VLC and libdvdcss, both 
64-bit, a few days ago.  I tested VLC using a commercial movie DVD (CHICAGO, if you 
are wondering), and it worked fine.  It also worked with a few other movies I had.  
However, I remember reading quite some time ago, that some DVDs have proprietary 
encryption/encoding/whatever to prevent copying, etc. and those require a DVD 
player that is set up with that proprietary key to play.  All contemporary players 
are so outfitted.  Older ones aren't.  And, of course, this proprietary feature is 
not available to the general public.  So, no way to play the DVD on your computer.

This may not be your problem, but it is something to consider.

How did you install VLC?  If you didn't use yum or an equivalent package 
manager, you may not have gotten the dependent libraries, etc.  My new, but 
fully updated F12 set up didn't have all the necessary dependencies when I 
installed VLC.  So, check.


B

   

both VLC and libdvdcss was installed with Yum.

--
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: Codecs for VLC

2010-01-01 Thread Jim

On 01/01/2010 12:58 PM, Patrick Bartek wrote:

VLC DVDPlayback

I have libdvdcss already installed.

And I should be telling you that this is a X86_64 box.

VLC and libdvdcss is a X86_64 rpm

--
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: Codecs for VLC

2010-01-01 Thread Jim

On 01/01/2010 12:58 PM, Petrus de Calguarium wrote:

Jim wrote:

   

where can Codecs for VLC be downloaded for playing DVD videos.

 

Due to licensing issues or uncertainty about legality (or some such reasons), 
they
are not in rpm-free nor in rpm-nonfree. Instead, they are at: 
rpm.livna.org/repo. All
you need, and all that is there, as far as I am aware, is libdvdcss.


   


I have the libdvdcss already installed.

--
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


Codecs for VLC

2010-01-01 Thread Jim

FC11

where can Codecs for VLC be downloaded for playing DVD videos.

--
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


A great LAUGH for all Fedora users today

2009-12-30 Thread Jim
I was at the Super Walmart today in Indianapolis In., to check out the 
new Mini-laptops w/ MS7 and wanted to see how it look, all the laptops 
on display was asking for a PASSWOED, Ask a Walmart employee what was 
the password to check them out, she said some customer had changed all 
the passwords and they couldn't into them.

I just had to say to her , Thank God for Linux and Super User password.
For

--
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


A very good PCI Wireless card for Fedora/Linux

2009-12-30 Thread Jim

Sabrent 802.11N PCI-802N , two antennas,

When I purchased this card it drove me crazy determining which Linux 
driver that was for this card.


RT2860sta driver, I have it in a bedroom in a PC that couldn't get a 
100% signal to it from a Linksys router, but with this card it gave me a 
100% signal. And it doesn't shut down.


Copy and Paste the model above into Google search and find locations 
that sell it.


I don't have any connections to anyone that make or sell it, I just want 
to pass on to the info to Fedora/Linux users that have need of a PCI 
wireless card.


--
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


Firefox jumps back to previous Websites

2009-12-27 Thread Jim

FC11 and FC12 / KDE

latest version of Firefox keeps jumping back to a previous website, just 
click on anything in a website, and it kicks you back to a previous website.


This happens on two different X86_64 boxes using Fedora 11, 12 .

--
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: Devel Packages dependency problems

2009-12-26 Thread Jim

On 12/26/2009 12:10 PM, jack craig wrote:

yum install "development libraries" ???

# yum install "development libraries"
Loaded plugins: auto-update-debuginfo, presto, refresh-packagekit
Setting up Install Process
No package development libraries available.
No package hda available.
Nothing to do

--
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


Devel Packages dependency problems

2009-12-26 Thread Jim

FC12/KDE
Trying to install Development Packages and having dependency problems.

The devel packages I have installed are all 4.4.20-20 versions.

I also ran these commands and it didn't help:
package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest


gcc-gfortran-4.4.2-7.fc12.x86_64 from fedora has depsolving problems
  --> Missing Dependency: gcc = 4.4.2-7.fc12 is needed by package 
gcc-gfortran-4.4.2-7.fc12.x86_64 (fedora)

gcc-c++-4.4.2-7.fc12.x86_64 from fedora has depsolving problems
  --> Missing Dependency: gcc = 4.4.2-7.fc12 is needed by package 
gcc-c++-4.4.2-7.fc12.x86_64 (fedora)

gcc-c++-4.4.2-7.fc12.x86_64 from fedora has depsolving problems
  --> Missing Dependency: libstdc++-devel = 4.4.2-7.fc12 is needed by 
package gcc-c++-4.4.2-7.fc12.x86_64 (fedora)

gcc-c++-4.4.2-7.fc12.x86_64 from fedora has depsolving problems
  --> Missing Dependency: libstdc++ = 4.4.2-7.fc12 is needed by package 
gcc-c++-4.4.2-7.fc12.x86_64 (fedora)
Error: Missing Dependency: gcc = 4.4.2-7.fc12 is needed by package 
gcc-c++-4.4.2-7.fc12.x86_64 (fedora)
Error: Missing Dependency: libstdc++ = 4.4.2-7.fc12 is needed by package 
gcc-c++-4.4.2-7.fc12.x86_64 (fedora)
Error: Missing Dependency: gcc = 4.4.2-7.fc12 is needed by package 
gcc-gfortran-4.4.2-7.fc12.x86_64 (fedora)
Error: Missing Dependency: libstdc++-devel = 4.4.2-7.fc12 is needed by 
package gcc-c++-4.4.2-7.fc12.x86_64 (fedora)

 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

--
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: Trying to compile Speed-Dream

2009-12-24 Thread Jim

On 12/24/2009 05:12 PM, Jim wrote:

FC12/KDE

Trying to compile but I guess I do not have everything I need installed.
kernel-devel, and gcc is installed.


# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

--
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


Trying to compile Speed-Dream

2009-12-24 Thread Jim

FC12/KDE

Trying to compile but I guess I do not have everything I need installed.
kernel-devel, and gcc is installed.

--
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: Yumex crashes -

2009-12-23 Thread Jim

On 12/23/2009 11:09 AM, Bob Goodwin wrote:


   I have two new F-12 installs, one each 32 and 64 bit boxes. Yumex
   fails on both, although I think it may have worked initially after
   the Omegalive install. My memory is a bit fuzzy on that point, but
   it could have resulted from an update if that is the case.

   Yumex asks for a password, churns for a minute or so doing what it
   does to open and then crashes just as it begins to draw the opening
   display! I could see a few icons come up on the left edge and then
   gone, just the terminal from which I opened it leaving the following
   artifacts:

   History Enabled
   /usr/bin/yumex: line 5: 3234 Segmentation fault   (core dumped)
   /usr/bin/python /usr/bin/yumex/yumex.pyc $*

   This looks like a problem with F-12 or yumex.

   I can survive without it but it helps in setting up new installs
   since it provides extensive applications lists, a help to me.

   Does anyone have a solution or do I just have to wait 'til it's
   fixed? Or do I have something messed up?

   Bob



you need to remove the ;

gtk2-immodule-xim-2.18.5-3.fc12

This package is causing Yumex to crash.

--
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: Whereis gnome-volume-manager in FC12

2009-12-22 Thread Jim

On 12/22/2009 11:51 AM, Ian Malone wrote:

volume control (sound


volume control (sound

--
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: Whereis gnome-volume-manager in FC12

2009-12-22 Thread Jim

On 12/21/2009 09:05 PM, Rahul Sundaram wrote:

On 12/22/2009 07:11 AM, Jim wrote:
   

Can some one tell what happen to gnome-volume-manager in FC12 ?
 

Obsoleted by Nautilus for several releases IIRC.

Rahul

   

What does Gnome use as volume control replacement ?

--
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


Whereis gnome-volume-manager in FC12

2009-12-21 Thread Jim

Can some one tell what happen to gnome-volume-manager in FC12 ?



-- 
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

No snd-hda-intel

2009-12-20 Thread Jim

FC12/KDE

Intel sound 82801H, All the setting in PulseAudio is up to Max.

I have a fresh FC12 install with no Sound, and I have attached LSMOD and 
Sound from /var/log/messages
 snd-hda-intel

]$ lsmod
Module  Size  Used by
sunrpc158388  1
cpufreq_ondemand6160  2
acpi_cpufreq8848  0
ip6t_REJECT 4620  2
nf_conntrack_ipv6  17548  2
ip6table_filter 3168  1
ip6_tables 11144  1 ip6table_filter
ipv6  239420  32 ip6t_REJECT,nf_conntrack_ipv6
dm_multipath   14472  0
usblp  11036  0
snd_hda_codec_realtek   199204  1
snd_hda_intel  25080  2
snd_hda_codec  60584  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep   6900  1 snd_hda_codec
snd_seq46960  0
snd_seq_device  6232  1 snd_seq
snd_pcm64772  2 snd_hda_intel,snd_hda_codec
snd_timer  17992  2 snd_seq,snd_pcm
snd50908  12 
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
i915  192200  2
joydev  9320  0
serio_raw   5156  0
firewire_ohci  19512  0
firewire_core  39632  1 firewire_ohci
drm_kms_helper 22788  1 i915
drm   135840  3 i915,drm_kms_helper
usb_storage47028  0
dcdbas  8484  0
r8169  28252  0
crc_itu_t   1620  1 firewire_core
i2c_i801   10284  0
i2c_algo_bit4868  1 i915
soundcore   5672  1 snd
iTCO_wdt   10432  0
i2c_core   23160  4 i915,drm,i2c_i801,i2c_algo_bit
mii 4120  1 r8169
iTCO_vendor_support 2812  1 iTCO_wdt
snd_page_alloc  7832  2 snd_hda_intel,snd_pcm
video  19124  1 i915
ssb37072  0
output  2504  1 video





[drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
Dec 20 17:14:35 localhost kernel: HDA Intel :00:1b.0: PCI INT A -> GSI 21 
(level, low) -> IRQ 21
Dec 20 17:14:35 localhost kernel: type=1400 audit(1261347268.229:4): avc:  
denied  { mmap_zero } for  pid=620 comm="vbetool" 
scontext=system_u:system_r:vbetool_t:s0-s0:c0.c1023 
tcontext=system_u:system_r:vbetool_t:s0-s0:c0.c1023 tclass=memprotect
Dec 20 17:14:35 localhost kernel: hda_codec: Unknown model for ALC888, trying 
auto-probe from BIOS...
Dec 20 17:14:35 localhost kernel: input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input7
Dec 20 17:14:35 localhost kernel: device-mapper: multipath: version 1.1.0 loaded


 rtkit-daemon[1663]: Sucessfully made thread 1661 of process 1661 
(/usr/bin/pulseaudio) owned by '501' high priority at nice level -11.
Dec 20 17:15:16 localhost rtkit-daemon[1663]: Sucessfully made thread 1813 of 
process 1661 (/usr/bin/pulseaudio) owned by '501' RT at priority 5.
Dec 20 17:15:16 localhost rtkit-daemon[1663]: Sucessfully made thread 1814 of 
process 1661 (/usr/bin/pulseaudio) owned by '501' RT at priority 5.
Dec 20 17:15:17 localhost rtkit-daemon[1663]: Sucessfully made thread 1831 of 
process 1831 (/usr/bin/pulseaudio) owned by '501' high priority at nice level 
-11.
Dec 20 17:15:17 localhost pulseaudio[1831]: pid.c: Daemon already running.
Dec 20 17:15:17 localhost rtkit-daemon[1663]: Sucessfully made thread 1832 of 
process 1832 (/usr/bin/pulseaudio) owned by '501' high priority at nice level 
-11.
Dec 20 17:15:17 localhost pulseaudio[1832]: pid.c: Daemon already running. 
-- 
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: Yumex crashes after starting

2009-12-20 Thread Jim

On 12/20/2009 11:08 AM, NoSpaze wrote:

Am Freitag, den 18.12.2009, 21:26 -0500 schrieb Jim:
   

FC12/KDE
Yumex crashes just after starting, it checks package repos then crashes,
A attachment is attached showing yumex start from command line ,and
output to /var/log/messages.
 

Same twice here on my desktop and my laptop, exactly, with
F12/Gnome/x86-64 both; I tried this, but no new python version
available:

https://www.redhat.com/archives/fedora-list/2009-December/msg01828.html

Tried also "yum clean all". This is the most noticeable entry with
dmesg:

Dec 20 11:59:03 rodolfoap kernel: python[5178]: segfault at 7fff78a8aff8 ip 
003e2043c46b sp 7fff78a8b000 error 6 in 
libgdk-x11-2.0.so.0.1800.5[3e2040+b6000]

and yumex reports:

/usr/bin/yumex: line 5: 5991 Segmentation fault (core dumped) /usr/bin/python 
/usr/share/yumex/yumex.pyc $*

Altough "yum update" works, I need yumex.

Am I missing something?

TIA.
   
I'm with you on this one, I guess we will have wait for a new python 
release.

I even installed the latest release from updates-testing.

--
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


Yum command

2009-12-19 Thread Jim

FC12/KDE

How would I do a yum command to enablerepo=updates-testing  to update   
python. I did it this way but it won't work.


yum update --enablerepo=updates-testing python

--
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


Yumex crashes after starting

2009-12-18 Thread Jim

FC12/KDE

Yumex crashes just after starting, it checks package repos then crashes,
A attachment is attached showing yumex start from command line ,and 
output to

/var/log/messages.
$ yumex
\running  
Current Settings  
autorefresh: True
branding_title: 'Yum Extender NextGen'
color_install: 'darkgreen'
color_normal: 'black' 
color_obsolete: 'blue'
color_update: 'red'   
debug: False  
disable_repo_page: False  
plugins: True 
proxy: '' 
recentdays: 14
repo_exclude: ['debug', 'source'] 
win_height: 550   
win_sep: 300  
win_width: 800
yumdebuglevel: 2  
/usr/lib/python2.6/site-packages/guihelpers/__init__.py:199: GtkWarning: 
gtk_scrolled_window_add(): cannot add non scrollable widget use 
gtk_scrolled_window_add_with_viewport() instead
  self.add_from_file(filename)
eth0 (r8169) is connected
/usr/lib/python2.6/site-packages/yumexgui/gui.py:179: DeprecationWarning: Use 
the new widget gtk.Tooltip
  self.tooltip = gtk.Tooltips()
/usr/lib/python2.6/site-packages/yumexgui/gui.py:206: DeprecationWarning: Use 
the new widget gtk.Tooltip
  self.tooltip.set_tip(button, tooltip)
eth0 (r8169) is connected
Connected to an network
eth0 (r8169) is connected
Starting yum child process
YUM: Loaded plugins: auto-update-debuginfo, presto
YUM: Found 26 installed debuginfo package(s)
YUM: Enabling fedora-debuginfo: Fedora 12 - i386 - Debug
YUM: Enabling rpmfusion-nonfree-debuginfo: RPM Fusion for Fedora 12 - Nonfree - 
Debug
YUM: Enabling updates-debuginfo: Fedora 12 - i386 - Updates - Debug
YUM: Enabling rpmfusion-free-updates-debuginfo: RPM Fusion for Fedora 12 - Free 
- Updates Debug
YUM: Enabling rpmfusion-free-debuginfo: RPM Fusion for Fedora 12 - Free - Debug
YUM: Enabling rpmfusion-nonfree-updates-debuginfo: RPM Fusion for Fedora 12 - 
Nonfree - Updates Debug
History Enabled
/usr/bin/yumex: line 5:  2712 Segmentation fault  (core dumped) 
/usr/bin/python /usr/share/yumex/yumex.pyc $*



/var/log/message

Dec 18 20:54:38 localhost kernel: python[2767]: segfault at bee85ffc ip 
004021ad sp bee86000 error 6 in libgdk-x11-2.0.so.0.1800.5[3ce000+b2000]
Dec 18 20:54:38 localhost abrtd: Directory 'ccpp-1261187678-2767' creation 
detected
Dec 18 20:54:38 localhost abrtd: Lock file 
'/var/cache/abrt/ccpp-1261187678-2767.lock' is locked by process 2778
Dec 18 20:54:38 localhost abrt: saved core dump of pid 2767 to 
/var/cache/abrt/ccpp-1261187678-2767/coredump (54022144 bytes)
Dec 18 20:54:38 localhost abrtd: Getting local universal unique 
identification...
Dec 18 20:54:38 localhost abrtd: Crash is in database already
Dec 18 20:54:38 localhost abrtd: Already saved crash, just sending dbus signal


-- 
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

Setting up user in Bugzilla

2009-12-18 Thread Jim
In /etc/abrt/plugins/Bugzilla.conf, do you enter your Username and 
Password or

Email address and password ?

I changed my password and it won't let me send a Bug Report, it's having 
problem with username and password.


Dec 18 6;00pm bugzilla goes off net for 8 hours.

--
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


Automatic Bug Reporting Tool locks up

2009-12-18 Thread Jim

FC12/KDE
Failure of starting Yumex, the Automatic Bug Tool starts to make Report 
and then freezes and after one minute it comes back and says it has 
Terminated by signal 11


--
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: Some Thunderbird attachments don't start application

2009-12-18 Thread Jim

On 12/18/2009 08:07 AM, Antonio M wrote:

2009/12/18 Tim:
   

On Fri, 2009-12-18 at 11:50 +0100, Antonio M wrote:
 

I got an attachment (Microsoft Office doc) but I didn't get the option
of F11 to open it with Openoffice or any other application, there is
no open with option, same attachment open  fine in F12, starting
Openoffice writer!!!
   

Chances are that whoever sent you that file sent it with the wrong MIME
type descriptor.  The sending client describes the type of file, and the
receiving client passes that file off to the default application for
that type of file.  If the *type* is not correctly outlined, then the
whole system fails to work.

Most likely, it was described as application/octet-stream which means
"this is some unknown kind of binary file, figure out how to handle this
by yourself."  If you try to set up your system to believe that all such
unidentified files are word documents, by default, then you're setting
yourself up for failure with the next NON word document that's sent with
the *unknown* *binary* file type description.

--
[...@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686


 

tnx for the great explanation, Tim.I don't understand why same
attachment starts openoffice in F12 (two boxes) , that are both
standard installation.
What is different???


   
I have the same problem with playing .wmv files in Thunderbird . the 
/edit/pref./attachments has VLC set to play .wmv files, but some .wmv 
files won't play, it wants me to "Save" them.


I think it has to do with Mime Types.
I get this one person that has a XP computer sends me .jpg pictures and 
I can never see them, unless I save them.
The Content Type is set to something different than a .jpg content and 
Thunderbird doesn't understand that Content Type.


--
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: Modprobe: FATAL: Could not load /lib/modules/2.6.31.6-166.fc12.i686/modules.dep

2009-12-17 Thread Jim

On 12/17/2009 06:02 PM, Chris Smart wrote:

2009/12/18 Jim:
   

FC12/KDE fresh install.

Modprobe: Fatal: Could not load
/lib/modules/2.6.31.6-166.fc12.i686/modules.dep
No such file or directoy

I googled this, it's all over google, everyone is making a lot of guesses
but no fixes.
 

Hi Jim,

If you're booted to that kernel, try:

su -c "depmod -ae"

-c

   

Chris thank you very much.
That did the job, thanks again.

--
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


Modprobe: FATAL: Could not load /lib/modules/2.6.31.6-166.fc12.i686/modules.dep

2009-12-17 Thread Jim

FC12/KDE fresh install.

Modprobe: Fatal: Could not load 
/lib/modules/2.6.31.6-166.fc12.i686/modules.dep

No such file or directoy

I googled this, it's all over google, everyone is making a lot of 
guesses but no fixes.


--
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


What the H is wrong with K3B

2009-12-16 Thread Jim

FC12/KDE

How do I get k3b to copy over files when I add a Directory to a data/dvd 
project.

it burns the folder but no file in 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: Help: No internet connection

2009-12-16 Thread Jim

On 12/16/2009 07:16 AM, Simon Schneebeli wrote:
Well, since I can surf the web with Opera and use Skype but not 
Firefox, Evolution and Thuderbird, the connection between the computer 
and my wireless ADSL modem as well as between the modem and the web 
work. I just don't understand why some applications can't connect. But 
I agree that it probably is linked to the configuration of the modem. 
I hope that I'll find time this evening to work more on it.


Also to mention: Connection through cable works perfect. It's just the 
wireless that blocs some connections.


Simon

On 12/16/2009 02:59 AM, Jim wrote:

On 12/15/2009 08:36 PM, Robert Collard wrote:

May sound silly, but  have you turned off your home modem or reset it
lately?  Sometimes that is all it takes.
To add to that, if you add a router, a computer and the Mac# changes 
some of these Internet Modems have to be reset to reconize the new 
Mac# from a added

router, computer




If what you say is that you can get some websites but not others ??

You may have a IPV6 problem.

If you use KDE see if Konqueror has the same problem as Firefox.

I have attached some instructions, follow the instructions on firefox , 
near bottom of page.


If you have problems with Konqueror or performing a rpm -ivh http:// *
follow all of the instructions.
1.  Q: Networking (or DNS) seems really slow and fails often (Updated 2 January 
2009)
A: If Fedora 10's networking seems slow or you get frequent network connection 
failures (when other Fedoras or other OSes were working just fine on your 
machine), then you're probably hitting this bug.

Here's how you can work around it:

   1. Open a Terminal.
   2. Become root:

  su -
   3. Make sure that the "dnsmasq" program is installed (it usually is, by 
default, in Fedora 10):

  rpm -q dnsmasq

  If that says "package dnsmasq is not installed", then you need to install 
dnsmasq, by running the following command:

  yum install dnsmasq
   4. Now, you have to find out which network interface your machine is using:

  route -n

  You'll see some output that looks like this:

  Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 
0.0.0.0 255.255.255.0 U 1 0 0 eth0 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0

  The eth0 there (the furthest bottom-right text in the output) is the name 
of the network interface I'm using. Yours might be eth1 or something totally 
different. Just remember it for the next step.
   5. Now create a file called /etc/dhclient-.conf. For 
example, if your network interface is eth0, the file would be called 
/etc/dhclient-eth0.conf.

  You can create the file with this command (assuming your network 
interface is eth0):

  nano /etc/dhclient-eth0.conf

  Then make this the only line in the file:

  prepend domain-name-servers 127.0.0.1;

  And then save the file and close it (Ctrl-X then Y).

  If you have both a wireless and a wired network connection, you will have 
to do this step once for each of them.
   6. Now start dnsmasq:

  service dnsmasq start

  And make sure that it will start every time your computer starts:

  chkconfig dnsmasq on
   7. Now restart your network connection:

  service NetworkManager restart

And now things should be as fast as normal again. You might have to restart the 
programs that you're running for them to pick up the changes that 
NetworkManager made when it restarted.



2.  * IPv6
You might notice that your browsing through Firefox is a little slow on Fedora 
10. This is because Firefox 3 has enabled by default IPv6 which causes Firefox 
to first resolve an IPv6 address and after the connection fails it switches to 
IPv4. To change this setting type:

about:config


and in Filter box type:

network.dns.disableIPv6


Right click on it, select Toggle and change its value to true. Restart Firefox 
and you are ready! 




Selinux Relabeling files.

setenforce 0; fixfiles -F restore; setenforce 1; 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: mirrors.fedoraproject.org problem?

2009-12-16 Thread Jim

On 12/16/2009 04:21 AM, Michal wrote:

Also, blacklisting IPv6 from modprobing and disabling IPv6 support in
>>  Firefox will do nothing for you. You sound like one of "those people" when
>>  it comes to IPv6. You've heard a lot of*FUD*.
>>
   


Also, blacklisting IPv6 from modprobing and disabling IPv6 support in

 Firefox will do nothing for you. You sound like one of "those people" when
 it comes to IPv6. You've heard a lot of*FUD*.




This is something that I had to do in Firefox and it's the only way of get to 
some websites.

This has been a ongoing problem in Fedora for the last three releases and it 
has been BugZilled But it's not getting fixed.

I have attached instructions on how I overcome this problem in Fedora, but I 
don't have to do it in every Fedora Installation , just some boxes.


1.  Q: Networking (or DNS) seems really slow and fails often (Updated 2 January 
2009)
A: If Fedora 10's networking seems slow or you get frequent network connection 
failures (when other Fedoras or other OSes were working just fine on your 
machine), then you're probably hitting this bug.

Here's how you can work around it:

   1. Open a Terminal.
   2. Become root:

  su -
   3. Make sure that the "dnsmasq" program is installed (it usually is, by 
default, in Fedora 10):

  rpm -q dnsmasq

  If that says "package dnsmasq is not installed", then you need to install 
dnsmasq, by running the following command:

  yum install dnsmasq
   4. Now, you have to find out which network interface your machine is using:

  route -n

  You'll see some output that looks like this:

  Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 
0.0.0.0 255.255.255.0 U 1 0 0 eth0 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0

  The eth0 there (the furthest bottom-right text in the output) is the name 
of the network interface I'm using. Yours might be eth1 or something totally 
different. Just remember it for the next step.
   5. Now create a file called /etc/dhclient-.conf. For 
example, if your network interface is eth0, the file would be called 
/etc/dhclient-eth0.conf.

  You can create the file with this command (assuming your network 
interface is eth0):

  nano /etc/dhclient-eth0.conf

  Then make this the only line in the file:

  prepend domain-name-servers 127.0.0.1;

  And then save the file and close it (Ctrl-X then Y).

  If you have both a wireless and a wired network connection, you will have 
to do this step once for each of them.
   6. Now start dnsmasq:

  service dnsmasq start

  And make sure that it will start every time your computer starts:

  chkconfig dnsmasq on
   7. Now restart your network connection:

  service NetworkManager restart

And now things should be as fast as normal again. You might have to restart the 
programs that you're running for them to pick up the changes that 
NetworkManager made when it restarted.



2.  * IPv6
You might notice that your browsing through Firefox is a little slow on Fedora 
10. This is because Firefox 3 has enabled by default IPv6 which causes Firefox 
to first resolve an IPv6 address and after the connection fails it switches to 
IPv4. To change this setting type:

about:config


and in Filter box type:

network.dns.disableIPv6


Right click on it, select Toggle and change its value to true. Restart Firefox 
and you are ready! 




Selinux Relabeling files.

setenforce 0; fixfiles -F restore; setenforce 1; 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: Detecting how Apps are called.

2009-12-16 Thread Jim

On 12/15/2009 04:55 PM, Paul W. Frields wrote:

System>  Preferences
   

>  File Management, in the "Media"
 



System>  Preferences File Management are you thinking in terms of Gnome , I 
can't  find

System > Preferences in KDE.

--
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: Help: No internet connection

2009-12-15 Thread Jim

On 12/15/2009 08:36 PM, Robert Collard wrote:

May sound silly, but  have you turned off your home modem or reset it
lately?  Sometimes that is all it takes.
   
To add to that, if you add a router, a computer and the Mac# changes 
some of these Internet Modems have to be reset to reconize the new Mac# 
from a added

router, computer

--
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: Reading Pictures off of SD card Problem

2009-12-15 Thread Jim

On 12/15/2009 02:29 PM, Mikkel wrote:

On 12/15/2009 01:18 PM, Tod Merley wrote:
   

On Tue, Dec 15, 2009 at 9:46 AM, Jim  wrote:
 

FC11/KDE

Attempting to read Pictures on mounted SD card.

If i tell it to use DigiKam it will read the card and display pictures.

If I tell it to use Filemanager it will open the wine.cfg window, there are
no wine
apps on SD card , just pictures.

I uninstalled wine, but no help, If I tell it to use Filemanager it still
looking for
wine.cfg.

   

Hi Jim!

If I were you I would open a shell, obtain root privilege, use mount
to see where the SD card is mounted, navigate to that point and use ls
-a -l to poke around and see what is up.

 

No need to become root. The card should be mounted with permissions
that let the console user access it. At least it is in Gnome. I can
normally just double-click on the icon and have it open the SD card.
I have also used mc from a terminal window to access the files on
the card.

Mikkel
   

What puzzels me is how do you know where the Application was called from.

--
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


Detecting how Apps are called.

2009-12-15 Thread Jim
Is there a command you can run like tail -f or what ever, to see where a 
Application is called from.


Running a application that  I can tell where it is  started or run from.
Like when I plug in a SD card what and where is it started from.

I know this Question sounds confusing , but I'm not really sure how to 
ask 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


Reading Pictures off of SD card Problem

2009-12-15 Thread Jim

FC11/KDE

Attempting to read Pictures on mounted SD card.

If i tell it to use DigiKam it will read the card and display pictures.

If I tell it to use Filemanager it will open the wine.cfg window, there 
are no wine

apps on SD card , just pictures.

I uninstalled wine, but no help, If I tell it to use Filemanager it 
still looking for

wine.cfg.

--
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: F12 Networking

2009-12-14 Thread Jim

On 12/14/2009 11:28 AM, Jim wrote:

On 12/14/2009 08:20 AM, Patrick O'Callaghan wrote:

On Sun, 2009-12-13 at 14:30 -0500, Jim wrote:

FC12/KDE

Are there any certain packages in Fedora for WPA, WPA2 encrpt.

What are "certain packages"?

WPA and WPA2 are supported by nm-applet, which is still the recommended
way to configure networking in KDE (according to the knetworkmanager
comments).

poc

 I have stumbled across a Google that the old Orinoco Gold Card has to 
also have a firmware agere_sta_fw.bin in /lib/firmware and that 
firmware binary will only let the card run on a open network or a WPA 
network, no longer in WEP.



Here is the Website  I found that info.

http://linuxwireless.org/en/users/Drivers/orinoco

--
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: F12 Networking

2009-12-14 Thread Jim

On 12/14/2009 08:20 AM, Patrick O'Callaghan wrote:

On Sun, 2009-12-13 at 14:30 -0500, Jim wrote:
   

FC12/KDE

Are there any certain packages in Fedora for WPA, WPA2 encrpt.
 

What are "certain packages"?

WPA and WPA2 are supported by nm-applet, which is still the recommended
way to configure networking in KDE (according to the knetworkmanager
comments).

poc

   
 I have stumbled across a Google that the old Orinoco Gold Card has to 
also have a firmware agere_sta_fw.bin in /lib/firmware and that firmware 
binary will only let the card run on a open network or a WPA network, no 
longer in WEP.


--
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: F-12 ssh problem -

2009-12-14 Thread Jim

On 12/13/2009 07:22 PM, H. Willstrand wrote:

On Mon, Dec 14, 2009 at 1:15 AM, Bob Goodwin  wrote:
   

   I can ssh from this F-11 box to the F-12 box but can't get a
   connection in the reverse direction. It keeps giving "Connection
   refused."

   I use Firestarter and there's nothing in the log so I don't think
   it's a problem there. sshd is running in both, where else do I need
   to look? I can use numerical addresses, 192.168.1.109, etc. doesn't
   work, although I have them set up in /etc/hosts as box 6, etc.

 

Have you looked at the firewall settings in your F12?
(System->Administration->Firewall->SSH)

//HW

   

   I'd like to fix that before switching this box to F-12.

   Any suggestions appreciated.

   Bob


--
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

 
   
If you have sshd running in Services on both boxes, and a .ssh folder in 
your home directory, and a file inside that folder called "known_hosts" 
(w/o quotes) .

And be sure on both boxes that "known_hosts" be cleared.
SSH will run in User Mode between both boxes, and that I'm positive of.

--
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


F12 Networking

2009-12-13 Thread Jim

FC12/KDE

Are there any certain packages in Fedora for WPA, WPA2 encrpt.

--
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


FlashPlayer-X86_64 Download

2009-12-10 Thread Jim

FC12

I can't believe , doing a google search I can't find the X86_64 FlashPlayer.
Does anyone know where it is ?

--
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: FC12 , DNS Problems

2009-12-10 Thread Jim

On 12/09/2009 11:23 PM, Sam Varshavchik wrote:

Jim writes:


FC12/KDE
I'm having DNS problems.

I can't get Firefox to goto linuxtoday.com , lxer.com , or 
rpmfusion.org ,

but I can goto yahoo.com , foxnews.com .

I have to do in Firefox a about:config and inject 
"network.dns.disableIPv6"

to get all websites.

I can't use Konqueror WebBrowser  and goto linuxtoday.com , lxer.com 
, or rpmfusion.org,

But I can goto yahoo.com , foxnews.com .

Doing a http://www. doesn't make any difference in both browsers.

I have to make a /etc/dhclient-eth0.conf file and put
" prepend domain-name-servers 127.0.0.1; " to get Konqueror 
Webbrowser to goto all Websites.


I have two other FC12 boxes on this local network and have no 
problems like this.


What is the problem in FC12 ?


Go into network configuration (system-config-network). Open the 
properties tab for your network device. If "Enable IPv6 configuration 
for this device" is checked, turn it off.


In FC12 system-config-network there is no Properties Tab, If you go to 
Device Tab and Edit there is a box to be checked for IPV6, and it isn't 
checked for eth0.


This box is run on a WUSB54GC dongle and there is no Device tab for Wlan0 .

--
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: FC12 , DNS Problems

2009-12-09 Thread Jim

On 12/09/2009 10:22 PM, Jim wrote:

FC12/KDE
I'm having DNS problems.

I can't get Firefox to goto linuxtoday.com , lxer.com , or 
rpmfusion.org ,

but I can goto yahoo.com , foxnews.com .

I have to do in Firefox a about:config and inject 
"network.dns.disableIPv6"

to get all websites.

I can't use Konqueror WebBrowser  and goto linuxtoday.com , lxer.com , 
or rpmfusion.org,

But I can goto yahoo.com , foxnews.com .

Doing a http://www. doesn't make any difference in both browsers.

I have to make a /etc/dhclient-eth0.conf file and put
" prepend domain-name-servers 127.0.0.1; " to get Konqueror Webbrowser 
to goto all Websites.


I have two other FC12 boxes on this local network and have no problems 
like this.


What is the problem in FC12 ?

I forgot to say that I have to start dns-masq to get the Konqueror to 
work properly.


--
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


FC12 , DNS Problems

2009-12-09 Thread Jim

FC12/KDE
I'm having DNS problems.

I can't get Firefox to goto linuxtoday.com , lxer.com , or rpmfusion.org ,
but I can goto yahoo.com , foxnews.com .

I have to do in Firefox a about:config and inject "network.dns.disableIPv6"
to get all websites.

I can't use Konqueror WebBrowser  and goto linuxtoday.com , lxer.com , 
or rpmfusion.org,

But I can goto yahoo.com , foxnews.com .

Doing a http://www. doesn't make any difference in both browsers.

I have to make a /etc/dhclient-eth0.conf file and put
" prepend domain-name-servers 127.0.0.1; " to get Konqueror Webbrowser 
to goto all Websites.


I have two other FC12 boxes on this local network and have no problems 
like this.


What is the problem in FC12 ?

--
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


yum lockup at Running Transaction

2009-12-05 Thread Jim

FC12/KDE

Yum is hanging up at Running Transaction , how do I correct this problem.


Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 9.0 M
(1/8): keyutils-libs-devel-1.2-6.fc12.x86_64.rpm|  
29 kB 00:00
(2/8): krb5-devel-1.7-10.fc12.x86_64.rpm| 
1.0 MB 00:04
(3/8): libcom_err-devel-1.41.9-5.fc12.x86_64.rpm|  
35 kB 00:00
(4/8): libselinux-devel-2.0.87-1.fc12.x86_64.rpm| 
126 kB 00:00
(5/8): libsepol-devel-2.0.38-1.fc12.x86_64.rpm  |  
61 kB 00:00
(6/8): mysql-devel-5.1.39-4.fc12.x86_64.rpm | 
2.4 MB 00:12
(7/8): mysql-test-5.1.39-4.fc12.x86_64.rpm  | 
4.2 MB 00:13
(8/8): openssl-devel-1.0.0-0.13.beta4.fc12.x86_64.rpm   | 
1.2 MB 00:04

---
Total  246 kB/s | 
9.0 MB 00:37

Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

--
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 and USB ??

2009-11-29 Thread Jim

On 11/29/2009 12:44 PM, Craig White wrote:

On Sun, 2009-11-29 at 12:18 -0500, Jim wrote:
   

On 11/29/2009 11:26 AM, Sam Sharpe wrote:
 

2009/11/29 Jim:

   

FC12
What Config files in /etc have to be setup for using USB devices ?

 

None.

--
Sam


   

Now I realize I should have phrased that differently.

What I'm trying to do is connect to my cell phone , a Motorola Droid.
it shows up in /proc/bus/usb/devices.

I'm using a Application from the Fedora 12 repo. "moto4linux".

Should the  phone be set up some where in /etc showing the  Product
ID:Vendor ID ?
 


you are being incredibly vague.

I just got the same phone and plugged it into my USB and it listed all
pertinent information in /var/log/messages - not that it was really
necessary...

if what you want is to be able to transfer files from you Linux system
to the SD card on the Motorola Android, you need to 'allow' it on the
Android by tapping the USB symbol in the status bar once you have
connected it to your computer and choosing 'Mount'  If you don't choose
'Mount' - it only will charge your phone but will not allow a computer
to access the storage

Craig


   

Below is my /var/logmessages output is that right ?

I have on the status bar at top of Droid a icon of a usb connection and 
just to the left of that appears what looks like a connecton icon with a 
? character next to it

if i push on usb icon the ? won't go away.

What app. do you use on the Linux computer side to view the Droid /



 usb 1-3: new high speed USB device using ehci_hcd and address 8
Nov 29 13:43:12 localhost kernel: usb 1-3: New USB device found, 
idVendor=22b8, idProduct=41d9
Nov 29 13:43:12 localhost kernel: usb 1-3: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3

Nov 29 13:43:12 localhost kernel: usb 1-3: Product: Motorola A855
Nov 29 13:43:12 localhost kernel: usb 1-3: Manufacturer: Motorola
Nov 29 13:43:12 localhost kernel: usb 1-3: SerialNumber: 040363230E009010
Nov 29 13:43:12 localhost kernel: usb 1-3: configuration #1 chosen from 
1 choice
Nov 29 13:43:12 localhost kernel: scsi13 : SCSI emulation for USB Mass 
Storage devices
Nov 29 13:43:17 localhost kernel: scsi 13:0:0:0: Direct-Access 
Motorola A855 0001 PQ: 0 ANSI: 2
Nov 29 13:43:17 localhost kernel: sd 13:0:0:0: Attached scsi generic sg3 
type 0
Nov 29 13:43:17 localhost kernel: sd 13:0:0:0: [sdc] Attached SCSI 
removable disk



--
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 and USB ??

2009-11-29 Thread Jim

On 11/29/2009 11:26 AM, Sam Sharpe wrote:

2009/11/29 Jim:
   

FC12
What Config files in /etc have to be setup for using USB devices ?
 

None.

--
Sam

   

Now I realize I should have phrased that differently.

What I'm trying to do is connect to my cell phone , a Motorola Droid.
it shows up in /proc/bus/usb/devices.

I'm using a Application from the Fedora 12 repo. "moto4linux".

Should the  phone be set up some where in /etc showing the  Product 
ID:Vendor ID ?


--
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


Fedora and USB ??

2009-11-29 Thread Jim

FC12
What Config files in /etc have to be setup for using USB devices ?

--
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-release RPMS ?

2009-11-23 Thread Jim

On 11/23/2009 04:35 PM, Rahul Sundaram wrote:

On 11/24/2009 03:00 AM, Jim wrote:
   

What is the latest fedora-release and fedora-release-notes rpms.
I have ;
fedora-release-12-2
fedora-release-notes-12.0.2-1.fc12

I'm not getting any updates and a lot of "can't find a lot of fedora repos"
 

# yum clean metadata

Try again.  If that doesn't work, post the output of

# yum repolist

Rahul

   

Heres what I get.
 
# yum clean metadata
Loaded plugins: presto, refresh-packagekit
27 metadata files removed 
14 sqlite files removed
0 metadata files removed


[r...@acer64 mickey]# yum update
Loaded plugins: presto, refresh-packagekit
fedora/metalink|  18 kB 00:00
ftp://ftp.wallawalla.edu/pub/mirrors/fedora/linux/releases/12/Everything/x86_64/os/repodata/repomd.xml:
 [Errno 14] HTTP Error 550 : 
ftp://ftp.wallawalla.edu/pub/mirrors/fedora/linux/releases/12/Everything/x86_64/os/repodata/repomd.xml
Trying other mirror.
fedora | 4.2 kB 00:00
fedora/primary_db  |  12 MB 00:40
rpmfusion-free | 3.8 kB 00:00
rpmfusion-free/primary_db  | 344 kB 00:01
rpmfusion-free-updates | 3.8 kB 00:00
rpmfusion-free-updates/primary_db  | 2.1 kB 00:00
rpmfusion-nonfree  | 3.3 kB 00:00
rpmfusion-nonfree/primary_db   |  91 kB 00:00
rpmfusion-nonfree-updates  | 3.8 kB 00:00
rpmfusion-nonfree-updates/primary_db   | 1.1 kB 00:00
updates/metalink   |  14 kB 00:00
updates| 4.4 kB 00:00
updates/primary_db | 547 kB 00:01
Setting up Update Process
No Packages marked for Update


[r...@acer64 mickey]# yum repolist
Loaded plugins: presto, refresh-packagekit
repo id   repo namestatus
fedoraFedora 12 - x86_64   enabled: 19,122
rpmfusion-freeRPM Fusion for Fedora 12 enabled:432
rpmfusion-free-updatesRPM Fusion for Fedora 12 enabled:  1
rpmfusion-nonfree RPM Fusion for Fedora 12 enabled:139
rpmfusion-nonfree-updates RPM Fusion for Fedora 12 enabled:  0
updates   Fedora 12 - x86_64 - Upd enabled:755
repolist: 20,449
-- 
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

Fedora-release RPMS ?

2009-11-23 Thread Jim

What is the latest fedora-release and fedora-release-notes rpms.
I have ;
fedora-release-12-2
fedora-release-notes-12.0.2-1.fc12

I'm not getting any updates and a lot of "can't find a lot of fedora repos"

--
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: low res after F12 upgrade

2009-11-18 Thread Jim

On 11/18/2009 05:38 PM, Bruno Wolff III wrote:

On Wed, Nov 18, 2009 at 13:54:39 -0700,
   Greg Woods  wrote:
   

On Wed, 2009-11-18 at 14:28 -0600, Bruno Wolff III wrote:

 

You can probably make an xorg.conf file to get around this.
   

I don't think I have enough knowledge of xorg.conf internals to do this.
I may just have a go at an over-the-top install if this is my only
option.
 

Here is a sample config I did for an nVidia card. You may need to change
some stuff. You can use cvt to make new mode lines.

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by system-config-display
Identifier  "Keyboard0"
Driver  "kbd"
Option  "XkbModel" "pc105+inet"
Option  "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier   "Monitor0"
ModelName"NEC MultiSync LCD2010X"
HorizSync31.0 - 80.0
VertRefresh  56.0 - 85.0
Modeline "1280x1024_70.00"  129.00  1280 1368 1504 1728  1024 1027 1034 
1069 -hsync +vsync
Option  "dpms"
EndSection

Section "Device"
Identifier  "Videocard0"
Driver  "nouveau"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Virtual 1280 1024
Depth 24
Modes "1280x1024_70.00"
EndSubSection
EndSection

   

What cvt command do you give to get modelines.
I've tried using cvt without results.

--
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


Partition problems

2009-11-17 Thread Jim

FC11/Mint

I have a fdisk output that is showing a cylinder overlap , how would I 
fix this problem ?


How can you tell using fdisk which partitions are /  ?

These partition are for Fedora and Mint a Dual boot
 
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x652101fc

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1  26  204800   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2  26   15325   122887168   83  Linux
/dev/sda3   15325   242487168   83  Linux
/dev/sda4   24249   38913   117796612+   5  Extended
/dev/sda5   24249   24379 1048576   82  Linux swap / Solaris
/dev/sda6   24380   24403  192748+  83  Linux
/dev/sda7   24404   2926639062016   83  Linux
/dev/sda8   29267   29390  995998+  82  Linux swap / Solaris
/dev/sda9   29391   3891376493466   83  Linux

Command (m for help):
-- 
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

Grub ??

2009-11-15 Thread Jim

FC 11

We have two Linux distros installed on one hard drive.

How do I in fedora tell grub to show both  Distros on the Boot Menu at 
boot start up so I may select select one of two at Boot start.
If I do a  grub-install /dev/hda from Fedora it will only show the 
Fedora Kernels at Boot Menu and not the other Linux OS.


And what is even worse is if the other Distro does a Kernel update it's 
not shown in the Boot menu at start up.



I know I could tell yum.conf not to update kernels, but I don't want that.

I'm using Mint as second Distro. and at boot startup Mint in it's boot 
Menu does not give you the "apend" (a) feature but Fedora does.


--
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: new install, Firewall, anti-virus?

2009-11-10 Thread Jim Douglas



> From: ch...@tylers.info
> To: fedora-list@redhat.com
> Date: Tue, 10 Nov 2009 19:53:34 -0500
> Subject: Re: new install, Firewall, anti-virus?
> 
> On Wed, 2009-11-11 at 00:15 +, Jim Douglas wrote:
> > I just trashed Windows 7 and installed FC11 but before I connect to
> > the internet how best could I protect the machine?
> > 
> > Is the firewall up and running by default effective? It's a home
> > machine but I plan on adding a web server.
> > 
> > What is the best anti-virus?
> > 
> > (Bye, bye windows!)
> > 
> > Thanks,
> > Jim
> 
> Hi Jim,
> 
> You should definitely use the built-in firewall along with SELinux.
> There are several firewall tools available withing Fedora; they pretty
> much all use iptables to do the actual filtering, and vary only in the
> complexity of the rulesets which they create.
> 
> As far as anti-virus solutions go, you will find very few on Linux, and
> most of those are for scanning Windows viruses (e.g., if acting as a
> fileserver or mailserver to Windows computers). It's not that Linux
> viruses have never been created, it's just that we patch the
> vulnerability that the virus attacks rather than spend energy writing
> and circulating virus signatures and so forth. For best protection, keep
> your system up-to-date using the built-in tools (if you're using this as
> a desktop system, you'll get a notification when updates are available,
> which will be frequently; if you're using this as a server and not
> logging in very often, you should consider enabling automatic updates).
> 
> A couple of other things:
> - Disable remote root access -- "PermitRootLogin No"
> in /etc/ssh/sshd_config
> 
> - Ensure that your passwords are not easy to guess -- there are a number
> of slow brute-force attacks active out there.
> 
> - If running a webserver, you may need to set some SELinux booleans to
> enable particular web applications (assuming you're serving more than
> sta> 
> A couple of other things:
> - Disable remote root access -- "PermitRootLogin No"
> in /etc/ssh/sshd_configtic web pages). Do this carefully, and don't enable 
> more access than
> necessary. This will prevent an exploited web script from doing things
> that it should not. To be extra safe/paranoid, run the webserver in a
> virtual machine (which has the side effect of making it easier to move
> to another system, e.g., put it on a laptop temporarily when you upgrade
> your main machine or replace hardware).
> 
> --
> Chris
> 
> -- 
> 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


how can I open with kwrite as root and edit the file?

> 
> A couple of other things:
> - Disable remote root access -- "PermitRootLogin No"
> in /etc/ssh/sshd_config

Thanks,
Jim
  
_
Bing brings you maps, menus, and reviews organized in one place.
http://www.bing.com/search?q=restaurants&form=MFESRP&publ=WLHMTAG&crea=TEXT_MFESRP_Local_MapsMenu_Resturants_1x1-- 
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

new install, Firewall, anti-virus?

2009-11-10 Thread Jim Douglas

I just trashed Windows 7 and installed FC11 but before I connect to the 
internet how best could I protect the machine?

Is the firewall up and running by default effective? It's a home machine but I 
plan on adding a web server.

What is the best anti-virus?

(Bye, bye windows!)

Thanks,
Jim
  
_
Find the right PC with Windows 7 and Windows Live. 
http://www.microsoft.com/Windows/pc-scout/laptop-set-criteria.aspx?cbid=wl&filt=200,2400,10,19,1,3,1,7,50,650,2,12,0,1000&cat=1,2,3,4,5,6&brands=5,6,7,8,9,10,11,12,13,14,15,16&addf=4,5,9&ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen2:112009-- 
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: Executing ImageMagick

2009-11-10 Thread Jim
If it's a command line tool, then  "imagemagick" isn't the execute 
command, because it won't execute. What would the command be ?


 And the ImageMagick RPM is installed.

--
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


Executing ImageMagick

2009-11-10 Thread Jim

Fc11/KDE

Where in the Menu do you execute ImageMagick, I have checked in Graphics 
and no execute for ImageMagick.


--
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: Samsung CLX-3170 Scanner Setup

2009-11-05 Thread Jim

On 11/05/2009 04:32 PM, Mike Cloaked wrote:

Jim  sbcglobal.net>  writes:

   

FC11-X86_64/KDE.

How do I setup a Samsung CLX-3170 Scanner in FC11 ?

 
   

# sane-find-scanner
found USB scanner (vendor=0x04e8 [Samsung Electronics Co., Ltd.],
product=0x342a [CLX-3170 Series]) at libusb:002:002

 

I found some advice on the web for my Samsung machine (not the same as yours
  but a corresponding approach may work) -

Written up at http://userbase.kde.org/Troubleshooting/Samsung_scx-4500W#Scanning

Just a chance this may help?



   

Mike, thanks very much, that helped in getting the scanner, scanning.

--
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


Bug in latest Linux gives untrusted users root access

2009-11-04 Thread Jim

Does this affect Fedora and how can we fix it.


http://www.theregister.co.uk/2009/11/03/linux_kernel_vulnerability/

--
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: grub 2: "error: You need to load the kernel first"

2009-11-01 Thread Jim van Wel
Hint:

http://packages.ubuntu.com/karmic/grub

You could install the original grub instead of the grub 2, from ubuntu
that is.

> And, you can try installing the fedora grub-0.97-51, which means you are
> overwriting the ubuntu grub 2. It should work, as it's only used for
> booting, but grub 2 is also little new to me. You got yourself a
> interesting problem :)
>
> Greetings,
> Jim.
>
>> Hi there,
>>
>> With fedora, you normally point to the kernel directive. Like this:
>>
>> kernel /vmlinuz-2.6.30.9-90.fc11.x86_64 ro
>> root=/dev/mapper/vg_coolzeropc-lv_root rhgb quiet
>>
>> Here a full example:
>>
>> title Fedora (2.6.30.9-90.fc11.x86_64)
>>  root (hd0,1)
>>  kernel /vmlinuz-2.6.30.9-90.fc11.x86_64 ro
>> root=/dev/mapper/vg_coolzeropc-lv_root rhgb quiet vga=0x31B
>>  initrd /initrd-2.6.30.9-90.fc11.x86_64.img
>>
>> This should work without problems. Of course, you need to set the
>> root=/dev/mapper/whatever to your suitable settings. Good luck!
>>
>> Greetings,
>> Jim.
>>
>>>
>>> Hi all,
>>>
>>> I've just installed Ubuntu 9.10 along side F11. My disk now looks like
>>> this:
>>>
>>> /dev/sda1 F11 boot
>>> /dev/sda2 F11 root
>>> /dev/sda3 F11 swap
>>> /dev/sda5 F11 home
>>> /dev/sda6 9.10 root
>>> /dev/sda7 9.10 home
>>> /dev/sda8 91.0 swap
>>>
>>> When I reboot, I get grub, which has entries listed for both systems,
>>> but
>>> when I try to boot Fedora now, I get an error message: "error: You need
>>> to
>>> load the kernel first". (Ubuntu boots fine).
>>>
>>> I've tried booting manually from the grub command line, but the
>>> commands
>>> no
>>> longer appear to be the same, as Ubuntu is now using grub 2. Here are
>>> the
>>> relevant section from grub.cfg (menu.lst is now obsolete):
>>>
>>> ### BEGIN /etc/grub.d/30_os-prober ###
>>> menuentry "Fedora (2.6.30.9-90.fc11.i586) (on /dev/sda2)" {
>>> insmod ext2
>>> set root=(hd0,2)
>>> search --no-floppy --fs-uuid --set
>>> 5a8b0f33-5369-4a45-a501-455ed10f4fa7
>>> linux /boot/vmlinuz-2.6.30.9-90.fc11.i586 ro
>>> root=UUID=5a8b0f33-5369-4a45-a501-455ed10f4fa7 rhgb resume=/dev/sda3
>>> initrd /boot/initrd-2.6.30.9-90.fc11.i586.img
>>> }
>>> menuentry "Fedora (2.6.29.4-167.fc11.i586) (on /dev/sda2)" {
>>> insmod ext2
>>> set root=(hd0,2)
>>> search --no-floppy --fs-uuid --set
>>> 5a8b0f33-5369-4a45-a501-455ed10f4fa7
>>> linux /boot/vmlinuz-2.6.29.4-167.fc11.i586 ro
>>> root=UUID=5a8b0f33-5369-4a45-a501-455ed10f4fa7 resume=/dev/sda3 rhgb
>>> initrd /boot/initrd-2.6.29.4-167.fc11.i586.img
>>> }
>>> ### END /etc/grub.d/30_os-prober ###
>>>
>>> The above entries were generated automatically.
>>>
>>> Does anyone know how to fix the error?
>>>
>>> Alternately, is there a way of telling the MBR to boot /dev/sda1 (F11
>>> boot)
>>> instead of /dev/sda6 (Ubuntu root), which is what is happening now?
>>>
>>> Thanks.
>>>
>>> -
>>>   Colin Brace
>>>   Amsterdam
>>>   http://lim.nl
>>> --
>>> View this message in context:
>>> http://old.nabble.com/grub-2%3A-%22error%3A-You-need-to-load-the-kernel-first%22-tp26148903p26148903.html
>>> Sent from the Fedora List mailing list archive at Nabble.com.
>>>
>>> --
>>> 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
>>>
>>
>> --
>> 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
>>
>

-- 
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: grub 2: "error: You need to load the kernel first"

2009-11-01 Thread Jim van Wel
And, you can try installing the fedora grub-0.97-51, which means you are
overwriting the ubuntu grub 2. It should work, as it's only used for
booting, but grub 2 is also little new to me. You got yourself a
interesting problem :)

Greetings,
Jim.

> Hi there,
>
> With fedora, you normally point to the kernel directive. Like this:
>
> kernel /vmlinuz-2.6.30.9-90.fc11.x86_64 ro
> root=/dev/mapper/vg_coolzeropc-lv_root rhgb quiet
>
> Here a full example:
>
> title Fedora (2.6.30.9-90.fc11.x86_64)
>   root (hd0,1)
>   kernel /vmlinuz-2.6.30.9-90.fc11.x86_64 ro
> root=/dev/mapper/vg_coolzeropc-lv_root rhgb quiet vga=0x31B
>   initrd /initrd-2.6.30.9-90.fc11.x86_64.img
>
> This should work without problems. Of course, you need to set the
> root=/dev/mapper/whatever to your suitable settings. Good luck!
>
> Greetings,
> Jim.
>
>>
>> Hi all,
>>
>> I've just installed Ubuntu 9.10 along side F11. My disk now looks like
>> this:
>>
>> /dev/sda1 F11 boot
>> /dev/sda2 F11 root
>> /dev/sda3 F11 swap
>> /dev/sda5 F11 home
>> /dev/sda6 9.10 root
>> /dev/sda7 9.10 home
>> /dev/sda8 91.0 swap
>>
>> When I reboot, I get grub, which has entries listed for both systems,
>> but
>> when I try to boot Fedora now, I get an error message: "error: You need
>> to
>> load the kernel first". (Ubuntu boots fine).
>>
>> I've tried booting manually from the grub command line, but the commands
>> no
>> longer appear to be the same, as Ubuntu is now using grub 2. Here are
>> the
>> relevant section from grub.cfg (menu.lst is now obsolete):
>>
>> ### BEGIN /etc/grub.d/30_os-prober ###
>> menuentry "Fedora (2.6.30.9-90.fc11.i586) (on /dev/sda2)" {
>>  insmod ext2
>>  set root=(hd0,2)
>>  search --no-floppy --fs-uuid --set 5a8b0f33-5369-4a45-a501-455ed10f4fa7
>>  linux /boot/vmlinuz-2.6.30.9-90.fc11.i586 ro
>> root=UUID=5a8b0f33-5369-4a45-a501-455ed10f4fa7 rhgb resume=/dev/sda3
>>  initrd /boot/initrd-2.6.30.9-90.fc11.i586.img
>> }
>> menuentry "Fedora (2.6.29.4-167.fc11.i586) (on /dev/sda2)" {
>>  insmod ext2
>>  set root=(hd0,2)
>>  search --no-floppy --fs-uuid --set 5a8b0f33-5369-4a45-a501-455ed10f4fa7
>>  linux /boot/vmlinuz-2.6.29.4-167.fc11.i586 ro
>> root=UUID=5a8b0f33-5369-4a45-a501-455ed10f4fa7 resume=/dev/sda3 rhgb
>>  initrd /boot/initrd-2.6.29.4-167.fc11.i586.img
>> }
>> ### END /etc/grub.d/30_os-prober ###
>>
>> The above entries were generated automatically.
>>
>> Does anyone know how to fix the error?
>>
>> Alternately, is there a way of telling the MBR to boot /dev/sda1 (F11
>> boot)
>> instead of /dev/sda6 (Ubuntu root), which is what is happening now?
>>
>> Thanks.
>>
>> -
>>   Colin Brace
>>   Amsterdam
>>   http://lim.nl
>> --
>> View this message in context:
>> http://old.nabble.com/grub-2%3A-%22error%3A-You-need-to-load-the-kernel-first%22-tp26148903p26148903.html
>> Sent from the Fedora List mailing list archive at Nabble.com.
>>
>> --
>> 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
>>
>
> --
> 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
>

-- 
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: grub 2: "error: You need to load the kernel first"

2009-11-01 Thread Jim van Wel
Hi there,

With fedora, you normally point to the kernel directive. Like this:

kernel /vmlinuz-2.6.30.9-90.fc11.x86_64 ro
root=/dev/mapper/vg_coolzeropc-lv_root rhgb quiet

Here a full example:

title Fedora (2.6.30.9-90.fc11.x86_64)
root (hd0,1)
kernel /vmlinuz-2.6.30.9-90.fc11.x86_64 ro
root=/dev/mapper/vg_coolzeropc-lv_root rhgb quiet vga=0x31B
initrd /initrd-2.6.30.9-90.fc11.x86_64.img

This should work without problems. Of course, you need to set the
root=/dev/mapper/whatever to your suitable settings. Good luck!

Greetings,
Jim.

>
> Hi all,
>
> I've just installed Ubuntu 9.10 along side F11. My disk now looks like
> this:
>
> /dev/sda1 F11 boot
> /dev/sda2 F11 root
> /dev/sda3 F11 swap
> /dev/sda5 F11 home
> /dev/sda6 9.10 root
> /dev/sda7 9.10 home
> /dev/sda8 91.0 swap
>
> When I reboot, I get grub, which has entries listed for both systems, but
> when I try to boot Fedora now, I get an error message: "error: You need to
> load the kernel first". (Ubuntu boots fine).
>
> I've tried booting manually from the grub command line, but the commands
> no
> longer appear to be the same, as Ubuntu is now using grub 2. Here are the
> relevant section from grub.cfg (menu.lst is now obsolete):
>
> ### BEGIN /etc/grub.d/30_os-prober ###
> menuentry "Fedora (2.6.30.9-90.fc11.i586) (on /dev/sda2)" {
>   insmod ext2
>   set root=(hd0,2)
>   search --no-floppy --fs-uuid --set 5a8b0f33-5369-4a45-a501-455ed10f4fa7
>   linux /boot/vmlinuz-2.6.30.9-90.fc11.i586 ro
> root=UUID=5a8b0f33-5369-4a45-a501-455ed10f4fa7 rhgb resume=/dev/sda3
>   initrd /boot/initrd-2.6.30.9-90.fc11.i586.img
> }
> menuentry "Fedora (2.6.29.4-167.fc11.i586) (on /dev/sda2)" {
>   insmod ext2
>   set root=(hd0,2)
>   search --no-floppy --fs-uuid --set 5a8b0f33-5369-4a45-a501-455ed10f4fa7
>   linux /boot/vmlinuz-2.6.29.4-167.fc11.i586 ro
> root=UUID=5a8b0f33-5369-4a45-a501-455ed10f4fa7 resume=/dev/sda3 rhgb
>   initrd /boot/initrd-2.6.29.4-167.fc11.i586.img
> }
> ### END /etc/grub.d/30_os-prober ###
>
> The above entries were generated automatically.
>
> Does anyone know how to fix the error?
>
> Alternately, is there a way of telling the MBR to boot /dev/sda1 (F11
> boot)
> instead of /dev/sda6 (Ubuntu root), which is what is happening now?
>
> Thanks.
>
> -
>   Colin Brace
>   Amsterdam
>   http://lim.nl
> --
> View this message in context:
> http://old.nabble.com/grub-2%3A-%22error%3A-You-need-to-load-the-kernel-first%22-tp26148903p26148903.html
> Sent from the Fedora List mailing list archive at Nabble.com.
>
> --
> 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
>

-- 
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


Where is V4L

2009-10-29 Thread Jim

Fc11

I must be missing something, but has V4L (video4Linux) changed it's name ?

I can't find it under the V4L name.

--
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: Now with FC11 -- RE: FC10 install will not offer 'askmethod'

2009-10-29 Thread Jim

On 10/29/2009 05:08 PM, Robert Moskowitz wrote:

Robert Moskowitz wrote:

Kam Leo wrote:
On Thu, Oct 29, 2009 at 6:42 AM, Robert Moskowitz 
 wrote:


I am now trying a FC11 install, I tried the recommendation below 
that worked
with FC10, to press tab then enter askmethod.  But this did not 
work.  It
went right along to install from CD, not giving me the option to 
point it to

my local http repo server

Aldo Foot wrote:

On Wed, Sep 9, 2009 at 2:59 PM, Robert Moskowitz
wrote:

I am doing yet another install, this time on a Dell SFF with an 
internal

CD.

I want to do a network install from my local repo.

With older Redhat stuff, I did a 'linux askmethod' at the enter 
prompt.

 I
have noticed with FC10, that I would frequently not be given the 
chance

to
press enter, let alone type in the above command, but I would be 
given a

menu that would allow me to supply a URL anyway.

Well on this system I go right to the menu about
install/recover/bootlocal/memcheck and from here it goes into the 
install

from CD without ever being given the option to provide the URL of my
local
repo.  Even if I let it go all the way to where you can provide 
which

repos
to load from, I cannot see how to point the installation repo to my
network
one.

I have tried various combinations of F1, F2, F3 at that startup 
menu, but

I
never can get it to a point to let me provide the URL of my repo.

Am I going to have to use a USB CD drive to trick it?



_

Try with the TAB key as suggested here.

http://docs.fedoraproject.org/release-notes/f10/en_US/What_is_New_for_Installation_and_Live_Images.html 



~af


I have no problem with either the F11 net-install CD or DVD. Which one
of the ISO images (Live-CD, CD-disc 1, net-install, or DVD) did you
use?


It is the FC11 CD 1 that I downloaded back in August.

I hit tab, got the prompt for the image load (don't have it in front 
of me, so I don't have exact details), entered:


askmethod


and pressed  and it went on its merry way, not asking for any 
method


I can try again... 


And this time it 'worked'.

Now I have to figure out how to deal with the small screen that the 
Eee 701 has...


I hav a E 701, you won't have any problem , just be sure it's setup for 
800x600.


--
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: Heads up: Brute force attacks on the rise recently

2009-10-29 Thread Jim

On 10/29/2009 02:43 PM, Yaakov Nemoy wrote:

2009/10/29 Jim:
   

On 10/29/2009 08:17 AM, Athmane Madjoudj wrote:
 

On Thu, Oct 29, 2009 at 12:52 PM, jdowwrote:

   

From: "Michael Cronenworth"
Sent: Wednesday, 2009/October/28 16:03



 

It seems in the past month brute force attacks are on the rise. They are
targeting anyone listening on port 22 and go after root. If you do not
have a hardened box, you will see thousands upon thousands of
connections in your logs. Once logged in they will set your system up in
their botnet.

Google: dt_ssh5
This little baby will get placed in /tmp and will be running. Looks to
be a SSH gateway for the attackers for easy access/control.

-Make sure your root password is not a dictionary word.
-Add iptables rules to limit multiple connections on SSH to 4 within a
minute.[1] Perhaps this needs to become a Fedora default.

   

Once within 3 minutes is entirely practical and effective. In the last
two days a pair of dolts kept trying 6621 times and 2185 times after the
door slammed shut in their faces. Their ISPs have been notified.


 

-Update your system.
-Use SELinux.

Why am I sending this message? Is it SPAM? No. I've seen this hit a
customer and cause an explosion in their network traffic. The backdoor
was installed on Sept. 30th and was not detected until recently. Google
results seem to indicate this past month with higher than normal brute
force activity.

[1]
-A INPUT -i eth0 -p tcp -m tcp --dport 22 -m state --state NEW -m recent
--update --seconds 60 --hitcount 4 --name DEFAULT --rsource -j DROP
-A INPUT -i eth0 -p tcp -m tcp --dport 22 -m state --state NEW -m recent
--set --name DEFAULT --rsource

   

I love those rules and have been spreading them around for quite some
time now. I am glad to see somebody else has either adopted or discovered
the rule trick. It is devastatingly effective. Guessing a password as
simple as "mE3" would take decades of attempts. (Now I want to configure
sshd so that it logs the attempted password along with the attempted user
name.)

{^_-}

--
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


 

You can install fail2ban
#yum install fail2ban

Links:
http://www.fail2ban.org/


   

Don't install fail2ban you will get twice the amount of "Gold Stars" .

I had fail2ban on a X86_64 box and I was constantly getting selinux Gold
Stars,

I relabelled fail2ban a number of times to no avail .

I was told it was the way fail2ban was structured wrong, what that means , I
have no Ideal. But I just uninstalled it.
 

Have you tried denyhosts yet? We haven't had any SELinux issues with it.

-Yaakov

   

No, but I will check it out.

Thanks.

--
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: Heads up: Brute force attacks on the rise recently

2009-10-29 Thread Jim

On 10/29/2009 08:17 AM, Athmane Madjoudj wrote:

On Thu, Oct 29, 2009 at 12:52 PM, jdow  wrote:
   

From: "Michael Cronenworth"
Sent: Wednesday, 2009/October/28 16:03


 

It seems in the past month brute force attacks are on the rise. They are
targeting anyone listening on port 22 and go after root. If you do not
have a hardened box, you will see thousands upon thousands of
connections in your logs. Once logged in they will set your system up in
their botnet.

Google: dt_ssh5
This little baby will get placed in /tmp and will be running. Looks to
be a SSH gateway for the attackers for easy access/control.

-Make sure your root password is not a dictionary word.
-Add iptables rules to limit multiple connections on SSH to 4 within a
minute.[1] Perhaps this needs to become a Fedora default.
   

Once within 3 minutes is entirely practical and effective. In the last
two days a pair of dolts kept trying 6621 times and 2185 times after the
door slammed shut in their faces. Their ISPs have been notified.

 

-Update your system.
-Use SELinux.

Why am I sending this message? Is it SPAM? No. I've seen this hit a
customer and cause an explosion in their network traffic. The backdoor
was installed on Sept. 30th and was not detected until recently. Google
results seem to indicate this past month with higher than normal brute
force activity.

[1]
-A INPUT -i eth0 -p tcp -m tcp --dport 22 -m state --state NEW -m recent
--update --seconds 60 --hitcount 4 --name DEFAULT --rsource -j DROP
-A INPUT -i eth0 -p tcp -m tcp --dport 22 -m state --state NEW -m recent
--set --name DEFAULT --rsource
   

I love those rules and have been spreading them around for quite some
time now. I am glad to see somebody else has either adopted or discovered
the rule trick. It is devastatingly effective. Guessing a password as
simple as "mE3" would take decades of attempts. (Now I want to configure
sshd so that it logs the attempted password along with the attempted user
name.)

{^_-}

--
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

 

You can install fail2ban
#yum install fail2ban

Links:
http://www.fail2ban.org/

   

Don't install fail2ban you will get twice the amount of "Gold Stars" .

I had fail2ban on a X86_64 box and I was constantly getting selinux Gold 
Stars,


I relabelled fail2ban a number of times to no avail .

I was told it was the way fail2ban was structured wrong, what that means 
, I have no Ideal. But I just uninstalled 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


VLC Logs

2009-10-28 Thread Jim

FC11

Where is the VLC error logs ?
I have checked in /var but can't them

--
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: Proftpd won't execute in FC11

2009-10-26 Thread Jim

On 10/26/2009 04:28 PM, Jim wrote:

On 10/26/2009 04:06 PM, Roberto Ragusa wrote:

Jim wrote:

On 10/26/2009 12:33 PM, Jim wrote:
I found this in Messages; What does it mean ?

Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - 
Failed

binding to ::, port 21: Address already in use
Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Check
the ServerType directive to ensure you are configured correctly.

Your port 21 is already used by another program.
Do you have another ftp server running?

Try

   netstat -lntp|grep 21

to discover what it could be running.
It could be vsftpd or maybe xinetd.

Best regards.


Looks like proftpd is already using it.
I'm running proftpd from the SU command line, that is the way to 
start, isn't it ?


# netstat -lntp | grep 21
tcp0  0 :::21   
:::*LISTEN  1817/proftpd: (acce


I didn't ask the right question. I didn't realise that proftpd was a 
Backend App.

I should ask about what is the best Frontend app. to use ?

--
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: Proftpd won't execute in FC11

2009-10-26 Thread Jim

On 10/26/2009 04:06 PM, Roberto Ragusa wrote:

Jim wrote:
   

On 10/26/2009 12:33 PM, Jim wrote:
 
   

I found this in Messages; What does it mean ?

Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Failed
binding to ::, port 21: Address already in use
Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Check
the ServerType directive to ensure you are configured correctly.
 

Your port 21 is already used by another program.
Do you have another ftp server running?

Try

   netstat -lntp|grep 21

to discover what it could be running.
It could be vsftpd or maybe xinetd.

Best regards.

   

Looks like proftpd is already using it.
I'm running proftpd from the SU command line, that is the way to start, 
isn't it ?


# netstat -lntp | grep 21
tcp0  0 :::21   
:::*LISTEN  1817/proftpd: (acce


--
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: Proftpd won't execute in FC11

2009-10-26 Thread Jim

On 10/26/2009 12:33 PM, Jim wrote:

FC11-X86_64/Kde

Proftpd is installed and enabled/running in Services, and when I try 
to execute from Terminal, SU, it won't execute or display any errors 
as to why.



I found this in Messages; What does it mean ?

Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Failed 
binding to ::, port 21: Address already in use
Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Check 
the ServerType directive to ensure you are configured correctly.


--
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


Proftpd won't execute in FC11

2009-10-26 Thread Jim

FC11-X86_64/Kde

Proftpd is installed and enabled/running in Services, and when I try to 
execute from Terminal, SU, it won't execute or display any errors as to why.


--
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: Installing Chromium in FC8

2009-10-24 Thread Jim


On Sat, Oct 24, 2009 at 11:02 PM, Jim  wrote:
   

FC 8

Installing Chromium in Fedora 8 ?

I Have a friend that lives about 700 miles from me and I want to install
Chromium on his Fedora 8 computer, and I notice that FedoraPeople.org
doesn't have a RPM for Fedora 8.

How do I do it ?
Do I use the Daily.targz file ?

--
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

 


Fedora 8 is outdated
see http://fedoraproject.org/wiki/LifeCycle/EOL

But you can use spec (chromium.spec, v8.spec) files to rebuild your
own rpm packages.

NB: Updating your fedora is smarter

Good luck

   


NB: Updating your fedora is smarter


Easy to say, but not so easy to do , 700 miles away.
Trying to get him to cut loose with his harddrive  isn't easy to do.

--
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


Installing Chromium in FC8

2009-10-24 Thread Jim

FC 8

Installing Chromium in Fedora 8 ?

I Have a friend that lives about 700 miles from me and I want to install 
Chromium on his Fedora 8 computer, and I notice that FedoraPeople.org 
doesn't have a RPM for Fedora 8.


How do I do it ?
Do I use the Daily.targz file ?

--
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: New scanner/printer combo

2009-10-24 Thread Jim

On 10/24/2009 12:11 PM, Louis Lagendijk wrote:

On Sat, 2009-10-24 at 11:10 -0400, Gene Heskett wrote:
   

On Saturday 24 October 2009, Louis Lagendijk wrote:
 
   

Problem 2 is that the scanner doesn't even check in as shown above.
OTOH, I also have an Epson 1250u that works flawlessly, but it would be
nice to get rid of one rather high occupancy item here in the coyote.den.
 

and this is the strange part: why does it not show the scanner? What
does lsusb return? Does the scanner work under Windows? Not that it
matters much as the scanner seems not supported by Sane right now. But
maybe this is just a matter of adding the usb id

Louis

   

The scanner does show in an lsusb -v, but not without the -v, here is a
snippet:
==
Bus 001 Device 002: ID 04b8:0856 Seiko Epson Corp.
Device Descriptor:
   bLength18
   bDescriptorType 1
   bcdUSB   2.00
   bDeviceClass0 (Defined at Interface level)
   bDeviceSubClass 0
   bDeviceProtocol 0
   bMaxPacketSize064
   idVendor   0x04b8 Seiko Epson Corp.
   idProduct  0x0856
   bcdDevice1.00
   iManufacturer   1 EPSON
   iProduct2 USB2.0 MFP(Hi-Speed)
   iSerial 3 4C454C593037313524
   bNumConfigurations  1
   Configuration Descriptor:
 bLength 9
 bDescriptorType 2
 wTotalLength   78
 bNumInterfaces  3
 bConfigurationValue 1
 iConfiguration  4 USB2.0 MFP(Hi-Speed)
 bmAttributes 0xc0
   Self Powered
 MaxPower2mA
 Interface Descriptor:
   bLength 9
   bDescriptorType 4
   bInterfaceNumber0
   bAlternateSetting   0
   bNumEndpoints   2
   bInterfaceClass   255 Vendor Specific Class
   bInterfaceSubClass255 Vendor Specific Subclass
   bInterfaceProtocol255 Vendor Specific Protocol
   iInterface  5 EPSON Scanner
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x01  EP 1 OUT
 bmAttributes2
   Transfer TypeBulk
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0200  1x 512 bytes
 bInterval   0
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x82  EP 2 IN
 bmAttributes2
   Transfer TypeBulk
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0200  1x 512 bytes
 bInterval   0
 Interface Descriptor:
   bLength 9
   bDescriptorType 4
   bInterfaceNumber1
   bAlternateSetting   0
   bNumEndpoints   2
   bInterfaceClass 7 Printer
   bInterfaceSubClass  1 Printer
   bInterfaceProtocol  2 Bidirectional
   iInterface  6 USB2.0 Printer
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x04  EP 4 OUT
 bmAttributes2
   Transfer TypeBulk
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0200  1x 512 bytes
 bInterval   0
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x85  EP 5 IN
 bmAttributes2
   Transfer TypeBulk
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0200  1x 512 bytes
 bInterval   0
 Interface Descriptor:
   bLength 9
   bDescriptorType 4
   bInterfaceNumber2
   bAlternateSetting   0
   bNumEndpoints   2
   bInterfaceClass 8 Mass Storage
   bInterfaceSubClass  6 SCSI
   bInterfaceProtocol 80 Bulk (Zip)
   iInterface  7 USB2.0 Mass Storage
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x07  EP 7 OUT
 bmAttributes2
   Transfer TypeBulk
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0200  1x 512 bytes
 bInterval   0
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x88  EP 8 IN
 bmAttributes2
   Transfer TypeBulk
   Synch Type 

Modifing Iptables

2009-10-23 Thread Jim

FC11-X86_64/Kde

Trying to setup VNC in fedora 11 but if I put the following line in 
/etc/syconfig/iptables ;


# 5901 corresponds to :1, 5902 for :2 and so on.
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5901:5902 -j ACCEPT

Then do   # service iptables restart  , it fails.

What is happening ??

--
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


Where is VNC, FC11

2009-10-23 Thread Jim

What is the correct name for ;

Vnc
Vnc-Server

Can't find them in FC11 Repos

--
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: Selinux Hates Samsung CLX3175FN Printer

2009-10-21 Thread Jim

On 10/21/2009 02:18 PM, Rick Stevens wrote:

Jim wrote:

FC11/KDE

Samsung has a very good printer in the CLX3175FN Lazer , I picked up 
for $250.00 at OfficeMax, a $400.00 printer.


Anyhow You can get the printer drivers for Linux on their Support Site.
When installing the print drivers you have to do it from su - .
Selinux won't let the printer to print until you do a  "touch 
/.autorelabel" and reboot computer.


Then you can print, but you still get Selinux complaining about a 
file here and there for the printer that requires a "restorecon -R -v" .


Why doesn't Selinux do the proper relabling during when it does 
/.autorelabel  ??


Because the policy doesn't know what ruddy files were installed by the
Samsung driver.  There is no way for the distro to predict what a third-
party package is going to install.

The better question would be "why doesn't Samsung set the proper SELinux
context for the files it installs?"  THEY know what files they're
stuffing in, so their installer should set the proper contexts.  I've
been bitten by this Samsung thing, too (I have a CLP-300 color laser).
I've also sent them a courteous note regarding this issue.
--
- Rick Stevens, Systems Engineer  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
- "If you can't fix it...duct tape it!"  -- Tim Allen-
--

To Whom or how did you know to send a letter, that Company is Microsoft 
all the way.


My biggest problem installing software was to do a su -  instead of su
When Linux finally does become the Biggy these companies are not even 
going to see it coming. They will still have all these Microsoft people 
saying we only support $Windows.


--
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


Selinux Hates Samsung CLX3175FN Printer

2009-10-21 Thread Jim

FC11/KDE

Samsung has a very good printer in the CLX3175FN Lazer , I picked up for 
$250.00 at OfficeMax, a $400.00 printer.


Anyhow You can get the printer drivers for Linux on their Support Site.
When installing the print drivers you have to do it from su - .
Selinux won't let the printer to print until you do a  "touch 
/.autorelabel" and reboot computer.


Then you can print, but you still get Selinux complaining about a file 
here and there for the printer that requires a "restorecon -R -v" .


Why doesn't Selinux do the proper relabling during when it does 
/.autorelabel  ??


--
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


Strange happenings in Thunderbird-3.0-2.7.b4.fc11

2009-10-11 Thread Jim

Thunderbird 3.0-2.7.b4.fc11 has strange problems going on.
My friends are calling me and telling me that Mouse won't work ,  can't 
send email

on SMTP server, loosing delete Icons etc.

On the first two I had them move .thunderbird into /Download, temp, and 
uninstall Thunderbird and reinstall and moving old .thunderbird back 
into /home/user and every work normal again.


As far as loosing Delete, Forward icons at top of thunderbird, I just 
right click where Icons were and replace missing icons.


Anybody experiencing any problems like this ??

I guess that's what you can expect with a Beta version.

--
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: Using a USB Hub on Linux ?

2009-10-09 Thread Jim

On 10/09/2009 04:24 PM, Mikkel wrote:

Jim wrote:
   

I'm using lpd:// .
I have my home cups network printer setup that way and I can print
without any problems. I'm using a 2Wire 1800HW router. Samsung CLX3175FN
Printer.

But I have a friend with the same settings using a Linksys WRT54GS
router and I can ping the Printer from a Linux (cups) and windows XP.
But it won't allow either computer to send and print from a Samsung
CLX3175FN.

Called Linksys, as usual there is nothing wrong with their router.

 

Did you check the firewall settings on the computers? I know the
default settings on XP does not allow printing to a network printer.
I believe the default for Fedora is the same. I just went through
that on my sister-in-law's computer. She did a firewall update, and
could no longer print to the network printers.

Mikkel
   
I'm going over tomorrow and take a look at those two computers, they are 
at a friends house.

Do you get access to a Windows XP Firewall through the Control Panel ?

--
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: Using a USB Hub on Linux ?

2009-10-09 Thread Jim

On 10/09/2009 02:48 PM, Mikkel wrote:

Jim wrote:
   

 From what I have read, If you have all the boxes on the same LAN, and
the printer
connected by ethernet the boxes should be able to connect to printer using
lpd:// instead of ipp:// .
Am I on the right track ?

 

Does the print server support both lpd and ipp? Do you have the
correct print queue? The queue names may be different for lpd then
for ipp.

Mikkel
   

I'm using lpd:// .
I have my home cups network printer setup that way and I can print 
without any problems. I'm using a 2Wire 1800HW router. Samsung CLX3175FN 
Printer.


But I have a friend with the same settings using a Linksys WRT54GS 
router and I can ping the Printer from a Linux (cups) and windows XP.  
But it won't allow either computer to send and print from a Samsung 
CLX3175FN.


Called Linksys, as usual there is nothing wrong with their router.

--
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: Using a USB Hub on Linux ?

2009-10-09 Thread Jim

On 10/09/2009 01:34 PM, Linuxguy123 wrote:

On Fri, 2009-10-09 at 12:56 -0400, Jim wrote:
   

Fc11/KDE

Is there anyone out that is using a USB hub to connect to one USB
Printer from mulitiple computers ?

Like auto self detect hub on each port. Not a switch hub.

I have tried two different ones with no luck .

Could you give me some Make, Models.
 

?

As far as I know USB doesn't support this mode of operation.  There can
be only one master, ie PC connected to a hub.

What you could do is connect the printer to one computer and then share
it over the network or use a USB printer server that has a USB port on
it.

   
From what I have read, If you have all the boxes on the same LAN, and 
the printer

connected by ethernet the boxes should be able to connect to printer using
lpd:// instead of ipp:// .
Am I on the right track ?

I have two boxes setup on that configuration and they are printing fine 
, wth a
2Wire783  router, but if I replace the router with a Linksys WRT54G the 
computers cannot commuicate with the printer.


But if I ping the printer at 192.168.1.102 ( that is where it is on the 
Linksys)
I can get a network connection, But I can't print from the two boxes, 
cups can't

connect to printer.

I called Linksys and they say there is no problem with their router.

--
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


Using a USB Hub on Linux ?

2009-10-09 Thread Jim

Fc11/KDE

Is there anyone out that is using a USB hub to connect to one USB 
Printer from mulitiple computers ?


Like auto self detect hub on each port. Not a switch hub.

I have tried two different ones with no luck .

Could you give me some Make, Models.

--
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: Printing considered hard?

2009-10-08 Thread Jim

On 10/08/2009 12:02 PM, Tim Waugh wrote:

On Thu, 2009-10-08 at 11:50 -0400, Jim wrote:
   

I set Network printing up on a 2wire router and took printer and Linux
computer to a different location that had a Linksys WRT54G2 router and I
loaded software in a Windows XP box for network printing.
Well I can't get the Windows or the Linux computer to print to Printer
Samsung
CLX3175FN. The Linux computer had no problems on the 2Wire router.
I can ping the printer from the Linux or Windows computers but I can't
print.
I called Linksys and they swear that their WRT54G2 has no problems of
this nature.
But I still feel that there is a Router problem.
I connected both printers to USB and they print fine.
 

Have you tried running the printing troubleshooter?  It can attempt
diagnose problems with network connectivity to the server.

Tim.
*/


   

Tim where is the printing troubleshooter log txt file stored.

--
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: Printing considered hard?

2009-10-08 Thread Jim

On 10/08/2009 11:39 AM, Richard Shaw wrote:

On Thu, Oct 8, 2009 at 10:15 AM, Tim Waugh  wrote:
   

On Thu, 2009-10-08 at 17:04 +0200, Christoph Höger wrote:

The change you will be expected to make on the client is to allow CUPS
broadcast packets from the server.  To do that:

1. System->Administration->Firewall
2. Make sure 'Network Printing Client (IPP)' is enabled
3. Click 'Apply'
 

I think I may be having the same (or similar problem). I've been
running F11 on my desktop since shortly after release but my wife as
been running F10 until just recently, however the problem seemed to be
present for her on both F10 and F11. She was using auto-discovered
printer queues for a while but at some point they just disappeared so
I manually configured my printer (over IPP). After upgrading her
(actually fresh install) to F11 and opening up the firewall
auto-discover once again worked (for a day or two), then just
yesterday she tried to print and all the printer queues were gone
again.

My network is a simple home network, all one subnet (192.168.0.X) She
is working over wireless on a laptop but that shouldn't matter. She
does not sleep/hibernate her laptop as it doesn't work well so that
shouldn't be causing any issues.

I can provide more config info but nothing was changed by me or my
wife from the time it was working to the time it stopped.

Richard

   
I set Network printing up on a 2wire router and took printer and Linux 
computer to a different location that had a Linksys WRT54G2 router and I 
loaded software in a Windows XP box for network printing.
Well I can't get the Windows or the Linux computer to print to Printer 
Samsung

CLX3175FN. The Linux computer had no problems on the 2Wire router.
I can ping the printer from the Linux or Windows computers but I can't 
print.
I called Linksys and they swear that their WRT54G2 has no problems of 
this nature.

But I still feel that there is a Router problem.
I connected both printers to USB and they print fine.

--
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: problem with nvida settings

2009-10-07 Thread Jim

On 10/07/2009 04:56 PM, Gerhard Magnus wrote:
   

How can I get the resolution setting for my nvidia card to stick?
Whenever I log on the resolution reverts to 1280 x 1024. I can reset
this to 1680 X 1050 using the nvidia-settings widget and I click the
"Save to X Configuration File" button but this setting only lasts
through my current session.
   
 

1- System>Administration>Livna Display configuration
Then untick "Allow livna-config-display to edit configuration files"
2- Write your own xorg.conf file

I've done this and it doesn't do any good. It also doesn't seem to
matter what I put in the xorg.conf file -- or even if I have no
xorg.conf file at all. When I logon the desktop has 1280x1024
resolution. I can change this to 1680x1050 using the nvidia-settings
widget but this change is always lost when I reboot.

I'm running FC11 with a PAE kernel and kmod-nvidia. The videocard is a
GeForce 6200 (nvidia series 6) and the monitor is a ViewSonic VG2030wm.

nvidia-settings... system-config-display... livna-config-display... or
even .nvidia-settings-rc (a file I found in my home directory) -- Who's
in charge? And what's livna doing here anyway, it's not one of my
enabled repositories?

Any suggestions as to how to proceed would be most appreciated Jerry


   

Copy and paste this into your /etc/X11/xorg.conf.
Put it just after the "Device Section"
And change the "1024x768" to the settings you want, be sure you leave the
"   " there when you change the setting you want.




Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 24
Modes"1024x768"
EndSubSection
EndSection

--
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: Selinux Problems

2009-10-06 Thread Jim

On 10/06/2009 10:56 AM, Daniel J Walsh wrote:

On 10/05/2009 05:27 PM, Paolo Galtieri wrote:
   

On Mon, Oct 5, 2009 at 2:13 PM, Daniel J Walsh  wrote:

 

On 10/05/2009 03:22 PM, Paolo Galtieri wrote:
   

On Mon, Oct 5, 2009 at 11:11 AM, Daniel J Walsh
 

wrote:
   
 

On 10/05/2009 02:08 PM, Jim wrote:
   

FC11/Kde

Trying to print on a Samsung CLX-3175FN.
Selinux is playing havoc with printer drivers, these drivers are from
Samsung and I'm getting many Selinux Alerts, to many to keep running
Restorecon.
The printing is coming out with double columns with 1/8" white lines
down through text or pictures.
There are no GPL drivers for this printer, it's to New !

If I disable Selinux, the printer will print normal.

How do I relabel all the files on the computer ?
do I relabel from telinit 3 or what ?

 

Please show me the AVC's you are seeing.  Or send me a compresses
/var/log/audit/audit.log

--
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

   

I have seen the following SELinux alert:

SELinux is preventing hp (hplip_t) "name_bind" howl_port_t.

lpstat -t shows

printer HP_Color_LaserJet_2605dn disabled since Thu 01 Oct 2009 09:36:23
 

AM
   

MST -
 /usr/lib/cups/backend/hp failed

If I change the URI associated with the printer config from

hp:/net/HP_Color_laserjet_2605dn?zc=hpcolorjet

to

hp:/net/HP_Color_laserjet_2605dn?ip=192.168.10.71

then the alerts go away.

The printer is an HP printer and was configured using hp-setup.

Paolo


 

Could you grep for howl_port_t and attach the output

grep howl_port_t /var/log/audit/audit.log


--
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

   

type=AVC msg=audit(1254414474.185:50294): avc:  denied  { name_bind } for
pid=18462 comm="hp" src=5353
scontext=system_u:system_r:hplip_t:s0-s0:c0.c1023
tcontext=system_u:object_r:howl_port_t:s0 tclass=udp_socket
type=AVC msg=audit(1254414573.360:50295): avc:  denied  { name_bind } for
pid=18499 comm="hp" src=5353
scontext=system_u:system_r:hplip_t:s0-s0:c0.c1023
tcontext=system_u:object_r:howl_port_t:s0 tclass=udp_socket
type=AVC msg=audit(1254414980.894:50346): avc:  denied  { name_bind } for
pid=18699 comm="hp" src=5353
scontext=system_u:system_r:hplip_t:s0-s0:c0.c1023
tcontext=system_u:object_r:howl_port_t:s0 tclass=udp_socket
type=AVC msg=audit(1254415674.640:50382): avc:  denied  { name_bind } for
pid=18942 comm="hp" src=5353
scontext=system_u:system_r:hplip_t:s0-s0:c0.c1023
tcontext=system_u:object_r:howl_port_t:s0 tclass=udp_socket
type=AVC msg=audit(1254415783.474:50425): avc:  denied  { name_bind } for
pid=19012 comm="hp" src=5353
scontext=system_u:system_r:hplip_t:s0-s0:c0.c1023
tcontext=system_u:object_r:howl_port_t:s0 tclass=udp_socket
type=AVC msg=audit(1254415964.178:50441): avc:  denied  { name_bind } for
pid=19154 comm="hp" src=5353
scontext=system_u:system_r:hplip_t:s0-s0:c0.c1023
tcontext=system_u:object_r:howl_port_t:s0 tclass=udp_socket

Paolo


 

I guess the question is why does the hplip want to listen on the Multicast DNS 
port.  If this is supposed to happen, we need to add it to policy.

You can add it for now using audit2allow

# grep hplip_t /var/log/audit/audit.log | audit2allow -M myhplip
# semodule -i myhplip.pp

   
I have a problem with DNS in FC11, FC12 and in a file  
/etc/dhclient-eth0.conf   I have the line;


prepend domain-name-servers 127.0.0.1;

And DNSmasq is enabled.


And in Firefox config I have;

network.dns.disableIPv6


--
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: Selinux Problems

2009-10-06 Thread Jim

On 10/06/2009 10:59 AM, Tim Waugh wrote:

On Tue, 2009-10-06 at 10:56 -0400, Daniel J Walsh wrote:
   

I guess the question is why does the hplip want to listen on the
Multicast DNS port.  If this is supposed to happen, we need to add it
to policy.
 

Please file a bug against HPLIP.  The reason it wants to do that is that
it is trying to resolve an mDNS name.  What it ought to do, of course,
is ask avahi to do that.

Tim.
*/

   
Tim I have a problem with DNS in FC11, FC12 and in a file  
/etc/dhclient-eth0.conf   I have the line;


prepend domain-name-servers 127.0.0.1;

And DNSmasq is enabled.


And in Firefox config I have;

network.dns.disableIPv6



--
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: Selinux Problems

2009-10-05 Thread Jim

On 10/05/2009 02:11 PM, Daniel J Walsh wrote:

On 10/05/2009 02:08 PM, Jim wrote:
   

FC11/Kde

Trying to print on a Samsung CLX-3175FN.
Selinux is playing havoc with printer drivers, these drivers are from
Samsung and I'm getting many Selinux Alerts, to many to keep running
Restorecon.
The printing is coming out with double columns with 1/8" white lines
down through text or pictures.
There are no GPL drivers for this printer, it's to New !

If I disable Selinux, the printer will print normal.

How do I relabel all the files on the computer ?
do I relabel from telinit 3 or what ?

 
   
Trying to Relabel my Laptop and if I do a "touch / autorelabel" in 
permissive mode.

Reboot and it doesn't do a relabel on boot startup.
If I do a  restorecon -r /I get a error;

restorecon: unable to stat file /proc/2086/task/2086/fd/11:  No such 
file or directory

Read error on pipe.

--
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


Selinux Problems

2009-10-05 Thread Jim

FC11/Kde

Trying to print on a Samsung CLX-3175FN.
Selinux is playing havoc with printer drivers, these drivers are from 
Samsung and I'm getting many Selinux Alerts, to many to keep running 
Restorecon.
The printing is coming out with double columns with 1/8" white lines 
down through text or pictures.

There are no GPL drivers for this printer, it's to New !

If I disable Selinux, the printer will print normal.

How do I relabel all the files on the computer ?
do I relabel from telinit 3 or what ?

--
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: Network Printer Problems

2009-10-04 Thread Jim

On 10/04/2009 06:15 PM, Richard England wrote:

On 10/03/2009 09:45 PM, Jim wrote:

FC11/KDE-4

Have printer setup as lpd://172.16.1.35 and I can ping the printer 
and driver is setup , but when I send a test page it Stops in print que.


Policy setting is
Error Policy :  Retry Job
Operation  Policy:  Default Behavior

Cups is running in Services


Check your firewall settings for Port 631 tcp/udb ?


What setting do you put in Properties for a ipp:// setup ?

No matter What I put in it won't accept the settings.

I have a Laptop setup for Network printing on FC11 ;

Device URI: lpd://172.16.1.35
Description: Samsung CLX-3170

And it prints to this same printer without any Firewall changes.

Why can't I get a PC with FC11-i386 to do the same with the same Driver.

Richard Thanks for your reply.

--
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: Network Printer Problems

2009-10-04 Thread Jim

On 10/04/2009 01:12 AM, Ed Greshko wrote:

Jim wrote:
   

FC11/KDE-4

Have printer setup as lpd://172.16.1.35 and I can ping the printer and
driver is setup , but when I send a test page it Stops in print que.

Policy setting is
Error Policy :  Retry Job
Operation  Policy:  Default Behavior

Cups is running in Services

 

I always check the cups logs in /var/log/cups for hints

   

Cups Error and Access logs
 
E [04/Oct/2009:10:19:21 -0400] Filter 
"/usr/lib/cups/filter/rastertosamsungsplc" for printer "CLX-3170-Series" not 
available: No such file or directory
E [04/Oct/2009:10:19:21 -0400] Filter 
"/usr/lib/cups/filter/rastertosamsungsplc" for printer "Samsung-CLX-3170" not 
available: No such file or directory
E [04/Oct/2009:10:19:21 -0400] Filter 
"/usr/lib/cups/filter/rastertosamsungsplc" for printer "Samsung-CLX-3170" not 
available: No such file or directory
E [04/Oct/2009:10:40:11 -0400] Returning HTTP Forbidden for CUPS-Delete-Printer 
(ipp://localhost/printers/Samsung-CLX-3170) from localhost
E [04/Oct/2009:11:05:43 -0400] Returning IPP client-error-not-possible for 
CUPS-Add-Modify-Printer (ipp://localhost/printers/CLP-300splc) from localhost
E [04/Oct/2009:11:05:54 -0400] [Job 39] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 40] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 41] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 42] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 43] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 44] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 45] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 46] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 48] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 50] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 52] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 53] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 54] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 55] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 56] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 57] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 58] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 60] Unable to queue job for destination 
"Samsung-CLX-3170"!
E [04/Oct/2009:11:05:54 -0400] [Job 61] Unable to queue job for destination 
"CLX-3170-Series"!
E [04/Oct/2009:11:05:55 -0400] [Job 39] Unable to open job control file 
"/var/spool/cups/c00039" - No such file or directory!
E [04/Oct/2009:11:05:55 -0400] [Job 40] Unable to open job control file 
"/var/spool/cups/c00040" - No such file or directory!
E [04/Oct/2009:11:05:55 -0400] [Job 41] Unable to open job control file 
"/var/spool/cups/c00041" - No such file or directory!
E [04/Oct/2009:11:05:55 -0400] [Job 42] Unable to open job control file 
"/var/spool/cups/c00042" - No such file or directory!
E [04/Oct/2009:11:05:55 -0400] [Job 43] Unable to open job control file 
"/var/spool/cups/c00043" - No such file or directory!
E [04/Oct/2009:11:05:55 -0400] [Job 44] Unable to open job control file 
"/var/spool/cups/c00044" - No such file or directory!
E [04/Oct/2009:11:05:55 -0400] [Job 45] Una 
localhost - - [04/Oct/2009:10:21:02 -0400] "POST / HTTP/1.1" 200 343 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:10:21:10 -0400] "POST / HTTP/1.1" 200 154 
Cancel-Subscription successful-ok
localhost - - [04/Oct/2009:10:21:10 -0400] "POST / HTTP/1.1" 200 343 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:10:21:16 -0400] "POST /jobs/ HTTP/1.1" 200 141 
Cancel-Job successful-ok
localhost - - [04/Oct/2009:10:21:16 -0400] "POST / HTTP/1.1" 200 154 
Cancel-Subscription successful-ok
localhost - - [04/Oct/2009:10:21:16 -0400] "POST / HTTP/1.1" 200 343 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:10:39:53 -0400] "POST / HTTP/1.1" 200 254 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:10

Re: Network Printer Problems

2009-10-04 Thread Jim

On 10/04/2009 01:12 AM, Ed Greshko wrote:

Jim wrote:
   

FC11/KDE-4

Have printer setup as lpd://172.16.1.35 and I can ping the printer and
driver is setup , but when I send a test page it Stops in print que.

Policy setting is
Error Policy :  Retry Job
Operation  Policy:  Default Behavior

Cups is running in Services

 

I always check the cups logs in /var/log/cups for hints

   
This is weird the same printer driver for this Samsung printer worked 
perfect on another FC11-i386 box without any problems.

Here is my /var/log/cups
 
localhost - - [04/Oct/2009:10:21:02 -0400] "POST / HTTP/1.1" 200 343 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:10:21:10 -0400] "POST / HTTP/1.1" 200 154 
Cancel-Subscription successful-ok
localhost - - [04/Oct/2009:10:21:10 -0400] "POST / HTTP/1.1" 200 343 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:10:21:16 -0400] "POST /jobs/ HTTP/1.1" 200 141 
Cancel-Job successful-ok
localhost - - [04/Oct/2009:10:21:16 -0400] "POST / HTTP/1.1" 200 154 
Cancel-Subscription successful-ok
localhost - - [04/Oct/2009:10:21:16 -0400] "POST / HTTP/1.1" 200 343 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:10:39:53 -0400] "POST / HTTP/1.1" 200 254 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:10:40:11 -0400] "POST /admin/ HTTP/1.1" 401 132 
CUPS-Delete-Printer successful-ok
localhost - margie [04/Oct/2009:10:40:11 -0400] "POST /admin/ HTTP/1.1" 403 132 
CUPS-Delete-Printer successful-ok
localhost - - [04/Oct/2009:10:40:11 -0400] "POST /admin/ HTTP/1.1" 401 132 
CUPS-Delete-Printer successful-ok
localhost - - [04/Oct/2009:10:40:20 -0400] "POST /admin/ HTTP/1.1" 401 132 
CUPS-Delete-Printer successful-ok
localhost - root [04/Oct/2009:10:40:20 -0400] "POST /admin/ HTTP/1.1" 200 132 
CUPS-Delete-Printer successful-ok
localhost - root [04/Oct/2009:10:40:27 -0400] "POST /admin/ HTTP/1.1" 200 131 
CUPS-Delete-Printer successful-ok
localhost - - [04/Oct/2009:10:40:31 -0400] "POST / HTTP/1.1" 200 154 
Cancel-Subscription successful-ok
localhost - - [04/Oct/2009:11:05:43 -0400] "POST /admin/ HTTP/1.1" 401 166 
CUPS-Add-Modify-Printer successful-ok
localhost - root [04/Oct/2009:11:05:43 -0400] "POST /admin/ HTTP/1.1" 200 166 
CUPS-Add-Modify-Printer successful-ok
localhost - root [04/Oct/2009:11:05:43 -0400] "POST /admin/ HTTP/1.1" 200 156 
CUPS-Add-Modify-Printer client-error-not-possible
localhost - - [04/Oct/2009:11:05:43 -0400] "POST /admin/ HTTP/1.1" 401 181 
CUPS-Add-Modify-Printer successful-ok
localhost - root [04/Oct/2009:11:05:43 -0400] "POST /admin/ HTTP/1.1" 200 181 
CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Oct/2009:11:05:43 -0400] "POST /admin/ HTTP/1.1" 401 127 
CUPS-Set-Default successful-ok
localhost - root [04/Oct/2009:11:05:43 -0400] "POST /admin/ HTTP/1.1" 200 127 
CUPS-Set-Default successful-ok
localhost - - [04/Oct/2009:11:06:40 -0400] "POST / HTTP/1.1" 200 254 
Create-Printer-Subscription successful-ok
localhost - - [04/Oct/2009:11:06:47 -0400] "POST /admin/ HTTP/1.1" 401 127 
CUPS-Delete-Printer successful-ok
localhost - margie [04/Oct/2009:11:06:47 -0400] "POST /admin/ HTTP/1.1" 403 127 
CUPS-Delete-Printer successful-ok
localhost - - [04/Oct/2009:11:06:47 -0400] "POST /admin/ HTTP/1.1" 401 127 
CUPS-Delete-Printer successful-ok
localhost - - [04/Oct/2009:11:06:56 -0400] "POST /admin/ HTTP/1.1" 401 127 
CUPS-Delete-Printer successful-ok
localhost - root [04/Oct/2009:11:06:56 -0400] "POST /admin/ HTTP/1.1" 200 127 
CUPS-Delete-Printer successful-ok
localhost - root [04/Oct/2009:11:06:59 -0400] "POST / HTTP/1.1" 200 2537 
CUPS-Get-Devices -
localhost - - [04/Oct/2009:11:07:09 -0400] "POST / HTTP/1.1" 200 4092367 
CUPS-Get-PPDs -
localhost - root [04/Oct/2009:11:08:09 -0400] "POST / HTTP/1.1" 200 41909 
CUPS-Get-PPD -
localhost - root [04/Oct/2009:11:08:19 -0400] "POST /admin/ HTTP/1.1" 200 41951 
CUPS-Add-Modify-Printer successful-ok
localhost - root [04/Oct/2009:11:08:19 -0400] "POST /admin/ HTTP/1.1" 200 131 
Resume-Printer successful-ok
localhost - root [04/Oct/2009:11:08:19 -0400] "POST /admin/ HTTP/1.1" 200 131 
CUPS-Accept-Jobs successful-ok
localhost - root [04/Oct/2009:11:08:20 -0400] "POST /admin/ HTTP/1.1" 200 131 
CUPS-Set-Default successful-ok
localhost - root [04/Oct/2009:11:08:20 -0400] "POST /admin/ HTTP/1.1" 200 161 
CUPS-Add-Modify-Printer successful-ok
localhost - root [04/Oct/2009:11:08:20 -0400] "POST /admin/ HTTP/1.1" 200 172 
CUPS-Add-Modify-Printer successful-ok
localhost - - [04/Oct/2009:11:08:26 -0400] "POST /printers/CLX-3170-Series 
HTTP/1.1" 200 490 Print-Job successful

Network Printer Problems

2009-10-03 Thread Jim

FC11/KDE-4

Have printer setup as lpd://172.16.1.35 and I can ping the printer and 
driver is setup , but when I send a test page it Stops in print que.


Policy setting is
Error Policy :  Retry Job
Operation  Policy:  Default Behavior

Cups is running in Services

--
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: Grub, Dual Boot

2009-10-01 Thread Jim

On 10/01/2009 08:27 PM, Aldo Foot wrote:

On Thu, Oct 1, 2009 at 5:19 PM, Jim  wrote:
<...snip...>
   

Well guys I got brave and went into the BIOS and found sdb was disabled and
I enabled it and Grub does read and boot, and I now can go into Windows or
Fedora.

So I guess  grub Error 21 means it can't find a hard drive.

I want to think all of you that tried to help.
 



Interesting. How did you install Fedora in the first place?

~af

   
Fedora was installed first, then a second 40gb hard drive for XP was 
installed. . XP previously came on this box. A Dell Dimension 4300 .


A friend that owns this box just had to have Call of Duty 4 , and wine 
wouldn't install it on Fedora because of DirectX.  So I had to put XP 
back on.


Thanks again for your help.

--
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: Grub, Dual Boot

2009-10-01 Thread Jim

On 10/01/2009 08:01 PM, Aldo Foot wrote:

On Thu, Oct 1, 2009 at 1:09 PM, Jim  wrote:
   

Dual booting with WinXP and Fedora 11.

Hard Drive 0sda1  WindowsXP

Hard Drive 1sdb1  /boot   Fedora 11

Isn't the command  grub-install  /dev/sda  what you do to write grub to boot
from
sda ?

I ran that command from fedora 11 but it still wants to boot from WindowsXP
 

_

Are you able to see the GRUB splash image at all when you're booting?
The question is aimed at understanding whether you want to just change the
boot default to Win or F11 or whether you're able to boot to F11 at all.

~af

   
Well guys I got brave and went into the BIOS and found sdb was disabled 
and I enabled it and Grub does read and boot, and I now can go into 
Windows or Fedora.


So I guess  grub Error 21 means it can't find a hard drive.

I want to think all of you that tried to help.

--
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: Grub, Dual Boot

2009-10-01 Thread Jim

On 10/01/2009 06:34 PM, Craig White wrote:

On Thu, 2009-10-01 at 17:05 -0400, Jim wrote:
   

On 10/01/2009 04:41 PM, suvayu ali wrote:
 

2009/10/1 Jim:

   

Dual booting with WinXP and Fedora 11.

Hard Drive 0sda1  WindowsXP

Hard Drive 1sdb1  /boot   Fedora 11

Isn't the command  grub-install  /dev/sda  what you do to write grub to boot
from
sda ?

I ran that command from fedora 11 but it still wants to boot from WindowsXP
.

 

you need to edit /boot/grub/grub.conf. the line `default=___' should
say `default=1' if F11 is the 2nd entry
on your list.


   

Here is my menu.lst file.
I do have a separate /boot partition  sdb1
WindowXP is on sda
Fedora 11 is on sdb
With this menu.lst, I did a,   grub-install  --recheck /dev/sda , and
when I do a reboot I get a Error 21.

Thanks for your responds.
 


boot into rescue mode

chroot /mnt/sysimage
grub-install /dev/sda

what is output of?

cat /boot/grub/grub.conf
fdisk -l /dev/sda
cat /etc/fstab

Craig


   

Here they are.

Disk /dev/sda: 40.0 GB, 40027029504 bytes
255 heads, 63 sectors/track, 4866 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000cf7ab

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1486639086113+   7  HPFS/NTFS
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#  all kernel and initrd paths are relative to /boot/, eg.
#  root (hd0,0)
#  kernel /vmlinuz-version ro root=/dev/sdb3
#  initrd /initrd-version.img
boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.30.8-64.fc11.i586)
root (hd1,0)
kernel /vmlinuz-2.6.30.8-64.fc11.i586 ro 
root=UUID=aab20ab4-9875-44d9-b8bb-57d8101d299b rhgb quiet
initrd /initrd-2.6.30.8-64.fc11.i586.img
title Fedora (2.6.30.5-43.fc11.i586)
root (hd1,0)
kernel /vmlinuz-2.6.30.5-43.fc11.i586 ro 
root=UUID=aab20ab4-9875-44d9-b8bb-57d8101d299b rhgb quiet
initrd /initrd-2.6.30.5-43.fc11.i586.img
title WindowsXP
  rootnoverify  (hd0,0)
  chainloader +1

#
# /etc/fstab
# Created by anaconda on Sat Jun 27 09:37:26 2009
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for more info
#
UUID=47d9be72-3fce-4707-bd84-cf01f19b1196 /boot   ext3
defaults1 2
UUID=aab20ab4-9875-44d9-b8bb-57d8101d299b /   ext4
defaults1 1
UUID=b69990d8-bed1-43f6-9b76-00844ef06b98 /home   ext4
defaults1 2
UUID=f59ae27d-171f-4034-86ff-3513bb934bf2 swapswap
defaults0 0
tmpfs   /dev/shmtmpfs   defaults0 0
devpts  /dev/ptsdevpts  defaults0 0
sysfs   /syssysfs   defaults0 0
proc/proc   procdefaults0 0
-- 
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: Grub, Dual Boot

2009-10-01 Thread Jim

On 10/01/2009 04:41 PM, suvayu ali wrote:

2009/10/1 Jim:
   

Dual booting with WinXP and Fedora 11.

Hard Drive 0sda1  WindowsXP

Hard Drive 1sdb1  /boot   Fedora 11

Isn't the command  grub-install  /dev/sda  what you do to write grub to boot
from
sda ?

I ran that command from fedora 11 but it still wants to boot from WindowsXP
.
 

you need to edit /boot/grub/grub.conf. the line `default=___' should
say `default=1' if F11 is the 2nd entry
on your list.

   

Here is my menu.lst file.
I do have a separate /boot partition  sdb1
WindowXP is on sda
Fedora 11 is on sdb
With this menu.lst, I did a,   grub-install  --recheck /dev/sda , and 
when I do a reboot I get a Error 21.


Thanks for your responds.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#  all kernel and initrd paths are relative to /boot/, eg.
#  root (hd0,0)
#  kernel /vmlinuz-version ro root=/dev/sdb3
#  initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.30.8-64.fc11.i586)
root (hd1,0)
kernel /vmlinuz-2.6.30.8-64.fc11.i586 ro 
root=UUID=aab20ab4-9875-44d9-b8bb-57d8101d299b rhgb quiet
initrd /initrd-2.6.30.8-64.fc11.i586.img
title Fedora (2.6.30.5-43.fc11.i586)
root (hd1,0)
kernel /vmlinuz-2.6.30.5-43.fc11.i586 ro 
root=UUID=aab20ab4-9875-44d9-b8bb-57d8101d299b rhgb quiet
initrd /initrd-2.6.30.5-43.fc11.i586.img
title Fedora (2.6.29.6-217.2.8.fc11.i586)
root (hd1,0)
kernel /vmlinuz-2.6.29.6-217.2.8.fc11.i586 ro 
root=UUID=aab20ab4-9875-44d9-b8bb-57d8101d299b rhgb quiet
initrd /initrd-2.6.29.6-217.2.8.fc11.i586.img
title WindowsXP
  rootnoverify  (hd0,0)
  chainloader +1
-- 
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

  1   2   3   4   5   6   7   8   >