Re: EPSON LQ100 Printer

2000-04-04 Thread Oleg Krivosheev
On Tue, 4 Apr 2000, maths wrote: > hello everybody > > i have only a aged printer, its a Epson Lq 100 (esc/p2).when i > use it to print ps files, it often make little mistakes.for > example: > > > > #gs -dSAFER -dNOPAUSE -sDEVICE=epson -sOutputFile=\|lpr love_C.ps > then 1/3 of the width will

Re: C and system calls

2000-04-03 Thread Oleg Krivosheev
On Mon, 3 Apr 2000, Bart Friederichs wrote: > Hi, > > Are there any system calls to move or copy files? I know I can do it with > system("") but i don't like that solution. > > Bart rename(2), unlink(2) etc OK

Re: Threads under linux

2000-03-27 Thread Oleg Krivosheev
Hi, Micha On Mon, 27 Mar 2000, Keith G. Murphy wrote: > Micha Feigin wrote: > > > > I am looking to use threads for programing under linux. Is there any > > tutorial on the subject, or can anyone recomand me a book, or pointers to > > the library rutines so I have place to start? ( I have prev

Re: C++

2000-03-24 Thread Oleg Krivosheev
On Fri, 24 Mar 2000, Bart Friederichs wrote: > Date: Fri, 24 Mar 2000 12:08:22 -0800 > From: Bart Friederichs <[EMAIL PROTECTED]> > To: Debian userlist > Subject: C++ > Resent-Date: Fri, 24 Mar 2000 20:05:22 + > Resent-From: debian-user@lists.debian.org > Resent-cc: recipient list not shown:

Re: transfering to new HDD

2000-03-03 Thread Oleg Krivosheev
On Thu, 2 Mar 2000, Oleg Krivosheev wrote: > On Thu, 2 Mar 2000 kmself@ix.netcom.com wrote: > > > > > Files and directories are identified under most Linux-like fileystems > > > > (e2fs, minix fs, UFS, etc., but *not* msdos, vfat), by inodes. An inode > > &g

Re: transfering to new HDD

2000-03-03 Thread Oleg Krivosheev
On Thu, 2 Mar 2000 kmself@ix.netcom.com wrote: > > > Files and directories are identified under most Linux-like fileystems > > > (e2fs, minix fs, UFS, etc., but *not* msdos, vfat), by inodes. An inode > > > is essentially a database entry in a table giving storage location, > > > name, and values

Re: transfering to new HDD

2000-03-02 Thread Oleg Krivosheev
On Thu, 2 Mar 2000 kmself@ix.netcom.com wrote: > On Thu, Mar 02, 2000 at 10:19:40AM -0500, Allan M. Wind wrote: > > On 2000-03-01 23:42:37, kmself@ix.netcom.com wrote: > > > On Wed, Mar 01, 2000 at 07:05:04PM -0500, Allan M. Wind wrote: > > > > On 2000-03-01 23:42:21, Mary Honeycutt wrote: > > >

Re: transfering to new HDD

2000-03-02 Thread Oleg Krivosheev
On Wed, 1 Mar 2000, Mary Honeycutt wrote: > > I bought a larger hard-drive for my potato box and want > to transfer my system to it (preserving permissions, > symlinks, etc). > > I thought I saw a thread about this, but couldn't find it. > > Can anyone tell me what FM to read to get this going

Re: The perfect X text editor

2000-03-02 Thread Oleg Krivosheev
On Wed, 1 Mar 2000, Mark Phillips wrote: > > Hi, > > What the world needs is a text editor which has the following: > > 1. Designed from the start to run under X, preferably using gnome > widgets. > > 2. Designed to be somewhat compatible with emacs --- where this > doesn't impinge on utility.

Re: IBM NetFinity 7000

2000-03-01 Thread Oleg Krivosheev
On Wed, 1 Mar 2000, Paulo Henrique Baptista de Oliveira wrote: > > Hi all, > I have a client that bought two IBM NetFinity 7000 with a external > storage. He wants that the two computers access the HD as it was from each > computer. He says to me that NT has a solution for this: MCSS.

win98 on top of linux - consequences?

2000-02-29 Thread Oleg Krivosheev
Hi, All i have disk with three linux partition and some free space. I asked to install win98 and have simple question - what should i avoid and how not to destroy linux installation? thank you OK

Re: IP MASQ

2000-02-22 Thread Oleg Krivosheev
On Tue, 22 Feb 2000, Timothy C. Phan wrote: > > Hi, > > Could someone show me where can I get information on > how to build the IP MASQ into the kernel (potato 2.2.14)? > > TIA! > > --- > tcp > install ipmasq package and check the docs inside - there is IP MASQ url with info. Related

Re: Netscape 4.72 Where to get?

2000-02-22 Thread Oleg Krivosheev
On Tue, 22 Feb 2000, aphro wrote: > 4.7/128bit. its not available on FTP because of export controls(maybe its > changed since that new law passed..) im running 4.7/128bit for glibc and > it works pretty good. 4.72 for win* i think has bee out for a while but > havent seen it for linux > > nate >

Re: SMP

2000-02-21 Thread Oleg Krivosheev
On Mon, 21 Feb 2000, Oki DZ wrote: > > On Fri, 18 Feb 2000, Sean Johnson wrote: > > > Phil Brutsche wrote: > > > > > it's one of two ways Linux can use Intel-based SMP systems (the other is > > > IO-APIC used on PIIs on up, and maybe PPros). > > > > Seems to be on the PPros too > > > > In

Re: SMP

2000-02-18 Thread Oleg Krivosheev
On Fri, 18 Feb 2000 [EMAIL PROTECTED] wrote: > On Fri, 18 Feb 2000, Sean Johnson wrote: > > > Phil Brutsche wrote: > > > > > it's one of two ways Linux can use Intel-based SMP systems (the other is > > > IO-APIC used on PIIs on up, and maybe PPros). > > > > Seems to be on the PPros too > >

Re: SMP

2000-02-18 Thread Oleg Krivosheev
Hi, On Thu, 17 Feb 2000, Phil Brutsche wrote: > A long time ago, in a galaxy far, far way, someone said... > > > On Wed, 16 Feb 2000, aphro wrote: > > > > > you sure that MB supports dual processors? it seems as if linux doesn't > > > say its a SMP capable MB at all. > > > > Well, the machine

strange mke2fs problem - SOLVED

2000-02-17 Thread Oleg Krivosheev
Hi, All thanks for all the advices indeed, it was "sparse superblock" feature which prevents partition mounting with slink rescue. thank you OK

Re: C++ dev environment advice

2000-02-17 Thread Oleg Krivosheev
On Thu, 17 Feb 2000, David Teague wrote: > Michael > > I'm sorry not to be more prompt in my reply to this. > > Some have advised using the STL -- the Standard Template (not > 'type') Library. That is sound advice. great advice > ANSI C++ Standard Document is the athority, but is expensive a

strange mke2fs problem

2000-02-15 Thread Oleg Krivosheev
Hi, All found strange problem with mke2fs on potato: 1. set new 20gig disk as /dev/hdb and created 2gig linux partition as /dev/hdb1 2. running potato with kernel 2.2.14 on /dev/hda 3. run mke2fs on /dev/hdb1 "mke2fs -c -m 0 /dev/hdb1" and it finished ok 4. was able to mount /dev/hdb1 on

Re: reading rtf files: I shouldn't talk nonsense.

2000-02-03 Thread Oleg Krivosheev
On Thu, 3 Feb 2000, Paul Huygen wrote: > Paul Huygen <[EMAIL PROTECTED]> wrote: > > > As far as I know, at least Ghostview can read [rtf files]. > > Sorry, I should not talk nonsense. I mistook "rtf" for "PDF". > > Paul Huygen > try to get abiword.*.deb from www.abisource.com looks like it i

Re: .gz in Netscape

2000-02-03 Thread Oleg Krivosheev
On Thu, 3 Feb 2000, paul wrote: > > On Thu, 3 Feb 2000, Oleg Krivosheev wrote: > > > > > looks like Netscape decompress the file while i'm doing > > > shift+b1. So instead of aaa.diff.gz i'm getting aaa.diff > > > > Actually, it doesn&#

Re: .gz in Netscape

2000-02-03 Thread Oleg Krivosheev
On Thu, 3 Feb 2000, Colin Telmer wrote: > On Thu, 3 Feb 2000, Oleg Krivosheev wrote: > > > looks like Netscape decompress the file while i'm doing > > shift+b1. So instead of aaa.diff.gz i'm getting aaa.diff > > Actually, it doesn't decompress it stra

Re: .gz in Netscape

2000-02-03 Thread Oleg Krivosheev
On Wed, 2 Feb 2000, Gary Hennigan wrote: > Oleg Krivosheev <[EMAIL PROTECTED]> writes: > > stupid question: what i have to do in order to > > prevent Netscape from expanding .gz files? > > Just hold down the shift key when you click on it. That seems to do > t

Re: .gz in Netscape

2000-02-03 Thread Oleg Krivosheev
On Wed, 2 Feb 2000, Paul J. Keenan wrote: > On Wed, Feb 02, 2000 at 12:12:58PM -0600, Oleg Krivosheev wrote: > > > > Hi, All > > > > stupid question: what i have to do in order to > > prevent Netscape from expanding .gz files? > > > > thank you

Re: .gz in Netscape

2000-02-03 Thread Oleg Krivosheev
On Wed, 2 Feb 2000, Martin Schulze wrote: > Oleg Krivosheev wrote: > > > > Hi, All > > > > stupid question: what i have to do in order to > > prevent Netscape from expanding .gz files? > > Simple answer: Don't use Netscape to download .gz files, us

.gz in Netscape

2000-02-02 Thread Oleg Krivosheev
Hi, All stupid question: what i have to do in order to prevent Netscape from expanding .gz files? thank you OK

Re: Batch rename files

2000-01-24 Thread Oleg Krivosheev
On Sun, 23 Jan 2000, Arcady Genkin wrote: > > What would be the easiest way to rename a bunch of files > > foo-[0-9]-bar-[0-9][0-9].txt > > into > > blah-[0-9]-[0-9][0-9].txt > > Note, that all of the files have identical portions `foo-', `-bar-', > and `.txt' in the filenames. Different are

Re: icewm problems ! - SOLVED

2000-01-22 Thread Oleg Krivosheev
Hi, All moved to potato icewm-1.0 and found strange problems: i cannot swith to another workplace! Any keyboard (Ctrl-Alt--> etc) or mouse command will swith to next workplace but icewm immediately switch it back to workplace "1". i run mostly potato stuff on intel. A

Re: non-US

2000-01-20 Thread Oleg Krivosheev
On Thu, 20 Jan 2000, Konstantin Kivi wrote: > ??? ??? ? sources.lst > ??? potato ??? non-us? > ??? ? ?? ?? ? ? deb ftp://non-us.debian.org/debian-non-US unstable non-US/main non-US/contrib non-US/non-free > > -- > Sincerely yours, Konstantin Kivi <[EM

500meg free partition, how to use?

2000-01-19 Thread Oleg Krivosheev
Hi, All after getting new disk i found that 500meg partition on old disk is free. i'm running mostly potato in workstation regime - not a lot logs and from light to moderate load. what this partitino is good for? i'm thinking about setting it to /var, but is there better choice? maybe /usr/

icewm problems !

2000-01-17 Thread Oleg Krivosheev
Hi, All moved to potato icewm-1.0 and found strange problems: i cannot swith to another workplace! Any keyboard (Ctrl-Alt--> etc) or mouse command will swith to next workplace but icewm immediately switch it back to workplace "1". i run mostly potato stuff on intel. Any ideas/advices? thank

Re: Allowing weak passwords

1999-12-17 Thread Oleg Krivosheev
On Fri, 17 Dec 1999, Dave Sherohman wrote: > Ben Collins said: > > Edit /etc/login.defs and modify the minimum password length config. > > That allows _short_ passwords, but not _weak_ ones. > > After changing it to 1, I just had the following exchange with passwd: > > Enter the new password (m

Re: Fortran, Lapack

1999-12-07 Thread Oleg Krivosheev
On Tue, 7 Dec 1999, Igor Mozetic wrote: > > How does one compile a Fortran program with Lapack library ??? > I tried: > > # g77 File.for > /tmp/ccRuoSL4.o: In function `MAIN__': > /tmp/ccRuoSL4.o(.text+0x954): undefined reference to `dsbtrd_' > /tmp/ccRuoSL4.o(.text+0x9b2): undefined reference t

Re: RIVA128 (nVidia) card works, but loses cursor in emacs ...

1999-11-30 Thread Oleg Krivosheev
On Wed, 24 Nov 1999, Jinsong Zhao wrote: > I tried XF86 3.3.5 deb. The XF86_SVGA does not support Riva128 yet. huh!?! it works quite well with my Viper 330, no 3D acceleration of course > So > I was still using the one downloaded from nVidia, which is 3.3.3. > > No clue ... > > Jinsong 3.3.

Re: presentation graphics

1999-11-24 Thread Oleg Krivosheev
On Tue, 23 Nov 1999, Russell Coker wrote: > I want to produce some simple bar charts showing the difference between > different products. Gnuplot doesn't seem to be able to do what I want (just > nice clean bars with numbers at the tops and descriptions at the bottom). > > Is there a good progra

RE: kerneld won't go away!

1999-11-22 Thread Oleg Krivosheev
AIL PROTECTED] < > /dev/null > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > Oleg Krivosheev, MS 220, BD/Physics, Fermi National Accelera

Re: shared library not found

1999-11-18 Thread Oleg Krivosheev
On Thu, 18 Nov 1999, Alex V. Toropov wrote: > > Hi all > > I'm trying to run WordPerfect for linux from Corel > It stops with error "libXpm.so.4 not found" > > when I try ldd xwp it shows among rest lines: > libXpm.so.4 => not found > > > when I try ldconfig -p it shows among rest lines: > li

Re: modem firmware update: cu, seyon, minicom?

1999-11-16 Thread Oleg Krivosheev
On Tue, 16 Nov 1999, Jameson Burt wrote: > I wish to both interactively type commands to my modem and send files to it > via > xmodem or zmodem. > (I do not want to dial some phone number as I communicate with my modem) > I didn't see how to really do this with "cu"; > seyon and minicom want to d

Re: What Port Does Ping Use?

1999-11-10 Thread Oleg Krivosheev
On Tue, 9 Nov 1999, Art Lemasters wrote: > > Which port number does ping use in Debian Linux? > I searched /etc/services and /etc/inetd.conf but did > not find any icmp port. it is ICMP it doesn't need port > > Art > OK

Re: writting a Daemon in c

1999-10-20 Thread Oleg Krivosheev
On Wed, 20 Oct 1999, Evan Moore wrote: > > I am writting a Daemon in c, I need to know how to disconnect the program > from the terminal so that if that terminal is destoyed it will not cause > my server to shutdown. I have done this with perl scripts, but can't not > figure it out with c. Thanks

Re: ip-up.d

1999-10-20 Thread Oleg Krivosheev
On Tue, 19 Oct 1999, Ben Lutgens wrote: > > On Wed, Oct 20, 1999 at 11:23:47AM +0800, Lindsay Allen wrote: > > show the problem - no script with a "." in its filename will run. > Nothing I did worked, I changed the name as I learned the run-p?rts thing > before I recieved you message. Still no av

Re: ip-up.d

1999-10-20 Thread Oleg Krivosheev
Hi, On Tue, 19 Oct 1999, Ben Lutgens wrote: > I am having a stubborn ip-up.d. I have some scripts in there that I would like > run when I connect to isp. here are the perms: > -rwxr-xr-x 1 root dip34 Oct 19 09:49 mailer.sh > -rwxr-xr-x 1 root dip34 Oct 14 16:

XML tools/info in Debian ?

1999-10-18 Thread Oleg Krivosheev
Hi, All are there packaged docs/info/tools in Debian in order to start learning XML and related technologies? any help/links/advices are greatly appreciated thank you OK

Re: where are the word processor debs

1999-10-17 Thread Oleg Krivosheev
On Sat, 16 Oct 1999, Charles Lewis wrote: > Date: Sat, 16 Oct 1999 15:51:35 -0500 > From: Charles Lewis <[EMAIL PROTECTED]> > To: debian-user > Subject: where are the word processor debs > Resent-Date: Sat, 16 Oct 1999 20:52:30 + > Resent-From: debian-user@lists.DEBIAN.org > Resent-cc: recipi

Re: udma66 ...

1999-10-15 Thread Oleg Krivosheev
On Fri, 15 Oct 1999, Jean-Yves BARBIER wrote: > On Fri, Oct 15, 1999 at 04:20:18PM -0500, Oleg Krivosheev wrote: > > > > > > Why does the 3rd HD's on /dev/hdg, instead of /dev/hde? > > > > because hdc&hdd are for two disks on first IDE ontroller, &

Re: udma66 ...

1999-10-15 Thread Oleg Krivosheev
On Fri, 15 Oct 1999, Jean-Yves BARBIER wrote: hi, > Hi all, > > I installed a 2.2.12 kernel and the hedridck patch for udma66; > I had: > append="mem=127M ide2=0x1e8,0x3ee,11" > > in /etc/lilo.conf, but I still have problems; detection is well done > BUT not for the good drive: > > PIIX

Re: html, and a file manager.

1999-10-14 Thread Oleg Krivosheev
On Thu, 14 Oct 1999, Keith G. Murphy wrote: > tf wrote: > > > > Hey guys, > > > > I'm on a roll. Those of you who write html for a living, what do you > > use? I have, but have not tried, asWedit, amaya, and (ahem) > > wordperfect. I hate to plug a windows app, but notetab pro is great. > > S

Re: GNU Emacs-20.4 debs

1999-10-01 Thread Oleg Krivosheev
On Fri, 1 Oct 1999, Alexander Zhuckov wrote: > Hi! > > Tell me, ple-e-e-e-ase, where I can find > GNU Emacs 20.4 Debian packages? > -- > Alexander Zhuckov [EMAIL PROTECTED] 2:5030/518.50 search the mail list archive(s) - someone announced unofficial 20.4 debs about a week ago OK

Re: dselect unstable problem

1999-09-30 Thread Oleg Krivosheev
On Wed, 29 Sep 1999, Adam Olejniczak wrote: > Hello all > > I'm a fresh user of debian i was using redhat so far. > so i was using dselect with unstable option > and everything was working just fine till yesterday when i got following > errors > > > Hitt ftp://ftp.pl.debian.org unstable/main P

OT: IBM Aptiva with Opti Viper mobo

1999-09-27 Thread Oleg Krivosheev
Hi, all put my hands on computer (parts of it, actually) and thinking about adding CPU/memory and getting it up. it is/was IBM Aptiva with Opti Viper mobo. looks like it is socket 7 but i'm not sure Any ideas/links what is it and how is it working with Linux? thank you oleg

Re: two monitors

1999-09-25 Thread Oleg Krivosheev
hi, Ok guys -- I have a second monitor, and wouldn't mind buying a second video card if it would allow me to use two monitors at the same time. I don't know where to start looking for information on this. as usual http://www.xfree86.org My current video card is an AGP ATI [EMAIL PR

Re: efax (won't dial modem)

1999-09-20 Thread Oleg Krivosheev
On Mon, 20 Sep 1999, NatePuri wrote: > Date: Mon, 20 Sep 1999 14:08:28 -0700 > From: NatePuri <[EMAIL PROTECTED]> > To: debian-user@lists.DEBIAN.org > Subject: efax (won't dial modem) > Resent-Date: Mon, 20 Sep 1999 21:04:03 + > Resent-From: debian-user@lists.DEBIAN.org > Resent-cc: recipient

Re: Text processing under Linux - newbie question

1999-09-01 Thread Oleg Krivosheev
On Wed, 1 Sep 1999, Alex V. Toropov wrote: > Hi all ! Hi, Alex > Please tell me (a new linux/Unix user) where to start learning > about possble text processing apps under linux. > > I've heard such words as "TeX", "LaTeX", "TeTeX", "Emacs" that should > deal with subj. But where can i find some

strange bug in useradd in potato ?!?

1999-08-25 Thread Oleg Krivosheev
Hi, All i'm running potato and just tried to upgrated telnetd to 0.14-1 and this is what i got: Setting up telnetd (0.14-1) ... adduser: Warning: The home dir you specified already exists. Adding system user telnetd... Adding new group telnetd (101). Adding new user telnetd (101) with group telne

Re: DVD on Linux?

1999-08-24 Thread Oleg Krivosheev
On Tue, 24 Aug 1999, Kent West wrote: > Mark Brown wrote: > > > > On Sun, Aug 22, 1999 at 12:30:39AM -0700, Ramiel G. wrote: > > > > > Does anyone know if there are any DVD players out there for Linux? > > > > Due to restrictions on the decoding algorithms and (I presume) the specs > > for chip

Re: DVD on Linux?

1999-08-24 Thread Oleg Krivosheev
On Mon, 23 Aug 1999, Mark Brown wrote: > On Sun, Aug 22, 1999 at 12:30:39AM -0700, Ramiel G. wrote: > > > Does anyone know if there are any DVD players out there for Linux? > > Due to restrictions on the decoding algorithms and (I presume) the specs > for chips used in hardware decoders there ar

Re: c++ include problem (preprocessor directives)

1999-08-07 Thread Oleg Krivosheev
undefined reference to `input(char const *)' > collect2: ld returned 1 exit status > make: *** [main] Error 1 > > what am i doing wrong? learn about C++ name mangling extern "C" is your friend > > thanx > [EMAIL PROTECTED] > > > -- > Unsubscr

Gnomeicu problems

1999-07-29 Thread Oleg Krivosheev
Hi, All just installed gnomeicu and while trying to run it i got reboot ~ $ gnomeicu type = 0 exid = (null) ** CRITICAL **: file applet-widget.c: line 655 (gnome_panel_applet_corba_init): assertion `panel_client != ((void *)0)' failed. ** CRITICAL **: file applet-wid

Re: Good HTML editor for debian Linux?

1999-07-21 Thread Oleg Krivosheev
On Wed, 21 Jul 1999, Andrei Ivanov wrote: > XEmacs works for me, but if your system is low-memory (less than 16M), > you might use something else. No idea what, though, since I never had that > problem. > Andrew > www.coffeecup.com OK

Re: funny NFS (Linux and Solaris)

1999-07-19 Thread Oleg Krivosheev
Hi, On Mon, 19 Jul 1999, Jinsong Zhao wrote: > I exported one directory at my Linux to one Solaris 2.5.1 machine. On > Solaris, I ran 'ln -s /tmp tmp', then ran 'file tmp', it says: > "readlink error: Invalid argument". However, when I 'ls -l' on the > Linux, it is fine. > > Another problem is

Re: Fax

1999-07-14 Thread Oleg Krivosheev
On Wed, 14 Jul 1999, Phillip Deackes wrote: > => On Wed, 14 Jul 1999, Cuno Sonnemans wrote: > => > => > Hi, > => > > => > I've installed efax, but I can only > => > fax asci text. > > Faxing from Linux works very well, but there is a steep learning curve > compared to the Windows apps like WinF

Re: i'm dying here

1999-07-13 Thread Oleg Krivosheev
On Tue, 13 Jul 1999, Wonko wrote: > is there ANY way to setup my stb v4400 AGP card with x? i'm about to Isn't v4400 being one of the Riva chipset based card? Then it is supported by both XFree and NVidia and works fine... > smash everything in my house calm down, relax, take a beer and check t

Re: Where did my disk space go?

1999-07-11 Thread Oleg Krivosheev
On Sat, 10 Jul 1999, Alexander Kushnirenko wrote: Hi, how are you? > I got a strange problem. I was running gimp processing quite big image, at > some point I got impatient and killed the program. To manipulate with image > GIMP has quite big buffers allocated on hard drive and now all that s

Re: Programming question: sizeof struct?

1999-07-10 Thread Oleg Krivosheev
On Sun, 11 Jul 1999, Antti-Juhani Kaijanaho wrote: > On Sat, Jul 10, 1999 at 11:26:19PM +1000, Hamish Moffatt wrote: > > Or even 8, since an int is 32 bits. > > int can be anything from 16 bits up. we do not have such architectures, i believe > In fact, I believe we have > architectures where

Re: x11amp still available?

1999-07-09 Thread Oleg Krivosheev
hi On Fri, 9 Jul 1999 [EMAIL PROTECTED] wrote: > In article <[EMAIL PROTECTED]> you wrote: > > On Mon, 5 Jul 1999 [EMAIL PROTECTED] wrote: > > > >> I upgraded to xmms and I'd like to go back to x11amp. > >> xmms uses about 30% of my 233cyrix's cycles. > > > > that looks like quite consistent numb

Re: Programming question: sizeof struct?

1999-07-09 Thread Oleg Krivosheev
Hi, On Fri, 9 Jul 1999, Jason Gunthorpe wrote: > On Fri, 9 Jul 1999, Oleg Krivosheev wrote: > > > > to not be handled properly. Even though I specify -fpack_struct the > > > generated code does not appear to actually do this. Structure fields > > > are > &

Re: Programming question: sizeof struct?

1999-07-09 Thread Oleg Krivosheev
Hi, > Hi there, > > The upstream maintainer of one of my packages is having problems > with his code. with his code? > I thought it would be nice to use the debian mailing > lists, to see if we can an answer on this. I will forward any solution > to him. > > --

Re: g++ & -lcrypt

1999-07-07 Thread Oleg Krivosheev
Hi, On Tue, 6 Jul 1999, Jaycee wrote: > linker, it says there are undefined references to char *crypt. > This same program compiles perfectly under gcc. > any suggestions? > char* crypt is not declared extern "C"? OK

Re: x11amp still available?

1999-07-05 Thread Oleg Krivosheev
hi On Mon, 5 Jul 1999 [EMAIL PROTECTED] wrote: > I upgraded to xmms and I'd like to go back to x11amp. > xmms uses about 30% of my 233cyrix's cycles. that looks like quite consistent number. On my cyrix-333 i usually got 18-19%. > I don't > think x11amp used more than a couple percent. i be

Re: Getting Mpeg Trackname?

1999-06-27 Thread Oleg Krivosheev
TECTED]> > > We are MicroSoft. You will be assimilated. Resistance is futile. > -- Attributed to B.G., Gill Bates > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > Oleg Krivosheev,

Re: SVGA/NVidia patches (Re: Text cursor disappears in Emacs)

1999-06-23 Thread Oleg Krivosheev
Andreas Voegele <[EMAIL PROTECTED]> writes: > Since the last update of my systems the text cursor disappears in GNU > Emacs 20.3-8 under X11. The problem maybe has something to do with the > syntax highlighting. Above colored parts of the text the cursor is > visible. I see t

Re: [Application] disassembler

1999-06-22 Thread Oleg Krivosheev
On Tue, 22 Jun 1999, Nguyen Hai Ha wrote: > Hi all, > > I'm wandering if there is any disassembler for x86 going around. > Would anybody kindly give me some information about this. > Thanks in advance. objdump in binutils OK

Re: SVGAlib and Riva TNT card?

1999-06-13 Thread Oleg Krivosheev
Date: Sat, 12 Jun 1999 11:53:45 +0200 Resent-from: debian-user@lists.debian.org From: Frank Barknecht <[EMAIL PROTECTED]> Resent-sender: [EMAIL PROTECTED] Resent-cc: recipient list not shown: ; Precedence: list X-Envelope-Sender: [EMAIL PROTECTED] Mail-Followup-To: debian-us

Re: Will PIII work?

1999-06-11 Thread Oleg Krivosheev
The processor will work just fine, though as I discovered some other commonly used components on newer systems might give you some trouble so it pays to consider the whole system: http://www.zdnet.com/zdhelp/stories/main/0,5594,2218754,00.html i believe i saw Ingo Molnar P III pat

Re: 8MB PCI 1600x1200@76Hz video card suggestion?

1999-06-09 Thread Oleg Krivosheev
hi Kenneth Scharf wrote: > >I have a PCI Matrox Millenium 2 MB video card (2 years >old) and > >now I find I really want 32 bit colour. I tried to >find a Matrox > >Millenium G200 PCI 8 MB card, but only AGP ones are >available > >(PCI is in back-order). > > >Any suggestio

Re: OT: dual processor question

1999-06-07 Thread Oleg Krivosheev
Is it true that two Pentium II 400 have to have a same number of some kind they should have the same stepping and that is Intel recomendation... to use them in dual mode. I'd intended to buy a dual board and add a new proc. to my 400 but someone told me that wouldn't work OK

Re: [DEBIAN] version of tar that does bzip2

1999-06-04 Thread Oleg Krivosheev
Howdy, hi there is there a version of tar somewhere that will recognize bzip2 compression? I don't like untarring in two passes :-) huh !?! pipes are your friend bunzip2 -dc aaa.tar.bz2 | tar xvvf - Nico OK

Re: X problems in Slink

1999-06-04 Thread Oleg Krivosheev
Hi, Jim just tried your routine on my debian potato system and looks like it works: before toplevel2 0 after toplevel2 134544432 after form and some window appears, no segfaults lesstif 0.88.1 egcs1.1.2 mesa 3.0 OK Hi, I've been having problems with my system, It's a long story

Re: undefined symbol: _fxstat when using NAG FORTRAN with potato (only)

1999-06-04 Thread Oleg Krivosheev
Date: Thu, 03 Jun 1999 18:13:34 -0400 Resent-from: debian-user@lists.DEBIAN.org From: David Gaudine <[EMAIL PROTECTED]> Resent-sender: [EMAIL PROTECTED] Resent-cc: recipient list not shown: ; Precedence: list X-Envelope-Sender: [EMAIL PROTECTED] X-MSMail-Priority: Normal

Re: OFFTOPIC: SDRAM PC100

1999-06-03 Thread Oleg Krivosheev
On Thu, 3 Jun 1999, Rick Macdonald wrote: > Date: Thu, 03 Jun 1999 10:21:55 -0600 (MDT) > From: Rick Macdonald <[EMAIL PROTECTED]> > To: Oleg Krivosheev <[EMAIL PROTECTED]> > Cc: "E.L. Meijer (Eric)" <[EMAIL PROTECTED]>, debian > Subject: Re: OF

Re: PCI modem

1999-06-03 Thread Oleg Krivosheev
On Thu, 3 Jun 1999, Robert Rati wrote: > Date: Thu, 03 Jun 1999 10:12:27 -0500 (EST) > From: Robert Rati <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Subject: PCI modem > Resent-Date: Thu, 03 Jun 1999 15:23:43 + > Resent-From: debian-user@lists.debian.org > Resent-cc: recipient lis

Re: OFFTOPIC: SDRAM PC100

1999-06-03 Thread Oleg Krivosheev
On Thu, 3 Jun 1999, E.L. Meijer (Eric) wrote: > > On Wed, 2 Jun 1999 [EMAIL PROTECTED] wrote: > > > > > > The question is: if I buy a SDRAM PC100 chip, will it work on a > > > > computer with bus speed of 66Mhz ? > > > > > > Nope. > > > > I bought 2 128MB PC100 for my 66MHz ASUS, hoping that t

Re: Mission critical Debian

1999-06-03 Thread Oleg Krivosheev
On Wed, 2 Jun 1999, David N. Welton wrote: > Date: Wed, 02 Jun 1999 18:34:33 -0700 > From: David N. Welton <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Subject: Mission critical Debian > Resent-Date: Thu, 03 Jun 1999 01:35:56 + > Resent-From: debian-user@lists.debian.org > Resent-c

glibc 2.1, gdb 4.18 and MT debugging ?

1999-06-02 Thread Oleg Krivosheev
Hi, All just tried to debug my MT stuff using latest potato stuff and did not succeed. Is MT debugging lost in transition? I was able to debug my stuff on slink with glibc 2.0.7 and gdb 4.17 What package to blame: gdb 4.18, glibc 2.1 or kernel 2.2? thanks a lot for any help regards OK

Re: Groups

1999-06-02 Thread Oleg Krivosheev
hi On Wed, 2 Jun 1999 [EMAIL PROTECTED] wrote: > > > > Hi, > > > > How can I ad a user into the dip group ??? > > > > I've set etc/ppp to root dip > > When i ad a user to the dip group, can this user make a connection to > > the internet, using pon ??? > > > > type vigr at the command prompt

Re: Replacement for Netscape

1999-05-27 Thread Oleg Krivosheev
hi -> Even as a work station linux works fine on 486 hardware. Your basing your -> argument on what you view as a "workstation." Howeve, without X a -> 486/66 does fine depending on it's purpose. You certainly don't need -> pentium power to run vi, lynx, and elm. What else do you n

Re: Diamond Viper 550

1999-05-25 Thread Oleg Krivosheev
Hi, I will get a Diamond Viper 550 graphics card, soon. Which is the best Xserver for it? SVGA Which X version do you recommend? 3.3.3.1 Armin OK

Re: Network and serial port

1999-05-07 Thread Oleg Krivosheev
I've got my two desktop computers networked using 10base2 and they are working nicely, now I'd like to add my laptop into the system. I don't have a network pcmcia card, but I do have a null modem cable. I think I should be able to use it to network my little laptop into the system,

Re: Old Unix 'compress' (.Z) utility?

1999-04-28 Thread Oleg Krivosheev
On Wed, 28 Apr 1999, Raymond A. Ingles wrote: > I can't seem to find a version of the old Unix 'compress' utility, that > generates .Z files. I know that gzip provides better compression, and > can uncompress .Z files, but it won't work for me. > > I'm exporting some files to Minix, and Minix

Re: Basic networking info

1999-04-28 Thread Oleg Krivosheev
Hi > > After a long delay I am finally ready to put together a small training > network in my apartment. First I have some basic questions. > There are 3 machines one AMD 586 133 /64 mg (my primary machine) and 2 > Intel 486 66 /8 mg. All have ISA NE2000 cards > > 1. Can I live with 8 m

Re: Copying system to another disk

1999-04-28 Thread Oleg Krivosheev
om > > > > -- > > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > Oleg Krivosheev,

Hit by virus !? Help, please...

1999-04-27 Thread Oleg Krivosheev
Hi, All after my kid was playing games on win95 yesterday evening i was unable to boot into Linux - actually unable to boot into win95 also... Looks like some kind of virus destroyed boot sector with partition table. i can remember approximate partition sizes and order. Is there any way to reco

Re: [OT] Whitch adaptec SCSI card?

1999-04-26 Thread Oleg Krivosheev
Thanx for the fast response, Dell is currently offering a PowerEdge 1300. 18Gb Ultra-2/LVD SCSI HD. Adaptec AIC-7890 Ultra-2/LVD SCSI Controller (inergrated) it should work i believe - penguincomputing is offering linux worktations with 789x controllers OK

sysinfo utility ?

1999-04-26 Thread Oleg Krivosheev
hi, All is there good utility(ies) to measure FSB colck speed/chip clock speed and such? thanks a lot in advance OK

Re: What are the Bogomips for a P166?

1999-04-23 Thread Oleg Krivosheev
On Fri, 23 Apr 1999 [EMAIL PROTECTED] wrote: > Date: Fri, 23 Apr 1999 12:14:46 -0400 (EDT) > From: [EMAIL PROTECTED] > To: Pedro Guerreiro <[EMAIL PROTECTED]> > Cc: debian-user@lists.debian.org > Subject: Re: What are the Bogomips for a P166? > Resent-Date: Fri, 23 Apr 1999 16:08:14 + > Resent

Re: MP3 encoder?

1999-04-14 Thread Oleg Krivosheev
DOes anyone know of mp3 encoder for Linux? If yes, where would I be able to find one? TIA, Andrew http://home8.swipnet.se/~w-82625/ --- Andrei S. Ivanov [EMAIL PROTECTED] U

Re: fdformat missing

1999-04-08 Thread Oleg Krivosheev
I am missing fdformat. Which package contains it? superformat in fdutils, i believe thanks -- Andrew [PGP5.0 Key ID 0x5EE61C37] OK

Re: XWindows and Debian

1999-04-07 Thread Oleg Krivosheev
Date: Sun, 28 Mar 1999 00:57:14 -0500 Resent-from: debian-user@lists.DEBIAN.org From: Jayson Baird <[EMAIL PROTECTED]> Resent-sender: [EMAIL PROTECTED] X-Sender: [EMAIL PROTECTED] Resent-cc: recipient list not shown: ; Precedence: list X-Envelope-Sender: [EMAIL PROTECTED]

Re: K-Rad Debian?

1999-03-26 Thread Oleg Krivosheev
hi 3) Is there an easy way to build ALL the packages in slink from source? i've heard about such idea(s) before. The real question is - do you need to rebuild ALL packages? I doubt rebuilding ls and such will do any difference. The only visible difference might be if you rebuild FEW c

Re: Accelstar graphics card

1999-03-18 Thread Oleg Krivosheev
Hi, If anybody uses Accelstar II graphics card could you tell me the right Xserver for this card ? Any other tips for X use wiould be appreciated TIA George 3dlabs server from xfree 3.3.3.1 works for me just fine if you're using slink it is enough to get binary server and put it

  1   2   3   >