Re: [fsug-tvm] Optimal Swap size for 4GB RAM?

2010-06-18 Thread Manilal K M
On 17 June 2010 19:55, Praveen A prav...@gmail.com wrote:
 2010/6/17 Adhin D mejaithekni...@gmail.com:
 And becomes slower with swap..I mean not during startup, but it slows down
 after sometime.
 I believe using swap in systems having large amount of RAM helps only in
 memory intensive tasks, as Anoop mentioned.
 I prefer without using swap, though I miss hibernate...

 Important point (which I did not consider when I wrote my earlier
 mail), you need swap if you want hibernate. But hibernate compresses
 RAM contents before it hibernate, so you may not need the same amount
 of RAM, but it is safer to give same amount of RAM.

IMHO, this is one of the most important reasons why we need swap in
modern computers. I would prefer same size of RAM for swap partition
if RAM = 2GB and double the size if RAM  2GB.

-- 
Manilal K M : മണിലാല്‍ കെ എം.
http://libregeek.blogspot.com

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


[fsug-tvm] Re: The use of su command ?

2010-06-18 Thread Vishnupradeep
i am using ubuntu 10.04

On Fri, Jun 18, 2010 at 2:04 PM, Vishnupradeep
intermedia.vis...@gmail.comwrote:

 My friend abhisheklal said it is for switching user. so i tried 'su root'
 to switch to the root user. it asks for password i entered it. but cannot
 login, may be the pswd is wrong. the output from terminal is shown below.

 vis...@vishnu-desktop:~$ su root
 Password:
 su: Authentication failure


 What is the password for root ?




-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: The use of su command ?

2010-06-18 Thread Aveek Sen
just type su
nothing else. It will log you in as root-super user(su)

Regards,
Aveek

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: The use of su command ?

2010-06-18 Thread Vishnupradeep
what will be the password ?.

On Fri, Jun 18, 2010 at 2:09 PM, Aveek Sen avee...@gmail.com wrote:

 just type su
 nothing else. It will log you in as root-super user(su)

 Regards,
 Aveek

 --
 Freedom is the only law.
 Freedom Unplugged
 http://www.ilug-tvm.org

 You received this message because you are subscribed to the Google
 Groups ilug-tvm group.
 To control your subscription visit
 http://groups.google.co.in/group/ilug-tvm/subscribe
 To post to this group, send email to ilug-tvm@googlegroups.com
 To unsubscribe from this group, send email to
 ilug-tvm-unsubscr...@googlegroups.com



 For details visit the google group page:
 http://groups.google.com/group/ilug-tvm?hl=en


-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: The use of su command ?

2010-06-18 Thread Aveek Sen
Your root password. Mid it, your root password may have been been set
different from log-in password by you during installation.

Regards,
Aveek

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Optimal Swap size for 4GB RAM?

2010-06-18 Thread Kartik Singhal
On Fri, Jun 18, 2010 at 12:21 PM, Manilal K M libreg...@gmail.com wrote:

  I would prefer same size of RAM for swap partition
 if RAM = 2GB and double the size if RAM  2GB.

+1


-- 
Kartik Singhal
BTech CSE Student, NIT Calicut
http://www.techglider.com

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Optimal Swap size for 4GB RAM?

2010-06-18 Thread Praveen A
2010/6/18 Kartik Singhal kartiksing...@gmail.com:


 On Fri, Jun 18, 2010 at 12:21 PM, Manilal K M libreg...@gmail.com wrote:

 I would prefer same size of RAM for swap partition
 if RAM = 2GB and double the size if RAM  2GB.

 +1

If you see Abhishek's mail, he can hibernate his 4gb system with 1gb
swap. This is because RAM may not be full when he was hibernating and
kernel does compress the contents. But is safer to give same size as
RAM, though that may not be necessary always.

Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call, if you are unable to speak?
(as seen on /.)

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: windows 7 is washing out grub --help-urgent

2010-06-18 Thread Kartik Singhal
On Fri, Jun 18, 2010 at 10:44 AM, Praveen A prav...@gmail.com wrote:

 As an add on. my personal experience, to boot into Fedora, now I have
 to enter grub shell and manually enter root, linux, and initrd lines
 with all options _every_single_time I want to boot into Fedora. I tell
 my friends it is a high security system :( If some one want to boot
 into Fedora they need to know the logical volume name (which grub
 can't tab complete).


When I installed Fedora 13, two weeks back, I also had trouble with booting
(I have both Win 7 and Fedora 13 on my system). But later I reinstalled grub
using a live CD and then everything worked fine. I am easily able to boot
into both the OSes. I can't figure out what problem is leading you to this
hassle?

-- 
Kartik Singhal
BTech CSE Student, NIT Calicut
http://www.techglider.com

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: windows 7 is washing out grub --help-urgent

2010-06-18 Thread Praveen A
2010/6/18 Kartik Singhal kartiksing...@gmail.com:
 When I installed Fedora 13, two weeks back, I also had trouble with booting
 (I have both Win 7 and Fedora 13 on my system). But later I reinstalled grub
 using a live CD and then everything worked fine. I am easily able to boot
 into both the OSes. I can't figure out what problem is leading you to this
 hassle?

Fedora 13 is still using grub legacy, but Debian and Ubuntu has moved
to grub2. MBR has grub2.

Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call, if you are unable to speak?
(as seen on /.)

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


[fsug-tvm] Fedora 13

2010-06-18 Thread Jyothish Kumar
My friend has just installed fedora 13 and updated that. But while playing
videos the Movie player is showing some error messages. Is there any other
player is available for fedora 13? Mostly he like VLC for playing videos! Is
VLC is available for fedora 13?

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] The use of su command ?

2010-06-18 Thread Kartik Singhal
On Fri, Jun 18, 2010 at 2:04 PM, Vishnupradeep
intermedia.vis...@gmail.comwrote:

 What is the password for root ?


With a new installation of Ubuntu, there is no password set for root. You
need to set it up first by typing the command:
sudo passwd root

and then you can use the command:
su-

to login to root after providing the password.

-- 
Kartik Singhal
BTech CSE Student, NIT Calicut
http://www.techglider.com

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: windows 7 is washing out grub --help-urgent

2010-06-18 Thread Kartik Singhal
On Fri, Jun 18, 2010 at 2:54 PM, Praveen A prav...@gmail.com wrote:

 Fedora 13 is still using grub legacy,


AFAIK Fedora 13 is also using grub2. I have fiddled a lot with it during the
above mentioned problem solving time, so I am pretty sure it is grub 2 and
not grub legacy. Please check the docs or release notes for fedora.

-- 
Kartik Singhal
BTech CSE Student, NIT Calicut
http://www.techglider.com

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Fedora 13

2010-06-18 Thread Kartik Singhal
On Fri, Jun 18, 2010 at 2:54 PM, Jyothish Kumar aviato...@gmail.com wrote:

 Is VLC is available for fedora 13?


From the recent archive -
http://groups.google.com/group/ilug-tvm/browse_thread/thread/74d72529ae50606b?hl=en#

-- 
Kartik Singhal
BTech CSE Student, NIT Calicut
http://www.techglider.com

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] The use of su command ?

2010-06-18 Thread Vishnupradeep
@Kartik Singhal; thanks.

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: windows 7 is washing out grub --help-urgent

2010-06-18 Thread David Shar
It wasnt meant for you anyway.

On Fri, Jun 18, 2010 at 4:15 PM, Praveen A prav...@gmail.com wrote:

 2010/6/18 David Shar dvds...@gmail.com:
  Right. This guy seem to make wild claims.

 I know what I'm talking about (I verified grub versions on two F13
 systems before I wrote my last mail). Check your facts before accusing
 others.

 F13 uses grub legacy by default. grub 2 is available and can be
 installed at users own risk, but it is not default. Again, I have
 confirmed this issue with other Fedora core contributors.

 To check what version of grub is installed run

 rpm -q grub
 rpm -q grub2

 Praveen
 --
 പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
 GPLv2 I know my rights; I want my phone call!
 DRM What use is a phone call, if you are unable to speak?
 (as seen on /.)

 --
 Freedom is the only law.
 Freedom Unplugged
 http://www.ilug-tvm.org

 You received this message because you are subscribed to the Google
 Groups ilug-tvm group.
 To control your subscription visit
 http://groups.google.co.in/group/ilug-tvm/subscribe
 To post to this group, send email to ilug-tvm@googlegroups.com
 To unsubscribe from this group, send email to
 ilug-tvm-unsubscr...@googlegroups.com



 For details visit the google group page:
 http://groups.google.com/group/ilug-tvm?hl=en


-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


[fsug-tvm] Re: Problems while using Canon LBP 3000 Printer in Ubuntu 9.10

2010-06-18 Thread Ershad K
The issue is solved.

In Fedora 12, follow the instructions that come along with drivers and
install 'gutenprint-cups'. It works fine.

Thanks,
Ershad

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] The use of su command ?

2010-06-18 Thread Anish A
On Fri, Jun 18, 2010 at 3:21 PM, Vishnupradeep
intermedia.vis...@gmail.comwrote:

 @Kartik Singhal; thanks.


Alternatively, you can type :

sudo su

-- 
Regards,
Anish A

http://identi.ca/aneeshnl

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] nvidia graphics problem

2010-06-18 Thread Raru Rv
Nvidia is not having any open source driver.Am also having this problem.
For more details check


http://groups.google.com/group/ilug-tvm/browse_thread/thread/ac15492369ffbb1e/358664acf0a412dd?lnk=gstq=Nvidia#358664acf0a412dd


http://groups.google.com/group/ilug-tvm/browse_thread/thread/91f1dc13e5997243/c1b1c9f35086c75b?lnk=gstq=Nvidia#c1b1c9f35086c75b



--
Raru Rv

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


[fsug-tvm] Re: nvidia graphics problem

2010-06-18 Thread bipin kumar
nvidia do not have opensource driver in the sense that they do not
release their sources under GPL which means bugfixes and improvements
are under sole discretion of nvidia and your distro vendor cannot
optimize it for their build as well or bundle it with the os. however
you still can download sources and compile your driver manually or use
installation script provided along with. the binary nvidia drivers are
also build using the same source using tools rpmbuild etc.

that said the nvidia drivers are as functional as their windows
counterpart and is miles ahead of the offerings by its competitor. i
can even play windows games(world of warcraft, quake) using wine
without any problems on my geforce 130M and i am using the my
distro's, lucid btw, binary drivers from the repos. which you can as
easily install system  adminstration  Hardware drivers.

while downloading drivers do keep in mind that nvidia releases two
sets of drivers one for legacy GPUs(173.xx series  as of now) and one
for latest ones(195.xx series) make sure u install the one matching
your gpu.

if there are any resolution problem a simple sudo nvidia-xconfig from
terminal will solve the problem

On Jun 18, 7:50 pm, Raru Rv raru...@gmail.com wrote:
 Nvidia is not having any open source driver.Am also having this problem.
 For more details check

 http://groups.google.com/group/ilug-tvm/browse_thread/thread/ac154923...

 http://groups.google.com/group/ilug-tvm/browse_thread/thread/91f1dc13...

 --
 Raru Rv

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: nvidia graphics problem

2010-06-18 Thread Mahesh Mohan
Hey Vipin,

You first have to blacklist the nouveau driver. Ubuntu and other major
GNU/Linux distros are now shipped with 'nouveau' open source driver for
Nvidia. As of now, it only supports 2D acceleration. Follow the instructions
here
http://www.ubuntugeek.com/howto-install-nvidia-drivers-manually-on-ubuntu-10-04-lucid-lynx.html

http://maheshmohan.co.in
-മഹേഷ് മോഹന്‍ എം.യു

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


[fsug-tvm] Re: nvidia graphics problem

2010-06-18 Thread bipin kumar
as far as i know when you are installing proprietary drivers  from
ubuntu repos nouveau drivers are disabled so its not a problem. the
problem you say arises when you are installing drivers using nvidia
supplied source and scripts, which is not a concern for average users
since the drivers supplied by ubuntu repos are stable enough. the only
case where you want want to use nvidia supplied source is when you
want to install or bleeding edge stuff or want install drivers for a
system  that do not have a fast internet connection.  there is one
more advantage for using nvidia supplied drivers that is whenever a
kernel update is performed there is no need to recompile the drivers.
i know nvidia say their drivers support DKMS however it didn't work
for me in karmic installation when i installed the drivers from
website and i had to recompile the drivers  after a kernel update as
opposed to when i was using stock ubuntu packages.

On Jun 18, 9:56 pm, Mahesh Mohan maheshmohan...@gmail.com wrote:
 Hey Vipin,

 You first have to blacklist the nouveau driver. Ubuntu and other major
 GNU/Linux distros are now shipped with 'nouveau' open source driver for
 Nvidia. As of now, it only supports 2D acceleration. Follow the instructions
 herehttp://www.ubuntugeek.com/howto-install-nvidia-drivers-manually-on-ub...

 http://maheshmohan.co.in
 -മഹേഷ് മോഹന്‍ എം.യു

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: windows 7 is washing out grub --help-urgent

2010-06-18 Thread Kartik Singhal
On Fri, Jun 18, 2010 at 3:19 PM, David Shar dvds...@gmail.com wrote:

 My bad. Fedora 13 does have a GRUB2 .


OK agreed, Fedora does have Grub-legacy but the reason why me and David got
confused perhaps is that in the /boot directory both menu.lst and grub.conf
are maintained. As I had been looking for only grub.conf I assumed that
grub2 comes preloaded with Fedora. Indeed for restoring grub I had used the
procedure used for grub2, this may be because Fedora somehow maintains a
compatibility between the two versions.

Initial lines in Fedora 13 grub.conf read:

 # grub.conf generated by anaconda
 #
 # Note that you do not have to rerun grub after making changes to this file


This was something peculiar as normally in Ubuntu with grub2, editing this
file is not permitted.

Hope this clears everything up.

-- 
Kartik Singhal
BTech CSE Student, NIT Calicut
http://www.techglider.com

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: windows 7 is washing out grub --help-urgent

2010-06-18 Thread David Shar
i wasnt confused.

On Sat, Jun 19, 2010 at 12:42 AM, Kartik Singhal kartiksing...@gmail.comwrote:



 On Fri, Jun 18, 2010 at 3:19 PM, David Shar dvds...@gmail.com wrote:

 My bad. Fedora 13 does have a GRUB2 .


 OK agreed, Fedora does have Grub-legacy but the reason why me and David got
 confused perhaps is that in the /boot directory both menu.lst and grub.conf
 are maintained. As I had been looking for only grub.conf I assumed that
 grub2 comes preloaded with Fedora. Indeed for restoring grub I had used the
 procedure used for grub2, this may be because Fedora somehow maintains a
 compatibility between the two versions.

 Initial lines in Fedora 13 grub.conf read:

 # grub.conf generated by anaconda
 #
 # Note that you do not have to rerun grub after making changes to this
 file


 This was something peculiar as normally in Ubuntu with grub2, editing this
 file is not permitted.

 Hope this clears everything up.


 --
 Kartik Singhal
 BTech CSE Student, NIT Calicut
 http://www.techglider.com

 --
 Freedom is the only law.
 Freedom Unplugged
 http://www.ilug-tvm.org

 You received this message because you are subscribed to the Google
 Groups ilug-tvm group.
 To control your subscription visit
 http://groups.google.co.in/group/ilug-tvm/subscribe
 To post to this group, send email to ilug-tvm@googlegroups.com
 To unsubscribe from this group, send email to
 ilug-tvm-unsubscr...@googlegroups.com



 For details visit the google group page:
 http://groups.google.com/group/ilug-tvm?hl=en


-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


[fsug-tvm] System Administrator at Keralapsc on deputation basis

2010-06-18 Thread Ullas DL
Applications are invited for the post of System Administrator (On
Deputation Basis)
at Kerala Public Service Commission.

see the details at
http://keralapsc.org/noti10/system%20adminstrator-kpsc.pdf
Thanks Ullas

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en


Re: [fsug-tvm] Re: Problems while using Canon LBP 3000 Printer in Ubuntu 9.10

2010-06-18 Thread Vishnu Jyothi
No..Nothing seeps to wrkng for me..When i tried to install
'gutenprint-cups,its
shows a later version is already installed..i lost all my hope configuring
and printing from my machine,so i thought to browse a printer from a windows
machine, Now its show cups-insecure-filter warning :(



ha...someone pl helppp

On Fri, Jun 18, 2010 at 7:27 PM, Ershad K ersha...@gmail.com wrote:

 The issue is solved.

 In Fedora 12, follow the instructions that come along with drivers and
 install 'gutenprint-cups'. It works fine.

 Thanks,
 Ershad

 --
 Freedom is the only law.
 Freedom Unplugged
 http://www.ilug-tvm.org

 You received this message because you are subscribed to the Google
 Groups ilug-tvm group.
 To control your subscription visit
 http://groups.google.co.in/group/ilug-tvm/subscribe
 To post to this group, send email to ilug-tvm@googlegroups.com
 To unsubscribe from this group, send email to
 ilug-tvm-unsubscr...@googlegroups.com



 For details visit the google group page:
 http://groups.google.com/group/ilug-tvm?hl=en




-- 
Regards

Vishnu Jyothi

-- 
Freedom is the only law. 
Freedom Unplugged
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups ilug-tvm group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en