Re: ssh to my computer behind NAT

2010-03-10 Thread Hiisi
2010/3/10 Bill Davidsen :
> Hiisi wrote:
>> Dear list!
>> I would like to be able to ssh to my home computer located behind my
>> ISP' NAT. I know, I can tunnel to it through some middle host and
>> actually I'm doing it at the moment. But I'm fancy is there a better
>> solution? Is there a possibility of not using any computer at the
>> middle to connect to my home system from the outside world? Can I
>> connect to it directly using some magic setup? Any thoughts?
>
> Is your real problem that you don't know what public IP the ISP assigns, or 
> that
> the connect isn't forwarded.

The second. I know public IP. It isn't forwarded.

The first is easily solved with dyndns. The second
> not so much, I think the middle computer is the only solution. My firewall 
> only
> forwards a (very) few SYN packets to real machines, the rest are either 
> rejected
> or dropped.
>
> --
> Bill Davidsen 
>   "We have more to fear from the bungling of the incompetent than from
> the machinations of the wicked."  - from Slashdot

OK. Thank you.
-- 
Hiisi.
Registered Linux User #487982. Be counted at: http://counter.li.org/
--
Spandex is a privilege, not a right.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: ssh to my computer behind NAT

2010-03-10 Thread Hiisi
2010/3/10 NoSpaze :
> Am Dienstag, den 09.03.2010, 19:59 -0500 schrieb Bill Davidsen:
>> Hiisi wrote:
>> > Dear list!
>> > I would like to be able to ssh to my home computer located behind my
>> > ISP' NAT. I know, I can tunnel to it through some middle host and
>> > actually I'm doing it at the moment. But I'm fancy is there a better
>> > solution? Is there a possibility of not using any computer at the
>> > middle to connect to my home system from the outside world? Can I
>> > connect to it directly using some magic setup? Any thoughts?
>
> Sorry missing the thread.
>
> Just open a ssh tunnel from your home computer to your office. At
> office, you'll get an open port. Just ssh to that port. You are home
> now. If you have NAT in your office too, you will need an intermediate
> box. AFAIK, this is a OSI-L3 (routing) issue, which can be solved with a
> transport (L4) workaround, therefore, you need some valid IP. Maybe
> there is a higher OSI level workaround -or another L4-, both also valid,
> I dunno.
>
> Check this:
>
> http://maratux.blogspot.com/2009/06/ssh-tunnels-using-service-from-nated.html
>
> :)
> --
> Rodolfo Alcazar Portillo - nosp...@gmail.com
> otbits.blogspot.com / counter.li.org: #367962
> --
> "Anyone can know. The point is to understand."
> - Albert Einstein
>

Yes, office computer is behind NAT either.
Thank you!
-- 
Hiisi.
Registered Linux User #487982. Be counted at: http://counter.li.org/
--
Spandex is a privilege, not a right.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Firefox plugins

2010-03-10 Thread Patrick Bartek
--- On Tue, 3/9/10, david walcroft  wrote:

> >> I used this :
> >> libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
> >> OK I didn't realise that :
> >> nphelix.so  nphelix.xpt  nppdf.so
> >> were i386 plugins,I'll remove them,but it still
> leaves
> >> libflashplayer
> >> not showing up in 'about:plugins'
> >
> > Just a shot-in-the-dark:  Is your browser a
> 32-bit or 64-bit version?  I know you said you had
> 64-bit F12, but both browser types will run on it, and you
> need to use the proper type of plugin.
> >
> > Also, are you running pluginwrapper?  It's
> usually installed and turned-on by default on 64-bit systems
> with 64-bit browsers.  It was on mine.  I disabled
> it.  No 32-bit plugins to wrap.
> >
> > B
> 
> My firefox is the 64-bit version.
> I have in /usr/lib64/nspluginwrapper several files,so how
> do I
> know that it is running and how do I disable it.

An 'about:plugins' in Firefox first revealed it to me.  'yum info 
nspluginwrapper' verified that it was installed.  Since I didn't need it, I 
just did a 'yum remove nspluginwrapper.' But that's the brute force way.  In 
Firefox's menu: Tools->Add-ons; click Addons; click desired plugin, then 
'Disable.'

B

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: ssh to my computer behind NAT

2010-03-10 Thread Ed Greshko
Hiisi wrote:
>
> Yes, office computer is behind NAT either.
> Thank you!
>   
With both systems being NAT'ing firewalls where you have no
controlthe only way I can see around your issue is the "auto" double
ssh suggested previously.  It still does what you do now...but it does
it transparently. 

-- 
Well, we'll really have a party, but we've gotta post a guard outside.
-- Eddie Cochran, "Come On Everybody"



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: sort question

2010-03-10 Thread Roberto Ragusa
jack craig wrote:
> On 03/09/2010 04:32 PM, adrian kok wrote:
>> I have file as below
>>
>> 192.168.0.4  switch
>> 192.168.0.47server 
>> 192.168.0.43printer
>> 192.168.0.218  fax
>> 192.168.0.205  monitor
>>
>> How can I use sort to 
>>
>> 192.168.0.4   switch
>> 192.168.0.43  printer
>> 192.168.0.47  server
>>
> sort -nr < file1 > file2
> 
> doesnt work?

sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: GNS3 installation

2010-03-10 Thread NoSpaze
Am Dienstag, den 09.03.2010, 23:23 +0700 schrieb Rashedul Arefin:
> I want to install GNS3 on Fedora 12. Can anyone provide me the step by
> step guidelines for this?

Make it work in five minutes (mostly, learning GNS3, nice, thanks).

a) yum install xterm telnet PyQt4 
b) downloaded and untarred GNS3 source from
http://downloads.sourceforge.net/gns-3/GNS3-0.7-src.tar.bz2?download
c) download dynamips 2.8RC1, copy inside GNS3 dir
$ wget http://www.ipflow.utc.fr/dynamips/dynamips-0.2.8-RC2-x86.bin
d) installed dynagen just in case 
http://sourceforge.net/projects/dyna-gen/files/dynagen%20source%20_%
20Linux/dynagen%200.11.0/dynagen-0.11.0-1.fc9.noarch.rpm/download
e) maybe you should install qemu, dont know if it is needed for more
routers. I make a cisco ios work fine without it.
f) create an ios directory inside GNS3's. Put some IOS there.
g) configure steps 1 and 2, requested by GNS3.
h) ./gns3

Thanks for the tip, didn't know GNS3. Cheers.
--
Rodolfo Alcazar Portillo - nosp...@gmail.com
otbits.blogspot.com / counter.li.org: #367962
--
"Sorry, we don't support the worship of gods on this list, we only
support the worship of penguins."
"what about us agnustics?"
-- Russell Coker and Graham Wilson


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: lzma compression on official isos vs Deltaisos

2010-03-10 Thread NoSpaze
Am Dienstag, den 09.03.2010, 20:35 -0800 schrieb Antonio Olivares:
> Yes, But I must ask again, rpm is using xz compression, but can 
> it be recompressed again with xz, 

No it cannot. Recompressing something that is already compressed,
normally ends in growing the final result. 

> xz is already present in Fedora
> 11/Fedora 12/Fedora 13 Alpha/Fedora Rawhide and 7zip can 
> open/extract the files too.   The rpms are xz compressed but the
> isos are not.  That is what I am asking, or is it too much
> compression?  When is so much too much?

Too much compression there is not. Best compression means getting
optimal balance between spent resources (time, space) and final result
(file size). Normally, you can add some additional compression, using
different algorithms and techniques. But compression time grows
exponentially. 

Cheers!
--
Rodolfo Alcazar Portillo - nosp...@gmail.com
otbits.blogspot.com / counter.li.org: #367962
--
Fachbegriffe der Informatik, Halflife-Server: Server, der nur halb lebt.
Kurz: IIS. 
-- Andreas Dau


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: fluxbox madness after latest updates

2010-03-10 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 9 Mar 2010, oleksandr korneta wrote:

> help! yesterday night I applied the available updates (list below), 
> rebooted the machine and my fluxbox went nuts.

The problem is xorg-x11-server.

Changelog (xorg-x11-server-1.7.5.901-4.fc12):
* Tue Mar 09 2010 Peter Hutterer  1.7.5.901-3
- - Revert to previous version of xserver-1.7.5-owner-events.patch. The one 
  in git breaks fluxbox.

So, you have to install latest xorg-x11-server from koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=160802


Gabriel

- -- 

// Gabriel VLASIU
//
// OpenGPG-KeyID  : 0xE684206E
// OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E
// OpenGPG-URL: http://www.vlasiu.net/public.key


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFLl5XseWrbH+aEIG4RAn85AJ0a6yiD6eMR4rHEKJBLN64hLISK7QCfYlm0
68pE0wTrgqVXhZdHrNrP9Sk=
=TDJE
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problem with an external usb HD - slow usb

2010-03-10 Thread Luigi Castro Cardeles
2010/3/9 Roberto Ragusa :
> Luigi Castro Cardeles wrote:
>> 2010/3/9 Mikkel :
>
>>> slow speed
>>> high speed
>>> full speed
>
>> so:
>> low-speed - uhci
>> full-speed - ohci
>> high-speed - ehci
>
> When the USB group created the 2.0 specifications it made
> a good effort to confuse "good speed" (480Mbit/s) with
> "awful speed" (12Mbit/s) devices, so to manage to sell
> all the ancient stuff by putting a USB2.0 label on them.
>
> This thread clearly demonstrates how successful they were.
> :-(
>
> --
>   Roberto Ragusa    mail at robertoragusa.it
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>

but using the same external hd on windows is faster then on linux...
at that point, i am trying to understand that :D
the device is: philips case sde3275fc/97
still struggling with that.

any news i will post here.
[]'s
Luigi Castro Cardeles
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: iptables config problem in Fedora 11

2010-03-10 Thread Edward. S. P. Leong
psmith wrote:

>On 09/03/10 15:20, Edward. S. P. Leong wrote:
>  
>
>>Dear All,
>>
>>When running the following function ( they are good for working in FC9 ) :
>>modprobe ip_tables
>>modprobe ip_nat_ftp
>>modprobe ip_conntrack
>>modprobe ip_conntrack_ftp
>>
>>error output :
>>[]# modprobe ip_tables
>>WARNING: Deprecated config file /etc/modprobe.conf, all config files
>>belong into /etc/modprobe.d/.
>>FATAL: Module ip_tables not found.
>>[]# modprobe ip_nat_ftp
>>WARNING: Deprecated config file /etc/modprobe.conf, all config files
>>belong into /etc/modprobe.d/.
>>[]# modprobe ip_conntrack
>>WARNING: Deprecated config file /etc/modprobe.conf, all config files
>>belong into /etc/modprobe.d/.
>>FATAL: Module ip_conntrack not found.
>>[]# modprobe ip_conntrack_ftp
>>WARNING: Deprecated config file /etc/modprobe.conf, all config files
>>belong into /etc/modprobe.d/.
>>
>>Is there any solution for it ?
>>
>>Thanks !
>>   
>>
>>
>are you running a custom kernel? or a fedora kernel?
>
Hello to you,

Fedora kernel...

Thanks !

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Mail Server

2010-03-10 Thread William Mungwiro
Hi All, im running Fedora 10 and i want to configure the sending of email
both internal and external. can anybody email me the instructions on how to
do it at
mungwirowill...@gmail.com as soon as possible.


-- 
WM
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Mail Server

2010-03-10 Thread Luc MAIGNAN
yum install postfix :-)

Le 10/03/10 14:40, William Mungwiro a écrit :
> Hi All, im running Fedora 10 and i want to configure the sending of 
> email both internal and external. can anybody email me the 
> instructions on how to do it at
> mungwirowill...@gmail.com  as soon 
> as possible.
>
>
> -- 
> WM

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Firewall config and ftp server

2010-03-10 Thread Edward. S. P. Leong
Dear you ,

In Fedora 9, the iptables function config is good for working as the
following :
modprobe ip_tables
modprobe ip_nat_ftp
modprobe ip_conntrack
modprobe ip_conntrack_ftp

iptables -F
iptables -X
iptables -F -t nat
iptables -X -t nat
iptables -F -t mangle
iptables -X -t mangle

iptables -P INPUT DROP
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -t nat -P OUTPUT ACCEPT
iptables -t nat -P PREROUTING ACCEPT
iptables -t nat -P POSTROUTING ACCEPT
iptables -t mangle -P PREROUTING ACCEPT
iptables -t mangle -P POSTROUTING ACCEPT
iptables -t mangle -P INPUT ACCEPT
iptables -t mangle -P OUTPUT ACCEPT
iptables -t mangle -P FORWARD ACCEPT

BUT now, how to re-config the format for applying to FC11 system ?
eg: include the following ?

modprobe ip_tables
modprobe ip_nat_ftp
modprobe ip_conntrack
modprobe ip_conntrack_ftp

Thanks !
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Mail Server

2010-03-10 Thread William Mungwiro
I have installed postfix but the problem is now configuring it, sorry i dint
mention that in my previous email

On Wed, Mar 10, 2010 at 3:42 PM, Luc MAIGNAN wrote:

> yum install postfix :-)
>
> Le 10/03/10 14:40, William Mungwiro a écrit :
> > Hi All, im running Fedora 10 and i want to configure the sending of
> > email both internal and external. can anybody email me the
> > instructions on how to do it at
> > mungwirowill...@gmail.com  as soon
> > as possible.
> >
> >
> > --
> > WM
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>



-- 
WM
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Firefox plugins

2010-03-10 Thread Aaron Konstam
On Wed, 2010-03-10 at 09:43 +1000, david walcroft wrote: 
> Fedora 12 x86_64
> I've being trying to get 'about:plugins' to recognize these .so files
> libflashplayer.so  nphelix.so  nphelix.xpt  nppdf.so, I copied them from
> .mozilla/plugins to /usr/lib64/mozilla/plugins,other .so's files are 
> recognized.
> what am I doing wrong

I have always found about:plugins relatively useless in determining what
plugins are being used. Edit->Preferences->Applications (in F12) is
much more definitive.
--
===
"Buy land. They've stopped making it." -- Mark Twain
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Mail Server

2010-03-10 Thread Michal
On 10/03/2010 13:40, William Mungwiro wrote:
> Hi All, im running Fedora 10 and i want to configure the sending of
> email both internal and external. can anybody email me the instructions
> on how to do it at
> mungwirowill...@gmail.com  as soon as
> possible.
> 
> 
> -- 
> WM
> 

They are called search engines, learn how to use them. People holding
your hand will not help anyone. For example, I tell you what to do, it
breaks...uh-oh...you don't know what to do now... You don't understand
how it works since you simply followed what someone told you to do.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Mail Server

2010-03-10 Thread Luc MAIGNAN
The scope of your question is too large...
Please ask for a configuration problem or see howtos on the postfix web site

Regards

Le 10/03/10 14:52, William Mungwiro a écrit :
> I have installed postfix but the problem is now configuring it, sorry 
> i dint mention that in my previous email
>
> On Wed, Mar 10, 2010 at 3:42 PM, Luc MAIGNAN  > wrote:
>
> yum install postfix :-)
>
> Le 10/03/10 14:40, William Mungwiro a écrit :
> > Hi All, im running Fedora 10 and i want to configure the sending of
> > email both internal and external. can anybody email me the
> > instructions on how to do it at
> > mungwirowill...@gmail.com 
>  > as soon
> > as possible.
> >
> >
> > --
> > WM
>
> --
> users mailing list
> users@lists.fedoraproject.org 
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>
>
>
>
> -- 
> WM

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Mail Server

2010-03-10 Thread Sergio Augusto Vladisauskis
I running Fedora 12 with sendmail + spamassassin + spamass-milter +
procmail. Sendmail configured to maildir and smarthost.
-- 
Sergio Augusto Vladisauskis
-> Oportunix IT Services Brasil
-> Site: http://www.oportunix.com.br
-> Fone: +55 11 4221 8163
-> Móvel: +55 11 8017 5065
-> Skype: sergiovl-work
-> Registered Linux User: 305281



2010/3/10 Luc MAIGNAN :
> The scope of your question is too large...
> Please ask for a configuration problem or see howtos on the postfix web site
>
> Regards
>
> Le 10/03/10 14:52, William Mungwiro a écrit :
>> I have installed postfix but the problem is now configuring it, sorry
>> i dint mention that in my previous email
>>
>> On Wed, Mar 10, 2010 at 3:42 PM, Luc MAIGNAN > > wrote:
>>
>>     yum install postfix :-)
>>
>>     Le 10/03/10 14:40, William Mungwiro a écrit :
>>     > Hi All, im running Fedora 10 and i want to configure the sending of
>>     > email both internal and external. can anybody email me the
>>     > instructions on how to do it at
>>     > mungwirowill...@gmail.com 
>>     >     > as soon
>>     > as possible.
>>     >
>>     >
>>     > --
>>     > WM
>>
>>     --
>>     users mailing list
>>     users@lists.fedoraproject.org 
>>     To unsubscribe or change subscription options:
>>     https://admin.fedoraproject.org/mailman/listinfo/users
>>     Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>>
>>
>>
>>
>> --
>> WM
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Tethering iPhone

2010-03-10 Thread Patrick O'Callaghan
On Tue, Mar 9, 2010 at 4:11 PM, paul s  wrote:

> hi Patrick -
>
> I had success tethering the iPhone using blueman-1.21-2.fc12... I use
> wicd for my network connections so i switched to the ethernet once
> connected...
>
> I never tested it with networkmanager and nm-applet but the bluetooth
> connection should become available once you are tethered...
>

The thing is, I want to do this precisely because my DSL connection is down,
so I can' t run yum from my Fedora machines (oh the humanity!). I did dl the
blueman rpm to the iMac and copy it over, but of course it wants a couple of
others as dependencies, which want others etc etc. You get the picture. I
guess I'll hope the DSL comes back up and I can do this properly, ready for
next time :-) Hmmm, it would be nice to be able to do some kind of web-based
dependency resolution (e.g. I upload a list of my installed rpms, some
remote service then tells me what to download to install foo). Nice project
for someone with time on their hands.

BTW the Release Notes for F12 claim that Bluetooth tethering works out of
the box. I guess I must have the wrong box.

Thanks for your help.

poc
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [389-users] modifying the server of the sync Agreement

2010-03-10 Thread Rich Megginson
jean-Noël Chardron wrote:
> Rich Megginson wrote:
>   
>> jean-Noël Chardron wrote:
>>   
>> 
>>> hello,
>>>
>>> In my company, the AD server that is sync with a 389 directory server 
>>> will be changed by a new one (because the actual AD is used and old and 
>>> not eternal)
>>> In the documentation 
>>> http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Windows_Sync.html
>>> I don't find the possibility to edit the name of the  AD in the Sync 
>>> agreement in the console of 389.
>>> I suppose that I need to delete the previous sync agreement and create a 
>>> new sync agreement with the new AD server.
>>> So I have question about this process :
>>> 1/ does the deleting sync agreement delete the data in the 389 directory 
>>> server?
>>>   
>>> 
>>>   
>> No.
>>   
>> 
>>> 2/ Do I need to create the new sync agreement before to delete the 
>>> previous or vice versa ?
>>>   
>>> 
>>>   
>> You should first delete the previous, then create a new one.
>>
>>
>>   
>> 
> Thanks for your answer.
> Ok I delete and create a new one, and the result diff in the dse.ldif is :
> # diff dse.ldif-old /etc/dirsrv/slapd-aragon/dse.ldif
> 1386,1387c1386,1387
> < dn: cn=synchroAD, cn=replica, cn="ou=DR15,dc=ad,dc=dr15, dc=cnrs, 
> dc=fr", cn=m
> <  apping tree, cn=config
> ---
>  > dn: cn=sync AD, cn=replica, cn="ou=DR15,dc=ad,dc=dr15, dc=cnrs, 
> dc=fr", cn=map
>  >  ping tree, cn=config
> 1390,1391c1390,1391
> < description: Synchronisation de l'AD de zebigbos
> < cn: synchroAD
> ---
>  > description: Synchro de l'ad avec 15SRVAD
>  > cn: sync AD
> 1398c1398
> < nsDS5ReplicaHost: zebigbos.dr15.cnrs.fr
> ---
>  > nsDS5ReplicaHost: 15srvad.ad.dr15.cnrs.fr
> 1405,1418c1405,1407
> < modifiersName: cn=Multimaster Replication Plugin,cn=plugins,cn=config
> < createTimestamp: 20090611082927Z
> < modifyTimestamp: 20100309145141Z
> < nsds7DirsyncCookie:: 
> TVNEUwMV2xUImL/KAQAA2AEAAEOdAQAA
> <  
> AABDnQEAAF9Rvn8HIWhOkUunH1LEMI8BABMAP/yMQ9AY7UWBZKfqbuIU
> <  
> FmOXBwAAcrpIZcFNk0Otnh6jbg9QyIpwPQPjcJTpIEqk0awfWJhXt2Bg
> <  
> H4lEdfD5sE64GX+P1H8ETKa4CgAA3eOpfBS2Y0SrHFxTGISQOWqjHQAAX1G+fwchaE6R
> <  
> S6cfUsQwj3adAQAAMyQ+hzgHmEiQuVpgulHJPC7FjGl+keyEek6GUn9KEi5c/q5H
> <  
> AwAAZQa0nmx01UWqsytWckzlI0L+AQAAGazXqygJLEu86IxNUsGY2MSQSyZd
> <  
> sjx5Gky9OuOXcthaWicwqFEJtdSpsUK/43VeNnP+pY1A9dvBuRpx7UmWD+rC
> <  
> 3w41+V0gAQAACH3fwPa/UkqSacbwY+m5+vc87sbo9Ib5yEWsNYVHjhdo4ifTQAAA
> <  
> E4SK9SytXEWdF32IwQsoqvaOCQAAnASF+yUqj0qpBIkYHYdWatUcj29b/BZ1
> <  1Uec6sfIJNFYG2JAPIF+/pnmE0qhCSz9C438n1cVBwAA
> < nsds50ruv: {replicageneration} 4a2e7e02
> ---
>  > modifiersName: cn=directory manager
>  > createTimestamp: 20100310101217Z
>  > modifyTimestamp: 20100310101217Z
>
>
> So I have few more question :
> the nsds7DirsyncCookie is not present in the new sync agreement , may be 
> because I don't initiate a full resynchronisation. right ?
>   
Right.
> If I initiate a full resynchronisation, does the ldap server keep the 
> user NT password and the same ntUniqueID in the base ?
>   
What attribute is the user NT password?
ntUniqueID - not sure, but as long as the object GUID doesn't change in 
AD, the unique ID shouldn't change either

If you are worried about losing any data in the DS, you should first 
make an LDIF dump (db2ldif) or a backup.
>
>
>
>
>
>
>   
>> Alternately, you could stop the server, and edit the dse.ldif file 
>> directly, and just change the name of the AD host.  That might work - 
>> the DS uses the AD DirSync control to sync with AD - if the hostname/IP 
>> address is part of the cookie, then incremental sync from AD to DS might 
>> fail - in that case, you would have to re-init the sync (which is what 
>> you would have to do anyway if you delete and add the agreement).
>>   
>> 
>>>  
>>> thanks,
>>>
>>>   
>>> 
>>>   
>> --
>> 389 users mailing list
>> 389-us...@lists.fedoraproject.org
>> https://admin.fedoraproject.org/mailman/listinfo/389-users
>>   
>> 
>
>
>   

--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Re: lzma compression on official isos vs Deltaisos

2010-03-10 Thread Bruno Wolff III
On Tue, Mar 09, 2010 at 20:06:00 -0800,
  Antonio Olivares  wrote:
> Dear fellow users,
> 
> I want to pose a quick questions.  I know Mr. A Robatino posts deltaisos 
> regularly which amounts to a certain amount of savings when one downloads a 
> deltaiso.  Although I have never downloaded one, I ask if one can save more 
> bandwidth if we use lzma compression.  I ask this question because 
> TeXLive2009 comes in a iso.xz format which is lzma compression and saves some 
> bandwidth.  Would Fedora welcome such savings and distributing isos, whether 
> test or official releases as lzma compressed?
> 
> Has this been thought of before?

For the Live images you can keep an eye on the proposed feature page:
https://fedoraproject.org/wiki/Features/LZMA_for_Live_Images

Current status is that support in the 2.6.34 kernel is iffy. Linus bounced
Lougher's initial pull request and only some clean up pacthes were accepted
before the merge window closed. Potentially he might pull in a patch providing
support for lmza squashfs later since there was an initial pull request
in time and it sat in linux-next for essentially all of 2.6.33 development,
but I wouldn't bet the farm on that.

I did test an lzma compressed live image (non-functional due to no kernel
support) for the games spin and found it was 10% (400 MiB) smaller than
the zlib compressed version.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


pvcreate fails on large RAID1 both on adding new drive as well as new installation Fedora 12

2010-03-10 Thread Jerry Feldman
Fedora 12 with kernel 2.6.31.12-174.2.3.fc12.x86_64
Processor is an AMD Opteron Quad Core. 6GB memory.
LVM is lvm2-2.02.53-2.fc12.x86_64

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0003a96c

Device Boot  Start End  Blocks   Id  System
/dev/sdc1   1  25  200781   fd  Linux raid
autodetect
/dev/sdc2  26  121601   976559220   fd  Linux raid
autodetect

ARRAY /dev/md0 UUID=4420140e:d8a9d5b5:91e28e81:d7bbf71d
ARRAY /dev/md1 UUID=05a09bd8:f968bb0e:91e28e81:d7bbf71d

[r...@gaf gaf]# pvcreate -v /dev/md1
   /dev/md1: pe_align (128 sectors) must not be less than pe_align_offset
(36028797018963967 sectors)
   /dev/md1: Format-specific setup of physical volume failed.
   Failed to setup physical volume "/dev/md1"

Please note that /dev/md1 is net up as a single disk at the point of failure.

After spending significant time trying to get this to work, I decided to 
reinstall my system from scratch since I have a complete backup. During 
installation I set up 2 RAID1 arrays, /dev/md0 and /dev/md1 with the 
appropriate LVM set up through Anaconda. During the write to disk phase, it 
failed.

I subsequently installed OpenSuSE 11.2, and it successfully allocated the RAID1 
array, but on reboot, it failed, so I went back to a single drive Fedora 12.

I have not had time yet to check the bugzilla database or file a bugzilla yet.


-- 
Jerry Feldman
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: sort question

2010-03-10 Thread Bill Davidsen
Roberto Ragusa wrote:
> jack craig wrote:
>> On 03/09/2010 04:32 PM, adrian kok wrote:
>>> I have file as below
>>>
>>> 192.168.0.4  switch
>>> 192.168.0.47server 
>>> 192.168.0.43printer
>>> 192.168.0.218  fax
>>> 192.168.0.205  monitor
>>>
>>> How can I use sort to 
>>>
>>> 192.168.0.4   switch
>>> 192.168.0.43  printer
>>> 192.168.0.47  server
>>>
>> sort -nr < file1 > file2
>>
>> doesnt work?
> 
> sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n
> 
It's because the implementation of sort only applies -n to one field. So it has 
to be restated for each field, as above. I would think this is a bug, I swear I 
used to sort IP addresses without all this effort using the old SysV sort 
command. In any case, this is the sort we have, it doesn't handle numeric sort 
with -n or -g very well, but we live with it.

If I think of it I'll test the bsd sort the next time I'm on one one.

Demo case:
  sort -n <
   "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: lzma compression on official isos vs Deltaisos

2010-03-10 Thread Roberto Ragusa
Bruno Wolff III wrote:
> I did test an lzma compressed live image (non-functional due to no kernel
> support) for the games spin and found it was 10% (400 MiB) smaller than
> the zlib compressed version.

Isn't the basic strength of lzma a very big dictionary window?
I would have said this is not easily paired to random access (squashfs).
10% (of the compressed size) looks like a very good gain.

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Proftpd config problem in Fedora 11 ( 64Bit )

2010-03-10 Thread Edward. S. P. Leong
Dear All,

Mine is Fedora 11 ( without enable firewall and selinux )
After install proftp as ftp server, there is error message during upload
file/data to the ftp server as the following :

[r...@]# rpm -qa | grep "proftpd"
proftpd-1.3.2d-1.fc11.x86_64

for /etc/proftpd.conf :
ServerType inetd
DefaultServer on
UseReverseDNS off
IdentLookups off
Port 21
Umask 022
MaxInstances 30
MaxClients 50
User nobody
Group nobody
TimeoutIdle 1800
TimeoutStalled 1800
TimeoutNoTransfer 1800
TimeoutLogin 1800
TimesGMT off

AllowRetrieveRestart on
AllowOverwrite on
AllowStoreRestart on

ServerIdent On "FTP Server"

for /etc/xinetd.d/proftpd :
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.proftpd
# log_on_success += DURATION USERID
# log_on_failure += USERID
log_on_success = EXIT DURATION
log_on_failure = ATTEMPT
nice = 10
disable = no
}

error :
STOR MySQL-client-5.1.44-1.glibc23.x86_64.rpm
150 Opening BINARY mode data connection for
MySQL-client-5.1.44-1.glibc23.x86_64.rpm
Transmitted 7359458 bytes in 155.5 secs, (464.13 Kbps), transfer succeeded
! Receive error: Blocking call cancelled

Thanks!
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Tethering iPhone

2010-03-10 Thread Patrick O'Callaghan
On Wed, 2010-03-10 at 09:34 -0430, Patrick O'Callaghan wrote:
> On Tue, Mar 9, 2010 at 4:11 PM, paul s 
> wrote:
> hi Patrick -
> 
> I had success tethering the iPhone using
> blueman-1.21-2.fc12... I use
> wicd for my network connections so i switched to the ethernet
> once
> connected...
> 
> I never tested it with networkmanager and nm-applet but the
> bluetooth
> connection should become available once you are tethered...
> 
> 
> The thing is, I want to do this precisely because my DSL connection is
> down, so I can' t run yum from my Fedora machines (oh the humanity!).
> I did dl the blueman rpm to the iMac and copy it over, but of course
> it wants a couple of others as dependencies, which want others etc
> etc. You get the picture. I guess I'll hope the DSL comes back up and
> I can do this properly, ready for next time :-) Hmmm, it would be nice
> to be able to do some kind of web-based dependency resolution (e.g. I
> upload a list of my installed rpms, some remote service then tells me
> what to download to install foo). Nice project for someone with time
> on their hands.
> 
> 
> BTW the Release Notes for F12 claim that Bluetooth tethering works out
> of the box. I guess I must have the wrong box.

Further to the above, I tried again on a different machine with more of
the Gnome stuff installed, and lo and behold it (i.e. blueman) worked.
I'm now using it to send this.

Thanks again.

poc


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Strange things during upgrades

2010-03-10 Thread Antonio M
I installed F12 on a desktop of a friend of mine.
She is experiencing freezing in particular during upgrades

Today during upgrades she got:

[r...@lella Lella]# yum-complete-transaction
Plugin caricati:presto, refresh-packagekit
No unfinished transactions left.
[r...@lella Lella]# yum clean all
Plugin caricati:presto, refresh-packagekit
Pulizia completa
0 delta-package files removed, by presto
[r...@lella Lella]# yum update
Plugin caricati:presto, refresh-packagekit
adobe-linux-i386 |  951 B 00:00
adobe-linux-i386/primary |  11 kB 00:00
adobe-linux-i386  17/17
fedora/metalink  |  29 kB 00:00
fedora   | 4.2 kB 00:00
fedora/primary_db| 9.7 MB 00:41


[Errno 2] No such file or directory:
'/var/cache/yum/i386/12/fedora/01a9150327554e6d65132266f7b065a5d107b4efb7afa78012fa3ffcc6f517e9-primary.sqlite.bz2'


What does it mean???
In the mean time, after rebooting she got strange colors on the
desktop and all icon were missing...what shall I suggest to her in
order to recover??

Tnx

-- 
Antonio Montagnani
Skype : amontag52
SIP: antoniomon...@ekiga.net
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: lzma compression on official isos vs Deltaisos

2010-03-10 Thread Bruno Wolff III
On Wed, Mar 10, 2010 at 16:06:35 +0100,
  Roberto Ragusa  wrote:
> Bruno Wolff III wrote:
> > I did test an lzma compressed live image (non-functional due to no kernel
> > support) for the games spin and found it was 10% (400 MiB) smaller than
> > the zlib compressed version.
> 
> Isn't the basic strength of lzma a very big dictionary window?
> I would have said this is not easily paired to random access (squashfs).
> 10% (of the compressed size) looks like a very good gain.

I haven't done performance testing on live images. It is claimed that lzma
decompresses at good speeds compared to other options.
My expectation is reduced accesses to slow media (especially CDs and DVDs)
will outweigh other effects.
I have been holding off on testing things that need kernel support. If Kyle
lets me get squashfs 4.1 in rawhide or F13 and Lougher posts a revised
set of patches that will work with his clean up patches that have already
been pulled, then I'll look at doing some testing of live images and mounted
file systems. I wasn't planning on detailed benchmarks for that, just seeing
if things obviously sucked compared to zlib.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Tethering iPhone

2010-03-10 Thread Michael McConnell
"Patrick O'Callaghan"  wrote:
>
> BTW the Release Notes for F12 claim that Bluetooth tethering works out of
> the box. I guess I must have the wrong box.

I ran into the same issue with my Motorola and 3Skypephone handsets being 
paired, but not able to connect with NetworkManager.

I hacked together http://www.eridani.co.uk/rfselect/rfselect.tcl which opens 
an RFCOMM session to the selected mobile phone, and with that connected the 
Mobile Broadband entries in NetworkManager appear and connect successfully.

Hope that helps.

-- Michael "Soruk" McConnell
Eridani Star System

MailStripper - http://www.MailStripper.eu/ - SMTP spam filter
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Unreadable external LCD after upgrade to 2.6.32

2010-03-10 Thread Sam Tregar
Thanks, that works perfectly.

-sam

On Tue, Mar 9, 2010 at 4:14 PM, Konstantin Svist  wrote:

> On 03/09/2010 01:12 PM, Sam Tregar wrote:
> > Hey all.  I've got a Dell Latitude E1505 running Fedora F12.  I just
> > updated to 2.6.32.9-67.fc12.i686 today and as soon as I rebooted my
> > external LCD was unreadable.  It had wavy vertical lines all over it
> > and appeared to have less than the full vertical resolution.  The
> > laptop LCD looked fine.
> >
> > After checking the cable, power-cycling the monitor and reseting its
> > settings, and rebooting a few times didn't help, I booted back
> > into 2.6.31.12-174.2.22.fc12.i686 and all was well again.  Any ideas
> > what could cause this and what I might do to fix it?
> >
> > The display chip on this laptop is an ATI Radeon Mobility X1400 and
> > I'm using the radeon driver.  Let me know if I can provide anything
> > that might help - X logs, dmesg, whatever.
> >
> > Thanks!
> > -sam
> >
>
> I have the same laptop.
> What you need to do is add nomodeset to your kernel parameters in
> /boot/grub/grub.conf
>
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: flash on www.nbc.com

2010-03-10 Thread Temlakos
On 03/10/2010 12:18 AM, Patrick Bartek wrote:
> Yes, I know.  If you're running the GNOME desktop, you'll get gnome-mplayer 
> front-end as well as mplayer when you yum install mplayer.  If you use KDE, I 
> assume you'll get the kmplayer front-end instead.
>

Yes, I have. I removed the old mplayer-gui when I found it unnecessary. 
kmplayer works fine.

>
>> I installed that, from the repositories, after removing all
>> totem
>> plug-ins and applets.
>>  
> What does 'about:plugins' report in your browser?  What 'addons' do you have? 
>  Some sites like CBS.com won't play if you have an ad-blocker, but on my 
> system, it tells me that.
>

about:plugins is a very lengthy report that shows that 
mplayerplug-in/gecko-mediaplayer is active and will support every suffix 
that I can remember, plus a few I never heard of.

Interestingly, the VLC plug-in and the gecko-mediaplayer support many of 
the same suffixes. Is that a problem?

Flash supports swf and spl only.

>
>>
>> I still cannot play any videos on Foxnews.com--though I
>> can
>> play them on the NBC channels mentioned, and on any other
>> channel.
>>  
> At this moment, I'm at a loss as to a cause or a fix.  They both work on my 
> system.
>
> Have you tried re-downloading (from Adobe) the flash-plugin--it could be 
> corrupted--and reinstalling it?  Both Foxnews and NBC use plain-vanilla flash.
>
> B
>

I wouldn't have thought that that would be an issue.

Temlakos
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Andres Felipe Acosta Gil
thanks for the response, the image is fedora-12-i686-live, and here is the
information about the specs:


   - Laptop Toshiba Satellite U505, x64-based PC
   - Intel core i3 processor @2.13 GHz
   - SMBIOS 2.6 version
   - RAM= 4Gb

Greetings

2010/3/10 Patrick Bartek 

> --- On Tue, 3/9/10, Andres Felipe Acosta Gil  wrote:
>
> > I downloaded the disc image and burned it in
> > a DVD, then i booted Fedora, but the screen turns dark and
> > the dvd stops, should i download the fedora image and burn
> > it again?? or what else should i do??
>
> Which disc image (ISO) exactly?  There are several.  What's the specs on
> the computer you're installing on?
>
> B
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>



-- 
Andres Acosta
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Andres Felipe Acosta Gil
I think its working beacuse when i press ctrl+alt+del, the system reboots, i
think when the screen is black maybe the system is waiting for an input, but
how can i see whats going on??

2010/3/10 Tim 

> On Tue, 2010-03-09 at 16:14 -0500, Andres Felipe Acosta Gil wrote:
> > I downloaded the disc image and burned it in a DVD, then i booted
> > Fedora, but the screen turns dark and the dvd stops, should i download
> > the fedora image and burn it again?? or what else should i do??
>
> Obvious question:  How long did you wait?
>
> If your PC isn't too fast, it might be working, but with a black screen,
> and something will show up when its ready.
>
> --
> [...@localhost ~]$ uname -r
> 2.6.27.25-78.2.56.fc9.i686
>
> Don't send private replies to my address, the mailbox is ignored.  I
> read messages from the public lists.
>
>
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>



-- 
Andres Acosta
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Strange things during upgrades

2010-03-10 Thread NoSpaze
Am Mittwoch, den 10.03.2010, 16:15 +0100 schrieb Antonio M:
> [Errno 2] No such file or directory:
> '/var/cache/yum/i386/12/fedora/01a9150327554e6d65132266f7b065a5d107b4efb7afa78012fa3ffcc6f517e9-primary.sqlite.bz2'

My two cents: this is my i386 laptop output. Curiously, my version is
not bzipped:

# ls -l /var/cache/yum/i386/12/fedora/
insgesamt 122048
-rw-r--r--. 1 root root 43433984 25. Feb 08:25 
01a9150327554e6d65132266f7b065a5d107b4efb7afa78012fa3ffcc6f517e9-primary.sqlite
-rw-r--r--. 1 root root   399827 11. Nov 11:36 
049e1caf96d85939d47c2530c21ae9d4535fd6019bfe8a0429319c293f493629-comps-rawhide.xml.gz
-rw-r--r--. 1 root root 1327 11. Nov 11:25 
521b16256b03f708faa16735faeb724df48eb2562ba044c595add16e23288979-prestodelta.xml.gz
-rw-r--r--. 1 root root 81090560 25. Feb 11:35 
c5e3cda5e7bc2dc520e26e0545f1079400aae213bab8c03383c23ec5523c6cc4-filelists.sqlite
-rw-r--r--. 1 root root0  8. Mär 09:09 cachecookie
-rw-r--r--. 1 root root28908  8. Mär 09:09 metalink.xml
drwxr-xr-x. 2 root root 4096 10. Mär 12:40 packages
-rw-r--r--. 1 root root 4286 11. Nov 11:36 repomd.xml

Tell if you solve it, and how. Cheers.
--
Rodolfo Alcazar Portillo - nosp...@gmail.com
otbits.blogspot.com / counter.li.org: #367962
--
"If you are not free to choose wrongly and irresponsibly, you are not
free at all."
– Jacob Hornberger (1995)


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [389-users] NB: can't login/connect to FDS

2010-03-10 Thread Brad Fuller
On Wed, Mar 10, 2010 at 00:31, jean-Noël Chardron
 wrote:
> Brad Fuller wrote:
>> HI,
>>
>> I'm brand new to FDS/LDAP. I've set up the server, seems to run fine,
>> can log in to the admin/dir console and create people.
>> I've tried to set up a fedora 12 client so that I can log in accessing
>> the FDS server but I don't seem to be making any connection to it
>> .
>> I've edited /etc/ldap.conf to add the base dc= dc=com and added "host" 
>> keyword
>>
> your base is very strange. and must reflect the base of your server.
> in a sample  dc=example,dc=com
> but as you writed it : dc= dc=com it is not correct

I actually have it correct, I just didn't write it in for privacy.
Sorry for the confusion. Should have written:


 dc=, dc=com
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Strange things during upgrades

2010-03-10 Thread Antonio M
2010/3/10 NoSpaze :
> Am Mittwoch, den 10.03.2010, 16:15 +0100 schrieb Antonio M:
>> [Errno 2] No such file or directory:
>> '/var/cache/yum/i386/12/fedora/01a9150327554e6d65132266f7b065a5d107b4efb7afa78012fa3ffcc6f517e9-primary.sqlite.bz2'
>
> My two cents: this is my i386 laptop output. Curiously, my version is
> not bzipped:
>
> # ls -l /var/cache/yum/i386/12/fedora/
> insgesamt 122048
> -rw-r--r--. 1 root root 43433984 25. Feb 08:25 
> 01a9150327554e6d65132266f7b065a5d107b4efb7afa78012fa3ffcc6f517e9-primary.sqlite
> -rw-r--r--. 1 root root   399827 11. Nov 11:36 
> 049e1caf96d85939d47c2530c21ae9d4535fd6019bfe8a0429319c293f493629-comps-rawhide.xml.gz
> -rw-r--r--. 1 root root     1327 11. Nov 11:25 
> 521b16256b03f708faa16735faeb724df48eb2562ba044c595add16e23288979-prestodelta.xml.gz
> -rw-r--r--. 1 root root 81090560 25. Feb 11:35 
> c5e3cda5e7bc2dc520e26e0545f1079400aae213bab8c03383c23ec5523c6cc4-filelists.sqlite
> -rw-r--r--. 1 root root        0  8. Mär 09:09 cachecookie
> -rw-r--r--. 1 root root    28908  8. Mär 09:09 metalink.xml
> drwxr-xr-x. 2 root root     4096 10. Mär 12:40 packages
> -rw-r--r--. 1 root root     4286 11. Nov 11:36 repomd.xml
>
> Tell if you solve it, and how. Cheers.
> --
> Rodolfo Alcazar Portillo - nosp...@gmail.com
> otbits.blogspot.com / counter.li.org: #367962
> --
> "If you are not free to choose wrongly and irresponsibly, you are not
> free at all."
> – Jacob Hornberger (1995)
>


also on my system, such a file is not zipped, that doesn't mean that I
can solve the problem :-)

-- 
Antonio Montagnani
Skype : amontag52
SIP: antoniomon...@ekiga.net
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Mail Server

2010-03-10 Thread NoSpaze
Am Mittwoch, den 10.03.2010, 15:40 +0200 schrieb William Mungwiro:
> Hi All, im running Fedora 10 and i want to configure the sending of
> email both internal and external. can anybody email me the
> instructions on how to do it at 
> mungwirowill...@gmail.com as soon as possible.

As someone pointed, the scope of your question is too wide. An email
server is related with a lot of issues: dns and nameservers,
authentication, security, encryption, viruses and spam handling, client
options, maybe a web server, etc. 

This is a vanilla setup, almost useless in the real world:

http://docs.fedoraproject.org/deployment-guide/f12/en-US/html/s3-email-mta-postfix-conf.html
> 
This one is my preferred basic setup:

http://fedorasolved.org/server-solutions/postfix-mail-server

You could be more explicit and ask puntual matters... after googling a
bit. This list provides great help, but you must focus a precise
problem. Personally, I'd like to know what are you trying to deploy.

Cheers.
--
Rodolfo Alcazar Portillo - nosp...@gmail.com
otbits.blogspot.com / counter.li.org: #367962
--
Usenet: open mouth, insert foot, propagate internationally


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


KVM and screen savers

2010-03-10 Thread William Henry

On my F12 laptop I experience the following issue:

If my cursor is in a KVM instance (RHEL 5) and I leave the machine for a while 
the Fedora screen saver with lock does not kick in.  That is until I press 
CTRL-ALT to take focus from the RHEL instance back to my Fedora 12. Then the 
screen saver kicks in.  

Apart form being a little annoying it is also probably a security issue. If I 
want the screen saver to kick-in after 5 or 10 min of idle time and require a 
password it is probably NOT a good idea for the KVM focus to somehow override 
this setting.


Regards,
William 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[389-users] How to configure WindowsXP client

2010-03-10 Thread Shouben Zhou
What is the best way to configure Window clients to authenticate from 
389 DS?

--
Shouben Zhou
Science Systems and Applications Inc.(SSAI)
1 Enterprise Pkwy, Hampton, VA 23666
Tel: (757)951-1905  Fax: (757)951-1900
Email: shouben.z...@nasa.gov



--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Re: Fedora 12 installing

2010-03-10 Thread Suvayu Ali
On 09/03/10 10:18 PM, Fred Williams wrote:
> On 9 March 2010 21:14, Andres Felipe Acosta Gilwrote:
>
>> I downloaded the disc image and burned it in a DVD, then i booted Fedora,
>> but the screen turns dark and the dvd stops, should i download the fedora

Could be your graphics hardware is not behaving properly. Maybe you 
could try kernel arguments like nomodeset, vga= or even 
vga=ask.

If none of these work, try partitioning the hard drive as per your needs 
with a live CD or a live gparted CD and boot with the Fedora DVD with 
`linux text' as the boot parameters. Then you could install in text mode 
and get your system up and running.

>> image and burn it again?? or what else should i do??
>>
>> --
>> Andres Acosta
>>
> Firstly I'd check the .iso image you downloaded first, and compare it's
> MD5sum is correct (there are a number of ways to do this in any OS)

That should be sha256sum. Fedora hasn't been using md5sum for a long 
time now.

GL with everything. :)

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Firewall config and ftp server

2010-03-10 Thread Rick Stevens
On 03/09/2010 07:47 PM, NoSpaze wrote:
> Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong:
>> NoSpaze wrote:
>>> # modprobe ip_tables
>>> FATAL: Module ip_tables not found.
>
> Again: this module does not exist! Maybe ip_nat or nf_nat?

To clarify, several kernels ago the IPV4 iptables was defaulted to being
built into the kernel so it doesn't need a modprobe or insmod.  Ditto
with the IPV4 conntrack (snippet of the default kernel config file):

CONFIG_NF_DEFRAG_IPV4=y  <<< Built into kernel
CONFIG_NF_CONNTRACK_IPV4=y  <<< Built into kernel
# CONFIG_NF_CONNTRACK_PROC_COMPAT is not set
CONFIG_IP_NF_QUEUE=m  <<< Module
CONFIG_IP_NF_IPTABLES=y  <<< Built into kernel

So remove those items from your /etc/modprobe.conf file.  It is also not 
necessary to modprobe things like the NAT module and such...if
there are rules in your iptables config that require them, they'll
be drug in by iptables itself.  The "modprobe"able modules can be
found by doing a

ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter

Note that the IPV6 versions of those modules ARE built as modules and
will need to be either modprobed or drug in as part of the iptables
rulesets.

Keep in mind that the /etc/modprobe.conf file has been deprecated in
favor of the /etc/modprobe.d/local.conf file.

>>> # modprobe ip_nat_ftp
>>> # modprobe ip_conntrack
>>> FATAL: Module ip_conntrack not found.
>>> # modprobe ip_conntrack_ftp
>>> You do not show the output of this three commands, this is mine.
>>> Matches your setup?
>
>> Dear You,
>> Mine in here :
>> []# modprobe ip_tables
>> WARNING: Deprecated config file /etc/modprobe.conf, all config files
>> belong into /etc/modprobe.d/.
>> FATAL: Module ip_tables not found.
>> []# modprobe ip_nat_ftp
>> WARNING: Deprecated config file /etc/modprobe.conf, all config files
>> belong into /etc/modprobe.d/.
>> []# modprobe ip_conntrack
>> WARNING: Deprecated config file /etc/modprobe.conf, all config files
>> belong into /etc/modprobe.d/.
>> FATAL: Module ip_conntrack not found.
> (same as mine)
>> []# modprobe ip_conntrack_ftp
>> WARNING: Deprecated config file /etc/modprobe.conf, all config files
>> belong into /etc/modprobe.d/.
>
> Ok. maybe some names are messed up on your modules.conf, maybe you have
> names like nf_nat_ftp and nf_conntrack_ftp. Check this commands outputs:
>
> # ls -l /lib/modules/$(uname -r)/kernel/net/ipv4/netfilter/
>
> # modinfo nf_nat_ftp nf_conntrack_ftp
>
> filename:   
> /lib/modules/2.6.32.9-67.fc12.i686/kernel/net/ipv4/netfilter/nf_nat_ftp.ko
> alias:  ip_nat_ftp
> description:ftp NAT helper
> author: Rusty Russell
> license:GPL
> srcversion: F92EE3A32D64466A49CF33B
> depends:nf_nat,nf_conntrack_ftp
> vermagic:   2.6.32.9-67.fc12.i686 SMP mod_unload 686
>
> filename:   
> /lib/modules/2.6.32.9-67.fc12.i686/kernel/net/netfilter/nf_conntrack_ftp.ko
> alias:  nfct-helper-ftp
> alias:  ip_conntrack_ftp
> description:ftp connection tracking helper
> author: Rusty Russell
> license:GPL
> srcversion: BCE75C1712FB8C7DF825917
> depends:
> vermagic:   2.6.32.9-67.fc12.i686 SMP mod_unload 686
> parm:   ports:array of ushort
> parm:   loose:bool
>
> # cat /proc/modules |grep nf
>
> nf_nat_ftp 2452 0 - Live 0xf7dad000
> nf_nat 15785 1 nf_nat_ftp, Live 0xf8881000
> nf_conntrack_ftp 9435 1 nf_nat_ftp, Live 0xf8857000
> nf_conntrack_ipv6 14859 2 - Live 0xf9ee2000
> ipv6 223738 22 ip6t_REJECT,nf_conntrack_ipv6, Live 0xf9e76000
>
>> So, is there any solution for me ?
>
> Good: read, fix. Bad: update/reinstall. Ugly: pay. Greets.
> --
> Rodolfo Alcazar Portillo - nosp...@gmail.com
> otbits.blogspot.com / counter.li.org: #367962
> --
> An ASCII character walks into a bar and orders a double. "Having a
> bad day?" asks the barman. "Yeah, I have a parity error," replies the
> ASCII character. The barman says, "Yeah, I thought you looked a bit
> off."
> -- Skud
>
>


-- 
--
- Rick Stevens, Systems Engineer  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-"Hello. My PID is Inigo Montoya.  You `kill -9'-ed my parent-
- process.  Prepare to vi."  -
--
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: fc12 create initramfs contaning twofish kernel module

2010-03-10 Thread Bruno Wolff III
On Tue, Mar 09, 2010 at 21:18:07 +0100,
  Jeffrey Kelling  wrote:
> 
> I just installed fc12 on an existing Twofish-encrypted LVM containing /home 
> and / as logical volumes. The installation went well, but the system won't 
> start because the initramfs misses module 'twofish-common'.

It's a bit late now, but using AES might have been a better option.

> How can I add the missing module to the initramfs? I was not able to find a 
> working HowTo for dracut. Issuing
> > dracut /boot/myinit
> from the live-CD in a chroot to the system on disc did produce an initramfs 
> containing an empty directory tree.

The man page suggests that -m can be used to specify modules that should be
included. I haven't tried that myself though.

> Furthermore, I was not able to find any further options when creating an 
> encrypted filesystem in anaconda, did I miss something there?

I think the idea there was to pick something reasonable and not provide a
way for people to shoot themselves in the foot. If you really care, you
can set up the luks devices before doing the install and you should be able
to use them by supplying the key for them. If that doesn't work, it's probably
a bug that should be reported.

You could try filing an RFE against anaconda that it determine the modules
needed for any luks devices used during the install and make sure there are
included in the initramfs image that gets built.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Proftpd config problem in Fedora 11 ( 64Bit )

2010-03-10 Thread Rick Stevens
On 03/10/2010 07:07 AM, Edward. S. P. Leong wrote:
> Dear All,
>
> Mine is Fedora 11 ( without enable firewall and selinux )
> After install proftp as ftp server, there is error message during upload
> file/data to the ftp server as the following :
>
> [r...@]# rpm -qa | grep "proftpd"
> proftpd-1.3.2d-1.fc11.x86_64
>
> for /etc/proftpd.conf :
> ServerType inetd
> DefaultServer on
> UseReverseDNS off
> IdentLookups off
> Port 21
> Umask 022
> MaxInstances 30
> MaxClients 50
> User nobody
> Group nobody
> TimeoutIdle 1800
> TimeoutStalled 1800
> TimeoutNoTransfer 1800
> TimeoutLogin 1800
> TimesGMT off
>
> AllowRetrieveRestart on
> AllowOverwrite on
> AllowStoreRestart on
>
> ServerIdent On "FTP Server"
>
> for /etc/xinetd.d/proftpd :
> service ftp
> {
> socket_type = stream
> wait = no
> user = root
> server = /usr/sbin/in.proftpd
> # log_on_success += DURATION USERID
> # log_on_failure += USERID
> log_on_success = EXIT DURATION
> log_on_failure = ATTEMPT
> nice = 10
> disable = no
> }
>
> error :
> STOR MySQL-client-5.1.44-1.glibc23.x86_64.rpm
> 150 Opening BINARY mode data connection for
> MySQL-client-5.1.44-1.glibc23.x86_64.rpm
> Transmitted 7359458 bytes in 155.5 secs, (464.13 Kbps), transfer succeeded
> ! Receive error: Blocking call cancelled

The STOR command is the FTP command lingo for "put".  When the client
does a "put", it sends the server a "STOR" command.  It looks like the
transfer occurred, but the destination directory wasn't writable by
the FTP server.  Double check the permissions on the destination 
directory and make sure user "nobody" can write to it, since that's
who you've told ProFTPD to run as.
--
- Rick Stevens, Systems Engineer  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
- Millihelen, adj: The amount of beauty required to launch one ship. -
--
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Vanilla kernels and nouveau

2010-03-10 Thread Aioanei Rares
Hi y'all,

I have the habit of compiling kernels from Linus' tree once in a while. 
The list of installed kernels on my AA64 Fedora 12 machine looks like so :

[ara...@localhost ~]$ ls /boot | grep vmlinuz
vmlinuz
vmlinuz-2.6.31.12-174.2.22.fc12.x86_64
vmlinuz-2.6.31.5-127.fc12.x86_64
vmlinuz-2.6.32.9-67.fc12.x86_64
vmlinuz-2.6.33-1-gbaac35c
vmlinuz-2.6.33-05070-g64ba992
vmlinuz-2.6.33-05679-g4da0b66
vmlinuz-2.6.34-rc1-5-g522dba7

Now, the first vanilla kernel (aka the oldest) works OK with nouveau, 
and the Fedora-supplied ones do the same. However, the other vanilla 
kernels fail to show me a nice gdm screen, and after some flickering, 
leave the following in my logs :

195 (II) [drm] DRM interface version 1.3
196 (II) [drm] DRM open master succeeded.
197 (II) NOUVEAU(0): [drm] nouveau interface version: 0.0.16
198 (EE) NOUVEAU(0): [drm] wrong version, expecting 0.0.15
199 (EE) NOUVEAU(0): 879:
200 (II) UnloadModule: "nouveau"
201 (II) UnloadModule: "dri"
202 (II) UnloadModule: "int10"
203 (II) Unloading /usr/lib64/xorg/modules/libint10.so
204 (EE) Screen(s) found, but none have a usable configuration.
205
206 Fatal server error:
207 no screens found
208
209 Please consult the Fedora Project support

(the line numbers are from my vim, sorry). So, the question is : should 
I file this as a bug in kernel's bugzilla or in Fedora's? Thank you.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [389-users] NB: can't login/connect to FDS

2010-03-10 Thread Brad Fuller
On Wed, Mar 10, 2010 at 00:44, jean-Noël Chardron

> In first you have to verify the setup of the server with tools like :
> - ldapsearch of openldap that is locate in /usr/bin on fedora 11
> - ldapsearch of mozilla that is locate in /usr/lib/mozldap/ldapsearch on
> i686  or /usr/lib64/mozldap/ on x86_64 . you can install this with the
> rpm mozldap-tools
> take care that the arguments of these two commands are not equal.

It clearly is a connection problem. I can do
ldapsearch -x
on the server and it replies with a list of people that I added
ldapsearch -x 
does not return the same list.
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Vanilla kernels and nouveau

2010-03-10 Thread Bruno Wolff III
On Wed, Mar 10, 2010 at 19:45:12 +0200,
  Aioanei Rares  wrote:
> 
> Now, the first vanilla kernel (aka the oldest) works OK with nouveau, 
> and the Fedora-supplied ones do the same. However, the other vanilla 
> kernels fail to show me a nice gdm screen, and after some flickering, 
> leave the following in my logs :

Nouveau had an abi change. There was a big discussion about this on LMKL
because it broke some stuff for Linus on his F12 machine. There is still
an unresolved issue on how to easily do bisects accross this change. But
Linus didn't revert the change.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Vanilla kernels and nouveau

2010-03-10 Thread Aioanei Rares
On 03/10/2010 07:57 PM, Bruno Wolff III wrote:
> On Wed, Mar 10, 2010 at 19:45:12 +0200,
>Aioanei Rares  wrote:
>
>> Now, the first vanilla kernel (aka the oldest) works OK with nouveau,
>> and the Fedora-supplied ones do the same. However, the other vanilla
>> kernels fail to show me a nice gdm screen, and after some flickering,
>> leave the following in my logs :
>>  
> Nouveau had an abi change. There was a big discussion about this on LMKL
> because it broke some stuff for Linus on his F12 machine. There is still
> an unresolved issue on how to easily do bisects accross this change. But
> Linus didn't revert the change.
>
>
Yes, I checked in my mail archive ; thanks a lot.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: flash on www.nbc.com

2010-03-10 Thread Patrick Bartek
--- On Wed, 3/10/10, Temlakos  wrote:

> On 03/10/2010 12:18 AM, Patrick
> Bartek wrote:
> > Yes, I know.  If you're running the GNOME
> desktop, you'll get gnome-mplayer front-end as well as
> mplayer when you yum install mplayer.  If you use KDE,
> I assume you'll get the kmplayer front-end instead.
> >    
> 
> Yes, I have. I removed the old mplayer-gui when I found it
> unnecessary. 
> kmplayer works fine.
> 
> >    
> >> I installed that, from the repositories, after
> removing all
> >> totem
> >> plug-ins and applets.
> >>      
> > What does 'about:plugins' report in your
> browser?  What 'addons' do you have?  Some sites
> like CBS.com won't play if you have an ad-blocker, but on my
> system, it tells me that.
> >    
> 
> about:plugins is a very lengthy report that shows that 
> mplayerplug-in/gecko-mediaplayer is active and will support
> every suffix 
> that I can remember, plus a few I never heard of.
> 
> Interestingly, the VLC plug-in and the gecko-mediaplayer
> support many of 
> the same suffixes. Is that a problem?

There could be a conflict.  Stranger things have happened.  Try disabling the 
VLC plugin: (in Firefox) Tools->Addons, click 'Plugins', click VLC and disable. 
 Quit and restart Firefox.  Check 'about:plugins' to verify VLC-plugin is 
disabled.  

> Flash supports swf and spl only.

That's all it should support:  just flash files.

> >    
> >>
> >> I still cannot play any videos on
> Foxnews.com--though I
> >> can
> >> play them on the NBC channels mentioned, and on
> any other
> >> channel.
> >>      
> > At this moment, I'm at a loss as to a cause or a
> fix.  They both work on my system.
> >
> > Have you tried re-downloading (from Adobe) the
> flash-plugin--it could be corrupted--and reinstalling
> it?  Both Foxnews and NBC use plain-vanilla flash.
> >
> > B
> >    
> 
> I wouldn't have thought that that would be an issue.

Best to eliminate all possibilities no matter how remote.  Too bad Adobe 
doesn't list checksums for the flash downloads.

B
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


gmpc sound not working

2010-03-10 Thread Wendell Nichols
I'm running Fedora 10 with the gnome desktop.  I installed the mpd 
(music player daemon) on my file server (where all the music lives) and 
gmpc on my laptop.  These things come from rpmfusion.
Every sound application on my machine is able to make noise except 
gmpc.  It doesn't have a config panel so there doesn't seem to be any 
way to choose between sound systems or any such nonsense.  It displays 
all the files on the server so communication is established.  Network 
monitor shows increased network traffic from my server when I'm playing 
a song, so I'll assume that music is actually flowing on the net.
Has anyone got this thing to work?  I would rather not have music 
cluttering up every box in the house when it is aviailable via server...
wcn
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Patrick Bartek
--- On Wed, 3/10/10, Andres Felipe Acosta Gil  wrote:

> thanks for the response, the image is
> fedora-12-i686-live, and here is the information about the
> specs:
> Laptop Toshiba Satellite U505, x64-based
> PCIntel core i3 processor @2.13 GHz
> SMBIOS 2.6 versionRAM=4Gb

I've always had problems with the graphics (X-server) part of Fedora Live CDs.  
Black screen.  The CD doesn't have the correct driver, doesn't recognize the 
graphics card/chip, improper X configuration, etc.  For this reason I don't use 
Live CDs for installs.

Try 'ctrl-alt-backspace' key combination (this will kill the X-server) after 
the black screen appears.  If you are dropped back to a usable commandline 
terminal, then it's an X problem.  Use a full install DVD.  Takes a while to 
download, but it's worth it:  more drivers.

Also, be aware that with the 32-bit (i686) versions of Fedora, you won't have 
access to all 4GB of RAM due to limits of the 32-bit addressing unless you use 
the PAE kernel.  You'd be better off using the 64-bit Fedora instead.

B


> 2010/3/10 Patrick Bartek 
> 
> --- On Tue, 3/9/10, Andres
> Felipe Acosta Gil 
> wrote:
> 
> 
> 
> > I downloaded the disc image and burned it in
> 
> > a DVD, then i booted Fedora, but the screen turns dark
> and
> 
> > the dvd stops, should i download the fedora image and
> burn
> 
> > it again?? or what else should i do??
> 
> 
> 
> Which disc image (ISO) exactly?  There are
> several.  What's the specs on the computer you're
> installing on?

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul Smith
Dear All,

When i run 'yum update', I get the following error:

Transaction Check Error:
  installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
/boot filesystem

Any ideas?

Thanks in advance,

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


icons vs. messages in gpk-update-viewer??

2010-03-10 Thread BeartoothHOS

The last couple batches of updates have shown lots of apps with 
the little round gray power button icon, like the one you click to shut 
down, reboot, etc. And the initial box interprets it as meaning restart 
(which seems generally to be spreading as a substitute for reboot).

But the message in the box after the update finishes says to log 
out and back in.

Has there been a great change? Or has the message somehow gotten 
bonkered?

-- 
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Aioanei Rares
On 03/10/2010 08:26 PM, Patrick Bartek wrote
> Also, be aware that with the 32-bit (i686) versions of Fedora, you won't have 
> access to all 4GB of RAM due to limits of the 32-bit addressing unless you 
> use the PAE kernel.  You'd be better off using the 64-bit Fedora instead.
>
> B
>
>
Fedora IA32 comes with PAE enabled by default.
Still, it's better using AA64; also ctrl+alt+backspace is disabled by 
default . To the OP : what video card do you have?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Bruno Wolff III
On Wed, Mar 10, 2010 at 18:28:04 +,
  Paul Smith  wrote:
> Dear All,
> 
> When i run 'yum update', I get the following error:
> 
> Transaction Check Error:
>   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
> /boot filesystem
> 
> Any ideas?

yum erase one of the older kernels.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul
Paul Smith wrote:
> Dear All,
>
> When i run 'yum update', I get the following error:
>
> Transaction Check Error:
>   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
> /boot filesystem
>
> Any ideas?
>
> Thanks in advance,
>
> Paul
>   
Looks like you need to either delete something off the boot partition
that you don't need anymore, or make it just a little bit bigger. Yum is
trying to install an updated kernel and not finding enough disk space to
do so.

Cheers,


-- 


Paul


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Frank Cox

On Wed, 2010-03-10 at 18:28 +, Paul Smith wrote:
>   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
> /boot filesystem

yum install yum-utils
package-cleanup --oldkernels
-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul Smith
On Wed, Mar 10, 2010 at 6:39 PM, Frank Cox  wrote:
>>   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
>> /boot filesystem
>
> yum install yum-utils
> package-cleanup --oldkernels

Thanks to all. I had already removed all old kernels. My /boot
directory looks like the following:

# dir /boot
config-2.6.32.9-67.fc12.x86_64 lost+found
efiSystem.map-2.6.32.9-67.fc12.x86_64
grub   upgrade
initramfs-2.6.32.9-67.fc12.x86_64.img  vmlinuz-2.6.32.9-67.fc12.x86_64
#

Any further ideas? How can I increase the size of /boot?

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [389-users] NB: can't login/connect to FDS

2010-03-10 Thread Brad Fuller
Here's some progress.
Originally I used ldapsearch with no arguments and received:
# search result
search: 2
result: 32 No such object

Which lead me to the conclusion that the client couldn't reach the ldap server.

I added the LDAP server to a thunderbird (email) client and it
successfully found users.

So, it's not a complete connection problem.
Why can't I log in? A PAM issue? Is there something I need to set in
ldap.conf for PAM that authconfig didn't set correctly?

ldap -d 1 returned

** ld 0x20eb70c8 Connections:
* host: 192.168.1.100  port: 389  (default)
  refcnt: 2  status: Connected
  last used: Wed Mar 10 10:21:53 2010

so that seems to indicate that there is a connection.

=
I don't have a clue what I'm looking at, so I'll dump the whole thing
here (sorry if that's a problem). Perhaps someone can point me to the
right area of the debug statement, that I can investigate further.

I appreciate your help


bful...@pinot:~$ ldapsearch -x -d 1 -h 192.168.1.100
ldap_create
ldap_url_parse_ext(ldap://192.168.1.100)
ldap_sasl_bind
ldap_send_initial_request
ldap_new_connection 1 1 0
ldap_int_open_connection
ldap_connect_to_host: TCP 192.168.1.100:389
ldap_new_socket: 3
ldap_prepare_socket: 3
ldap_connect_to_host: Trying 192.168.1.100:389
ldap_pvt_connect: fd: 3 tm: -1 async: 0
ldap_open_defconn: successful
ldap_send_server_request
ber_scanf fmt ({it) ber:
ber_scanf fmt ({i) ber:
ber_flush2: 22 bytes to sd 3
ldap_result ld 0x20eb70c8 msgid 1
wait4msg ld 0x20eb70c8 msgid 1 (infinite timeout)
wait4msg continue ld 0x20eb70c8 msgid 1 all 1
** ld 0x20eb70c8 Connections:
* host: 192.168.1.100  port: 389  (default)
  refcnt: 2  status: Connected
  last used: Wed Mar 10 10:21:53 2010


** ld 0x20eb70c8 Outstanding Requests:
 * msgid 1,  origid 1, status InProgress
   outstanding referrals 0, parent count 0
  ld 0x20eb70c8 request count 1 (abandoned 0)
** ld 0x20eb70c8 Response Queue:
   Empty
  ld 0x20eb70c8 response count 0
ldap_chkResponseList ld 0x20eb70c8 msgid 1 all 1
ldap_chkResponseList returns ld 0x20eb70c8 NULL
ldap_int_select
read1msg: ld 0x20eb70c8 msgid 1 all 1
ber_get_next
ber_get_next: tag 0x30 len 12 contents:
read1msg: ld 0x20eb70c8 msgid 1 message type bind
ber_scanf fmt ({eAA) ber:
read1msg: ld 0x20eb70c8 0 new referrals
read1msg:  mark request completed, ld 0x20eb70c8 msgid 1
request done: ld 0x20eb70c8 msgid 1
res_errno: 0, res_error: <>, res_matched: <>
ldap_free_request (origid 1, msgid 1)
ldap_parse_result
ber_scanf fmt ({iAA) ber:
ber_scanf fmt (}) ber:
ldap_msgfree
# extended LDIF
#
# LDAPv3
# base <> (default) with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

ldap_search_ext
put_filter: "(objectclass=*)"
put_filter: simple
put_simple_filter: "objectclass=*"
ldap_send_initial_request
ldap_send_server_request
ber_scanf fmt ({it) ber:
ber_scanf fmt ({) ber:
ber_flush2: 51 bytes to sd 3
ldap_result ld 0x20eb70c8 msgid -1
wait4msg ld 0x20eb70c8 msgid -1 (infinite timeout)
wait4msg continue ld 0x20eb70c8 msgid -1 all 0
** ld 0x20eb70c8 Connections:
* host: 192.168.1.100  port: 389  (default)
  refcnt: 2  status: Connected
  last used: Wed Mar 10 10:21:53 2010


** ld 0x20eb70c8 Outstanding Requests:
 * msgid 2,  origid 2, status InProgress
   outstanding referrals 0, parent count 0
  ld 0x20eb70c8 request count 1 (abandoned 0)
** ld 0x20eb70c8 Response Queue:
   Empty
  ld 0x20eb70c8 response count 0
ldap_chkResponseList ld 0x20eb70c8 msgid -1 all 0
ldap_chkResponseList returns ld 0x20eb70c8 NULL
ldap_int_select
read1msg: ld 0x20eb70c8 msgid -1 all 0
ber_get_next
ber_get_next: tag 0x30 len 12 contents:
read1msg: ld 0x20eb70c8 msgid 2 message type search-result
ber_scanf fmt ({eAA) ber:
read1msg: ld 0x20eb70c8 0 new referrals
read1msg:  mark request completed, ld 0x20eb70c8 msgid 2
request done: ld 0x20eb70c8 msgid 2
res_errno: 32, res_error: <>, res_matched: <>
ldap_free_request (origid 2, msgid 2)
# search result
search: 2
ldap_parse_result
ber_scanf fmt ({iAA) ber:
ber_scanf fmt (}) ber:
ldap_err2string
result: 32 No such object
ldap_msgfree

# numResponses: 1
ldap_free_connection 1 1
ldap_send_unbind
ber_flush2: 11 bytes to sd 3
ldap_free_connection: actually freed


--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


After installation, booting FC-12.

2010-03-10 Thread zchry237
Hello


List,

The installation of FC-12 went very smoothly.  I removed all external devices 
and unnecessary seated cards, to do the install.  Then, the reboot screen 
appeared.  I clicked on the reboot button, and the computer rebooted.  During 
the reboot procedure, the yaboot (the apple macintosh boot loader) screen 
appeared.  The following options were presented:

l linux
x macosx
o openfirmware
n network
c cdrom

I entered an l, at the boot prompt, and the booting procedure continued to boot 
linux.

During the boot process, an Oops! machine check 7... occurred.  Followed by a 
trace and other information.  The machine check, Oops, appears to revolve 
around ochi1394, or firewire.  Incedently, the computer's 2 external firewire 
ports, and the internal firewire port are no longer working.

With FC-11, this very same machine check, Oops, occurred.  Also, after loading 
all necessary linux software components, the login screen would appear.  After 
logging into FC-11's gnome or KDE desktop, a kernel report  (which was probably 
related to the Oops!) would be automatically generated and sent to whomever.

In this version of linux, FC-12, the boot procedure stops loading after eth1 
(apple wireless base station check), and simply stands still.

What changed in the boot load process?  Were additional stringent modules, 
components, checks, or procedures added?

The boot process does not allow the welcome screen to appear.

What is the possible solution?  I would like to know.

Thank you



Linux user 


  -- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Aioanei Rares
On 03/10/2010 08:44 PM, Paul Smith wrote:
> On Wed, Mar 10, 2010 at 6:39 PM, Frank Cox  wrote:
>
>>>installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
>>> /boot filesystem
>>>
>> yum install yum-utils
>> package-cleanup --oldkernels
>>  
> Thanks to all. I had already removed all old kernels. My /boot
> directory looks like the following:
>
> # dir /boot
> config-2.6.32.9-67.fc12.x86_64   lost+found
> efi  System.map-2.6.32.9-67.fc12.x86_64
> grub upgrade
> initramfs-2.6.32.9-67.fc12.x86_64.img  vmlinuz-2.6.32.9-67.fc12.x86_64
> #
>
> Any further ideas? How can I increase the size of /boot?
>
> Paul
>
What does 'df -h' has to say?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul Smith
On Wed, Mar 10, 2010 at 6:53 PM, Aioanei Rares  wrote:
   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
 /boot filesystem
>>>
>>> yum install yum-utils
>>> package-cleanup --oldkernels
>>
>> Thanks to all. I had already removed all old kernels. My /boot
>> directory looks like the following:
>>
>> # dir /boot
>> config-2.6.32.9-67.fc12.x86_64         lost+found
>> efi                                    System.map-2.6.32.9-67.fc12.x86_64
>> grub                                   upgrade
>> initramfs-2.6.32.9-67.fc12.x86_64.img  vmlinuz-2.6.32.9-67.fc12.x86_64
>> #
>>
>> Any further ideas? How can I increase the size of /boot?
>
> What does 'df -h' has to say?
>

The following, Aioanei:
# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
  457G  285G  149G  66% /
tmpfs 1.6G  844K  1.6G   1% /dev/shm
/dev/sdb1 194M  168M   27M  87% /boot
#

Thanks,

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


After installation, booting FC-12.

2010-03-10 Thread zchry237
Hello


List,

The installation of FC-12 went very smoothly.  I removed all external devices 
and unnecessary seated cards, to do the install.  Then, the reboot screen 
appeared.  I clicked on the reboot button, and the computer rebooted.  During 
the reboot procedure, the yaboot (the apple macintosh boot loader) screen 
appeared.  The following options were presented:

l linux
x macosx
o openfirmware
n network
c cdrom

I entered an l, at the boot prompt, and the booting procedure continued to boot 
linux.

During the boot process, an Oops! machine check 7... occurred.  Followed by a 
trace and other information.  The machine check, Oops, appears to revolve 
around ochi1394, or firewire.  Incedently, the computer's 2 external firewire 
ports, and the internal firewire port are no longer working.

With FC-11, this very same machine check, Oops, occurred.  Also, after loading 
all necessary linux software components, the login screen would appear.  After 
logging into FC-11's gnome or KDE desktop, a kernel report  (which was probably 
related to the Oops!) would be automatically generated and sent to whomever.

In this version of linux, FC-12, the boot procedure stops loading after eth1 
(apple wireless base station check), and simply stands still.

What changed in the boot load process?  Were additional stringent modules, 
components, checks, or procedures added?

The boot process does not allow the welcome screen to appear.

What is the possible solution?  I would like to know.

Thank you



Linux user  


  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Aioanei Rares
On 03/10/2010 08:59 PM, Paul Smith wrote:
> On Wed, Mar 10, 2010 at 6:53 PM, Aioanei Rares  
> wrote:
>
>installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
> /boot filesystem
>
 yum install yum-utils
 package-cleanup --oldkernels
  
>>> Thanks to all. I had already removed all old kernels. My /boot
>>> directory looks like the following:
>>>
>>> # dir /boot
>>> config-2.6.32.9-67.fc12.x86_64 lost+found
>>> efiSystem.map-2.6.32.9-67.fc12.x86_64
>>> grub   upgrade
>>> initramfs-2.6.32.9-67.fc12.x86_64.img  vmlinuz-2.6.32.9-67.fc12.x86_64
>>> #
>>>
>>> Any further ideas? How can I increase the size of /boot?
>>>
>> What does 'df -h' has to say?
>>
>>  
> The following, Aioanei:
> # df -h
> FilesystemSize  Used Avail Use% Mounted on
> /dev/mapper/VolGroup-lv_root
>457G  285G  149G  66% /
> tmpfs 1.6G  844K  1.6G   1% /dev/shm
> /dev/sdb1 194M  168M   27M  87% /boot
> #
>
> Thanks,
>
> Paul
>
You DID clean up the old kernels, right? Do you have hand-compiled ones 
as well or what is taking 168 MB of space from your /boot ?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul Smith
On Wed, Mar 10, 2010 at 7:17 PM, Aioanei Rares  wrote:
>>   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
>> /boot filesystem
>>
>
> yum install yum-utils
> package-cleanup --oldkernels
>

 Thanks to all. I had already removed all old kernels. My /boot
 directory looks like the following:

 # dir /boot
 config-2.6.32.9-67.fc12.x86_64         lost+found
 efi
  System.map-2.6.32.9-67.fc12.x86_64
 grub                                   upgrade
 initramfs-2.6.32.9-67.fc12.x86_64.img  vmlinuz-2.6.32.9-67.fc12.x86_64
 #

 Any further ideas? How can I increase the size of /boot?

>>>
>>> What does 'df -h' has to say?
>>>
>>>
>>
>> The following, Aioanei:
>> # df -h
>> Filesystem            Size  Used Avail Use% Mounted on
>> /dev/mapper/VolGroup-lv_root
>>                       457G  285G  149G  66% /
>> tmpfs                 1.6G  844K  1.6G   1% /dev/shm
>> /dev/sdb1             194M  168M   27M  87% /boot
>> #
>
> You DID clean up the old kernels, right? Do you have hand-compiled ones as
> well or what is taking 168 MB of space from your /boot ?

Yes, I did clean up the old kernels. Please, see the following:

# dir -l /boot/
total 18337
-rw-r--r--. 1 root root   101134 2010-02-27 09:40 config-2.6.32.9-67.fc12.x86_64
drwxr-xr-x. 3 root root 1024 2009-06-10 01:07 efi
drwxr-xr-x. 2 root root 1024 2010-03-10 17:41 grub
-rw-r--r--. 1 root root 12870846 2010-03-06 11:18
initramfs-2.6.32.9-67.fc12.x86_64.img
drwx--. 2 root root12288 2009-06-10 00:49 lost+found
-rw-r--r--. 1 root root  2098865 2010-02-27 09:40
System.map-2.6.32.9-67.fc12.x86_64
drwxr-xr-x. 2 root root 1024 2009-11-18 00:28 upgrade
-rwxr-xr-x. 1 root root  3603328 2010-02-27 09:40
vmlinuz-2.6.32.9-67.fc12.x86_64
#

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: After installation, booting FC-12.

2010-03-10 Thread Aioanei Rares
[...] snip.
Repeatedly posting the exact same question because of imaptience or 
because you thought you'd get more attention won't help you, not here, 
nor elsewhere. Do you have the means to boot the machine? If yes, file a 
bug report.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Michael Schwendt
On Wed, 10 Mar 2010 19:20:38 +, Paul wrote:

> 
> Yes, I did clean up the old kernels. Please, see the following:
> 
> # dir -l /boot/
> total 18337
> -rw-r--r--. 1 root root   101134 2010-02-27 09:40 
> config-2.6.32.9-67.fc12.x86_64
> drwxr-xr-x. 3 root root 1024 2009-06-10 01:07 efi
> drwxr-xr-x. 2 root root 1024 2010-03-10 17:41 grub
> -rw-r--r--. 1 root root 12870846 2010-03-06 11:18
> initramfs-2.6.32.9-67.fc12.x86_64.img
> drwx--. 2 root root12288 2009-06-10 00:49 lost+found
> -rw-r--r--. 1 root root  2098865 2010-02-27 09:40
> System.map-2.6.32.9-67.fc12.x86_64
> drwxr-xr-x. 2 root root 1024 2009-11-18 00:28 upgrade
> -rwxr-xr-x. 1 root root  3603328 2010-02-27 09:40
> vmlinuz-2.6.32.9-67.fc12.x86_64
> #

And in the "upgrade" directory?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Steven Stern
On 03/10/2010 01:20 PM, Paul Smith wrote:
> On Wed, Mar 10, 2010 at 7:17 PM, Aioanei Rares  
> wrote:
>>>   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
>>> /boot filesystem
>>>
>>
>> yum install yum-utils
>> package-cleanup --oldkernels
>>
>
> Thanks to all. I had already removed all old kernels. My /boot
> directory looks like the following:
>
> # dir /boot
> config-2.6.32.9-67.fc12.x86_64 lost+found
> efi
>  System.map-2.6.32.9-67.fc12.x86_64
> grub   upgrade
> initramfs-2.6.32.9-67.fc12.x86_64.img  vmlinuz-2.6.32.9-67.fc12.x86_64
> #
>
> Any further ideas? How can I increase the size of /boot?
>

 What does 'df -h' has to say?


>>>
>>> The following, Aioanei:
>>> # df -h
>>> FilesystemSize  Used Avail Use% Mounted on
>>> /dev/mapper/VolGroup-lv_root
>>>   457G  285G  149G  66% /
>>> tmpfs 1.6G  844K  1.6G   1% /dev/shm
>>> /dev/sdb1 194M  168M   27M  87% /boot
>>> #
>>
>> You DID clean up the old kernels, right? Do you have hand-compiled ones as
>> well or what is taking 168 MB of space from your /boot ?
> 
> Yes, I did clean up the old kernels. Please, see the following:
> 
> # dir -l /boot/
> total 18337
> -rw-r--r--. 1 root root   101134 2010-02-27 09:40 
> config-2.6.32.9-67.fc12.x86_64
> drwxr-xr-x. 3 root root 1024 2009-06-10 01:07 efi
> drwxr-xr-x. 2 root root 1024 2010-03-10 17:41 grub
> -rw-r--r--. 1 root root 12870846 2010-03-06 11:18
> initramfs-2.6.32.9-67.fc12.x86_64.img
> drwx--. 2 root root12288 2009-06-10 00:49 lost+found
> -rw-r--r--. 1 root root  2098865 2010-02-27 09:40
> System.map-2.6.32.9-67.fc12.x86_64
> drwxr-xr-x. 2 root root 1024 2009-11-18 00:28 upgrade
> -rwxr-xr-x. 1 root root  3603328 2010-02-27 09:40
> vmlinuz-2.6.32.9-67.fc12.x86_64
> #
> 
> Paul

I don't think you need the upgrade directory. Did you upgrade in place
from FC11 to FC12?  It may be left over from that.

-- 
-- Steve
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul Smith
On Wed, Mar 10, 2010 at 7:23 PM, Michael Schwendt  wrote:
>> Yes, I did clean up the old kernels. Please, see the following:
>>
>> # dir -l /boot/
>> total 18337
>> -rw-r--r--. 1 root root   101134 2010-02-27 09:40 
>> config-2.6.32.9-67.fc12.x86_64
>> drwxr-xr-x. 3 root root     1024 2009-06-10 01:07 efi
>> drwxr-xr-x. 2 root root     1024 2010-03-10 17:41 grub
>> -rw-r--r--. 1 root root 12870846 2010-03-06 11:18
>> initramfs-2.6.32.9-67.fc12.x86_64.img
>> drwx--. 2 root root    12288 2009-06-10 00:49 lost+found
>> -rw-r--r--. 1 root root  2098865 2010-02-27 09:40
>> System.map-2.6.32.9-67.fc12.x86_64
>> drwxr-xr-x. 2 root root     1024 2009-11-18 00:28 upgrade
>> -rwxr-xr-x. 1 root root  3603328 2010-02-27 09:40
>> vmlinuz-2.6.32.9-67.fc12.x86_64
>> #
>
> And in the "upgrade" directory?

The following:

# dir -l /boot/upgrade/
total 146588
-rw-r--r--. 1 root root  23540852 2009-11-09 00:06 initrd.img
-rw-r--r--. 1 root root 122544128 2009-11-09 00:07 install.img
-rw-r--r--. 1 root root   288 2009-11-18 00:28 ks.cfg
-rw-r--r--. 1 root root   3423296 2009-11-09 00:06 vmlinuz
#

Thanks,

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul Smith
On Wed, Mar 10, 2010 at 7:24 PM, Steven Stern
 wrote:
   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
 /boot filesystem

>>>
>>> yum install yum-utils
>>> package-cleanup --oldkernels
>>>
>>
>> Thanks to all. I had already removed all old kernels. My /boot
>> directory looks like the following:
>>
>> # dir /boot
>> config-2.6.32.9-67.fc12.x86_64         lost+found
>> efi
>>  System.map-2.6.32.9-67.fc12.x86_64
>> grub                                   upgrade
>> initramfs-2.6.32.9-67.fc12.x86_64.img  vmlinuz-2.6.32.9-67.fc12.x86_64
>> #
>>
>> Any further ideas? How can I increase the size of /boot?
>>
>
> What does 'df -h' has to say?
>
>

 The following, Aioanei:
 # df -h
 Filesystem            Size  Used Avail Use% Mounted on
 /dev/mapper/VolGroup-lv_root
                       457G  285G  149G  66% /
 tmpfs                 1.6G  844K  1.6G   1% /dev/shm
 /dev/sdb1             194M  168M   27M  87% /boot
 #
>>>
>>> You DID clean up the old kernels, right? Do you have hand-compiled ones as
>>> well or what is taking 168 MB of space from your /boot ?
>>
>> Yes, I did clean up the old kernels. Please, see the following:
>>
>> # dir -l /boot/
>> total 18337
>> -rw-r--r--. 1 root root   101134 2010-02-27 09:40 
>> config-2.6.32.9-67.fc12.x86_64
>> drwxr-xr-x. 3 root root     1024 2009-06-10 01:07 efi
>> drwxr-xr-x. 2 root root     1024 2010-03-10 17:41 grub
>> -rw-r--r--. 1 root root 12870846 2010-03-06 11:18
>> initramfs-2.6.32.9-67.fc12.x86_64.img
>> drwx--. 2 root root    12288 2009-06-10 00:49 lost+found
>> -rw-r--r--. 1 root root  2098865 2010-02-27 09:40
>> System.map-2.6.32.9-67.fc12.x86_64
>> drwxr-xr-x. 2 root root     1024 2009-11-18 00:28 upgrade
>> -rwxr-xr-x. 1 root root  3603328 2010-02-27 09:40
>> vmlinuz-2.6.32.9-67.fc12.x86_64
>> #
>>
>
> I don't think you need the upgrade directory. Did you upgrade in place
> from FC11 to FC12?  It may be left over from that.

You sure, Steve, about that? Should I delete the upgrade directory?
And yes, I did upgrade from F11 to F12.

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Michael Schwendt
On Wed, 10 Mar 2010 19:24:32 +, Paul wrote:

> > And in the "upgrade" directory?
> 
> The following:
> 
> # dir -l /boot/upgrade/
> total 146588
> -rw-r--r--. 1 root root  23540852 2009-11-09 00:06 initrd.img
> -rw-r--r--. 1 root root 122544128 2009-11-09 00:07 install.img
> -rw-r--r--. 1 root root   288 2009-11-18 00:28 ks.cfg
> -rw-r--r--. 1 root root   3423296 2009-11-09 00:06 vmlinuz
> #

That's where the space is lost.
I don't think you need those old files from a previous upgrade anymore.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread A. Racca
On Wed, 2010-03-10 at 19:24 +, Paul Smith wrote: 
> On Wed, Mar 10, 2010 at 7:23 PM, Michael Schwendt  wrote:
> >> Yes, I did clean up the old kernels. Please, see the following:
> >>
> >> # dir -l /boot/
> >> total 18337
> >> -rw-r--r--. 1 root root   101134 2010-02-27 09:40 
> >> config-2.6.32.9-67.fc12.x86_64
> >> drwxr-xr-x. 3 root root 1024 2009-06-10 01:07 efi
> >> drwxr-xr-x. 2 root root 1024 2010-03-10 17:41 grub
> >> -rw-r--r--. 1 root root 12870846 2010-03-06 11:18
> >> initramfs-2.6.32.9-67.fc12.x86_64.img
> >> drwx--. 2 root root12288 2009-06-10 00:49 lost+found
> >> -rw-r--r--. 1 root root  2098865 2010-02-27 09:40
> >> System.map-2.6.32.9-67.fc12.x86_64
> >> drwxr-xr-x. 2 root root 1024 2009-11-18 00:28 upgrade
> >> -rwxr-xr-x. 1 root root  3603328 2010-02-27 09:40
> >> vmlinuz-2.6.32.9-67.fc12.x86_64
> >> #
> >
> > And in the "upgrade" directory?
> 
> The following:
> 
> # dir -l /boot/upgrade/
> total 146588
> -rw-r--r--. 1 root root  23540852 2009-11-09 00:06 initrd.img
> -rw-r--r--. 1 root root 122544128 2009-11-09 00:07 install.img
> -rw-r--r--. 1 root root   288 2009-11-18 00:28 ks.cfg
> -rw-r--r--. 1 root root   3423296 2009-11-09 00:06 vmlinuz
> #
> 
> Thanks,
> 
> Paul

Paul, get ride of the 'upgrade' directory under /boot, you don't need
it. It is more than 100 Mb. (Did you preupgrade from F11 to F12?).

Germán.

-- 
Germán A. Racca
National Institute for Space Research (INPE)
São José dos Campos - SP - Brasil
http://sites.google.com/site/gracca
http://gracca.wordpress.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: UID mapping for NFS

2010-03-10 Thread Wolfgang S. Rupprecht

Bill Davidsen  writes:
> I have a few systems on site which have common users installed with
> "wrong" UID values from the rest of the machines, and particularly
> those installed from a "live" CD which created one or more odd IDs
> when "install to disk" was used.

In theory NFSv4 does the remapping, but I coudn't find it either.  It
was far easier and faster to run a "find / -user uid -print" and just fix
up the uids.

It is things like this I miss from netbsd and openbsd.  They assigned
UID's to all their packages (eg. rpm's) and it didn't matter which order
one installed things in, the UID's were always the same.

-wolfgang
-- 
Wolfgang S. Rupprecht
If the airwaves belong to the public why does the public only get 3
non-overlapping WIFI channels?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul Smith
On Wed, Mar 10, 2010 at 7:24 PM, Germán A. Racca  wrote:
>> >> Yes, I did clean up the old kernels. Please, see the following:
>> >>
>> >> # dir -l /boot/
>> >> total 18337
>> >> -rw-r--r--. 1 root root   101134 2010-02-27 09:40 
>> >> config-2.6.32.9-67.fc12.x86_64
>> >> drwxr-xr-x. 3 root root     1024 2009-06-10 01:07 efi
>> >> drwxr-xr-x. 2 root root     1024 2010-03-10 17:41 grub
>> >> -rw-r--r--. 1 root root 12870846 2010-03-06 11:18
>> >> initramfs-2.6.32.9-67.fc12.x86_64.img
>> >> drwx--. 2 root root    12288 2009-06-10 00:49 lost+found
>> >> -rw-r--r--. 1 root root  2098865 2010-02-27 09:40
>> >> System.map-2.6.32.9-67.fc12.x86_64
>> >> drwxr-xr-x. 2 root root     1024 2009-11-18 00:28 upgrade
>> >> -rwxr-xr-x. 1 root root  3603328 2010-02-27 09:40
>> >> vmlinuz-2.6.32.9-67.fc12.x86_64
>> >> #
>> >
>> > And in the "upgrade" directory?
>>
>> The following:
>>
>> # dir -l /boot/upgrade/
>> total 146588
>> -rw-r--r--. 1 root root  23540852 2009-11-09 00:06 initrd.img
>> -rw-r--r--. 1 root root 122544128 2009-11-09 00:07 install.img
>> -rw-r--r--. 1 root root       288 2009-11-18 00:28 ks.cfg
>> -rw-r--r--. 1 root root   3423296 2009-11-09 00:06 vmlinuz
>> #
>
> Paul, get ride of the 'upgrade' directory under /boot, you don't need
> it. It is more than 100 Mb. (Did you preupgrade from F11 to F12?).

Thanks to all respondents: I have solved my problem by following your
advice of deleting the contents of the /boot/upgrade directory. I have
meanwhile updated the kernel and everything seems to be running fine.
Again, many thanks!

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [389-users] NB: can't login/connect to FDS

2010-03-10 Thread Brad Fuller
Ok, I think I have it. The problem was that authconfig-gtk and tui,
from some reason, did not work correctly. I used the authconfig CLI
and now ldapsearch works.

Thanks for the pointers. I haven't logged in yet (can't right now) but
since ldapsearch returned info from the LDAP server, I'm _assuming_
it'll work now (course, we know what happens when one assumes )

thanks!
brad
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Re: fc12 create initramfs contaning twofish kernel module

2010-03-10 Thread Jeffrey Kelling
Hello.

> > How can I add the missing module to the initramfs? I was not able to find
> > a working HowTo for dracut. Issuing
> > 
> > > dracut /boot/myinit
> > 
> > from the live-CD in a chroot to the system on disc did produce an
> > initramfs containing an empty directory tree.

I managed to unpack the existing initramfs, add the twofish modules and repack 
it. Now I don't know how they are supposed to be loaded (there is no 
/etc/modules). For now I just put two modprobes into the init-script between 
pre-udev and udevd, which works, but is rather hacky. Does anyone know a 
better way?

> I think the idea there was to pick something reasonable and not provide a
> way for people to shoot themselves in the foot. If you really care, you
> can set up the luks devices before doing the install and you should be able
> to use them by supplying the key for them.

In a way I did exactly that, works, exept for the missing twofish modules in 
the initramfs.

> If that doesn't work, it's probably a bug that should be reported.

> You could try filing an RFE against anaconda that it determine the modules
> needed for any luks devices used during the install and make sure there are
> included in the initramfs image that gets built.

Will look into that.

Regards,

Jeffrey


signature.asc
Description: This is a digitally signed message part.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Andres Felipe Acosta Gil
i forgot to say that i have an intel graphics media accelerator

2010/3/10 Andres Felipe Acosta Gil 

> thanks for the response, the image is fedora-12-i686-live, and here is the
> information about the specs:
>
>
>- Laptop Toshiba Satellite U505, x64-based PC
>- Intel core i3 processor @2.13 GHz
>- SMBIOS 2.6 version
>- RAM= 4Gb
>
> Greetings
>
> 2010/3/10 Patrick Bartek 
>
> --- On Tue, 3/9/10, Andres Felipe Acosta Gil  wrote:
>>
>> > I downloaded the disc image and burned it in
>> > a DVD, then i booted Fedora, but the screen turns dark and
>> > the dvd stops, should i download the fedora image and burn
>> > it again?? or what else should i do??
>>
>> Which disc image (ISO) exactly?  There are several.  What's the specs on
>> the computer you're installing on?
>>
>> B
>> --
>> users mailing list
>> users@lists.fedoraproject.org
>> To unsubscribe or change subscription options:
>> https://admin.fedoraproject.org/mailman/listinfo/users
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>>
>
>
>
> --
> Andres Acosta
>



-- 
Andres Acosta
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: fc12 create initramfs contaning twofish kernel module

2010-03-10 Thread Bruno Wolff III
> > I think the idea there was to pick something reasonable and not provide a
> > way for people to shoot themselves in the foot. If you really care, you
> > can set up the luks devices before doing the install and you should be able
> > to use them by supplying the key for them.
> 
> In a way I did exactly that, works, exept for the missing twofish modules in 
> the initramfs.

If you had used AES I don't think you would have had a problem.
The default (at least as of about a year ago) seems to be:
Cipher name:aes
Cipher mode:cbc-essiv:sha256
Hash spec:  sha1
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Steven Stern
On 03/10/2010 01:27 PM, Paul Smith wrote:
> On Wed, Mar 10, 2010 at 7:24 PM, Steven Stern
>  wrote:
>   installing package kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the
> /boot filesystem
>

 yum install yum-utils
 package-cleanup --oldkernels

>>>
>>> Thanks to all. I had already removed all old kernels. My /boot
>>> directory looks like the following:
>>>
>>> # dir /boot
>>> config-2.6.32.9-67.fc12.x86_64 lost+found
>>> efi
>>>  System.map-2.6.32.9-67.fc12.x86_64
>>> grub   upgrade
>>> initramfs-2.6.32.9-67.fc12.x86_64.img  vmlinuz-2.6.32.9-67.fc12.x86_64
>>> #
>>>
>>> Any further ideas? How can I increase the size of /boot?
>>>
>>
>> What does 'df -h' has to say?
>>
>>
>
> The following, Aioanei:
> # df -h
> FilesystemSize  Used Avail Use% Mounted on
> /dev/mapper/VolGroup-lv_root
>   457G  285G  149G  66% /
> tmpfs 1.6G  844K  1.6G   1% /dev/shm
> /dev/sdb1 194M  168M   27M  87% /boot
> #

 You DID clean up the old kernels, right? Do you have hand-compiled ones as
 well or what is taking 168 MB of space from your /boot ?
>>>
>>> Yes, I did clean up the old kernels. Please, see the following:
>>>
>>> # dir -l /boot/
>>> total 18337
>>> -rw-r--r--. 1 root root   101134 2010-02-27 09:40 
>>> config-2.6.32.9-67.fc12.x86_64
>>> drwxr-xr-x. 3 root root 1024 2009-06-10 01:07 efi
>>> drwxr-xr-x. 2 root root 1024 2010-03-10 17:41 grub
>>> -rw-r--r--. 1 root root 12870846 2010-03-06 11:18
>>> initramfs-2.6.32.9-67.fc12.x86_64.img
>>> drwx--. 2 root root12288 2009-06-10 00:49 lost+found
>>> -rw-r--r--. 1 root root  2098865 2010-02-27 09:40
>>> System.map-2.6.32.9-67.fc12.x86_64
>>> drwxr-xr-x. 2 root root 1024 2009-11-18 00:28 upgrade
>>> -rwxr-xr-x. 1 root root  3603328 2010-02-27 09:40
>>> vmlinuz-2.6.32.9-67.fc12.x86_64
>>> #
>>>
>>
>> I don't think you need the upgrade directory. Did you upgrade in place
>> from FC11 to FC12?  It may be left over from that.
> 
> You sure, Steve, about that? Should I delete the upgrade directory?
> And yes, I did upgrade from F11 to F12.
> 
> Paul
Delete /boot/upgrade. It's safe to do so.

-- 
-- Steve
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kernel-2.6.32.9-70.fc12.x86_64 needs 219KB on the /boot filesystem

2010-03-10 Thread Paul Smith
On Wed, Mar 10, 2010 at 8:17 PM, Steven Stern
 wrote:
> Delete /boot/upgrade. It's safe to do so.

Thanks, Steve.

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Yunm /theora problem -

2010-03-10 Thread Bob Goodwin


Today's yum update choked on ffmpeg2theora.


Transaction Check Error:
   file /usr/share/man/man1/ffmpeg2theora.1.gz from install of
ffmpeg2theora-0.26-1.fc12.x86_64 conflicts with file from package
ffmpeg2theora-0.25-1.fc12.i686

Error Summary
-

I'm not sure why I have the i386 version and not the x86_64 version
but perhaps it came with one of the video applications I downloaded?


I guess I can try removing the i386 stuff and see if it will then
permit me to install the x86_64 version and then see if some other
app. dies. I have been working with some video cameras and may have
inadvertently caused this problem.

I guess what I want to know is if others have a problem with this
update or is it just me?

Bob

-- 

   

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: UID mapping for NFS

2010-03-10 Thread Tom H
> I have a few systems on site which have common users installed with "wrong" 
> UID
> values from the rest of the machines, and particularly those installed from a
> "live" CD which created one or more odd IDs when "install to disk" was used.

> I remember using "UID mapping tables" to cause an NFS access from "joe" on the
> client to use the UID of "joe" in the request sent to the NFS server. I can't
> recall if that was in Linux, or some other OS, I was supporting Xenix, AIX,
> Solaris, SunOS, and HP-UX at the time. Oh, and Dell's brief jump into SV5r4 
> on PC.

> If this is supported it would be miles easier than shuffling the UIDs on the
> clients, obviously. I though there was a mount option but I don't see it, and
> it's been a good decade since I did this and I can't remember details.

> I thought I was remembering the map_static option, but it is not recognized in
> exports, not are map_daemon or no_map_identity.
> (see: http://ftp.sunet.se/LDP/LDP/nag2/x-087-2-nfs.exports.html)

> What do I miss, the doc says it's there, the software disagrees.

In the Debian-Ubuntu world, there is nfs-user-server package (as
opposed to the "usual" nfs-kernel-server) package where the map_*
options work (map_daemon when you install ugidd), so that is probably
the origin. Even CentOS 5.4 no longer has a similar man page for
exports.

nfsv4's idmapd maps ids but I don't think that, even though the
credentials that are exchanged are "u...@domain", AFAIK it will only
map the usernames on the client and the server if their uids match.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12: Cannot boot with kernel-2.6.32.9-67.fc12.x86_64 (WORKAROUND)

2010-03-10 Thread Steven P. Ulrick
> On Mon, 2010-03-08 at 03:30 -0600, Steven P. Ulrick wrote:
> > Hello Everyone
> > The good news is that in my 10+ years using Linux, I am almost certain 
that 
> > I have never had a kernel that would not boot...
> > 
> > Last night I ran "yum update" and it pulled in 
> > kernel-2.6.32.9-67.fc12.x86_64.  When I attempted to boot it, the boot 
> > process seemed to complete, but X never started.
 
> I also had this issue, found a report that is you add
> 
> iommu=soft
> 
> to the kernel line in the menu.lst 
> 
> EXAMPLE:
> title Fedora (2.6.32.9-67.fc12.x86_64)
>   root (hd0,0)
>   kernel /vmlinuz-2.6.32.9-67.fc12.x86_64 ro  
root=UUID=a729b820-4928-4823-ba21-d4233410109c quiet vga=794 selinux=0 
iommu=soft
>   initrd /initramfs-2.6.32.9-67.fc12.x86_64.img
> 
> 
> It worked for me.

Hello Brian
Works for me also :)  The question arises, what has changed with the 2.6.32 
kernel (the kernel update that I JUST installed has the same issue) that 
causes this issue?

Steven P. Ulrick
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12: Cannot boot with kernel-2.6.32.9-67.fc12.x86_64 (WORKAROUND)

2010-03-10 Thread Brian Millett
On Wed, 2010-03-10 at 15:54 -0600, Steven P. Ulrick wrote:
> Hello Brian
> Works for me also :)  The question arises, what has changed with the
> 2.6.32 kernel (the kernel update that I JUST installed has the same
> issue) that causes this issue? 

That is a very good question.  They only way I found the workaround is
by googling and finding something that sounded familiar.  But as to why?
Or How? 

I'm clueless.
-- 
Brian Millett - [ G'Kar, "And Now For A Word"]
"Why does any advanced civilization seek to destroy a less-advanced one?
 Because the land is strategically valuable, because there are resources
 that can be cultivated and exploited, but most of all, simply because
 they can. You have experienced much the same on your own world. There
 are humans for whom the words 'never again' carry special meaning, as
 they do for us."



signature.asc
Description: This is a digitally signed message part
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [389-users] Cross Migration Problem From FDS 1.0.x to 386 Directory Server

2010-03-10 Thread Brian Provenzano
Well,  I just took a look in /etc/dirsrv/schema on my new (pre-migration
snapshot) server and there is no "10presence.ldif " file there (nothing with
'presense' at all).  Maybe I need to run the migration in order to create my
instance, get the failure again and take another look?



On Wed, Mar 10, 2010 at 2:27 PM, Rich Megginson  wrote:

> Brian Provenzano wrote:
> > OK,  I'll give that a try.
> >
> > Oh, should I just make this change and just restart the server or
> > would it be better to rerun the migration again after making this
> > change?  I can start over fresh since I run this server virtualized. I
> > have a snapshot before I executed the migration script.
> Better to start over fresh.
> >
> > BTW thanks for the quick response :)
> Sure - please file a bug - this is indeed a bug.
> >
> >
> > On Wed, Mar 10, 2010 at 2:04 PM, Rich Megginson  > > wrote:
> >
> > Brian Provenzano wrote:
> > > I'm hoping someone can help me with this, but I am getting an error
> > > attempting a cross migration from an old version of FDS (FDS
> > 1.0.4) on
> > > CentOS 4 32bit to current 389 Directory server (via yum repos) on
> > > centOS 5.4 64bit. I used the following in order to install 389 DS
> on
> > > my new CentOS server 5.4 64bit :
> > >
> http://directory.fedoraproject.org/wiki/Download#Enterprise_Linux_5
> > >
> > > I've exported my databases to LDIF as directed in the
> > documentation as
> > > well and am performing the migration on the new server from a
> > tarball
> > > of the original install taken from the old server.
> > >
> > > Anyway, when I run the migration script here is the output error I
> > > get.  How do I correct this (I'm no LDAP expert that is certain)?
> > > -
> > > # /usr/sbin/./migrate-ds-admin.pl 
> >  --cross
> > > --oldsroot /home/brian/LDAPmigration/fedora-ds --actualsroot
> > > /opt/fedora-ds General.ConfigDirectoryAdminPwd='mypassword'
> > > Beginning migration of Directory and Administration servers from
> > > /home/brian/LDAPmigration/fedora-ds . . .
> > > Beginning migration of directory server instances in
> > > /home/brian/LDAPmigration/fedora-ds . . .
> > > Your new DS instance 'slapd-ldap' was successfully created.
> > > Could not import the LDIF file '/tmp/nsrootJMtOFK.ldif' for the
> > > migrated database.  Error: 256.  Output: importing data ...
> > > [10/Mar/2010:13:12:44 -0700] dse - The entry cn=schema in file
> > > /etc/dirsrv/slapd-ldap/schema/60mozilla.ldif is invalid, error
> > code 20
> > > (Type or value exists) - attribute type nsAIMid: Does not match the
> > > OID "1.3.6.1.4.1.13769.2.4". Another attribute type is already
> using
> > > the name or OID
> > > [10/Mar/2010:13:12:44 -0700] dse - Please edit the file to
> > correct the
> > > reported problems and then restart the server.
> > >
> > > Exiting . . .
> > > Log file is '/tmp/migrateEjdYZw.log'
> > > --
> > >
> > > I'm not sure how to troubleshoot this. Any help would be great.
> > Try removing 10presence.ldif from the schema directory (save a copy
> > first though)
> > >
> > > Thanks brian
> > >
> > >
> > >
> > >
> > >
> >
> 
> > >
> > > --
> > > 389 users mailing list
> > > 389-us...@lists.fedoraproject.org
> > 
> > > https://admin.fedoraproject.org/mailman/listinfo/389-users
> >
> > --
> > 389 users mailing list
> > 389-us...@lists.fedoraproject.org
> > 
> > https://admin.fedoraproject.org/mailman/listinfo/389-users
> >
> >
> > 
> >
> > --
> > 389 users mailing list
> > 389-us...@lists.fedoraproject.org
> > https://admin.fedoraproject.org/mailman/listinfo/389-users
>
> --
> 389 users mailing list
> 389-us...@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/389-users
>
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Problem with apache virtual host in new fedora 12 installation

2010-03-10 Thread Richard Cahilig
Hi,

I have problem with my new apache virtual host setup in my fedora 12 server.
I can't access it in the browser and I am receiving error 403. Please see
the error below in my error_log.


> *[Thu Mar 11 14:24:40 2010] [crit] [client 127.0.0.1] (13)Permission
> denied: /home/user/.htaccess pcfg_openfile: unable to check htaccess file,
> ensure it is readable*
> *[Thu Mar 11 14:24:45 2010] [crit] [client 127.0.0.1] (13)Permission
> denied: /home/user/.htaccess pcfg_openfile: unable to check htaccess file,
> ensure it is readable*
> *[Thu Mar 11 14:24:48 2010] [crit] [client 127.0.0.1] (13)Permission
> denied: /home/user/.htaccess pcfg_openfile: unable to check htaccess file,
> ensure it is readable*
>
> I already disabled se linux and change the ownership of the
"/home/user/public_html" directory to user "user" and group "user". I also
change the file permission to 777 but I'm still having error 403. Please see
my virtual host config below:

*NameVirtualHost *:80*
> **
> *ServerAdmin r...@localhost*
> *DocumentRoot /home/user/public_html*
> *ServerName example.com*
> *ServerAlias www.example.com*
> * ErrorLog /home/user/logs/error_log*
> *CustomLog /home/user/logs/access_log common*
> **
> *Options Indexes FollowSymLinks*
> *AllowOverride None*
> *Order allow,deny*
> * Allow from all*
> **
> **
>

Please help me. I don't know what seems to be the problem.

Regards,

Richard R. Cahilig
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problem with apache virtual host in new fedora 12 installation

2010-03-10 Thread Sam Sharpe
On 10 March 2010 22:55, Richard Cahilig  wrote:
> Hi,
>
> I have problem with my new apache virtual host setup in my fedora 12 server.
> I can't access it in the browser and I am receiving error 403. Please see
> the error below in my error_log.
>
>>
>> [Thu Mar 11 14:24:40 2010] [crit] [client 127.0.0.1] (13)Permission
>> denied: /home/user/.htaccess pcfg_openfile: unable to check htaccess file,
>> ensure it is readable
>> [Thu Mar 11 14:24:45 2010] [crit] [client 127.0.0.1] (13)Permission
>> denied: /home/user/.htaccess pcfg_openfile: unable to check htaccess file,
>> ensure it is readable
>> [Thu Mar 11 14:24:48 2010] [crit] [client 127.0.0.1] (13)Permission
>> denied: /home/user/.htaccess pcfg_openfile: unable to check htaccess file,
>> ensure it is readable
>>
> I already disabled se linux and change the ownership of the
> "/home/user/public_html" directory to user "user" and group "user". I also
> change the file permission to 777 but I'm still having error 403. Please see
> my virtual host config below:
>
>> NameVirtualHost *:80
>> 
>>     ServerAdmin r...@localhost
>>     DocumentRoot /home/user/public_html
>>     ServerName example.com
>>     ServerAlias www.example.com
>>     ErrorLog /home/user/logs/error_log
>>     CustomLog /home/user/logs/access_log common
>>     
>>         Options Indexes FollowSymLinks
>>         AllowOverride None
>>         Order allow,deny
>>         Allow from all
>>     
>> 
>
> Please help me. I don't know what seems to be the problem.

Walk your way back up the directory tree to / and check that all the
paths on the way are readable by the Apache user (apache). If the
directories aren't executable by apache, it can't walk down the tree
to your files and .htaccess. Looking at your config, my first guess
would be that your /home/user directory doesn't have world execute
permissions.

--
Sam
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problem with apache virtual host in new fedora 12 installation

2010-03-10 Thread Craig White
On Thu, 2010-03-11 at 06:55 +0800, Richard Cahilig wrote:
> Hi,
> 
> I have problem with my new apache virtual host setup in my fedora 12
> server. I can't access it in the browser and I am receiving error 403.
> Please see the error below in my error_log.
>  
> [Thu Mar 11 14:24:40 2010] [crit] [client 127.0.0.1]
> (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> unable to check htaccess file, ensure it is readable
> [Thu Mar 11 14:24:45 2010] [crit] [client 127.0.0.1]
> (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> unable to check htaccess file, ensure it is readable
> [Thu Mar 11 14:24:48 2010] [crit] [client 127.0.0.1]
> (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> unable to check htaccess file, ensure it is readable
> 
> I already disabled se linux and change the ownership of the
> "/home/user/public_html" directory to user "user" and group "user". I
> also change the file permission to 777 but I'm still having error 403.
> Please see my virtual host config below:
> 
> NameVirtualHost *:80
> 
> ServerAdmin r...@localhost
> DocumentRoot /home/user/public_html
> ServerName example.com
> ServerAlias www.example.com
> ErrorLog /home/user/logs/error_log
> CustomLog /home/user/logs/access_log common
> 
> Options Indexes FollowSymLinks
> AllowOverride None
> Order allow,deny
> Allow from all
> 
> 
> 
> Please help me. I don't know what seems to be the problem. 

seems pretty clear from the error...

Permission denied: /home/user/.htaccess pcfg_openfile: unable to check
htaccess file, ensure it is readable

Given your intention to run without any security whatsoever, you might
as well just do...

chmod 777 /home/user/.htaccess

I hope that you don't intend to make this accessible to the Internet.

Craig



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problem with apache virtual host in new fedora 12 installation

2010-03-10 Thread Richard Cahilig
Its stange because I don't have any .htacces file. What I have inside my web
directory is a single index.html file and its permission is 777. The user
home directory is already world executable by default.


On Thu, Mar 11, 2010 at 7:15 AM, Craig White  wrote:

> On Thu, 2010-03-11 at 06:55 +0800, Richard Cahilig wrote:
> > Hi,
> >
> > I have problem with my new apache virtual host setup in my fedora 12
> > server. I can't access it in the browser and I am receiving error 403.
> > Please see the error below in my error_log.
> >
> > [Thu Mar 11 14:24:40 2010] [crit] [client 127.0.0.1]
> > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > unable to check htaccess file, ensure it is readable
> > [Thu Mar 11 14:24:45 2010] [crit] [client 127.0.0.1]
> > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > unable to check htaccess file, ensure it is readable
> > [Thu Mar 11 14:24:48 2010] [crit] [client 127.0.0.1]
> > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > unable to check htaccess file, ensure it is readable
> >
> > I already disabled se linux and change the ownership of the
> > "/home/user/public_html" directory to user "user" and group "user". I
> > also change the file permission to 777 but I'm still having error 403.
> > Please see my virtual host config below:
> >
> > NameVirtualHost *:80
> > 
> > ServerAdmin r...@localhost
> > DocumentRoot /home/user/public_html
> > ServerName example.com
> > ServerAlias www.example.com
> > ErrorLog /home/user/logs/error_log
> > CustomLog /home/user/logs/access_log common
> > 
> > Options Indexes FollowSymLinks
> > AllowOverride None
> > Order allow,deny
> > Allow from all
> > 
> > 
> >
> > Please help me. I don't know what seems to be the problem.
> 
> seems pretty clear from the error...
>
> Permission denied: /home/user/.htaccess pcfg_openfile: unable to check
> htaccess file, ensure it is readable
>
> Given your intention to run without any security whatsoever, you might
> as well just do...
>
> chmod 777 /home/user/.htaccess
>
> I hope that you don't intend to make this accessible to the Internet.
>
> Craig
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>



-- 
Richard R. Cahilig
http://www.cahilig.org
http://www.aklan-linux.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problem with apache virtual host in new fedora 12 installation

2010-03-10 Thread Steven Stern
On 03/10/2010 05:25 PM, Richard Cahilig wrote:
> Its stange because I don't have any .htacces file. What I have inside my
> web directory is a single index.html file and its permission is 777. The
> user home directory is already world executable by default.
> 
> 
> On Thu, Mar 11, 2010 at 7:15 AM, Craig White  > wrote:
> 
> On Thu, 2010-03-11 at 06:55 +0800, Richard Cahilig wrote:
> > Hi,
> >
> > I have problem with my new apache virtual host setup in my fedora 12
> > server. I can't access it in the browser and I am receiving error 403.
> > Please see the error below in my error_log.
> >
> > [Thu Mar 11 14:24:40 2010] [crit] [client 127.0.0.1]
> > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > unable to check htaccess file, ensure it is readable
> > [Thu Mar 11 14:24:45 2010] [crit] [client 127.0.0.1]
> > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > unable to check htaccess file, ensure it is readable
> > [Thu Mar 11 14:24:48 2010] [crit] [client 127.0.0.1]
> > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > unable to check htaccess file, ensure it is readable
> >
> > I already disabled se linux and change the ownership of the
> > "/home/user/public_html" directory to user "user" and group "user". I
> > also change the file permission to 777 but I'm still having error 403.
> > Please see my virtual host config below:
> >
> > NameVirtualHost *:80
> > 
> > ServerAdmin r...@localhost
> > DocumentRoot /home/user/public_html
> > ServerName example.com 
> > ServerAlias www.example.com 
> > ErrorLog /home/user/logs/error_log
> > CustomLog /home/user/logs/access_log common
> > 
> > Options Indexes FollowSymLinks
> > AllowOverride None
> > Order allow,deny
> > Allow from all
> > 
> > 
> >
> > Please help me. I don't know what seems to be the problem.
> 
> seems pretty clear from the error...
> 
> Permission denied: /home/user/.htaccess pcfg_openfile: unable to check
> htaccess file, ensure it is readable
> 
> Given your intention to run without any security whatsoever, you might
> as well just do...
> 
> chmod 777 /home/user/.htaccess
> 
> I hope that you don't intend to make this accessible to the Internet.
> 
> Craig
> 
> 

But is the user "apache" able to access /home/user?  Probably not.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problem with apache virtual host in new fedora 12 installation

2010-03-10 Thread Richard Cahilig
Yes. The user apache able to access /home/user. I even tried to changed the
owership to user apache and group apache but I still have error 403.

On Thu, Mar 11, 2010 at 8:08 AM, Steven Stern <
subscribed-li...@sterndata.com> wrote:

> On 03/10/2010 05:25 PM, Richard Cahilig wrote:
> > Its stange because I don't have any .htacces file. What I have inside my
> > web directory is a single index.html file and its permission is 777. The
> > user home directory is already world executable by default.
> >
> >
> > On Thu, Mar 11, 2010 at 7:15 AM, Craig White  > > wrote:
> >
> > On Thu, 2010-03-11 at 06:55 +0800, Richard Cahilig wrote:
> > > Hi,
> > >
> > > I have problem with my new apache virtual host setup in my fedora
> 12
> > > server. I can't access it in the browser and I am receiving error
> 403.
> > > Please see the error below in my error_log.
> > >
> > > [Thu Mar 11 14:24:40 2010] [crit] [client 127.0.0.1]
> > > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > > unable to check htaccess file, ensure it is readable
> > > [Thu Mar 11 14:24:45 2010] [crit] [client 127.0.0.1]
> > > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > > unable to check htaccess file, ensure it is readable
> > > [Thu Mar 11 14:24:48 2010] [crit] [client 127.0.0.1]
> > > (13)Permission denied: /home/user/.htaccess pcfg_openfile:
> > > unable to check htaccess file, ensure it is readable
> > >
> > > I already disabled se linux and change the ownership of the
> > > "/home/user/public_html" directory to user "user" and group "user".
> I
> > > also change the file permission to 777 but I'm still having error
> 403.
> > > Please see my virtual host config below:
> > >
> > > NameVirtualHost *:80
> > > 
> > > ServerAdmin r...@localhost
> > > DocumentRoot /home/user/public_html
> > > ServerName example.com 
> > > ServerAlias www.example.com 
> > > ErrorLog /home/user/logs/error_log
> > > CustomLog /home/user/logs/access_log common
> > > 
> > > Options Indexes FollowSymLinks
> > > AllowOverride None
> > > Order allow,deny
> > > Allow from all
> > > 
> > > 
> > >
> > > Please help me. I don't know what seems to be the problem.
> > 
> > seems pretty clear from the error...
> >
> > Permission denied: /home/user/.htaccess pcfg_openfile: unable to
> check
> > htaccess file, ensure it is readable
> >
> > Given your intention to run without any security whatsoever, you
> might
> > as well just do...
> >
> > chmod 777 /home/user/.htaccess
> >
> > I hope that you don't intend to make this accessible to the Internet.
> >
> > Craig
> >
> >
>
> But is the user "apache" able to access /home/user?  Probably not.
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>



-- 
Richard R. Cahilig
http://www.cahilig.org
http://www.aklan-linux.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problem with apache virtual host in new fedora 12 installation

2010-03-10 Thread Steven Stern
On 03/10/2010 06:30 PM, Richard Cahilig wrote:
> Yes. The user apache able to access /home/user. I even tried to changed
> the owership to user apache and group apache but I still have error 403.
> 
> On Thu, Mar 11, 2010 at 8:08 AM, Steven Stern
> mailto:subscribed-li...@sterndata.com>>
> wrote:
> 
> On 03/10/2010 05:25 PM, Richard Cahilig wrote:
> > Its stange because I don't have any .htacces file. What I have
> inside my
> > web directory is a single index.html file and its permission is
> 777. The
> > user home directory is already world executable by default.
> >
> >
> > On Thu, Mar 11, 2010 at 7:15 AM, Craig White
> mailto:craigwh...@azapple.com>
> > >>
> wrote:
> >
> > On Thu, 2010-03-11 at 06:55 +0800, Richard Cahilig wrote:
> > > Hi,
> > >
> > > I have problem with my new apache virtual host setup in my
> fedora 12
> > > server. I can't access it in the browser and I am receiving
> error 403.
> > > Please see the error below in my error_log.
> > >
> > > [Thu Mar 11 14:24:40 2010] [crit] [client 127.0.0.1]
> > > (13)Permission denied: /home/user/.htaccess
> pcfg_openfile:
> > > unable to check htaccess file, ensure it is readable
> > > [Thu Mar 11 14:24:45 2010] [crit] [client 127.0.0.1]
> > > (13)Permission denied: /home/user/.htaccess
> pcfg_openfile:
> > > unable to check htaccess file, ensure it is readable
> > > [Thu Mar 11 14:24:48 2010] [crit] [client 127.0.0.1]
> > > (13)Permission denied: /home/user/.htaccess
> pcfg_openfile:
> > > unable to check htaccess file, ensure it is readable
> > >
> > > I already disabled se linux and change the ownership of the
> > > "/home/user/public_html" directory to user "user" and group
> "user". I
> > > also change the file permission to 777 but I'm still having
> error 403.
> > > Please see my virtual host config below:
> > >
> > > NameVirtualHost *:80
> > > 
> > > ServerAdmin r...@localhost
> > > DocumentRoot /home/user/public_html
> > > ServerName example.com 
> 
> > > ServerAlias www.example.com
>  
> > > ErrorLog /home/user/logs/error_log
> > > CustomLog /home/user/logs/access_log common
> > > 
> > > Options Indexes FollowSymLinks
> > > AllowOverride None
> > > Order allow,deny
> > > Allow from all
> > > 
> > > 
> > >
> > > Please help me. I don't know what seems to be the problem.
> > 
> > seems pretty clear from the error...
> >
> > Permission denied: /home/user/.htaccess pcfg_openfile: unable
> to check
> > htaccess file, ensure it is readable
> >
> > Given your intention to run without any security whatsoever,
> you might
> > as well just do...
> >
> > chmod 777 /home/user/.htaccess
> >
> > I hope that you don't intend to make this accessible to the
> Internet.
> >
> > Craig
> >
> >
> 
> But is the user "apache" able to access /home/user?  Probably not.
> --
> users mailing list
> users@lists.fedoraproject.org 
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> 
> 

I'm a firm believer that, after some time, pounding one's head against
the wall is pointless.

Why not change the DocumentRoot to /var/www/user and give apache:user
access to /var/www/user?

mkdir /var/www/user
chown apache:user /var/www/user
cd /home/user
ln -s /var/www/user pubic_html

That way, the files are easily accessible to "user" and the files are
really in a place that httpd and selinux are happy with.



-- 
-- Steve
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Wireless stopped working- F12

2010-03-10 Thread woodson2

I installed F12 around the time it was released and it picked up my wireless
card and worked like a charm.Suddenly last week everything stopped
working and I receive what appears to be a driver error when wlan0 tries to
load.

Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.
Error for wireless request "Set Encode" (8B2A) :
invalid argument "if902c7885".


lspci reveals

Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN
Controller [14e4:4318] (rev 02)
Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]


A quick google cam of with plenty of issues related to older versions of
Fedora but nothing in F12..Any ideas? 
-- 
View this message in context: 
http://old.nabble.com/Wireless-stopped-working--F12-tp27858197p27858197.html
Sent from the Fedora List mailing list archive at Nabble.com.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Wireless stopped working- F12

2010-03-10 Thread Sam Varshavchik

woodson2 writes:



I installed F12 around the time it was released and it picked up my wireless
card and worked like a charm.Suddenly last week everything stopped
working and I receive what appears to be a driver error when wlan0 tries to
load.

Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.
Error for wireless request "Set Encode" (8B2A) :
invalid argument "if902c7885".


lspci reveals

Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN
Controller [14e4:4318] (rev 02)
Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]


A quick google cam of with plenty of issues related to older versions of
Fedora but nothing in F12..Any ideas? 


Did you install the latest set of updates, which included a kernel 2.6.32. 
If so, you may have a problem with the new kernel. Try booting with the 
previous kernel.




pgpITfZFb2KFv.pgp
Description: PGP signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Patrick Bartek
--- On Wed, 3/10/10, Aioanei Rares  wrote:

> Date: Wednesday, March 10, 2010, 10:34 AM
> On 03/10/2010 08:26 PM, Patrick
> Bartek wrote
> > Also, be aware that with the 32-bit (i686) versions of
> Fedora, you won't have access to all 4GB of RAM due to
> limits of the 32-bit addressing unless you use the PAE
> kernel.  You'd be better off using the 64-bit Fedora
> instead.
> >
> > B
> >
> >    
> Fedora IA32 comes with PAE enabled by default.
> Still, it's better using AA64; also ctrl+alt+backspace is
> disabled by default.

What genius decided that?  Stupid.  Are you sure?  That little three-key combo 
has gotten me out of more than a few X-server lockups with Fedora due to 
misconfiguration by the installer.


B
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Gene Heskett
On Thursday 11 March 2010, Patrick Bartek wrote:
>--- On Wed, 3/10/10, Aioanei Rares  wrote:
>> Date: Wednesday, March 10, 2010, 10:34 AM
>> On 03/10/2010 08:26 PM, Patrick
>> Bartek wrote
>>
>> > Also, be aware that with the 32-bit (i686) versions of
>>
>> Fedora, you won't have access to all 4GB of RAM due to
>> limits of the 32-bit addressing unless you use the PAE
>> kernel.  You'd be better off using the 64-bit Fedora
>> instead.
>>
>> > B
>> >
>> >   
>>
>> Fedora IA32 comes with PAE enabled by default.
>> Still, it's better using AA64; also ctrl+alt+backspace is
>> disabled by default.
>
>What genius decided that?  Stupid.  Are you sure?  That little three-key
> combo has gotten me out of more than a few X-server lockups with Fedora
> due to misconfiguration by the installer.
>
>
>B
>
I'll hear a motion to burn that genius at the stake for that one.  Dumb.  And 
Dumber.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

Is it 1974?  What's for SUPPER?  Can I spend my COLLEGE FUND in one
wild afternoon??
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Chris Smart
On Thu, Mar 11, 2010 at 4:26 PM, Patrick Bartek  wrote:
>
> What genius decided that?  Stupid.  Are you sure?  That little three-key 
> combo has gotten me out of more than a few X-server lockups with Fedora due 
> to misconfiguration by the installer.
>

Upstream X.Org. I'm sure if you search it, you will find lots of
discusions about it. You can always switch to a terminal and kill X
manually (or just the process hanging), or you can re-enable it in an
xorg.conf if you really want to.

-c
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problem with apache virtual host in new fedora 12 installation

2010-03-10 Thread Tim
On Thu, 2010-03-11 at 06:55 +0800, Richard Cahilig wrote:
> I have problem with my new apache virtual host setup in my fedora 12
> server. I can't access it in the browser and I am receiving error 403.
> Please see the error below in my error_log.

Virtual hosts (generally) read from: 

 /var/www/something-or-other

With you specifying the something-or-other.  And the files owned by
whoever wrote them.  And all the way up the directory tree, world
readable permissions for files and directories, plus world executable
directories.  Owner and group permissions aren't used for web serving.

e.g. /var needs world r-x
 /var/www needs world r-x
 /var/www/html needs world r-x
 /var/www/html/homepage.html needs world r--
 (likewise for /var/www/different-web-site)

User home dirs are (generally) read from:

 /home/username/public_html

With username being the different user's names (their homespace), and
the files owned by whoever wrote them.  All the way up the directory
tree, world readable permissions for files and directories, plus world
executable for directories.  Owner and group permissions aren't used for
web serving.

If SELinux is being used, then contexts must be set correctly on the
files and directories.  They will be, by default, if you copy files to
the proper places, or create files in the proper places.  But if you
write files, them move them, they'll have the wrong contexts.

In the /var/www/ directory, I see files using the following contexts:

 system_u:object_r:httpd_sys_content_t
 root:object_r:httpd_sys_content_t

But the user's home space should use different contexts.  If I create a
new public_html directory, it gets:

 system_u:object_r:httpd_user_content_t:s0

And if I create a new file in there, it gets:
 unconfined_u:object_r:httpd_user_content_t:s0

Note how the system web serving directory has *sys* (system) content
contexts, and user's web serving directories have *user* content
contexts.  Things get a bit more complex if you allow the running of
scripts.

If you are operating a public webserver, or a private one in a hostile
environment, then you are better to keep SELinux running, and set things
up properly.

Do *NOT* set files and directories to be owned by the Apache user (or
group), nor set files to be world writeable.  You'd be opening yourself
up, even more, to potential hacking.

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

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora 12 installing

2010-03-10 Thread Tom H
>> Fedora IA32 comes with PAE enabled by default.
>> Still, it's better using AA64; also ctrl+alt+backspace is
>> disabled by default.

> What genius decided that?  Stupid.  Are you sure?  That little three-key 
> combo has gotten me out of more than a few X-server lockups with Fedora due 
> to misconfiguration by the installer.

Upstream, either Xorg or Gnome. One of the reasons, IIRC, was that
some people are using/could use that key combo by mistake.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines