loading shared objects

2019-11-11 Thread Lev
Dear list, Maybe it is a bit off topic, but I encountered a dynamic linking problem on my Debian stable system. A program (KiCad) tries (and fails) to load a library (libngspice.so.0.0.0). I set LD_DEBUG=libs, and I get this: [...] 7390: find library=libngspice.so.0 [0]; searching

Re: putty go slow

2019-04-08 Thread lev
here are other ways to get bash and ssh to work in windows, but I find that installing the git package above is the simplest approach. -- Lev Lazinskiy l...@levlaz.org https://levlaz.org/about-me

Re: putty go slow

2019-04-08 Thread lev
more about where the sever is located that you are connecting to in relation to where you are? mick -- Key ID4BFEBB31 -- Lev Lazinskiy l...@levlaz.org (415) 470 - 2142

Re: Segment fault ../sysdeps/i386/i686/multiarch/strcpy-sse2.S

2015-08-29 Thread Lev Lazinskiy
On Sat, 2015-08-29 at 09:14 +0200, Thomas Schmitt wrote: > > Recreational: > http://crashworks.org/if_programming_languages_were_vehicles/ This is amazing, I have not seen this before. Thanks for sharing :) Best, Lev -- @levlaz | https://levlaz.org signature.asc Description:

Re: Segment fault ../sysdeps/i386/i686/multiarch/strcpy-sse2.S

2015-08-29 Thread Lev Lazinskiy
emory. This sample program should look something like this: #include #include #include int main(int argc, char **argv) { char *str; str = malloc (5); strcpy(str, "hello"); printf("say %s\n", str); free(str); return 0; } Best, Lev signature.asc Description: This is a digitally signed message part

Re: ask.debian.net

2015-08-28 Thread Lev Lazinskiy
On 08/28/2015 03:12 PM, Mike Castle wrote: > On Fri, Aug 28, 2015 at 5:34 AM, Lev Lazinskiy wrote: >> 1. It is very approachable to anyone since a lot of people have already >> used Stack Overflow. >> >> 2. It has better search tools. >> >> 3. Actual Answ

Re: ask.debian.net

2015-08-28 Thread Lev Lazinskiy
> On Aug 28, 2015, at 1:43 PM, Brian wrote: > >> On Fri 28 Aug 2015 at 11:28:20 -0400, Lev Lazinskiy wrote: >> >> >> >>> On 08/28/2015 11:14 AM, Ric Moore wrote: >>>> On 08/28/2015 10:45 AM, Lev Lazinskiy wrote: >>>> >>&g

Re: ask.debian.net

2015-08-28 Thread Lev Lazinskiy
On 08/28/2015 11:14 AM, Ric Moore wrote: > On 08/28/2015 10:45 AM, Lev Lazinskiy wrote: >> >> >> On 08/28/2015 10:40 AM, Ric Moore wrote: >>> On 08/28/2015 08:27 AM, Lisi Reisz wrote: >>>> On Friday 28 August 2015 13:18:33 Lev Lazinskiy wrote: >>&g

Re: ask.debian.net

2015-08-28 Thread Lev Lazinskiy
On 08/28/2015 10:40 AM, Ric Moore wrote: > On 08/28/2015 08:27 AM, Lisi Reisz wrote: >> On Friday 28 August 2015 13:18:33 Lev Lazinskiy wrote: >>> I think that there is some value to have a Q&A style support >>> section >> >> Out of interest, what i

Re: ask.debian.net

2015-08-28 Thread Lev Lazinskiy
On Fri, Aug 28, 2015 at 02:57:25PM +0100, Brian wrote: > On Fri 28 Aug 2015 at 08:34:18 -0400, Lev Lazinskiy wrote: > > > On Fri, Aug 28, 2015 at 01:27:20PM +0100, Lisi Reisz wrote: > > > On Friday 28 August 2015 13:18:33 Lev Lazinskiy wrote: > > > > I think that

Re: ask.debian.net

2015-08-28 Thread Lev Lazinskiy
On Fri, Aug 28, 2015 at 02:31:36PM +0200, Thomas Schmitt wrote: Hi Thomas, > Hi, > > Lev Lazinskiy wrote: > > Right, but who owns debian.net? > > The question about domain ownership is answered by > > whois debian.net Didn't even think of doing WHOIS. :) Than

Re: ask.debian.net

2015-08-28 Thread Lev Lazinskiy
On Fri, Aug 28, 2015 at 01:27:20PM +0100, Lisi Reisz wrote: > On Friday 28 August 2015 13:18:33 Lev Lazinskiy wrote: > > I think that there is some value to have a Q&A style support > > section > > Out of interest, what is wrong with the mailing list and the forum? I p

Re: Jessie and fglrx-legacy

2015-08-28 Thread Lev Lazinskiy
you let us know what you have tried so far and what has not worked? Thanks! Lev

Re: ask.debian.net

2015-08-28 Thread Lev Lazinskiy
ions into the new platform. And if that does not work we can always create a separate subdomain on debian.net which is why it would be great to get in touch with whoever has the power to do that. Thank you! Lev [1] http://www.discourse.org/

ask.debian.net

2015-08-27 Thread Lev Lazinskiy
Hello everyone, I am curious if anyone knows who runs ask.debian.net or *.debian.net in general? Best, Lev

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Lev Lazinskiy
Hi Matthew, If you go to http://localhost in your web browser what do you see? Best, Lev On 08/05/2014 04:56 PM, Matthew Brown wrote: LOL! I have a three year old too. She has sooo much energy. Keeps us young! On Tue, Aug 5, 2014 at 4:56 PM, Matthew Brown mailto:matthew.br...@kaplan.com

Re: Desktop sharing question

2014-08-04 Thread Lev Lazinskiy
for a similar purpose with my grandfather and it is great for troubleshooting issues and performing demonstrations. [1]http://www.teamviewer.com/en/index.aspx Best, Lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Re: checking for changes in file size/permissions since installation?

2011-02-14 Thread Lev Lvovsky
; also be corrupt. > This looks like what I had used initially - at the very least I can apt-get --reinstall the packages which show problems. Looks like the md5s are not corrupted. Thank you! -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsub

Re: checking for changes in file size/permissions since installation?

2011-02-13 Thread Lev Lvovsky
Brian, -lev On Feb 13, 2011, at 3:09 AM, Brian wrote: > On Sat 12 Feb 2011 at 23:17:12 -0800, Lev Lvovsky wrote: > >> Does apt/dpkg keep track of permissions and file sizes of the files which >> belong to a package? If so, how can this information be retrieved so as to >

checking for changes in file size/permissions since installation?

2011-02-12 Thread Lev Lvovsky
Does apt/dpkg keep track of permissions and file sizes of the files which belong to a package? If so, how can this information be retrieved so as to compare to existing files on the file system? thanks! -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

grub2 not displaying boot menu on serial redirect

2011-01-26 Thread Lev Lvovsky
console=ttyS0,9600 initrd /initrd.img-2.6.26-2-686.21 } thanks, -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/57cadb85-3121-4c06-823b-ed8f18743...@sonous.com

Re: grub2 + serial redirect

2010-02-05 Thread Lev Lvovsky
Andrew, On Feb 5, 2010, at 7:21 AM, Andrew Malcolmson wrote: > On Thu, Feb 4, 2010 at 12:44 PM, Lev Lvovsky wrote: >> Hello, > [snip. >> >> This works fine once the kernel is booted (it redirects output to my serial >> port). I am not able to see the boot me

Re: grub2 + serial redirect

2010-02-04 Thread Lev Lvovsky
d found this: http://www.mail-archive.com/debian-bugs-d...@lists.debian.org/msg685989.html This looks sort of similar to the related problem, although oddly enough even specifying serial doesn't get the menu on the serial console. I have to see what the video output looks like once booting

Re: grub2 + serial redirect

2010-02-04 Thread Lev Lvovsky
hines which >> use grub1, I have the following: > > It was just a WAG... and much appreciated - usually if I write something out like that, it might help me sort out where else to look (http://c2.com/cgi/wiki?RubberDucking) thanks, -lev -- To UNSUBSCRIBE, email to debian-user-re

Re: grub2 + serial redirect

2010-02-04 Thread Lev Lvovsky
ub1, I have the following: "terminal --timeout=1 serial console" currently, for grub2, I have: "terminal serial" no timeout value, and no option to pass both serial and console in - apparently grub2 does not support the timeout option for that line. thanks, -lev -- To UNSUBSCRIBE, e

grub2 + serial redirect

2010-02-04 Thread Lev Lvovsky
x27;console' directives. Given that there's only one way I can specify the linux command line option, how would I go about doing this? thanks! -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: concurrent installs of previous + current kernels

2010-02-02 Thread Lev Lvovsky
mp through too many hoops to try later sub-revisions. > Not much help, I guess, but maybe worth taking another look at the > manuals. Oddly, there's not a whole lot of discussion about this (unless I'm using the wrong search terms). thanks, -lev -- To UNSUBSCRIBE, email to

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
ould. Since the kernel ABI determines module compatibility, modules for > the new kernel would work with the old one it is was not assigned a package > name. OK, this is good to know. thanks for your help! -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
se I wouldn't be asking the fine people on this list how to go about this. As an example, the contents of the following linux kernel image deb: linux-image-2.6.26-2-686_2.6.26-21_i386.deb Among other things, is the following structure in /boot: --- % ls -la /tmp/deb/boot total 2492 drwxr-x

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
ave stable + security in my apt sources.list config, how would I manage to keep the older version of the kernel package, as well as the newest version? 'apt-get install' will remove the binaries from the previously installed kernel package. thanks, -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
s of the binaries dropped into /boot, upgrade, and tell my boot loader to also reference the "old" files. This of course assumes that modules and such are compatible in between the different versions (which is dubious). There has to be a better way... thanks for your help! -lev

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
name of the package so that you can have multiple packages of the "same" kernel installed at the same time. I'd be shocked if it were so hard to do on Debian, but I can't for the life of me figure it out... -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
ning myself up to all of the versions of the kernel available. thanks, -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
Hi Boyd, On Feb 1, 2010, at 1:14 PM, Boyd Stephen Smith Jr. wrote: > On Monday 01 February 2010 14:00:07 Lev Lvovsky wrote: >> What if any is the generally accepted way of maintaining multiple versions >> of kernels? > > Just install each of their packages separately.

concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
iment with booting to the newer version, as well as jump back to the older version if I need to. This is also to keep 'apt-get upgrade' from finding anything else pending. thanks, -lev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsub

Re: libc relocation error

2007-08-18 Thread Lev Lvovsky
from the symbols in the files in /lib/tls. After the full install, things started working, and I unset the environment variable. -lev On Aug 17, 2007, at 3:44 PM, Lev Lvovsky wrote: after further digging, I've found this thread on the debian glibc list: http://lists.debian.org/debian-

Re: libc relocation error

2007-08-17 Thread Lev Lvovsky
after further digging, I've found this thread on the debian glibc list: http://lists.debian.org/debian-glibc/2005/03/msg00145.html I'll be looking into how I can fix the problem - their suggested fix does not work. -lev On Aug 17, 2007, at 2:51 PM, Lev Lvovsky wrote: Ron,

Re: libc relocation error

2007-08-17 Thread Lev Lvovsky
http://http.us.debian.org/debian stable main contrib non-free given that dpkg is broken, is there any other way to check the list of debs that the system has installed for any sarge packages? thanks, -lev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: libc relocation error

2007-08-17 Thread Lev Lvovsky
[sorry for the multiple replies] On Aug 17, 2007, at 2:21 PM, Ron Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/17/07 16:16, Lev Lvovsky wrote: replying to my initial post - I just subbed for the purposes of finding out about this issue - I'm assuming that if thi

Re: libc relocation error

2007-08-17 Thread Lev Lvovsky
as this problem goes? It seems that the linking to glibc has gone awry either on my side or (less likely), on the etch side, is there a glibc package I can use to fix the problem? thanks, -lev On Aug 17, 2007, at 12:42 PM, Lev Lvovsky wrote: Hello, it looks like after running apt-get upgr

Re: libc relocation error

2007-08-17 Thread Lev Lvovsky
ar as this problem goes? It seems that the linking to glibc has gone awry either on my side or (less likely), on the etch side, is there a glibc package I can use to fix the problem? thanks, -lev On Aug 17, 2007, at 12:42 PM, Lev Lvovsky wrote: Hello, it looks like after running apt-

libc relocation error

2007-08-17 Thread Lev Lvovsky
2.6.18, on etch. Any help would be appreciated. thank you, -lev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Policies (was Re: inappropriate racist and other offensive material)

2002-03-14 Thread Lev Lvovsky
t subjects like these, while serving a VERY necessary purpose to the distro, seem a little bit too masturbatory, and inappropriate to a "user", and "devel" list. thanks, -lev (where'd that asbestos suit go?) On Thu, 14 Mar 2002, Dimitri Maziuk wrote: > * Dunc

building packages from source (apt-get source)

2002-02-05 Thread Lev Lvovsky
"debian/rules" file and removing whatever I don't likethis seems rather half-assed, so I'm assuming there's a better way. I've tried man'ing the dpkg-source source management utils, only to be completely baffled by the cryptic docs... help? thanks! -lev

serial console problems

2001-12-30 Thread Lev Lvovsky
my terminal window (same speed as set by getty), and I've also seleted the ioctl.save file as recommended by the readme for serial console support. I can never login, because either the login session times out, or the password I enter is incorrect (which it isn't). help

Re: Webmail software..

2001-12-28 Thread Lev Lvovsky
openwebmail is nice :) -lev On Fri, 28 Dec 2001, Petre Daniel wrote: > What other webmail software is up there? > i know squirell and basilix.. > > > Petre L. Daniel,System Administrator > Canad Systems Pitesti Romania, > http://www.cyber.ro, email:[EMAIL PROTECT

Re: Email client programs

2001-12-26 Thread Lev Lvovsky
On Wed, 26 Dec 2001, Craig Dickson wrote: > Lev Lvovsky wrote: > > > why the insistence on fetchmail? > > Without fetchmail or something like it, if your network is down when you > decide to run your mail client, you can't check your mail server for new > messages. E

Re: Email client programs

2001-12-26 Thread Lev Lvovsky
modularity, I can't imagine that actually fetching the mail can be very hard and/or killer-app-able. hehe, I like me my pine :) -lev -- personal site :: www.sonous.com rave site :: raves.sonous.com I'm a DJ! site :: djkgb.sonous.com "Progess is the direct result of dissatisfaction." -Mark Rudholm

Re: Email client programs

2001-12-26 Thread Lev Lvovsky
On Wed, 26 Dec 2001, Craig Dickson wrote: > Well, the MUA should not have to worry about retrieval from POP servers. > That's fetchmail's job. But certainly the MUA is the thing for > interactively moving mails from one folder to another. why the insistence on fetchmail? -lev

"jumpstart" for debian?

2001-12-26 Thread Lev Lvovsky
is there any linux/debian equivalent of "jumpstart" as there is on Solaris? thanks, -lev -- personal site :: www.sonous.com rave site :: raves.sonous.com I'm a DJ! site :: djkgb.sonous.com "Progess is the direct result of dissatisfaction." -Mark Rudholm

Re: Email client programs

2001-12-26 Thread Lev Lvovsky
-based interfaces - neither is a clencher in the argument, the underlying design is. that being said, there are people that *gasp* don't want to learn anything new in order to use a computer. some people don't delve nearly as far into it as we do, and use a computer merely as a tool. same can be said with me, and tax forms vs. an accountant. -lev

Re: Email client programs

2001-12-26 Thread Lev Lvovsky
s they > want... from a management side, letting users use whatever they like can be problematic. unification makes problem solving a lot simpler. > not sure how to get there from exchange, does exchange offer imap > access? yes it does. as well as pop3 (plus an MS one I believe..) -lev

RE: Email client programs (w/o html formatting - sorry)

2001-12-26 Thread Lev Lvovsky
s have to be stable. in that case, I would go for evolution. start with a clean install, and make sure you have EVERYTHING necessary for evolution to work (use their .debs + depends). -lev

Re: Email client programs (w/o html formatting - sorry)

2001-12-26 Thread Lev Lvovsky
I don't think I could get our users to go over to a non-GUI > program. I use pine for all of my mail, but for regular users, there is quite a learning curve, and it doesn't offer any of the shceduling properties of Outlook. Your best bet right now is probably Evolution, though, having personally tried it, it doesn't play nice with all of Outlook/Exchanges features... again...the main question is "why?". -lev

Re: Where do you RTFM ?

2001-12-24 Thread Lev Lvovsky
linuxdoc.org for whole documentation groups.deja.com for specific questions (this list posts to usenet as muc.lists.debian.user methinks) -lev On Mon, 24 Dec 2001, Martin Emrich wrote: > Hi All ! > > When newbies ask something, they are often asked to RTFM... > > But wher

Re: "C" Manual

2001-12-20 Thread Lev Lvovsky
for C, I would recommend the Kernighan & Ritchie book. -lev On Thu, 20 Dec 2001, Phil Beder wrote: > Where can I find a good, complete manual for C and C++ programming > languages for the gcc compiler. Other resouces for learning C also > accepted. I played with C when I wa

Re: OT: mysql vs. postgresql

2001-12-19 Thread Lev Lvovsky
On Wed, 19 Dec 2001, Jeffrey W. Baker wrote: > Oh, and don't go anywhere near mysql 4. thanks for the info up top...I'm actually in the process of choosing b/w these two right now... care to be more specific RE the warning? -lev -- personal site :: www.sonous.

aterm -n -e options

2001-12-18 Thread Lev Lvovsky
kly unwieldy. prolly not the right forum, but any suggetions would be appreciated... thanks! -lev

Re: faxing over the internet

2001-12-18 Thread Lev Lvovsky
a small plug for the company I work for: efax.com -lev On 18 Dec 2001, Lance Hoffmeyer wrote: > Anyone know if there is a way to send and receive faxes over the > internet. I am in need of fax capabilities but do not have a modem > on my computer, only DSL. > > Lance > >

blackbox + bash aliases?

2001-12-17 Thread Lev Lvovsky
can't find the alias (bbterm is the name I'm using). otherwise, if there's a way to define variables in the blackbox menu files, that would be even better! thanks! -lev -- personal site :: www.sonous.com rave site :: raves.sonous.com I'm a DJ! site :: djkgb.sonous.com &

Re: Do you lose your Drafts, bookmarks,etc. when you cvs mozilla ?...........

2001-12-17 Thread Lev Lvovsky
~/.mozilla generally -lev On Mon, 17 Dec 2001, Courtney Thomas wrote: > Greetings ! > > If you don't loose them, where are they after "cvs"ing mozilla ? > > Thank you, > Courtney > > > -- personal site :: www.sonous.com rave site :: raves.son

process/user management

2001-12-14 Thread Lev Lvovsky
t any info would be great! thanks! -lev

procmail/formail to change subject?

2000-06-07 Thread Lev Lvovsky
boxes for each list). Is it possible to put something like "[user]", and "[security]" in front of the appropriate messages? Could this account for replies also, where it'd put "Re: [user]" instead of "[user] Re:"? dunno if this is a tall order. thank

Samba .deb defaults

2000-06-07 Thread Lev Lvovsky
d how, after I'd DL'ed the source (and the subsequent Debian patches), do I change the options. Also, uninstalling Samba 2.07-2 (?) totally deleted /etc/samba ... has this been addressed at all? thank you! -lev -- personal site :: www.sonous.com "Persons of leisurely moral growth often

services I don't need - turn them off?!?!?!

1999-12-12 Thread Lev Lvovsky
ed. the most annoying one is the sunrpc...i've tried renaming portmap, and restarting inetd, but it's still there. thanks for any help! -lev

restarting daemons

1999-10-08 Thread Lev Lvovsky
ns? also, i'm sruprised nobody knows how to shutoffthe sunrpc daemon (or at least that's what I believe it is when I portscan my machine)...any clues as to where I could find info on this? thank you!! -lev //sig: //Social graces are the packet headers of everyday life

portscan: sunrpc etc...

1999-09-23 Thread Lev Lvovsky
not checked as far as I know). I especially need help with sunrpc, as it's nowhere to be found in rc*... also, can somone give me a straight answer on how to restart initd? I've heard 'kill -HUP inetd', but it gives me an error of not being able to find it...I just kill it by pid, nad restart it manually (type 'inetd'). thanks -lev //sig: //Social graces are the packet headers of everyday life

SGI Indy500 & linux

1999-09-17 Thread Lev Lvovsky
s any useful tidbits of info. thanks! -lev //sig: //Social graces are the packet headers of everyday life

SGI indy 500 & linux?

1999-09-03 Thread Lev Lvovsky
software is available for linux can simply be compiled on the machine to run on it? thanks! -lev

Davicom 9102 NIC w/ 2.1.12 kernel

1999-09-01 Thread Lev Lvovsky
questions in #linuxwhat a tangled web] thanks, -lev

gtk-config problem...

1999-09-01 Thread Lev Lvovsky
nf file, and made sure that it's got all of the proper paths in it (typing 'gtk-config' @ the CL gives me the proper prompt. anyone have any suggestions? thanks!! -lev

Re: TeK WYSWYG editor?

1999-08-30 Thread Lev Lvovsky
if you mean Tex, Lyx is a great program that I used to make a whole scientific report (granted it took longer than if I knew the language, but I didn't have time to learn it). Debian.org has the packages... hth -lev On Mon, 30 Aug 1999, Guilherme Soares Zahn wrote: > Hi there, >

X window resolution extremely low

1999-08-06 Thread Lev Lvovsky
or 32bit would be fine) any help would be appreciated! -lev

Re: LILO problems with new HD

1999-07-26 Thread Lev Lvovsky
> I have written oncee in an effort to help. I have written a second time > to try to help YOU to help yourself. well, hopefully this answers both of our questions... thanks -lev

Re: LILO problems with new HD

1999-07-26 Thread Lev Lvovsky
ay I've been booting for a long time now seeing as my other HD gave me this same problem), I get a "LIL-", which the docs say is a problem with the map file. any help would be appreciated :) -lev

LILO problems with new HD

1999-07-26 Thread Lev Lvovsky
up somewhere off of the CD's. thanks in advance!! -lev

secure ftpd?

1999-07-16 Thread Lev Lvovsky
e paranoid)? I'm generally new to secure communication, and perhaps this is a function of ssh. Would a special client program be necessary for this? are they widely available (for various platforms)? any help or URLS o nthis subject would be great!! thanks, -lev

LaTeX

1999-06-08 Thread Lev Lvovsky
Hello, I need to use LaTeX for a project in one of my classes, and was wondering whether anyone could recommnd a particular type that does mathematics-related things (integrals etc..), i'm quite a newbie to LaTeX (understatement), so a GUI-based version would be cool. thanks for any help! -lev

Re: downloads...burst, then nothing

1999-05-18 Thread Lev Lvovsky
puter not on my network works just fine. I'm assuming the duplex situation is the problem? thanks! -lev At Sunday 06:16 PM 5/16/99 , you wrote: Lev Lvovsky wrote: > I'm having a problem with downloads from my machine (slink). On the > network I have at home, I can upload

downloads...burst, then nothing

1999-05-16 Thread Lev Lvovsky
to a total crawl. Obviously if it owrks up, I'm assuming all ofthe hardware is fineis there some sort of buffer for this sort of thing that might be set too low? thanks!!! -lev

DNS is dead....

1999-05-10 Thread Lev Lvovsky
from the outside... also, I'm slightly suspicious that this might have played a role in not having the lookup of www.klaradio.com appear quickly (usually 10-30 seconds!!)...even if I were on a modem it'd prolly be faster than that. and help appreciated!!! -lev

DNS time to live & lookup delays...

1999-05-04 Thread Lev Lvovsky
lay of around 10 seconds for a lookup to be performed by a non-local machine (heh, go ahead, give it a try :). thanks !!! -lev

spam & debian-user?

1999-04-19 Thread Lev Lvovsky
hey all, I noticed thast this list gets posted to usenet...what do ppl on the list do to avoid gettting their e-mail addresses getting picked up by spam bots? does the system get rid of this possiblity somehow? -lev

gnome-session missing?

1999-04-12 Thread Lev Lvovsky
alled), and enlightenment was added, as well as pretty much everything from gnome (it seems) except for gnome-sessionI can't find it anywhere (and, therefore I can't run gnome)...has anyone else had this problem? -lev

Re: setting up DNS

1999-04-12 Thread Lev Lvovsky
At Sunday 05:03 PM 4/11/99 , dyer wrote: Lev Lvovsky wrote: my ADSL provider is mminternet.com, and my address is silver168.mminternet.com (the IP is listed above). You've answered your own question here mminternet.com _is_ the domain, silver168 is only a machine on the domain

setting up DNS

1999-04-11 Thread Lev Lvovsky
only able to find "dnsutils". Am I looking in the right place? are there any URLs what describe in-depth what I'm trying to do? thanks for any help!! -lev

loading Xwin32 & getting an Xterm

1999-04-06 Thread Lev Lvovsky
Is there any way to do this? I understand that is could possible be unsecure, but I'm the only person using this computer. thanks :) -lev

need to scan drive thoroughly

1999-04-01 Thread Lev Lvovsky
t will do a thorough scan of the drive? Also, I have my swap partition on this drive (strangely enough I'm not getting any wierd errors while running linux)...do I have to unmount this to scan the drive? If so, how can I do this safely? thanks -lev

debian setup headaches

1999-03-31 Thread Lev Lvovsky
getting another order, from me, and it ain't gonna be for Debian. advTHANKSance -lev

not booting into Xwindows

1999-03-30 Thread Lev Lvovsky
can anyone tell me how to keep my computer from booting into Xwindows? This is a rather annoying automation... thanks :) -lev

crc errors with LILO

1999-03-30 Thread Lev Lvovsky
7;s on the floppy (which is good), and I still get the error. Anyone know how to fix this? I don't like to boot off of a floppy... thanks!! -lev

Re: What DO you lose with Linux ??? (fwd)

1999-03-30 Thread Lev Lvovsky
[Lev, who's recovering after a debilitating and unexplained MB crash replies] Somone mentioned that "Winamp" was available as a linux port...is this true? if so, what's the URL? In answering your question, Winamp is well written, well-supported, and there's no

Re: What DO you lose with Linux ???

1999-03-28 Thread Lev Lvovsky
nix is far more profitable in the long run (read: it's good on a resume). -lev On Sun, 28 Mar 1999, Kent West wrote: > Lev Lvovsky wrote: > > the question is tho, other than electricity consumption, what's so wrong > > with running more than one computer? > > 1

LILO & non-BIOS scsi card

1999-03-28 Thread Lev Lvovsky
how to fix this? thanks!!! -lev BTW, the problem with the Xwindows thing starting only as root had to do with an odd thing in the /etc/X11/Xserver file...it seems that it had a whole bunch of garbage in it after the initial '/usr/bin/X11/XF86_SVGA' line...it looked like text from xf86c

Re: What DO you lose with Linux ???

1999-03-28 Thread Lev Lvovsky
' is a buzz-word, these two categories are huge. the question is tho, other than electricity consumption, what's so wrong with running more than one computer? my two cents. -lev On Sun, 28 Mar 1999 [EMAIL PROTECTED] wrote: [snip] > However, can I ask people what they would use for

Re: XFree86 & dselect questions

1999-03-28 Thread Lev Lvovsky
ahh, cool! I also messed around and found that the '--rcfile' option worked. thanks for the help! -lev On Sun, 28 Mar 1999, Gregory T. Norris wrote: > You can use the the "-" option, as in "su -", to get a similar effect. > This causes the your new s

Re: X-window client?

1999-03-28 Thread Lev Lvovsky
demo version that lasts for two hours. MI/X lacks a whole lot of font support, and the display is easily messed up/does not work with certain programs (even xterm). HTH -lev > > There is MI/X I believe, I've never used it, but it's worth a > try... check out http://www.microimag

Re: XFree86 & dselect questions

1999-03-28 Thread Lev Lvovsky
On Sat, 27 Mar 1999, Daniel J. Brosemer wrote: > On Sat, 27 Mar 1999, Lev Lvovsky wrote: > > > I'm new to the Debian distro, and relatively new to Linux in general (was > > > 3. In RedHat, the 'su' command allowed and '-l' switch, which would tak

XFree86 & dselect questions

1999-03-28 Thread Lev Lvovsky
Netscape in there. Is there a page onthe web or perhaps a HOWTO that describes these two things? 3. In RedHat, the 'su' command allowed and '-l' switch, which would take the path settings of user to be su'ed to (ususally root in my case)...any way to do that with the debian 'su'? thanks so much!! -lev