Re: XDG Standard is not evil

2014-12-01 Thread Edward J. Shornock
* seeker5528 seeker5...@comcast.net [29-11-2014 08:52 EET]:
 Oh yeah, if you've done all that you might actually want your user account
 to belong to the shared group. ;)
 as root:
 
 |usermod -a -G sharedusers yourusername|
 
 :note the capital G.

In Debian you can also
  adduser yourusername sharedusers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141201224005.GA11880@darkside.homesite



Re: General method for copying a partition

2010-02-17 Thread Edward J. Shornock

17.02.2010 19:18, Stephen Powell kirjoitti:
[...]


Of course, special handling is necessary to avoid processing . (the current
directory) and .. (the parent directory).  Does anyone know a better way?



tar cf  . | tar -C /target -xpf -


or


find . -depth -print0 |cpio --null -pvd /target


--
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/4b7c3ad6.3070...@gmail.com



Re: Firefox (and Iceweasel) are unable to play Youtube videos

2010-01-31 Thread Edward J. Shornock

On 30.01.2010 20:57, Merciadri Luca wrote:

Nuno Magalhãesnunomagalh...@eu.ipp.pt  writes:


On Sat, Jan 30, 2010 at 10:58, Merciadri Luca
luca.mercia...@student.ulg.ac.be  wrote:

I have both `flash-plugin - Adobe Flash Player 10.0' on the two
computers. They are executing Iceweasel v. 3.0.6, and I also tried
with the up-to-date Firefox.


I have this one:
ii  flashplugin-nonfree 1:2.8
running Sid on amd64.

Iceweasel gives me, amongst the add-ons:
==
Shockwave Flash 9.0 r100


Is that possibly gnash? Gnash IIRC still doesn't fully support the 
features utilised by youtube.


Have you installed the flash plugin from aptitude/synaptic/apt? If so, 
what do you receive from


dpkg -l '*flash*' '*gnash*'

[snip]




Then, some unuseful stuff:

==
Loading stream: 
http://www.youtube.com/get_video?video_id=cY_KrB8Mepgt=vjVQa1PpcFNC0_Vmf7Tgh8pq2tVgZTgBGRuQEA1S28M=el=detailpageps=fmt=5asv=2noflv=1
Loading stream: 
http://v7.cache2.c.youtube.com/videoplayback?ip=0.0.0.0sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactorfexp=903202algorithm=throttle-factoritag=5ipbits=0burst=40sver=3expire=1264899600key=yt1signature=3C09C806BB0A3FCC9CF94A95A7429513CCE9898C.D440F68A564E69A814DE2B041DA03CE4972021A1factor=1.25id=718fcaac1f0c7a98redirect_counter=1
Loading stream: 
http://video-stats.video.google.com/s?ns=ytdocid=cY_KrB8Mepghl=en_UScr=USel=detailpagefexp=903202vid=aqSUfBzQpzyLVV7WYJF3KaH1uTg5Arf7Ccsipt=watchfmt=5md=1st=0.067w=640plid=AAR-ZjxkLeKATowrvw=320fv=WIN%209%2C0%2C100%2C0sd=B4A7DD227MMet=0.067rt=2.8len=254.4bc=231338vh=240h=360
==


Actually, I think this is quite useful in this case; the standard 
non-free plugin from Adobe doesn't return any output for me.



Once I have clicked, I can hear sound, and sometimes see an image from
the flash being played, but nothing more. The whole Iceweasel becomes
unresponsive, and I am obliged to kill the process. If I do not kill
it, it begins to stall completely, and freezes.

Any idea?



Check both PCs (about:plugins) and see if the flash plugins differ as I 
suspect they do. On youtube you'll get the best support from the 
'official' flash plugin.


OR if you have greasemonkey installed, you can use 
http://userscripts.org/scripts/show/63509 and view the videos using 
mplayer or VLC. I've had the best luck with the greasemonkey script and 
the following settings


# ~/.mplayer/mplayerplug-in.conf
vo=gl
cachesize=512
cache-percent=5
profile=plugin


# ~/.mplayer/config
[plugin]
autosync=0
mc=0
correct-pts=yes


Hope this helps,

Edward J. Shornock


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: dircolors - debian etch - broken by design?

2008-12-21 Thread Edward J. Shornock
* Chris Jones cjns1...@gmail.com [20-12-2008 06:27 EET]:
 My .bashrc has the usual:
 
   eval `dircolors -b` 

[...]

 So I figured I just needed to issue a dircolors -p .dircolors .. edit
 the .dircolors file to my liking .. and then follow up with a dircolors
 -b .dircolors and that should do it, right?


All that should be needed is 
   dircolors -p  ~/.dircolors
edit ~/.dircolors to your liking
test your edits with eval `dircolors ~/.dircolors`

If you're happy with your results, change ~/.bashrc from
 eval `dircolors -b`
to read
 eval `dircolors -b ~/.dircolors`

Or you can--of course--just set LS_COLORS manually.

It's working as it should with Debian Sid installation.

$ dircolors --version
dircolors (GNU coreutils) 6.10


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Command-line-interface (CLI) calculator to work out the difference between 2 dates

2008-08-24 Thread Edward J. Shornock
On Sunday 24 August 2008 18.07.59 j t wrote:
 Hi all.

 Does anyone have any suggestions for a command-line-interface (CLI)
 calculator that can work out the difference between 2 (gregorian)
 dates (i.e. that is calendar aware). My favourite cli calculator
 (bc) doesn't seem to have any knowledge of the gregorian calendar.

 Just to make it clear, I'd like to be able to type in:

 20080824-20080724 and it would work out the answer as 31


While I'm sure someone else will provide a much better way, I've used 
something like

$ echo $(date  -d 20080824 +%j) - $(date  -d 20080724 +%j) | bc
31

..in the past.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian upgrade process is dirty

2008-08-18 Thread Edward J. Shornock
On Monday 18 August 2008 05.21.09 Jude DaShiell wrote:
 Earlier I was having problems installing podracer; clamav, and nethack on
 lenny.  

What problem? What you wrote earlier was in Message-ID: 
[EMAIL PROTECTED] was:

 The packages could be installed using a command line
 like: aptitude -y install clamav nethack-console podracer -r cr and I
 have main contrib non-free enabled in my sources.list file.

..and that says you *could* install them. If it was a simple typo, what was 
the error that you received when you tried to install?


 That version of lenny was built with upgrades starting with etch. 
 Earlier I downloaded mini-beep.iso which only installs a current lenny
 system and kernel on my computer.  There were no problems installing any
 of those problem packages once I had installed mini-beep.iso's
 distribution.  This is ultimately a package management problem and
 definitively points at dpkg.

Again, what errors--if any--did you receive the first time? Just saying it 
didn't work and it's dpkg's fault isn't very helpful. I was able to install 
those packages without a problem in Lenny and Sid.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: starting apache at boot?

2008-08-18 Thread Edward J. Shornock
On Sunday 17 August 2008 06.24.56 Zach Uram wrote:
 I manually compiled apache2 since the version packaged for Debian is
 the threaded version which causes fatal memory errors on my VPS host


*The* version?
$ aptitude search '^apache2-mpm'
v   apache2-mpm  -
p   apache2-mpm-event- Apache HTTP 
Server - event driven model
p   apache2-mpm-itk  - multiuser MPM 
for Apache 2.2
p   apache2-mpm-perchild - Transitional 
package - please remove
i   apache2-mpm-prefork  - Apache HTTP 
Server - traditional non-threaded model
p   apache2-mpm-worker   - Apache HTTP 
Server - high speed threaded model


The non-threaded version was just an `aptitude install apache2-mpm-prefork` 
away.

 and it works great but now I need to tell it to start every time my
 system boots. Running Debian lenny/sid (testing release) with 2.6.18
 Linux kernel. How exactly can I do this?

See /etc/init.d/skeleton for hints.


signature.asc
Description: This is a digitally signed message part.


Re: Greetings and question

2008-07-29 Thread Edward J. Shornock
On Sunday 27 July 2008 03.15.40 Chris Bannister wrote:
 On Thu, Jul 24, 2008 at 01:57:19PM -0300, Juan Ignacio wrote:
  The fact is that I'm using Firefox 3.0 and Thunderbird with the binaries
  I downloaded at Mozilla webpage. I installed them in /opt

 Why? Maybe thats part of your problem.

How would putting it in /opt be a problem?

http://www.pathname.com/fhs/pub/fhs-2.3.html#PURPOSE14


 Firefox is packaged as iceweasel
 Thunderbird is packaged as icedove

 Have you tried aptitude install iceweasel icedove?


The OP stated that he's not using Lenny. If he wants v3.x, getting it from 
mozilla.org would be the easiest way.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Greetings and question

2008-07-29 Thread Edward J. Shornock
On Thursday 24 July 2008 19.57.19 Juan Ignacio wrote:
 If you could suggest me a good theme that goes well with kde, I'd
 appreciate it very much.


Try
http://www.tom-cat.com/mozilla/
http://konquefox.free.fr/


HTH


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Greetings and question

2008-07-23 Thread Edward J. Shornock
On Thursday 24 July 2008 02.37.16 Juan Ignacio wrote:

 Well here is the question, I used apt-get install gtk-qt-engine and it
 says that the package couldn't be found. Why isn't the package in the
 repositories? I want this package because Firefox looks so awful.

It's in Etch and Sid. If you're running Lenny you could pull it in from Sid.

http://packages.debian.org/search?keywords=gtk-qt-enginesearchon=namessuite=allsection=all




signature.asc
Description: This is a digitally signed message part.


Re: fsck fails!

2007-04-12 Thread Edward J. Shornock

Rick Pasotto wrote:

I have /home on a logical volume and recently expanded it. This morning
I started getting file system errors so I logged out, unmounted /home
and ran e2fsk on it. All seemed to be going normally but now it has
*twice* displayed the following:

--
Pass 1: Checking inodes, blocks, and sizes
Group 625's inode table at 20480008 conflicts with some other fs block.
Relocatey? yes

Error allocating 512 contiguous block(s) in block group 625 for inode
table: Could not allocate block in ext2 filesystem
Restarting e2fsck from the beginning...
/home contains a file system with errors, check forced.
--

How do I fix it?



When you expanded /home, did you resize the file system and the LV? 
Make sure that file system is NOT larger than the LV.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Symlinking /etc/passwd?

2006-12-06 Thread Edward J Shornock
Tyler MacDonald wrote:
 I'm setting up a box that is mostly going to be chroot environments, stored
 in a partition in /var. I would like to move /etc/passwd and /etc/shadow to
 /var so that I can hardlink them into my chroot environments. Is it safe to
 do this, and make /etc/passwd and /etc/shadow symlinks to the new location?
 

I'd use use bind-mounts for the chroots.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian packages dependencies problems

2006-08-10 Thread Edward J. Shornock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 What i would like to know is how do i solve the apt-setup problem
 What's wrong with my source.list config for the testing distro?

Try the line in sources.list as

deb http://ftp.debian.org/debian/ testing main
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE2vd+RN00fSK5G0MRAmC/AJ4rnqokZB1kYA3T30oxPEbhV2Cp0ACaA3EC
3HNBtoz1W98xIzoAi9qTOGQ=
=aGdQ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: new user

2006-07-16 Thread Edward J. Shornock
On Sun, Jul 16, 2006 at 11:22:39AM +0200, Thierry Chatelet wrote:
 [EMAIL PROTECTED] wrote:
 I am not sure what the architecture of my computer is, so how do I 
 find this out if I bought the parts and put them together myself.? 
 Try google with part number, serial n°.

..and if you're referring to the computer that you sent the e-mail from,
it'd have to be I386 or AMD64--AOL only runs on these platforms.



Re: Segmentation faulty Tree - aptitude

2006-07-08 Thread Edward J. Shornock
On Sat, Jul 08, 2006 at 08:43:48PM +0100, [EMAIL PROTECTED] wrote:
 Went OK until I got aptitude existing with a segmentation fault.  I 
 rebooted, but I still get a segmentation fault. I tried to reinstall 
 aptitude with apt-get [maybe that doesn't make sense!] and I get the 
 message: 
 
 Segmentation faulty Tree 50% 

That's actually Segmentation Fault on top of the text of Buidling
Dependency Tree (not that clearing that up solves the problem :/).


 Can I save this installation or am I going to have to reinstall? 

Possiblywhat happens if you run apt-get update.  If that fails,
what is the output of ldd /usr/bin/aptitude?

 I have removed the suspect RAM of course. 

Excellent.



Re: How do I use ksim?

2006-06-08 Thread Edward J. Shornock
On Tue, Jun 06, 2006 at 01:40:31PM -0400, Edward C. Jones wrote:
 I use up-to-date Debian unstable, i386 port, on a PC with an AMD 
 Athlon64 3500+ chip.
 
 There is a package on my system called ksim. How do I use ksim?

I'm not familiar with that...
 
 How do I find out which processes are accessing my hard drive or the 
 Internet?

man lsof


signature.asc
Description: Digital signature


Re: No fonts in Flash Player (was: SOLVED)

2006-05-16 Thread Edward J. Shornock
On Thu, May 11, 2006 at 04:49:13PM +0200, Benjamí Villoslada wrote:
 I'm sorry, maybe is normal; just for comparisons with systems that works 
 fine :)


If you've not solved this problem yet, check out bug#363378.  The
solutions posted there worked for me.


signature.asc
Description: Digital signature


Re: The New SpamAssassin sa-update

2006-05-11 Thread Edward J. Shornock
On Wed, May 10, 2006 at 10:13:02PM +0300, David Baron wrote:
 2. Fails after several time outs with:
 http: request failed: 500 read timeout: 500 read timeout
 error: no mirror data available for channel updates.spamassassin.org
 channel: MIRRORED.BY contents were missing, channel failed

It's working here

darkside:~# sa-update
darkside:~# echo $?
1


$ apt-cache policy spamassassin
spamassassin:
  Installed: 3.1.1-1
  Candidate: 3.1.1-1
  Version table:
 *** 3.1.1-1 0
650 http://ftp.nl.debian.org unstable/main Packages
100 /var/lib/dpkg/status
 3.1.0a-2 0
500 http://ftp.nl.debian.org etch/main Packages
 3.0.3-2 0
500 http://ftp.nl.debian.org sarge/main Packages



signature.asc
Description: Digital signature


Re: su/sudo cannot X

2006-01-17 Thread Edward J. Shornock
theo wrote:
 Hi,
 
 
 Lei Kong wrote:
 $xhost +
 $ sudo -s
 #kedit 
 kedit: cannot connect to X server
 You may want to try
 sudo -H kedit
 or reconsider using X applications as root.
 
 You can also try
 sudo -H bash
 or
 sudo -H xterm
 if you want a root shell able to use X apps.



Or you can try sux




# apt-cache show sux
Package: sux
Priority: optional
Section: admin
Installed-Size: 64
Maintainer: Millis Miller [EMAIL PROTECTED]
Architecture: all
Version: 1.0.1-3
Recommends: xbase-clients
Filename: pool/main/s/sux/sux_1.0.1-3_all.deb
Size: 8560
MD5sum: 868e114a14297b521a55a329c45c7d3b
Description: wrapper around su which will transfer your X credentials
 Sux is a wrapper around the standard su command which will transfer
 your X credentials to the target user.
 .
 http://sourceforge.net/projects/sux/
 ( from http://fgouget.free.fr/sux/ )
Tag: admin::login, interface::commandline, security::authentication,
use::login, x11::application



signature.asc
Description: OpenPGP digital signature


Re: lower case character when caps lock is on

2005-12-02 Thread Edward J. Shornock
On Fri, Dec 02, 2005 at 03:11:37PM +0530, H S Rai wrote:
 Today at 3:19am -0500 Edward Shornock wrote:
 
What charset/keymap are you using?
 
 How to know that.

You can find out the charset with

$ locale
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=


I'm not sure how to find out the keymap setting (other than knowing what
may have been selected during the installation).

 
If anyone knows the correct solution, instead of running the loadkeys
command from .bashrc
 
 I used your tip. Atleast I was getting the things working 
 :-)
 

Glad to hear it was helpful.  I'd still like to get it working the 
proper way though..
.
It's odd that it doesn't seem to be a common problem since I've never
seen anyone complain about it not working (until I read your post). 

shrug

Maybe a bug *should* be filed against console-common
after all, since using 'loadkeys' to load the keymap resolves
the problem for two of us in completely different parts of the world.

I wonder why no one else seems to experience this.  It occurs
on a couple-day old installation of Debian Sid with the following
versions of console-(data|common) installed:

ii  console-common 0.7.55
Basic infrastructure for text console configuration
ii  console-data   2002.12.04dbs-52
Keymaps, fonts, charset maps, fallback tables for console-tools

(I'd like to try to get input from others about this before I file a bug
against console-common which includes the file /etc/init.d/keymap.sh).





 Thanks a lot,

You're quite welcome. :)


signature.asc
Description: Digital signature


Re: web camera and printer

2005-11-30 Thread Edward J. Shornock
On Tue, Nov 29, 2005 at 05:19:27PM +0200, Rafi Gabzu wrote:
 Hi ,
 testing  release , kernel 2.6.

 1. I have quickcam Logiteck camera , I do not see video (with
 Gnomeeting) , how should I make it work ?

Found via google, might apply for you:
http://www.ubuntuforums.org/archive/index.php/t-24827.html

The referenced package is included in Debian:
$ apt-cache search libpt-plugins-v4l
libpt-plugins-v4l - Portable Windows Library Video Plugin for
Video4Linux
libpt-plugins-v4l2 - Portable Windows Library Video Plugin for
Video4Linux v2

 2. My printer is Lexmark 1100 , how do I set this printer and print (KDE) ?

Found via google:
http://www.linuxprinting.org/show_printer.cgi?recnum=Lexmark-1100


signature.asc
Description: Digital signature


Re: killproc

2005-11-30 Thread Edward J. Shornock
On Wed, Nov 30, 2005 at 10:00:34AM +, John Talbut wrote:
 Tim Ruehsen wrote:
 I have an external programme that is calling for the function killproc. 
  This is apparently not available in Debian Sarge.

If it's a shell script, you could change it to include 
/lib/lsb/init-functions.

 
 What is the policy?  What is the story?  What should be used instead?
 
 
 If you are using killproc for sending signals to processes by name 
 (instead of by processid) give killall a try. It belongs to the packet 
 'psmisc'.
 
 Tim
 
 Yes, thanks.  pkill also seems to be a possibility.  And I would like to 
 know more.  Debian does not seem to give any explanation as to why it 
 does not use killproc.  Do they suggest an official alternative?

The function killproc *is* in the file /lib/lsb/init-functions, even in Sarge:


killproc () {
local pidfile sig status
set -- `POSIXLY_CORRECT=1 getopt p: $*`
pidfile=

for i in $*; do
case $i in
-p)  pidfile=$2; shift 2;;
--)  shift; break;;
esac
done

if [ ! $pidfile ]; then
pidfile=/var/run/$(basename $1).pid
fi

if [ $2 ]; then
sig=$(echo $2 | sed -e 's/^-\(.*\)/\1/')
sig=$(echo $sig | sed -e 's/^SIG\(.*\)/\1/')
/sbin/start-stop-daemon --stop --pidfile $pidfile --signal $sig 
--quiet
status=$?
[ $status = 1 ]  return 3 # program is not running
return 0
else
/sbin/start-stop-daemon --stop --pidfile $pidfile --retry 5 --quiet 
--oknodo
fi
}



Debian unstable uses it, at least:
$ grep -R killproc /etc/init.d/
/etc/init.d/autofs:killproc $DAEMON -USR2  /dev/null
/etc/init.d/clamav-freshclam:killproc -p $PIDFILE $DAEMON
/etc/init.d/clamav-freshclam:  killproc -p $PIDFILE $DAEMON 1
/etc/init.d/clamav-daemon:  killproc -p $THEPIDFILE
/etc/init.d/clamav-daemon:  killproc -p $SUPERVISORPIDFILE
/etc/init.d/clamav-daemon:  killproc -p $THEPIDFILE $DAEMON USR2
/etc/init.d/clamav-daemon:  killproc -p $THEPIDFILE $DAEMON 1



signature.asc
Description: Digital signature


Re: how to config tha proftpd with TLS

2005-11-30 Thread Edward J. Shornock
On Wed, Nov 30, 2005 at 12:08:01PM +0800, 不坏阿峰 wrote:
[snip]
 now my question is ,have i install the module TLS when i apt-get
 install
 proftpd ??

Yes, per the source package the TLS module is compiled.  The
debian/rules file shows:

# This is the suite of modules maintained in debian/, not upstream CVS.
# To enable mod_pgsql, put it after or in place of mod_mysql.
# Always keep in order modules. If in doubt ask to #proftpd ...
#EXTRAMODS = mod_mysql:mod_ratio:
QUOTAMOD  = mod_quotatab:
EXTRAMODS =
mod_ratio:mod_tls:mod_rewrite:mod_radius:mod_wrap:mod_quotatab_file:mod_delay:
MYSQLMODS = mod_sql:mod_sql_mysql:mod_quotatab_sql:
PGSQLMODS = mod_sql:mod_sql_postgres:mod_quotatab_sql:
LDAPMODS  = mod_ldap:mod_quotatab_ldap:


 how to conf proftpd with TLS.

This I haven't done yet...



signature.asc
Description: Digital signature


Re: debian and the malware problem

2005-11-27 Thread Edward J. Shornock
On Thu, Nov 24, 2005 at 08:56:58AM -0500, Jude DaShiell wrote:
 First, thanks for the help on ntp-server and ntpdate.  I have clamav 
 installed and running and would like to know if debian packages exist that 
 handle spyware the  way clamav handles viruses or does clamav actually do 
 both jobs?  The bastille package doesn't mention spyware or make any 
 suggestions for what Linux software might be useful for system protection 
 against this kind of malware.  Perhaps cruft can be improved to find and 
 dump the lame windows junk that gets thrown onto debian systems then fails 
 to work, but I think something more robust may be needed for the junk 
 aimed
  specifically at Linux.
 

Unless something has changed _very_ recently, there shouldn't be *any*
spyware that can infect Linux systems as happens in the world of
Windows...

Turn off any unneeded services, set up a good firewall that blocks all
ports unless they're specifically opened, good your system updated with
the security releases, and check the system with chkrootkit or tiger
periodically.  You should be fine.

No software should automatically download and install as happens with
Windows--no Linux browsers are infected by the ActiveX bug.


signature.asc
Description: Digital signature


Re: debian and the malware problem

2005-11-27 Thread Edward J. Shornock
 ports unless they're specifically opened, good your system updated with

s/good/keep/

UGH


signature.asc
Description: Digital signature


Re: Mutt 2 accounts

2005-11-27 Thread Edward J. Shornock
On Sun, Nov 27, 2005 at 12:58:30PM -0500, [EMAIL PROTECTED] wrote:
[snip]
 
 Then you can run 'mutt -y' to choose your mailbox.  I don't know whether
 it is possible to bring up this menu from an already-started mutt. 
[snip]

Just press 'y' when you're on the Index page...that works for me...



signature.asc
Description: Digital signature


Re: Mutt 2 accounts

2005-11-27 Thread Edward J. Shornock
On Sun, Nov 27, 2005 at 09:54:59PM -0500, [EMAIL PROTECTED] wrote:
 On Sun, Nov 27, 2005 at 05:50:09PM -0500, Edward J. Shornock wrote:
  On Sun, Nov 27, 2005 at 12:58:30PM -0500, [EMAIL PROTECTED] wrote:
  [snip]
 
   Then you can run 'mutt -y' to choose your mailbox.  I don't know whether
   it is possible to bring up this menu from an already-started mutt. 
  [snip]
  
  Just press 'y' when you're on the Index page...that works for me...
 
 Mutt is telling me key not bound for that (using stock debian mutt).
 Just out of curiosity, can you check the help page to see what it's
 bound to?

With version 1.5.11-4 from Sid, I have this:

$ grep 'pager y' /etc/Muttrc
macro index,pager y change-folder?toggle-mailboxes show incoming
mailboxes list



signature.asc
Description: Digital signature


Re: apt-get update connecting to (1.0.0.0)

2005-11-18 Thread Edward J. Shornock
On Tue, Nov 08, 2005 at 12:38:47PM -0800, Fred J. wrote:
 Hello
 
 I have a problem, I can brows the web fine but my
 #apt-get is not
 downloading any thing at all.
 my system is
 testing/unstable
 2.6.13
 adsl router/modem to a switch to the debian box.


Since you can browse the web fine, are you perhaps using a proxy server
in your web browser(s)?

What is the output of `host ftp.us.debian.org`?  What does
/etc/resolv.conf look like?  It sounds to me like it's a DNS resolver
issue...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: cupsd.conf help

2005-11-17 Thread Edward J. Shornock

jpg wrote:

Attempting to set up the cupsd.conf file and getting errors logged to the
/var/log/cups/error_log for what is documented to be valid cupsd.conf
directives, i.e.:

snippet of /etc/cups/cupsd.conf file:
=
239 
240 Order Deny,Allow

241 Deny From All
242 Allow From 10.2.0.*
243 
=





Could you paste the contents of `grep -v '^#' 
/etc/cups/cupsd.conf|strings` ?


For reference, mine looks like the following and serves my purposes well:

# grep -v '^#' /etc/cups/cupsd.conf |strings
ServerName localhost
ServerAdmin [EMAIL PROTECTED]
DefaultCharset notused
LogLevel info
Printcap /var/run/cups/printcap
Port 631
Location /
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1
/Location
Location /jobs
AuthType Basic
AuthClass User
/Location
Location /admin
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1
/Location


I'm guessing that most likely the directives that you pasted are outside 
of a Location block...



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: compilation error for mplayer plugin

2005-11-17 Thread Edward J. Shornock
cqst wrote:
 hello everyone,
 I try to compile the mplayer plugin for my web browser.
 ./configure is OK but when I laucnh make I got that :
 
 g++ -c -o plugin-support.o -Wall -g -O2   -g -O2  -DXP_UNIX -DMOZ_X11 
 -I../gecko-sdk -I../gecko-sdk/include -Iinclude -fPIC -DXPCOM_GLUE 
 -DMOZILLA_STRICT_API  -pthread -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include   -DX_ENABLED  Source/plugin-support.cpp
 Source/plugin-support.cpp: Dans function « int URLcmp(const char*, const 
 char*) 
»:
 Source/plugin-support.cpp:302: error: `rpl_malloc' undeclared (first use this 
function)
 Source/plugin-support.cpp:302: error: (Each undeclared identifier is reported 
only once for each function it appears in.)
 make: *** [plugin-support.o] Erreur 1
 zsh: exit 2 make
 
 
 I've installed libc-dev and xlibs-dev but it doesnt solved the problem...
 any help ?
 

According to the build depends for the debian package, the following are
needed:


Build-Depends: debhelper (= 4.1.0), cdbs, xlibs-dev | libx11-dev,
xlibs-dev | libxpm-dev, xlibs-dev | libice-dev, xlibs-dev | libxt-dev,
mozilla-dev, pkg-config, libgtk2.0-dev



Check to make sure that you have libgtk2.0-dev installed.  If that still
doesn't work, you might want to give 'auto-apt' a try.



$ apt-cache show auto-apt
Package: auto-apt
Priority: optional
Section: admin
Installed-Size: 216
Maintainer: Fumitoshi UKAI [EMAIL PROTECTED]
Architecture: i386
Version: 0.3.20
Depends: libc6 (= 2.3.2.ds1-4)
Recommends: apt, sudo, perl, wget, dpkg-dev
Suggests: x-terminal-emulator, libgtk-perl, build-essential
Filename: pool/main/a/auto-apt/auto-apt_0.3.20_i386.deb
Size: 45610
MD5sum: 1c04095554a0812cdaaea0a146296c8e
Description: package search by file and on-demand package installation tool
 auto-apt checks the file access of programs running within its
 environments, and if a program tries to access a file known to
 belong in an uninstalled package, auto-apt will install that
 package using apt-get.  This feature requires apt and sudo to work.
 .
 It also provides simple database to search which package contains
 a requesting file.
Tag: admin::package-management, interface::commandline,
role::sw:utility, suite::debian, use::downloading, use::searching,
works-with::software:package


HTH,

-- 

Ed



signature.asc
Description: OpenPGP digital signature


Re: Request to remove Information

2005-11-15 Thread Edward J. Shornock
Steve Lamb wrote:
 Let's see, corporations want to make as much money as possible.  Yet every
 person who is bitching about exported jobs is really bitching about what
 
 ...oh yeah, how the corporation is preventing *them* from making as much
 money as possible.  Demonizing the very behavior they're engaged in.  That's
 smart.

I beg to differ.  I, at least, am trying to avoid ending up living in a
cardboard box or milking social services. Most of us, I think, just want
to be able to live without worrying about how we're going pay the
mortgage, etc., which is absolutely impossible with $0 coming in. I'm
engaged in trying to survive.  I don't need a shitload of $$$ to
survive, but I do need the ability to earn _something_. Since these
large corporations[1] wouldn't offer me the chance to work for them[2],
it's now DIY with regards to earning an income to pay the mortgage,
and I'm now a competitor.  Screw them.

 [EMAIL PROTECTED] wrote:
 That seems like a bit of an ad hominem oversimplification.  I have no
 doubt that there are *some* people who whine about jobs being outsourced
 overseas because it makes it tougher to make as much money as possible.
 But I also have no doubt that there are *some* people who whine about
 jobs being outsourced overseas because it makes it tougher to feed their
 children and pay their rent -- something somewhat different from
 wanting to make as much money as possible.

Agreed.
 
 Nope, exactly the same.  

eh?

 In fact, IMHO, quite a bit more selfish. Yes, because I chose to 
 have children I believe it is the responsibility of OTHER PEOPLE to
 ensure I have a job to feed and clothe them.

Since I chose to be _born_ it is the responsibility of OTHER PEOPLE to
ensure I have a job to feed and clothe myself?!  Yeah, OK. I didn't
choose to be born, nor did I elect the asshat politicians that are
allowing this crap domestically to happen. I'm not bitching because I
can't buy another house or because I can't get the latest toys on the
market.  I'm bitching because their collective greed is making it hard
for anyone to be able to find work in order to simply _get by_.

 Nope, what that money is spent on is irrelevant to the fact that
 every time I see people whining about it they're whining how it is
 always going to people who are willing to work for less than the
 whiners are willing to work for.

While in your eyes I may be classified as a whiner, for me it wasn't a
problem that I wasn't able to 'make as much money as possible'. The
problem for me was that I couldn't make any at all.  Most of the jobs I
would interview for would tell me that I was overqualified. Those that
were willing to take a chance on me changed their minds after doing
their background check and finding out how much I had earned previously.
 Right from the start I was willing to take a pay cut, and after several
months I was willing 'lower myself'[3] to doing anything whatsoever, be
it retail, changing diapers on adults in nursing homes, whatever.

I was out of the running even though I wasn't applying for positions
that had anything to do with computers.  Just because of the schooling,
knowledge, and previous pay that I had attained, I was overlooked for
the chance of ANY positions for ANY pay, including jobs that were at
minimum wage.  I just wanted *something* since *anything* would be
better than $0.

Trying to obtain work outside of my field for digging ditches, packing
groceries, and changing adult diapers doesn't describe trying to make
as much money as possible, it's trying to get by so I'm not on the
street and so I'm not raping welfare benefits.

  I direct my ire where it is deserved.  If the cost of doing business and
 hiring workers in this nation weren't so restrictive and stifling there would
 be more domestic jobs, period.  I blame the vote pandering politicians, their
 pork projects 

While there are some that probably go through trying to make as much as
possible, that surely doesn't apply to everyone.  It's the plain greed
that pisses me off with the corporations, as well as the politicians.
How many yachts or mansions does one person need?


Yes, I realize that all that I've written probably doesn't mean squat.

/me gets ready to leave to meet with one of his clients...




signature.asc
Description: OpenPGP digital signature


Re: Request to remove Information

2005-11-14 Thread Edward J. Shornock

Weissgerber, Tom L wrote:

Debian,

The following information should not have been made available to the 
entire public domain. Please remove the following links/files at your 
earliest convenience.


TY Tom for reminding me why I prefer AMD processors ;)

Thanks to asshat US Corporations like yours, I was out of work for 13 
[EMAIL PROTECTED] months because my job was shipped to India.  Thirteen months of 
rejection letters followed, telling me that I was 'over qualified' for 
everything. It's a g.d. shame that you people don't understand how 
saving money by shipping the jobs to India screws over your potential 
customers that can't afford to buy your products.  How can they, there's 
someone in India doing the work that they used to do, for less than the 
guy working at Taco Bell in the US earns.


While AMD surely does same crap (outsourcing), at least I've never seen 
one of their representatives admitting it to the world and then coming 
back two years later trying to rewrite history like you're trying to 
accomplish [1].


Regardless, please come back in a few months and request its removal 
again.  I'd love to see that original email [2] climb higher in Google's 
results than the current #3 spot it holds now when searching for your 
name. ;)


--
[1] At least you weren't threatening with the money that Intel saved 
from the cheap labour that they purchased.

[2] http://lists.debian.org/debian-user/2003/09/msg04351.html


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Kernel Panic with Sarge

2005-10-14 Thread Edward J. Shornock

michael bailey wrote:

[..]


kernel: CPU 0 : Machine Check Exception:
0004

kernel: Bank 4 : b2040151

kernel: Kernel panic: CPU context corrupt

 After the reboot both the green power 
light and the orange disk light on the front of the PC

are steady (i.e. not flickering).

 Has anyone any suggestions please as to the possible
 cause of this ?

 Debian Sarge is being run on a 650 Mhz Pentium III 
 machine.


 Screen freezes have occurred before with this same
 setup (as previously reported to the Debian Users 
 Group) but without the above messages.


I suggest possibly clearing the CMOS (with the jumper or battery), and 
maybe running mprime[1] to check for CPU problems.


HTH,

Ed

--

[1] http://www.iaeste.dk/~henrik/projects/mprime.html


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: apt upgrade gives error while retrieving bugs

2005-10-11 Thread Edward J. Shornock

H.S. wrote:

{snip}


Anybody else having this problem?

 

Yes, that error came up here as well.  I resolved it be temporarily 
commenting out the line in /etc/apt/apt.conf.d/10apt-listbugs



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: bootlog [was: control of modules?]

2005-10-03 Thread Edward J Shornock

Edward J. Shornock wrote:

You could use pbuilder to build the package as well, which is what I use
for my local repository.  If need be, I could post the URLs to the
packages I build using that patch.


A moot point now...


sysvinit (2.86.ds1-4) unstable; urgency=low

 [Petter Reinholdtsen]
 * Add '#! /bin/sh' to the init.d scripts missing those.
 * Improve boot message for init.d/bootlogd.
 * Make sure init.d/checkroot.sh only print status of swap mounting
   when VERBOSE!=no.  Improve boot message for this case.
 * Improve usage message of update-rc.d.  Uncredited patch from Ubuntu.
 * Set [EMAIL PROTECTED] as the package
   maintainer, and move Miquel van Smoorenburg into the uploaders list.
 * Get bootlogd working, by fixing the exit code patch.  (Closes: #327865)
 * Get ifdown working on kFreeBSD. (Closes: #327031)
 * Quiet down update-rc.d by removing unnecessary warning.  Patch
   by Thomas Hood. (Closes: #164471)
 * Improve update-rc.d(8) manual page. (Closes: #243154)
 * Fix typo in pidof(8) manual page.
 * Update FSF address in copyright files.

-- Petter Reinholdtsen [EMAIL PROTECTED]  Sun,  2 Oct 2005 11:44:07 +0200



Thanks Petter ;)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: bootlog [was: control of modules?]

2005-10-01 Thread Edward J. Shornock
Matt Price wrote:

On 9/30/05, Edward J. Shornock [EMAIL PROTECTED] wrote:
  

What version of sysvinit do you have installed?  There's a bug that's
been in sysvinit since 2.86.dsl1-1 which affects bootlogd.  See the bug
report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327865 for a patch that
fixes the problem for me and a few others.



thanks for this.  Using the first-posted version of the patch (the one
from greek0.net is unreachable right now, I guess), I tried the
following:
  


I'm glad I attached it to the bug report then...I was afraid of that
happening...

[..]

this is on a recently-upgraded sid.  Apparently there's no gcc symlink
on my box!  lots of gcc's installed, e.g. gcc-2.95, gcc-3.0, gcc-3.2,
gcc-3.3, gcc-4.0, but not /usr/bin/gcc.  DO I need to sett his
somehow?  with update-alternatives perhaps?
  

You would probably want to do that with update-alternatives or set the
links manually.  On my box, I have:


athlonxp:~# ls -l /usr/bin/gcc
lrwxrwxrwx  1 root root 7 Sep 14 08:33 /usr/bin/gcc - gcc-4.0
athlonxp:~# ls -l /usr/bin/g++
lrwxrwxrwx  1 root root 7 Sep 14 08:33 /usr/bin/g++ - g++-4.0
athlonxp:~# ls -l /usr/bin/cpp
lrwxrwxrwx  1 root root 7 Sep 14 08:22 /usr/bin/cpp - cpp-4.0

You could use pbuilder to build the package as well, which is what I use
for my local repository.  If need be, I could post the URLs to the
packages I build using that patch.




signature.asc
Description: OpenPGP digital signature


Re: bootlog [was: control of modules?]

2005-09-30 Thread Edward J. Shornock
Matt Price wrote:
 that helps some -- got rid of most of the messages except one about
 shpchp, which is not listed in my /etc/modules, so don't know the
 origin.  Unfortunately cna't post my bootlog b/c bootlogd doesn't seem
 to wantto run!  I have the following /et/default/bootlogd:
 # Run bootlogd at startup ?
 BOOTLOGD_ENABLE=Yes
 
 ... but still no /var/log/boot.  Not sure what that's about; I noticed
 another thread from someone with a similar difficulty, no solution
 posted, not sure what's going on.


What version of sysvinit do you have installed?  There's a bug that's
been in sysvinit since 2.86.dsl1-1 which affects bootlogd.  See the bug
report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327865 for a patch that
fixes the problem for me and a few others.







signature.asc
Description: OpenPGP digital signature


Re: GRUB problem (long, description of BOOT)

2005-09-27 Thread Edward J. Shornock

Mike McCarty wrote:
[...]


So, here is a brief tutorial on disc partitioning
and how boot proceeds.


[...]


Thanks for the explanation, it was very useful.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: 4ol 4rt files:

2005-09-23 Thread Edward J. Shornock
John Hasler wrote:

Please do not follow up to the parent.  Doing so will create more Google
hits and cause more of these lost souls to bombard us with their questions.
  

It's amazing how they find us.  From my years of doing technical
support, 4OLers don't know how to use search engines.

(I didn't even see the parent--my spam filter caught it :P)


signature.asc
Description: OpenPGP digital signature


Re: grub savedefault and saved does not seem to work

2005-05-05 Thread Edward J. Shornock
Alan Chandler wrote:

 
 Although I haven't tested it in about a month, it was certainly working well 
 for me when I had several kernels that I was trying to select during some 
 debugging (debian and home compiled).  Perhaps posting your menu.lst might 
 help.
 

That's roughly the last time I was playing with it on my server, and I
*KNOW* it worked fine then.

Here's what my menu.lst looks like, as you can see it's pretty standard.

# grep -v '^#' /boot/grub/menu.lst |strings
default saved
timeout 15
color cyan/blue white/blue
title   Debian GNU/Linux, kernel 2.6.11.7
root(hd0,1)
kernel  /boot/vmlinuz-2.6.11.7 root=/dev/hda2 ro ide=nodma
initrd  /boot/initrd.img-2.6.11.7
savedefault
boot
title   Debian GNU/Linux, kernel 2.6.11.7 (recovery mode)
root(hd0,1)
kernel  /boot/vmlinuz-2.6.11.7 root=/dev/hda2 ro ide=nodma single
initrd  /boot/initrd.img-2.6.11.7
savedefault
boot
title   Other operating systems:
root
title   Windows NT/2000/XP (loader)
root(hd0,0)
savedefault
makeactive
chainloader +1


For what it's worth, if anything, I tried entering the commands in
manually at the grub prompt (hitting c when the menu comes up).  The
first three lines I manually typed:
root(hd0,1)
kernel  /boot/vmlinuz-2.6.11.7 root=/dev/hda2 ro ide=nodma
initrd  /boot/initrd.img-2.6.11.7
were able to be entered just fine.  When I entered savedefault, I
received the feedback of Error 27: Unrecognized command.

Interestingly, grub-reboot *does* work as expected.

# apt-cache policy grub
grub:
  Installed: 0.95+cvs20040624-17
  Candidate: 0.95+cvs20040624-17
  Version Table:
 *** 0.95+cvs20040624-17 0
800 http://ftp.nl.debian.org unstable/main Packages
700 http://mirror.ox.ac.uk testing/main Packages
100 /var/lib/dpkg/status
 0.91-2 0
-10 http://mirror.direct.ca stable/main Packages


I really have no idea at this point as to what else to check/try. It's
not particularly an option I *need*, per se, but it can be useful
sometimes. :)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: cdrdao problem

2005-05-05 Thread Edward J. Shornock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

stan wrote:

I'm tring to use cdrdao to copy some new CD's. I'm using a scipt 
that I have used in the past. It looks like this:

cdrdao copy --eject --speed 16 --eject  --device 0,0,0 --driver 
generic-mmc --source-driver generic-mmc toc

 Using libscg version 'schily-0.8'
 
 0,0,0 : HP  , CD-Writer cd16r , OKS1
 0,1,0 : , ATAPI CDROM , 110B
 SHLVL=1: ERROR: unknow subsystem (scd0) in (/dev/sr0)
 SHLVL=1: ERROR: unknow subsystem (scd1) in (/dev/sr1)
 

A few (possible) things...


It looks like you may be using SCSI emulation.  If so, try to remove the
ide-scsi module with rmmod ide-scsi.  If it is built-in to your
kernel, try recompiling without SCSI emulation.

What if you change the --device part to --device ATAPI:0,0,0 ?

Does it fail if you run the command as root?  If not, are you in the
cdrom group?  What are the permissions on /usr/bin/cdrdao?


On my server, after adding myself to the cdrom group and setting cdrdao
setuid, I receive the following:
$ cdrdao scanbus
Cdrdao version 1.1.9 - (C) Andreas Mueller [EMAIL PROTECTED]
  SCSI interface library - (C) Joerg Schilling
  Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver
tables.

Using libscg version 'schily-0.8'

ATA:1,0,0HP  , CD-Writer cd16b , 2.00
ATA:1,1,0SAMSUNG , DVD-ROM SD-616F , F100


hth




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCeoFRRN00fSK5G0MRAnYJAKCKwly0ssfICBmBvC4Be4Yysv7NugCeKY2z
CEWS9yrjp2Tcr65769a0ALo=
=zvBX
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dpkg EOF mozilla error after dselect install

2004-03-11 Thread Edward J. Shornock

Thursday, March 11, 2004, 9:30:13 PM, Nick Lidakis wrote:

NL Running unstable debian here, and after a dselect update, dselect install:


NL marvin:/home/nick# dselect install
NL Reading Package Lists... Done
NL Building Dependency Tree... Done
NL 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
NL 4 not fully installed or removed.
NL Need to get 0B of archives.
NL After unpacking 0B of additional disk space will be used.
NL Do you want to continue? [Y/n]
NL Setting up mozilla-browser (1.6-2) ...
NL Updating mozilla chrome
NL registry.../usr/sbin/update-mozilla-chrome: line
NL 68: une
NL xpected EOF while looking for matching `}'

Open the file /usr/sbin/update-mozilla-chrome .

Change lines 68  69 from
-start-
touch ${LIBDIR]/chrome/user-skins.rdf
touch ${LIBDIR]/chrome/user-locales.rdf
-end-

to

-start-
touch ${LIBDIR}/chrome/user-skins.rdf
touch ${LIBDIR}/chrome/user-locales.rdf
-end-

This should solve it, as I had the same problem tonight.  After making
those changes, run apt-get -f install to continue the upgrade.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dpkg EOF mozilla error after dselect install

2004-03-11 Thread Edward J. Shornock

Thursday, March 11, 2004, 9:30:13 PM, Nick Lidakis wrote:

NL Running unstable debian here, and after a dselect update, dselect install:

snip


NL I have  Google'd, and can't seem to find anything relevant. I also tried
NL removing all of the mozilla packages using dpkg -P, and reinstalling; I
NL get the same errors.
NL Any suggestions would be appreciated.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=237571

NL Nick




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [Repost] F-prot update cron script fails

2004-02-15 Thread Edward J. Shornock
Hello VSJ,

Wednesday, February 11, 2004, 3:38:58 PM, you wrote:

V Unfortunately, this doesn't work, I get an e-mail twice a day with the
V following subject:

V Cron [EMAIL PROTECTED] root if [ -x /usr/lib/f-prot/tools/check-updates ];
V then /usr/lib/f-prot/tools/check-updates -cron -quiet; fi

V (one line, without the quotation marks)

V And with the following message body:

V /bin/sh: -c: line 1: syntax error near unexpected token `then'
V /bin/sh: -c: line 1: `root if [ -x
V /usr/lib/f-prot/tools/check-updates ];
V then /usr/lib/f-prot/tools/check-updates -cron -quiet; fi'

V (two lines, both starting with /bin/sh: -c: line 1: )

V This problems exists for almost a year. Now I'd like to solve it. I don't
V know where the 'if' statement in the cron error message comes from.

Try /etc/cron.d/f-prot-installer

V I already tried purging F-Prot, removing the cron script, rewrite the cron
V script, etc. I don't know what I should do next.

This what my /etc/cron.d/f-prot-installer looks like:

27 4,16 * * * root test -x /usr/lib/f-prot/tools/check-updates   \
/usr/lib/f-prot/tools/check-updates -cron
#
# Check for new version  of program once a week
#
00 12 * * 1 root test -x /usr/sbin/update-f-prot   \
 /usr/sbin/update-f-prot -i



HTH






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re[2]: [Repost] F-prot update cron script fails

2004-02-15 Thread Edward J. Shornock
Oops...I was wrong


# cat /etc/cron.d/f-prot-installer
# Regular cron jobs for the f-prot-installer package
#
# automatically update the f-prot(tm) virus signature definitions
# (.DEF files) with the 'check-updates' bash script.

# NOTE: Don't use this script in combination with mailscanner. Use the
# autoupdate script in /etc/mailscanner instead.

# run check-updates twice a day: 04:27 and 16:27. # With this
# configuration, you will get e-mails whenever signature files are
# updated or when an error occours.

# If you only want to receive e-mail only when an error occours, then
# you want to include the -quiet parameter

27 4,16 * * * root test -x /usr/lib/f-prot/tools/check-updates 
/usr/lib/f-prot/tools/check-updates -cron
#
# Check for new version  of program once a week
#
00 12 * * 1 root test -x /usr/sbin/update-f-prot 
/usr/sbin/update-f-prot -i


--Note:  the two crontab entries should both be on one line each.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Rejecting viruses the Right Way[tm]

2004-02-09 Thread Edward J. Shornock
Steve Lamb wrote:

Derrick 'dman' Hudson wrote:

If a message is either rejected (during the SMTP dialog) or bounced
(after accepting and queueing the message) then the same innocent
third party receives some junk mail.[1]  The difference is only in
which server is sending the bounce message.


The presumption being, of course, that the other side is a real 
MTA and not the virus/worm itself.  Rejecting is acceptable as the 
onus is on the other side on what to do.  You're not generating the 
bounce.  If it is a virus/worm then it isn't likely to generate a 
bounce.  If it is an MTA then they had best get their act together and 
not propigate viruses.

I agree and have been using this successfully for some time now:  I have 
those bounces blocked with Postfix.
http://www.t29.dk/antiantivirus.txt

# t29.dk postfix header_checks regexp file, rev. 8 (2004-02-07)
# conversion by Niels Callesøe (dk pfy) [EMAIL PROTECTED]
# usage (main.cf):
# header_checks = regexp:/etc/postfix/header_checks
#
# original compilation by Tim Jackson for SpamAssassin
# http://www.timj.co.uk/linux/bogus-virus-warnings.cf
#
# conversion for procmail by Peter Jensen can be found at
# http://pekaje.homeip.net/antiantivirus_procmail.txt
#
# Note: Some people have suggested using DISCARD rather than REJECT. This is a bad 
idea.
# REJECT'ing these will not bounce to an innocent user, unless the antivirus program
# forges the return address. Most antivirus programs insert their own, and so the only
# one who will see the bounce is the admin who needs to fix his broken AV software.
# In the event of a false positive, REJECT'ing will make sure the sender knows about 
it.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: script to list installed packages

2004-02-01 Thread Edward J. Shornock
Nick Hastings wrote:

* Dave Carrigan [EMAIL PROTECTED] [040130 00:46]:
 

On Thu, Jan 29, 2004 at 07:58:36PM +0900, Nick Hastings wrote:
   

No I don't think so, note the -w flag. It will only match if the
package name _is_ install.
 

That is correct, the -w flag makes it catch the entire word install, 
not *install*.

Also, this will miss held packages.
   

My apologies you are correct here.
 


Better would be

 dpkg --get-selections | awk '$2 ~ install|hold {print $1}'
 

Oops, now you will match with uninstall... 

Yes, you'll match deinstall

I think the best way would be
  dpkg --get-selections \* | egrep -w 'hold|install'
or perhaps this status
doesn't exist anymore? Anyone know all possible statuses that can be
reported by dpkg --get-selections? 

 

I think they are limited to install, deinstall, hold, and purge, 
but I could be mistaken.

Nick.

 

Ed

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: unsuscribe

2004-02-01 Thread Edward J. Shornock
[EMAIL PROTECTED] wrote:

 


To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Note your spelling of unsubscribe too :)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: script to list installed packages

2004-02-01 Thread Edward J. Shornock
Michael D Schleif wrote:

  dpkg -l | grep ^i

hth

 

That's what I used to use, but you'd have to specify something like
 COLUMNS='150' dpkg -l |grep ^i
Otherwise, you'll have names like this returned:
   ii  xtightvncviewe 1.2.7-3Virtual network computing client 
software fo

Notice how the r is cut off in the package name.

With COLUMNS=150

   # COLUMNS='150' dpkg -l |grep ^i |grep xtight
   ii  xtightvncviewer 1.2.7-3 
Virtual network computing client software for X

Using dpkg --get-selections , you'll see the proper name of the package, 
like this:
   # dpkg --get-selections \* |egrep -w 'install|hold' |grep xtight 
|cut -f1
   xtightvncviewer

HTH

Ed

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: un-suscribe

2004-01-23 Thread Edward J. Shornock
Alphonse Ogulla wrote:

-Original Message-
From: Moroni Montoya Ceballos [mailto:[EMAIL PROTECTED]
Sent: 23 January 2004 07:58
To: Sean Furey; [EMAIL PROTECTED]
Subject: un-suscribe
I want out!!!  please get me out of this list!
   

To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]

 

Or if reading what's at the bottom of EVERY e-mail is too difficult:

mailto:[EMAIL PROTECTED]  --- 
CLICK ME!  Then click the send button in your e-mail client.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Erm, is this spam?

2004-01-23 Thread Edward J. Shornock
Nathan Stanley wrote:

Is this a spammer, because I got another one from the same addresses saying
I was added to the list and I now had access to many hot hot sites.
 

It most certainly is.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Segfault in apt-spy in sid

2004-01-23 Thread Edward J. Shornock
Has anyone else noticed a problem with apt-spy on unstable?

I used the following command line:
   apt-spy -d unstable -o unstable.apt
After testing the 7th and final server, I received the following:

SERVER: ftp.wa.au.debian.org
Benchmarking FTP...
   Downloaded 1049600 bytes in 19.71 seconds
   Download speed: 52.00 kB/sec
Benchmarking HTTP...
   Downloaded 730439 bytes in 15.51 seconds
   Download speed: 45.99 kB/sec
Segmentation fault
The last for lines of strace'ing the process showed the following:
recv(6, 14:17 libaspell15_0.50.4.1-1_ia6..., 16383, 0) = 1448
gettimeofday({1074920852, 902449}, NULL) = 0
gettimeofday({1074920852, 902501}, NULL) = 0
select(7, [6], [], NULL, {1, 0})= 1 (in [6], left {0, 76})
recv(6, pspell-dev_0.50.4.1-1_powerpc.de..., 16383, 0) = 1448
gettimeofday({1074920853, 143078}, NULL) = 0
gettimeofday({1074920853, 143128}, NULL) = 0
time([1074920853])  = 1074920853
close(6)= 0
rt_sigaction(SIGPIPE, {SIG_DFL}, {SIG_IGN}, 8) = 0
write(1, \t\tDownloaded 1373968 bytes in 15..., 44) = 44
write(1, \t\tDownload speed: 85.71 kB/sec\n, 31) = 31
gettimeofday({1074920853, 144334}, NULL) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
System information:
Package: apt-spy
Version: 3.1-2
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux darkside 2.4.22-p4-686 #1 Tue Nov 18 15:14:59 EST 2003 i686
Locale: LANG=en_US, LC_CTYPE=en_US (ignored: LC_ALL set to C)
Versions of packages apt-spy depends on:
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared 
libraries an
ii  libcurl27.10.8+7.11.0-pre1-1 Multi-protocol file 
transfer libra

Can anyone think of some potential causes for this problem?  I'm waiting 
to file a bug report until I can hopefully get more information about 
this

Thank you in advance,

Edward J. Shornock

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Segfault in apt-spy in sid

2004-01-23 Thread Edward J. Shornock
Edward J. Shornock wrote:

Can anyone think of some potential causes for this problem?  I'm 
waiting to file a bug report until I can hopefully get more 
information about this


Or...is there any additional information that I could supply that'd be 
useful when submitting a bug report?





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-cache show (only newest package)

2004-01-21 Thread Edward J. Shornock
Bill Moseley wrote:

This laptop was installed as a Woody, then it went through testing and 
now unstable.  I've got sources for all in sources.list.

So, when I do   

	$ apt-cache show foo 

I see more than one foo package.  Can I use apt-cache to just show the 
most current package -- or really, the package that would get installed 
with apt-get install foo?

 

I think

$  apt-cache policy foo

might be what you're looking for...



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-cache show (only newest package)

2004-01-21 Thread Edward J. Shornock
Bill Moseley wrote:

This laptop was installed as a Woody, then it went through testing and 
now unstable.  I've got sources for all in sources.list.

So, when I do   

	$ apt-cache show foo 

I see more than one foo package.  Can I use apt-cache to just show the 
most current package -- or really, the package that would get installed 
with apt-get install foo?
 



For example:

$ apt-cache policy gcc
gcc:
 Installed: 4:3.3.2-2
 Candidate: 4:3.3.2-2
 Version Table:
*** 4:3.3.2-2 0
   650 http://ftp.nl.debian.org unstable/main Packages
   500 http://mirror.ox.ac.uk testing/main Packages
   100 /var/lib/dpkg/status
2:2.95.4-14 0
   500 http://mirror.cs.wisc.edu stable/main Packages
HTH, and hope this is what you're looking for.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unable to update and upgrade 'sid'

2004-01-18 Thread Edward J. Shornock
Davi Leal wrote:

I am unable to update and upgrade Debian unstable 'sid', after being 20 days 
without updating, upgrading. The error output is the same using dselect or 
aptitude.

Any comment will be appreciated.
Regards,
Davi
 

Might I possibly suggest trying to run:

 # dpkg --force-all -i 
/var/cache/apt/archives/dia-common_0.91-10.1_i386.deb

and seeing what the output is?

I just now installed that pkg which is causing you grief on my system 
without issue:

--cut--
# apt-get install dia
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
 dia-common
Recommended packages:
 dia-gnome
The following NEW packages will be installed:
 dia dia-common
0 upgraded, 2 newly installed, 0 to remove and 15 not upgraded.
Need to get 1922kB of archives.
After unpacking 9183kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.nl.debian.org unstable/main dia-common 0.91-10.1 [1756kB]
Get:2 http://ftp.nl.debian.org unstable/main dia 0.91-10.1 
[166kB]   
Fetched 1922kB in 13s 
(141kB/s)   

Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Reading changelogs...
Selecting previously deselected package dia-common.
(Reading database ... 235921 files and directories currently installed.)
Unpacking dia-common (from .../dia-common_0.91-10.1_i386.deb) ...
Selecting previously deselected package dia.
Unpacking dia (from .../dia_0.91-10.1_i386.deb) ...
Setting up dia-common (0.91-10.1) ...
Setting up dia (0.91-10.1) ...

localepurge: checking system for new locale ...
localepurge: processing locale files ...
--cut--
If using the force switch with dpkg doesn't work, maybe try deleting the 
dpkg info for that package?  I've had to do something similar with horde 
previously...

  # rm /var/lib/dpkg/info/dia.* /var/lib/dpkg/info/dia-common.*

Maybe that'd work...

Does anyone have any other suggestions?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Documentation and Usability was Re: EXT3 at install..no more?

2004-01-17 Thread Edward J. Shornock
Mac McCaskie wrote:

I will have to ditto Monique's frustration.

Frustration over Joseph Guida MD's trolling?  Excellent, that's how the 
majority that have responded to this post feel as well! =)

I am a debian noobie.  However, I started working with IBM PC's in '83 
and later graduated to XT's on the job.  The first windows I installed 
was 2.0 (a runtime version for a tape backup program).  Over the years 
I've seen Novell perfect it's security and gradually fade into the 
background, DOS disappear, and Windows mature into the juggenaut we 
all love to hate.

If you want Debian to eventually follow DOS, then neglect new users 
and ignore documentation.  Keep knowledge to yourselves and allow only 
club members to know the secret incantations.

Woah, doesn't seem like you're agreeing with Monique after all...mmkay.

Rant
WTF?  Anyone that can *read* can learn the secret incantations.  
Documentation in its current state may not spoonfeed anyone, and it 
could indeed be better.  You seem to forget, as did the original poster, 
that Debian is a volunteer effort; it is not run by a large corporation 
like Redhat.

Personally, as a Linux user since 1997, documentation in general for 
Linux is *far* better than what it was back then. Yet, I managed to set 
up Slackware on my box (after quite a bit of RTFM) all those years ago.  
I can only imagine what you'd be saying back then, if you're complaining 
about a so-called secret society here in 2004...

OR, you can work to reduce the frustration and steep learning curve 
many noobies, including myself and Monique, face when we begin to work 
on our new Debian box.

Monique was complaining about trolling...try to follow the thread, it's 
Joseph Guida MD that you agree with. (Not to be totally mean, but if one 
has been working with computers since '83, I would have thought that the 
art of following a mailing list thread would have been mastered by now 
(and google).).
/Rant

Here's a few links that might help you out, even though you weren't 
*really* asking for help:

Quoting HOWTO -- Read this first =P
http://www.xs4all.nl/~hanb/documents/quotingguide.html
Google
http://www.google.com
Google NewsGroups search
http://groups.google.com
How to Ask Questions the Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html
Debian Documentation
http://www.debian.org/doc/
The Linux Documentation Project
http://www.tldp.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: unsubscribe

2004-01-17 Thread Edward J. Shornock
Stian Skarsbø Solheim wrote:




quote
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a 
subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
/quote

Or to simply it for you:
mailto:[EMAIL PROTECTED]   -- 
click me

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: EXT3 at install..no more?

2004-01-16 Thread Edward J. Shornock
Joseph Guida MD wrote:

Sometimes I think that  open source geeks intentionally complicate 
things to keep the borderline geeks  (like me) from experimenting with 
and learning about O/Ses like Debian.  The install menus USED TO ALLOW 
A CHOICE BETWEEN EXT2 and EXT3...before you loaded up the HD with the 
O/S.  Now, you have to modify the EXT2 after the fact, running the 
risk of screwing up the partitions...


Eh?  If it was removed, how did I manage to format a drive using ext3 
during the installation of a server last weekend???

some pimple faced hacker probably did this as a form of geek-like 
ethnic cleansing...well it worked...


Nothat was the failure to _RTFO_ (Read The Fine Options) during the 
installation.  It was there as an option last weekend (in Debian Woody 
3.0r2), so I'm _SURE_ it's still there now.  Did you install with kernel 
version 2.4.x ?

If not, therein lies the problem...

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]