ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] FreeCiv client trouble
@ 2003-06-18  5:43 Nick W.Rias
  2003-06-18  6:00 ` Evgeny Yugov
  0 siblings, 1 reply; 2+ messages in thread
From: Nick W.Rias @ 2003-06-18  5:43 UTC (permalink / raw)
  To: community

Перестал запускаться клиент FreeCiv.
На 12 консоле пишет:

modprobe: Can't locate module sound-slot-1
modprobe: Can't locate module sound-service-1-3
modprobe: Can't locate module char-major-10-134

Понятно, что не может найти модули, но непонятно куда они делись, если раньше 
всё работало, и как бы все их вернуть назад?

Николай.
>From pasha@pasha.alkorn.ru  Wed Jun 18 09:46:36 2003
Return-Path: <pasha@pasha.alkorn.ru>
Delivered-To: community@lrn.ru
Received: from master.altlinux.ru (master.altlinux.ru [62.118.250.235])
	by lrn.ru (Postfix) with ESMTP id 3D647499F5
	for <community@lrn.ru>; Wed, 18 Jun 2003 09:46:36 +0400 (MSD)
Received: from marakvint-shipilovskaya.rmt.ru (marakvint-shipilovskaya.rmt.ru
	[213.252.80.30])
	by master.altlinux.ru (Postfix) with ESMTP id B7FD6E31CF
	for <community@altlinux.ru>; Wed, 18 Jun 2003 09:46:32 +0400 (MSD)
Received: from pasha.alkorn.net ([10.10.10.155] helo=pasha.alkorn.ru)
	by marakvint-shipilovskaya.rmt.ru with esmtp (Exim 3.36 #1)
	id 19SVje-000Cog-00
	for community@altlinux.ru; Wed, 18 Jun 2003 09:43:54 +0400
Received: by pasha.alkorn.ru (Postfix, from userid 500)
	id 54E481BA04; Wed, 18 Jun 2003 09:47:50 +0400 (MSD)
Date: Wed, 18 Jun 2003 09:47:50 +0400
From: Pavel Tsybulin <pavelt@alkorn.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Java + Postgresql
Message-ID: <20030618054750.GA1506@pasha.alkorn.net>
References: <E19SV0D-000IcC-00.m_dvor-mail-ru@f25.mail.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <E19SV0D-000IcC-00.m_dvor-mail-ru@f25.mail.ru>
User-Agent: Mutt/1.4i
X-BeenThere: community@altlinux.ru
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: community@altlinux.ru
List-Id: <community.altlinux.ru>
List-Unsubscribe: <http://www.altlinux.ru/mailman/listinfo/community>,
	<mailto:community-request@altlinux.ru?subject=unsubscribe>
List-Archive: <http://www.lrn.ru/pipermail/community>
List-Post: <mailto:community@altlinux.ru>
List-Help: <mailto:community-request@altlinux.ru?subject=help>
List-Subscribe: <http://www.altlinux.ru/mailman/listinfo/community>,
	<mailto:community-request@altlinux.ru?subject=subscribe>
X-List-Received-Date: Wed, 18 Jun 2003 05:46:36 -0000

On Wed, Jun 18, 2003 at 08:56:57AM +0400, Михаил Дворников wrote:

import java.sql.*;
 
public class Msql {

   public Msql() {
   }
     
   public void runMe() {
     try {
       Class.forName("org.postgresql.Driver");
       Connection db = DriverManager.getConnection("jdbc:postgresql:test", "postgres", "");
       db.close(); 
     } catch (Exception e) {
       System.out.println(e.getMessage()) ;
     }
   }

   public static void main(String[] args) {
     new Msql().runMe() ;
   }
}
 
> Выдает ошибки:
> $javac Msql.java
> 
> Msql.java:5: unreported exception java.lang.ClassNotFoundException; must be caught or declared to be thrown
> 	Class.forName("org.postgresql.Driver");
>              ^

типа того

Pavel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Comm] FreeCiv client trouble
  2003-06-18  5:43 [Comm] FreeCiv client trouble Nick W.Rias
@ 2003-06-18  6:00 ` Evgeny Yugov
  0 siblings, 0 replies; 2+ messages in thread
From: Evgeny Yugov @ 2003-06-18  6:00 UTC (permalink / raw)
  To: Nick W.Rias

Здравствуйте Nick,

Wednesday, June 18, 2003, 12:43:15 PM, you wrote:

NWR> Перестал запускаться клиент FreeCiv.
NWR> На 12 консоле пишет:

В modules.conf добавьте:
NWR> modprobe: Can't locate module sound-slot-1
alias sound-slot-1 off
NWR> modprobe: Can't locate module sound-service-1-3
alias sound-service-1 off
NWR> modprobe: Can't locate module char-major-10-134
alias char-major-10-134 off (это APM)

NWR> Понятно, что не может найти модули, но непонятно куда они делись, если раньше 
NWR> всё работало, и как бы все их вернуть назад?


-- 
With Best regards,
Evgeny Yugov,
MTS, programmer of Advanced Technologies Departament.
Registered Linux User #316667
mailto:yugov@scs-900.ru

Origin: Hе можешь быть выше кpитики, пpигнись.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-18  6:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-18  5:43 [Comm] FreeCiv client trouble Nick W.Rias
2003-06-18  6:00 ` Evgeny Yugov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git