Re: Re[2]: Build X 3.3.6 version under etch

2007-05-14 Thread Egor Tur
Hi folk.

I try build old version of XFree86 (3.3.6-44 from
   http://archive.debian.org/debian-archive/ woody) under current etch. But
   there are problems with malloc function. For examle: 
   
   XFree86 3.3.6 is several years old. It probably must be compiled with
   the gcc version that was current at that time. New gcc versions often
   enforce language rules more strictly and break old programs that don't
   conform.
   Both gcc 2.7.2 and 2.95 are available in Etch (aptitude install gcc272
   gcc-2.95). Probably one of those will do.
  
  Thanx, this solve problems with malloc, but now I have new  errors:
  
  gcc -c  -O2 -g -Wall  
  -I../../../../../../programs/Xserver/hw/xfree86/common 
  -I../../../../../../programs/Xserver/hw/xfree86/os
  -support -I. -I../../../../../../programs/Xserver/include
  -I../../../../../../exports/include/X11  -I../../../../../
  .. -I../../../../../../exports/include  -Dlinux -D__i386__ 
  -D_POSIX_C_SOURCE=199309L-D_POSIX_SOURCE
   -D_XOPEN_SOURCE=500L   -D_BSD_SOURCE 
  -D_SVID_SOURCE -DSHAPE -DXINPUT -DXKB
-DLBX -DXAPPGROUP   -DXCSECURITY  
-DDPMSExtension  
-DPIXPRIV  -DGCCUSESGAS -DSTATIC_COLOR -DAVOID_GLYPHBLT 
  -DPIXPRIV  -DXFreeXDGA -DNDEBUG   -DFUNCPROTO=15 -DNA
  RROWPROTOlnx_io.c   
 
  lnx_io.c: In function `KDKBDREP_ioctl_ok':  
 
  lnx_io.c:88: error: structure has no member named `rate'
 
  lnx_io.c:96: error: structure has no member named `rate'
 
  lnx_io.c:98: error: structure has no member named `rate'
 
  lnx_io.c:99: error: structure has no member named `rate'
 
  lnx_io.c:100: error: structure has no member named `rate'   
 
  lnx_io.c: In function `xf86SetKbdRepeat':   
 
  lnx_io.c:207: warning: implicit declaration of function `ioperm'
 
  make[8]: *** [lnx_io.o] Error 1 
 
  make[8]: Leaving directory 
  `/usr/local/src/X_3/xfree86v3-3.3.6/build-tree/xc/programs/Xserver/hw/xfree86/os-support/linux'
   
  make[7]: *** [linux] Error 2
 
  
  gcc now is link to gcc-2.95
  
  I tried to look for a solution to the problem on the Internet. 
  This problem is known, but I was unable to find a solving.

 You are using Etch right?

Yes, I use etch. I have upgraded sarge to etch.

 If you are then install the libc-compat libraries.

Sorry, but waht of libc6 compatibility package called something
like libc-compat can I install?

Now I have in system:
# dglob libc
libclass-accessor-perl
libcairo2
libcurl3-gnutls
libc5-altdev
libc6-dev
libcairo2-dev
libcfitsio2
libcompfaceg1
libcomerr2
libstdc++2.10-glibc2.2
libcurl2
libcurl3
libconfhelper-perl
libcroco3
libcinepaint0
libcupsys2-dev
libcaca0
libcucul0
libcdparanoia0
libcupsys2
libc6
libc5
libconsole
libcap1
libcupsimage2

libc5 is from woody for compiling Xfree86 3.3.6.

Or I need compile libc from source ?

 
 If you upgrade to Lenny or Sid... non-posix threads (or non pthreads)
 are no longer supported. You will have a extrememly difficult time
 getting them to compile using the linux architecture. It is a function
 of GLIBC being updated by the owner of it, not Debian.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re[2]: Build X 3.3.6 version under etch

2007-05-11 Thread Egor Tur
Hi Gerardo,
Hi folk.

  I try build old version of XFree86 (3.3.6-44 from
 http://archive.debian.org/debian-archive/ woody) under current etch. But
 there are problems with malloc function. For examle: 
 
 XFree86 3.3.6 is several years old. It probably must be compiled with
 the gcc version that was current at that time. New gcc versions often
 enforce language rules more strictly and break old programs that don't
 conform.
 Both gcc 2.7.2 and 2.95 are available in Etch (aptitude install gcc272
 gcc-2.95). Probably one of those will do.

Thanx, this solve problems with malloc, but now I have new  errors:

gcc -c  -O2 -g -Wall  -I../../../../../../programs/Xserver/hw/xfree86/common 
-I../../../../../../programs/Xserver/hw/xfree86/os
-support -I. -I../../../../../../programs/Xserver/include
-I../../../../../../exports/include/X11  -I../../../../../
.. -I../../../../../../exports/include  -Dlinux -D__i386__ 
-D_POSIX_C_SOURCE=199309L-D_POSIX_SOURCE
 -D_XOPEN_SOURCE=500L   -D_BSD_SOURCE -D_SVID_SOURCE 
-DSHAPE -DXINPUT -DXKB
  -DLBX -DXAPPGROUP   -DXCSECURITY  
  -DDPMSExtension  
  -DPIXPRIV  -DGCCUSESGAS -DSTATIC_COLOR -DAVOID_GLYPHBLT 
-DPIXPRIV  -DXFreeXDGA -DNDEBUG   -DFUNCPROTO=15 -DNA
RROWPROTOlnx_io.c   
   
lnx_io.c: In function `KDKBDREP_ioctl_ok':  
   
lnx_io.c:88: error: structure has no member named `rate'
   
lnx_io.c:96: error: structure has no member named `rate'
   
lnx_io.c:98: error: structure has no member named `rate'
   
lnx_io.c:99: error: structure has no member named `rate'
   
lnx_io.c:100: error: structure has no member named `rate'   
   
lnx_io.c: In function `xf86SetKbdRepeat':   
   
lnx_io.c:207: warning: implicit declaration of function `ioperm'
   
make[8]: *** [lnx_io.o] Error 1 
   
make[8]: Leaving directory 
`/usr/local/src/X_3/xfree86v3-3.3.6/build-tree/xc/programs/Xserver/hw/xfree86/os-support/linux'
 
make[7]: *** [linux] Error 2
   

gcc now is link to gcc-2.95

I tried to look for a solution to the problem on the Internet. 
This problem is known, but I was unable to find a solving.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Build X 3.3.6 version under etch

2007-05-04 Thread Egor Tur
Hi folk.

I try build old version of XFree86 (3.3.6-44 from 
http://archive.debian.org/debian-archive/ woody) 
under current etch.
But there are problems with malloc function. For examle:
efaxg42d.c
efaxg42d.c: In function 'EncodeFaxG42D':
efaxg42d.c:195: warning: implicit declaration of function 'LbxImageFindDiff'
efaxg42d.c: In function 'LbxImageEncodeFaxG42D':
efaxg42d.c:282: error: conflicting types for 'malloc'
efaxg42d.c:296: warning: implicit declaration of function 'LbxReverseBits'
efaxg42d.c:325: warning: implicit declaration of function 'free'
make[6]: *** [efaxg42d.o] Error 1

When I try sole conflicting types the next errors also occur in malloc. 
How can I solve more problems with types declaration in malloc?

gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: udev and some usb mouses.

2006-03-16 Thread Egor Tur
Hi.
I try for example in /etc/udev/local.rules (symlink from 
/etc/udev/rules.d/@z10_local.rules):
BUS==input, SYSFS{phys}==usb-:00:1d.0-2/input0, 
SYSFS{name}==Genius NetScroll + Traveler, KERNEL==mouse?, 
NAME=input/%k, MODE=0660, SYMLINK+=input/mouse_head0
BUS==input, SYSFS{phys}==usb-:00:1d.1-1/input0, 
SYSFS{name}==Genius NetScroll + Traveler, KERNEL==mouse?, 
NAME=input/%k, MODE=0660, SYMLINK+=input/mouse_head1
But nothing created in /dev/input/mouse_headX.
  
   Just to make sure: Did you run udevsynthesize after you added the
   rules?
 
  I do `udevsynthesize', but this not help me. Symlynk not created. 
 
 OK, then I would try the following:
 
 1) Simplify your rules, using fewer keys, for example only
 KERNEL==mouse?, SYSFS{phys}==usb-:00:1d.0-2/input0, 
 SYMLINK+=input/mouse_head0

2) Change your symlink in /etc/udev/rules.d from @z10_local.rules to
 10_local.rules.

 3) Run udevsynthesize again; if it still fails use udevtest to see in
 what order the rules are processed for your mice.

Ok. It's work correctly. The symliks be created.
Thanx Florian for help.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: udev and some usb mouses.

2006-03-15 Thread Egor Tur
Hi,

  I have two identical usb mouse which pluged to one comp with two head.
  I use Xorg 6.9.0.dfsg.1-2 and udev 0.086-1 and kernel 2.6.15.5
 
  In xorg.conf I write rules for this usb mouse as
  Driver mouse
  Option ZAxisMapping 4 5
  Option Device /dev/input/mouse0
  and
  Driver mouse
  Option ZAxisMapping 4 5
  Option Device /dev/input/mouse1 
 
 
 
  And this work correctly for my two head comp but sometime mouses changes 
  their input devices.
  And after this usb mouse  defined in system as /dev/input/mouse2 and so on.
  I try write udev rule for this mouses ( for example /dev/input/mouse_head0 
  and /dev/input/mouse_head1)
  but I cannot know what paramiters I must use for separation one mouse from 
  another.
 
 
  I try for example in /etc/udev/local.rules (symlink from 
  /etc/udev/rules.d/@z10_local.rules):
  BUS==input, SYSFS{phys}==usb-:00:1d.0-2/input0, 
  SYSFS{name}==Genius NetScroll + Traveler, KERNEL==mouse?, 
  NAME=input/%k, MODE=0660, SYMLINK+=input/mouse_head0
  BUS==input, SYSFS{phys}==usb-:00:1d.1-1/input0, 
  SYSFS{name}==Genius NetScroll + Traveler,   KERNEL==mouse?, 
  NAME=input/%k, MODE=0660, SYMLINK+=input/mouse_head1
  But nothing created in /dev/input/mouse_headX.

  
 Just to make sure: Did you run udevsynthesize after you added the
 rules?

I do `udevsynthesize', but this not help me. Symlynk not created.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



udev and some usb mouses.

2006-03-14 Thread Egor Tur
  Hi folk.
I have two identical usb mouse which pluged to one comp with two head.
I use Xorg 6.9.0.dfsg.1-2 and udev 0.086-1 and kernel 2.6.15.5

In xorg.conf I write rules for this usb mouse as
Driver mouse
Option ZAxisMapping 4 5
Option Device /dev/input/mouse0
and
Driver mouse
Option ZAxisMapping 4 5
Option Device /dev/input/mouse1 

And this work correctly for my two head comp but sometime mouses changes their 
input devices.
And after this usb mouse  defined in system as /dev/input/mouse2 and so on.
I try write udev rule for this mouses ( for example /dev/input/mouse_head0 and 
/dev/input/mouse_head1)
but I cannot know what paramiters I must use for separation one mouse from 
another.

I try for example in /etc/udev/local.rules (symlink from 
/etc/udev/rules.d/@z10_local.rules):
BUS==input, SYSFS{phys}==usb-:00:1d.0-2/input0, SYSFS{name}==Genius 
NetScroll + Traveler, KERNEL==mouse?, NAME=input/%k, MODE=0660, 
SYMLINK+=input/mouse_head0
BUS==input, SYSFS{phys}==usb-:00:1d.1-1/input0, SYSFS{name}==Genius 
NetScroll + Traveler, KERNEL==mouse?, NAME=input/%k, MODE=0660, 
SYMLINK+=input/mouse_head1
But nothing created in /dev/input/mouse_headX.

I have before:
---
cat /proc/bus/input/devices : 

I: Bus=0003 Vendor=0458 Product=002e Version=0110
N: Name=Genius NetScroll + Traveler
P: Phys=usb-:00:1d.1-1/input0
S: Sysfs=/class/input/input1
H: Handlers=mouse0 event1 
B: EV=7
B: KEY=7 0 0 0 0 0 0 0 0
B: REL=103

I: Bus=0003 Vendor=0458 Product=002e Version=0110
N: Name=Genius NetScroll + Traveler
P: Phys=usb-:00:1d.0-2/input0
S: Sysfs=/class/input/input6
H: Handlers=mouse1 event6 
B: EV=7
B: KEY=7 0 0 0 0 0 0 0 0
B: REL=103

udevinfo -a -p `udevinfo -q path -n input/mouse0` :

  looking at device '/class/input/input1/mouse0':
KERNEL==mouse0
SUBSYSTEM==input
SYSFS{dev}==13:32

  looking at device '/class/input/input1':
ID==input1
BUS==input
DRIVER==
SYSFS{uniq}==
SYSFS{phys}==usb-:00:1d.1-1/input0
SYSFS{name}==Genius NetScroll + Traveler

  looking at device '/devices/pci:00/:00:1d.1/usb3/3-1/3-1:1.0':
ID==3-1:1.0
BUS==usb
DRIVER==usbhid
SYSFS{modalias}==usb:v0458p002Ed0110dc00dsc00dp00ic03isc01ip02
SYSFS{bInterfaceProtocol}==02
SYSFS{bInterfaceSubClass}==01
SYSFS{bInterfaceClass}==03
SYSFS{bNumEndpoints}==01
SYSFS{bAlternateSetting}== 0
SYSFS{bInterfaceNumber}==00

  looking at device '/devices/pci:00/:00:1d.1/usb3/3-1':
ID==3-1
BUS==usb
DRIVER==usb
SYSFS{configuration}==
SYSFS{product}==NetScroll + Traveler
SYSFS{manufacturer}==Genius
SYSFS{maxchild}==0
SYSFS{version}== 1.10
SYSFS{devnum}==2
SYSFS{speed}==1.5
SYSFS{bMaxPacketSize0}==8
SYSFS{bNumConfigurations}==1
SYSFS{bDeviceProtocol}==00
SYSFS{bDeviceSubClass}==00
SYSFS{bDeviceClass}==00
SYSFS{bcdDevice}==0110
SYSFS{idProduct}==002e
SYSFS{idVendor}==0458
SYSFS{bMaxPower}==100mA
SYSFS{bmAttributes}==a0
SYSFS{bConfigurationValue}==1
SYSFS{bNumInterfaces}== 1

  looking at device '/devices/pci:00/:00:1d.1/usb3':
ID==usb3
BUS==usb
DRIVER==usb
SYSFS{configuration}==
SYSFS{serial}==:00:1d.1
SYSFS{product}==UHCI Host Controller
SYSFS{manufacturer}==Linux 2.6.15.5 uhci_hcd
SYSFS{maxchild}==2
SYSFS{version}== 1.10
SYSFS{devnum}==1
SYSFS{speed}==12
SYSFS{bMaxPacketSize0}==64
SYSFS{bNumConfigurations}==1
SYSFS{bDeviceProtocol}==00
SYSFS{bDeviceSubClass}==00
SYSFS{bDeviceClass}==09
SYSFS{bcdDevice}==0206
SYSFS{idProduct}==
SYSFS{idVendor}==
SYSFS{bMaxPower}==  0mA
SYSFS{bmAttributes}==c0
SYSFS{bConfigurationValue}==1
SYSFS{bNumInterfaces}== 1

  looking at device '/devices/pci:00/:00:1d.1':
ID==:00:1d.1
BUS==pci
DRIVER==uhci_hcd
SYSFS{modalias}==pci:v8086d27C9sv1043sd8179bc0Csc03i00
SYSFS{local_cpus}==3
SYSFS{irq}==21
SYSFS{class}==0x0c0300
SYSFS{subsystem_device}==0x8179
SYSFS{subsystem_vendor}==0x1043
SYSFS{device}==0x27c9
SYSFS{vendor}==0x8086

  looking at device '/devices/pci:00':
ID==pci:00
BUS==
DRIVER==


udevinfo -a -p `udevinfo -q path -n input/mouse1` :

  looking at device '/class/input/input6/mouse1':
KERNEL==mouse1
SUBSYSTEM==input
SYSFS{dev}==13:33

  looking at device '/class/input/input6':
ID==input6
BUS==input
DRIVER==
SYSFS{uniq}==
SYSFS{phys}==usb-:00:1d.0-2/input0
SYSFS{name}==Genius NetScroll + Traveler

  looking at device '/devices/pci:00/:00:1d.0/usb1/1-2/1-2:1.0':
ID==1-2:1.0
BUS==usb
DRIVER==usbhid
SYSFS{modalias}==usb:v0458p002Ed0110dc00dsc00dp00ic03isc01ip02
SYSFS{bInterfaceProtocol}==02
SYSFS{bInterfaceSubClass}==01
SYSFS{bInterfaceClass}==03
SYSFS{bNumEndpoints}==01
  

xdm ctrl+alt+backspase

2006-01-16 Thread Egor Tur
Hi folk.

When I do several times ctrl+alt+backspase in X (I want ot restart X session), 
than xdm kill.
How can I solve this problem. Or how can I manage it is working xdm or not? If 
xdm not works,
then restart it.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Printing CUPS filters.

2005-11-21 Thread Egor Tur
Hi folk.

Some questions:

1. Are there anywhere repositories of cups filters in public?
The debian cupsys package only have some few filters 
and supported file formats. For exapmle we need filters 
for raster pcx and tga image to postscript or pcl.
(We had a try for writing these filters but they not correctly work)

2. How we can correctly solve a problem of printing of jobs 
with not supported formats? For example reject these jobs 
(MS World files, RTF, some images). Now these jobs  print as raw 
format. But we cannot delete support raw because have many jobs 
in binary PCL formats created  by windows drivers or other 
not Unix systems.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Printing CUPS filters.

2005-11-21 Thread Egor Tur
Hi  Olive.

  1. Are there anywhere repositories of cups filters in public?
  The debian cupsys package only have some few filters 
  and supported file formats. For exapmle we need filters 
  for raster pcx and tga image to postscript or pcl.
  (We had a try for writing these filters but they not correctly work)
  
 See http://linuxprinting.org
Ok, ok. I try find the solving and on this site. But I  imply not Foomatic 
driver but
imagetops filter which not support many image formats.

  2. How we can correctly solve a problem of printing of jobs 
  with not supported formats? For example reject these jobs 
  (MS World files, RTF, some images). Now these jobs  print as raw 
  format. But we cannot delete support raw because have many jobs 
  in binary PCL formats created  by windows drivers or other 
  not Unix systems.
  
 I'am not sure I understand your question. You can directly print (by lpr) 
 just a few formats (.ps, .pdf, perhaps a little more). If you want to print 
 another document, just open it with a program that understand the file
 format and select File - Print. openoffice is generally capable to open 
 most word files.
Yes. You are right. But some users like to directly print their files as 
   lpr some-ms-word.doc  some.rtf ...  :(
and these jobs print as raw. How we can protect us in this situation using
CUPS? I think that we can write some filter which will reject such jobs.
May be already exist a way which solve this.

Thanx.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



dhcp dynamic dnd updates

2004-09-23 Thread Egor Tur
Hi folk.
Can I update slave zone on my dns server from dhcp server?
Now I have next problem:
...
dhcpd: Unable to add forward map from node1.test.local.net to
 192.168.1.30: timed out
...
My dhcp server locate on one comp and dns server on another comp.
dhcpd.conf:
---
ddns-update-style interim;
key DHCP_UPDATER {
  algorithm HMAC-MD5.SIG-ALG.REG.INT;
  secret here-some-secret;
}
zone test.local.net. {
  primary 192.168.1.100;
  key DHCP_UPDATER;
}
zone 1.168.192.in-addr.arpa. {
  primary 192.168.1.100;
  key DHCP_UPDATER;
}
option domain-name test.local.net;
option domain-name-servers 192.168.1.100;
default-lease-time 3000;
max-lease-time 7200;
authoritative;
subnet 192.168.1.0 netmask 255.255.255.0 {
  option broadcast-address 192.168.1.255;
  option routers 192.168.1.100;
  pool {
range 192.168.1.1 192.168.1.20;
deny unknown-clients;
  }
  pool {
max-lease-time 3000;
range 192.168.1.21 192.168.1.30;
allow unknown-clients;
  }
}
--
named.conf:
---
...
key DHCP_UPDATER { 
algorithm HMAC-MD5.SIG-ALG.REG.INT; 
secret here-some-secret; 
}; 
 
zone test.local.net {
type slave;
file /etc/bind/test.local.net;
masters {
192.168.1.101;
};
allow-update { key DHCP_UPDATER; };
};

zone 1.168.192.in-addr.arpa {
type slave;
file /etc/bind/test.local.net.rev;
masters {
192.168.1.101;
};
allow-update { key DHCP_UPDATER; };
};
 
...
-

bind is 8.3.3-2.0woody
dhcp is 3.0.1-1
I cannot access to master dns server.
Othe question: what means unknown-clients. I specially divide into
two parts my IP addresses. And I see that my dhcp-clients have only
IP from unknown-clients diapason.
Thanx.
 

http://rabota.alkar.net/

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Problem with showing some fonts.

2004-07-30 Thread Egor Tur
Hi folk.
When I have partly upgraded my X (from woody to unstable) I can not see
some symbols of SIL Encore IPA (SIxDIPA_.PFB) fonts in xfontsel and 
the programme which use those fonts. The pfaedit font editor and xfd show
all symbols of this fonts.
What must I do that correct this problem?
Many thanx.

http://photo.alkar.net/

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



What Batch Systems have these possibilities?

2004-07-11 Thread Egor Tur
Hi folk.
I have some comps. And I need create some queues for using these comps in
cluster.
These queues must include different users. And each queues must have priority
for
using comps. For example:
There are A, B, C, D, E comps.
Queue1 include next comps: A, B, C.
Queue1 also include next users: u1, u2, u3, u4.
Priority in this queue for comps is A - B - C
(i.e. all users u1, u2, u3, u4 run their tasks at first on A comps,
then, if A already running task, on B comp and then C comp)

Queue2 include A, D, E comps and
queue2 include u1, u2, u5, u6 users.
Priority in this queue is A - D - E
(i.e. all these users u1, u2, u5, u6 run their tasks at first on A comps,
then, if A already running task, on D comp and then E comp)

Now I have already installed the torque.
Does the torque/PBS support this posibility?
Also does the torque/PBS support a migration of task from one computer to
other
if computer with high priority has already got free? (I sound that openmosix
support this,
but openmosix need patching kernel but I have different kernel and these are
2.6.x)

Thanx.

PS. Please reply to list, not my e-mail.

--
@inet.ua



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Mose Wheel Scroll and less.

2004-05-23 Thread Egor Tur
Hi folk.
How can I use wheel scrolling for man (less)?
Thanx.

--
@inet.ua



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Problems with 2.6.X kernel.

2004-05-17 Thread Egor Tur
Hi folk.
Sometime I see these in my log  console.

This was at once after booting system:

kernel: hde: sata_error = 0x0008, watchdog = 1,
siimage_mmio_ide_dma_test_irq
kernel: irq 19: nobody cared!
kernel: Call Trace:
kernel:  [__report_bad_irq+42/139] __report_bad_irq+0x2a/0x8b
kernel:  [note_interrupt+111/159] note_interrupt+0x6f/0x9f
kernel:  [do_IRQ+353/402] do_IRQ+0x161/0x192
kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
kernel:  [default_idle+0/44] default_idle+0x0/0x2c
kernel:  [default_idle+41/44] default_idle+0x29/0x2c
kernel:  [cpu_idle+51/60] cpu_idle+0x33/0x3c
kernel:  [start_kernel+396/443] start_kernel+0x18c/0x1bb
kernel:  [unknown_bootoption+0/272] unknown_bootoption+0x0/0x110
kernel:
kernel: handlers:
kernel: [ide_intr+0/459] (ide_intr+0x0/0x1cb)
kernel: [ide_intr+0/459] (ide_intr+0x0/0x1cb)
kernel: [__crc_pm_idle+1092683/3716410] (usb_hcd_irq+0x0/0x67 [usbcore])
kernel: Disabling IRQ #19
kernel: irq 19: nobody cared!
kernel: Call Trace:
kernel:  [__report_bad_irq+42/139] __report_bad_irq+0x2a/0x8b
kernel:  [note_interrupt+111/159] note_interrupt+0x6f/0x9f
kernel:  [do_IRQ+353/402] do_IRQ+0x161/0x192
kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
kernel:  [default_idle+0/44] default_idle+0x0/0x2c
kernel:  [default_idle+41/44] default_idle+0x29/0x2c
kernel:  [cpu_idle+51/60] cpu_idle+0x33/0x3c
kernel:  [printk+417/491] printk+0x1a1/0x1eb
kernel:  [print_cpu_info+133/207] print_cpu_info+0x85/0xcf
kernel:

kernel: hde: sata_error = 0x0008, watchdog = 1,
siimage_mmio_ide_dma_test_irq
kernel: Call Trace:
kernel:  [__report_bad_irq+42/139] __report_bad_irq+0x2a/0x8b
kernel:  [note_interrupt+111/159] note_interrupt+0x6f/0x9f
kernel:  [do_IRQ+353/402] do_IRQ+0x161/0x192
kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
kernel:  [default_idle+0/44] default_idle+0x0/0x2c
kernel:  [default_idle+41/44] default_idle+0x29/0x2c
kernel:  [cpu_idle+51/60] cpu_idle+0x33/0x3c
kernel:  [start_kernel+396/443] start_kernel+0x18c/0x1bb
kernel:  [unknown_bootoption+0/272] unknown_bootoption+0x0/0x110
kernel:
kernel: Call Trace:
kernel:  [__report_bad_irq+42/139] __report_bad_irq+0x2a/0x8b
kernel:  [note_interrupt+111/159] note_interrupt+0x6f/0x9f
kernel:  [do_IRQ+353/402] do_IRQ+0x161/0x192
kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
kernel:  [default_idle+0/44] default_idle+0x0/0x2c
kernel:  [default_idle+41/44] default_idle+0x29/0x2c
kernel:  [cpu_idle+51/60] cpu_idle+0x33/0x3c
kernel:  [printk+417/491] printk+0x1a1/0x1eb
kernel:  [print_cpu_info+133/207] print_cpu_info+0x85/0xcf

kernel: Call Trace:
kernel:  [__report_bad_irq+42/139] __report_bad_irq+0x2a/0x8b
kernel:  [note_interrupt+111/159] note_interrupt+0x6f/0x9f
kernel:  [do_IRQ+353/402] do_IRQ+0x161/0x192
kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
kernel:  [__do_softirq+66/170] __do_softirq+0x42/0xaa
kernel:  [do_softirq+45/47] do_softirq+0x2d/0x2f
kernel:  [do_IRQ+318/402] do_IRQ+0x13e/0x192
kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
kernel:  [schedule+0/1718] schedule+0x0/0x6b6
kernel:  [need_resched+39/50] need_resched+0x27/0x32
kernel:  [default_idle+0/44] default_idle+0x0/0x2c
kernel:  [default_idle+41/44] default_idle+0x29/0x2c
kernel:  [cpu_idle+51/60] cpu_idle+0x33/0x3c
kernel:  [printk+417/491] printk+0x1a1/0x1eb
kernel:  [print_cpu_info+133/207] print_cpu_info+0x85/0xcf

This was before:

kernel: Call Trace:
kernel:  [__report_bad_irq+42/139] __report_bad_irq+0x2a/0x8b
kernel:  [note_interrupt+111/159] note_interrupt+0x6f/0x9f
kernel:  [do_IRQ+353/402] do_IRQ+0x161/0x192
kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
kernel:  [default_idle+0/44] default_idle+0x0/0x2c
kernel:  [default_idle+41/44] default_idle+0x29/0x2c
kernel:  [cpu_idle+51/60] cpu_idle+0x33/0x3c
kernel:  [start_kernel+396/443] start_kernel+0x18c/0x1bb
kernel:  [unknown_bootoption+0/272] unknown_bootoption+0x0/0x110
kernel:
kernel: hde: dma_timer_expiry: dma status == 0x64
kernel: hde: DMA interrupt recovery
kernel: hde: lost interrupt
kernel: Call Trace:
kernel:  [__report_bad_irq+42/139] __report_bad_irq+0x2a/0x8b
kernel:  [note_interrupt+111/159] note_interrupt+0x6f/0x9f
kernel:  [do_IRQ+353/402] do_IRQ+0x161/0x192
kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
kernel:  [default_idle+0/44] default_idle+0x0/0x2c
kernel:  [default_idle+41/44] default_idle+0x29/0x2c
kernel:  [cpu_idle+51/60] cpu_idle+0x33/0x3c
kernel:  [printk+417/491] printk+0x1a1/0x1eb
kernel:  [print_cpu_info+133/207] print_cpu_info+0x85/0xcf


This I try read my tape cartridge

kernel: dd: page allocation failure. order:6, mode:0xd0
kernel: Call Trace:
kernel:  [__alloc_pages+690/751] __alloc_pages+0x2b2/0x2ef
kernel:  [__crc_pm_idle+917131/3716410] enlarge_buffer+0xcf/0x182 [st]
kernel:  [__crc_pm_idle+922205/3716410] st_map_user_pages+0x37/0x82 [st]
kernel:  [__crc_pm_idle+903901/3716410] setup_buffering+0xb9/0x13d [st]
kernel:  [__crc_pm_idle+907372/3716410] 

About sensors on intel MB. How manage?

2004-05-17 Thread Egor Tur
Hi folk.
I want to ask you about sensors (first of all the temperatures  fans) on
Intel SE7505 MB
http://www.intel.com/design/servers/se7505vb2/index.htm?iid=ipp_srvr+mthrbds_se7505vb2_srvr;

I have 2xXEON CPU  2xFAN on CPU (6000rpm), 2xFAN case  2xFAN for HDD.
These all FAN connect to MB, and I can see they rpm  temperature of CPU from
BIOS
(two temperatures, six fan's rpm).
But can I want to manage they RPM  Tempo. I can see only one fan's rpm for
CPU, 
one fans rpm for case  one for HDD:
output from sensors:
w83627hf-isa-0290
Adapter: ISA adapter
HDD  Fan: 2721 RPM  (min = 2008 RPM, div = 8) 
Back Fan: 2109 RPM  (min = 2008 RPM, div = 8) 
CPU1 Fan: 5625 RPM  (min = 4017 RPM, div = 4) 
temp1:   +19C  (high =  +127C) sensor = thermistor
  
temp2: +29.0C  (high =   +80C, hyst =   +75C)   sensor = PII/Celeron diode
  
temp3: +25.5C  (high =   +80C, hyst =   +75C)   sensor = PII/Celeron diode
  

w83627hf-i2c-0-2c
Adapter: SMBus I801 adapter at 1100
HDD  Fan: 2721 RPM  (min = 2008 RPM, div = 8) 
Back Fan: 2163 RPM  (min = 2008 RPM, div = 8) 
CPU1 Fan: 5720 RPM  (min = 4017 RPM, div = 4) 
temp1:   +19C  (high =  +127C) sensor = thermistor
  
temp2: +29.0C  (high =   +80C, hyst =   +75C)   sensor = PII/Celeron diode
  
temp3: +25.5C  (high =   +80C, hyst =   +75C)   sensor = PII/Celeron diode
  

lsmod:
eeprom  8200  0 
w83781d34048  0 
i2c_isa 2688  0 
i2c_i8018720  0 
i2c_sensor  3584  2 eeprom,w83781d
i2c_core   23940  5 eeprom,w83781d,i2c_isa,i2c_i801,i2c_sensor

lspci -vv::00:1f.3 SMBus: Intel Corp. 82801DB/DBM (ICH4) SMBus Controller
(rev 02)
Subsystem: Intel Corp.: Unknown device 3422
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR-
Interrupt: pin B routed to IRQ 17
Region 4: I/O ports at 1100 [size=32]

:00:1f.0 ISA bridge: Intel Corp. 82801DB (ICH4) LPC Bridge (rev 02)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr+
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR-
Latency: 0

For these MB FANs are very noisy and I want to see they rpm's for manage.
How can I use all (6) output for fan's rpm. Can I do for this chipset?
I found that this chipset may manage only 3 parameters for fan (from
lm-sensors package). But I can see all six parameters in BIOS.

Kernel 2.6.6.-rc1, libsensors3 2.8.6-9, lm-sensors 2.8.6-9
Thanx.


--
@inet.ua



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: kernel 2.6.x + hotplug + usb scanner - not work.

2004-04-18 Thread Egor Tur
 Hi folk.
 I have problem with using my USB Epson 2400 photo scanner.
 uname -r
 2.6.6-rc1
 lsusb | grep -i epson
 Bus 004 Device 002: ID 04b8:011b Seiko Epson Corp. Perfection 2400 Photo
...
 sane-find-scanner | grep -i epson
 found USB scanner (vendor=0x04b8 [EPSON], product=0x011b [EPSON Scanner]) at
lib
...
 grep -v \# scanner /etc/sane.d/epson.conf
 /etc/sane.d/epson.conf:usb /dev/usb/scanner0
Thanks
http://lists.debian.org/debian-user/2004/debian-user-200403/msg01067.html
I change from usb /dev/usb.scanner0 to usb and my scanner now work fine.

Many thanks.

--
@inet.ua



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kernel 2.6.x + hotplug + usb scanner - not work.

2004-04-16 Thread Egor Tur
Hi folk.
I have problem with using my USB Epson 2400 photo scanner.
uname -r
2.6.6-rc1
lsusb | grep -i epson
Bus 004 Device 002: ID 04b8:011b Seiko Epson Corp. Perfection 2400 Photo
dpkg -l hotplug | grep ^i
ii  hotplug0.0.20040329-8 Linux Hotplug Scripts
dpkg -l | grep libusb | grep ^i
ii  libusb-0.1-4   0.1.8-9Userspace USB programming library
dpkg -l | grep sane | grep ^i
ii  sane   1.0.11+cvs2004 scanner graphical frontends
ii  libsane1.0.13-4   API library for scanners
ii  libsane-extras 1.0.13.1   API library for scanners -- extra backends
ii  sane-utils 1.0.13-4   API library for scanners -- utilitie

mount | grep usb
usbfs on /proc/bus/usb type usbfs (rw)

sane-find-scanner | grep -i epson
found USB scanner (vendor=0x04b8 [EPSON], product=0x011b [EPSON Scanner]) at
libusb:004:002

scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).

grep 0x011b /etc/hotplug/usb/*
/etc/hotplug/usb/libsane.usermap:libusbscanner 0x0003  0x04b8 
 0x011b0x   
   0x   0x00 0x000x000x00 
  0x00   
   0x00   0x

grep -v \# scanner /etc/sane.d/epson.conf
/etc/sane.d/epson.conf:usb /dev/usb/scanner0

ls -l /dev/usb/scanner0
crw-rw-rw-1 root root 180,  48 Apr  2 21:12 /dev/usb/scanner0
 
cat /etc/hotplug/usb/libusbscanner | grep -v \#
if [ $ACTION = add -a $TYPE = usb ]; then
  chown root:scanner $DEVICE
chmod 0660 $DEVICE
fi
cat /etc/hotplug/usb/libusbscanner | grep DEVICE
# DEVICE=/proc/bus/usb/BBB/DDD
chown root:scanner $DEVICE
chmod 0660 $DEVICE

/etc/init.d/hotplug stop
/etc/init.d/hotplug start
Starting hotplug subsystem:
input
net
pci
uhci-hcd: loaded sucessfully
uhci-hcd: already loaded
uhci-hcd: already loaded
ehci-hcd: loaded sucessfully
ignore pci display device on 05:02.0
usb
libusbscanner: loaded sucessfully
chown: failed to get attributes of `': No such file or directory
chmod: failed to get attributes of `': No such file or directory
libusbscanner: loaded sucessfully
chown: failed to get attributes of `': No such file or directory
chmod: failed to get attributes of `': No such file or directory
done

What must I do for using scanner?
I try to change owner/permission  for /proc/bus/usb/BBB/DDD but this not
work.
I also adde users to scanner group.
I try using scanner as root and user - not work. Scanner is not detected.

Other question: what can I do that my system does some signal (beep or
message) about
new USB device? And how can I (or another user) mount/umount USB disks without
root
permissions. Hotplug does this?

Thanx.


--
@inet.ua



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icewm log out problem.

2003-12-03 Thread Egor Tur
Hi folk.

If I log out from icewm as CTRL+ALT+BACKSPACE I see that 
x-session-manager still run. I start icewm again, log out as
CTRL+ALT+BACKSPACE, and I see now 2 running  x-session-manager
and so on ...
x-session-manager is link to /usr/bin/icewm-session.
If Ilog out as menu - it correct.

How solve this problem?

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



alsa 82801EB AC'97 Audio Controller

2003-11-29 Thread Egor Tur
Hi folk.
I have MB on 865PE chipset. I cannot use audio with alsa driver.
What I have: 
Multimedia audio controller: Intel Corp. 82801EB AC'97 Audio Controller (rev 02)
CMI9739 chipset with 6channel CODEC AC97
alsa 0.9.8-1
I compiled alsa-modules from source, installed driver snd-intel8x0, unmuted all 
channel, added user to audio group.
I see that audio files play but nothing sound.

If I use kernel OSS driver i810_audio, I have sound but only 48Khz playback
available and have not mixer.

What can I do that have sound with alsa driver?

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



What is mmenu?

2003-11-19 Thread Egor Tur
Hi folk.
How can mmenu use?
How can I do menu on desktop if window manager don't use it.
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: scsi emulation: atapi reset irq timeout and other nasties...

2003-10-22 Thread Egor Tur
Hi folk.

 scsi : aborting command due to timeout : pid 0, scsi0, channel 0, id 0, lun 0 In
 quiry 00 00 00 ff 00 hdc: irq timeout: status=0xd0 { Busy }
 hdc: DMA disabled
 hdc: ATAPI reset complete
 hdc: irq timeout: status=0xd0 { Busy }
 hdc: ATAPI reset complete
 hdc: irq timeout: status=0xd0 { Busy }
 scsi0 channel 0 : resetting for second half of retries.
 SCSI bus is being reset for host 0 channel 0.
 hdc: status timeout: status=0xd0 { Busy }
 hdc: drive not ready for command
 hdc: ATAPI reset complete
 scsi : aborting command due to timeout : pid 1, scsi0, channel 0, id 0, lun 0 In
 quiry 00 00 00 ff 00 SCSI host 0 abort (pid 1) timed out - resetting
 SCSI bus is being reset for host 0 channel 0.
 SCSI host 0 channel 0 reset (pid 1) timed out - trying harder
 SCSI bus is being reset for host 0 channel 0.
 hdc: irq timeout: status=0xd0 { Busy }
 hdc: ATAPI reset complete
 hdc: irq timeout: status=0xd0 { Busy }
 hdc: status timeout: status=0xd0 { Busy }
 
 and so on...

I have some problem when I try compile 2.4.22 version of kernel by gcc version 3.3.2 
20031005 (Debian prerelease) compiler.
If I compile this version of kernel my old version gcc compiler (2.95.4-0.010424) scsi 
emulation
work well.
Why this happen? And how can I do support scsi in this case?

Thnx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Animate png images.

2003-08-14 Thread Egor Tur
Hi folk.
Is there any programme for manipulate png images, for example animate *.png from many 
frames?
How gifsicle for manipulation *.gif images.
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



ACPI button reset

2003-06-29 Thread Egor Tur
Hi folk.
I installed kernel 2.4.21 with support acpi  buttons.
Machine shut down correctly when use power button.
But there is other button - reset  I do not know how use it with ACPI.
How can I reboot machine by button reset correctly with ACPI.
Or may be this button switch off?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



How make transparent loggin menu in XDM?

2003-06-16 Thread Egor Tur
Many thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: I cannot build kernel_xxx packages by make-kpkg.

2003-06-14 Thread Egor Tur
Hi folk.
   I have problem with build kernel_image.
   I try kernel-source-2.4.20 from testing  unstable; kernel-package and modutils 
 from testing  unstable  stable; 
   
   Errors are when make-kpkg try build package:
   
   find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
   if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b 
 /usr/src/linux/debian/tmp-image -r 2.4.20; fi
   depmod: Can't open /usr/src/linux/debian/tmp-image/lib/modules/extra/modules.dep 
 for writing
   make[2]: *** [_modinst_post] Error 255
   make[2]: Leaving directory `/usr/src/kernel-source-2.4.20'
   make[1]: *** [real_stamp_image] Error 2
   make[1]: Leaving directory `/usr/src/kernel-source-2.4.20'
 
 This looks like you are building as a regular user and not as root.
 make-kpkg needs you to be root, or use something like fakeroot.

Yes, I work how root.
Now I try:
cd /usr/src/linux
make oldconfig
make dep
make bzImage
make modules
make modules_install  I have problems:
depmod: Can't open /lib/modules/extra/modules.dep for writing
   make[2]: *** [_modinst_post] Error 255
Ok. I look in /lib/modules. I see that was created 2.4.20 directory.
And in this 2.4.20 I cannot see modules.dep.
I create extra directory in /lib/modules  again run modules_install  this run 
correctly.
I see modules.dep in /lib/modules/extra/

Please correct me if I'm wrong about this.

PS: this happens on comp where I install knoppix on hard.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



I cannot build kernel_xxx packages by make-kpkg.

2003-06-13 Thread Egor Tur
Hi folk.
I have problem with build kernel_image.
I try kernel-source-2.4.20 from testing  unstable; kernel-package and modutils from 
testing  unstable  stable; 

Errors are when make-kpkg try build package:

find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b 
/usr/src/linux/debian/tmp-image -r 2.4.20; fi
depmod: Can't open /usr/src/linux/debian/tmp-image/lib/modules/extra/modules.dep for 
writing
make[2]: *** [_modinst_post] Error 255
make[2]: Leaving directory `/usr/src/kernel-source-2.4.20'
make[1]: *** [real_stamp_image] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.4.20'

I also try compile with .config file from other debian machine (where package buils 
without problem) and I have this problem.

Many thanx for any comments.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Debian package from other orig.tar.gz

2003-03-30 Thread Egor Tur
Hi folk.
I want to build package from source but with other orig.tar.gz.
What can I do? Can I do change dsc file? md5sum?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Strange work XFree86 with depth 8 bit on 4.x version.

2003-03-30 Thread Egor Tur
Hi folk.
I have programme which works only 8 bit X server.
I try run this on XFree86 version 4.3 4.2 4.1 3.3
This prog. work only computer with ATI video card under all XFree86 version.
With S3, intergated i810 video card I cannot run this. What i do:
Run only X server with depth 8 and without any window managers and run 
this porgramme, programme do not work correctly with colors.
On XFree86 version 3.3 this porgramme works with any video card.
How can I run this progs. under XFree86 version 4.3?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Problems. May be xterm from XFree86 4.3 ?

2003-03-25 Thread Egor Tur
Hi folk.
I install XFree86 4.3 version from 
http://people.debian.org/~mmagallo/packages/xfree86/i386
and now I have problems - X resetup when I try load xterm. What I have in log:
(I do not know who is culprit: kernel or XFree)
Mar 23 08:13:34 pupkin kernel:  printing eip:  
  
Mar 23 08:13:34 pupkin kernel: c0131f76
  
Mar 23 08:13:34 pupkin kernel: Oops:   
  
Mar 23 08:13:34 pupkin kernel: CPU:0   
  
Mar 23 08:13:34 pupkin kernel: EIP:0010:[sync_page_buffers+14/164]Not tainted  
  
Mar 23 08:13:34 pupkin kernel: EFLAGS: 00013a87
  
Mar 23 08:13:34 pupkin kernel: eax:    ebx: 706f432c   ecx: 01d0   edx: 
0010 
Mar 23 08:13:34 pupkin kernel: esi:    edi: c41efc80   ebp: c107c8a8   esp: 
c11fff14 
Mar 23 08:13:34 pupkin kernel: ds: 0018   es: 0018   ss: 0018  
  
Mar 23 08:13:34 pupkin kernel: Process kswapd (pid: 4, stackpage=c11ff000) 
  
Mar 23 08:13:34 pupkin kernel: Stack: c107c8a8 c41e6180 c41efc80 c01320ca c41efc80 
c107c8a8 01d0 0010
Mar 23 08:13:34 pupkin kernel:0093 c01305fc c41efc80 c107c8a8 c0129252 
c107c8a8 01d0 0020
Mar 23 08:13:34 pupkin kernel:01d0 0020 0006 0006 c11fe000 
05b3 01d0 c02350d4
Mar 23 08:13:34 pupkin kernel: Call Trace:[try_to_free_buffers+190/228] 
[try_to_release_page+68/72] [shrink_c
ache+490/764] [shrink_caches+88/128] [try_to_free_pages_zone+58/92]
  
Mar 23 08:13:34 pupkin kernel:   [kswapd_balance_pgdat+65/140] [kswapd_balance+26/48] 
[kswapd+153/188] [kernel_th
read+40/56]
  
Mar 23 08:13:34 pupkin kernel: 
  
Mar 23 08:13:34 pupkin kernel: Code: f6 43 18 06 74 7c b8 07 00 00 00 0f ab 43 18 19 
c0 85 c0 74 
Mar 23 08:16:17 pupkin kernel:  1Unable to handle kernel NULL pointer dereference at 
virtual address 0008  
Mar 23 08:16:17 pupkin kernel:  printing eip:  
  
Mar 23 08:16:17 pupkin kernel: c012461d
  
Mar 23 08:16:17 pupkin kernel: Oops:   
  
Mar 23 08:16:17 pupkin kernel: CPU:0   
  
Mar 23 08:16:17 pupkin kernel: EIP:0010:[filemap_nopage+21/504]Not tainted 
  
Mar 23 08:16:17 pupkin kernel: EFLAGS: 00010282
  
Mar 23 08:16:17 pupkin kernel: eax:    ebx: 0807b2c0   ecx: c46f5360   edx: 
c0234db4 
Mar 23 08:16:17 pupkin kernel: esi: c3fad280   edi: 0001   ebp: c46f5360   esp: 
c51ebea0 
Mar 23 08:16:17 pupkin kernel: ds: 0018   es: 0018   ss: 0018  
  
Mar 23 08:16:17 pupkin kernel: Process xterm (pid: 2811, stackpage=c51eb000)   
  
Mar 23 08:16:17 pupkin kernel: Stack: 0807b2c0 c3fad280 0001 c46f5360 0020 
c114565c c007d860 c2f5fe60
Mar 23 08:16:17 pupkin kernel:c0121262 c46f5360 0807b000  0807b2c0 
c3fad280 0001 c46f5360
Mar 23 08:16:17 pupkin kernel:c01213de c3fad280 c46f5360 0807b2c0 0001 
c34961ec c3fad280 0001
Mar 23 08:16:17 pupkin kernel: Call Trace:[do_no_page+82/380] 
[handle_mm_fault+82/176] [do_page_fault+352/115
2] [do_page_fault+0/1152] [bh_action+26/64]
  
Mar 23 08:16:17 pupkin kernel:   [schedule+746/788] [error_code+52/60] 
  
Mar 23 08:16:17 pupkin kernel: 
  
Mar 23 08:16:17 pupkin kernel: Code: 8b 40 08 8b a8 ac 00 00 00 8b 5c 24 24 8b 44 24 
28 8b 55 20 
Mar 23 08:16:17 pupkin kernel:  1Unable to handle kernel NULL pointer dereference at 
virtual address 0008  
Mar 23 08:16:17 pupkin kernel:  printing eip:  
  
Mar 23 08:16:17 pupkin kernel: c01227f0
  
Mar 23 08:16:17 pupkin kernel: Oops:   

Mystice user.

2003-03-18 Thread Egor Tur
Hi.
What I have:

$ w
 12:04:29 up 85 days,  1:32,  2 users,  load average: 0.00, 0.00, 0.00
USER TTY  FROM  LOGIN   IDLE   JCPU   PCPU  WHAT
egor   pts/0orion.mao.kiev.u 11:380.00s  0.16s  0.01s  w
$ who am i
egor   pts/0Mar 18 11:38 (leo)
$ who
egor   pts/0Mar 18 11:38 (leo)
egor   pts/7Jan  2 20:53 (tur:2.0)
$ ps ax | grep pts/7
17783 pts/0S  0:00 grep pts/7
$

How can I kill this mystic user on pts/7?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Unresolved symbols in ... alsa

2003-03-13 Thread Egor Tur
Hi folk.
I compile alsa module and try install it.
When I do
dpkg -i alsa-modules-2.4.20_0.9.0rc7-2_i386.deb
I have:
Configuration file for ALSA 0.9 exists.
Attempting to start.

depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-emu10k1-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-emu8000-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-emux-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-gus-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-trident-synth.o

What do these means?
dpkg cannot configure package, but package install on my systems  I use alsa  it 
works fine.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



VIA AGP mystery

2003-03-09 Thread Egor Tur
Hi folk.
I have motheboard on via chipset (Via Apollo Pro 133Z).
And I have AGP video card.
My kernel is 2.4.20. I compile it with support agp, but I cacnnot use agp -
this is from dmesg command:
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 321M
agpgart: Unsupported Via chipset (device id: 0605), you might want to try 
agp_try_unsupported=1.
agpgart: no supported devices found.

But I try KNOPPIX with 2.4.20 kernel and I have other things with agp:
Linux agpgart interface v0.99 (c) Jeff Hartmann 
agpgart: Maximum main memory to use for agp memory: 321M
agpgart: Trying generic Via routines for device id: 0605
agpgart: AGP aperture is 64M  0xf800   

How can I do support of agp for me?

I try compile kernel with the same option of agp support how this do in KNOPPIX.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KNOPPIX and it configure.

2003-03-06 Thread Egor Tur
Hi folk.
I want to use KNOPPIX for create my LaTex documents. But I can not reconfigure LaTex 
distributive
because files of tetex are on CD. Can I do this. (Now I need reconfigure hyphenations).
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Sensors on VIA mayherboard.

2003-02-24 Thread Egor Tur
Hi folk.
I have matherboard on VIA VT82C686a  VT82C694Z chipsets. I want to monitore my 
hardware. Thanks Hugo Graumann from debian-user maillist I have built lm-sensors  i2c
modules. When i try sensors-detect  I have results:
 #cut here  
 # I2C adapter drivers  
 i2c-viapro 
 i2c-isa
 # I2C chip drivers 
 w83781d
 via686a
 #cut here  

I add this into file /etc/modules  I paste the line
alias char-major-89 i2c-dev
into the file /etc/modutils/local

Then, I run /etc/init.d/modutils  update-modules
I have error messages:
/lib/modules/2.4.19/lm-sensors/via686a.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO 
or IRQ parameters
/lib/modules/2.4.19/lm-sensors/via686a.o: insmod 
/lib/modules/2.4.19/lm-sensors/via686a.o failed
/lib/modules/2.4.19/lm-sensors/via686a.o: insmod via686a failed

Do module via686a need for monitor this motherboard?
OK. I comment line with via686a  i2c-isa.
Sensors show me correct parameters of state my matherboard, but when I load my system
(when modules i2c  lm-sensors load) my machine begin sound until I login on system.
How can I solve this problem?

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



bogomips ?

2003-02-19 Thread Egor Tur
Hi.
A little question: programme `linux_logo' show 1264.84 Bogomips Total on my system,
but `bogomips' - 634.00 BogoMips. Why do these values be different?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




nfs: task 865 can't get a request slot. What is this?

2003-02-10 Thread Egor Tur
Hi.
I see messages in log's:
client1 kernel: nfs: task 865 can't get a request slot
and sometimes:
client1 kernel: nfs: server carter not responding, still trying
client1 kernel: nfs: server carter OK

I mount nfs disks form carter to client1 with next option:
defaults,rsize=8192,wsize=8192,soft,intr,bg

When I do `df -h' on client1  process stop when it tries to show
my nfs disks.
When I try go to in catalogue where I mount nfs disks under 
Midnight Commander - this stop and I can only kill xterm.

When I do `ps ax' I see:
1531 ?   D  0:00 df -h
1571 pts/21   D  0:00 mc
1573 pts/22   S  0:00 bash -rcfile .bashrc

But I can go to nsf catalogue under xterm and I can do `ls -l', this work --- I see
files and I can read and write it and create new catalogues.

What is this?
I also mount nfs disks from carter to other machine and I cannot problem with this.

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




problem with xlibs?

2003-02-02 Thread Egor Tur
Hi folk.
I have this when compile some programme:

/usr/X11R6/lib/libX11.a(XlibInt.o): In function `_XEventsQueued':
XlibInt.o(.text+0x76c): undefined reference to `pthread_equal'
XlibInt.o(.text+0x786): undefined reference to `pthread_equal'
XlibInt.o(.text+0x7a1): undefined reference to `pthread_equal'
XlibInt.o(.text+0x7ba): undefined reference to `pthread_equal'
XlibInt.o(.text+0x7d7): undefined reference to `pthread_equal'
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0xb1c): more undefined references to 
`pthread_equal' follow
collect2: ld returned 1 exit status
make[1]: *** [ds9] Error 1
make[1]: Leaving directory `/home/iraf/saoimagenew/saods9/ds9'
make: *** [ds9] Error 2

 What is this? problem with libX11? What do? Upgrade xlibs-dev?
dpkg -l xlibs-dev
ii  xlibs-dev  4.2.1-4X Window System client library development

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: problem with xlibs?

2003-02-02 Thread Egor Tur
Hi.
  I have this when compile some programme:
 
  /usr/X11R6/lib/libX11.a(XlibInt.o): In function `_XEventsQueued':
  XlibInt.o(.text+0x76c): undefined reference to `pthread_equal'
  XlibInt.o(.text+0x786): undefined reference to `pthread_equal'
  XlibInt.o(.text+0x7a1): undefined reference to `pthread_equal'
  XlibInt.o(.text+0x7ba): undefined reference to `pthread_equal'
  XlibInt.o(.text+0x7d7): undefined reference to `pthread_equal'
  /usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0xb1c): more undefined references to 
`pthread_equal' follow
  collect2: ld returned 1 exit status
  make[1]: *** [ds9] Error 1
  make[1]: Leaving directory `/home/iraf/saoimagenew/saods9/ds9'
  make: *** [ds9] Error 2
 
   What is this? problem with libX11? What do? Upgrade xlibs-dev?
  dpkg -l xlibs-dev
  ii  xlibs-dev  4.2.1-4X Window System client library development 
Whatever 
 you're doing, you apparently need to add -lpthread to the
 linker arguments. 

Thanks. This work.
But I don't understand why. I have 2 debian machine and install the same program on 
them.
First:
dpkg -l xlibs-dev
ii  xlibs-dev  4.1.0-17 
dpkg -l libc6
ii  libc6  2.2.5-14
Second:
dpkg -l xlibs-dev
ii  xlibs-dev  4.2.1-4
dpkg -l libc6
ii  libc6  2.3.1-9

On first computer programme build without problem but on second I have mistake with 
libX11 and  pthread.
Thanks.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




/etc/shutdown.allow user

2003-01-25 Thread Egor Tur
Hi.
I read man for `shutdown' command. And this man describe how permit
any user using shutdowning. Need create /etc/shutdown.allow and list of
peaples that can use `shutdown'. I create it and now do from user
/sbin/shutdown -a -r now  -- but I cannot reboot. Only root can do this.
What I do incorrectly?
Thanx. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Strange behaviour of NFS.

2003-01-20 Thread Egor Tur
Hi folk.

Sometimes I see messages when use NFS:
nfs_statfs: statfs error = 5
nfs: server pupkin not responding, timed out
nfsd: last server has exited
nfsd: unexporting all filesystems

When I try copy any file to NFS-machine I see:
$ cp qqq.tar.gz /export/nfs/temp/.
cp: writing `/export/nfs/temp/./qqq.tar.gz': Input/output error
cp: closing `/export/nfs/temp/./qqq.tar.gz': Input/output error

I try uncompress an untar it (or other) file ithis correctly.
But I try use it I see that this file copy only partly.

On NFS-client (vasja)
$ grep pupkin /etc/fstab
pupkin:/nfs/export/nfsnfs 
defaults,rsize=8192,wsize=8192,soft,intr,bg 0   0

From NFS-server (pupkin):
$ cat /etc/exports
/nfs   vasja(rw)
#/nfs vasja(rw,no_root_squash)

Anyone have any ideas?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: X problems, likely vertical refresh

2003-01-20 Thread Egor Tur
Hi Matthew.
I have ATI All-in-Wonder Pro AGP card and I use driver from GATOS for
XFree86 version 4.1.x. This driver works fine for me (XVideo, TV tuner ...)

attachment: Pict0008.JPG


Offboard hdd controller.

2003-01-11 Thread Egor Tur
Hi Folk.
I want to use offboard hdd controller and set up cdrom on it.
How can I do this?
Thanx.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Offboard hdd controller.

2003-01-11 Thread Egor Tur
 Hi Folk.
 I want to use offboard hdd controller and set up cdrom on it.
^^^
Sorry, ide hard disk controler on isa slot.
   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: locale .bash_profile,.bashrc

2003-01-11 Thread Egor Tur
Hi.
May be /etc/invironment
I try to put some variables in /etc/bashrc (not /etc/profile - KDE do not use it for 
me :( ) then this work.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




KDE2 /etc/profile?

2003-01-09 Thread Egor Tur
Hi.
Why does kde2 not read /etc/profile? At list for me.
Who (what :)) and how read this file when system sturt up?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




start another X session on remote computer

2003-01-06 Thread Egor Tur
Hi folk.
I start X  from xdm. But I have any programme which I run on session of X that I start 
form startx from X (use `anybody' parameter for
start X). Question: can I start this X session (from startx) on another computer? How 
can I possibly  do it?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: start another X session on remote computer

2003-01-06 Thread Egor Tur
Hi Thorsten.
  I start X  from xdm. But I have any programme which I run on session of X that I 
start form startx from X (use `anybody' parameter for
  start X). Question: can I start this X session (from startx) on another computer? 
How can I possibly  do it?

 I don't understand. Are you sure you need to start X11 on the other
 computer? Maybe it's enough to start the application?
No, no. I start X from xdm with some parameters, and I start other session of X from 
startx with another parameters (for instance depth 8,
this is need for my porgramme which I cannot install other computers). Can I use this 
other X session on other machine? I know there are
Xnest, Xvnc but my programme do not work correctly with them.
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




bash, expressions, ???

2003-01-05 Thread Egor Tur
Hi.
Who can explain?
ps ax | grep lpd
  398 ?S  0:00 lpd Waiting  
 5593 pts/13   S  0:00 grep lpd
ps ax | grep [l]pd
  398 ?S  0:00 lpd Waiting

What do [l]?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




ssh and run programme in the background.

2003-01-03 Thread Egor Tur
Hi.
If I login remote host on `ssh' and run there program in the backgraound I cannot 
logout for this host.
If I kill my programme I can loggout. If I connect host on `telnet' - I have not this 
problem, I can logout
and programme continue run. Why cannot this  work with `ssh'? How resolve this 
problem. I known that
there is `screen' programme.
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




WindowMaker without icons. How?

2003-01-02 Thread Egor Tur
Hi folk.
How can I get rid of icons in WindowMaker. No icons, no backgraund - only menu and 
root window from X.
Many thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




What about rscsi? webCDwriter?

2003-01-01 Thread Egor Tur
Hi.
rscsi is programme from cdrecord. This lets use cdrw from remote computers.
Who use this programe? Do rscsi use rsh? Can rscsi use ssh ?
Who has or knowns where get debian package of wedCDwriter programme?
This programme starngelly places his files into directories. If I use 
--prefix= /usr/local I have next things /usr/local/etc/inin.d/CDWserver 
usr/local/var/lock/subsys/CDWserver ...
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




OK. How can I share CDRW on other computers? Or are there GUI that I can share on other computers?

2002-12-31 Thread Egor Tur
Hi.
Who had solved the some problem?
Not use ssh.
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




hdc: [PTBL] [2495/255/63] hdc1, what is PTBL?

2002-12-29 Thread Egor Tur
Hi.
I see when my system boot  up:
hda: 19932192 sectors (10205 MB) w/426KiB Cache, CHS=1240/255/63, UDMA(66)  
hdb: 44150400 sectors (22605 MB) w/1966KiB Cache, CHS=2748/255/63, UDMA(33) 
hdc: 40088160 sectors (20525 MB) w/1961KiB Cache, CHS=39770/16/63, UDMA(33) 
Partition check:
 hda: hda1 hda2 hda3  hda5 hda6 hda7 hda8 hda9 hda10  
 hdb: hdb1  
 hdc: [PTBL] [2495/255/63] hdc1
 ^
 what is this?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




network block device and cdrw.

2002-12-29 Thread Egor Tur
Hi.
I want to share cd-rw device on local net.
I try use nbd but I see error messages:
I try share /dev/sdc1 device on port 1234 on nbd-server  -
 Starting Network Block Device server:Error: bind: Address already in use
 /dev/scd1 nbd-server.
On nbd-client -
Starting NBD client process: Connecting...Negotiation: Error: Server closed connection
connected /dev/nb0
Activating...
/dev/nb0: raw selected. doing nothing.
nbd-client.
Who use nbd for this target? Other method?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Small theme for wmeker.

2002-12-28 Thread Egor Tur
Hi.
Who have the very small theme for wmeker without background and other big gradient.
I want to use that theme under X with depth 8.
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Agpgart, VIA motherboard and ATI RAGE PRO 1X/2X video card.

2002-12-28 Thread Egor Tur
Hi.
I have motherboard on VIA chipset (via vt82c866a).
Video card ATI Technologies Inc 3D Rage Pro AGP 1X/2X.
And I see message when system setup:
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: Unsupported Via chipset (device id: 0605), you might want to try 
agp_try_unsupported=1.
agpgart: no supported devices found.
What is it?
Do my chipset not support agpgart?
Do I not configure my kernel?
What mean  `agp_try_unsupported=1'?
I try to set this value in lilo but I also see this message.
In kernel config I have:
CONFIG_AGP=y
CONFIG_AGP_VIA=y

Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Who have S3TrioV2/.. video card, which work under X version 4.2. ?

2002-12-20 Thread Egor Tur
Hi folk.
Who have S3TrioV2/.. video card, which work under X version 4.2.
I can only use X with resolution 640x480 and depth 8.
Are there other drivers for this card that work under X (4.1.., 4.2..)?
Tnanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Xnest under X. Question.

2002-12-20 Thread Egor Tur
Hi.
I want to setup Xnest with depth 8 under X with depth 24. When I try do this I see 
messages
Fatal server error:
Unable to find desired default visual.

Ok. I see man Xnest and I see that this must work.
xdpyinfo show me that I have 
number of visuals:4
and  next  visual  classes
TrueColor É DirectColor.

How can I use Xnest with 8bpp under X with 24bpp?
Unfortunately google canoot help me :(

Many thanks for any comments.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Question about colormap under X again.

2002-12-16 Thread Egor Tur
Hi folk.
I have problem with colormap under XFree86 and depth 8bpp.
I have programe which work only with depth 8bpp. When I
try to use it with depth 8bpp I see messages:
Warning: Cannot allocate colormap entry for gray77
Warning: Cannot allocate colormap entry for #7c8498
...
And this programe do not work korrectly.
When I use this programe on other computer with the same
version of XFree86 (4.2.1) but other video card I still
see these messages but only 3 wearnings (in first case
- 11 warnings). Why? How can I solve this problem, i.e.
use programe with depth 8bpp correctly?
Thanx. And sorry that I repeat my question.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Depth for X. How choose colormap?

2002-12-12 Thread Egor Tur
Hi folk.
I have some programme. When I run it with X with depth 8, I see
error:
Cannot allocate colormap entry for gray
Cannot allocate colormap entry for yellow2
...
and this program don't work correctly.
When I run it with -depth 16 or 24 I don''t see these messages and
gui work correctly.
What can I do with my X that this program work on depth=8? 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




proftpd in log.

2002-12-09 Thread Egor Tur
Hi.
I have message in log:
Dec  9 17:21:15 pupkin proftpd[2346]: connect from 198.168.5.10  
Dec  9 17:21:15 pupkin proftpd[2346]: No certificate files found! 
Dec  9 17:21:30 pupkin proftpd[2346]: pipkin.ineta.net (GMS[198.162.5.9]) - FTP 
session opemed
Dec  9 17:25:08 pupkin proftpd[2346]: pipkin.ineta.net (GMS[198.162.5.9]) - FTP 
session closed
What is No certificate files found?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Cannot log in with xdm.

2002-12-08 Thread Egor Tur
Hi folk.
I (and other user, even new added user) canot login when I start xdm, only root can 
login.
When anybody login from console - OK. 
How can I solve this?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: sound card on intel board not work, please help

2002-12-08 Thread Egor Tur
I had intel D845PESV , come with AC97 and eeproLAN, both all not work
 in 2.4.20 .  like AC97, I put it in /etc/modules

 reboot it still have no sound(I assume gnome will have sound at login
 and logout as end user)

 please help on that, actually in windowXP I also have no osund, I
 remember XP install warn me AC97 is not compatible with windowXP, but I
 still let that software dirver install from XP cd.  it had no sound
though.

 hope to see any advancer in linux can let this chip work before windowr.

 also is Koda  digital Camera using USB be supported?  Highly apprecaite
 your reply and help and effort and time

I think that You need first of all setup support of AC'97 in BIOS.

Best regards.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re[2]: sound card on intel board not work, please help

2002-12-08 Thread Egor Tur
Hi.
I had intel D845PESV , come with AC97 and eeproLAN, both all not work
 in 2.4.20 .  like AC97, I put it in /etc/modules
 
 Both my audio and Lan are enable on the Bios SV84510A.86A.0008.P04 come 
 with that intel board
 no sound
 please help

Please   read http://www.intel.com/support/graphics/linux/audio.htm
See output `/sbin/lspci -v ' for your chipset. I think that it will be  
ICH4 (82801DB)

Best regards.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




ld ld.so.conf

2002-12-04 Thread Egor Tur
Hi folk.
When I compile programs:
$ g77 -o file -O file.f -lX11
I see:
$ /usr/bin/ld: cannot find -lX11
$ collect2: ld returned 1 exit status
But 
$ cat /etc/ld/so.conf:
$ /usr/X11R6/lib
When I do:
$ g77 -o file -O file.f -L/usr/X11R6/lib -lX11
this OK.
I try:
$export LD_LIBRARY_PATH=/usr/X11R6/lib
$ g77 -o file -O file.f -lX11
$ /usr/bin/ld: cannot find -lX11
$ collect2: ld returned 1 exit status
When I add in /etc/ld.so.conf path to my libraries and compile
program with this libraries - OK, compilation correct.
Why system do not find libX11 library?
I have Debian testing, kernel 2.4.19
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: mounting floppies

2002-11-28 Thread Egor Tur
 This line is probably already in your /etc/fstab. You should also be a
 member of group floppy.
My /etc/filesysytems
  vfat
  minix

Strangely. I did not found /etc/filesystems on my Debian Woody  Sarge.
What package contains this file?

Thanks.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Swithing mode resolution on Xfree86

2002-11-28 Thread Egor Tur
Hi filk.
I have 3 mode in my XF86Config-4: 1024x768, 800x600, 640x480.
Default is 1024x768. When I swith between mode (Ctrl+Alt+[+-])
I have the virtual desktop. Are there any way  that I have not 
this virtual desktop but I have only desktop with swithing mode
of resolution.
Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




GV full screen

2002-11-25 Thread Egor Tur
Hi Folk.
I want to use gv with full screen without panel ans menu.
How can I do this? Is it possible?
Does anybody have an idea on how to resolve this little problem?
What is there last version of gv on free access?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




xdm xearth on root

2002-11-23 Thread Egor Tur
Hi.
I canon start xearth with xdm.
I add 
/usr/X11/bin/xearth -root -twopix -ncolors 32 -night 4 -wait 120 
in  /etc/X11/xdm$ /etc/X11/xdm/Xsetup
but I see only login invitation.
Thanx.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: xdm xearth on root

2002-11-23 Thread Egor Tur
Sorry Folk. I was not attentive.
 I canon start xearth with xdm.
 I add 
 /usr/X11/bin/xearth -root -twopix -ncolors 32 -night 4 -wait 120 
   ^
   /usr/bin/X11/xearth  !!!
 in  /etc/X11/xdm$ /etc/X11/xdm/Xsetup
 but I see only login invitation.
 Thanx.
Sorry.   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Xfree86 4.2.1-3 XKB, problem.

2002-11-23 Thread Egor Tur
Hi. 
I install Xfree86 from testing and I have problem with XKB - I cannot switch any
keymap  keyboard. I see when start X:
Couldn't load XKB keymap, falling back to pre-XKB keymap
Does anybody have an idea on how to resolve this?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re[4]: Problem with mount floppy

2002-11-22 Thread Egor Tur
Hi folk!
   Now I see this message:
   /dev/fd0: Input/output error
   mount: block device /dev/fd0 is write-protected, mounting read-only
   when I do `mount /floppy' and I can only read data on floppy but cannot
   write. What 's happened? How can I solve this problem?
  
  Have you checked the write-protect tab on the floppy?
 Of course, I   see this message when I try mount not write-protected floppy :(
  
 Have you looked at /etc/fstab?  Is /dev/fd0 rw or ro?
Yes. I heve rw option.
I think that message happen wnen user take his floppy but not umount it.
I don't know how solve this - now help only reboot computer, but this is not good idea 
:(
Thanks.  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Problem with mount floppy

2002-11-21 Thread Egor Tur
Hi folk!
Now I see this message:
/dev/fd0: Input/output error
mount: block device /dev/fd0 is write-protected, mounting read-only
when I do `mount /floppy' and I can only read data on floppy but cannot
write. What 's happened? How can I solve this problem?
Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re[2]: Problem with mount floppy

2002-11-21 Thread Egor Tur
  Hi folk!
  Now I see this message:
  /dev/fd0: Input/output error
  mount: block device /dev/fd0 is write-protected, mounting read-only
  when I do `mount /floppy' and I can only read data on floppy but cannot
  write. What 's happened? How can I solve this problem?
 
 Have you checked the write-protect tab on the floppy?
Of course, I   see this message when I try mount not write-protected floppy :(
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re[2]: from GIF to PS

2002-11-19 Thread Egor Tur
 On Tue, Nov 19, 2002 at 03:57:45AM +0200, Egor Tur wrote:
  Hi All.
  How can I convet gif file to postscript file?
 
 I use:
 
   cat file.gif | giftopnm | pnmtops  file.ps
 
 You need netpbm. I just checked: It's available. 
 

Thank you ALL for help me! 
   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Use many graphics in LaTeX document. Configuration files of LaTeX.

2002-11-09 Thread Egor Tur
Hi Debian community!
I have little quesion about usage of LaTeX.
I want to place very many graphics in my doc , but when translate the tex file
in dvi and ps,  I see that my graphics place on end of file. What  should I do
that my graphics place correct . I use graphicx package and \begin{figure}[h] (and 
[H], [ht], [Ht]) command.
Where do the configuration files of tetex distributive locate? Is it  /etc/texmf/?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




ATI video All-In-Wonder TV

2002-11-09 Thread Egor Tur
Hi.
I have ATI 3D Rage Pro AGP 1X/2X based on bt829 chip. What driver should  I use in 
order to see TV? I have 2.4.19 kernell. Who have such card and who use TV? I try GATOS 
but it do not work in my. Does BTTV driver 
work with this chip?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Use many graphics in LaTeX document. Configuration files ofLaTeX.

2002-11-09 Thread Egor Tur
Sorry.
I have next document in tex:

\documentclass[12pt]{article}
\usepackage{graphicx}
\begin{document}
...
some text 4 pages
...
\begin{figure}[h]
\includegraphics[some_options]{file1.ps}
...
\end{figure}
...
some text 5 pages
...
\begin{figure}[h]
\includegraphics[some_options]{file2.ps}
...
\end{figure}
...
some text 10 pages
...
...

\end{document}

I compile tex file, obtain ps file
and my graphics locate end of document 
I want that graphics locate on places when I place them in my tex file:
figure_1 after 4 pages, figure_2 after 5 pages etc.

I think that latex have not enough size . I change values of  size
in /etc/texmf/texmf.cnf and reconfigure tetex (texconfig init) but this don't
help my.

Anyone have any ideas?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




ATI 3D Rage IIC AGP Video Memory

2002-09-21 Thread Egor Tur

Hi.
I have ATI RAGE IIc video.
In my XFree86.log I found 

(II) ATI(0): Using 8MB linear aperture at 0xe600
(!!) ATI(0):  Virtual resolutions will be limited to 2047 kB
 due to linear aperture size and/or placement of hardware cursor image area
(II) ATI(0): Using block 0 MMIO aperture at 0xE5000400
(II) ATI(0): Using block 1 MMIO aperture at 0xE500
(==) ATI(0): Write-combining range (0xe600,0x20)
(II) ATI(0): MMIO write caching enabled
(--) ATI(0): 2048 kB of Pseudo-EDO DRAM detected (using 2047 kB)
(WW) ATI(0): Cannot shadow an accelerated frame buffer

Is it means that I have 2MB (or only use) video memory?

$ lspci -v

   VGA compatible controller: ATI Technologies Inc 3D Rage IIC AGP (rev 7a) 
(prog-if 00 [VGA])
Subsystem: ATI Technologies Inc: Unknown device 0088
Flags: bus master, stepping, medium devsel, latency 64, IRQ 11
Memory at e600 (32-bit, prefetchable) [size=16M]
I/O ports at d000 [size=256]
Memory at e500 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at unassigned [disabled] [size=128K]
Capabilities: available only to root

$ cat /proc/mtrr

reg00: base=0x (0MB),  size=   64MB: write-back, count=1

How can I set my video memory correctly ?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Interest of SMP kernel :)

2002-09-19 Thread Egor Tur

Hi.
 $ uname -a 
 Linux pupkin 2.4.19 #1 SMP Mon Sep 16 08:45:01 EEST 2002 i686 unknown
 
 I have 2 processors, 256  memory, 256 swap
 
 cd /usr/src/linux
 see Documentation/smp.txt;
 
 grep  MAKE conf.vars 
 MAKE = /usr/bin/make -j3
 
 time make-kpkg --revision=pupkin.0.6 kernel_image
 real5m51.022s   
 user5m35.260s   
 sys 0m23.750s   
 
 grep MAKE conf.vars
 MAKE = /usr/bin/make
 
 time make-kpkg --revision=pupkin.0.6 kernel_image
 real5m50.883s   
 user5m35.200s   
 sys 0m23.740s   
 
 What is this? This is correctly?
 
 Thanx.   
 
 

-
ðÏÌÕÞÉÔÅ ÂÅÓÐÌÁÔÎÙÊ ÐÏÞÔÏ×ÙÊ ÑÝÉË @ukr.net ÎÁ http://freemail.ukr.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




ssh method in sources.list

2002-09-19 Thread Egor Tur

Hi Folks!
How write the ssh method in sources.list correctly?
Thanx.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]