E: Broken packages

2008-05-17 Нитка FameR
Пытаюсь установить build-essential, выдает:
---
[EMAIL PROTECTED]:~$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  build-essential: Depends: libc6-dev but it is not going to be installed or
libc-dev
   Depends: g++ (= 4:4.1.1) but it is not going to be installed
   Depends: dpkg-dev (= 1.13.5) but it is not going
to be installed
E: Broken packages

И в итоге ничего не устанавливается. Пробовал установить отделно те
что в Depends написанны -- тоже неудача.
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: E: Broken packages

2008-05-17 Нитка Dmitry Mityugov
On Sat, May 17, 2008 at 5:36 PM, FameR [EMAIL PROTECTED] wrote:
 Пытаюсь установить build-essential, выдает:
 ---
 [EMAIL PROTECTED]:~$ sudo apt-get install build-essential
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.

 Since you only requested a single operation it is extremely likely that
 the package is simply not installable and a bug report against
 that package should be filed.
 The following information may help to resolve the situation:

 The following packages have unmet dependencies:
  build-essential: Depends: libc6-dev but it is not going to be installed or
libc-dev
   Depends: g++ (= 4:4.1.1) but it is not going to be 
 installed
   Depends: dpkg-dev (= 1.13.5) but it is not going
 to be installed
 E: Broken packages
 
 И в итоге ничего не устанавливается. Пробовал установить отделно те
 что в Depends написанны -- тоже неудача.

Какая версия Ubuntu? Какие зеркала репозитория используются? Если 8.04
и российское зеркало, попробуйте поменять зеркало на, например,
норвежское :-)

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


впн

2008-05-17 Нитка Игорь Л .
Доброе время суток. Впн поднимаю с помощью network-mananger , затем
добовляю руками серию маршрутов ,например, sudo ip route add 10.0.0.11
via 10.10.0.1  и т.д. Можно ли этот процесс автоматизировать как-нибудь?
-- 
С уважением Игорь Л.
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: впн

2008-05-17 Нитка Gosha
Hi!

Игорь Л. пишет:
 Доброе время суток. Впн поднимаю с помощью network-mananger , затем
 добовляю руками серию маршрутов ,например, sudo ip route add 10.0.0.11
 via 10.10.0.1  и т.д. Можно ли этот процесс автоматизировать как-нибудь?

Естественно можно.
Загляните в файл  /etc/network/interfaces
и man interfaces на предмет post-up command

--
Gosha



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


Re: впн

2008-05-17 Нитка Munko O. Bazarzhapov
/etc/network/interfaces

auto vpn-work
iface vpn-work inet ppp
pre-up /sbin/ifconfig eth2 up # line maintained by pppoeconf
provider vpn-work
up /sbin/route add -net 192.168.99.0/24 gw 192.168.100.1
up /sbin/route add -net 192.168.200.0/24 gw 192.168.100.1


18 мая 2008 г. 2:47 пользователь Игорь Л. [EMAIL PROTECTED] написал:
 Доброе время суток. Впн поднимаю с помощью network-mananger , затем добовляю
 руками серию маршрутов ,например, sudo ip route add 10.0.0.11 via 10.10.0.1
 и т.д. Можно ли этот процесс автоматизировать как-нибудь?

 --
 С уважением Игорь Л.

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


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