Re: [389-users] New Debian install

2012-10-11 Thread Rich Megginson

On 10/11/2012 07:07 PM, Geordie wrote:

Good Day

I have been having a few issues trying to get this to work. On the
latest setup this is the out put received from /usr/sbin/setup-ds-admin
I have check the apache2 mpm prefork
with /etc/dirsrv/admin-serv/httpd.conf There was not much different. I
tried changing the values in /etc/dirsrv/admin-serv/httpd.conf but that
had little effect and produced the same errors.
I am not sure were to send Debian issues. If I am in the wrong spot,
please let me know.

  OS Debian sid/testing


[12/10/10:20:40:47] - [Setup] Info Are you ready to set up your servers?
[12/10/10:20:40:48] - [Setup] Info yes
[12/10/10:20:40:48] - [Setup] Info Creating directory server . . .
[12/10/10:20:40:58] - [Setup] Info Your new DS instance 'SatelliteA40'
was successfully created. [12/10/10:20:40:58] - [Setup] Info Creating
the configuration directory server . . . [12/10/10:20:41:04] - [Setup]
Info Beginning Admin Server creation . . . [12/10/10:20:41:04] -
[Setup] Info Creating Admin Server files and directories . . .
[12/10/10:20:41:05] - [Setup] Info Updating adm.conf . . .
[12/10/10:20:41:05] - [Setup] Info Updating admpw . . .
[12/10/10:20:41:05] - [Setup] Info Registering admin server with the
configuration directory server . . . [12/10/10:20:41:07] - [Setup] Info
Updating adm.conf with information from configuration directory
server . . . [12/10/10:20:41:07] - [Setup] Info Updating the
configuration for the httpd engine . . . [12/10/10:20:41:07] - [Setup]
Info Starting admin server . . . [12/10/10:20:41:18] - [Setup] Info
output: [Wed Oct 10 20:41:07 2012] [notice] Not using a threaded
server.  The Admin Server authorization ca$ [12/10/10:20:41:18] -
[Setup] Info output: WARNING: MaxClients of 64 exceeds ServerLimit
value of 1 servers, [12/10/10:20:41:18] - [Setup] Info output:
lowering MaxClients to 1.  To increase, please see the ServerLimit
[12/10/10:20:41:18] - [Setup] Info output:  directive.
[12/10/10:20:41:18] - [Setup] Info output: Syntax error on line 105
of /etc/dirsrv/admin-serv/httpd.conf: [12/10/10:20:41:18] - [Setup]
Info output: Invalid command 'MinSpareThreads', perhaps misspelled or
defined by a module not included in the se$ [12/10/10:20:41:18] -
Since you are using the prefork and not the threaded apache, I suspect 
the setting MinSpareThreads on line 105 of 
/etc/dirsrv/admin-serv/httpd.conf should be removed.

[Setup] Info output: httpd (pid 2779) already running
[12/10/10:20:41:18] - [Setup] Info output: Server failed to start !!!
Please check errors log for problems [12/10/10:20:41:18] - [Setup]
Fatal Failed to create and configure the admin server
[12/10/10:20:41:18] - [Setup] Fatal Exiting . . . Log file is
'/tmp/setup54sYOQ.log'

apt-cache policy 389-ds
389-ds:
   Installed: 1.2.11.15-1
   Candidate: 1.2.11.15-1
   Version table:
  *** 1.2.11.15-1 0
 500 http://debian.yorku.ca/debian/ unstable/main i386 Packages
 100 /var/lib/dpkg/status

apt-cache policy apache2-mpm-prefork
apache2-mpm-prefork:
   Installed: 2.2.22-11
   Candidate: 2.2.22-11
   Version table:
  *** 2.2.22-11 0
 500 http://debian.yorku.ca/debian/ unstable/main i386 Packages
 100 /var/lib/dpkg/status

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


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

Re: Fedora 17 install dualboot with Windows 7 Home Premium goes nowhere

2012-10-11 Thread Daniel Landau
On Wed, Oct 10, 2012 at 3:59 PM, Ranjan Maitra
maitra.mbox.igno...@inbox.com wrote:
 On Wed, 10 Oct 2012 06:52:20 -0400 Jim binary...@comcast.net wrote:
 On 10/09/2012 10:32 PM, JD wrote:
  You need to contact HP and they will provide you
  with the recovery windows DVD. I have run into a similar problem.
  After fixing your windows, your Linux Grub will be
  overwritten, and windows booter will be in place.

If the install is otherwise fine except for the bootloader, you could
boot from a live distro, chroot into the install and run grub-install
/dev/sda. The process in steps:

1. Boot in to live environment
2. Figure out in which partitions did you install Fedora (using
gparted, fdisk, whatever you're comfortable with).
All of the following as root, so su or sudo -i depending on your environment
3. mkdir /mnt/fedora
4. mount /dev/sdaX /mnt/fedora
(4.b mount /dev/sdaY /mnt/fedora/boot)
5 mount -t proc proc /mnt/fedora/proc
6. mount -o bind /dev /mnt/fedora/dev
7. mount -o bind /sys /mnt/fedora/sys
8. chroot /mnt/fedora /bin/bash
9. grub-mkconfig -o /boot/grub/grub.cfg (check here to find out where
you should put 2's)
10. grub-install /dev/sda
11. exit
12. umount everything and reboot

 Thanks very much! Btw, I am able to see the Recovery Partition from
 a Linux LiveCD. Can I copy these files onto an external USB in the
 usual way, but then how do I make a Recovery disk from this?

If the above procedure for installing grub doesn't work, you can
download legal copies of the install isos straight from a Microsoft
contractor called Digital River, instructions in this blog post:
http://blog.ringerc.id.au/2012/05/you-can-download-legal-windows-7-iso.html.
The different isos are legal and from Microsoft and will of course do
nothing without a licence key.

Daniel Landau
-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 17 install dualboot with Windows 7 Home Premium goes nowhere

2012-10-11 Thread Ranjan Maitra
Hi Daniel,

Thanks very much! I did not get a few points:

 If the install is otherwise fine except for the bootloader, you could
 boot from a live distro, chroot into the install and run grub-install
 /dev/sda. The process in steps:
 
 1. Boot in to live environment
 2. Figure out in which partitions did you install Fedora (using
 gparted, fdisk, whatever you're comfortable with).
 All of the following as root, so su or sudo -i depending on your 
 environment
 3. mkdir /mnt/fedora
 4. mount /dev/sdaX /mnt/fedora

I guess the X is for wherever the / partition is?

 (4.b mount /dev/sdaY /mnt/fedora/boot)

This Y is for the /boot partition?

 5 mount -t proc proc /mnt/fedora/proc
 6. mount -o bind /dev /mnt/fedora/dev
 7. mount -o bind /sys /mnt/fedora/sys
 8. chroot /mnt/fedora /bin/bash
 9. grub-mkconfig -o /boot/grub/grub.cfg (check here to find out where
 you should put 2's)

I do not understand this point. Where should I put the 2's?

 10. grub-install /dev/sda
 11. exit
 12. umount everything and reboot
 

Will this fix the Windoze side also?

  Thanks very much! Btw, I am able to see the Recovery Partition from
  a Linux LiveCD. Can I copy these files onto an external USB in the
  usual way, but then how do I make a Recovery disk from this?
 
 If the above procedure for installing grub doesn't work, you can
 download legal copies of the install isos straight from a Microsoft
 contractor called Digital River, instructions in this blog post:
 http://blog.ringerc.id.au/2012/05/you-can-download-legal-windows-7-iso.html.
 The different isos are legal and from Microsoft and will of course do
 nothing without a licence key.

Thanks, Daniel!

I tried this yesterday, but got an error message saying no device
drives/drivers found. I looked around the HP website but no help.

I used a DVD. I also tried using Unetbootin on a USB stick, but all I
got on the USB stick was Default when I booted into it.

Best wishes,
Ranjan


FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Check it out at http://www.inbox.com/earth


-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 17 install dualboot with Windows 7 Home Premium goes nowhere

2012-10-11 Thread Daniel Landau
On 11 Oct 2012 16:01, Ranjan Maitra maitra.mbox.igno...@inbox.com wrote:
  4. mount /dev/sdaX /mnt/fedora

 I guess the X is for wherever the / partition is?

  (4.b mount /dev/sdaY /mnt/fedora/boot)

 This Y is for the /boot partition?


Exactly so.

  9. grub-mkconfig -o /boot/grub/grub.cfg (check here to find out where
  you should put 2's)

 I do not understand this point. Where should I put the 2's?


I think on my Fedora 18 install the command to run was:

$ grub2-mkconfig -o /boot/grub2/grub.cfg

While on Ubuntu the corresponding command is:

$ grub-mkconfig -o /boot/grub/grub.cfg

Grub is such an important part of a system, that you don't simply go and
update it for no reason. Grub version 2 is a somewhat complete rewrite and
redesign (disclaimer: I'm not an expert on Grub), so the update has led to
different names in different distros that have either allowed or not for
both to be installed at the same time (user binaries, that is, only one
actual bootloader at a time).

 Will this fix the Windoze side also?

If, and that's a big if, the only thing wrong is the boot loader then it
will. If there's something wrong with the actual files for the installation
or the partitions, then they won't get fixed.

 I tried this yesterday, but got an error message saying no device
 drives/drivers found. I looked around the HP website but no help.

 I used a DVD. I also tried using Unetbootin on a USB stick, but all I
 got on the USB stick was Default when I booted into it.

I think this starts to delve too far into windows support for this list. I
don't know about the drivers thing, but you can't use unetbootin to make a
Windows usb stick, there is a Microsoft made Windows only software for that.

Daniel
-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 17 install dualboot with Windows 7 Home Premium goes nowhere

2012-10-11 Thread Ranjan Maitra
Thanks again!

Steps 1. and 2. have to be under fail-safe mode, or any terminal window?

On Thu, 11 Oct 2012 16:55:57 +0300 Daniel Landau daniel.lan...@iki.fi
wrote:

 On 11 Oct 2012 16:01, Ranjan Maitra maitra.mbox.igno...@inbox.com wrote:
   4. mount /dev/sdaX /mnt/fedora
 
  I guess the X is for wherever the / partition is?
 
   (4.b mount /dev/sdaY /mnt/fedora/boot)
 
  This Y is for the /boot partition?
 
 
 Exactly so.
 
   9. grub-mkconfig -o /boot/grub/grub.cfg (check here to find out where
   you should put 2's)
 
  I do not understand this point. Where should I put the 2's?
 
 
 I think on my Fedora 18 install the command to run was:
 
 $ grub2-mkconfig -o /boot/grub2/grub.cfg
 
 While on Ubuntu the corresponding command is:
 
 $ grub-mkconfig -o /boot/grub/grub.cfg
 
 Grub is such an important part of a system, that you don't simply go and
 update it for no reason. Grub version 2 is a somewhat complete rewrite and
 redesign (disclaimer: I'm not an expert on Grub), so the update has led to
 different names in different distros that have either allowed or not for
 both to be installed at the same time (user binaries, that is, only one
 actual bootloader at a time).
 

I see: I am running Fedora 17. So, I guess the first would work?

Thanks again!

Ranjan
-- 
Important Notice: This mailbox is ignored: e-mails are set to be
deleted on receipt. For those needing to send personal or professional
e-mail, please use appropriate addresses.


FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks  orcas on your 
desktop!
Check it out at http://www.inbox.com/marineaquarium


-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


[no subject]

2012-10-11 Thread Tim
On Wed, 2012-10-10 at 22:44 -0700, gary clark wrote:

...[what I'm sure was a spam link, deleted]...

Just wondering, can this mailing list auto-moderate postings that come
in with multiple TO or CC recipient addresses?

If so, that could automatically handle some of these things.

-- 
[tim@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
Have a question? Ask away: http://ask.fedoraproject.org


Re: keyboard failure that doesn't seem to be hardware

2012-10-11 Thread Tim
On Wed, 2012-10-10 at 19:10 -0700, Joe Zeff wrote:
 I was wondering about the PS2 keyboard, but my memory told me that you
 had to reboot if it came unplugged.  Guess that must be 
 Windows-specific.

As far as I know, yes, it was a Windows problem that some couldn't
handle a keyboard being unplugged/replugged.  Though, I recall that was
a problem on the old large 5-pin DIN connected keyboards, not the PS/2
keyboards.  Any Windows PC that I've hot-plugged the PS/2 keyboard,
worked.  Perhaps there was a moment or two of thumb twiddling as Windows
did the dopey hardware detection thing, but it'd work.

However, the PS/2 keyboard system wasn't designed for hot-plugging, and
it was possible to wreck the input circuitry, if the particular
manufacturer hadn't taken into account that users may try hot-plugging.

On top of that, the plugs are notoriously fragile.  Pins got bent and
broken very easily, when people didn't plug them in straight.  And the
usual trick of rotating the plug around trying to line the pins up with
the socket holes, instead of actually using your eyes, was very
destructive to the plug.

-- 
[tim@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
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 16 User Manager: can't edit Group Properties

2012-10-11 Thread John Pilkington
Hi: My f16 installation has been successively upgraded from about f12. 
My tv cards are recognised by the kernel, but ioctl problems have 
interfered with the setting up of new cards while not affecting the use 
of those already known.   A post I saw today claimed that apparently 
similar problems in Ubuntu could be cured by re-adding a user somehow 
lost from the video group.


http://docs.fedoraproject.org/en-US/Fedora/16/html/System_Administrators_Guide/s2-redhat-config-users-group-properties.html

My attempts to add a user with the User Manager fail.  I'm told the 
video group already exists, try a new name.  I deleted and re-created 
the (empty) video group and still could not add any users to it.  Now 
the two User Manager windows cannot be closed; attempts to minimise them 
just redraw them.   Any suggestions gratefully received.


John P



--
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 17 install dualboot with Windows 7 Home Premium goes nowhere

2012-10-11 Thread Ranjan Maitra
Sorry, but all well up to step 10 but not after:

On Thu, 11 Oct 2012 09:02:37 +0300 Daniel Landau daniel.lan...@iki.fi
wrote:

 On Wed, Oct 10, 2012 at 3:59 PM, Ranjan Maitra
 maitra.mbox.igno...@inbox.com wrote:
  On Wed, 10 Oct 2012 06:52:20 -0400 Jim binary...@comcast.net wrote:
  On 10/09/2012 10:32 PM, JD wrote:
   You need to contact HP and they will provide you
   with the recovery windows DVD. I have run into a similar problem.
   After fixing your windows, your Linux Grub will be
   overwritten, and windows booter will be in place.
 
 If the install is otherwise fine except for the bootloader, you could
 boot from a live distro, chroot into the install and run grub-install
 /dev/sda. The process in steps:
 
 1. Boot in to live environment
 2. Figure out in which partitions did you install Fedora (using
 gparted, fdisk, whatever you're comfortable with).
 All of the following as root, so su or sudo -i depending on your 
 environment
 3. mkdir /mnt/fedora
 4. mount /dev/sdaX /mnt/fedora
 (4.b mount /dev/sdaY /mnt/fedora/boot)
 5 mount -t proc proc /mnt/fedora/proc
 6. mount -o bind /dev /mnt/fedora/dev
 7. mount -o bind /sys /mnt/fedora/sys
 8. chroot /mnt/fedora /bin/bash
 9. grub-mkconfig -o /boot/grub/grub.cfg (check here to find out where
 you should put 2's)
 10. grub-install /dev/sda


I try 

% grub2-install /dev/sda.(There is no grub-install)

/usr/sbin/grub2-bios-setup: warning: this LDM has no Embedding
Partition; embedding won't be possible.

/usr/sbin/grub2-bios-setup: warning: Embedding is not
possible. GRUB can only be installed in this setup by using
blocklists. However, blocklists are UNRELIABLE and their use is
discouraged.

/usr/sbin/grub2-bios-setup: error: will not proceed with blocklists.

Any suggestions?

Many thanks again!
Ranjan


FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks  orcas on your 
desktop!
Check it out at http://www.inbox.com/marineaquarium


-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 17 install dualboot with Windows 7 Home Premium goes nowhere

2012-10-11 Thread Alan Cox
 % grub2-install /dev/sda.(There is no grub-install)
 
 /usr/sbin/grub2-bios-setup: warning: this LDM has no Embedding
 Partition; embedding won't be possible.
 
 /usr/sbin/grub2-bios-setup: warning: Embedding is not
 possible. GRUB can only be installed in this setup by using
 blocklists. However, blocklists are UNRELIABLE and their use is
 discouraged.
 
 /usr/sbin/grub2-bios-setup: error: will not proceed with blocklists.
 
 Any suggestions?

You need to specify the force option to make it use blocklists.

grub2 is junk, it alone is a good reason to consider moving distro IMHO
-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


F17: How to overcome NetworkManagers /etc/resolv.conf ?

2012-10-11 Thread Frank Elsner

Hi ALL,
on my just installed Fedora 17 I've a problem with /etc/resolv.conf:

Beginning of  /etc/resolv.conf reads:

  # Generated by NetworkManager
  domain domain_not_set.invalid
  search domain_not_set.invalid

The following lines for nameserver definitions are fine.

How can I ensure to have *correct* domains (I know which ones I need)
in the domain and search statement?

On my old F14 I use a supersede statement in /etc/dhclient.conf but this 
isn't 
used anymore on F17 which uses /var/run/nm-dhclient-wlan0.conf (created by 
NetworkManager).

Any pointer to solve this problem welcome.


Kind regards, Frank Elsner
-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: F17: How to overcome NetworkManagers /etc/resolv.conf ?

2012-10-11 Thread Jack Craig
For me, in network config, there is a domain box, is yours filed in
properly?

my expectation is this input tool ( /usr/bin/system-config-network)
validates below config files...

DOMAIN=languageline.com
/etc/sysconfig/network-scripts/ifcfg-Wired_connection_1

DOMAIN=languageline.com
/etc/sysconfig/networking/profiles/default/ifcfg-Wired_connection_1
DOMAIN=languageline.com
/etc/sysconfig/networking/devices/ifcfg-Wired_connection_1

what does* find /etc/sys* -exec grep DOMAIN {} \; -print* show on your host?

hth, ...


On Thu, Oct 11, 2012 at 9:37 AM, Frank Elsner
fr...@moltke28.b.shuttle.dewrote:


 Hi ALL,
 on my just installed Fedora 17 I've a problem with
 /etc/resolv.conf:

 Beginning of  /etc/resolv.conf reads:

   # Generated by NetworkManager
   domain domain_not_set.invalid
   search domain_not_set.invalid

 The following lines for nameserver definitions are fine.

 How can I ensure to have *correct* domains (I know which ones I need)
 in the domain and search statement?

 On my old F14 I use a supersede statement in /etc/dhclient.conf but this
 isn't
 used anymore on F17 which uses /var/run/nm-dhclient-wlan0.conf (created by

 NetworkManager).

 Any pointer to solve this problem welcome.


 Kind regards, Frank Elsner
 --
 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
 Have a question? Ask away: http://ask.fedoraproject.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
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 17 install dualboot with Windows 7 Home Premium goes nowhere

2012-10-11 Thread Ranjan Maitra
On Thu, 11 Oct 2012 17:38:53 +0100 Alan Cox a...@lxorguk.ukuu.org.uk
wrote:

  % grub2-install /dev/sda.(There is no grub-install)
  
  /usr/sbin/grub2-bios-setup: warning: this LDM has no Embedding
  Partition; embedding won't be possible.
  
  /usr/sbin/grub2-bios-setup: warning: Embedding is not
  possible. GRUB can only be installed in this setup by using
  blocklists. However, blocklists are UNRELIABLE and their use is
  discouraged.
  
  /usr/sbin/grub2-bios-setup: error: will not proceed with blocklists.
  
  Any suggestions?
 
 You need to specify the force option to make it use blocklists.
 
 grub2 is junk, it alone is a good reason to consider moving distro IMHO
 -- 

Thanks! I did do a --force --recheck and it complained but went through.

So, now I can boot into Linux. The Windows 7 side is still messed up and
I do not understand or know what to do. Unfortunately, I don't know if
the Windows side is going to be much of a help here.

Grub shows two entries for windows 7:

Windows 7 (loader) on (/dev/sda2)
Windows Recovery Environment (loader) (on /dev/sda3)


The first results in:

A disk read error occurred
Press Ctrl+Alt+Del to restart

(This goes back to grub.)

The second gives:

error: device format ldm-***/Volume2 is invalid: must be f|h|dN with 0
= N  128

and we go to the screen for the previous case. The *** is some
alphanumeric code which is pretty long.


Any suggestions? If it was my computer, I would have scrapped the whole
windows side of course. But it is not mine (I was just offering some
free services and I feel bad about damaging the system, or at least not
making sure it dual-boots).

Many thanks again!
Ranjan






-- 
Important Notice: This mailbox is ignored: e-mails are set to be
deleted on receipt. For those needing to send personal or professional
e-mail, please use appropriate addresses.


GET FREE SMILEYS FOR YOUR IM  EMAIL - Learn more at 
http://www.inbox.com/smileys
Works with AIM?, MSN? Messenger, Yahoo!? Messenger, ICQ?, Google Talk? and most 
webmails


-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: Smolt Retirement

2012-10-11 Thread Matthew Miller
On Wed, Oct 10, 2012 at 12:48:09PM -0600, Kevin Fenzi wrote:
  On Wed, Oct 10, 2012 at 12:03:03PM -0600, Kevin Fenzi wrote:
   A replacement for much of the functionality of smolt is under
   development, see the census project mailing list for more
   information: http://lists.fedorahosted.org/mailman/listinfo/census
  No messages have been posted to this list yet, so the archives are
  currently empty.
 You can be the first! :) 

That does not seem to have helped significantly. :)


-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  mat...@fedoraproject.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
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum upgrade problem

2012-10-11 Thread Temlakos

On 10/11/2012 08:51 PM, pringle...@gmail.com wrote:
Hi, i sorry if this was already posted in the list; i was a long day 
and tomorrow holds no promises.
Today i check for updates (using a cli) and it listed various things 
to updates (i have updates-testing enable), and some of them was from 
other repos (more specifically the remi repo). I always try to check 
the change log to know if something can affect my system and one way 
of doing it is firing up the gui and checking the details option, but 
today the gui only displays the firefox 16.0.1, this was strange but i 
didn't have much time and i updated using the cli (using the yum 
update firefox). I come back later and both the gui and cli say to me 
that there is noting more to update. First i think is something 
related to the mirrors and sync, and decided to do a yum clean all. 
That was a few hours back and still no new updates, what is wrong?


Thanks.


Se el cambio que quieres ver en el mundo. Ghandi




Well, for what it's worth, I used the KDE Apper to grab today's updates. 
Firefox and Thunderbird each had security updates. Now for some 
reason, the Apper didn't want to resolve itself afterward. I had to shut 
down, cool off for ten minutes, and then restart for Apper to work 
again. Anyone else notice the same thing?


But I did manage to get updates of both Firefox and Thunderbird. I know 
because each one checked my add-ons to make sure they were compatible.


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
Have a question? Ask away: http://ask.fedoraproject.org


Re: keyboard failure that doesn't seem to be hardware

2012-10-11 Thread Paul Allen Newell

On 10/10/2012 10:44 PM, Paul Allen Newell wrote:
==

The keyboard knows I am getting good help at trying to solve this ... it 
behaved like a champ today. If it doesn't act up through the beginning 
of next week, I will consider that it is a POM issue caused by something 
in my install F17 process that worked itself out.


Once again, thanks to everyone for the suggestions ... I've got them 
ready and waiting when it happens next

--
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: yum upgrade problem

2012-10-11 Thread pringle...@gmail.com
On Oct 11, 2012 10:21 PM, Temlakos temla...@gmail.com wrote:

 On 10/11/2012 08:51 PM, pringle...@gmail.com wrote:

 Hi, i sorry if this was already posted in the list; i was a long day and
tomorrow holds no promises.
 Today i check for updates (using a cli) and it listed various things to
updates (i have updates-testing enable), and some of them was from other
repos (more specifically the remi repo). I always try to check the change
log to know if something can affect my system and one way of doing it is
firing up the gui and checking the details option, but today the gui only
displays the firefox 16.0.1, this was strange but i didn't have much time
and i updated using the cli (using the yum update firefox). I come back
later and both the gui and cli say to me that there is noting more to
update. First i think is something related to the mirrors and sync, and
decided to do a yum clean all. That was a few hours back and still no new
updates, what is wrong?

 Thanks.


 Se el cambio que quieres ver en el mundo. Ghandi



 Well, for what it's worth, I used the KDE Apper to grab today's updates.
Firefox and Thunderbird each had security updates. Now for some reason,
the Apper didn't want to resolve itself afterward. I had to shut down, cool
off for ten minutes, and then restart for Apper to work again. Anyone else
notice the same thing?

 But I did manage to get updates of both Firefox and Thunderbird. I know
because each one checked my add-ons to make sure they were compatible.

 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
 Have a question? Ask away: http://ask.fedoraproject.org


The funny thing is that when trying yum update to check for the missing
updates ( i still have a new kernel to install)  it install updates from
other repo, the fedora-abrt without problems.
anyone knows something or have some ideas?
-- 
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
Have a question? Ask away: http://ask.fedoraproject.org