Re: [ilugd] PHP

2004-03-28 Thread Vijay Thakur
Dear satendra,
 
PHP stands  for - Personal Home Page
 
 
Vijay Thakur 
Chandigarh
9814936551



[EMAIL PROTECTED] wrote:

Hi to you all

Can u please tell me the FULL FORM of PHP, and from where
can i have a course of it?

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/
Win an evening with the Indian cricket captain: Yahoo! India Promos.
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] PHP

2004-03-28 Thread Vijay Thakur
Dear satendra,
 
PHP stands  for - Personal Home Page
 
 
Vijay Thakur 
Chandigarh
9814936551



[EMAIL PROTECTED] wrote:

Hi to you all

Can u please tell me the FULL FORM of PHP, and from where
can i have a course of it?

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/
Win an evening with the Indian cricket captain: Yahoo! India Promos.
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] PHP

2004-03-28 Thread satendra_cs

  Hi to you all

Can u please tell me the FULL FORM of PHP, and  from where
can i have a course of it?

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] exception in running eclipse

2004-03-28 Thread Supreet Sethi
I would suspect, one of the plugins has failed and things have gone
haywire because of that.

you'll find the plugins in ~/.eclipse/plugins 

See if the particular plugin on which eclipse is giving error is there
or not


Supreet


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] exception in running eclipse

2004-03-28 Thread arundeep Singh
i am working on eclipse in Fedora. it was going fine, but then suddenly

sth happened and now when i run a project in eclipse it gives a
following 
message :

Exception Occured during launch :

Reason :
 Source Locator does not exist.
org.eclipse.jdt.debug.ui.SourceLocator

Also when i try to open the project properties it says that no
properties 
are associated with this project.

Whats the soluton to this problem. is there any to the file got
corrupted 
or what. i didn't find any configuration file.

Thanks in advance



=
Arundeep Singh,
M.Tech (IS), IIIT Allahabad, 
U.P, India. 
ph: 09415262466, 09417066713
http://www.i-cognition.com

Don't take life seriously, as you can't come out of it alive.

__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] access LL to LL

2004-03-28 Thread . jareeN .



--- LinuxLingam <[EMAIL PROTECTED]> wrote:

you are right! i changed the UID and GID of the LL home directory on the
mounted partition to match those of the LL user on the booted partition
and distro . . . and it worked.

ofcourse, when i then booted into Redhat8's partition, and tried logging
in, the XDM screen was again hurled at me as the UID and GID of the
existing user had been changed by fedora. so this time, i logged in as
root under redhat8, reset the UID and GID, and again managed to log in
successfully as LL.

therefore, what i need to do is simple:
set up a script on fedora that,
*only* when i log in as user LL:

1) on logging-in, sets the UID and GID of the mounted partition to match
those of LL of fedora.

2) on logging-out, resets the UID and GID of the mounted partition to
match those of LL of Redhat8.


so how do i do this? i can write two scripts, but where do i put them?
as the scripts will be run by the action of the user LL logging in, a
command like chown would require a root to do that for the other home
directory, so how do i do this in the script?

do i enter these scripts in rc.local? would want this change to happen
irrespective of whether LL logs into runlevel 1, 2, 3, 4, or 5?

please help

:-)
LL

You can write a script, but a much simpler solution will be this:
See linux doesn't concerns itself with the login of the user it is there  only for 
display. Linux works with uid (which is a number). So you just have to make sure that 
this number is same in both the distributions. For this you can edit /etc/passwd of 
any of the distribution. You can equivacantly use usermod command (read man usermod). 
Also home directory access is provided by this same number. So you need to change this 
number also for your home directory of the distribution you changed uid of.

Basically you need to this:
1) Boot to one of the distributions:
2) cat /etc/passwd | grep LL
   note the the first number which is uid
3) boot to other distribution and login as root
4) edit /etc/passwd and edit the corresponding entry for LL in this file so that these 
same number are used as uid
5) also check that no other entry is using this uid; if there exists such an entry 
just swap the uid's of the two; take due considerations for the home directory of the 
conflicting user if required.
6) chown -R LL /home/LL
7) logout and login as LL

done

BYE
..
--

_
Get Your Private, Free Jatt Email at http://www.jatt.com/

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] Re: [LIH]bootsplash and udev problems

2004-03-28 Thread Suresh Ramasubramanian
[3/29/2004 7:09 AM]  Ritesh Raj Sarraf :

bootsplash: scanning last 2MB of initrd for signature
bootsplash 3.1.4-2004/02/19: looking for picture. doesnot fit into
framebuffer. (found1024x768, 20789 bytes, v3).
your bootsplash image seems to be a little too large.

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] bootsplash and udev problems

2004-03-28 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I was trying to run this stuff called bootsplash. As in RedHat Fedora,
which provides a decent and simple graphical boot at startup, I was
trying something similar with Debian (Sarge) on kernel 2.6.3.

RedHat Fedora to provide simple graphical boot makes the X server start
as soon as the init loads. In opposite bootsplash is a kernel +
userspace stuff which provides a sleek/decent graphical boot without
using the X server. Many of us have seen this while booting of LiveCD's
like Morphix.

Back to my problems, I have bootsplash working for me perfectly fine
under "verbose" mode. If I try booting the "silent" mode using
splash=silent at boot time, nothing happens silent. It's the same
verbose mode boot. dmesg shows up an error message:

bootsplash: scanning last 2MB of initrd for signature
bootsplash 3.1.4-2004/02/19: looking for picture. doesnot fit into
framebuffer. (found1024x768, 20789 bytes, v3).

Has anyone encountered similar errors, If so, please suggest me a
solution/pointer.

I'm also using udev on my new kernel. udev almost makes every thing work
fine. Just I had to make some manual change to have the,
/dev/fb0 entry in order to use fbtv and mplayer with -vo fbdev options.
I just added the following into the /etc/udev/links.conf file:
M fb0   c 29 0

Fine. The framebuffer device gets created perfectly. The problem is that
it gets the user and groupownership of root with 600 permissions.
Hence, I'm forced to chown it to root.users and chmod it to 660. Is
there automated way.

Please HELP.

TIA,
rrs


Ritesh Raj Sarraf   Email: rrs [EMAIL PROTECTED] researchut.com
Web: http://www.researchut.com  Phone: +91-9899655651
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFAZ35Q4Rhi6gTxMLwRAoc9AKCTRGKDZx0bTmwEfdHftCHvaoSYbACfb0oy
lWSvY/f6qWA+Z7Ts4Z17dl8=
=5g/9
-END PGP SIGNATURE-


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Re: access LL to LL

2004-03-28 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 29 Mar 2004, LinuxLingam wrote:

> Date: Mon, 29 Mar 2004 05:46:32 +0530
> From: LinuxLingam <[EMAIL PROTECTED]>
> Reply-To: The Linux-Delhi mailing list <[EMAIL PROTECTED]>
> To: The Linux-Delhi mailing list <[EMAIL PROTECTED]>
> Subject: Re: [ilugd] Re: access LL to LL
>
> On Mon, 2004-03-29 at 02:03, Abhijit Menon-Sen wrote:
>
> > I think a better solution would be to hack the kernel on your Fedora box
> > in order to transparently remap the UID and GID to those used on the RH8
> > system, so that the filesystem permission checks work as you want.
> >
>
> ouch! a) don't know how to do that. b) don't wanna do that 'cause this
> is a mission-critical production install for a delicate project that is
> time-bound.
>
>
> > Meanwhile, back in the real world with its sad shortage or psychotropic
> > substances, have you considered just using the same UID and GID on both
> > installations?
>
> yup. resets and throws back the login screen without errors, when i log
> into the distro that has the UID and GID changed. which is why i think
> the best thing to do is to log into, say Fedora, change the UID and GID
> of the home directory of the other distro which is mounted. do all my
> work in peace. and then on logging off, reset the UID and GID to its
> original values so that user LL has no problems when logging into RH8.
>
> please guide me how to do this.
> thanks
>
sorry to come in between. But what I understand the person want's to
tell you is that you should have exactly same UID and GID on both the distros.
Under Linux/Unix, usernames don't matter, what matters is UID.
Say, on Fedora LL is having UID and GID = 501
simply delete the LL user on PCQLinux and re-create the same user with
UID and GID 501. In this way the User on both machines having UID and
GID = 501 will be able to access the directories.

As said that privileges are granted based on UID's, say on your machine
I create a user named rrs with UID = 501 on your Fedora Installation
whereas you already have user LL = 500 on the PCQ Installation. In this case user rrs 
will be
able to access user LL's home directory of PCQ Linux Installation.

I hope this is what the person means to state.

rrs
> :-)
> LL
> >
> > -- ams
> >
> > ___
> > ilugd mailinglist -- [EMAIL PROTECTED]
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
> > http://www.mail-archive.com/[EMAIL PROTECTED]/
> >
>
>
> ___
> ilugd mailinglist -- [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
> http://www.mail-archive.com/[EMAIL PROTECTED]/
>

Ritesh Raj Sarraf   Email: rrs [EMAIL PROTECTED] researchut.com
Web: http://www.researchut.com  Phone: +91-9899655651
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFAZ3cx4Rhi6gTxMLwRAoj/AKCRSHgvAxrSmbrTA98c/YUsYfAMEwCgokuK
tZx+0A4mpJye5LZhNBTlUXE=
=rOm7
-END PGP SIGNATURE-


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Re: access LL to LL

2004-03-28 Thread LinuxLingam
On Mon, 2004-03-29 at 02:03, Abhijit Menon-Sen wrote:

> I think a better solution would be to hack the kernel on your Fedora box
> in order to transparently remap the UID and GID to those used on the RH8
> system, so that the filesystem permission checks work as you want.
> 

ouch! a) don't know how to do that. b) don't wanna do that 'cause this
is a mission-critical production install for a delicate project that is
time-bound.


> Meanwhile, back in the real world with its sad shortage or psychotropic
> substances, have you considered just using the same UID and GID on both
> installations?

yup. resets and throws back the login screen without errors, when i log
into the distro that has the UID and GID changed. which is why i think
the best thing to do is to log into, say Fedora, change the UID and GID
of the home directory of the other distro which is mounted. do all my
work in peace. and then on logging off, reset the UID and GID to its
original values so that user LL has no problems when logging into RH8.

please guide me how to do this.
thanks

:-)
LL 
> 
> -- ams
> 
> ___
> ilugd mailinglist -- [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
> http://www.mail-archive.com/[EMAIL PROTECTED]/
> 


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] Re: access LL to LL

2004-03-28 Thread Abhijit Menon-Sen
At 2004-03-29 01:20:54 +0530, [EMAIL PROTECTED] wrote:
>
> therefore, what i need to do is simple:
> set up a script on fedora that,
> *only* when i log in as user LL:
> 
> 1) on logging-in, sets the UID and GID of the mounted partition to
> match those of LL of fedora.
> 
> 2) on logging-out, resets the UID and GID of the mounted partition to
> match those of LL of Redhat8.

I think a better solution would be to hack the kernel on your Fedora box
in order to transparently remap the UID and GID to those used on the RH8
system, so that the filesystem permission checks work as you want.

Meanwhile, back in the real world with its sad shortage or psychotropic
substances, have you considered just using the same UID and GID on both
installations?

-- ams

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] again - Helppp Xserver crashed

2004-03-28 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 28 Mar 2004, Manish wrote:

>  compiled for 4.3.0, module version = 1.0.0
>  Module class: XFree86 XInput Driver
>  ABI class: XFree86 XInput driver, version 0.4
> (EE) No drivers available.
>
> Fatal server error:
> no screens found
>
Hi,
Your input device (mouse in your case has not been configured).
Please provide details for your mouse type.

Also please try posting X logs only a couple of line before and after
the (EE) mark.. You can figure in your X Server log case the mark in

(EE) No drivers available.


rrs
>
>
>
> ___
> ilugd mailinglist -- [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
> http://www.mail-archive.com/[EMAIL PROTECTED]/
>

Ritesh Raj Sarraf   Email: rrs [EMAIL PROTECTED] researchut.com
Web: http://www.researchut.com  Phone: +91-9899655651
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFAZy6k4Rhi6gTxMLwRAsqfAJ4oobuZuMo+XYB/hLakBl5spEauIgCgkOD6
AOf5lcCGA84j8lf41DS+Hxc=
=tyrt
-END PGP SIGNATURE-


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] access LL to LL

2004-03-28 Thread LinuxLingam
On Sun, 2004-03-28 at 16:05, .jareeN. wrote:

> 
> The solution given to you is correct. Why the above is happening is that you need to 
> make yourself the owner of you home directory. Do this once in the home directory of 
> the distribution you have made the change and it will work.
> 
> BYE

neeraj,

you are right! i changed the UID and GID of the LL home directory on the
mounted partition to match those of the LL user on the booted partition
and distro . . . and it worked.

ofcourse, when i then booted into Redhat8's partition, and tried logging
in, the XDM screen was again hurled at me as the UID and GID of the
existing user had been changed by fedora. so this time, i logged in as
root under redhat8, reset the UID and GID, and again managed to log in
successfully as LL.

therefore, what i need to do is simple:
set up a script on fedora that,
*only* when i log in as user LL:

1) on logging-in, sets the UID and GID of the mounted partition to match
those of LL of fedora.

2) on logging-out, resets the UID and GID of the mounted partition to
match those of LL of Redhat8.


so how do i do this? i can write two scripts, but where do i put them?
as the scripts will be run by the action of the user LL logging in, a
command like chown would require a root to do that for the other home
directory, so how do i do this in the script?

do i enter these scripts in rc.local? would want this change to happen
irrespective of whether LL logs into runlevel 1, 2, 3, 4, or 5?

please help

:-)
LL


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] Re: xFree86

2004-03-28 Thread naren
Which video card do you have installed? Or are you
using a mobo with onboard video?

Nag

__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] access LL to LL

2004-03-28 Thread . jareeN .

> did not work, xdm accepts name and password, goes into some
> restrospection, ponders over something, and throws back the log in
> screen without any message. a couple of times of this, and i logged in
> as root, changed the IDs back to the original ones, and it worked. 


The solution given to you is correct. Why the above is happening is that you need to 
make yourself the owner of you home directory. Do this once in the home directory of 
the distribution you have made the change and it will work.

BYE
..
--
"... If only Matrix was Free Software who would have needed Neo ...
 ... Oh I hate Matrix and I hate Proprietry Software ..."




_
Get Your Private, Free Jatt Email at http://www.jatt.com/

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] access LL to LL

2004-03-28 Thread vivek
On Sun, 2004-03-28 at 13:52, LinuxLingam wrote:
> On Wed, 2004-03-24 at 13:19, Yashpal Nagar wrote:
> > LL Can you try this hack;
> > 
> > You have LL user in both systems, redhat8 & fedora, username is 
> > undoubtly same but the uid & gids will be different.
> > So what i recommend you,  you make sure both the systems have same uid & 
> > gid edit /etc/password & /etc/group of both systems
> 
> [snip]
> 
> did not work, xdm accepts name and password, goes into some
> restrospection, ponders over something, and throws back the log in
> screen without any message. a couple of times of this, and i logged in
> as root, changed the IDs back to the original ones, and it worked. 

maybe an extension of this, what if yu create a new user "LLpartII" in
RedHat 8.0, and specify the UID and GID yourself. then chown all files
in /home/LL to LLpartII. then in Fedora, create same user with the same
UID and GID. then see if yu are able to access those?

-- 
\|||/
(o o)
 ooO-(_)-Ooo-
| vivek| GPG Key:|
| [EMAIL PROTECTED]| http://exain.net/vike   |
||
| Registered Linux User: #305493 |
 
   (  _  )
  _| | | |_
 (___| |___)



___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] access LL to LL

2004-03-28 Thread LinuxLingam
am collating tips from all previous four emails:


On Wed, 2004-03-24 at 13:19, Yashpal Nagar wrote:
> LL Can you try this hack;
> 
> You have LL user in both systems, redhat8 & fedora, username is 
> undoubtly same but the uid & gids will be different.
> So what i recommend you,  you make sure both the systems have same uid & 
> gid edit /etc/password & /etc/group of both systems

[snip]

did not work, xdm accepts name and password, goes into some
restrospection, ponders over something, and throws back the log in
screen without any message. a couple of times of this, and i logged in
as root, changed the IDs back to the original ones, and it worked. 

vivek khurana:
 [quote]YOu have to give appropriate permisions to the
mounted directory. Normally only read permision is
provided to such directories. I normally set the
permissions to 777 for such shared directories. [/]

the directory has *loads* of files, so setting this recursively is
painful, besides as you can figure, it ends up giving everyone access
too. not a nice idea. so dropped this.



raj shekhar:
[quote] The short answer is that you can make an entry in the /etc/fstab
files as
dev/hda9 /mnt/LLHOME2 ext3 noauto,owner,noexec,rw,users 00 [/]

did this. first, it needs root permission to mount manually. then it
loads the whole partition, that includes everyone else's home
directories too. finally, when i did try this, i discovered as the user
LL on fedora, when i go deeper into the folders, i still get permission
denied.

***

turns out this is quite an interesting problem. to refresh: LL is a user
under RH8 on partition hdc7. LL is a user under fedora on partition
hdc13. LL of fedora wants to access all the files in the home directory
of LL of RH8, without involving root [except maybe to mount once]. but
LL should not be able to access other user's home directories. and
should be able to read+write to his RH8 home directory.

:-)
LL


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/