Re: dhcp in woody

2002-05-21 Thread Igor Mozetic
t filter) in your kernel. -Igor Mozetic -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: X-4.1: Matrox G200, cursor problem

2002-04-11 Thread Igor Mozetic
n, but when I include it: Section "Device" Identifier "Matrox MGA G200 AGP" Driver "mga" ChipSet "mgag200" Option "HWcursor" "off" EndSection everything is fine. Thanks for the hint! -Igor Moze

X-4.1: Matrox G200, cursor problem

2002-04-11 Thread Igor Mozetic
please. Any suggestion appreciated, please CC to me. -Igor Mozetic -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Sendmail access.db

2002-02-09 Thread Igor Mozetic
to sendmail.mc: FEATURE(`access_db', `hash -o /etc/mail/access')dnl and in access something like: YOUR.DOMAIN RELAY [EMAIL PROTECTED] REJECT -Igor Mozetic

RE: 100mbit nic: intel or 3com?

2002-02-02 Thread Igor Mozetic
We have both 3com (905B) and Intel (EExpress Pro100) and both run fine. There is only one catch with Cisco switches - they don't autonegotiate with 3com, so one has to set the switch ports to 100Mb/FullDuplex. -Igor Mozetic

portmap nfs/rpc ports?

2001-11-10 Thread Igor Mozetic
CC to me. -Igor Mozetic

Re: Aliasing a NIC

2001-10-27 Thread Igor Mozetic
5.255.255.0 network X.Y.Z.0 broadcast X.Y.Z.255 up route add -host X.Y.Z.W1 dev eth0:0 -Igor Mozetic

Re: Config file for kernel compilation

2001-10-25 Thread Igor Mozetic
oad config options from a config file, and my current kernel and > options file are version 2.4.3 May I safely load this option file and > then make any further change a might want ?? First run 'make oldconfig' which will present you all new options (by default N), then 'make xconfig'. -Igor Mozetic

debian-user@lists.debian.org

2001-10-25 Thread Igor Mozetic
> I'd like to change the default console text from white to blue on > blackground ;). also xterm (from black over white to blue on blackground) For xterm, change your ~/.Xresources, eg, I have: xterm*background: LightGray xterm*foreground: black -Igor Mozetic

Re: dpkg -P emacs21

2001-10-25 Thread Igor Mozetic
Martin Fluch writes: > Hmm, debug the post-removal script /var/lib/dpkg/info/emacs21.postrm > > There must be some typing error where the suidunregister is called. Thanks, I found it (MOVEMAIL undefined). Regards, Igor

dpkg -P emacs21

2001-10-25 Thread Igor Mozetic
.. Usage: suidunregister [-s package] file dpkg: error processing emacs21 (--purge): subprocess post-removal script returned error exit status 1 Errors were encountered while processing: emacs21 I tried --force- various things, with the same result. Any suggestion hot to get rid of it? -Igor Mozetic

Conference support software?

2001-05-26 Thread Igor Mozetic
), on-line subscription to a mailing list (something like smartlist + web interface). Any suggestions, experiences, ... apreciated. -Igor Mozetic

Re: 2.2r3 iso??

2001-04-18 Thread Igor Mozetic
of the newest Debian release, or is 2.2r3 only > to be found as an upgrade to the previous 2.2r2??? I have complete unofficial 2.2r3 iso images for i386 at http://ftp.camtp.uni-mb.si/debian-cd/ -Igor Mozetic

Re: APC ups problems - backupspro

2001-04-18 Thread Igor Mozetic
psd has configuration options what to do in the case of power failure. One possibility is to disable LOGON and wait until BATTERYLEVEL drops under X% or the estimated runtime is less then Y MINUTES, and then initiate shotdown. -Igor Mozetic

Re: Confused about making bootable install CD

2001-04-18 Thread Igor Mozetic
> I am a little confused about making a boot CD for installation of > Debian. Install the debian-cd package which helps you create custom CDs. -Igor Mozetic

Re: amd and nis

2001-04-12 Thread Igor Mozetic
ou use autofs (kernel space automounter) instead. Make sure you compile support for it into the kernel. There is an Automount mini-HOWTO. You can even use it with NIS maps. If you need help for setup, mail me. -Igor Mozetic

Re: sources.list and locally generated debs

2001-04-09 Thread Igor Mozetic
npackages dists/potato/local/binary-i386 \ dists/potato/local/binary-i386/override.local.gz | \ gzip -c > dists/potato/local/binary-i386/Packages.gz -Igor Mozetic

Re: Ethernet Bonding

2001-03-28 Thread Igor Mozetic
> Has anyone figured out hot to configure ethernet bonding using > two or more NIC's? Enable bridging in the kernel and use the bridge-utils package. -Igor Mozetic

Re: nis server and client

2001-03-27 Thread Igor Mozetic
Read /usr/share/doc/nis/nis.debian.howto.gz after you instal NIS. Very concise and informative. -Igor Mozetic

Re: lprng: printing to a remote host

2001-03-25 Thread Igor Mozetic
> on satan, i created an /etc/hosts.lpd with the contents "192.168.0.3". > ipchains on satan is empty. lprng uses /etc/lpd.perms instead (which is part of the package). -Igor Mozetic

Re: Samba and inetd

2001-03-17 Thread Igor Mozetic
her words of wisdom would be appreciated. Make sure that smbd and nmbd appear in /etc/hosts.allow. -Igor Mozetic

Re: nis problem with "testing"

2001-03-04 Thread Igor Mozetic
> passwd: files nis > group: files nis > shadow: files nis You should use 'compat' here. I don't know if there are any specific "testing" problems (I still run potato). Read /usr/share/doc/nis/nis.debian.howto.gz - very concise and informative. -Igor Mozetic

multiple cards in X 3.3.6

2001-02-22 Thread Igor Mozetic
I would like to use another video card instead of the on-board PCI Cirrus Logic GD5480. The question is: how to convince X (or kernel?) to use the new PCI one, instead of the hard-wired on-board one? Please CC: me -Igor Mozetic

Re: Using different sources.list (temporarily)

2001-02-10 Thread Igor Mozetic
> I thought this should work, but doesn't: > > sudo apt-get -o Etc::sourcelist=/etc/apt/sources.list.unstable update > Try apt-get -o Dir::Etc::sourcelist=/etc/apt/sources.list.whatever -Igor Mozetic

Re: ISO IMAP-server with SSL-capability

2001-02-06 Thread Igor Mozetic
> I want to set up an IMAP server with SSL-capability, i.e. I want to be > able to trans mit mails securely. Use sslwrap. It wraps in SSL imap, pop3, telnet, http, ftp, ... For some services there are better options, but for mail reading it works fine. -Igor Mozetic

Re: Cyrus IMAP/POP +NIS ?

2001-02-05 Thread Igor Mozetic
h is probably sufficient for Cyrus IMAP/POP. However, password changing doesn't work as expected. -Igor Mozetic

Re: Cyrus IMAP/POP +NIS ?

2001-02-04 Thread Igor Mozetic
nterested to hear from anybody who succeeded to use NIS + PAM. Igor Mozetic

Re: 2nd NIC seen but ifup fails

2001-01-20 Thread Igor Mozetic
> I have two identical NIC's the both came up fine before reboot. Now > ifup eth0 works fine. ifup eth1 says no such interface. cat /proc/pci > shows both nics. What do you have in /etc/network/interfaces ? -Igor Mozetic

strange files, break-in?

2001-01-20 Thread Igor Mozetic
chars in it, the other two are binaries. Is this a side product of running some program or maybe some break-in leftover? -Igor Mozetic

Re: apt question

2001-01-06 Thread Igor Mozetic
om unstable before sawfish compiles. Have a look at Built-Depends in /usr/src/PKG/debian/control. -Igor Mozetic

Re: setting up apt-get "server"

2000-12-25 Thread Igor Mozetic
on-free then setup an NFS server. -Igor Mozetic

potato mount and 2.2.18

2000-12-17 Thread Igor Mozetic
mounting and manipulating filesyst Woody mount (2.10q-1) unfortunately requires major libc upgrade: Pre-Depends: libc6 (>= 2.1.97) -Igor Mozetic

debian-cd.deb for 2.2r2 ?

2000-12-05 Thread Igor Mozetic
to investigate CVS ? -Igor Mozetic

Re: Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Igor Mozetic
st? Install libapache-mod-ssl-doc - this contains very nice documentation. -Igor Mozetic

Re: shared printers via LPRNG

2000-10-15 Thread Igor Mozetic
/var/log/lp-errs However, in addition to this, I found it essential to uncomment the following line in /etc/lpd.conf (ie, DON'T force localhost!): force_localhost@ Good luck, -Igor Mozetic

Re: going full duplex

2000-10-15 Thread Igor Mozetic
sco or > Intel NIC would really solve the problem without resorting to workarounds. Well, this works for us (Cisco 2916 I think and on-board Intel EtherExpress Pro100). -Igor Mozetic

Re: going full duplex

2000-10-14 Thread Igor Mozetic
to full-duplex and 100 Mbps (you can find the program at 3com web page) 2) or don't compile the driver into kernel but use it as module with special parameters (see D.Becker's web page at www.scyld.com) -Igor Mozetic

Re: cron.daily problem

2000-10-13 Thread Igor Mozetic
> > -fstype NFS --> network file system > > maybe it's "waiting" for some nonexistent network volume to become > availble? if you have none, maybe you need to remove references to > "imaginary" file systems...? No, no, all these -fstype are PRUNED from updatedb (see /etc/updatedb.conf). The find line is much longer ... -Igor Mozetic

cron.daily problem

2000-10-12 Thread Igor Mozetic
-find Aparently find is stuck in an uninterruptible sleep (D). Is there anything one can do other then leave it or reboot ? (which is very undesirable) -Igor Mozetic

Re: Xcdroast, Xdm, Afterstep

2000-10-08 Thread Igor Mozetic
> What happened to the color console?, when I start the system the log in > window comes gray. Install Xbanner. -Igor Mozetic

Re: lprng: remote printing

2000-09-22 Thread Igor Mozetic
printer for different hosts. Eg, I have: lp:client:[EMAIL PROTECTED]:oh=NET1/24 lp:client:[EMAIL PROTECTED]:oh=NET2/24 lp:client:[EMAIL PROTECTED]:oh=IP3 -Igor Mozetic

RE: two apt-get questions

2000-09-08 Thread Igor Mozetic
instead of "potato", or "security.debian.org" instead of my mirror in them. The I do, eg: apt-get -o Dir::Etc::sourcelist=/etc/apt/sources.list.woody apt-get -o Dir::Etc::sourcelist=/etc/apt/sources.list.woody install PKGS -Igor Mozetic

Re: X problem with 2.2.17

2000-09-05 Thread Igor Mozetic
ffect XFree86? I have been running 2.2.17pre20 (which is the same a 2.2.17) for a week on 3 machines - no problem under X. > I use xserver-svga. The same. -Igor Mozetic

Re: tar --exclude works with Mandrake but not potato

2000-06-22 Thread Igor Mozetic
he pattern `*.o' lacks `/', so it excludes `.f.o', `d/f.o', and `d.o/f'. Maybe this is causing your problems ... (it did mine). -Igor Mozetic

Re: --exclude behavior in tar seems to have changed

2000-06-09 Thread Igor Mozetic
/ now excludes a file only if it matches an initial prefix of the file name; a pattern without / continues to exclude a file if it matches any file name component. -Igor Mozetic

Re: Notice: GR to remove non-free support from Debian

2000-06-08 Thread Igor Mozetic
ssible alternatives: Suse, Mandrake, Slackware, ... ? My main priorities are: 1) stability, 2) security, 3) smooth upgrade, 4) easy configuration, 5) not necessarily bleeding edge. In short: Debian +easier configuration -ideology -:) -Igor Mozetic

Re: Dual English/Russian Debian system

2000-06-05 Thread Igor Mozetic
oard or some sort of dual > English-Russian thingie that seems to be designed with Windows in mind. > >Can anyone suggest some sources of information on this endeavor? TIA. http://www.camtp.uni-mb.si/LDP/HOWTO/Cyrillic-HOWTO.html -Igor Mozetic

TCP domain connection

2000-06-03 Thread Igor Mozetic
s this a break-in attemtp, should I ignore it, how to prevent it (TCP wrappers don't work here) ... ? -Igor Mozetic

Re: Searcing for Potato ISO images

2000-06-02 Thread Igor Mozetic
> Does anybody on this list know where one can get ISO images of potato? The official site is http://cdimage.debian.org/, you an also try http://ftp.si.debian.org/debian-cd/ -Igor Mozetic

hypenation in tetex

2000-05-16 Thread Igor Mozetic
use the patterns loaded for \language=0 instead. -Igor Mozetic

Suggestion for potato httpd ?

2000-03-07 Thread Igor Mozetic
o cgi support - boa ? -Igor Mozetic

Suggestion for potato httpd ?

2000-03-07 Thread Igor Mozetic
o cgi support - boa ? -Igor Mozetic

Re: Kernel 2.2.14 and Xserver

2000-03-07 Thread Igor Mozetic
new alternatives method (Closes: #58224) In order to "close" one bug, a number of new ones were introduced... -Igor Mozetic

X 3.3.6 (potato) + window manager

2000-03-03 Thread Igor Mozetic
/X11/window-managers; virtually every window manager has migrated to the new alternatives method (Closes: #58224) -Igor Mozetic

EXT2-fs error

2000-02-23 Thread Igor Mozetic
directory #198657: rec_len % 4 != 0 - offset=868, inode=1751343459, rec_len=13157, name_len=56 What does this indicate? Which device (hard disk partition) is ide0(3,4)? Is doing: e2fsck -c /dev/hdXY enough to resolve the problem? -Igor Mozetic

Re: 2.2 kernel

2000-02-10 Thread Igor Mozetic
> 2.2.13 and 2.2.14 are lokking good, is there anyone on this > list that find them unstable? When running close to VM limit, 2.2.14 turns out to be buggy. -Igor Mozetic

Re: ZIP drives

2000-02-04 Thread Igor Mozetic
t;just" work? I > was thinking about a parallel port ZIP with 250MB cartridges. It works fine for me. You have to include SCSI support in the kernel (even if it's ATAPI parpot ZIP). The following is what I have in 2.2.14: CONFIG_BLK_DEV_IDESCSI=y CONFIG_SCSI=y CONFIG_SCSI_IMM=m CONFIG_SCSI_IZIP_EPP16=y -Igor Mozetic

YP:Domain not bound

2000-01-11 Thread Igor Mozetic
I keep getting a message YPBINDPROC_DOMAIN: Domain not bound from daily cron, and also during bootup, immediately after lprng starts. Any idea why ?? We are running the latest slink 2.1r4 with 2.2.13-14 kernels (and NIS 3.5-2 of course). -Igor Mozetic

Re: Cloning machine

1999-12-23 Thread Igor Mozetic
couple of files, to make it boot-ready (/etc/hostname, /etc/init.d/network, ...). -Igor Mozetic

max swap ?

1999-12-19 Thread Igor Mozetic
Does anybody know what is the maximum number of swap files (or partitions) and their maximum size in 2.2 kernels ? I vaguely remember that for 2.0 it was 16 times a 128MB, but couldn't find anything in 2.2.13 documentation. -Igor Mozetic

Fortran, Lapack

1999-12-07 Thread Igor Mozetic
# ldconfig (no effect) Lapack-dev is installed, of course: # dpkg -l | grep lapack ii lapack 2.0.1-2.1 ii lapack-dev 2.0.1-2.1 ii lapack-doc 2.0.1-3.1 # dpkg -L lapack-dev /. /usr /usr/lib /usr/lib/liblapack.a /usr/lib/libblas.a /usr/lib/liblapack.so /usr/lib/libblas.so ... -Igor Mozetic

3c905 full-duplex

1999-12-01 Thread Igor Mozetic
d a 3c905B Cyclone 100baseTx adapter at 0xe400. ... Transceiver type in use: Autonegotiate. MAC settings: half-duplex. ... for Debian box on a full-duplex, 100Mbps Cisco switch. -Igor Mozetic

Matrox G200

1999-11-25 Thread Igor Mozetic
with the same (but PCI instead of AGP card !) at 1600x1200. Could this be a motherboard problem (MS-6163) ? Are there any BIOS settings to change ? -Igor Mozetic

Re: debian program to list junk in filesystem?

1998-06-05 Thread Igor Mozetic
e extremely handy, so > perhaps it already exists somewhere? :) Try cruft. It's in the unstable (slink) distribution, admin section. It works fine within hamm - at least to me. -Igor Mozetic -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to account CPU idle time waiting for I/O?

1998-06-03 Thread Igor Mozetic
On Wed, 3 Jun 1998, Fernando Fernandez wrote: > Can anyone point me to some info about how to find how much > time the CPU is wasting waiting for disk I/O? There is /usr/bin/vmstat from the procps package. -Igor Mozetic -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

inetd and ftpd

1998-05-21 Thread Igor Mozetic
. Is this considered a bug? Ftpd works as expected, only in syslog I noticed the following: portmap[21292]: cannot bind udp: Address already in use What does it mean? Can this cause any problem? -Igor Mozetic -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"