Re: code for control+...?

2003-11-15 Thread Chris Kassopulo
  Jorge Almeida [EMAIL PROTECTED]  wrote:
  Sorry for the probably stupid question, but it's killing me...
  I need to write a expect script where the pressing of the control key+
  something needs to be detected. The man page has an example
   set CTRLZ \032
  where the code \032 corresponds to Control-Z. Now, how can I know the
  codes corresponding to other combinations (e.g. Control-space)? 
  TIA,
  
 
Greetings,
 
Get yourself an ascii table.  Here's a pretty one but you can google
for others if you like.

http://www.mindspring.com/~joeja/programs.html#PHP

The first column shows the control codes produced by the alpha keys
in the third column.  The keys in the second column don't produce
control codes.  The lowercase keys either don't produce control codes
or produce the same codes as the uppercase key.  I'm not sure which.

For example, the Z key (132 octal) produces the SUB control character
(032 octal).

Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Love on board

2003-11-11 Thread Chris Kassopulo
Former Caldera CEO Ransom Love joins Progeny board

http://www.newsforge.com/article.pl?sid=03/11/11/0333248
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: CLI 'poweroff' while in GUI

2003-10-03 Thread Chris Kassopulo
  Michael Hipp [EMAIL PROTECTED]  wrote:
  If I'm in my favorite GUI (Gnome, KDE, Xfce, whatever) and I do a 
  'poweroff' or 'reboot' at the command line, does everything shut down 
  cleanly? Or do I have to do it the GUI way with lots of clicking and 
  confirming?
  

I use sudo -u root /sbin/shutdown -h now tied to a panel icon in
xfce.  Never a problem.

Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: question

2003-10-03 Thread Chris Kassopulo
  Rick Sivernell [EMAIL PROTECTED]  wrote:
  List
  
 I have created a website for a college project. The site is at the Univ. of
  Tulsa, as we are in a virtual bussiness enviroment. The web pages themselves are
  ok. But the problem is the background jpeg and some other jpegs screw up the
  whole thing on all pages. If I remove the jpegs all looks ok. Now their site is
  using M$ludge 2003 server. On all of my MS winders and Linux boxen, using
  mozilla/opera/IE site is just right. My question is, graphics created in the
  Gimp, what could be happenning to my graphics  web pages. If anyone wants to
  view the site, feel free and let me know what you think.
  
  http://www.ecommerce.cis.utulsa.edu/saw22
  
Many thanks, cheers
  
 
I think you want one or the other here, not both.
 
body bgcolor=white background=image001.gif lang=EN-US

Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: The spammers are winning

2003-09-24 Thread Chris Kassopulo
  David A. Bandel [EMAIL PROTECTED]  wrote:
  
  Most likely no one on this list falls into this category, but if you
  know anyone who has a company that grosses more than 100 million a
year  and an influential politician in their pocket, they need to start
  lobbying hard to stop spam and push ARIN, APNIC, RIPE, LANIC to
revoke  IP addresses of countries like China and Brasil who only care
about spam  when it concerns their own citizens.
  

Heard this morning that the governor of California, yes that one,
passed some legislation making it illegal to send spam to or fro
that state. A penalty of up to one million is possible.

Hey, it's a start.

Chris

















___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


email attack

2003-09-20 Thread Chris Kassopulo
Greetings,

For the last two days I've gotten 100's of emails containing exe files.
Bogus microsoft updates and patches.  Each piece is around 150k which
makes for a long download on dialup.  Are there any filters that can
delete emails at the server that have an exe attached.

I can put up with a little spam, but this is out of control.

TIA

Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Partition backup

2003-09-18 Thread Chris Kassopulo
Greetings,

There was a thread the other day regarding backing up a windows
partition.  This is an initial announcement from freshmeat.  Paragon
Drive Backup 6.0 by paragonsoftware - Thursday, September 18th 2003

About: Paragon Drive Backup is a universal backup. It creates images of
any partitions of the whole hard disk and places them on CD, DVD, or
another partition or disk. It includes a bootable CD and an undelete
partition function. It can be used to repartition, clone, or upgrade
hard disk. It also includes Image Explorer, a tool to explore your
backup images and restore only part of one of them. All versions of NTFS
are supported, and fast processing is provided for FAT 16/32, NTFS,
EXT2/3fs, and ReiserFs.

Free To Use But Restricted

http://freshmeat.net/redir/drivebackup/43888/url_homepage/www.drive-backup.com

Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: intel 845g

2003-06-11 Thread Chris Kassopulo
  Net Llama! [EMAIL PROTECTED]  wrote:
  On Tue, 10 Jun 2003, Chris Kassopulo wrote:
   #Section DRI
   # Mode 0666
   #EndSection
  
  You should uncomment this.
  
 
 I will if I can get the module to load.
 
  
   When dri is enabled in XF86Config, X complains
   on startup:
  
   i830.o unresolved symbols
   rwsem_down_write_failed
   rwsem_wake
   insmod i830 failed
  
  Most likely because the module was compiled against a different kernel
  than you are running.
 
 
 No, I compiled it and the source matches the kernel - 2.4.18
  
   The XFree.log says:
  
   drmOpenDevice: minor is 0
: node name is /dev/drx/card0
   : open result -1 (no such device)
   : Open failed
   [drm] failed to load kernel module i830
  
   As is, there are no errors.  Either way, X starts.
  
   Any idea what /dev/drx/card0 is ?
  
  See /usr/src/linux/Documentation/devices.txt
  226 charDirect Rendering Infrastructure (DRI)
0 = /dev/dri/card0First graphics card
  
  You need to create that device with mknod.
  
 
 This could be the ticket.  I'll try it and let you know.
 Thanks for the input.
 
 By the way, I glanced at some of the source code and noticed
 VA Linux in many of the comments.
 
 Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: intel 845g

2003-06-11 Thread Chris Kassopulo
  Net Llama! [EMAIL PROTECTED]  wrote:
  On Wed, 11 Jun 2003, Roger Oberholtzer wrote:
   
Section Device
Identifier  Intel 810  # install instructions
Driver  i810   # say to use i810 not i830
VideoRam65536
  
   You have 65K or RAM? This effects screen resolution. Can you really run any
   of the Modes in this file with that amount of memory?
  
  That's MB, not KB.
  
 
 Yes, shared off the motherboard.  I don't know if it should be specified
 here.  I'll comment it out to see if it makes any difference.
 
 Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: intel 845g

2003-06-10 Thread Chris Kassopulo
Hi Kurt,

Just to be clear, I am trying to get Intel's driver working
better than it does.  It is useable now, but not right.  At
some point I'll try to figure out why I couldn't get the
standard i810 driver to work at all.

Intel's driver is i830.  The source package also contains i810,
agpgart, gamma and other routines that are part of the X i810
driver.  I don't know if they are different but I assume they
are.

Relative parts of my etc/XF86Config:

# File generated by xf86config.

Section Module
Loaddbe
SubSection  extmod
  Optionomit xfree86-dga
EndSubSection
Loadtype1
Loadfreetype
Loadglx
#Loaddri
EndSection

Section Monitor
Identifier  My Monitor
HorizSync   30-70
VertRefresh 50-160
EndSection

Section Device
Identifier  Intel 810  # install instructions
Driver  i810   # say to use i810 not i830
VideoRam65536
# Insert Clocks lines here if appropriate
EndSection

Section Screen
Identifier  Screen 1
Device  Intel 810
Monitor My Monitor
DefaultDepth 24

Subsection Display
Depth   8
Modes   1024x768 800x600
ViewPort0 0
EndSubsection
Subsection Display
Depth   16
Modes   1024x768 800x600
ViewPort0 0
EndSubsection
Subsection Display
Depth   24
Modes   1024x768 800x600
ViewPort0 0
EndSubsection
EndSection

Section ServerLayout
Screen Screen 1
InputDevice Mouse1 CorePointer
InputDevice Keyboard1 CoreKeyboard
EndSection

#Section DRI
# Mode 0666
#EndSection

When dri is enabled in XF86Config, X complains
on startup:

i830.o unresolved symbols
rwsem_down_write_failed
rwsem_wake
insmod i830 failed

The XFree.log says:

drmOpenDevice: minor is 0
 : node name is /dev/drx/card0
 : open result -1 (no such device)
 : Open failed
[drm] failed to load kernel module i830
 
As is, there are no errors.  Either way, X starts.

Any idea what /dev/drx/card0 is ?

Chris   
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


intel 845g

2003-06-09 Thread Chris Kassopulo
Greetings,

Bought a dell 2350 ($400 with monitor included) and
have been unable to get any xfree drivers to work on it
including vesafb at any usable resolutions.  I've tried
both 4.2 and 4.3.  At anything higher than 640x480x8
xfree complains no usable screens found.

I was able install and use intel's own driver for it.
I was suprised to find one for linux.  glx works, dri
doesn't.  The gamma comes up too high and the gamma
plugin for gkrellm doesn't seem to work.

Anyone have an intel 845g based board working with
xfree 4.2 or 4.3 ?

Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Slack packages

2003-04-03 Thread Chris Kassopulo
  Collins Richey [EMAIL PROTECTED]  wrote:
  On Tue, 1 Apr 2003 17:39:23 -0500
 
  One more question.  Does installpkg automatically do an ldconfig after
  you install something in /usr/lib or /usr/local/lib?  Or do in need a
  postinstall script that does that?

You won't find much that's automatic in slackware.  doinst.sh is run after
the files are expanded so adding ldconfig to the end of it seems like a
good idea.

Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: OT anyone looking to sell their laptop?

2003-04-01 Thread Chris Kassopulo
  Net Llama! [EMAIL PROTECTED]  wrote:
  my trusty (really) old Sony Vaio died over the weekend (won't power
on 
  at all), so i'm looking to purchase a replacement, but i'm on a
budget. 
does anyone have a laptop that is fully functional, that they'd be 
  willing to sell me with the following minimum specs:
  * PIII-600Mhz
  * 256MB RAM
  * 10GB HDD
  * CDROM drive (DVD would be a nice bonus)
  * real modem *OR* two PCMCIA slots
  * 1024x768 @16bpp
  * lightweight (no 10lb monsters)
  * will run linux without any crazy hacks or limitations
  
 
 
http://www-132.ibm.com/webapp/wcs/stores/servlet/
 HelpDisplay?storeId=1catalogId=-840langId=-1subject=2576396
 
don't know if they meet this or not
 real modem *OR* two PCMCIA slots
 
Chris 
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Slack packages

2003-04-01 Thread Chris Kassopulo
  Collins Richey [EMAIL PROTECTED]  wrote:
  I have a group of libraries (all go in /usr/lib) that are older
  libc/libg++/etc to support things like phoenix nightly binaries.  I
  could simply copy the to /usr/lib, but I would prefer to do this as a
  standard Slack package.
  
  I've tried 'makepkg', but that expects to find a makefile.  Anyone
care
  to help me out with that?
  
 
makepkg will do what you want.

Put everything in /home/collins/package/usr/local/lib, including links.
cd to package
Run makepkg phoenix_libs.tgz
Answer y to both questions

y to the first question will delete the links and create an install
script,
/home/collins/package/install/doinst.sh.  The install script will create
the
links when you install the package.  If you answer no the links are just
copied into the package and no install script is created.

The install script is the difference between a slackware package and a
plain
tarred archive.  /home/collins/package/phoenix_libs.tgz is the slackware
package.  It is just a tarred file of everything under
/home/collins/package.

As root run installpkg phoenix_libs.tgz to install the package.
Look at /var/log/packages/phoenix_libs to verify.
As root run removepkg phoenix_libs to remove it.

Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: kdm?

2003-03-25 Thread Chris Kassopulo
  Ted Ozolins [EMAIL PROTECTED]  wrote:
  Which config file determines whether kdm, gdm or xdm is
used? For some
  reason I've drawn a blank. Been at this installing and
updating way too
  long today G

  Powered by Slackware 8.1
 
 Someone just answered this on alt.os.linux.slackware.
 Take a look at /etc/rc.d/rc.4.
 
 Chris
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


OT:Fw: Run Old Versions of Microsoft with Windows XP Pro!

2002-11-13 Thread Chris Kassopulo
Microsoft has something new -- downgrade rights
What's next ?

Chris Kassopulo

+++
Begin forwarded message:

Date: Tue, 12 Nov 2002 17:27:05 -0600
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Run Old Versions of Microsoft with Windows XP Pro!  

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Run Old Versions of Microsoft with Windows XP Pro!  

Date: Tue, 12 Nov 2002 17:27:05 -0600

dartek.com - The Ultimate Discount Computer SuperStore
   Your #1 Source for All Your Computing Needs, Since 1978!

Are you still running Wiindows 2000, NT 4.0 or 98SE operating system in
your office and need more PC's with the same? Unfortunately, you won't
find any new PC's with these operating systemsmdash;Microsoft stopped
installing these OS's last summer. Don't worry--we have an even better
solution for you. A new PC installed with Microsoft Windows XP
Professional will let you downgrade to one of these previous OS
versions so your office can continue to run on the same Win 2000, NT 4.0
or 98SE operating system. Later, when you decide you want to run Windows
XP Pro, just reinstall it. This is all FREE when you buy a new PC with
Windows XP Pro preinstalled. Microsoft calls this Downgrade Rights and
you'll automatically have them with a new Systemax PC installed with
Windows XP Pro.

Microsoft Downgrade Rights allow you to purchase a new PC loaded with
Windows XP Professional but downgrade and use Windows 2000, NT 4.0 or
98SE operating system on your new PC. When you are ready to do so, you
have the ability to upgrade back to Windows XP Professional at any time
in the future.

Windows NT and Windows 98 are no longer preinstalled on PC's. Downgrade
Rights provide companies that are not currently able to migrate to a
more current operating system the ability to use the company’s preferred
OS until there is a more efficient time to migrate. When the company is
ready to migrate to Windows XP Pro, there are no additional costs or
licensing requirements.

Flexibility - Purchase Windows XP Professional loaded on a PC today and
use a previous operating system version until you are ready to migrate
to Windows XP Professional.
Save Money - Invest in Windows XP Professional today and use multiple
operating systems for the price of one.

Check out this comparison chart to identify key features and
benefits:
   
http://www.microsoft.com/windowsxp/pro/evaluation/whyupgrade/featurecomp.asp

The Top Ten reasons for moving to Windows XP Professional:
   
http://www.microsoft.com/windowsxp/pro/evaluation/whyupgrade/top10.asp

Watch the Windows XP Pro / Windows 98 Comparison Video:
   
http://www.microsoft.com/windowsxp/pro/evaluation/whyupgrade/wxpvswin98.asp
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: slackware for an amateur

2002-11-07 Thread Chris Kassopulo
On Wed, 6 Nov 2002 20:16:15 -0500
[EMAIL PROTECTED] wrote:

 On Wed, Nov 06, 2002 at 06:15:30PM -0500, Chris Kassopulo wrote:
 I just started hanging in alt.os.linux.slackware after a *long* 
 absence from Usenet. The noise to signal ratio is high, but I still
 manage to glean some useful nugget o' data often enough to make it
 worthwhile.

Agreed.  It reminds me of a school yard.  I'm sure that the noise
level keeps many slackers from posting and the number of nuggets
would be much higher if the noise was lower.

Chris Kassopulo
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: Text input boxes with scripts and KDE

2002-10-28 Thread Chris Kassopulo
On Mon, 28 Oct 2002 10:17:33 -0500
Joel Hammer [EMAIL PROTECTED] wrote:

 I am writing some bash scripts. They will run in the background and
 when they detect certain conditions they will activate and do certain
 useful things.
 
 I would like to be able to let these scripts send popup messages to
 the user and to allow the user to enter text for the program to
 process.

Check out Xdialog.  If it does what you want, it would probably be the
easiest solution without having to slay another whole programming
language.

Chris Kassopulo
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: which .profile is used

2002-10-23 Thread Chris Kassopulo
On Tue, 16 Apr 2002 20:44:31 -0500
David A. Bandel [EMAIL PROTECTED] wrote:

 I'd try something like this (files that don't exist are ignored):
 login shell (SHLVL=1):
 /etc/profile
 $HOME/.profile
 $HOME/.bash_profile
 
 non-login shell (SHLVL=2):
 /etc/bashrc
 $HOME/.bashrc
 
 On logout:
 /etc/logout
 $HOME/.logout
 $HOME/.bash_logout

Qualifiers added.

files that don't exist are ignored

login shell (SHLVL=1):
  /etc/profile and
  $HOME/.profile or
  $HOME/.bash_profile or
  $HOME/.bash_login
 
non-login shell (SHLVL=2):
  /etc/bashrc and
  $HOME/.bashrc

logout:
  /etc/logout and
  $HOME/.logout or
  $HOME/.bash_logout
 
Chris Kassopulo
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: which .profile is used

2002-10-23 Thread Chris Kassopulo
On Wed, 23 Oct 2002 15:58:10 -0500
David A. Bandel [EMAIL PROTECTED] wrote:

  
  Qualifiers added.
  
  files that don't exist are ignored
  
  login shell (SHLVL=1):
/etc/profile and
$HOME/.profile or
$HOME/.bash_profile or
$HOME/.bash_login
   
  non-login shell (SHLVL=2):
/etc/bashrc and
$HOME/.bashrc
  
  logout:
/etc/logout and
$HOME/.logout or
$HOME/.bash_logout
   
  Chris Kassopulo
 
 Excellent, Chris.  Jeesh, I 'd forgotten this (wrote it six months ago
 -- no research, just three minutes typing out what was in my head). 
 I'd forgotten .bash_login, since I haven't used .xx_login since my
 Ultrix days.  You sure the login shell doesn't check both .profile and
 .bash_profile if they're both there?
 
 Other than that, the above qualifiers look good.
 

Just one of .profile or .bash_profile is run but order matters.
I rearranged below to reflect the order.  I'm not really sure
about the logout stuff.  I only see reference to .bash_logout
in man bash.

files that don't exist are ignored

login shell (SHLVL=1):
  /etc/profile and
  $HOME/.bash_profile or
  $HOME/.bash_login or
  $HOME/.profile
 
non-login shell (SHLVL=2):
  $HOME/.bashrc and
  /etc/bashrc
  
logout:
  /etc/logout and (not sure here)
  $HOME/.logout or (not sure here either)
  $HOME/.bash_logout
 
Chris Kassopulo
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: which .profile is used

2002-10-23 Thread Chris Kassopulo
It's getting simpler.
 
files that don't exist are ignored
 
login shell (SHLVL=1):
  /etc/profile and
  $HOME/.bash_profile or
  $HOME/.bash_login or
  $HOME/.profile
 
non-login shell (SHLVL=2):
  $HOME/.bashrc
  
logout:
  $HOME/.bash_logout
 
Chris Kassopulo
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: tabbed text editor

2002-10-14 Thread Chris Kassopulo

On Mon, 7 Oct 2002 13:34:28 -0500
ronnie gauthier [EMAIL PROTECTED] wrote:

 Anyone know of a decent tabbed text editor?
 
 Thanks

http://eddi.sourceforge.net/index.php?linkje=about

Saw this yesterday on freshmeat and gave it a try.
It's version 1.0, tabbed files, macros, etc.
Requires tcl/tix. Installed without a hitch.
Only quirk I noticed so far is the way it handles 
selected text. Ugly icons too.

Chris Kassopulo
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



gentoo 1.2 release

2002-06-10 Thread Chris Kassopulo

http://freshmeat.net/projects/gentoolinux/
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



no threading on SxS Newsgroup

2002-05-17 Thread Chris Kassopulo

Greetings,

I've been using the newsgroup lately instead of email. The articles
have no threading.  All other newsgroups I read are threaded. I'm
using sylpheed 0.7.6 and it was the same with 0.7.5.

Is this a sylpheed config problem or is there something different
about this newsgroup?

-- 
Chris Kassopulo _/\_ Linux User #199893 _/\_ Slackware

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: gentoo news brief

2002-05-11 Thread Chris Kassopulo

On Fri, 10 May 2002 19:18:08 -0600
Collins [EMAIL PROTECTED] wrote:

 
 gentoo cd's are now available from the following sites:
 http://www.distrowatch.com/top.php
 http://cart.cheapbytes.com/cgi-bin/cart/0070010805
 

and also at:
http://www.edmunds-enterprises.com/

-- 
Chris Kassopulo _/\_ Linux User #199893 _/\_ Slackware

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Webmin security hole

2002-05-07 Thread Chris Kassopulo

Greetings,

I know many of you are users of Webmin.

From Freshmeat:

Webmin 0.970

-- Changes: 
Fixed a serious security hole that allowed a remote attacker to log in
to Webmin as any user. A new Security Sentries module for configuring
portsentry,  hostsentry, and logcheck was added, as well as support for
editing EXT2/3 file attributes with the File Manager. The Cluster
Software Packages module can now transfer large packages much faster to
remote servers also running Webmin 0.970, and the Network Configuration
module now supports SuSE 8.0.

--
Chris Kassopulo _/\_ Linux User #199893 _/\_ Slackware

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: dillo browser 0.6.5

2002-04-26 Thread Chris Kassopulo

On Fri, 26 Apr 2002 20:49:15 -0600
Collins [EMAIL PROTECTED] wrote:

 I can't figure out how to save bookmarks

right click on the window - bookmark this page

-- 
Chris Kassopulo _/\_ Linux User #199893 _/\_ Slackware

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Hey Collins

2002-04-26 Thread Chris Kassopulo


need another notch on your belt?

http://undeadlinux.com/

-- 
Chris Kassopulo _/\_ Linux User #199893 _/\_ Slackware

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: probably ragingly elementary cd burning question

2002-02-25 Thread Chris Kassopulo

On Sun, 24 Feb 2002 13:53:17 -0500
Tim Wunder [EMAIL PROTECTED] wrote:

 Previously, Chris Kassopulo chose to write:
  On Sun, 24 Feb 2002 08:16:32 -0500
 
  Tim Wunder [EMAIL PROTECTED] wrote:
   Previously, Brett I. Holcomb chose to write:
What does KonCD do to you?
  
   Well, aside from only being able to run it as root, when I try to
   create a CD, it gives me this error:
  
   No driver found for 'LITE-ON LTR-24102B', available drivers:
   cdd2600
   generic-mmc
   generic-mmc-raw
   plextor
   plextor-scan
   ricoh-mp6200
   sony-cdu920
   sony-cdu948
   taiyo-yuden
   teac-cdr55
   toshiba
   yamaha-cdr10x
   ERROR: Cannot setup device /dev/scd1.
  
   Seems to me I can't use KonCD with my burner :-(
 
  Try generic-mmc.  That's the everything else driver.
 
 OK, how do I tell koncd which driver to use?
 

I was hoping you knew.  Never used KonCD but cdrecord has
a command line option: driver=drivername.  Maybe there is
a way to have KonCD add this to the command it passes to
cdrecord.

cdrecord driver=name gives a list of drivers it has
available.

-- 
Put bounce and zoom in every step with keds! kids! keds!
Chris Kassopulo _/\_ Linux User #199893 _/\_ Vector Linux

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: more iso woes

2002-02-25 Thread Chris Kassopulo

On Sun, 24 Feb 2002 12:43:25 -0500
dep [EMAIL PROTECTED] wrote:

 this is making me crazy. okay, exacerbating the pre-existing 
 condition.
 
 i succeeded in burning my 16-mb gentoo build-from-scratch iso image. 
 only thing is, it won't boot. looking at its contents, i see a bit 
 tbz2 file and a directory lebeled isolinux. but nothing that appears 
 to support anything approaching a boot and, sure enough, it won't 
 boot. yes, i have the machine set to boot from cd. this is the rc6 
 iso.
 
 ideas?
 -- 
From the CD-Writing HowTo:

4.11 How to make bootable CD-ROMs?
You must have an 1.44 MB bootable floppy-disk. Create an exact image of
this floppy-disk by issuing the command
dd if=/dev/fd0 of=boot.img bs=18k
Place this floppy image into the directory holding the collection of
your files (or into a subdirectory of it, just as you like). Tell
mkisofs about this file with the option '-b' and also use '-c'. For
details read the file README.eltorito in the mkisofs-distribution.

Let me know if you need README.eltorito (5k)
-- 
Put bounce and zoom in every step with keds! kids! keds!
Chris Kassopulo _/\_ Linux User #199893 _/\_ Vector Linux

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.