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

2011-02-14 Thread Lev Lvovsky
Carl, On Feb 13, 2011, at 2:42 PM, Carl Johnson wrote: > You might have been thinking of debsums. That will check the MD5 sums > of installed packages, but I don't know whether it covers all installed > files. The checksums are stored in /var/lib/dpkg/info, so they might > also be corrupt. >

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 "un

grub2 not displaying boot menu on serial redirect

2011-01-26 Thread Lev Lvovsky
Hello, I run a headless box in conjunction with serial redirect. I posted about a year ago in regards to grub2 not displaying the boot menu to the serial output: http://www.mail-archive.com/debian-user@lists.debian.org/msg565218.html Since that post, I'd just waited for upstream to fix the bug

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
Matt, On Feb 4, 2010, at 1:28 PM, Matt Zagrabelny wrote: > > Note the GRUB_CMDLINE_LINUX line, it includes console=ttyS0,9600. > > Perhaps it is time to file a bug report against grub-pc? After your explaining how to do this privately, I dug through the existing bug reports, and found this: h

Re: grub2 + serial redirect

2010-02-04 Thread Lev Lvovsky
Hey Tom, On Feb 4, 2010, at 3:18 PM, Tom H wrote: >> I'm not at the machine right now (don't have access to see how the video >> looks), but this should only change the operation of the booting of the >> kernel, rather than the availability of the Grub menu. On machines which >> use grub1, I h

Re: grub2 + serial redirect

2010-02-04 Thread Lev Lvovsky
Hi Tom, On Feb 4, 2010, at 12:14 PM, Tom H wrote: > Here's a WAG: > > Change > GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,9600" > to > GRUB_CMDLINE_LINUX="console=ttyS0,9600" > and run > update-grub > and reboot to see if you have the serial output (and still have the > console output). I'm

grub2 + serial redirect

2010-02-04 Thread Lev Lvovsky
Hello, So after 12+ years of using lilo on my server, I've decided that it might be time to upgrade my boot loader. With lilo I'm using the standard serial redirect since I'm running a headless box (more specifically it's a guest of a VirtualBox host). With Grub2, I've been able to get the st

Re: concurrent installs of previous + current kernels

2010-02-02 Thread Lev Lvovsky
Hi Chris, On Feb 1, 2010, at 11:44 PM, Chris Jones wrote: > >> Unless there's some pre or post magic that goes on, these are the same >> files which are currently owned by the pre-existing (debian release >> 17) kernel package: > > This is odd. > > I keep an up-to-date ubuntu partition on the

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
Hi Boyd, On Feb 1, 2010, at 7:20 PM, Boyd Stephen Smith Jr. wrote: > New upstream versions, or any version that changes the kernel ABI will be > retained (or at least can be simply retained), since the kernel ABI will be > in > the new package name--it is a replacement only as far as relatively

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
Stefan, On Feb 1, 2010, at 6:09 PM, Stefan Monnier wrote: >> So assuming that I only have 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? > > Huh... you install the new kernel. My thought t

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
Hi Stefan, On Feb 1, 2010, at 3:11 PM, Stefan Monnier wrote: What if any is the generally accepted way of maintaining multiple versions of kernels? >>> Hmm... well, the wayu I do it is: I install multiple kernels. >>> That's all there is to it. >>> Any reason you're wondering about it?

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
On Feb 1, 2010, at 3:13 PM, Boyd Stephen Smith Jr. wrote: > >> This is totally understandable for most package installs, however with a >> kernel, keeping the previous version installed is useful (obviously). > > It's usually not a big deal when the kernel ABI hasn't changed. > > If you have a

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
Hi Stephen, On Feb 1, 2010, at 2:00 PM, Stephen Powell wrote: > > One must be careful, though. As an example, consider the following > Debian package file names: > > linux-image-2.6.26-2-686_2.6.26-19_i386.deb > linux-image-2.6.26-2-686_2.6.26-19lenny2_i386.deb > > These package files have

Re: concurrent installs of previous + current kernels

2010-02-01 Thread Lev Lvovsky
Hi Stefan, On Feb 1, 2010, at 2:11 PM, Stefan Monnier wrote: >> What if any is the generally accepted way of maintaining multiple >> versions of kernels? > > Hmm... well, the wayu I do it is: I install multiple kernels. > That's all there is to it. > Any reason you're wondering about it? Have y

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
What if any is the generally accepted way of maintaining multiple versions of kernels? I'm currently experiencing boot problems with the latest version of the kernel, and must keep version 2.6.26-17 installed. I'd like to install this, and the latest concurrently so that I can experiment with

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
Ron, On Aug 17, 2007, at 2:42 PM, Ron Johnson wrote: If I indeed am running a mixed system, how can I switch entirely to the etch release? Eliminate all Sarge references from sources.list. my sources.list is as follows: deb http://security.debian.org etch/updates main contrib non-free deb

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
Hello, it looks like after running apt-get upgrade on my box, my glibc environment has been broken: Updated the following: Get:1 http://http.us.debian.org stable/main libc6-dev 2.3.6.ds1-13etch2 [2717kB] Get:2 http://http.us.debian.org stable/main libc6 2.3.6.ds1-13etch2 [4699kB] Get:3 http

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

2002-03-14 Thread Lev Lvovsky
I'm sure I'll get flamed to all hell with this, but... is it at all possible that these sorts of threads could be taken off this list, and put on the more appropriate debian-policy list? I'd really like to take something away from the discussions on the debian mailing lists, but subjects like the

building packages from source (apt-get source)

2002-02-05 Thread Lev Lvovsky
Hello, Could someone please point me to the documentation for building debs from source *WITH* changes to the source (via the configure script)? I'm trying to compile PostgreSQL from source, after having done an "apt-get source postgresql". After the download, dpkg-source was automatically run.

serial console problems

2001-12-30 Thread Lev Lvovsky
I'd like to get a serial console working on my debian (unstable) box working, so that I can test various network setups on it w/o fear of breaking the connection. in my lilo.conf: boot=/dev/hda root=/dev/hda1 install=/boot/boot.b map=/boot/map vga=normal delay=20 serial=0,9600n8 image=/boot/2.2.

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 PROTECTED] > Tel:+4048220044, +40482062

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
On Thu, 27 Dec 2001, martin f krafft wrote: > > why the insistence on fetchmail? > > it's the unix philosophy -- let one program do its job and do it well, > let other programs use that... hehe, really? I guess you can count mozilla out ;) while I like the concept of modularity, I can't imagine

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
On Wed, 26 Dec 2001, Craig Dickson wrote: > Brian Nelson wrote: > > > > ... but I don't think I could get our users to go over to a non-GUI > > > program. > > > > Why is that? Because they've bought into the marketing pitch that > > pretty graphics == better software? That's bullshit. There's n

Re: Email client programs

2001-12-26 Thread Lev Lvovsky
On Wed, 26 Dec 2001, Erik Steffl wrote: > imo it's very useful to have the eamil delivery&storage separate from > email clients. > > from this point of view the ideal situation is to use IMAP, server > side filtering (like sieve with cyrus) and let them use any clients they > want... from a m

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

2001-12-26 Thread Lev Lvovsky
On Wed, 26 Dec 2001, Vaughan, Curtis wrote: > One of the reasons is monetary. Why pay MS for what is already out there, > and works just as well? > The other reason is example. We know of another company that is totally > Linux-based and has no problems. They can work not just at work, but als

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

2001-12-26 Thread Lev Lvovsky
On Wed, 26 Dec 2001, Vaughan, Curtis wrote: > I am wondering what other Debian Users recommend for an email client > program. > > First, let me state the needs of our company. We are currently very MS > based at present. The goal has been set to slowly move over to Linux. > Debian has been chose

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 where do I find the Infor

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 was a mainframe progr

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.com rave site :: raves.sono

aterm -n -e options

2001-12-18 Thread Lev Lvovsky
hello, i've switched from wterm in favor of aterm for the fact that aterm can shade the terminal screen when in transparency mode (wterm's lack of documentation doesn't seem to allow this). however, contrary to the man page, the "-n", "-T" option, which gives the terminal window a title, and sup

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 > > > > > -- personal s

blackbox + bash aliases?

2001-12-17 Thread Lev Lvovsky
is there a way to get blackbox to expand aliases in the bash .rc files? I am opening a wterm window with the same args every time, and I'd like not to clutter up the menu files. i've tried the "shopt expand_aliases" option, but I still get blackbox complaining that /bin/sh can't find the alias (

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.sonous.com I'm a DJ! site :: djkgb.sonous.com "

process/user management

2001-12-14 Thread Lev Lvovsky
hello, a bit newbie at this kind of stuff, but what would be some good resources to look at for resource managment for processes, as well as users? managing things like CPU time, quotas, and bandwidth. this, as well as info on securing boxes for mass shell usage. I know that's a lot, but any inf

procmail/formail to change subject?

2000-06-07 Thread Lev Lvovsky
I'm using procmail to process a number of mailing lists. Having just subscribed to several Debian lists, and having them all be delivered to a "Debian" mailbox, I'd like to make it obvious which specific debian list they are all from (and I don't want to make extra mailboxes for each list). Is it

Samba .deb defaults

2000-06-07 Thread Lev Lvovsky
Hello, I'm in the process of experimenting with Samba and Netatalk in combination, and would like to have Samba compiled with the interoperability between these two turned on. How do I know what options the Samba .deb file has been compiled with (or all .deb files for that matter), and how, after

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

1999-12-12 Thread Lev Lvovsky
Hello, for the sake of knowing how to do such thigns, I'd like to turn off some services that I feel comprimise my server security, and aren't being used. with portscan, this is what I get from a non-local host. 9 -> discard 13 -> daytime *21 -> ftp *22 -> ssh *23 -> telnet *25 -> smtp 37 -> t

restarting daemons

1999-10-08 Thread Lev Lvovsky
Hello, could someone please let me know how to restart all of the apache www daemons that are running so that it'll read the changes made in the httpd.conf file? 'apache restart' doesn't do anything is there a generally accepted way of doing this for all 'net daemons? also, i'm sruprised nobo

portscan: sunrpc etc...

1999-09-23 Thread Lev Lvovsky
hello, upon runnign portscan on my computer from a nonlocal host, I get the following: 9 -> discard 13 -> daytime 21 -> ftp 22 -> ssh 23 -> telnet 25 -> smtp 37 -> time 79 -> finger 80 -> www 110 -> pop-3 111 -> sunrpc 113 -> auth as I use pretty much all of the "standard" daemons, I don't know

SGI Indy500 & linux

1999-09-17 Thread Lev Lvovsky
if anyone has experience with this setup, please let me know. Our school had this system donated to it, and it's currently running IRIX (me ->no experience). I'm going to be using the modified Red Hat "Hard Hat"distro put together by ppl @ SGI, but am curious if anyone has any useful tidbits of

SGI indy 500 & linux?

1999-09-03 Thread Lev Lvovsky
Hello, I work at my school radio station as a member of the web department. Currently, we stream audio over the 'net using an NT computer (I serve the html from a Debian box sitting in my room)...we recently had an SGI Indy500 donated to the department, and would really like to use it as the stre

Davicom 9102 NIC w/ 2.1.12 kernel

1999-09-01 Thread Lev Lvovsky
Hello, I recently purchased a MB that has pretty much everything integrated onto it, including the NIC and sound card. The manufacturer of the NIC was kind enough to actually write up a linux driver which must be compiled and added to the kernel as a module. Prior to my switching (or attempting

gtk-config problem...

1999-09-01 Thread Lev Lvovsky
Hello, I decided to install a gtk-based IRC client (to get help in #linux ironically enough), and I encountered some problems with the "configure" script. I've installed all of the gtk and glib libs, and also the dev files, so that gtk-config exists (though I can't find glib-config), and I'm sure

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, > > do anyon

X window resolution extremely low

1999-08-06 Thread Lev Lvovsky
hello, I installed slink on my workstation here @ work, and I'm having problems with the resolution of X...it's horribly low. I'd say 300x240. I've run xf86setup multiple times (with different setups) to no avail. I think that hte problem may lie in the fact that it's a non-standard vid card, t

Re: LILO problems with new HD

1999-07-26 Thread Lev Lvovsky
> Ok I guess I have to spend more time to ask specific questions.. > sigh > > You said > "I simply copied /boot/* and /home/* to the new drive, and ran lilo on > it." > > You didn't say if you updated the /etc/fstab file. yes, /boot, /home, and the swap partition are updated to reside on the n

Re: LILO problems with new HD

1999-07-26 Thread Lev Lvovsky
> > I've recently discovered problems with the drive that had the /boot and > > /home partitions of my Debian box, so I decided to go out and get a new > > HD > > in transferring the files, I simply copied /boot/* and /home/* to the new > > drive, and ran lilo on it. It gave me the message

LILO problems with new HD

1999-07-26 Thread Lev Lvovsky
Hello, I've recently discovered problems with the drive that had the /boot and /home partitions of my Debian box, so I decided to go out and get a new HD in transferring the files, I simply copied /boot/* and /home/* to the new drive, and ran lilo on it. It gave me the message that lilo wa

secure ftpd?

1999-07-16 Thread Lev Lvovsky
hello, a freind recently introduced me to the concept of ssh, and I really like what it allows one to do (or not do rather :). I'm curious though, is there such a thing as a secure ftpd where the data is encrypted to keep people from seeing what you're transferring (sorry, just a little paranoid)

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
Hello, I'm having a problem with downloads from my machine (slink). On the network I have at home, I can upload at the regular high speeds, but downloading form the machine (to a Win98 machine), whether it be by ftp, or by http gives me a little bit of the file, and then slows down to a total

DNS is dead....

1999-05-10 Thread Lev Lvovsky
Hey all, first off, thanks for the previous replies to my question RE DNS. now a bigger problem... as far as I can tell, my DNS server is dead to all outside connections. the domain that I'm hosting is klaradio.com, using nslookup, I can find various subdomains, and entries, byt when I set the

DNS time to live & lookup delays...

1999-05-04 Thread Lev Lvovsky
Hello, I recently set it up so that my linux box runs the klaradio.com domain. I am running my own DNS server off the machine, and I have a few questions: one of the addresses that I'd like to put under a subdomain of the site (stream.klaradio.com) has it's IP changed somewhat frequently (once a

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
Hello again :) I used the apt method of installation to get Gnome from debian.org (under /~jim)...everything seemd to go OK (except for some wierd libgtk, and libglib dependencies which I stil haven't figured out, but they were only impeding the window-coordinate dealy from getting installed),

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
Hello, I'm going to be registering a domain soon, and I'm having some problems...after having gone to www.internic.net, and filling out the forms there, I got some error messges back: ERROR: Name Server /<209.241.149.168> is not registered with InterNIC. You cannot register this host thro

loading Xwin32 & getting an Xterm

1999-04-06 Thread Lev Lvovsky
Hello, I've decided to start using Win9x for only multimedia applications (Sound Forge etc..), and as such, would like to start up an Xwindow session ffrom my linux box on the windows box as soon as the windows box boots up (read:I'm too lazy to telnet in, and set the DISPLAY variable). Is there

need to scan drive thoroughly

1999-04-01 Thread Lev Lvovsky
Hello, well, if any of you are wondering, I was able to get debian installed on the system by low level formatting the IDE drive from BIOS (LILO kept giving crc errors upon uncompressing Linux). Now I have another problem...anything that I download to the IDE drive (where the /home and /boot p

debian setup headaches

1999-03-31 Thread Lev Lvovsky
Hello, OK, in trying to iron out that problem that I was having with not being able to boot from my IDE disk instead of my (non-bootable) SCSI disk, I've run into a problem in even getting Debian running at all. I've started from scratch, repartitioned, and reformatted through the setup proce

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
OK, I don't know if anyone caught my last post RE this ,but here's a quick brief: I have a SCSI and IDE system...the scsi drive holds root, but the scsi adapter doesn't have the ability to load w/o first having drivers loaded up. So what I thought would work (as it did with my RH install), was pu

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 "maturing nicely" excuse :). -levi

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
hello, OK, in my attempt to get my system back to normal after ditching Red Hat, I'd like to iron out some problems with LILO. First an explanation of my system: IDE hard disk being used as /boot, and /home SCSI hard disk being used as /root SCSI host adapter that is ISA, and does not work wit

Re: What DO you lose with Linux ???

1999-03-28 Thread Lev Lvovsky
OK, my personal take on this: I've been using a linux box for a couple of weeks after the PS in my windows macihne died (well, using *only* linux). I used that time to learn a whole lot of stuff about linux, and also see just how many apps I could replace from my windows box. I'd honestly like

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 session to use through the new user's startu

Re: X-window client?

1999-03-28 Thread Lev Lvovsky
At work (tech support of UCLA's ISP), we run a linux server for certain things, and many of the em-ployees like to run Xwindows on the windows machines...without a doubt, Xwin32 is the best Xwindows client for win32, but you have to pay a big amount of money for it. Or you could get the demo vers

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
Hello, I'm new to the Debian distro, and relatively new to Linux in general (was using Red Hat until its security issues began to bother me). Go easy on me :) several questions: 1. I can only run 'xinit' or 'startx' as root, running it from my regular acct says that I don't have permissions to