[ubuntu-in] Error

2010-06-09 Thread Manohar Bhattarai
Hi,

 I recently started a thread about my gnome panels getting disappeared while
clicking Quit icon. But the problem is solved automatically though i dint
have any updates after the last update(which introduced this problem). But
once the update manager gave a tool tip(on mouse over) as "A package manager
is working." It dint have any effect after clicking it though. And that
problem is solved now.

I got this error after starting my Ubuntu 8.04. What is this error? Is it a
bug?
The error is as follows:
--
Error activating XKB configuration.
It can happen under various circumstances:
- a bug in libxklavier library
- a bug in X server (xkbcomp, xmodmap utilities)
- X server with incompatible libxkbfile implementation

X server version data:
The X.Org Foundation
10400090

If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd



As it recommended to include output of above commands, it is as follows :

mano...@manohar-desktop:~$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "us", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "us", "", ""
mano...@manohar-desktop:~$ gconftool-2 -R
/desktop/gnome/peripherals/keyboard/kbd
 layouts = [us,np,in]
 model =
 options = [grp grp:alts_toggle]
 overrideSettings = true
mano...@manohar-desktop:~$


I am reporting this just after logging in Ubuntu(and got this error). I have
not checked if it has any effect or not as it has not effected me using
internet.

If i notice any ill effect of this error i will post it here.



-- 
Regards,
Manohar Bhattarai (मनोहर भट्टराई)
Blogs:
http://manoharbhattarai.wordpress.com/
http://manoharbhattarai.posterous.com/
http://manoharbhattarai.blogspot.com/
Microblogs:
Twitter :- http://twitter.com/manoharmailme
Identi.ca :- http://identi.ca/manoharbhattarai
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in command grub-install

2010-06-04 Thread Shrikant Khanduri
Hi Ravi, Please Update if problem is solved.


On 4 June 2010 19:47, deepak kumar  wrote:

> Hello Ravi.
> Try this
> 1.boot using live cd
> 2.mount your linux root partition in /mnt
>   $mount -t extX  /dev/sdaX  /mnt
> 3.now bind necessary system directories
> $mount --bind /sys /mnt/sys
> $mount --bind /dev /mnt/dev
> $mount --bind /proc /mnt/proc
> 4.now chroot to /mnt
>$chroot /mnt
> 5.now run update grub
>$update-grub
> 6.now install grub
>$grub-install /dev/sda
> 7.recheck installation
>$grub-install --recheck /dev/sda
> 8.if no error message is found then exit
> $exit
> 9.unmount all  the mounted devices
>   $umount /mnt/dev
>   $umount /mnt/sys
>   $umount /mnt/proc
> 10.now reboot
>   $reboot
>
>
>
> On Thu, Jun 3, 2010 at 10:44 AM, Jkhatri  wrote:
>
>>  On Wednesday 02 June 2010 09:33 PM, Ravi Joshi wrote:
>>
>>   Hi. i am trying to install Grub using Ubuntu9.04 Live CD i tried to
>> run grub-install command  but it gives me some error... following is my
>> terminal...
>>
>>
>> GRUB>
>>
>> and here when i run boot command it gives me ERROR 5. KERNEL MUST BE
>> BOOTED BEFORE GRUB (i forgot what exactly the eroor was.)  and now i can't
>> login even my windowsXp.
>>
>> so please help me..
>>
>> -Ravi Joshi
>>
>>
>> Hi Ravi
>>
>> will you try following ... and post the result here ??
>>
>>
>>
>>   1. If you have Grub 2 set to boot without displaying the menu at all,
>> hold the SHIFT key down until the menu displays. (In Grub it was the ESC
>> key.)
>>   2. Press any key once the menu is displayed to 'freeze' it. Then arrow
>> to the kernel you want to boot.
>>   3. Press "e"
>>   4. Scroll to the end of the "linux /boot/vmlinuz" line. If
>> displayed, remove "quiet" and/or "splash". Add the word "single" to the end
>> of the line.
>>   5. Press CTRL-X to boot to the Recovery menu.
>>
>>
>>
>>
>>
>> --
>>
>> Jatin Khatri
>>
>> Web www.khatrijatin.co.nr
>>
>> www.fedoraproject.org/wiki/Jatin
>>
>> Phone (+91) 98250 20393
>>
>> Save Paper, Save Environment.**
>> *(Plant at least one tree in your life and nurture it !!!)*
>>
>>
>>
>> --
>> ubuntu-in mailing list
>> ubuntu-in@lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>>
>>
>
>
> --
> d...@k$
>
> --
> ubuntu-in mailing list
> ubuntu-in@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>
>
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in command grub-install

2010-06-04 Thread deepak kumar
Hello Ravi.
Try this
1.boot using live cd
2.mount your linux root partition in /mnt
  $mount -t extX  /dev/sdaX  /mnt
3.now bind necessary system directories
$mount --bind /sys /mnt/sys
$mount --bind /dev /mnt/dev
$mount --bind /proc /mnt/proc
4.now chroot to /mnt
   $chroot /mnt
5.now run update grub
   $update-grub
6.now install grub
   $grub-install /dev/sda
7.recheck installation
   $grub-install --recheck /dev/sda
8.if no error message is found then exit
$exit
9.unmount all  the mounted devices
  $umount /mnt/dev
  $umount /mnt/sys
  $umount /mnt/proc
10.now reboot
  $reboot



On Thu, Jun 3, 2010 at 10:44 AM, Jkhatri  wrote:

>  On Wednesday 02 June 2010 09:33 PM, Ravi Joshi wrote:
>
>   Hi. i am trying to install Grub using Ubuntu9.04 Live CD i tried to
> run grub-install command  but it gives me some error... following is my
> terminal...
>
>
> GRUB>
>
> and here when i run boot command it gives me ERROR 5. KERNEL MUST BE BOOTED
> BEFORE GRUB (i forgot what exactly the eroor was.)  and now i can't login
> even my windowsXp.
>
> so please help me..
>
> -Ravi Joshi
>
>
> Hi Ravi
>
> will you try following ... and post the result here ??
>
>
>
>   1. If you have Grub 2 set to boot without displaying the menu at all,
> hold the SHIFT key down until the menu displays. (In Grub it was the ESC
> key.)
>   2. Press any key once the menu is displayed to 'freeze' it. Then arrow to
> the kernel you want to boot.
>   3. Press "e"
>   4. Scroll to the end of the "linux /boot/vmlinuz" line. If displayed,
> remove "quiet" and/or "splash". Add the word "single" to the end of the
> line.
>   5. Press CTRL-X to boot to the Recovery menu.
>
>
>
>
>
> --
>
> Jatin Khatri
>
> Web www.khatrijatin.co.nr
>
> www.fedoraproject.org/wiki/Jatin
>
> Phone (+91) 98250 20393
>
> Save Paper, Save Environment.**
> *(Plant at least one tree in your life and nurture it !!!)*
>
>
>
> --
> ubuntu-in mailing list
> ubuntu-in@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>
>


-- 
d...@k$
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in command grub-install

2010-06-04 Thread deepak kumar
Hello Ravi.
Try this
1.boot using live cd
2.mount your linux root partition in /mnt
mount -t extX  /dev/sdaX  /mnt
3.now bind necessary system directories
mount --bind /sys /mnt/sys
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
4.now chroot to /mnt


On Thu, Jun 3, 2010 at 10:44 AM, Jkhatri  wrote:

>  On Wednesday 02 June 2010 09:33 PM, Ravi Joshi wrote:
>
>   Hi. i am trying to install Grub using Ubuntu9.04 Live CD i tried to
> run grub-install command  but it gives me some error... following is my
> terminal...
>
>
> GRUB>
>
> and here when i run boot command it gives me ERROR 5. KERNEL MUST BE BOOTED
> BEFORE GRUB (i forgot what exactly the eroor was.)  and now i can't login
> even my windowsXp.
>
> so please help me..
>
> -Ravi Joshi
>
>
> Hi Ravi
>
> will you try following ... and post the result here ??
>
>
>
>   1. If you have Grub 2 set to boot without displaying the menu at all,
> hold the SHIFT key down until the menu displays. (In Grub it was the ESC
> key.)
>   2. Press any key once the menu is displayed to 'freeze' it. Then arrow to
> the kernel you want to boot.
>   3. Press "e"
>   4. Scroll to the end of the "linux /boot/vmlinuz" line. If displayed,
> remove "quiet" and/or "splash". Add the word "single" to the end of the
> line.
>   5. Press CTRL-X to boot to the Recovery menu.
>
>
>
>
>
> --
>
> Jatin Khatri
>
> Web www.khatrijatin.co.nr
>
> www.fedoraproject.org/wiki/Jatin
>
> Phone (+91) 98250 20393
>
> Save Paper, Save Environment.**
> *(Plant at least one tree in your life and nurture it !!!)*
>
>
>
> --
> ubuntu-in mailing list
> ubuntu-in@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>
>


-- 
d...@k$
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in command grub-install

2010-06-02 Thread Jkhatri

On Wednesday 02 June 2010 09:33 PM, Ravi Joshi wrote:
Hi. i am trying to install Grub using Ubuntu9.04 Live CD i tried 
to run grub-install command  but it gives me some error... following 
is my terminal...



GRUB>

and here when i run boot command it gives me ERROR 5. KERNEL MUST BE 
BOOTED BEFORE GRUB (i forgot what exactly the eroor was.)  and now i 
can't login even my windowsXp.


so please help me..

-Ravi Joshi




Hi Ravi

will you try following ... and post the result here ??



  1. If you have Grub 2 set to boot without displaying the menu at all, 
hold the SHIFT key down until the menu displays. (In Grub it was the ESC 
key.)
  2. Press any key once the menu is displayed to 'freeze' it. Then 
arrow to the kernel you want to boot.

  3. Press "e"
  4. Scroll to the end of the "linux /boot/vmlinuz" line. If 
displayed, remove "quiet" and/or "splash". Add the word "single" to the 
end of the line.

  5. Press CTRL-X to boot to the Recovery menu.




--

Jatin Khatri

Web www.khatrijatin.co.nr 

www.fedoraproject.org/wiki/Jatin 

Phone (+91) 98250 20393

Save Paper, Save Environment.**
/*(Plant at least one tree in your life and nurture it !!!)*/


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in command grub-install

2010-06-02 Thread Jkhatri



r...@ubuntu:~# grub-install --root-directory=/media/root /dev/sda
grub-probe: error: Cannot open `/boot/grub/device.map'
[: 494: =: unexpected operator
Installing GRUB to /dev/sda as (hd0)...
Installation finished. No error reported.
This is the contents of the device map /media/root/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)/dev/sda
r...@ubuntu:~#

i tried this rub-install --root-directory=/media/root /dev/sda command 
so many times but still it gives me same error again and again.. and 
now i restart my laptop it open a black screen with grub terminal like 
this


GRUB>

and here when i run boot command it gives me ERROR 5. KERNEL MUST BE 
BOOTED BEFORE GRUB (i forgot what exactly the eroor was.)  and now i 
can't login even my windowsXp.


so please help me..

-Ravi Joshi



Ravi

will you try following command

sudo grub-install --root-directory=/media/root /dev/sda

I'm not sure but invalid or unsupported executable format  is 
usually a result of a mapping error on grub , but you seem to have it 
mapped correctly. I can only guess that the device.map might be wrong, 
try checking /boot/grub/device.map and see if /dev/sda is actually (hd0) 
like grub thinks it is






--

Jatin Khatri

Web www.khatrijatin.co.nr 

www.fedoraproject.org/wiki/Jatin 

Phone (+91) 98250 20393

Save Paper, Save Environment.**
/*(Plant at least one tree in your life and nurture it !!!)*/


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Error in command grub-install

2010-06-02 Thread Ravi Joshi
Hi. i am trying to install Grub using Ubuntu9.04 Live CD i tried to run 
grub-install command  but it gives me some error... following is my terminal...

ubu...@ubuntu:~$ sudo -i
r...@ubuntu:~# fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xae9bae9b

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1    2611    20972826    7  HPFS/NTFS
/dev/sda2    2612   19457   135315495    f  W95 Ext'd (LBA)
/dev/sda5    2612   10313    61866283+   7  HPFS/NTFS
/dev/sda6   10314   14229    31455238+   7  HPFS/NTFS
/dev/sda7   14230   16840    20972826    7  HPFS/NTFS
/dev/sda8   16841   17089 261   82  Linux swap / Solaris
/dev/sda9   17090   19457    19020928+  83  Linux
r...@ubuntu:~# mkdir /media/root
r...@ubuntu:~# mount /dev/sda9 /media/root
r...@ubuntu:~# ls /media/root
bin    dev   initrd.img  media  proc  selinux  tmp  vmlinuz
boot   etc   lib mnt    root  srv  usr
cdrom  home  lost+found  opt    sbin  sys  var
r...@ubuntu:~# grub-install --root-directory=/media/root /dev/sda
grub-probe: error: Cannot open `/boot/grub/device.map'
[: 494: =: unexpected operator
Installing GRUB to /dev/sda as (hd0)...
Installation finished. No error reported.
This is the contents of the device map /media/root/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)    /dev/sda
r...@ubuntu:~# 

i tried this rub-install --root-directory=/media/root /dev/sda command so many 
times but still it gives me same error again and again.. and now i restart my 
laptop it open a black screen with grub terminal like this

GRUB>  

and here when i run boot command it gives me ERROR 5. KERNEL MUST BE BOOTED 
BEFORE GRUB (i forgot what exactly the eroor was.)  and now i can't login even 
my windowsXp.

so please help me..

-Ravi Joshi


  -- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in Synaptic Package manager

2010-05-08 Thread BR!j!TH
Hope its working now.
Any Idea what happened to
http://in.archive.ubuntu.com
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in Synaptic Package manager

2010-05-08 Thread Mehdi
Yes,,,I know...I change the Server IN to main Server
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in Synaptic Package manager

2010-05-08 Thread BR!j!TH
Hi,
try again after changing the repository to MAIN UBUNTU repository. As far as
I know there is some problem with the ubuntu repository of india.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Error in Synaptic Package manager

2010-05-08 Thread Mehdi
*Dear Friends
most of time when i want dowanload any package from net some error is
coming, please see this error:*
*from 1 week a go till now i had many face problem with the Linux-Ubuntu
10.04 LTS*

W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/a/apr/libapr1_1.3.8-1build1_i386.deb
  Could not connect to in.archive.ubuntu.com:80 (111.91.91.34). - connect
(110: Connection timed out)


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1_1.3.9+dfsg-3build1_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1-dbd-sqlite3_1.3.9+dfsg-3build1_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1-ldap_1.3.9+dfsg-3build1_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/a/apache2/apache2.2-bin_2.2.14-5ubuntu8_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-utils_2.2.14-5ubuntu8_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/a/apache2/apache2.2-common_2.2.14-5ubuntu8_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-mpm-prefork_2.2.14-5ubuntu8_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/d/dbconfig-common/dbconfig-common_1.8.44ubuntu1_all.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/universe/w/wwwconfig-common/wwwconfig-common_0.2.1_all.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/universe/j/javascript-common/javascript-common_7_all.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-common_5.3.2-1ubuntu4_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/p/php5/libapache2-mod-php5_5.3.2-1ubuntu4_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-common_5.1.41-3ubuntu12_all.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/libmysqlclient16_5.1.41-3ubuntu12_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/libn/libnet-daemon-perl/libnet-daemon-perl_0.43-1_all.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/libp/libplrpc-perl/libplrpc-perl_0.2020-2_all.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/libd/libdbi-perl/libdbi-perl_1.609-1build1_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/libd/libdbd-mysql-perl/libdbd-mysql-perl_4.012-1ubuntu1_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/universe/m/mootools/libjs-mootools_1.2.4.0~debian1-1_all.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/universe/libm/libmcrypt/libmcrypt4_2.5.8-3.1_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/t/t1lib/libt1-5_5.1.2-3build1_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-client-core-5.1_5.1.41-3ubuntu12_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-client-5.1_5.1.41-3ubuntu12_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-client_5.1.41-3ubuntu12_all.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-gd_5.3.2-1ubuntu4_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/universe/p/php-mcrypt/php5-mcrypt_5.3.2-0ubuntu1_i386.deb
  Unable to connect to in.archive.ubuntu.com:http:


W: Failed to fetch
http://in.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-mysql_5.3.2-1ubuntu4_i386.deb
  Unable to connect to in.arch

Re: [ubuntu-in] Error : Out of Disk Problem --- with solution

2010-05-07 Thread vikash agrawal
i am facing the same problem
please help and because of this error i am unable to install software from
synaptic
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Error : Out of Disk Problem --- with solution

2010-05-07 Thread Shrikant Khanduri
Although I can able to start my OS, but I am getting the Error everytime
now. Any reason and permanent Solution !!!

-- Forwarded message --
From: Shrikant Khanduri 
Date: 24 April 2010 00:48
Subject: Error : Out of Disk Problem --- with solution
To: Ubuntu India Local Community 


Hi all Ubuntu Users,

Few days ago I got one Problem after selecting ubuntu (9.10 64 bit) from
Grub Menu List,

Error : Out of Disk
Press any Key to Continue ...

Before sending the mail to community, I just googled it and found the
solution;
When OS selection menu appears ;

press e
Comment first two lines, i.e recordfail=1 and the next line (few piece of
code appeared from file etc/grub.d/10_linux)
Press Ctrl + x
It worked. But Reason still not clear. Any !dea.

Shrikant Khanduri
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Error : Out of Disk Problem --- with solution

2010-04-23 Thread Shrikant Khanduri
Hi all Ubuntu Users,

Few days ago I got one Problem after selecting ubuntu (9.10 64 bit) from
Grub Menu List,

Error : Out of Disk
Press any Key to Continue ...

Before sending the mail to community, I just googled it and found the
solution;
When OS selection menu appears ;

press e
Comment first two lines, i.e recordfail=1 and the next line (few piece of
code appeared from file etc/grub.d/10_linux)
Press Ctrl + x
It worked. But Reason still not clear. Any !dea.

Shrikant Khanduri
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error on LP Page

2010-04-10 Thread Aanjhan R
On Sat, Apr 10, 2010 at 8:27 AM, Nitesh Mistry  wrote:
> On Fri, Apr 09, 2010 at 12:02:32PM +0200, Aanjhan R wrote:
>> Thanks for your understanding.
>
> !! Never mention it :)
> I just wanted to give a heads-up because possibly many new Indian users might 
> try to access the .org address by clicking on it at LP page (and they won't 
> know of the .info address)
> I don't want them to think that there aren't many Indian users and that the 
> loco team is inactive ;)


Changed in the LP page.

https://edge.launchpad.net/~indian-team

--
A

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error on LP Page

2010-04-09 Thread Nitesh Mistry
On Fri, Apr 09, 2010 at 12:02:32PM +0200, Aanjhan R wrote:
> Thanks for your understanding.

!! Never mention it :)
I just wanted to give a heads-up because possibly many new Indian users might 
try to access the .org address by clicking on it at LP page (and they won't 
know of the .info address)
I don't want them to think that there aren't many Indian users and that the 
loco team is inactive ;)


Regards,
Nitesh

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error on LP Page

2010-04-09 Thread Aanjhan R
On Fri, Apr 9, 2010 at 10:49 AM, Nitesh Mistry  wrote:
> On Tue, Apr 06, 2010 at 02:52:13PM +0530, Jkhatri wrote:
>> Note: If you tried to view ubuntu-in.org and arrived here, do not worry.
>> You have arrived at the right location, just that it is (also) available
>> as ubuntu-in.info. Both the addresses point to the same website.
>
> Have you tried to access the site from www.ubuntu-in.org recently? If you do, 
> you will get my point. :)

I understand. The problem is ubuntu-in.org is not under our control.
Its with Canonical and getting any changes done to this domain is not
trivial (one reason why we got our own hosting space and domain). We
have already opened a support ticket to re-direct the .org to .info.
But they seem to have gone into deeep hibernation. Will hit them
again.

Thanks for your understanding.

--
A

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error on LP Page

2010-04-09 Thread Nitesh Mistry
On Tue, Apr 06, 2010 at 02:52:13PM +0530, Jkhatri wrote:
> Note: If you tried to view ubuntu-in.org and arrived here, do not worry.  
> You have arrived at the right location, just that it is (also) available  
> as ubuntu-in.info. Both the addresses point to the same website.

Have you tried to access the site from www.ubuntu-in.org recently? If you do, 
you will get my point. :)

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error on LP Page

2010-04-06 Thread Parthan SR
Nitesh Mistry wrote:
> Just wanted to point out that the link on the LP page of Ubuntu India 
> loco is given as www.ubuntu-in.org  while 
> the website is actually located at www.ubuntu-in.info 
>  (eureka! :P ).
> Can the concerned person rectify this?
>
> Regards,
> -- 
> Nitesh
> http://tech.mistrynitesh.com
>
> -BEGIN GEEK CODE BLOCK-
> Version: 3.12
> GB/J/IT/O>TW d+(-) s+:+>: a- C+ UL>+++ P? L++>+++ E? W++ N? o? K? w--- 
> O? M-- V? PS+() PE(++)(-) Y+ PGP+ t 5? X- R tv+ b+ DI D G e+++> 
> h-- !r y?
> --END GEEK CODE BLOCK--
The LP site mentions the address which we were early having as a part of 
Canonical/Ubuntu supported server. When we moved to our own servers we 
got the dot-info domain and redirected dot-org domain to the dot-info 
domain. Now both points to the same site. The dot-org address might not 
be working as it was reported a few days ago. May be it was dropped from 
Ubuntu's DNS. We will look into it.

-- 
With Regards,
Parthan SR "technofreak"

GPG Key 2FF01026
Fingerprint 5707 ECBD 8D8D 8E6E 28F8  DFA5 938B D861 2FF0 1026
Weblog  http://blog.technofreak.in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error on LP Page

2010-04-06 Thread Jkhatri

On 04/06/2010 02:08 PM, Nitesh Mistry wrote:
Just wanted to point out that the link on the LP page of Ubuntu India 
loco is given as www.ubuntu-in.org  while 
the website is actually located at www.ubuntu-in.info 
 (eureka! :P ).

Can the concerned person rectify this?

Regards,
--
Nitesh
http://tech.mistrynitesh.com

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GB/J/IT/O>TW d+(-) s+:+>: a- C+ UL>+++ P? L++>+++ E? W++ N? o? K? w--- 
O? M-- V? PS+() PE(++)(-) Y+ PGP+ t 5? X- R tv+ b+ DI D G e+++> 
h-- !r y?

--END GEEK CODE BLOCK--


Note: If you tried to view ubuntu-in.org and arrived here, do not worry. 
You have arrived at the right location, just that it is (also) available 
as ubuntu-in.info. Both the addresses point to the same website.

--

Jatin Khatri

Web www.khatrijatin.co.nr 

www.fedoraproject.org/wiki/Jatin 

Phone (+91) 98250 20393

* Save Paper, Save Environment. *
/*(Plant at least one tree in your life and nurture it !!!)*/


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Error on LP Page

2010-04-06 Thread Nitesh Mistry
Just wanted to point out that the link on the LP page of Ubuntu India loco
is given as www.ubuntu-in.org while the website is actually located at
www.ubuntu-in.info (eureka! :P ).
Can the concerned person rectify this?

Regards,
-- 
Nitesh
http://tech.mistrynitesh.com

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GB/J/IT/O>TW d+(-) s+:+>: a- C+ UL>+++ P? L++>+++ E? W++ N? o? K? w--- O?
M-- V? PS+() PE(++)(-) Y+ PGP+ t 5? X- R tv+ b+ DI D G e+++> h-- !r y?
--END GEEK CODE BLOCK--
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error Openoffice.org requires Java runtime environment (JRE) to perform this task. Please install JRE and restart Openoffice.org

2009-10-26 Thread Ramnarayan.K
Hi Onkar,



On 10/26/09, Onkar Shinde  wrote:
> Do you have some sort of JRE package installed?
>  (sun-java6-jre/openjdk-6-jre). If yes then you can configure the OOo
>  to use JRE from menu Tools -> Options -> OpenOffice.org -> Java

installed openjdk-6-jre and things are seeming to work well

thanks a lot

regards
ram

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error Openoffice.org requires Java runtime environment (JRE) to perform this task. Please install JRE and restart Openoffice.org

2009-10-26 Thread ಮಲ್ಲಿಕಾರ್ಜುನ್
On Mon, Oct 26, 2009 at 1:55 PM, Ramnarayan.K wrote:

> Hi
>
> am running version OOO.org 3.0.0 on Ubuntu 8.10 (installed from a
> download from the openoffice website). Ubuntu 8.10 ships OOO.org 2.4
> by default.
>
> Mostly things are ok but some time back i had made an impress
> presentation (on an older OOO) with some gimmicky stuff - objects
> flying, bouncing, fuding, video, audio. Now when i try to run the
> presentation i get this error message and the video and audio don't
> run.
>
> The error message is
> "Openoffice.org requires Java runtime environment (JRE) to perform
> this task. Please install JRE and restart Openoffice.org"
>
> So far, with the exception of this error , everything seems to work
> fine in OOO.org 3.0.0, any suggestions as to what i can do,
>
> I found that this might the problem
> (http://ubuntuforums.org/showpost.php?p=7217396&postcount=5)
> that openoffice.org3-gcj is not installed
>
> The problem is i don't know how to get this file becase the OOO was
> not installed via synaptic
>
> But you can install  openoffice.org-gcj from Synaptic or commandline, which
should not hurt.

So any ideas how to get this file / and or any other solution
>
> If you want to download binary here is the link

http://security.ubuntu.com/ubuntu/pool/main/o/openoffice.org/openoffice.org-gcj_2.4.1-11ubuntu2.2_i386.deb

ram
>
>
--
> ubuntu-in mailing list
> ubuntu-in@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error Openoffice.org requires Java runtime environment (JRE) to perform this task. Please install JRE and restart Openoffice.org

2009-10-26 Thread Onkar Shinde
On Mon, Oct 26, 2009 at 1:55 PM, Ramnarayan.K  wrote:
> Hi
>
> am running version OOO.org 3.0.0 on Ubuntu 8.10 (installed from a
> download from the openoffice website). Ubuntu 8.10 ships OOO.org 2.4
> by default.
>
> Mostly things are ok but some time back i had made an impress
> presentation (on an older OOO) with some gimmicky stuff - objects
> flying, bouncing, fuding, video, audio. Now when i try to run the
> presentation i get this error message and the video and audio don't
> run.
>
> The error message is
> "Openoffice.org requires Java runtime environment (JRE) to perform
> this task. Please install JRE and restart Openoffice.org"
>
> So far, with the exception of this error , everything seems to work
> fine in OOO.org 3.0.0, any suggestions as to what i can do,
>
> I found that this might the problem
> (http://ubuntuforums.org/showpost.php?p=7217396&postcount=5)
> that openoffice.org3-gcj is not installed
>
> The problem is i don't know how to get this file becase the OOO was
> not installed via synaptic
>
> So any ideas how to get this file / and or any other solution

Do you have some sort of JRE package installed?
(sun-java6-jre/openjdk-6-jre). If yes then you can configure the OOo
to use JRE from menu Tools -> Options -> OpenOffice.org -> Java


Onkar

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Error Openoffice.org requires Java runtime environment (JRE) to perform this task. Please install JRE and restart Openoffice.org

2009-10-26 Thread Ramnarayan.K
Hi

am running version OOO.org 3.0.0 on Ubuntu 8.10 (installed from a
download from the openoffice website). Ubuntu 8.10 ships OOO.org 2.4
by default.

Mostly things are ok but some time back i had made an impress
presentation (on an older OOO) with some gimmicky stuff - objects
flying, bouncing, fuding, video, audio. Now when i try to run the
presentation i get this error message and the video and audio don't
run.

The error message is
"Openoffice.org requires Java runtime environment (JRE) to perform
this task. Please install JRE and restart Openoffice.org"

So far, with the exception of this error , everything seems to work
fine in OOO.org 3.0.0, any suggestions as to what i can do,

I found that this might the problem
(http://ubuntuforums.org/showpost.php?p=7217396&postcount=5)
that openoffice.org3-gcj is not installed

The problem is i don't know how to get this file becase the OOO was
not installed via synaptic

So any ideas how to get this file / and or any other solution

ram

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] error .....

2009-03-09 Thread ambika divya
System error .as follows .

"There was an error starting the GNOME setting daemon.
The setting daemon restarted too many times.
GNOME will still try to restart the setting daemon next time u log in ."


  Please tell me what is going wrong with my linux system (hardy).

What i did wrong ? PLease guide me to sort out this problem.

I am not able to open my other harddisk partition.

Help me guys

-- 
ambika
visit my website and celebrate an ancient art
http://ambika.web.officelive.com/default.htm
visit my blog www.kathakguru.blogspot.com
http://www.careerhelpforu.blogspot.com/
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] error while booting

2009-03-07 Thread Dnyanraj Mali
Hi,


On Sat, Mar 7, 2009 at 11:05 PM,  wrote:

>
> -- Forwarded message --
> From: "Ramnarayan.K" 
> To: Ubuntu India Local Community 
> Date: Sat, 7 Mar 2009 18:59:40 +0530
> Subject: Re: [ubuntu-in] error while booting
>
>
> On Sat, Mar 7, 2009 at 6:15 PM, Dnyanraj Mali wrote:
>
>> There is possibility that your hard disk has  some bad sectors(physical)..
>> or if you have some windows partitions on you hard disk, it might not been
>> properly shut down. I mean there might be some power failure when you are
>> using windows & next u booted in ubuntu directly..
>> If this is true then you need to restart in windows & run scandisk &
>> reboot in ubuntu.. your problem will be solved..
>>
>>
> I do have a wincedows partion , but haven't used it for many weeks now and
> when i last used it, i think it shutdown properly
>
> however under Ubuntu itself i think a few times the laptop was on battery
> and when into shutdown mode on its own after the battery was drained, and i
> think maybe once something happened and i could get no response so had to do
> a hard poweroff.
>
> So is there anyway to do scandisk without going to windows (meaning) any
> linux equivalent etc
>

have you tried the other option i  mentioned..  Booting from live CD &
running  fsck
Or if you have another Linux on any other partition you can try fsck from
that OS


>
> thanks for the inputs
>
> ram
>
>
>
>

Regards,
Dnyanraj Nivas Mali

+91 9823562238
http://www.dnyanraj.com
http://dnyanrajmali.blogspot.com
http://dnyanraj.wordpress.com/
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] error while booting

2009-03-07 Thread Ramnarayan.K
On Sat, Mar 7, 2009 at 6:15 PM, Dnyanraj Mali wrote:

> There is possibility that your hard disk has  some bad sectors(physical)..
> or if you have some windows partitions on you hard disk, it might not been
> properly shut down. I mean there might be some power failure when you are
> using windows & next u booted in ubuntu directly..
> If this is true then you need to restart in windows & run scandisk & reboot
> in ubuntu.. your problem will be solved..
>
>
I do have a wincedows partion , but haven't used it for many weeks now and
when i last used it, i think it shutdown properly

however under Ubuntu itself i think a few times the laptop was on battery
and when into shutdown mode on its own after the battery was drained, and i
think maybe once something happened and i could get no response so had to do
a hard poweroff.

So is there anyway to do scandisk without going to windows (meaning) any
linux equivalent etc

thanks for the inputs

ram
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] error while booting

2009-03-07 Thread Dnyanraj Mali
Hi,



On Sat, Mar 7, 2009 at 5:30 PM,  wrote:

>
>
>
> -- Forwarded message --
> From: "ramnaraya...@gmail.com" 
> To: Ubuntu India Local Community 
> Date: Fri, 06 Mar 2009 16:04:25 +0530
> Subject: [ubuntu-in] error while booting
> Hi
>
> Just a while back i got an error while booting up.
>
> I tried to note down the entire error message was but have missed parts
> of it - what i have is here
>
> There was a message gdm failed to load because of some ???
>
> Its related to my /dev/sda7 partition which happens to be my root section
>
> Further it seems that my /tmp had become write only and logs could not
> be written to this section.
>
> so i ran fsck from the root terminal that popped up after all the error
> messages
> Anyway some of the error message that i wrote down were
>
> Unexpected inconsistency , run fsck without -a -p, manually
> after which i got a whole lots of questions
>
> entry linc-6d75-0-12bf 7c 998e14a in /tmp/orbit-ram (73388) has deleted
>  unused inode 74681 fix (y)
>
> Block bitmap difference (216067 - 216073) etc etc Fix (Y)
>
> free block count wrong from group 6# (4519 counted = 4528) fix (Y)
> above message came for blocks 9 and 10
>
> similar messages about Directories Count etc all fixed
>
> at the end it said in caps "FILE SYSTEM MODIFIED"
>
> then on trying to reboot it got stuck with messages in red
> "Failed to load authorization key /root/.plse-cookie read only file system"
>
> /tmp read only file system
>
> It then came back to a blue screen with a long message again saying GDM
> failed to start x server -
>
> so panicking i tried to switch to a different terminal and reboot
>
> which i did with sudo shutdown -r now
>
> and it rebooted back normally.
>
> ***
> So what could have happened


There is possibility that your hard disk has  some bad sectors(physical)..
or if you have some windows partitions on you hard disk, it might not been
properly shut down. I mean there might be some power failure when you are
using windows & next u booted in ubuntu directly..
If this is true then you need to restart in windows & run scandisk & reboot
in ubuntu.. your problem will be solved..

If you dont have windows, try booting from ubuntu live cd & run fsck from
the cd, this will confirm whether you have bad sectors(physical) on hard
disk or not..


>
> and where can i find the error logs / startup logs if any
> what diagnostics can i fun
>
> ***
> I let Ubuntu run its automatic fsck every once in a way which it does
> Recently installed kde but have not changed my desktop manager from gdm
> to kdm (as yet)
>
> ***
> would be grateful for advice
>
> thanks
> ram
>
>
>
>
>
>
>
> --
> ubuntu-in mailing list
> ubuntu-in@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>
>
Regards,
Dnyanraj Nivas Mali

+91 9823562238
http://www.dnyanraj.com
http://dnyanrajmali.blogspot.com
http://dnyanraj.wordpress.com/
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] error while booting

2009-03-06 Thread ramnaraya...@gmail.com
Hi

Just a while back i got an error while booting up.

I tried to note down the entire error message was but have missed parts
of it - what i have is here

There was a message gdm failed to load because of some ???

Its related to my /dev/sda7 partition which happens to be my root section

Further it seems that my /tmp had become write only and logs could not
be written to this section.

so i ran fsck from the root terminal that popped up after all the error
messages
Anyway some of the error message that i wrote down were

Unexpected inconsistency , run fsck without -a -p, manually
after which i got a whole lots of questions

entry linc-6d75-0-12bf 7c 998e14a in /tmp/orbit-ram (73388) has deleted
 unused inode 74681 fix (y)

Block bitmap difference (216067 - 216073) etc etc Fix (Y)

free block count wrong from group 6# (4519 counted = 4528) fix (Y)
above message came for blocks 9 and 10

similar messages about Directories Count etc all fixed

at the end it said in caps "FILE SYSTEM MODIFIED"

then on trying to reboot it got stuck with messages in red
"Failed to load authorization key /root/.plse-cookie read only file system"

/tmp read only file system

It then came back to a blue screen with a long message again saying GDM
failed to start x server -

so panicking i tried to switch to a different terminal and reboot

which i did with sudo shutdown -r now

and it rebooted back normally.

***
So what could have happened

and where can i find the error logs / startup logs if any
what diagnostics can i fun

***
I let Ubuntu run its automatic fsck every once in a way which it does
Recently installed kde but have not changed my desktop manager from gdm
to kdm (as yet)

***
would be grateful for advice

thanks
ram


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in connection

2006-08-29 Thread doxa
So that was it. Thanks Gaurav.
The line in apt.conf was changed from 
Acquire::http: "false";
to
Acquire::http::Proxy "false";

CK Raju

Quoting Gaurav Mishra <[EMAIL PROTECTED]>:

> Remove the acquaints of Proxy from /etc/apt/apt.conf if any .
> 
> Remove the /etc/apt/apt.conf.d/proxy if it is there



This message was sent using NWebmail, BSNL's Webmail Program


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in connection

2006-08-29 Thread Gaurav Mishra
For system wide proxy do
export HTTP_PROXY=http://192.168.0.254:3128/


On 8/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I get the following warning when I try to get an update or upgrade. I need to
> know from which file Synaptic or aptitude is picking this IP address
> 192.168.2.254:3128 from. I had tried changing Network in Preferences to Direct
> Connection to Internet, but it still does not work.
>
> I have lost a few days trying to dig this out. Can anyone help ?
> CK Raju
> ===
> Warning---
> Could not download all repository indexes
>
> The repository might be no longer available or could not be contacted because 
> of
> network problems. If available an older version of the failed index will be
> used. Otherwise the repository will be ignored. Check your network connection
> and the correct writing of the repository address in the preferences.
>
> http://in.archive.ubuntu.com/ubuntu/dists/dapper/Release.gpg: Could not 
> connect
> to 192.168.2.254:3128 (192.168.2.254). - connect (111 Connection refused)
>
>
> 
> This message was sent using NWebmail, BSNL's Webmail Program
>
>
> --
> ubuntu-in mailing list
> ubuntu-in@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>


-- 

Linux User #348873
ILUGD Commitee Member, GZLUG , DGLUG Moderator
B.Tech 4th Year Computer Science , RKGIT , Ghaziabad
http://rockybhai.blogspot.com
"When i can run , i will run , When i can walk , i will walk, When i can
crawl , i will crawl. But i will not stop moving forward"

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in connection

2006-08-29 Thread Gaurav Mishra
Create a File /etc/apt/apt.conf.d/proxy and type following into it
Acquire::http::Proxy "http://192.168.0.254:3128";;

On 8/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I get the following warning when I try to get an update or upgrade. I need to
> know from which file Synaptic or aptitude is picking this IP address
> 192.168.2.254:3128 from. I had tried changing Network in Preferences to Direct
> Connection to Internet, but it still does not work.
>
> I have lost a few days trying to dig this out. Can anyone help ?
> CK Raju
> ===
> Warning---
> Could not download all repository indexes
>
> The repository might be no longer available or could not be contacted because 
> of
> network problems. If available an older version of the failed index will be
> used. Otherwise the repository will be ignored. Check your network connection
> and the correct writing of the repository address in the preferences.
>
> http://in.archive.ubuntu.com/ubuntu/dists/dapper/Release.gpg: Could not 
> connect
> to 192.168.2.254:3128 (192.168.2.254). - connect (111 Connection refused)
>
>
> 
> This message was sent using NWebmail, BSNL's Webmail Program
>
>
> --
> ubuntu-in mailing list
> ubuntu-in@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>


-- 

Linux User #348873
ILUGD Commitee Member, GZLUG , DGLUG Moderator
B.Tech 4th Year Computer Science , RKGIT , Ghaziabad
http://rockybhai.blogspot.com
"When i can run , i will run , When i can walk , i will walk, When i can
crawl , i will crawl. But i will not stop moving forward"

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Error in connection

2006-08-29 Thread Baiju M
On 8/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I get the following warning when I try to get an update or upgrade. I need to
> know from which file Synaptic or aptitude is picking this IP address
> 192.168.2.254:3128 from. I had tried changing Network in Preferences to Direct
> Connection to Internet, but it still does not work.

Are you using a proxy, if so you can change it from Settings ->
Preferences -> Network
I am not sure about the file where proxy info is stored.

--
Baiju M

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Error in connection

2006-08-29 Thread doxa
I get the following warning when I try to get an update or upgrade. I need to
know from which file Synaptic or aptitude is picking this IP address
192.168.2.254:3128 from. I had tried changing Network in Preferences to Direct
Connection to Internet, but it still does not work.

I have lost a few days trying to dig this out. Can anyone help ?
CK Raju
===
Warning---
Could not download all repository indexes

The repository might be no longer available or could not be contacted because of
network problems. If available an older version of the failed index will be
used. Otherwise the repository will be ignored. Check your network connection
and the correct writing of the repository address in the preferences.

http://in.archive.ubuntu.com/ubuntu/dists/dapper/Release.gpg: Could not connect
to 192.168.2.254:3128 (192.168.2.254). - connect (111 Connection refused)



This message was sent using NWebmail, BSNL's Webmail Program


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in