Re: This menu allows you to configure iscsi volumes --> screen while installing Ubuntu Server LTS 10.04

2011-12-13 Thread Kaushal Shriyan
On Wed, Dec 14, 2011 at 6:03 AM, Paul Graydon wrote:

>  On 12/13/2011 02:27 PM, Kaushal Shriyan wrote:
>
>
>
> On Wed, Dec 14, 2011 at 1:49 AM, Kaushal Shriyan  > wrote:
>
>> Hi,
>>
>> This menu allows you to configure iscsi volumes --> screen while
>> installing Ubuntu Server LTS 10.04 probably ->
>> http://ubuntuforums.org/showthread.php?t=1679536
>>
>> Any clue ?
>>
>> Regards
>>
>> Kaushal
>>
>
> Hi
>
> I am hit with this bug
> https://bugs.launchpad.net/ubuntu/+source/kickseed/+bug/548617 Please
> suggest further
>
> Regards
>
> Kaushal
>
>  You're going to need to throw the list at least a little bit of a bone
> here...  You've given virtually no useful information at all.
>
> What hardware do you have?
> What exactly are you seeing?
> What have you tried so far?
>
> Paul
>


Hi Paul,

I am using PXE Server to install ubuntu lucid 10.04.3 on IBM System x3650
M3 and i see this below message

During kickstart installation it stops in menu:

!! Partitioning disks
This menu allows you to configure iSCSI volumes
iSCSI configuration actions
  Log into iSCSI targets
  Finish

I have checked for any bugs if there are any and i get these bug very close
to my issue https://bugs.launchpad.net/ubuntu/+source/kickseed/+bug/548617which
is a duplicate of
https://bugs.launchpad.net/null/+bug/546929

Hard disk attached to the system is 300 GB SAS Drive * 4 Nos configured
with RAID 10.
RAID Controller card is  RAID bus controller: LSI Logic / Symbios Logic
MegaRAID SAS 9240 (rev 03)

Do let me know if you need any further information.

Regards

Kaushal



>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: This menu allows you to configure iscsi volumes --> screen while installing Ubuntu Server LTS 10.04

2011-12-13 Thread Paul Graydon

On 12/13/2011 02:27 PM, Kaushal Shriyan wrote:



On Wed, Dec 14, 2011 at 1:49 AM, Kaushal Shriyan 
mailto:kaushalshri...@gmail.com>> wrote:


Hi,

This menu allows you to configure iscsi volumes --> screen while
installing Ubuntu Server LTS 10.04 probably ->
http://ubuntuforums.org/showthread.php?t=1679536

Any clue ?

Regards

Kaushal


Hi

I am hit with this bug 
https://bugs.launchpad.net/ubuntu/+source/kickseed/+bug/548617 Please 
suggest further


Regards

Kaushal

You're going to need to throw the list at least a little bit of a bone 
here...  You've given virtually no useful information at all.


What hardware do you have?
What exactly are you seeing?
What have you tried so far?

Paul
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: This menu allows you to configure iscsi volumes --> screen while installing Ubuntu Server LTS 10.04

2011-12-13 Thread Kaushal Shriyan
On Wed, Dec 14, 2011 at 1:49 AM, Kaushal Shriyan
wrote:

> Hi,
>
> This menu allows you to configure iscsi volumes --> screen while
> installing Ubuntu Server LTS 10.04 probably ->
> http://ubuntuforums.org/showthread.php?t=1679536
>
> Any clue ?
>
> Regards
>
> Kaushal
>

Hi

I am hit with this bug
https://bugs.launchpad.net/ubuntu/+source/kickseed/+bug/548617 Please
suggest further

Regards

Kaushal
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: rsyslog on Ubuntu Linux 10.04 LTS (Lucid Lynx) Server

2011-12-13 Thread Clint Byrum
Excerpts from Kaushal Shriyan's message of Mon Dec 12 15:18:32 -0800 2011:
> Hi,
> 
> Is there a step by step guide to install rsyslog on Ubuntu Linux 10.04 LTS
> Server(Lucid Lynx) and configure clients to listen to the rsyslog server
> and any free GUI Web Interface to view rsyslog server ?

rsyslog is actually installed by default in 10.04, so you should have
it on all of your Ubuntu server 10.04 installs.

It will, by default, not listen for incoming traffic, so you will need
to edit /etc/rsyslog.conf and uncomment these lines:

# provides UDP syslog reception
#$ModLoad imudp
#$UDPServerRun 514

# provides TCP syslog reception
#$ModLoad imtcp
#$InputTCPServerRun 514

Also for your clients, you need to tell them to send their logs to the
main server. Simplest way to do this is to add a file to /etc/rsyslog.d
that has this in it:

*.* @your.syslog.server

I'd suggest reading 'man rsyslog.conf', under the section "Remote machine"
for some tips on how to tune the reliability of these messages.

As far as log viewing, I'm a fan of using ssh windows for it.. and 'ccze'
for colorizing the messages... this works:

tail -F /var/log/syslog | ccze

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


This menu allows you to configure iscsi volumes --> screen while installing Ubuntu Server LTS 10.04

2011-12-13 Thread Kaushal Shriyan
Hi,

This menu allows you to configure iscsi volumes --> screen while installing
Ubuntu Server LTS 10.04 probably ->
http://ubuntuforums.org/showthread.php?t=1679536

Any clue ?

Regards

Kaushal
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: [URGENT] FeatureDefinitionFreeze Tomorrow!

2011-12-13 Thread Michael Jeanson
- Original Message -
> 13.12.2011 17:24, Michael Jeanson kirjoitti:
> > Hi Timo,
> >
> > Here is a starting point for SSSD :
> > https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/903749
> >
> > I'll try to get started on the other packages tonight after work,
> > if anyone else wants to help, feel free.
> 
> I already started my own :)
> 
> https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/903752
> 

I've marked mine as invalid, yours was more complete. From my
understanding, we have to open a bug for each of the
dependencies too.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Fwd: Re: [URGENT] FeatureDefinitionFreeze Tomorrow!

2011-12-13 Thread Timo Aaltonen

forgot to post to the list as well:

13.12.2011 17:24, Michael Jeanson kirjoitti:
> - Original Message -
>> On 11/24/2011 10:12 AM, Timo Aaltonen wrote:
>>>
>>> Is getting sssd in main still a goal? The UDS session got cancelled,
>>> and
>>> there's been no (blueprint) activity since.
>>
>> Though a Low priority, it's still a goal. If you or anyone else is
>> interested in speeding this along, having someone go through steps 1
>> and
>> 2 of https://wiki.ubuntu.com/MainInclusionProcess would help.
>>
>>>
>>> I've checked that these build-dependencies would need to be promoted
>>> as
>>> well:
>>>
>>> ding-libs (libcollection-dev, libini-config-dev, libdhash-dev)
>>> tevent (libtevent-dev)
>>> ldb (libldb-dev)
>>> libsemanage (libsemanage1-dev)
>>>
> 
> Hi Timo,
> 
> Here is a starting point for SSSD :
> https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/903749
> 
> I'll try to get started on the other packages tonight after work,
> if anyone else wants to help, feel free.

I already started my own :)

https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/903752

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: [URGENT] FeatureDefinitionFreeze Tomorrow!

2011-12-13 Thread Michael Jeanson
- Original Message -
> On 11/24/2011 10:12 AM, Timo Aaltonen wrote:
> >
> > Is getting sssd in main still a goal? The UDS session got cancelled,
> > and
> > there's been no (blueprint) activity since.
> 
> Though a Low priority, it's still a goal. If you or anyone else is
> interested in speeding this along, having someone go through steps 1
> and
> 2 of https://wiki.ubuntu.com/MainInclusionProcess would help.
> 
> >
> > I've checked that these build-dependencies would need to be promoted
> > as
> > well:
> >
> > ding-libs (libcollection-dev, libini-config-dev, libdhash-dev)
> > tevent (libtevent-dev)
> > ldb (libldb-dev)
> > libsemanage (libsemanage1-dev)
> >

Hi Timo,

Here is a starting point for SSSD :
https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/903749

I'll try to get started on the other packages tonight after work,
if anyone else wants to help, feel free.

Michael

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam