Re: Confusion

2014-05-09 Thread John W. Foster
On Thu, 2014-05-08 at 16:31 +0930, josh wrote: 
 Hi,
 
 When one has a problem with any GNU/Linux distribution and goes to the
 Internet for help, one is always a. assured that there is loads of help
 available and b. directed to a maze of mailing lists where any search
 immediately returns at least a million hits. This is certainly the case
 with Debian.
 
 Worse, almost every entry in those lists refers to attempting to perform
 some complex technical activity, usually with a root terminal, and is
 studded with abstruse technical terms. Trying to read through even a
 subset of those entries, obtained by severely narrowing the search
 terms, takes hours. And narrowing the terms may just have excluded the
 only relevant entry.
 
 Look at my latest frustration:
 
 I have downloaded 'wheezy' and created a CD from the Iso image. When I
 attempt to boot from the CD the screen image comes up, I respond to a
 few options, then the system reports unable to read from the CD - which
 it has, of course, been doing. 
 
 I have created a second CD - same problem. Downloaded the file again and
 used that to create a third CD - same problem. I have tried these CD's
 on two different machines, one of which faultlessly runs the current
 version of gnewsense and the other puppy linux. Same result.
 
 This is such an elementary failure that it must be happening to lots of
 people. The CDs are all OK - I can open them, see their contents, unzip
 packages, read any readable files. My CD readers are obviously working
 just fine.
 
 I have so far spent two days trying to find some reference to this
 problem in your lists.
 
 Thank you for patiently reading this. My point is that I have a very
 basic problem that must be happening to dozens of other people, yet I am
 finding it impossible to discover the answer. And so must they be.
 
 Is there any way to find the answers to simple, basic problems without
 becoming immersed in millions of abstruse technical queries by people
 who are doing something other than following the very basic installation
 installation steps given on your own website?
 
 Am I missing something obvious here?
 
 Regards,
 
 Josh.
 


Well I'm gonna ask the obvious:
Did you burn it as a .iso file or did you burn it as an image, which is what 
should have been done.
Hope this helps, as Ive made than error before my self.
john


-- 
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/1399647244.14642.2.ca...@beast.physicswiki.net



Re: Confusion

2014-05-09 Thread John W. Foster
On Fri, 2014-05-09 at 12:13 -0400, Steve Litt wrote: 
 On Fri, 09 May 2014 09:54:04 -0500
 John W. Foster jfoster81...@gmail.com wrote:
 
  On Thu, 2014-05-08 at 16:31 +0930, josh wrote: 
   Hi,
   
   When one has a problem with any GNU/Linux distribution and goes to
 
 [clip]
 
   Am I missing something obvious here?
   
   Regards,
   
   Josh.
 
  
  Well I'm gonna ask the obvious:
  Did you burn it as a .iso file or did you burn it as an image,
  which is what should have been done. Hope this helps, as Ive made
  than error before my self. john
 
 Hi John,
 
 Apparently, so have I, because I've thought that in the case of iso9660
 (as opposed to UDF) formatted discs, image and .iso were the same
 thing.
 
 The way I've always burned discs is either:
 
 wodim dev=/dev/sg2 padsize=63s -dao -pad -v -eject myfile.iso
 
 or
 
 growisofs -Z=/dev/sr0=myfile.udf
 
 These *appear* to have given me readable CDs, DVDs and Blu-Rays.
 
 What's the difference between an image and an .iso?
 
 Thanks,
 
 SteveT
 
 Steve Litt*  http://www.troubleshooters.com/
 Troubleshooting Training  *  Human Performance
 

___
In my experience the 'image' always produces a bootable installation
disk. .iso may be written/read as a saved expanded file system 
therefore is not bootable, This is just what I've experienced  YMMV.
A lot of this depends on the software writing the disk as well. If you
simply download an .iso  use a disk writer in a GUI you can have a disk
that is readable/not bootable  a 'windows' system will try to mount it,
sometimes giving the false start of the boot sequence, but not
completing the install. Your 'command line' sequence is apparently
designed to write an image disk. I am not familiar with this
process.However I'm filing it in my tips directory.
thanks
john


-- 
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/1399654389.14642.12.ca...@beast.physicswiki.net



Re: Mysql database dump quit working

2014-04-24 Thread John W. Foster
On Wed, 2014-04-23 at 22:13 +0100, Steve wrote: 
  I have a mediawiki site running on Mysql db; I just started getting this
  message on my automated backup;
  
  mysqldump: Got error: 144: Table './mywiki/searchindex' is marked as
  crashed and last (automatic?) repair failed when using LOCK TABLES
 
   The table is marked as crashed, and an automatic attempt to repair
  failed.
 
   Use the MySQL command-line client to repair the table manually:
 
 mysql --user=root --pass
   USE mediawiki ;- Or whatever your DB is called
   REPAIR TABLE `searchindex`;
 
   If that fails you should restore your backup.  
 
  Any ideas?
 
   Wasn't the message clear?  If not you might wish to submit a bug
  report to the MySQL people to suggest alternative wording which
  makes the problem more explicit.
 
 Steve
Hey Thanks: 
That did the trick
john


-- 
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/1398356738.5939.0.ca...@beast.physicswiki.net



Re: Reverting back to apache2 from lighttpd: have issues

2014-03-24 Thread John W. Foster
On Mon, 2014-03-24 at 14:30 -0400, Jerry Stuckle wrote: 
 On 3/24/2014 12:45 PM, John Foster wrote:
  I have been trying to get lighttpd to run as my web server but was not
  able to get it properly configured. I kept getting an error message
  saying that localhost was not configured properly and I could not use
  the simple browser url  http://localhost to open the server. I decided
  to reinstall apache2  as I had totally removed ALL of apache2 even any
  references to it; the new install was pristine from Debian stable. It
  fired up but I'm still getting the same error when I try to use
  localhost. I use localhost as my editing server for the mediawiki
  installed there /var/www  directly into that directory. Any ideas what I
  have screwed up with my system that will cause this. Also the server is
  not delivering the actual website either.
  thanks
  john
 
 
 
 John,
 
 What's the exact message you get?
 
 Jerry
 
Well I have gotten past the message stage; Seems I needed to move all
the sites ( DWWW, GALLERY, Mediawiki, etc)  into separate directories
under /var/www and to revert Apache to /var/www as the root directory
for the server. I also changed the owner back to root  permissions to
755 for /var/www. Currently I have localhost running and my IP DNS
server at godaddy sending everything to the correct IP address. I can
now run http://localhost/phpinfo.php  which gets the running php
configuration OK. Now the issue seems to be that some scripts ending
in .php are not being allowed to run (under google chrome) instead they
are being downloaded  the source code displayed as text. I recall this
was an issue in older versions of apache, but for the life of me I don't
recall being required to add any exceptions such as AddHandler, AddType,
etc. since debian enabled all this by default. However those seems to be
required so I'm investigating them now. I will graciously accept any
advice.
Thanks
John

BTW: I was sufficiently warned by several list contributors about
lighttpd being a can of worms to configure, Just wanted to give it a go.


-- 
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/1395711075.17664.11.ca...@beast.physicswiki.net



Re: Reverting back to apache2 from lighttpd: have issues

2014-03-24 Thread John W. Foster
On Mon, 2014-03-24 at 21:55 -0400, Jerry Stuckle wrote:
 127.0.0.1localhost


Yes I have that in /etc/hosts
thanks
john


-- 
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/1395713482.17664.18.ca...@beast.physicswiki.net



Re: Reverting back to apache2 from lighttpd: have issues

2014-03-24 Thread John W. Foster
On Mon, 2014-03-24 at 21:52 -0400, Jerry Stuckle wrote: 
 On 3/24/2014 9:31 PM, John W. Foster wrote:
  On Mon, 2014-03-24 at 14:30 -0400, Jerry Stuckle wrote:
  On 3/24/2014 12:45 PM, John Foster wrote:
  I have been trying to get lighttpd to run as my web server but was not
  able to get it properly configured. I kept getting an error message
  saying that localhost was not configured properly and I could not use
  the simple browser url  http://localhost to open the server. I decided
  to reinstall apache2  as I had totally removed ALL of apache2 even any
  references to it; the new install was pristine from Debian stable. It
  fired up but I'm still getting the same error when I try to use
  localhost. I use localhost as my editing server for the mediawiki
  installed there /var/www  directly into that directory. Any ideas what I
  have screwed up with my system that will cause this. Also the server is
  not delivering the actual website either.
  thanks
  john
 
 
 
  John,
 
  What's the exact message you get?
 
  Jerry
 
  Well I have gotten past the message stage; Seems I needed to move all
  the sites ( DWWW, GALLERY, Mediawiki, etc)  into separate directories
  under /var/www and to revert Apache to /var/www as the root directory
  for the server. I also changed the owner back to root  permissions to
  755 for /var/www. Currently I have localhost running and my IP DNS
  server at godaddy sending everything to the correct IP address. I can
  now run http://localhost/phpinfo.php  which gets the running php
  configuration OK. Now the issue seems to be that some scripts ending
  in .php are not being allowed to run (under google chrome) instead they
  are being downloaded  the source code displayed as text. I recall this
  was an issue in older versions of apache, but for the life of me I don't
  recall being required to add any exceptions such as AddHandler, AddType,
  etc. since debian enabled all this by default. However those seems to be
  required so I'm investigating them now. I will graciously accept any
  advice.
  Thanks
  John
 
  BTW: I was sufficiently warned by several list contributors about
  lighttpd being a can of worms to configure, Just wanted to give it a go.
 
 
 
 You don't need to have them all under /var/www, but you do need each 
 virtualhost to have its own directory.  I'm running several hosts; I 
 have several different virtualhost entries in my Apache configuration. 
 Each one has an entry in the /etc/hosts file.
 
 For instance, if one of the sites I manage is example.com, I'll have an 
 entry in /etc/hosts like:
 
127.0.0.1   example
 
 And I'll have a virtualhost defined in Apache as
 
 VirtualHost 127.0.0.1:80
ServerName example
DocumentRoot /var/www/example/html
 ...
 /VirtualHost
 
 Files go in /var/www/example/html
 
 To do it the Debian way, I place the virtual host information in 
 /etc/apache2/sites-available/example, then place a symlink to it as 
 //etc/apache2/sites-enabled/###-example, where ### is a 3-digit number 
 (sites are loaded in directory name sort order).
 
 That way if I want to remove an entry, just remove the symlink and 
 restart Apache.
 
 As for your PHP problem - you don't have PHP installed as an Apache 
 module.  You need to get the package libapache2-mod-php5.
 
 Jerry
Sorry to say but I actually do have libapache2-mod-php5 installed. I'm
now wondering if the ZendServer I installed, from their website, then
removed somehow rewrote some configs somewhere. It installed a crap load
of specialized php stuff, which I also removed.
John


-- 
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/1395713019.17664.16.ca...@beast.physicswiki.net



Re: lighttpd server configs

2014-03-20 Thread John W. Foster
On Thu, 2014-03-20 at 16:58 +1100, Scott Ferguson wrote: 
 On 20/03/14 14:08, John Foster wrote:
  On Wed, 2014-03-19 at 22:40 +, Steve wrote: 
  nginx which was too hard to manage also. I now have lighttpd installed
  which seems simple to manage but out of the box Debian install does not
  work properly.
 
Be specific.  What fails? 
  
  Sorry I thought I was being VERY specific: 
 
 Actually - no.
 You have mod_rewrite installed, you want the base URL rewritten, but you
 haven't posted .htaccess
 Please do.

Now that is why I came to the list :-)

I have no .htaccess file in the directory
/var/www which is the root doc directory for the server.
I've read nothing about one for that directory. I'm aware of what they
are for but the debian installer for lighttpd did not provide one.
Should I put one in place? Please site an example.

Also what about those double slashes that end up in the url? Any notions
on that.
Thanks 
John


-- 
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/1395346177.19476.7.ca...@beast.physicswiki.net



SOLVED: Re: Issue importing a large MYSQL database.

2014-03-02 Thread John W. Foster
On Sat, 2014-03-01 at 23:41 +, Karl E. Jorgensen wrote: 
 Hi
 
 On Sat, Mar 01, 2014 at 01:33:44PM -0600, John W. Foster wrote:
  Yep this is Debian specific. I have a system running Debian Wheezy; up
  to date; AMD 6 core processor; 4GB ram. Terabytes of disk space. This
  computer is in my office, not a remote. I am trying to use command line
  instructions to restore/import a database that I exported a few weeks
  back from a remote server. I was able to do this on the remote server
  using command lines, but after finishing the import the server admins
  decided I was using too much of the VPS servers resources and shut it
  down with no notice.I decided to bring it in house again.The Database is
  2.28 Gb  is from a Mediawiki site. I'm not using any GUI such as
  PhpMyAdmin, though I have those available. The php limitations will not
  allow it to finish using PhpMyAdmin or Mediawiki's import structures.
  Since I did this on a Debian remote host I figured no prob here. Not so.
  I logged in as root, not connected to the internet, to do the import.
  
  issued this command;
  mysql -v -u root -p MyDBName  MyDump.sql
 
 Looks pretty vanilla. No compression? Usually worth the trouble, but
 this is obviously not causing the problem you're seeing.
 
  put in root password,  watched some screen output that resembled the
  Matrix for 2 days. System was accidentally interrupted  quit. I
  restarted it and waited 2 more days, server just quit. 
 
 If the server just quit (I assume without any error messages as you
 do not list any) then there should be clues in mysql's log (usually
 routed via syslog to /var/log/daemon.log).
 
 I have been batting something similar with the mysql client - also
 suffering under long-running import jobs: Re-sizing the terminal
 window seems to cause the mysql client to die. Just like that. REALLY
 annoying.  I suspect that is http://bugs.mysql.com/bug.php?id=62578 

I suspect that was part of the issue 


  Now for the differences;
  On my remote server I created a completely empty database then did the
  import. Then reinstalled the upgraded Mediawiki and managed it as a
  mediawiki upgrade. Here I tried to use the existing installation which
  was new and do the restore as an upgrade. Now this is my question; Any
  one know why this doesn't work.
 
 Which errors/symptoms do you see?
well there were no error logs at all. I now have that fixed by editing
mysql config files. seems that was another thing I neglected  the
output helped me isolate the issue. I was trying to import a dump
file. Basically using the wrong command syntax.

http://www.lullabot.com/blog/news/importexport-large-mysql-databases

this gave me the correct tools and a working solution: Thanks to the
authors for posting this!! 
 
  I'm now trying the new empty db here to
  see if I can get it to work. However even if I do, i want tosolve this
  issue so I don't repeat it. There are some serious benefits to restoring
  to a populated database that I want to preserve. Also I have
  successfully used PhpMyAdmin to do that with much smaller databases.
 
 There are faster ways of copying MySQL databases about - if
 /var/lib/mysql is on a LVM logical volume, you can create a snapshot
 and copy *that* across (the resulting instance will do crash recovery
 upon startup).  Similiar things can probably be achieved with btrfs
 subvolume snapshots or zfs - although those file systems would
 probably not be your first choice to store a database on.
 
 Hope this helps




-- 
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/1393810721.22354.5.ca...@beast.johnwfoster.com



Issue importing a large MYSQL database.

2014-03-01 Thread John W. Foster
Yep this is Debian specific. I have a system running Debian Wheezy; up
to date; AMD 6 core processor; 4GB ram. Terabytes of disk space. This
computer is in my office, not a remote. I am trying to use command line
instructions to restore/import a database that I exported a few weeks
back from a remote server. I was able to do this on the remote server
using command lines, but after finishing the import the server admins
decided I was using too much of the VPS servers resources and shut it
down with no notice.I decided to bring it in house again.The Database is
2.28 Gb  is from a Mediawiki site. I'm not using any GUI such as
PhpMyAdmin, though I have those available. The php limitations will not
allow it to finish using PhpMyAdmin or Mediawiki's import structures.
Since I did this on a Debian remote host I figured no prob here. Not so.
I logged in as root, not connected to the internet, to do the import.

issued this command;
mysql -v -u root -p MyDBName  MyDump.sql

put in root password,  watched some screen output that resembled the
Matrix for 2 days. System was accidentally interrupted  quit. I
restarted it and waited 2 more days, server just quit. 
Now for the differences;
On my remote server I created a completely empty database then did the
import. Then reinstalled the upgraded Mediawiki and managed it as a
mediawiki upgrade. Here I tried to use the existing installation which
was new and do the restore as an upgrade. Now this is my question; Any
one know why this doesn't work. I'm now trying the new empty db here to
see if I can get it to work. However even if I do, i want tosolve this
issue so I don't repeat it. There are some serious benefits to restoring
to a populated database that I want to preserve. Also I have
successfully used PhpMyAdmin to do that with much smaller databases.
Thanks
john


-- 
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/1393702424.28315.18.ca...@beast.johnwfoster.com



Re: Am I paranoid?

2014-02-24 Thread John W. Foster
On Mon, 2014-02-24 at 16:17 +0100, ha wrote: 
 FYI, this was a log entry that caught my attention:
 
 vmusr[3785]: [ warning] [vmtoolsd] The vmusr service needs to run inside 
 a virtual machine.
 
 
 ... And I repeat once again: This is not a virtual machine and I did not 
 install any VM software.
 
Check to see if you have any new users or groups added to your system
that look suspicious. The log entry for vmuser indicates that someone is
or has tried to use your system as a vmuser. I use this type of login on
an OpenVZ system that I use on a remote host. That may give you some
insite.
john


-- 
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/1393255879.5430.2.ca...@beast.johnwfoster.com



Re: Dist-upgrade on remote server fails;

2014-02-14 Thread John W. Foster
On Thu, 2014-02-13 at 12:38 +, Darac Marjal wrote: 
 On Wed, Feb 12, 2014 at 03:42:25PM -0600, John Foster wrote:
  I have a question regarding upgrading a remotely hosted VPN server. was
  running Debian 6; I did a few upgrades to clear the way for a
  dist-upgrade. I normally do this by getting the libc6 stuff and the
  kernel image done first then the rest of my apps. I've had very few
  issues with this in the past. However this is my first time to do it via
  all command line interface on a remotely hosted VPN server. On this
  server there is no kernel image or at least nothing in the /boot
  directory  nothing shows to be installed as a kernel image in dselect.
  the issue at hand is this message when I try to install the new libc6
  parts:
 
 If the package manager doesn't know about your kernel and libc, then I
 think there's a number of possibilities: They've been installed manually
 (for example with ./configure ; make ; make install), The package
 manager has forgotten about them (unlikely, but disk-corruption could do
 that) or I *think* there are certain kinds of virtualised environments
 that don't expose the kernel to you. You don't say your remote server is
 virtual, though, so we'll exclude the latter.
 
 If you haven't installed the files manually, then you should probably
 check files like /var/lib/dpkg/available and /var/lib/dpkg/status for
 truncation/corruption.
what is the consequence of clearing out those files

 
 In terms of recovery, dpkg -i --force-overwrite {something}.deb MIGHT
 work, but note that issue of unsafeness (below). 
I don't mind that, but I think I would try a complete reinstall of
Debian 6 then do the upgrade as they supply the TOOL for that. Less of
an issue I think.I should be able to just restore the wiki after that as
I did when they recently migrated the server (physically)  all the IP
addresses were toast. LOL they thought simply dropping in a snapshot of
the files system would be OK. Man were they off about that.

 
  
  A copy of the C library was found in an unexpected directory:
'/lib/x86_64-linux-gnu/libc-2.13.so'
  It is not safe to upgrade the C library in this situation;
  please remove that copy of the C library or get it out of
  '/lib/x86_64-linux-gnu' and try again.
  
  dpkg: error processing /var/cache/apt/archives/libc6_2.13-38
  +deb7u1_amd64.deb (--unpack):
  subprocess new pre-installation script returned error exit status 1
  Errors were encountered while processing:
  /var/cache/apt/archives/libc6_2.13-38+deb7u1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  
  If anyone has experience with this type of issue or running remotely
  hosted servers please advise of any ideas for managing this issue. i
  have researched a tried a couple of processes that work for some folks
  already, but when I do move those c lib items to another directory the
  whole system fails and I've only been able to rescue my self by having
  several term windows open where I have command line access. I was able
  to reinstall (as in put them back) using filezilla and a remote term
  that was kept open for this purpose.
  Thanks
  John

-- 
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
HTML
HEAD
  META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
  META NAME=GENERATOR CONTENT=GtkHTML/4.4.4
/HEAD
BODY
John FosterBR
BR
/BODY
/HTML


-- 
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/1392323683.5749.22.ca...@beast.johnwfoster.com



Re:

2014-02-06 Thread John W. Foster
On Thu, 2014-02-06 at 14:50 +0200, andrey.ry...@bilkent.edu.tr wrote: 
 hi community.
 i installed new hardware to my my computer. Namely ide cd-dvd rw. The
 device is presenting in /dev directory but i can not see it in file
 manager. i can not use it. What is correct way to install new hardware to
 debian machine? I have newest debian on my computer.
 Thanks in advance,
 Andrey.
 
first a bit of advice; please put a subject in your posts that
identifies your issue;

Is the drive mounted??
if not it will not show in any file manager.
Welcome to linux
frosty


-- 
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/1391702339.31567.2.ca...@beast.johnwfoster.com



Re: dselect in wheezy; Old timers question

2013-12-17 Thread John W. Foster
On Sat, 2013-12-14 at 16:09 -0600, Selim T. Erdogan wrote: 
 John W. Foster, 14.12.2013:
  I'm managing a couple of remote VPS servers with no GUI access except
  putty. I have been using dselect to assist with this process  up to
  yesterday it worked well as it has for years. I did a apt-get
  distupgrade and all went as expected and the system is running fine.
  However after I did the upgrade from old stable to wheezy, I decided
  that I needed to get an upgraded openjdk-7-jre installed for the game
  systems I'm running. When I did that the dselect decided I needed a lot
  of extra stuff to go along and I hit 'ctrl x' to abandon those changes.
  I reloaded the selections available and went into get ONLY the jre that
  I needed using apt-get install   the entire load of X related stuff
  popped up. Now I have tried to clear the caches of dselect and apt but
  they all seem stuck. Running apt-get clean  autoclean do not clear the
  dselect picked dependencies.
  
  Any ideas on how to get the dependencies  suggested selections cleared
  out.
 
 Hello, fellow dselect old-timer. :)  You should have hit X, not Ctrl-X, 
 Anyway, here's what 'man dselect' says:
 
If  you  mistakenly  establish some settings and wish to revert all the
selections to what is currently installed on the system, press the  'C'
key.  This is somewhat similar to using the unhold command on all pack‐
ages, but provides a more obvious panic button in cases where the user
pressed enter by accident.
 
 (The previous paragraph was about using X to back out changes.  The 
 screen in which you should have done that is the context of the pressed 
 enter by accident.)
 
 I never tried this.  Let us know how it works.
 
 

worked exactly as stated. Sorry I didn't even think of checking the man
pages. I've been usin dselect for decades  just 'thought' I knew what I
was doing LOL  just go's to show..
Thanks
John
-- 
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
HTML
HEAD
  META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
  META NAME=GENERATOR CONTENT=GtkHTML/4.4.4
/HEAD
BODY
John FosterBR
BR
/BODY
/HTML


-- 
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/1387283481.31576.1.ca...@beast.johnwfoster.com



Problem: make-jpkg usage to compile 'server-jre-7u45-linux-x64.tar.gz'

2013-12-17 Thread John W. Foster
I have compiled  installed the pakages below that I downloaded directly
from Oracle;

jdk-7u45-linux-x64.tar.gz
jre-7u45-linux-x64.tar.gz

However when I try to compile this one: 

server-jre-7u45-linux-x64.tar.gz

I get a message saying it can not find the matching plugin  the
compilation aborts;
Any tips or ideas: I am using make-jpkg to compile these into .deb
packages then installing with dpkg.
BTW: sorry about the cross post to dev, but I'm not sure where the
address this.
Thanks
John


-- 
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/1387314509.14579.7.ca...@beast.johnwfoster.com



dselect in wheezy; Old timers question

2013-12-14 Thread John W. Foster
I'm managing a couple of remote VPS servers with no GUI access except
putty. I have been using dselect to assist with this process  up to
yesterday it worked well as it has for years. I did a apt-get
distupgrade and all went as expected and the system is running fine.
However after I did the upgrade from old stable to wheezy, I decided
that I needed to get an upgraded openjdk-7-jre installed for the game
systems I'm running. When I did that the dselect decided I needed a lot
of extra stuff to go along and I hit 'ctrl x' to abandon those changes.
I reloaded the selections available and went into get ONLY the jre that
I needed using apt-get install   the entire load of X related stuff
popped up. Now I have tried to clear the caches of dselect and apt but
they all seem stuck. Running apt-get clean  autoclean do not clear the
dselect picked dependencies.

Any ideas on how to get the dependencies  suggested selections cleared
out.
Thanks
John


-- 
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/1387034479.16886.10.ca...@beast.johnwfoster.com



Re: Choosing default OS in multi boot system

2013-11-04 Thread John W. Foster
On Mon, 2013-11-04 at 14:04 +, Kruppt wrote: 
 On 2013-10-30, Jonathan Dowland j...@debian.org wrote:
  I've wondered about this or something similar. Has anyone tried having
  each OS install their grub to their partition, rather than the MBR ??? and
  then having a separate grub configuration that installs onto the MBR
  which lets you chain-load each of the partitions (or LVs or whatever?)
  My thinking is that the MBR-level grub will not need to be updated
  much, and various OS's machinery built on top of grub to update when
  you put a new kernel in, etc., are less likely to trample on each other
  (or the MBR) if you have told them (or d-i or whatever) to not install
  to the MBR themselves.
 
  Does that sound sane?
 
 
 
 Yes, I do exactly that, and have done that on all my computers
 for years. You can create a small partition to install Grub alone.
 Install Grub to MBR and later Grub stages to to this ext3 partition. 
 All GNU/Linux distros installed on said system have Grub installed 
 to their own root partitions. (chainload Grub to Grub)
 Or if it be a great hassle for you to create a separate Grub partition
 as you now have your drive(s) currently partitioned,
 just use the first Linux partition that has a GNU/Linux distro installed
 on the first drive to install Grub MBR and later stages to, 
 and chainload the other Operating Systems 
 installed on drive(s) from there.
I also do this, in particular since one of the OS is Windows 7 pro  it
does not play nicely with others LOL.
john


-- 
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/1383594648.9859.1.ca...@beast.johnwfoster.com



Unknown script command ??

2013-10-31 Thread John W. Foster
This is causing a error on one of my servers during a file import.
Likely being called by a script (that I didn't write).
any Ideas?

sh: /usr/bin/pl

Thanks
John


-- 
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/1383253066.31345.2.ca...@beast.johnwfoster.com



evolution error

2013-10-31 Thread John W. Foster
Any way to get rid of this. Ive tried to fix it for some time but still
pops up. FYI: I do NOT want to use mbox

The reported error was Failed to append to
mbox:///home/frosty/.local/share/evolution/mail/local#Sent: Invalid
folder URI 'mbox:///home/frosty/.local/share/evolution/mail/local#Sent'
Appending to local 'Sent' folder instead..


Thanks
John


-- 
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/1383253219.31345.4.ca...@beast.johnwfoster.com



Re: Unknown script command ??

2013-10-31 Thread John W. Foster
On Thu, 2013-10-31 at 15:15 -0600, Bob Proulx wrote: 
 John W. Foster wrote:
  This is causing a error on one of my servers during a file import.
  Likely being called by a script (that I didn't write).
  any Ideas?
  
  sh: /usr/bin/pl
 
 apt-file returns no hits matching that filename in the Debian archive.
 
   apt-file search /usr/bin/pl | grep /usr/bin/pl$
 
 Are you running something expecting prolog there?
 
 I would be inclined to create a script /usr/bin/pl to capture the call
 and record it.
 
   #!/bin/sh
   # Install as /usr/bin/pl
   exec /var/tmp/pl.trace.out 21 # redirect all output there.
   echo 
   date -R
   echo Begin ps -efH dump
   ps -efH
   echo End ps -efH dump
   echo PID:$$
   echo Begin env dump
   env
   echo End env dump
   echo 
   exit 42
 
 You get the idea.  Dump whatever system state would clue into what
 other process is calling that script.  I suspect there will be enough
 clues in there to identify the offending caller.
 
 Typo?  Prolog?  Other?
 
 Bob

Thanks Bob, I did install prolog just in case that was the call but I'm
inclined to blam a poorly constructed call for perl. I'll try the script
approach as you suggested. Good idea.
Thanks
john
-- 
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
HTML
HEAD
  META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
  META NAME=GENERATOR CONTENT=GtkHTML/4.4.4
/HEAD
BODY
John FosterBR
BR
/BODY
/HTML


-- 
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/1383254858.4961.1.ca...@beast.johnwfoster.com



Re: Question for you network/DNS/Apache gurus;

2013-10-17 Thread John W. Foster
On Wed, 2013-10-16 at 18:22 +0100, Karl E. Jorgensen wrote: 
 On Wed, Oct 16, 2013 at 10:02:49AM -0500, John W. Foster wrote:
  the site under construction is www.physicswiki.net
  the numerical address is 192.65.240.181
 
 These two do not match up: A DNS lookup reveals this:
 
 karl@hawking:~$ host www.physicswiki.net
 www.physicswiki.net is an alias for physicswiki.net.
 physicswiki.net has address 184.168.221.5

Never checked but this was the OLD IP address of the physicswiki.net
server at GoDaddy. Guess they left it when I shut down the server there.
Fixed now, thanks
john




 Thus: when you enter www.physicswiki.net in a browser, you end up at
 184.168.221.5 - which I assume is a different server than
 192.65.240.181.
 
 if you *want* the traffic for www.physicswiki.net to end up at
 184.168.221.5, then you need to update your DNS - this appears to be
 somewhere under domaincontrol.com.
 
 
  the default 'sites-available file is
  
   VirtualHost *:80
 ServerAdmin webmaster@localhost
   
 ServerName www.physicswiki.net
 ServerAlias quark.physicswiki.net   
 DocumentRoot /var/www
 Directory /
 Options FollowSymLinks
 AllowOverride None
 /Directory
 Directory /var/www/
 Options Indexes FollowSymLinks MultiViews
 AllowOverride None
 Order allow,deny
 allow from all
 /Directory
   
 ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
 Directory /usr/lib/cgi-bin
 AllowOverride None
 Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
 Order allow,deny
 Allow from all
 /Directory
   
 ErrorLog ${APACHE_LOG_DIR}/error.log
   
 # Possible values include: debug, info, notice, warn, error, crit,
 # alert, emerg.
 LogLevel warn
   
 CustomLog ${APACHE_LOG_DIR}/access.log combined
   /VirtualHost
  
  
  -- 
  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/1381935769.28066.12.ca...@beast.johnwfoster.com
  
 
 -- 
 Karl E. Jorgensen
 



-- 
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/1382047844.14176.2.ca...@beast.johnwfoster.com



Re: Question for you network/DNS/Apache gurus;

2013-10-17 Thread John W. Foster
 
 Ran a few diagnostics (some of which have been reported by others already):
 
 1. You definitely have to get your DNS records cleaned up.
 

 www.physicswiki.net
 resolves to 184.168.221.5
 canonical name: physicswiki.net
 NOT to 192.65.240.181
 
 184.168.221.5 reverse resolves to
 ip-184-168-221-5.ip.secureserver.net
 192.65.240.181 has no reverse record listed

as a couple of you indicated this is not correct  was caused by an old
dns setup that was left in place by GoDaddy.

 2. Fixing the DNS MIGHT be enough
 www.physicswiki.net goes to page showing:
 Please complete the installation and download LocalSettings.php.
 link shows as http://192.65.240.181/mw-config/index.php
 
 http://192.65.240.181/ - goes to same page
 http://192.65.240.181/mw-config/index.php goes to mediawiki 
 configuration page
 - strangely, clicking through the link from the main page seems to 
 alternately give a blank page and the configuration page - might be a 
 caching thing
 
 So... it's probably NOT a NameVirtualHost issue - as the static IP 
 address seems to work
 
 I do find the line about LocalSettings.php not found suspicious - 
 though that might not be created until you work through the 
 configuration steps.

your assumption is correct. If indeed the site was working correctly
themediawiki server that is running would open a configuration script
that would generate that file. Once installed the site should function
correctly.

 
 Miles Fidelman
 
 -- 
 In theory, there is no difference between theory and practice.
 In practice, there is.    Yogi Berra
 








-- 
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/1382055629.19514.3.ca...@beast.johnwfoster.com



SOLVED: Re: Question for you network/DNS/Apache gurus;

2013-10-17 Thread John W. Foster
Thanks to all of you that assisted. The tip about the odd leftover dns
server at GoDaddy was the real culprit. Regardless, this list has once
again proven to be the greatest asset of Debian Linux.
Thanks
john


-- 
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/1382055972.23327.2.ca...@beast.johnwfoster.com



Re: Question for you network/DNS/Apache gurus;

2013-10-16 Thread John W. Foster
the site under construction is www.physicswiki.net
the numerical address is 192.65.240.181
the default 'sites-available file is

 VirtualHost *:80
   ServerAdmin webmaster@localhost
 
   ServerName www.physicswiki.net
   ServerAlias quark.physicswiki.net   
   DocumentRoot /var/www
   Directory /
   Options FollowSymLinks
   AllowOverride None
   /Directory
   Directory /var/www/
   Options Indexes FollowSymLinks MultiViews
   AllowOverride None
   Order allow,deny
   allow from all
   /Directory
 
   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
   Directory /usr/lib/cgi-bin
   AllowOverride None
   Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
   Order allow,deny
   Allow from all
   /Directory
 
   ErrorLog ${APACHE_LOG_DIR}/error.log
 
   # Possible values include: debug, info, notice, warn, error, crit,
   # alert, emerg.
   LogLevel warn
 
   CustomLog ${APACHE_LOG_DIR}/access.log combined
 /VirtualHost


-- 
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/1381935769.28066.12.ca...@beast.johnwfoster.com



Re: Question for you network/DNS/Apache gurus;

2013-10-16 Thread John W. Foster
On Wed, 2013-10-16 at 10:02 -0500, John W. Foster wrote: 
 the site under construction is www.physicswiki.net
 the numerical address is 192.65.240.181
 the default 'sites-available file is
 
  VirtualHost *:80
  ServerAdmin webmaster@localhost
  
  ServerName www.physicswiki.net
  ServerAlias quark.physicswiki.net   
  DocumentRoot /var/www
  Directory /
  Options FollowSymLinks
  AllowOverride None
  /Directory
  Directory /var/www/
  Options Indexes FollowSymLinks MultiViews
  AllowOverride None
  Order allow,deny
  allow from all
  /Directory
  
  ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
  Directory /usr/lib/cgi-bin
  AllowOverride None
  Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  Order allow,deny
  Allow from all
  /Directory
  
  ErrorLog ${APACHE_LOG_DIR}/error.log
  
  # Possible values include: debug, info, notice, warn, error, crit,
  # alert, emerg.
  LogLevel warn
  
  CustomLog ${APACHE_LOG_DIR}/access.log combined
  /VirtualHost
 
 

I also just tried adding the actual IP address to the apache config as 
Listen NameVirtualHost 192.65.240.181:80 in apache.conf
and
VirtualHost 191.65.240.181:80 in /sites-available/defalut

did the apache restart but seemed to make on difference. 


-- 
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/1381937989.30437.3.ca...@beast.johnwfoster.com



Question for you network/DNS/Apache gurus;

2013-10-15 Thread John W. Foster
I have a web site established on a remote hosted VPS server system. 
I have full root access.
I use Debian linux on my personal system (wheezy)  on the remotely
hosted site (squeeze).
I use Godaddy as my domain registrar. 
I have the domain for the remotely hosted VPS site set up at Godaddy.
I have the exact IP address set up there to forward to the VPS site with
masking.
I have a tarball based mediawiki set up on the VPS site in /var/www/
There are no links in /var/www/ to the site, the opening page is
index.php  is in this directory.
I simply use the /sites-enabled/default in apache2 to send web queries
to the VPS site.

Up to here all seems to work OK.
Here is the issue.
When I try to access the mediawiki for configuration, using 
http://my.mediawiki.net (example)  the site will not work as it should.
It opens the startup page but will do nothing else.
When I access the site with http:// 123.123.123.123 (example numerical
IP address) the VPS site allows the mediawiki to run the configuration 
setup as it should.

This is my first attempt to manage a remote site so I really need
advice.
Any Tips are appreciated  BTW I did ask these questions on the
Mediawiki site, but alas no help there.
john


-- 
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/1381863046.15752.16.ca...@beast.johnwfoster.com



Re: Question for you network/DNS/Apache gurus;

2013-10-15 Thread John W. Foster
On Tue, 2013-10-15 at 19:56 +0100, Karl E. Jorgensen wrote: 
 Hi
 
 I'll have a bite on this one...
 
 On Tue, Oct 15, 2013 at 01:50:46PM -0500, John W. Foster wrote:
  I have a web site established on a remote hosted VPS server system. 
  I have full root access.
  I use Debian linux on my personal system (wheezy)  on the remotely
  hosted site (squeeze).
  I use Godaddy as my domain registrar. 
  I have the domain for the remotely hosted VPS site set up at Godaddy.
  I have the exact IP address set up there to forward to the VPS site with
  masking.
  I have a tarball based mediawiki set up on the VPS site in /var/www/
  There are no links in /var/www/ to the site, the opening page is
  index.php  is in this directory.
  I simply use the /sites-enabled/default in apache2 to send web queries
  to the VPS site.
  
  Up to here all seems to work OK.
  Here is the issue.
  When I try to access the mediawiki for configuration, using 
  http://my.mediawiki.net (example)  the site will not work as it should.
  It opens the startup page but will do nothing else.
 
 Odd. I assume you mean the startup page for mediawiki? (as opposed to
 the default apache It's working! page)

You are correct; The actual startup page for a NEW mediawiki
installation is a index.php page that is in fact a script to configure
the initial mwediawiki site. From that point the wiki may be edited by
those that are qualified and be read by anyone on any browser. Thant
page does not proper behave as a script, when accessed with the FQDN. It
does however act as a script when accessed with the actual numerical IP
address.

 
  When I access the site with http:// 123.123.123.123 (example numerical
  IP address) the VPS site allows the mediawiki to run the configuration 
  setup as it should.
 
 Sounds good.
 

-- 
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
HTML
HEAD
  META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
  META NAME=GENERATOR CONTENT=GtkHTML/4.4.4
/HEAD
BODY
John FosterBR
BR
/BODY
/HTML 
 Is the DNS for my.mediawiki.net (example name) actually pointing to
 123.123.123.123 (example IP) ?

Yes according to the hosting setup at GoDaddy it does point to the numerical 
address.
Additionally, I have done this before to point to a static IP address on
a server running here in my office.That server worked fine. Cant afford
the static IP any longer.

Thanks 
John

  
  This is my first attempt to manage a remote site so I really need
  advice.
  Any Tips are appreciated  BTW I did ask these questions on the
  Mediawiki site, but alas no help there.
  john
 
 -- 
 Karl E. Jorgensen
 
 



-- 
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/1381882469.25167.9.ca...@beast.johnwfoster.com



Re: Question for you network/DNS/Apache gurus;

2013-10-15 Thread John W. Foster
On Tue, 2013-10-15 at 16:52 -0400, Miles Fidelman wrote: 
 Jesse Molina wrote:
 
  Sounds like your Apache config may not be correct.  You should post 
  the relavant portion.
 
  You need to elaborate on It opens the startup page but will do 
  nothing else..  What is a startup page?  Nobody but you knows what 
  this means.
 
 
  On 10/15/13 11:50 AM, John W. Foster wrote:
  I have a web site established on a remote hosted VPS server system.
  I have full root access.
  I use Debian linux on my personal system (wheezy)  on the remotely
  hosted site (squeeze).
  I use Godaddy as my domain registrar.
  I have the domain for the remotely hosted VPS site set up at Godaddy.
  I have the exact IP address set up there to forward to the VPS site with
  masking.
  I have a tarball based mediawiki set up on the VPS site in /var/www/
  There are no links in /var/www/ to the site, the opening page is
  index.php  is in this directory.
  I simply use the /sites-enabled/default in apache2 to send web queries
  to the VPS site.
 
  Up to here all seems to work OK.
  Here is the issue.
  When I try to access the mediawiki for configuration, using
  http://my.mediawiki.net (example)  the site will not work as it should.
  It opens the startup page but will do nothing else.
  When I access the site with http:// 123.123.123.123 (example numerical
  IP address) the VPS site allows the mediawiki to run the configuration 
  setup as it should.
 
 
 
 A critical clarifying question: is your site set up for virtual hosting 
 (same IP address, multiple site names) or for absolute addressing?  
 That's a fairly typical place for things to get messed up on hosted systems.
I have at the suggestion of another added the vhost alias apache module.
The site is a simple absolutely addressed site, It does not  I have no
plans to host any other sites on this VPS server.

Thanks
John


-- 
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/1381882840.25167.12.ca...@beast.johnwfoster.com



reinstalling Nginx others usin apt from command line

2013-10-10 Thread John W. Foster
I want to know if there is a way to use reinstall with some command to
overwrite all the existing configs using the dist configs. I want a
complete new installation with no modifications. I have tried this but
so far apt uses the existing configs. I end up with a non working
server. I had this same issue with apache and evolution. Seem like I
should be able to specify this at setup.
Thanks
john


-- 
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/1381335699.20834.4.ca...@beast.physicswiki.net



Re: reinstalling Nginx others usin apt from command line

2013-10-10 Thread John W. Foster
On Wed, 2013-10-09 at 11:21 -0500, John W. Foster wrote: 
 I want to know if there is a way to use reinstall with some command to
 overwrite all the existing configs using the dist configs. I want a
 complete new installation with no modifications. I have tried this but
 so far apt uses the existing configs. I end up with a non working
 server. I had this same issue with apache and evolution. Seem like I
 should be able to specify this at setup.
 Thanks
 john
 
 

I suppose I should have asked a more precise question. Thanks to all of
you that offered suggestions;
I think the real issue with what I need to do is that I do indeed want
to know if there is a debian way to completely purge all files
installed by an application. Currently for example evolution 'hides' its
dot files somewhere other that a simple .evolution. I wanted to try to
get it reinstalled with a completely clean setup  no way to do so. I
stripped every reference to evolution from the entire file system,
purged the application as you suggested in your references, and
reinstalled it. Well guess what, all the old stuff was still there and
it still doesn't work properly. FWIW: all these issues were generated
when I upgraded from squeeze to wheezy  the system is wonky on several
fronts. I did a NEW installation of wheezy on another system  it has
none of these issues. As soon as I get my server moved to a remote site,
I'm gonna flatten the drive  start over with a new installation.
Thanks for the assist, anyway.
John


-- 
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/1381464616.12885.8.ca...@beast.johnwfoster.com



DWWW its requirements

2013-09-18 Thread John W. Foster
I want to use DWWW as my onboard help system. I have done so for years.
Now I want to use nginx as my web server and DWWW will not install
without apache. I dont want to install 2 webservers so how do I get
around this.

There are several applications that seem to have this same issue. Some
help please.
john


-- 
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/1379517957.7838.2.ca...@beast.physicswiki.net



Re: [MediaWiki-l] Pure TeX extension wanted

2013-09-18 Thread John W. Foster
On Tue, 2013-09-17 at 23:36 +0100, Aaron Gray wrote: 
 Hi John,
 
 looks like I am going to have to write one as its removed from 1.18
 and anyway it was colored and only supported a subset of TeX anyway.
 
 Thanks,
 
 Aaron
 
 
 On 17 September 2013 19:46, John W. Foster jfoster81...@gmail.com wrote:
  On Sun, 2013-09-15 at 19:21 +0100, Aaron Gray wrote:
  Hi ,
 
  I am wondering if there is a pure uncoloured TeX extension for
  MedaWiki, rather than the restricted Maths extension ?
 
  Many thanks in advance,
 
  Aaron
 
  ___
  MediaWiki-l mailing list
  mediawik...@lists.wikimedia.org
  https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
 
  Check out this page:
 
  http://www.mediawiki.org/wiki/Manual:$wgUseTeX
 
  Tex is generally condsidered an obsolete option but I still use it for
  some processes other than math
-Bottom Posting is GOOD
You should take a look at the working wiki extension that Lee Worden 
company has developed. I have used it in the past with excellent results
 they offer plenty of assistance if you need it. if nothing else you
may gather some info as to what to do to design your own extension.
Best wishes
John




-- 
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/1379518421.7838.6.ca...@beast.physicswiki.net



Re: How to eliminate these 'Script ETH1START is broken'

2013-09-16 Thread John W. Foster
On Fri, 2013-09-13 at 16:07 +, Curt wrote: 
 On 2013-09-12, John W. Foster jfoster81...@gmail.com wrote:
  How to get rid of these messages;
  System is working fine, but I get these now and then when installing or
  uninstalling debian apps
 
 Didn't Bob Proulx already answer your question back in June?
 
 http://lists.debian.org/debian-user/2013/06/msg01159.html
 
 
 
 

aparrantly he did  I just missed it. Sorry for the Dup. Now to get it
repaired. Thanks.
john


-- 
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/1379358597.7388.0.ca...@beast.home



Re: One-Stop Debian Box Config Tool: Call for Collaborators!

2013-09-13 Thread John W. Foster
On Fri, 2013-09-13 at 01:36 -0700, Jarrod O'Flaherty wrote: 
 
 
 Greetings All!
 
 This is a call to Debian programmers who would be interested in
 spending a couple hours 
 a month working with me on developing a One-Stop Debian Box Config
 Tool -- a tool intended to
 become the central and all-encompassing place to go to configure any
 and every aspect of your 
 Debian system. 
 
 
 
 CONCEPT OUTLINE
 =
 
 The tool will (subject to the approval of the collaborators ;) :
 
 1. Drastically reduce the need to:
a) Google every time you want to tweak feature X of package Y.
 
b) Post to message boards when Googling fails to deliver the goods.
 
 
 
 
 2. Provide users with an (ever-growing!) common repository of
 step-by-step recipes by which 
 they can tweak / fix / customize / build / repair / upgrade their
 systems.
 
 
 
 
 3. Present each step of a recipe in the form of a regular shell
 command, so it can be
 easily checked, easily modified, and -- most importantly! --
 easily applied.
 
 
 
 
 
 4. Eliminate the need to copy and paste said shell commands by
 providing a special terminal
 window as part of the interface.
 
 
 5. Reduce or altogether eliminate the need to edit the shell commands
 by intelligently substituting 
 
 installation-specific pathnames, module names, version numbers,
 etc. into the commands
 as appropriate.
 
 
 6. Allow you to search the recipes using a goal-based syntax similar
 to the following:
PATTERN) I want to: VERB + OBJECT [ + to + VALUE ] 
EXAMPLE) I want to: change the default GTK font size to 18pt
 
 
 7. Facilitate the sending of feedback to report successes and failures
 using a given
 recipe, automatically collecting and attaching to it relevant
 information on the system setup
 as well as any (error) messages that were output during the process.
 
 
 8. Play The Imperial March every time you report using a recipe
 successfully. 
 (H. Then again, there could be some licensing problems there.)
 
 
 All frivolity aside, let's start talking about how to automate the
 system configuration and 
 administration process the same way the rest of the *NIX world is
 automated!
 
 
 
 HOW TO GET INVOLVED
 
 
 
 Those interested should email me ( jofs...@yahoo.com ) with their:
 
 * Name
 * Languages Spoken/Written
 * Timezone of Residence
 
 * Linux Background and Proficiency
 * Linux Flavors Used
 * Programming Experience
 
 * Ways You Would Like to Help
 
 Anyone and everyone who enjoys using Linux is welcome to join. 
 
 And if you would like to participate but are unsure as to how to do
 so, let me suggest
 that collaborators can, initially at least, be of greatest assistance
 in:
 
 * Setting up a project homepage.
 * Setting up a mailing list or equivalent by which collaborators can
 communicate.
 * Helping to flesh out the project scope and requirements.
 * Drafting up a design document and work plan.
 * Creating a document  code repository on Github or similar.
 
 Come and join me in collaborating on a tool that's going to be the
 biggest revolution in 
 Linux-box interaction since .inputrc got history-search-backward!
 
 Look forward to hearing from you!
 
 Yours Sincerely,
 Jarrod O'Flaherty.
 
 

-
I'm not a programmer but I do have a opinion. Webmin is already my 'go
to' tool for a lot of those chores. The problem is it is too generic and
not specific to Debian. A good place to start would be to get involved
as a module writer for Webmin that is SPECIFIC to to Debian or
generate an installable current Debianized fork with modules that are
relative and preset for Debian. If not that then devise a system of
similar capability. As far as I know the only real issue with Webmin is
its just not broad based enough, and with mostly one developer, Jaime
has done a remarkable job. My rarely expressed 2 cents worth.
I would be willing to offer critiques from a user point and ideas if you
get this rolling. I think its a good idea.


-- 
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/1379083070.9996.7.ca...@beast.home



Re: Php5 error message

2013-09-13 Thread John W. Foster
On Fri, 2013-09-13 at 10:15 +0100, Darac Marjal wrote: 
 On Thu, Sep 12, 2013 at 06:12:52PM -0500, John W. Foster wrote:
  I want to get rid of these messages: HOW!
 
 In the files mentioned, replace the # with ;.
 
  
   PHP Deprecated:  Comments starting with '#' are deprecated
   in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
   PHP Deprecated:  Comments starting with '#' are deprecated
   in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
   PHP Deprecated:  Comments starting with '#' are deprecated
   in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
  
  The reason for my question here is that this is a vanilla php5 install
  using debian configs. Seems this should be eliminated by the package
  maintainers IMHO
 
 There's a bug for this (#571735) and it's already been fixed. Upgrade to
 1:0.4.5-1 or later.
 

Oops; I didn't check for a bug.
Thanks, I'll get rid of it.


-- 
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/1379083158.9996.8.ca...@beast.home



Re: How to eliminate these 'Script ETH1START is broken'

2013-09-13 Thread John W. Foster
On Fri, 2013-09-13 at 13:00 +0530, Kailash wrote:
 locate ETH1START

root@mysystem:/home/myname# locate ETH1START
/etc/init.d/ETH1START
/etc/rc2.d/S01ETH1START
/etc/rc3.d/S01ETH1START
/etc/rc5.d/S01ETH1START

FYI I one had 2 ethernet cards in this box and removed one. I'm not sure
why this poped up, but it did so after I upgraded to wheezy. Weird thing
is I removed one card a long time ago and replaced it with a gigabit
card in the same slot.I had some issues getting it to work but
eventually got the drivers to work and removed the extra old 3com
card.
john



-- 
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/1379083848.9996.13.ca...@beast.home



How to eliminate these 'Script ETH1START is broken'

2013-09-12 Thread John W. Foster
How to get rid of these messages;
System is working fine, but I get these now and then when installing or
uninstalling debian apps


 insserv: Script ETH1START is broken: incomplete LSB comment.
 insserv: missing `Default-Stop:'   entry: please add even if empty.
 insserv: Script ETH1START is broken: incomplete LSB comment.
 insserv: missing `Default-Stop:'   entry: please add even if empty.
 insserv: Script ETH1START is broken: incomplete LSB comment.
 insserv: missing `Default-Stop:'   entry: please add even if empty.
 insserv: Script ETH1START is broken: incomplete LSB comment.
 insserv: missing `Default-Stop:'   entry: please add even if empty.
 insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 
 `ETH1START'


-- 
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/1379029841.3207.1.ca...@beast.home



Php5 error message

2013-09-12 Thread John W. Foster
I want to get rid of these messages: HOW!

 PHP Deprecated:  Comments starting with '#' are deprecated
 in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
 PHP Deprecated:  Comments starting with '#' are deprecated
 in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
 PHP Deprecated:  Comments starting with '#' are deprecated
 in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0

The reason for my question here is that this is a vanilla php5 install
using debian configs. Seems this should be eliminated by the package
maintainers IMHO


-- 
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/1379027572.9594.2.ca...@beast.home



Apache2 neds to ne reset

2013-09-09 Thread John W. Foster
I have an installation of Apache2 that is misconfigured  no longer
works. Over the last couple of years Apache has become bloated  hard to
manage so I tried using webmin to work out the kinks. My lack of
experience has caused me to totally screw up my web server so I want to
enlist some assistance. I want to know first of all if there is a way,
Command line perhaps, to have apt completely reinstall all of Apache2
with the dist basic files so that it works upon startup, then I can try
to reconfigure it manually. This would require removing all the old
config files during the installation. I have tried using synaptic to
reinstall it and it uses the old configs files, plus I don't know where
all of them are hiding to delete them.
Once before I had a similar issue, and to get rid of Apache to reinstall
it I had to manually delete every reference to Apache, then it worked,
however I also had to rebuild most of my entire Debian installation as
Apache is very integrated into the requirements for many applications.
Any suggestions please. 
Thanks!
john


-- 
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/1378745030.3027.7.camel@beast



Php5 question

2013-08-06 Thread John W. Foster
Im seeing this type of error in several situations on both my machines 
on the remote servers that I work with. Any way to get rid of this error
message. It does not seem to be a fatal issue, just annoying.
john


-- 
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/1375824826.27801.1.ca...@beast.home



Re: Php5 question

2013-08-06 Thread John W. Foster
On Tue, 2013-08-06 at 15:36 -0700, David Guntner wrote: 
 John W. Foster grabbed a keyboard and wrote:
  Im seeing this type of error in several situations on both my machines 
  on the remote servers that I work with. Any way to get rid of this error
  message. It does not seem to be a fatal issue, just annoying.
 
 And what error is that...?
 
 --Dave
 
 
 

oops

 PHP Deprecated:  Comments starting with '#' are deprecated in 
 /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0


-- 
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/1375832983.30932.0.ca...@beast.home



Re: Evolution error message

2013-07-19 Thread John W. Foster
On Wed, 2013-07-03 at 19:59 +0200, alberto fuentes wrote: 
 Does /home/myuser/.local/share/evolution/mail/local exist?
 what permissions does the folder have?
 do you have free space in your partition?
 
 I dont use evolution, but there must be in the configuration of your
 account somewhere that tells you the path where your mails is trying
 to get saved. check if its there. Or check where it is and configure
 that path in evolution
 
 hope it helps
 
 

Sorry to be so long in replying. The file you mentioned is in place
along with /local_mbox

I think there is something wrong in this area, as you suggested. I seem
to recall, that in past iterations of evolution...these files were in
a .evolution file, not in the .local file. hence my failure to locate
the issue. I'll try your other suggestions about permissions  hope that
cures the issue.
Thanks!
john


-- 
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/1374241834.16009.3.ca...@beast.home



Re: gnome windows became the old style and gnome-terminal's profile disappeared

2013-07-15 Thread John W. Foster
On Sat, 2013-07-13 at 02:06 +0800, Liu Binsheng wrote: 
 Hello all,
 
 I'm using the latest Debian testing. My gnome's window appearance
 became the old style after a safe-upgrade. For example LibreOffice and
 Chromium have the ugly button style.
 
 GUI of LibreOffice: http://imgur.com/gbzgwAB
 GUI of Chromium: http://imgur.com/E4U50Pn
 
 Another problem appears that gnome-terminal's original profile
 disappeared and my configurations were lost. Instead, a profile with
 the name Unnamed and ID b1dcc9dd-5262-4d8d-a863-c897e6d979b9 is
 shown. And gnome-terminal doesn't respond to any keyboard shortcut
 such as Alt-F and Alt-E which should trigger the menus.
 
 Gnome-terminal's profile preference: http://imgur.com/cfGMnXC
 
 I've tried to analyze .xsession-errors, and tried to install
 gtk2-engines-pixbuf according to the error messages. That actually
 makes the appearance better but I don't think that's the root of the
 problem.
 
 .xsession-errors: http://paste.debian.net/15771/
 
 Could you please provide some hints on this problem?
 
 -- Liu Binsheng
 liubinsh...@gmail.com
 

ugly is is the eye of the beholder LOL
I like those old style features. You likely caused them to be integrated
with the addition of nautilus features and add ons. Try checking on
those  if you recently upgraded them you may have to remove them to get
the NEW style screen features back. Your mileage may vary with this
possible solution. However this is how I was able to get them installed
after my initial upgrade from squeeze to wheezy.




-- 
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/1373932937.2437.3.ca...@beast.home



Re: New Gnome in Wheezy

2013-07-15 Thread John W. Foster
On Wed, 2013-07-10 at 11:56 -0400, Ethan Rosenberg, PhD wrote: 
 Dear List -
 
 I updated and now have the new Gnome.
 
 The desktop is impossible, and almost unusable.
 
 I do not have the old desktop entries, and cannot find Google Chrome.
 
 How do I get the old desktop back?
 
 Ethan
 
 

-
I was able to get all my old style stuff back by installing nautilus and
all its add ons



-- 
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/1373933391.2437.4.ca...@beast.home



Evolution error message

2013-07-03 Thread John W. Foster
I posted this a week or so back, or tried to. I am getting the error
message below every time I send an email. I wish to fix this but really
don't know what or how to do it.

The reported error was Failed to append to
mbox:///home/myuser/.local/share/evolution/mail/local#Sent: Invalid
folder URI 'mbox:///home/myuser/.local/share/evolution/mail/local#Sent'
Appending to local 'Sent' folder instead..

Any tips appreciated
john




-- 
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/1372860969.11055.5.ca...@beast.home



Re: what happened to the task bar??

2013-06-29 Thread John W. Foster
On Fri, 2013-06-28 at 18:28 +0100, Brad Rogers wrote: 
 On Fri, 28 Jun 2013 13:06:01 -0400
 Jeff Shearer j...@shearer-family.org wrote:
 
 Hello Jeff,
 
 launches fine but not KDE.  So far no one has responded to my pleas for
 help to get KDE up and running.
 
 Select it at the login screen.
 

-
Well it seems I'm not alone in my dislike of the 'features' installed in
this update. Thanks to a couple of you I at least now have an active
task bar at the bottom of the screen. I'm still missing the 'menu bar'
that I like, but may be able to figure out a way to get that. I did by
trial and error figure out that to add an icon for an app to the desktop
all that one need do is drag it from the nautilus drop down menu and
drop it on the desktop so I appreciate that. Of course I didn't have a
drop down until I installed nautilus. In the FWIW area I personally
don't like KDE at all  never have, just a personal pref. I also have
unbuntu  mint that need upgrading so I will play around with them to
see what I like best, then get back to work. Thanks to all of you for
responding to my little rant.
john


-- 
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/1372515167.25452.6.ca...@beast.home



Is there a replacement for Kompozer in debian?

2013-06-29 Thread John W. Foster
I've used Kompozer for debian for several years as a rough out system
for web development. It is not available in Wheezy as far as I can tell
using the search feature of synaptic, other than the older Squeeze
version. Is there a differently named version for Debian or do we have
to go 'roll our own'. I just want to check before I roll up mu sleeves
an do that.
Thanks
john


-- 
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/1372516124.15390.3.ca...@beast.home



what happened to the task bar??

2013-06-28 Thread John W. Foster
I finally got my drop down menus back by installing nautilus. But I
still have no taskbar. I do NOT like the way this last upgrade to Wheezy
went at all. I have never encountered the number of issues that came
with this upgrade. Some folks may be ok with all the desktop changes,
however I am not. I did try them and decided I don't care for the new
'features' ( have to work way too hard to do my work). Anyone know how
to get the customizable taskbar back?
john


-- 
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/1372429682.8610.4.ca...@beast.home



Re: Apache2 upgrade issues

2013-06-27 Thread John W. Foster
On Wed, 2013-06-19 at 22:48 -0600, Bob Proulx wrote:
 John W. Foster wrote:
  I recently did a dist upgrade of my system to Wheezy. I have had a
  number of seriuos issues with this upgrade but the one that has me
  stumped is Apache2. I finally ended up removing it and all of the mods 
  associated apps. Yep it pretty well screwed the entire system. I now
  have rescued the installation except for Apache2.
 
 I am sorry to hear that you had such problems.  The biggest problems I
 have had with upgrades have been when lint from older releases were
 not cleaned up before attempting to upgrade.
 
  I have seen that it installed into a new directory as I removed
  every vestige of the old installation.
 
 Good.
 
  I saved the config files in a archive of the old setup
  just in case.
 
 Good.
 
  What I see is that the new install does NOT put ANY configs into the
  /etc/apache2 directory and the installation doesent seem to know
  that it has failed.
 
 That doesn't make sense.  Files in /etc/apache2 are owned by the
 apache2.2-common package.  You can verify this by using dpkg to list
 the files.
 
   dpkg -L apache2.2-common
   dpkg -L apache2.2-common | grep /etc/apache2/
 
 Double check that you are installing bits from Wheezy 7 on your system
 and not from Unstable.  In Unstable there is a large Apache transition
 happening and things are not in a completely happy state there yet.
 But that is a known and coordinated transition in Unstable.  Wheezy 7
 is Stable and should be working just fine.
 
  Apache does not work and though I've tried to manually install the
  old configs, it still doesnt work. Does anyone know of any line
  command dpkg. or apt that will cause a completely new installation
  to overwrite the current installation, and maybe fix this?
 
 I simply 'apt-get install apache2' and everything works fine.  I just
 tested this again just now to verify.  For any more complicated site
 there will be other choices such as for PHP and for a database and so
 forth.  But at the simple end of things simply installing 'apache2' is
 sufficient.  If you have a small memory machine then apache needs to
 have the config tweaked or it won't have enough memory.
 
 Please show the output of:
 
   apt-cache policy apache2 apache2.2-common
 
 Wheezy 7 should show version 2.2.22-13 at this moment.  I suspect that
 you will show something different there.
 
 Also if you are installing any related packages such as selecting a
 model such as apache2-mpm-prefork or apache2-mpm-worker or whatever
 please fill in the missing details so that we can recreate your
 example in a test case.
 
 Bob

-
Well I ended up using the nuclear alternative. I removed every vestige,
and I mean I grepped the entire system for anything with apache in it. I
removed all of them and stripped out anything that required apache along
with all the configs. I reinstalled everything and all works fine for
now. Thanks for the tips all.


-- 
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/1372369799.7448.2.ca...@beast.home



Evolution error message

2013-06-27 Thread John W. Foster
I am getting this message since I did a dist-upgrade to Wheezy on my
evolution set up.


 Your message was sent, but an error occurred during post-processing.
 
 The reported error was Failed to append to 
 mbox:///home/frosty/.local/share/evolution/mail/local#Sent: Invalid folder 
 URI 'mbox:///home/frosty/.local/share/evolution/mail/local#Sent'
 Appending to local 'Sent' folder instead..
 

This occurs every time I send a message out.
Thanks
John


-- 
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/1372372620.10477.1.ca...@beast.home



What does this error message mean?

2013-06-24 Thread John W. Foster

 insserv: Script ETH1START is broken: incomplete LSB comment.
 insserv: missing `Default-Stop:'   entry: please add even if empty.
 insserv: Script ETH1START is broken: incomplete LSB comment.
 insserv: missing `Default-Stop:'   entry: please add even if empty.
 insserv: Script ETH1START is broken: incomplete LSB comment.
 insserv: missing `Default-Stop:'   entry: please add even if empty.
 insserv: Script ETH1START is broken: incomplete LSB comment.
 insserv: missing `Default-Stop:'   entry: please add even if empty.
 insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 
 `ETH1START'
 
 

Anyone seen this or know how to get rid of it? Seems to happen every time I use 
Synaptic or dselect.



-- 
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/1372107095.26024.1.ca...@beast.home



Apache2 upgrade issues

2013-06-17 Thread John W. Foster
I recently did a dist upgrade of my system to Wheezy. I have had a
number of seriuos issues with this upgrade but the one that has me
stumped is Apache2. I finally ended up removing it and all of the mods 
associated apps. Yep it pretty well screwed the entire system. I now
have rescued the installation except for Apache2. I have seen that it
installed into a new directory as I removed every vestige of the old
installation. I saved the config files in a archive of the old setup
just in case. What I see is that the new install does NOT put ANY
configs into the /etc/apache2  directory and the installation doesent
seem to know that it has failed. Apache does not work and though I've
tried to manually install the old configs, it still doesnt work. Does
anyone know of any line command dpkg. or apt that will cause a
completely new installation to overwrite the current installation, and
maybe fix this?


-- 
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/1371497904.6309.8.ca...@beast.home



Re: Driver issue: ASUS NX1101 gigabit PCI adapter connection issue

2012-10-26 Thread John W. Foster
On Thu, 2012-10-25 at 15:18 -0500, John W. Foster wrote: 
 I have installed a ASUS NX1101  gigabit PCI ethernet adapter features
 jumboframes: wharever that is. LOL.
 mY question is that I downloaded the latest drivers for RealTek from
 stable backports  tried/did/ install them. They do not work with this
 card.  The readme file on the driver that works from ASUS is listeds
 as : This is the Linux device driver released for RealTek
 RTL8169S/8110S, RTL8169SB/8110SB, and RTL8110SC.
 
 The instructions asked for me to remove the driver from Debian for the
 r8169 which I did. I also removed the entire firmware driver that
 containes it. I was able to get the card to working manually by
 following their instructions. However. I have to redo the manual
 installation every time I shut down the system. PITA: I can send the
 driver to anyone that has the skills to offer assistance. I prefer to
 have it 'debianized but someone telling me how to get it to setup when
 the system is rebooted would be OK as well for now. I will also be happy
 to send intel or files to the firmware developers so that they may
 incorporate this new card.
 Thanks
 frosty
___
I really hate doing this. Answering my own post but I do it because
others may run into the same issue. First I do not yet have a Debian
solution. I was however able to cobble together a script using webmin
that loades the module driver and start-up along with defaout-Stop for
the card. If anyone else has this, issue mail me and I will help.
If anyone i.e. developers come up with a Debianized version, I would
appreciate a heads up.
Thanks 
frosty


-- 
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/1351269478.8293.3.ca...@beast.home



Re: Alternatives for Statgraphics

2012-07-24 Thread John W. Foster
On Tue, 2012-07-24 at 08:43 +0200, Frank Lanitz wrote: 
 Hi folks,
 
 A friend ask me whether I do know an (FLOSS) alternative to
 Statgraphics. Unfortunately I don't know this program neither available
 FLOSS possibilities out there. Anyone of you might having an idea? I I
 understand him correctly, its mostly used for planning test parameters
 on experiments and finding correlations between them.
 
 Cheers,
 Frank
 
 

I think this will do what you need:

http://www.sagemath.org/

sage runs R as a subset of its functions  can do almost any variety of
math required. Its under heavy development but has stable versions. No
debian specific versions but some binaries are avilable, I using a
roll-my-own version compiled on Debian stable 64 bit. I have also
installed binaries for Ubuntu  they worked well. Sage has very few
dependencies as most of it is compiled into a very large almost
monolithic system, all of the subsets (R, Maxima, many more) apps are in
fact hacked to work within the sage system
Best wishes!!
frosty


-- 
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/1343155904.4407.7.ca...@beast.johnwfoster.com



Dynamic DNS updater recomendation?

2012-07-18 Thread John W. Foster
I need to be able to have afraid.org; a free dns server system, checked
and updated with the IP address from my DHCP leased router provided by
Verizon Fios. I have looked at several of these  have installed a
couple. ddclient works flawlessly with DynDns.com but not with
afraid.org 'out of the box. It seems very easy to setup for dyn.com,
however I can not locate any info on adapting it to afraid.org. I'm
trying to stay with Debian stable as this is for running a server
connected to afraid.org. Any tips for a workable solution is
appreciated, even how to configure one of the auto updaters in Debian.
Inadyn looks promising but instructions are sketchy.
Thanks!
frosty


-- 
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/1342617860.17479.6.ca...@beast.johnwfoster.com



Re: Dynamic DNS updater recomendation?

2012-07-18 Thread John W. Foster
On Wed, 2012-07-18 at 14:07 +, Camaleón wrote: 
 On Wed, 18 Jul 2012 08:24:20 -0500, John W. Foster wrote:
 
  I need to be able to have afraid.org; a free dns server system, checked
  and updated with the IP address from my DHCP leased router provided by
  Verizon Fios. I have looked at several of these  have installed a
  couple. ddclient works flawlessly with DynDns.com but not with
  afraid.org 'out of the box. It seems very easy to setup for dyn.com,
  however I can not locate any info on adapting it to afraid.org. 
 
 It seems that support for ddclient starts since version 3.8.0.
 
  I'm trying to stay with Debian stable as this is for running a server
  connected to afraid.org. Any tips for a workable solution is
  appreciated, even how to configure one of the auto updaters in Debian.
  Inadyn looks promising but instructions are sketchy. Thanks!
  frosty
 
 Have you looked at their list of dddns clients?
 
 http://freedns.afraid.org/scripts/freedns.clients.php
 
 Greetings,
 
 -- 
 Camaleón
--
yes, in fact I've actually tried several of them with very mixed
results. This is most likely to my lack of training/experience in the
management  installation of this type of application. I have NO
experience in codeing except a bit of php and I'm not at all proficient
in it. Just a few hacks of Mediawiki stuff. Several are written in perl
and offer no clear installation or modification instructions. The best
seem to be geared toward Dyndns.com or other dns services. I
particularly want to support afraid.org,  there in lies the need. Even
the one that I have working, ddclient, is only able to work with Dyn.com
as far as I can tell. 
I am seeking assistance from someone who has a bit of actual experience
in this arena. Any volunteers??
Thanks!
frosty


-- 
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/1342641628.26868.6.ca...@beast.johnwfoster.com



Re: Iceweasel trouble, anyone else?

2012-07-13 Thread John W. Foster
On Wed, 2012-07-11 at 22:25 -0400, Eike Lantzsch wrote: 
 On Wednesday 11 July 2012 21:21:11 Rob Owens wrote:
  On Wed, Jul 11, 2012 at 07:20:45PM -0400, Eike Lantzsch wrote:
   Hi:
   
   Debian testing, i386, KDE 4.8.4, iceweasel 13.0.1
   
   Lately iceweasel suddenly started to blank all text on webpages of
   different sites. Usually restarting iceweasel helped (sort of). But now
   even after a restart it comes up with pages mostly blank, no text and
   even the menu text and titles on the toolbars disappear when manouvering
   three or four clicks.
  
  This is a long shot, but...
 Scuttled!
  
  I recently had issues with iceweasel using 80% of my CPU.  I tried
  upgrading from 3.something to 10.something in the mozilla.debian.net
  repos.  That didn't fix it.
  
  I remembered that I had a kernel upgrade recently (from the backports
  repo), and I had never rebooted.  Rebooting fixed my iceweasel issue.
 Of course, if the upgrade slips in new modules or core libraries while still 
 the old kernel is loaded, that causes all kinds of problems ...
  
  -Rob
 
 I logged out, tried a fresh user and logged back in. Iceweasel was back to 
 normal - until it happens again. I don't consider that fixed but it helps 
 me 
 trudging along.
 I strongly suspect the x-server. But nothing really tangible.
 Oxygen theme has some glitches too but no show-stoppers.
 I switched to Qt curve theme. Will see how it behaves.
 
 I reported the problem to the Firefox developers.
 
 Kind regards,
 Eike
 
---
a suggestion when you have time. Try removing the ./iceweasel file in
the user directory of the user that does not work. then log back in and
restart the iceweasel or fire fox or what ever. sometimes that file gets
corrupted or becomes incompatible if an update is done and iceweasel
does't rewrite the correct start up schema. That is an experience I have
incurred several times with browsers  e-mail apps, esp. evolution.
frosty




-- 
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/1342191452.11767.4.camel@beast



Re: Problem with Evolution

2012-07-09 Thread John W. Foster
On Mon, 2012-07-09 at 10:38 +0100, Lisi wrote: 
 On Monday 09 July 2012 10:08:32 Lisi wrote:
  Debian Lenny with Evolution 2.22.3.1.
 
  I tried to run a search on Evolution and it has wiped out ALL my entries. 
  Is there any way I can retrieve them?  I have done nothing since the search
  except look through to see that there is truly nothing there.
 
  I would like to undo the search and go back to immediately before it, if
  that is possible.  If not, I have a back-up (just a straight copy).  How do
  I use it?
 
 I have realised taht this is ambiguous.  I mean Evolution *Calendar*, not 
 email etc.
 
 Lisi

if the evolution app is running correctly you should be able ti 'import'
the calendar file from the 'backup copy' into the running version.
go to the .evolution file in the backup, if you actually copied that
user directory. There is no reason to look elsewhere. If you did not
backup the .evolution file I can't help you, sorry. The file you need to
'import' is .evolution/canendar/local/system/calendar.ics
Hope this helps.
frosty



-- 
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/1341840005.30208.5.ca...@beast.johnwfoster.com



Re: Debian stable chromium does not open Facebook

2012-07-07 Thread John W. Foster
On Fri, 2012-07-06 at 15:13 +, Camaleón wrote: 
 On Fri, 06 Jul 2012 09:44:37 -0500, John W. Foster wrote:
 
  Not sure what the issue is, but, I recently installed debian stable
  chromium and set it as the default browser. I'm using only standard
  settings  NO plugins. Any idea why Facebook will not open my or any
  pages to that browser. 
 
 (...)
 
 Check if this helps:
 
 http://forums.debian.net/viewtopic.php?f=10t=78090
 
 Greetings,
 
 -- 
 Camaleón

Well yes that explains it, didn't fix it. I put chromium on my system
 because the version of google chrome in debian stable has old adobe
 flash embedded in it as far as I can tell. So I was getting a lot of
 stoppage when I hit an upgraded flash application. Chromium seems to
 by pass that issue.
I was just wondering if maybe there was an updated chromium available,
that has been tested. Perhaps that is what I should have asked. LOl
Later  thanks.
frosty




-- 
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/1341664701.7619.5.ca...@beast.johnwfoster.com



Debian stable chromium does not open Facebook

2012-07-06 Thread John W. Foster
Not sure what the issue is, but, I recently installed debian stable
chromium and set it as the default browser. I'm using only standard
settings  NO plugins. Any idea why Facebook will not open my or any
pages to that browser. There is no error message shown. Just shows the
browser bar, opens the login page  when I log in the next page is
blank. If I open the page source, there is a ton of stuff supposed to be
showing according to the html coding. Too much to post here. I don't
have any security settings just now as I'm trying to get it to work.
Lastly, my system is completely up to date, with no software updates
due.
any ides?
frosty


-- 
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/1341585877.4502.16.ca...@beast.johnwfoster.com



Re: Debian's grub doesn't detect Ubuntu

2012-06-30 Thread John W. Foster
On Thu, 2012-06-28 at 13:51 +0300, Mika Suomalainen wrote: 
 On 27.06.2012 18:35, Helgi Örn Helgason wrote:
  On 27 June 2012 07:37, Mika Suomalainen mika.henrik.mai...@hotmail.com 
  wrote:
   Hi,
  
   I have three OSes on this computer. They are Debian Sid, Ubuntu Precise
   and Windows 7.
  
   It seems that Debian's grub can only detect Debian and Windows 7, but
   not Ubuntu.
  
   I have tried Googling and running update-grub some times, but I haven't
   found anything useful.
  
   What should I try now?
  
  Did you mount the Ubuntu partition before running update-grub?
  If not, then try that. Usually that will help.
 
 Thank you for your reply.
 
 I tried mounting all partitions now and running update-grub after
 reading your email, but it didn't seem to work. I am still seeing only
 Debian and Windows 7 in GRUB.
 

Try running update-grub on the Ubuntu partition. If these are on
partitions on a single disk then make sure that you don't writ this
Ubuntu results to the MBR. You just need to regenerate grub.cfg for
Ubuntu. Then do the same for Debian  but tell grub to write to the MBR.
If these are on separate disks then have the ubuntu update write to the
boot partition on the disk that it is installed on. Then have debian
write to the MBR. I expect that the MBR is on a Windows 7 disk that is
mounted as your start up disk as Win7 does not play well elsewise. If
possible  you have these on separate disks then change the boot
sequrence in you system bios to have your Debian disk as the first boot
disk. I have such a setup. Debian, Ubuntu, Linux Mint, Windows 7 pro in
that order, Each on its own disk.
frosty


-- 
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/1341063287.22317.9.ca...@beast.home



Synaptic preferences question

2012-06-25 Thread John W. Foster
I want to have Synaptic automatically download  display the process of
of the download of all the packages I have in the sources.list when it
first is opened. I do not 'see' this happening now. It may be doing it
but I don't know for sure, since it only pops up the download window
when I key it to update manually. Any suggestions?
frosty


-- 
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/1340634487.32334.3.ca...@beast.home



Re: Synaptic preferences question

2012-06-25 Thread John W. Foster
On Mon, 2012-06-25 at 16:56 +0200, Ralf Mardorf wrote: 
 On Mon, 2012-06-25 at 09:28 -0500, John W. Foster wrote:
  I want to have Synaptic automatically download  display the process of
  of the download of all the packages I have in the sources.list when it
  first is opened. I do not 'see' this happening now. It may be doing it
  but I don't know for sure, since it only pops up the download window
  when I key it to update manually. Any suggestions?
  frosty
 
 It might be my broken English, a cup of cheap wine too much, I dunno,
 but I don't understand what you want.
 
 update manually is for pushing the Reload-button?
Yep 
 all the packages I have in the sources.list is for what? All packages
 provided by your repositories? 
again yep 
 All packages you've got installed?
No 
 display the process of the download?
i.e the popup that shows the actual execution of the download of each
repository. when I hit the reload button 
 Synaptic does display all
 processes, as soon as you give your okay to upgrade.
correct 
 If you just update
 repository information, no package will be downloaded, neither a process
 like ldconfig would be launched.
not relevant to my question

I will refine the question;
Is there any way to have synaptic do the package update automatically
when I execute the application. i.e run 'apt-get update'; 

I do not currently see that happening. I must hit the reload button each
time I open synaptic. That option does not appear in preferences.
Thanks!
frosty


-- 
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/1340639318.32334.13.ca...@beast.home



Re: Synaptic preferences question

2012-06-25 Thread John W. Foster
On Mon, 2012-06-25 at 15:40 +, Camaleón wrote: 
 On Mon, 25 Jun 2012 09:28:07 -0500, John W. Foster wrote:
 
  I want to have Synaptic automatically download  display the process of
  of the download of all the packages I have in the sources.list when it
  first is opened. I do not 'see' this happening now. It may be doing it
  but I don't know for sure, since it only pops up the download window
  when I key it to update manually. Any suggestions? frosty
 
 I can be wrong but I thought the reload takes place automatically when 
 Synaptic is open :-?
 
 Greetings,
 
 -- 
 Camaleón

Exactly my reason for this question. I believe that should occur. 
However I do not see' that activity, there is no popup screen  
I seem to be required to do it manually.
This is not any kind of rant. I just want to know what my system is
doing, by having the visual que that the popup screen provides. I
'believe' that this 'reload' is not occuring because of the time
required for the screen to open to the synaptic menue. Its damn quick to
open to the menu (about 2 seconds) when I manually hit the reload
button it takes a few seconds (about 5 seconds)for it to finish but it
shows the activity in the popup.
Thanks!
frosty



-- 
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/1340639975.32334.23.ca...@beast.home



Re: Synaptic preferences question

2012-06-25 Thread John W. Foster
On Mon, 2012-06-25 at 17:50 +0200, Ralf Mardorf wrote: 
 On Mon, 2012-06-25 at 15:40 +, Camaleón wrote:
  I can be wrong but I thought the reload takes place automatically when 
  Synaptic is open :-?
 
 No it doesn't and it's good that it doesn't. 
Thank you! This is the answer I needed, as well as the following
explanation as to why.

 When using a GUI to manage
 packages, one of the reasons to do this, is to get information, without
 having the need to search the web OR TO UPDATE repository information
 for perhaps just 1 or 100 repositories. An upgrade
 for 100 repositories might be a little bit annoying
 for some of us, with a limited lifespan.
I actually never thought of synaptic from the information aspect. Good
point.

 For some needs directly using CLI or a script is the better choice,
 Synaptic is quiet good for some other needs.

I will handle it by altering the opening script. I still do believe it
would be a good idea to offer it in preferences.
again Thanks!
frosty



-- 
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/1340640487.32334.28.ca...@beast.home



Re: Adobe Flash in Chromium out of date: stable debian REPOST OF SOLVED!

2012-06-17 Thread John W. Foster
On Fri, 2012-06-15 at 14:46 -0400, John L. Cunningham wrote:
 dpkg-reconfigure flashplugin-nonfree

And once again this marvelous list has come thru for me.
Thanks John!!
That did the trick. I'm surprised I have not heard of this b/4 but will
file it away in my tips/tricks area.
frosty

BTW: I use several browsers Each with a different intent as they are
'configured ' differently. Yep Iceweasel is LOADED up with plugins  i
use it for a lot of remote editing and web site management. Google
chrome is used when I want to use 'Google apps and other stuff that I
don't mind the entire world knowing about. I use dedian chromium for a
lot of game sites  tools where I need pure speed. It has NO plugins
installed. That is why I was concerned about the flash not working. Also
for those of you that are considering it as a possible reason for my
issue. I have an extremely fast system AMD 64 running a 6 core processor
system with twin crossfired video 1mb cards. The uplink speed is 35mbs 
the downlink is 50mbs. Therefore hardware is not ever going to be an
issue. 
again I thank you for the solution and the responses.
frosty


-- 
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/1339945233.14086.9.ca...@beast.home



Adobe Flash in Chromium out of date: stable debian

2012-06-15 Thread John W. Foster
Far a while now the adobe flash player/plugin in Debian's Chromium
browser has been 'out of date' with the approriate warnings popping up ,
asking to update the flashplayer. I thought the flashplayer was 'built
in' in Chromium as it is in Google Chrome. I have both installed and
that appears to be the case in both cases. Neithe is up to date. When I
hit the 'update plugin' it sent me to adobes site to download the
updated flash player. Now I already have the debian
flashplugin-nonfree installed, so what is up with this. Are all of
these 'out of date'? or just the flashplugin. Does Chromium actually
have flashplayer built in? Yes I can hit 'run anyway, but its not what I
want to do. Any ideas on how to fix this. BTW: Iceweasel does not show
this issue. Just runs too slow for me.
Thanks!!
frosty


-- 
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/1339776316.30520.11.ca...@beast.home



Re: Adobe Flash in Chromium out of date: stable debian

2012-06-15 Thread John W. Foster
On Fri, 2012-06-15 at 14:46 -0400, John L. Cunningham wrote:
 dpkg-reconfigure flashplugin-nonfree

And once again this marvelous list has come thru for me.
Thanks John!!
That did the trick. I'm surprised I have not heard of this b/4 but will
file it away in my tips/tricks area.
frosty


-- 
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/1339793114.13422.1.ca...@beast.home



Re: Web browser gets slow and blocks the system

2012-05-27 Thread John W. Foster
On Sun, 2012-05-27 at 23:23 +, Rodolfo Medina wrote: 
 On Sun, 27 May 2012 10:28:27 +, Rodolfo Medina wrote:
 
  Recently I've been having a problem with my web browser: it gets slow,
  the mouse and the keyboard don't respond any more and I have to unplug
  the machine. Can anybody suggest how I can detect why this happen and
  provide a remedy?
 
 
 Camaleón noela...@gmail.com writes:
 
  Err... would be of much help if you say what browser is and what Debian
  release :-). Also, does it happen with a different browser?
 
 
 On Sun, 27 May 2012 17:29:53 +, Rodolfo Medina wrote:
 
  It is Mozilla, Debian Lenny.  I haven't tried with a different browser,
  I don't know any other.  The problem is serious, so please help if you
  can!  Thanks - rodolfo
 
 
 Camaleón noela...@gmail.com writes:
 
  Which Mozilla version? Firefox 12, Iceweasel 3.0.x...? If it's the 
  latter, update it ASAP: the browser is probably crashing because of some 
  javascript code or the flash player plugin.
 
  In the meantime, you can try with Epiphany (if running GNOME) or 
  Konqueror (for KDE). Both are installed by default when a DE is selected.
 
 
 Lisi lisi.re...@gmail.com writes:
 
  I have found that Iceweasel is particularly prone to gunking my system up.
  It eats up memory, and if you haven't got a lot, as I haven't by modern 
  standards, that equals problems.  
 
  Though I don't believe that the only way out is to unplug the machine. What 
  else have you tried?
 
 
 Unfortunately, there's nothing I can do but unplugging it off.  But the worse
 is, that also Epiphany has the same problem: so, since another PC of mine (a
 faster one) does not have it at all, it must be due to short memory.  Really
 nothing I can do?
 
 Thanks to all that helped
 Rodolfo
Just a suggestion  you may have already done it:

1. Set the browser {any of them} to clear the history  all cached info
every time you close it.
2. Set the browsers cache memory to at least 250Mbs more if you can
spare.



-- 
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/1338176057.12472.14.ca...@beast.johnwfoster.com



Chromium add-ons extensions

2012-05-23 Thread John W. Foster
Just a quick check from the group...Is it true that Google is the only
place to get add-ons  extensions for Linux Chromium. I have found no
references to other sites, just Google. Seems odd to me that there is no
Debian repository for these, perhaps that have no Google tools built
into them. Or is Linux Chromium just a sterilized version of Google
Chrome rather than Chrome being and enhanced version of Chromium. Just
wondering  NOT being critical.
Thanks
frosty


-- 
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/1337781926.26944.4.ca...@beast.johnwfoster.com



OT: Google chrome stable question

2012-05-21 Thread John W. Foster
I know Google Chrome is not directly supported by the debian community.
I do however think there are some of you that use this browser and this
question is directed to those folks. I have 'debianized' Google chrome
stable from their website installed and I am getting an error message on
some websites that I browse, that says the adobe flash is out of date.
It asks if I want to run the old version I have for now. It pops up
every time I go to a site that uses flash content. It's annoying that
'Google' has not fixed this as they develop Chrome themselves, but for
now does anyone have any suggestions for getting rid of the error.
Besides using another browser, that is!  LOL.
Thanks!
frosty


-- 
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/1337618320.3260.7.ca...@beast.johnwfoster.com



Re: OT: Google chrome stable question

2012-05-21 Thread John W. Foster
On Mon, 2012-05-21 at 18:59 +0200, Siard wrote: 
 On Mon, 21 May 2012 11:38 -0500 John W. Foster wrote:
  I know Google Chrome is not directly supported by the debian
  community. I do however think there are some of you that use this
  browser and this question is directed to those folks. I have
  'debianized' Google chrome stable from their website installed
 
 I would suggest, if not urge you to use SRWare Iron instead.
 It's the same as Chrome, but freed from Google's privacy issues.
 More info  download: www.srware.net/en/software_srware_iron.php
 
 
Might be interesting if it ran on Linux LOL
Tks
frosty



-- 
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/1337621208.4195.4.ca...@beast.johnwfoster.com



Re: iceweasel preferences

2012-05-21 Thread John W. Foster
On Mon, 2012-05-21 at 12:19 -0500, John W. Foster wrote: 
 Only reason I dont like iceweasel is because when I right click on a
 link in an opened web page, the menue that pops up offers to open a new
 web page first the it offeres to open a new tab as the second choice
 then others... I want to change the order that it presents to new tab
 first then new web page. I have been unable to do this in preferences.
 Any ideas, tips, or possible solutions, etc.?
 Thanks!
 frosty
 
Thanks to all of you. I have actually used all the tips effectively and I no 
longer have the issue. 

Again Thanks
frosty



-- 
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/1337629359.30951.0.ca...@beast.johnwfoster.com



Re: OT: Google chrome stable question

2012-05-21 Thread John W. Foster
On Mon, 2012-05-21 at 12:26 -0500, John W. Foster wrote: 
 On Mon, 2012-05-21 at 18:59 +0200, Siard wrote: 
  On Mon, 21 May 2012 11:38 -0500 John W. Foster wrote:
   I know Google Chrome is not directly supported by the debian
   community. I do however think there are some of you that use this
   browser and this question is directed to those folks. I have
   'debianized' Google chrome stable from their website installed
  
  I would suggest, if not urge you to use SRWare Iron instead.
  It's the same as Chrome, but freed from Google's privacy issues.
  More info  download: www.srware.net/en/software_srware_iron.php
  
  
 Might be interesting if it ran on Linux LOL
 Tks
 frosty
Thanks for the pointers. To be frank I did not spend much time looking
at Iron as you might have guessed. I distrust, EXTREMELY, a site that
has all that type of junk on it. I do use Windows 7 pro for some things
but not as a regular thing. Just for some CAD apps I need. I decided to
give Debian 'chromium' another try. been a few years since I tried it.
So far seems to do what I want with no flash errors.
Thanks!
frosty


-- 
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/1337630447.30951.5.ca...@beast.johnwfoster.com



Re: ..which CAD apps, was: OT: Google chrome stable question

2012-05-21 Thread John W. Foster
On Mon, 2012-05-21 at 23:34 +0200, Arnt Karlsen wrote: 
 On Mon, 21 May 2012 15:00:47 -0500, John wrote in message 
 1337630447.30951.5.ca...@beast.johnwfoster.com:
 
  I do use Windows 7 pro for some things but not as a regular thing.
  Just for some CAD apps I need. 
 
 ..which CAD apps?
I use 3D Design Home Architect on Windows7pro. Tried to run it under
wine but did not perform as I need.
frosty


-- 
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/1337641617.23241.4.ca...@beast.johnwfoster.com



ddclient question

2012-05-15 Thread John W. Foster
I want to use ddclient to do updates to www.afraid.org to manage
webserver forwarding that I have set up there. I currently bounce a
request from afraid.org to dyndns.com and use them as the actual dynamic
reset system. I want to skip dyndns.com alltogether. afraid.org supports
this but ddclient was written for dyndns.com. ddclient is however the
better of the 2 apps currently on Debian stable that I have used
successfully. The other  inadyn is less easy to manage. It has not been
a good match for my needs. I did try setting ddclient up with debconfig
to run on afraid.org and was not successful, works fine with dyndns.com.
Any tips for doing so?
frosty


-- 
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/1337097451.23486.7.ca...@beast.johnwfoster.com



To the list admins: Call for Ban on this SPAM

2012-05-13 Thread John W. Foster
I don't know about the rest of you but this is pure nonsense and should
be banned from the mailing list and all entries purged from the
archives. The mailer is:

Sam aersi...@gmail.com

Can those of you with admin authority do something. I doubt this is
actually a real person. Looks like machine generated scripting to get
emiail addresses from any who reply.
thanks 
frosty


-- 
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/1336908876.12819.4.ca...@beast.johnwfoster.com



Re: To the list admins: Call for Ban on this SPAM

2012-05-13 Thread John W. Foster
On Sun, 2012-05-13 at 15:06 +0100, Jon Dowland wrote: 
 On Sun, May 13, 2012 at 01:38:08PM +0100, rjc wrote:
  You can report SPAM using list's web archive interface.
 
 And you can contact the listmasters via listmas...@lists.debian.org - no
 need to further pollute the list.
 
Thanks I've done so. I did not have that address in my system. I do now.


-- 
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/1336919010.12819.122.ca...@beast.johnwfoster.com



Re: multiboot problem in squeeze

2012-05-13 Thread John W. Foster
On Sun, 2012-05-13 at 14:54 +, Camaleón wrote: 
 On Sun, 13 May 2012 09:01:21 -0400, Long Wind wrote:
 
  On 5/13/12, Camaleón noela...@gmail.com wrote:
 
 
  Wow... that's a very old Mandrake release (kernel 2.4.22), and from the
  above line, it seems that you are not using chainloading but directly
  booting your old Mandrake from GRUB2. If yes, then it can be that you
  (well, not you but the os-prober) missed something at the boot entry,
  I would try to manually boot Mandrake from GRUB2 command line, test
  some combos and when you finally get it, edit the corresponding menu
  file from (/etc/grub.d/*) accordingly.
 
 
 
  Thank Camaleón!
  I have used multiboot in early debian distro this time it seems very
  hard
 
 You were facing no problems before because the two linux distributions 
 you had installed were using GRUB legacy. Now you have add a new player 
 (GRUB2) to the booting game and that's why you may need to tweak the menu 
 so you can boot Mandrake.
 
  I don't know how to manually boot Mandrake from GRUB2 command line
 
 Neither do I but I (and you) do know how to search, right? ;-)
 
 Okay, when you are in GRUB2 menu, press the c key to reach the command 
 line mode. From there you can start to speak with GRUB2 and run commands, 
 for example (this is just for demo purposes with a minimal set of 
 options, I don't know if it will work for you as is):
 
 set root=(hd0,3)
 linux (hd0,3)/boot/vmlinuz-2.4.22-10mdk 
 initrd (hd0,3)/boot/initrd-2.4.22-10mdk.img
 boot
 
 Remember to press the Enter key after every command and (very 
 important!) watch for the ouput. The goal here is that GRUB2 can find the 
 Mandrake root partition and boot the kernel image from it.
 
  Maybe I shall give up
 
 Oh, come on, this is linux, marine. You've been trained to be prepared to 
 survive these kind of situations (and even worst) :-P
 
 Greetings,
 
 -- 
 Camaleón
 
 

Did you install grub2 on the master boot sector of your first boot
drive?
OR;
Is this a single drive with multiple partitions?
frosty


-- 
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/1336926648.8089.4.ca...@beast.johnwfoster.com



Re: Php update killed my wiki site.SOLVED

2012-05-13 Thread John W. Foster
On Sun, 2012-05-13 at 09:59 +0100, Jon Dowland wrote: 
 On Sat, May 12, 2012 at 06:32:20PM -0500, John W. Foster wrote:
  For a couple of years I have used this type of link to bring content
  into my mediawiki:
 
 Are you using the mediawiki Debian package?
 
  I recently upgraded my Debian Linux Php to:
  PHP Version 5.3.3-7+squeeze9
 
 If you can find out what you upgraded it from, too, you can then narrow
 down what has changed in that window by inspecting the changelog:
 http://packages.debian.org/changelogs/pool/main/p/php5/php5_5.3.3-7+squeeze9/changelog
 
  The exact error message issues by the browser is:
  
  [Template fetch failed for
  http://en.wikipedia.org/wiki/Inductive_reasoning?action=render]
  
  Any Tips please!!
 
 It sounds like the mediawiki code for fetching an external site has been 
 affected.
 Look in the changelog window for anything which sounds like it might relate 
 to that.
 
Thanks for the tips!
I did find several issues in the several log files. Seems Mediawiki
needed to be updated to match the Php5 update that I had done. I did
upgrade to Mediawiki-1.19.0  all is well.
frosty




-- 
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/1336926873.8089.7.ca...@beast.johnwfoster.com



Php update killed my wiki site.

2012-05-12 Thread John W. Foster
For a couple of years I have used this type of link to bring content
into my mediawiki:

{{Offsite Disclaimer}}
{{wikipedia::Inductive reasoning}}

And it has always worked well.

I recently upgraded my Debian Linux Php to:
PHP Version 5.3.3-7+squeeze9

Since then This link does not work, nor do any of the others that are
formatted to this style.

The exact error message issues by the browser is:

[Template fetch failed for
http://en.wikipedia.org/wiki/Inductive_reasoning?action=render]

Any Tips please!!
Thanks 
frosty





-- 
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/1336865540.4694.8.ca...@beast.johnwfoster.com



Re: MySQL seems to be running too slow; LONG

2012-05-06 Thread John W. Foster
On Sun, 2012-05-06 at 14:09 +, Camaleón wrote: 
 On Sat, 05 May 2012 13:26:33 -0500, John W. Foster wrote:
 
  I got this output from mysqltuner:
  Any advice is appreciated: The main issues is that this db server
  handles a Mediawiki database and when I upload files it takes way to
  long to do its job likewise when serving up the data to produce the
  webpages.
  Output:
 
 (...)
 
   
  Recommendations- 
  General recommendations:
  Run OPTIMIZE TABLE to defragment tables for better performance
  MySQL started within last 24 hours - recommendations may be
  inaccurate Enable the slow query log to troubleshoot bad queries
  When making adjustments, make tmp_table_size/max_heap_table_size
  equal Reduce your SELECT DISTINCT queries without LIMIT clauses
  Increase table_cache gradually to avoid file descriptor limits
  Variables to adjust:
  query_cache_size ( 16M)
  sort_buffer_size ( 1M)
  read_rnd_buffer_size ( 256K)
  tmp_table_size ( 20M)
  max_heap_table_size ( 20M)
  table_cache ( 128)
  innodb_buffer_pool_size (= 764M)
 
 (...)
 
 It seems the script did a good job by telling you what's what you can 
 tweak. Have you made any of the recommended changes?
actually I made all the suggested changes; My conundrum is that after I
made them, the changes were not indicated as being sufficient. May be
that the script does not do that; Example the original run of mysqltuner
showed:
tmp_table_size ( 16M)
max_heap_table_size ( 16M)

I changed the values to;

tmp_table_size ( 20M)
max_heap_table_size ( 20M)
If I am correctly understanding the values indicated it would seem that
the 20M size is now insufficient. Is that correct? 
 
  Real memory
  3.87 GB total, 2.13 GB used
 
 (...)
 
  I know I need to add more memory  will do so: any other tips are
  appreciated.
 
 You have still not run out of memory but adding RAM is always of help :-) 
 
 Greetings,
 
 -- 
 Camaleón
 
 




-- 
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/1336355671.28659.7.ca...@beast.johnwfoster.com



MySQL seems to be running too slow; LONG

2012-05-05 Thread John W. Foster
I got this output from mysqltuner:
Any advice is appreciated: The main issues is that this db server
handles a Mediawiki database and when I upload files it takes way to
long to do its job likewise when serving up the data to produce the
webpages.
Output:

  General Statistics --
 [--] Skipped version check for MySQLTuner script
 [OK] Currently running supported MySQL version 5.1.61-0+squeeze1
 [OK] Operating on 64-bit architecture
 
  Storage Engine Statistics ---
 [--] Status: -Archive -BDB -Federated +InnoDB -ISAM -NDBCluster 
 [--] Data in MyISAM tables: 40M (Tables: 100)
 [--] Data in InnoDB tables: 764M (Tables: 71)
 [--] Data in MEMORY tables: 0B (Tables: 1)
 [!!] Total fragmented tables: 73
 
  Performance Metrics -
 [--] Up for: 5h 55m 13s (211K q [9.909 qps], 1K conn, TX: 3B, RX: 43M)
 [--] Reads / Writes: 96% / 4%
 [--] Total buffers: 343.0M global + 2.7M per thread (200 max threads)
 [OK] Maximum possible memory usage: 880.5M (22% of installed RAM)
 [OK] Slow queries: 0% (8/211K)
 [OK] Highest usage of available connections: 2% (4/200)
 [OK] Key buffer size / total MyISAM indexes: 20.0M/16.2M
 [OK] Key buffer hit rate: 100.0% (7M cached / 1K reads)
 [OK] Query cache efficiency: 50.1% (92K cached / 185K selects)
 [!!] Query cache prunes per day: 36659
 [!!] Sorts requiring temporary tables: 11% (11 temp sorts / 98 sorts)
 [!!] Temporary tables created on disk: 38% (2K on disk / 6K total)
 [OK] Thread cache hit rate: 99% (4 created / 1K connections)
 [!!] Table cache hit rate: 3% (128 open / 3K opened)
 [OK] Open file limit used: 1% (16/1K)
 [OK] Table locks acquired immediately: 99% (120K immediate / 120K locks)
 [!!] InnoDB data size / buffer pool: 764.0M/285.0M
 
  Recommendations -
 General recommendations:
 Run OPTIMIZE TABLE to defragment tables for better performance
 MySQL started within last 24 hours - recommendations may be inaccurate
 Enable the slow query log to troubleshoot bad queries
 When making adjustments, make tmp_table_size/max_heap_table_size equal
 Reduce your SELECT DISTINCT queries without LIMIT clauses
 Increase table_cache gradually to avoid file descriptor limits
 Variables to adjust:
 query_cache_size ( 16M)
 sort_buffer_size ( 1M)
 read_rnd_buffer_size ( 256K)
 tmp_table_size ( 20M)
 max_heap_table_size ( 20M)
 table_cache ( 128)
 innodb_buffer_pool_size (= 764M)

One curious thing I have noted is that the actual database has 3 kinds
of table structures: innodb, myisam,  memory;
also collation is mostly binary, but 3 tabls are latin1_swedish.



hardware is:

 Operating system
 Debian Linux 6.0
 Webmin version
 1.580
 Time on system
 Sat May 5 13:18:01 2012
 Kernel and CPU
 Linux 2.6.32-5-amd64 on x86_64
 Processor information
 AMD Processor model unknown, 6
 cores
 System uptime
 6 hours, 02 minutes
 Running processes
 265
 CPU load averages
 0.53 (1 min) 0.60 (5 mins) 0.52 (15
 mins)
 CPU usage
 26% user, 2% kernel, 0% IO, 73%
 idle
 Real memory
 3.87 GB total, 2.13 GB used
 
 
 Virtual memory
 7.57 GB total, 16.61 MB used
 
 
 Local disk space
 909.45 GB total, 92.27 GB used
 
 
 Package updates
 All installed packages are up to
 date
 

I know I need to add more memory  will do so:
any other tips are appreciated.
Thanks frosty



-- 
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/1336242393.2212.12.ca...@beast.johnwfoster.com



Re: Apache2 Not starting on reboot

2012-04-30 Thread John W. Foster
On Sun, 2012-04-29 at 07:11 -0500, John W. Foster wrote: 
 My last upgrade of Debian stable on my production server produced an
 error that is causing issues. Apache2 is not automatically restarting as
 it should when the system is rebooted. This is a nightly occurrence and
 is required for hardware testing reasons. Anyone have any ideas as to
 what might be happening? I have checked the error log  see nothing that
 looks suspect. Webmin shows that the Apache server is setup to start on
 bootup. It seems to run fine after I manually restart the server after
 the reboot.
 thanks!
 frosty


Thanks for the suggestions. I tried them all  none worked. Sorry...
However I did some research outside this list  arrived at a solution
that was posted by another user on another list. I'm putting it up here
just so it will appear in our archives.


 Thanks to investigation done by Faheem Mitha and discussion on the
 comments below, a full answer to this question has worked out.
 
 Read Faheem's answer for full details
 http://unix.stackexchange.com/questions/12597/missing-init-d-apache2-file/12748#12748
 
 For humor value, here are the cliff notes:
 
 The short version is that init scripts are considered conf files, and
 apt-get is too polite to touch conf files that have been user-modified
 in any way, even to restore deleted on reinstall after a uninstall.
 Before you say duh of course, check out the gymnastics you have to
 do. I quote:
 
 After asking the dpkg list (and being told off for it) +
 further fiddling, the following works. Be careful with this.
 It will replace all your modified config files with the
 version from the package. 
 
 apt-get -o Dpkg::Options::=--force-confnew -o
 Dpkg::Options::=--force-confask install --reinstall
 apache2.2-common
 
 I don't know why you needed me to tell you this. It's the
 first thing you should have thought of. :-) – Faheem Mitha
 


-- 
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/1335795522.6312.7.ca...@beast.johnwfoster.com



Re: Apache2 Not starting on reboot

2012-04-30 Thread John W. Foster
On Mon, 2012-04-30 at 09:18 -0500, John W. Foster wrote: 
 On Sun, 2012-04-29 at 07:11 -0500, John W. Foster wrote: 
  My last upgrade of Debian stable on my production server produced an
  error that is causing issues. Apache2 is not automatically restarting as
  it should when the system is rebooted. This is a nightly occurrence and
  is required for hardware testing reasons. Anyone have any ideas as to
  what might be happening? I have checked the error log  see nothing that
  looks suspect. Webmin shows that the Apache server is setup to start on
  bootup. It seems to run fine after I manually restart the server after
  the reboot.
  thanks!
  frosty
 
 
 Thanks for the suggestions. I tried them all  none worked. Sorry...
 However I did some research outside this list  arrived at a solution
 that was posted by another user on another list. I'm putting it up here
 just so it will appear in our archives.
 
 
  Thanks to investigation done by Faheem Mitha and discussion on the
  comments below, a full answer to this question has worked out.
  
  Read Faheem's answer for full details
  http://unix.stackexchange.com/questions/12597/missing-init-d-apache2-file/12748#12748
  
  For humor value, here are the cliff notes:
  
  The short version is that init scripts are considered conf files, and
  apt-get is too polite to touch conf files that have been user-modified
  in any way, even to restore deleted on reinstall after a uninstall.
  Before you say duh of course, check out the gymnastics you have to
  do. I quote:
  
  After asking the dpkg list (and being told off for it) +
  further fiddling, the following works. Be careful with this.
  It will replace all your modified config files with the
  version from the package. 
  
  apt-get -o Dpkg::Options::=--force-confnew -o
  Dpkg::Options::=--force-confask install --reinstall
  apache2.2-common
  
  I don't know why you needed me to tell you this. It's the
  first thing you should have thought of. :-) – Faheem Mitha
  
 
 

Only problem is: now none of my websites work. Only the localhost
basic is working. I will get it squared away but beware of the solution
above.
Thanks!
frosty


-- 
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/1335796676.23734.1.ca...@beast.johnwfoster.com



Apache2 Not starting on reboot

2012-04-29 Thread John W. Foster
My last upgrade of Debian stable on my production server produced an
error that is causing issues. Apache2 is not automatically restarting as
it should when the system is rebooted. This is a nightly occurrence and
is required for hardware testing reasons. Anyone have any ideas as to
what might be happening? I have checked the error log  see nothing that
looks suspect. Webmin shows that the Apache server is setup to start on
bootup. It seems to run fine after I manually restart the server after
the reboot.
thanks!
frosty


-- 
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/1335701472.11076.11.ca...@beast.johnwfoster.com



Unneeded directory..from what?

2012-03-26 Thread John W. Foster
I'm doing some cleaning of my system and while looking for an answer to
another issue, I discovered this
file:  /etc/default/kdm.d/10_desktop-base  

I do not use kde at all and have never installed it on this system.
I see nothing showing 'residual' files or configs installed, so where
did this come from,  can I just delete it?
frosty


-- 
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/1332782401.28133.4.ca...@beast.home



powernow-k8 problem

2012-03-26 Thread John W. Foster
I have been seeing a group of error messages that flash across the
screen when my system boots up. It seems that something is calling for a
powernow-k8 response. I have researched the messages  it appears that
this has to do with cpu throttling. I dont wish to have cpu throttling
invoked  to my knowledge have not installed anything that should be
asking for it. However the messages persist. Anyone have any idea where
these might be coming from. I did a search of all my installed apps 
none of them show this as a dependency or as installed files. 
Any suggestions are appreciated.
frosty


-- 
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/1332780868.10878.5.ca...@beast.home



Re: Unneeded directory..from what?

2012-03-26 Thread John W. Foster
On Mon, 2012-03-26 at 17:30 +, Camaleón wrote: 
 On Mon, 26 Mar 2012 12:20:01 -0500, John W. Foster wrote:
 
  I'm doing some cleaning of my system and while looking for an answer to
  another issue, I discovered this
  file:  /etc/default/kdm.d/10_desktop-base
  
  I do not use kde at all and have never installed it on this system. I
  see nothing showing 'residual' files or configs installed, so where did
  this come from,  can I just delete it? frosty
 
 The file is part of desktop-base package, I also have it installed in 
 Lenny. As long as I have the package installed, I wouldn't touch it.
 
 sm01@stt008:~$ dpkg -l | grep desktop-base
 ii  desktop-base 5.0.3 common files 
 for the Debian Desktop
 
 Greetings,
 
 -- 
 Camaleón

Yes I see the problem. I actually discovered the source of the
dependency right after I mailed the list. Thanks for replying, I've
decided to just leave it. Wish there was a Debian setup protocol that
would allow selecting Gnome or Kde, etc.  the installer would use
packages that would simply not have the unneeded files in them. Seems
that would go a long ways towards eliminating bugs. But I am not a
developer  am very grateful for their efforts.
Thanks
frosty



-- 
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/1332788169.4624.4.ca...@beast.home



domain name issues

2012-03-20 Thread John W. Foster
Running a full production server with Debian stable only. apache2,
MySql, Mediawiki 1.18.1 many other apps that are all working well. The
issue is; I keep getting the domain name changed by some software to
'home'. My router is provided by Verizon Fios (Westel) and the router
provides primary DNS. protocol is DHCP addressing. It all works except
the apache2 sometime coughs up the message cant determine FQDN
reverting to 127.0.1.1 which I do not like at all. Anyone else have this
issue (its recent) Even if I use the network manager and reset the
domain name. It soon gets changed, usually after I reboot to another OS
(Win7) Any ideas please.
frosty


-- 
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/1332287510.20965.8.ca...@beast.home



Re: malware infesting windows part of dual-boot

2012-01-13 Thread John W. Foster
On Sat, 2012-01-14 at 00:45 +0200, Andrei Popescu wrote: 
 On Vi, 13 ian 12, 13:04:16, Charles Blair wrote:
  
  Can somebody recommend software (preferably free) that
  will deal with the bad windows stuff without trashing the
  linux system?  I'm concerned that running standard-issue
  diagnostic and treatment stuff will tamper with the boot
  sector, among other things.
 
 clamav?
 
 Kind regards,
 Andrei

MalwareBytes has a free trial version that works well.
frosty


-- 
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/1326506241.32119.0.ca...@beast.home



Re: Linux based forum software

2011-12-27 Thread John W. Foster
On Fri, 2011-12-23 at 23:00 +, T o n g wrote: 
 Hi,
 
 Do you know any Linux based forum software that is good? 
 
 The word forum is the worst to search, I've managed to find
 http://www.simplemachines.org/, but was wondering of your opinion on it 
 and what else are good.
 
 Thanks
 
 -- 
 Tong (remove underscore(s) to reply)
   http://xpt.sourceforge.net/techdocs/
   http://xpt.sourceforge.net/tools/
 
 

phpbb is the easiest and best Ive used. i have it running on a moderate
use server now with no issues at all for several years 
frosty


-- 
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/1324861540.5147.3.ca...@beast.home



Re: Linux based forum software

2011-12-25 Thread John W. Foster
On Fri, 2011-12-23 at 23:00 +, T o n g wrote: 
 Hi,
 
 Do you know any Linux based forum software that is good? 
 
 The word forum is the worst to search, I've managed to find
 http://www.simplemachines.org/, but was wondering of your opinion on it 
 and what else are good.
 
 Thanks
 
 -- 
 Tong (remove underscore(s) to reply)
   http://xpt.sourceforge.net/techdocs/
   http://xpt.sourceforge.net/tools/
 
 

phpbb is the easiest and best I've used. I have it running on a moderate
use server now with no issues at all for several years.
frosty


-- 
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/1324861512.5147.1.ca...@beast.home



RE: Launcher controllsQuestion:solved

2011-12-04 Thread John W. Foster
Duh!!!
I found the controls in the terminal screen preferences. Don't know what
in the world I was thinking.
Thanks!!



-- 
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/1323021875.26094.1.ca...@beast.home



Launcher controllsQuestion

2011-12-04 Thread John W. Foster
I use desktop launchers for a number of .php commands that execute
scripts. I run them in the terminal mode. I need to see the output and
close the terminal manually. How is this done? Currently the script
executs then the terminal screen closes automatically. I figure there is
some terminal launch command that should be added to the string that
starts the .php script, but have been unable to locate it. Any tips?

This is an example;
myaccountname@mysystemname:php 
/home/myaccountname/mediawiki-1.17.0/maintenance/cleanupCaps.php

Thanks!
frosty


-- 
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/1323021217.24879.6.ca...@beast.home



Re: Debian: A noob query

2011-11-24 Thread John W. Foster
On Thu, 2011-11-24 at 06:43 -0500, Sam Vagni wrote: 
 Hello everyone,
 
 I just want to go into Linux, coming from Windows XP. Just want to
 know if Debian is good to go with and learn then?
 
 Just to clear my doubts that head people saying about its'
 non-compatibility with the newest hardware and not having latest
 technology, is it a myth? Further, I hope I can use easily Flash,
 Java, etc.. if Firefox if I install and go with Debian
 
 Thanks for the suggestions,
 SAM
 
 

Hi Sam  welcome to the world of Linux. I have tried them all as well as
most versions of everything else out there that will run on my
machines..HeHe even Minuet. I just like to try out new stuff. However I
am not any kind of software developer, just a curious person, so when I
need to do a job that requires 'dependable' software, I use Debian. I
have been messing about with Linux since it was developed  required 20
plus floppy disks just to get it to run, so I speak from that vantage
point.
Some bits of advice:
Try out several distros of Linux that are run from a 'Live CD/DVD'. This
is much easier than doing an install and experimenting on your machine.
It also will allow you to test the software on 'your' hardware system.
These CD/DVD can be downloaded and burnt very easily or ordered over the
internet. Another upside of this process is that most of those live CDs
will allow you to actually install a running system to the machine they
are running on.
What ever distro you choose; install midnight commander. It will at some
point save your sanity. It is a superb console or xterminal file manager
 can be run as a superuser very easily. 
This mailing list gets repopulated from time to time with folks that are
willing to help with getting you out of most any situation that you run
into. Some are always polite and helpful, some are not so polite but
still helpful. Depends on how you ask a question  if you supply enough
info for them to answer. I sometimes, to this day, forget when I ask a
question, to do that  usually do not get the response I'm seeking. Look
at it from their standpoint. They are 'volunteering' their help as do
the software developers of Linux (some of which frequent this list) so
try not to waste their time. Always try to find your own answers before
you ask here. If you do not, the way you ask the question will show that
you did not. Always Read the manual, or dig on the web,  check the
mailing list archives, before asking your question. Remember that if you
do not get an answer, it likely just means the right person has not seen
the question. I have actually gone for several weeks before someone gave
or pointed me to the info that allows me to find the answer to a
question. Usually if its that tough or 'specific' you just have to keep
trying, without ranting.
NEVER post to the top of a message on this list.
Have fun!
John


-- 
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/1322148809.1031.45.ca...@beast.home



Re: Need help with Latex error; Sorry VERY LONG

2011-11-24 Thread John W. Foster
On Thu, 2011-11-24 at 15:26 -0800, Emanoil Kotsev wrote:
 
 
 So you run the command manually from the command line and get this
 error correct ?
 
 Yes
 
 http://lalashan.mcmaster.ca/theobio/projectsoes  - does this has something to 
 do with you?
 
 No, this was in the borrowed source code that Lee has working on his
 site. BTW this is working on the site listed. Since it is basic text I
 don't think it made the difference. However, I will edit it for my
 server  see if that helps.
 
 check man mktexfmt and related perhaps after installing you need to
 update the font cache
 
 Font cache was updated after I installed all the packages. I had
 Texlive stuff on the system, then someone suggested I put Texlive-full
 which installed a lot of languages that I really didn't want and the
 corresponding fonts for those languages. But I decided to try that. No
 improvement  I plan to remove them after I get this to work.
 
 I could try to install into my test wiki and debug in the weekend ...
 and you owe me a cocktail ... if you can't make it work untill then.
 
 I dont think that will help because I feel the issue is within my own
 configuration somewhere.
 
 you can tell me more about the steps to reproduce the problem
 (packages you use ... urls to download)
 
 it sounds interesting for me too, so that I may use it in my wiki
 and/or we could collaborate somehow - I respect people using LaTeX ;-)
 
 

Thanks for the ideas. I also tried to find the actual path that is being
sent to TEXINPUTS and so far I got this when I type in the command
'export' with no parameters;
snip-
declare -x SHELL=/bin/bash
declare -x SHLVL=2
declare -x SSH_AGENT_PID=3799
declare -x SSH_AUTH_SOCK=/tmp/keyring-CjHILj/ssh
declare -x TERM=xterm
declare -x TEXINPUTS=/home/myname/sage/local/share/texmf//:
declare -x USER=root
declare -x USERNAME=myname
snip-

sage is the directorywhere I installed my sage server originally. I have
since moved it so I am certain this is wrong. Since the sage was
installed from precompiled binaries, I think this is where the issue
started. It was/is NOT a debian package as they don't have it packaged.
Thanks!
frosty




-- 
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/1322182725.20843.16.ca...@beast.home



Re: Need help with Latex error; Sorry LONG

2011-11-23 Thread John W. Foster
On Wed, 2011-11-23 at 00:21 +0100, deloptes wrote: 
 John W. Foster wrote:
 
  /usr/share/perl5/LaTeXML/texmf
 
 you need to setup the environment correctly, so that texmf finds the package
 
 i.e. using the variable TEXINPUTS or so
 
 regards
 
 

Yep, I figured that out from reading on the web  am working on it.
Oddly the author of latexml.sty has a note embedded in the code that
plainly says he is not sure where to place it  I find that extremely
weird. I suspect it varies with each distro  how it relates to other
dependencies. If you know where that is in Debian please advise. At this
point I consider it a bug due to the fact that it's inconsistent within
the 'stable' parameters of my install of a complex set of software that
is all from Debian's 'stable' distro. I tried using texmaker  straight
command line latex to use the system and the results are exactly the
same. Always errors out with a log message involving latexml.sty. I have
found no instruction from anyone involved in packaging the various bits
of software latex/texlive, or perl.
Thanks for the tip!!
frosty


-- 
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/1322062974.27041.13.ca...@beast.home



Re: Need help with Latex error; Sorry LONG

2011-11-23 Thread John W. Foster
On Wed, 2011-11-23 at 09:42 -0600, John W. Foster wrote: 
 On Wed, 2011-11-23 at 00:21 +0100, deloptes wrote: 
  John W. Foster wrote:
  
   /usr/share/perl5/LaTeXML/texmf
  
  you need to setup the environment correctly, so that texmf finds the package
  
  i.e. using the variable TEXINPUTS or so
second page:

I have found this in system wide .bashrc:


 # Enable sage in Texinputs systems wide.
 export TEXINPUTS=/home/MyName/sage/local/share/texmf//:

These instructions from the web are for fixing the issue;



 TEXINPUTS Variable and BSTINPUTS
 The environmental variable TEXINPUTS controls where LATEX searches for input 
 les, the de-
 fault is:
 1. First your current directory.
 2. Second the local ifp styles held in /ifp/latex/ and its subdirectories.
 3. Third the standard system LATEX directories, where are held in 
 /usr/share/texmf/tex/latex/
 and its subdirectories.
 which is what most people want.
 The common change people want to make is to add their own local style 
 directory. If this is in
 an directory mystyles in you home directory then in your .bashrc le put.
 export TEXINPUT=.:/Home/loginname/mystyles/:$TEXINPUTS
 Note is must have an initial `.' or it will fail to read input from your 
 current directory. Also do
 not forget to append the default TEXINPUTS or nothing will work!
 The BSTINPUT variable determines where LATEX looks for BiBTeX styles les. By 
 default it is
 set the the same at TEXINPUTS; this is to allow revtex4 to work correctly. It 
 has exactly the
 same syntax as TEXINPUTS and can be changed in exactly the same way

Question is how to incorporate them both. This sage installation is a
big part of what I trying to accomplish. I need the incorporated export
to be system wide  cover all the changes to TEXINPUTS. BTW where are
the portions for $TEXINPUTS; seems they should be here too.
Still accepting ANY ideas...
Thanks!
frosty


-- 
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/1322067826.30137.6.ca...@beast.home



Re: Need help with Latex error; Sorry LONG

2011-11-22 Thread John W. Foster
On Tue, 2011-11-22 at 11:28 +, Raf Czlonka wrote: 

 On Tue, Nov 22, 2011 at 03:29:35AM GMT, John W. Foster wrote:
See LaTeXMLFyOem3/ltxmlimg.log
  ^^
 
  Since this is a straight forward setup from debian stable, I'm wondering 
  why latex can not find the file it needs. Is this a bug, maybe?
 
 Have you had a look in there?
 
 -- 
 Raf
 
 

Yes, sorry that I was unclear. The log files are named, and placed in a
newly created directory with each compile. Therefore each error log has
a new name/directory. This is a function of workingwiki. This keeps them
from being overwritten. Not a very elegant way to do logs, but its got a
purpose. I've pasted the entire log below:

This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
(format=latex 2011.11.20)  21 NOV 2011 21:12
entering extended mode
%-line parsing enabled.
**ltxmlimg
(./ltxmlimg.tex
LaTeX2e 2009/09/24
Babel v3.8l and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, farsi, arabic, croatian, bulgarian, ukrainian, russian,
czech, slov
ak, danish, dutch, finnish, french, basque, ngerman, german,
german-x-2009-06-1
9, ngerman-x-2009-06-19, ibycus, monogreek, greek, ancientgreek,
hungarian, san
skrit, italian, latin, latvian, lithuanian, mongolian2a, mongolian,
bokmal, nyn
orsk, romanian, irish, coptic, serbian, turkish, welsh, esperanto,
uppersorbian
, estonian, indonesian, interlingua, icelandic, kurmanji, slovenian,
polish, po
rtuguese, spanish, galician, catalan, swedish, ukenglish, pinyin,
loaded.

(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
) (/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
) (/etc/texmf/tex/latex/config/graphics.cfg
File: graphics.cfg 2009/08/28 v1.8 graphics configuration of TeX Live
)
Package graphics Info: Driver file: dvips.def on input line 91.
(/usr/share/texmf-texlive/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
\Gin@req@height=\dimen103
\Gin@req@width=\dimen104
)

! LaTeX Error: File `latexml.sty' not found.

Type X to quit or RETURN to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
read * 
 
l.7 \usepackage
   {marginnote}^^M
*** (cannot \read from terminal in nonstop modes)


Here is how much of TeX's memory you used:
509 strings out of 493849
6000 string characters out of 1152845
53072 words of memory out of 300
3856 multiletter control sequences out of 15000+5
3640 words of font info for 14 fonts, out of 300 for 9000
714 hyphenation exceptions out of 8191
25i,0n,19p,201b,36s stack positions out of
5000i,500n,1p,20b,5s
No pages of output.




Need help with Latex error; Sorry LONG

2011-11-21 Thread John W. Foster
I have a texlive-full installation on Debian stable. I'm getting a
compile error on a Mediawiki running a workingwiki extension. This
extension is working correctly as is all of the other components.
However I get the following compile error log from the workingwiki
script.


 Mon Nov 21 21:12:41 2011
 /usr/bin/make -C \
 
 /var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex
  -f \
 
 /home/MyUserName/mediawiki-1.17.0/extensions/WorkingWiki/ProjectEngine/resources/makefile-before
  \
 -f \
 
 /home/MyUserName/mediawiki-1.17.0/extensions/WorkingWiki/ProjectEngine/resources/makefile-after
  \
 example.latexml.html
 make: Entering directory 
 `/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex'
 rm -f example.latexml.html
 /usr/bin/make -f 
 /home/MyUserName/mediawiki-1.17.0/extensions/WorkingWiki/ProjectEngine/resources/makefile-before
  -f 
 /home/MyUserName/mediawiki-1.17.0/extensions/WorkingWiki/ProjectEngine/resources/makefile-after
  example.latexml.xml
 make[1]: Entering directory 
 `/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex'
 make[1]: `example.latexml.xml' is up to date.
 make[1]: Leaving directory 
 `/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex'
 bibxmls=`perl -ne '($_)=/^[^%]*\\\bibliography\{([^]*?)\}/;@_=split 
 /,/;foreach $b (@_) { $b =~ s/\.bib$//; print $b.bib.xml }' example.tex 
 $deps` ; bibxargs=`perl -ne 
 '($_)=/^[^%]*\\\bibliography\{([^]*?)\}/;@_=split /,/;foreach $b (@_) { 
 $b =~ s/\.bib$//; print --bibliography=$b.bib.xml }' example.tex $deps`; \
   latexmlpost --destination=example.intermediate.latexml.html 
 --format=html --novalidate $bibxargs example.latexml.xml
 LaTeXML::Post::MathImages[example.intermediate.latexml.html]: Warning: latex 
 (cd LaTeXMLFyOem3 ; 
 TEXINPUTS=.:.://var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex/:/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex:
  latex ltxmlimg  ltxmlimg.output) returned code 256 (!= 0) for image 
 generation: 
  See LaTeXMLFyOem3/ltxmlimg.log
 LaTeXML::Post::MathImages[example.intermediate.latexml.html] Error: LaTeX (cd 
 LaTeXMLFyOem3 ; 
 TEXINPUTS=.:.://var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex/:/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex:
  latex ltxmlimg  ltxmlimg.output) somehow failed: See 
 LaTeXMLFyOem3/ltxmlimg.log at /usr/share/perl5/LaTeXML/Post.pm line 56.
 make: *** [example.latexml.html] Error 2
 make: Leaving directory 
 `/var/cache/ProjectEngine/persistent/pe-ww~http~!!localhost!MyWikitestworkingwiki.tex'
 

The culprit seems to be that latex can not locate a file latexml.sty that it 
needs.
On my server that file is located in /usr/share/perl5/LaTeXML/texmf/latexml.sty
Since this is a straight forward setup from debian stable, I'm wondering why 
latex can not find the file it needs. Is this a bug, maybe?
Thanks!
frosty


-- 
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/1321932575.17427.15.ca...@beast.home



  1   2   3   >