Fwd: Problems with Testing Install - More Info

2014-02-26 Thread erosenberg
- Original Message - From: To: "debian user group" Cc: Sent: Thu, 27 Feb 2014 01:38:53 -0500 Subject: Problems with Testing Install Dear List - In the installation, at the end of  the screen that loads the executables, the last statement is "cleaning up".  At that point I get a blank

Re: HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread Andrei POPESCU
Please keep replies on list, so that others can help or benefit from your experience. On Mi, 26 feb 14, 22:54:32, Kirt Odle wrote: > Andrei > > Here's what I see on my brand new Debian box with no GUI. No GUI? You're living dangerously :) > I've got tshark_1.8.2-5wheezy9_i386.deb on a CD in th

Re: unkillable find process

2014-02-26 Thread Ralf Mardorf
Perhaps killall -9 -w find grep does the trick. For what reason ever, I experienced that I had to add the -w option to the SIGKILL to stop audio apps by my audio session scripts. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Problems with Testing Install

2014-02-26 Thread erosenberg
Dear List - In the installation, at the end of  the screen that loads the executables, the last statement is "cleaning up".  At that point I get a blank [blue] screen. Any ideas? TIA Ethan   

Jessie: plymouth crashes - diagnostic advice?

2014-02-26 Thread Ben Skelton
We have a Jessie install on 32 bit intel where plymouth crashes in at least two separate ways: 1. As X is started the screen goes blank and the computer appears crashed - a restart is required. Interestingly, if ESC is pushed while in splash screen - usual approach to review boot messages in plymo

Re: After moving root partition to ssd, debian boots directly to runlevel 0 (shutdown)

2014-02-26 Thread Scott Ferguson
On 27/02/14 15:37, Meier wrote: > In my laptop there is a SSD which I decided to finally use. So I made > one big partition out of it, and copied my root file system onto it (cp > -ax, while / was mounted read-only). My root filesystem includes /var > but not /home or /boot. I'm using the actual de

Re: Wireless AP setup: RTL8188CUS

2014-02-26 Thread Csanyi Pal
Csanyi Pal writes: > Well, my home network diagram is: More in detail: Internet dhcp server \ cable modem \ eth0 ( dhcp ) Bubba Two headless powerpc box --> wlan0 |USB wifi adapter |

After moving root partition to ssd, debian boots directly to runlevel 0 (shutdown)

2014-02-26 Thread Meier
In my laptop there is a SSD which I decided to finally use. So I made one big partition out of it, and copied my root file system onto it (cp -ax, while / was mounted read-only). My root filesystem includes /var but not /home or /boot. I'm using the actual debian testing. I made all necessary c

Re: HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread Scott Ferguson
On 27/02/14 08:38, Kirt Odle wrote: > I am very new to Debian ( and any other linux ) and I'm trying to install > tshark. > > I've downloaded tshark and have run the command ... dpkg -i > tshark_1.8.2-5wheezy9_i386.deb > > This printed out a lot of errors and listed missing libraries and other

Re: unkillable find process

2014-02-26 Thread Zenaan Harkness
I consider this SOLVED (gmail breaks threads sorry). See syslog (some select lines) below - it looks like this USB adaptor is not properly supported by the kernel. Now I have the problem I had yesterday: without rebooting, I am now stuck it seems: $ sudo umount /n/ umount: /n: device is busy.

Jessie: plymouth crashes - diagnostic advice?

2014-02-26 Thread Ben Skelton
We have a Jessie install on 32 bit intel where plymouth crashes in at least two separate ways: 1. As X is started the screen goes blank and the computer appears crashed - a restart is required. Interestingly, if ESC is pushed while in splash screen - usual approach to review boot messages in plymo

Re: unkillable find process

2014-02-26 Thread Zenaan Harkness
PPS, there are two gnu screen windows which are completely hung. The one with the find outputs ^C and ^Z, but other keypresses like Ctrl-Q and Ctrl-D do nothing. In the screen session which I had a command I was about to run, a mv with one argument (had not put in the other argument yet), no kepr

Re: unkillable find process

2014-02-26 Thread Zenaan Harkness
Further: $ ps aux | egrep find justa 8558 0.0 0.0 9080 836 pts/9D+ 11:20 0:00 find . -maxdepth 4 That shows its STAT(E) as "D+", man ps: Duninterruptible sleep (usually IO) Ctrl-Z and Ctrl-C just output the characters ^Z and ^C respectively, to my screen session. The first

unkillable find process

2014-02-26 Thread Zenaan Harkness
I ran something like the following: cd path/of/website/mirror find . -maxdepth 4 | grep -i god This is running on an external USB drive mount. The process hasn't stopped, after many minutes. It has pid 8558. Running sudo kill -9 8558 does not kill the process. Ctrl-C does not kill the process. Wh

Pertanyaan

2014-02-26 Thread Tina Marlina
Mf pa saya mau mengajukan pinjaman tp dari bandung boleh ga?

Re: HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread Andrei POPESCU
On Mi, 26 feb 14, 21:38:50, Kirt Odle wrote: > I am very new to Debian ( and any other linux ) and I'm trying to > install tshark. Cool. Please note you have been asking the same question twice on a mailing list. Because of this I will have to assume you are not subscribed and will explicitly

Re: HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread Andrei POPESCU
On Mi, 26 feb 14, 16:31:29, John Hasler wrote: > Kirt Odle writes: > > This seems to be very labor intensive, and I'm wondering if I can > > somehow get Wheezy to automatically determine, download and install > > all the dependencies based on the version of Debian and tshark I have. > > Type > >

Re: HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread John Hasler
Kirt Odle writes: > This seems to be very labor intensive, and I'm wondering if I can > somehow get Wheezy to automatically determine, download and install > all the dependencies based on the version of Debian and tshark I have. Type sudo apt-get install tshark Type your password when asked for

Re: HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread Ralf Mardorf
Assumed your Debian computer has got no Internet access, then and only then, you need to install the packages you downloaded with another computer, using dpkg. If you search the Internet you easily will find the following link. https://packages.debian.org/wheezy/tshark You need to download and i

Re: HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread Dan Purgert
On 26/02/2014 16:38, Kirt Odle wrote: > I am very new to Debian ( and any other linux ) and I'm trying to install > tshark. > > I've downloaded tshark and have run the command ... dpkg -i > tshark_1.8.2-5wheezy9_i386.deb > > This printed out a lot of errors and listed missing libraries and othe

USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-26 Thread dclinton
Hi, I've been having all kinds of trouble finding a dual band USB WiFi adapter that will work with Debian Wheezy and I hope someone here can help. Our best (and pretty much last) hope is the TP-Link N900 TL-WDN4200. Using it successfully on Ubuntu 13.10, lsusb identifies the chipset as RT

Re: HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread Brad Rogers
On Wed, 26 Feb 2014 21:38:50 + Kirt Odle wrote: Hello Kirt, >I am very new to Debian ( and any other linux ) and I'm trying to >install tshark. You've already asked this, in a different thread, and received several answers. It's unwise to use dpkg directly because, as you've found out, it

HELP !!! confused trying to install tshark on wheezy

2014-02-26 Thread Kirt Odle
I am very new to Debian ( and any other linux ) and I'm trying to install tshark. I've downloaded tshark and have run the command ... dpkg -i tshark_1.8.2-5wheezy9_i386.deb This printed out a lot of errors and listed missing libraries and other dependencies. However, I am very confused on how

Re: How to configure eth0 with static ip and eth1 dhcp

2014-02-26 Thread Richard Hector
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/02/14 12:29, Rob Owens wrote: > On Sat, Feb 22, 2014 at 11:29:40PM -0300, Markos wrote: >> Tomorrow I'll change the network card of the server and see if >> the problem is on the network card. >> > Check to see if the network cable is cat 5, cat

Re: very slow Xorg and/or bash

2014-02-26 Thread Morel Bérenger
Le Mer 26 février 2014 20:48, "Morel Bérenger" a écrit : > Le Mer 26 février 2014 7:54, Danny a écrit : > >> Hi, >> >> >> >> I think you are looking for the answer in the wrong place. >> >> >> >> Remember that Xorg is totally network aware. When it starts up, it >> checks your hostname and resolv.c

Re: Wireless AP setup: RTL8188CUS

2014-02-26 Thread Csanyi Pal
Scott Ferguson writes: > On 25/02/14 07:03, Csanyi Pal wrote: >> Csanyi Pal writes: >> >>> Csanyi Pal writes: >>> Hi Selim, "Selim T. Erdogan" writes: > Csanyi Pal, 3.02.2014: >> Csanyi Pal writes: >> >>> Csanyi Pal writes: >>> Scott Fe

Re: day two question on installing packages on wheezy

2014-02-26 Thread Jonathan Dowland
On Wed, Feb 26, 2014 at 08:45:50PM +0200, Andrei POPESCU wrote: > Aptitude also installs recommended packages by default. And for completeness sake, so does apt-get. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@li

Re: very slow Xorg and/or bash

2014-02-26 Thread Morel Bérenger
Le Mer 26 février 2014 7:54, Danny a écrit : > Hi, > > > I think you are looking for the answer in the wrong place. > > > Remember that Xorg is totally network aware. When it starts up, it checks > your hostname and resolv.conf file. A bad configuration of these two will > slow Xorg down considerab

Re: day two question on installing packages on wheezy

2014-02-26 Thread Ralf Mardorf
Assumed the packages are needed for a machine without Internet access and you want to install the package + the dependencies + the dependencies of the dependencies, then copy them into one directory abd install them by using the asterisk. sudo dpkg -i * If it won't work, because a package would b

Re: day two question on installing packages on wheezy

2014-02-26 Thread Ralf Mardorf
On Wed, 2014-02-26 at 18:33 +, Brad Rogers wrote: > If you mean just download Original poster, did you mean only downloading the packages? Assumed you will archive them, if you once installed them, they already might be available by a cache and IIRC there is a rollback repository for Debian (I

Re: day two question on installing packages on wheezy

2014-02-26 Thread Andrei POPESCU
On Mi, 26 feb 14, 19:29:58, Ralf Mardorf wrote: > > FWIW the package I mentioned, Synaptic, is a nice GUI to install > packages, that e.g. provides an option to automatically install > recommended packages, by only checking a box and it also provides to > show and manually check all recommended an

Re: day two question on installing packages on wheezy

2014-02-26 Thread Ralf Mardorf
On Wed, 2014-02-26 at 13:15 -0500, Jape Person wrote: > If I assume you want to install these packages, and by "ALL of its > dependencies" you mean hard dependencies, recommends, and suggests (or > some subset thereof) it's probably easiest for you to use aptitude in > its textual interface / in

Re: Photovoltaic inverter monitoring or logging software

2014-02-26 Thread Bret Busby
On Wed, 26 Feb 2014, Mirco Piccin wrote: Hi, Consider also to use an Arduino connected to your inverter using TA sensors. Then you can use Emoncms, that is a cms (lamp) focused on log, elaborate and show power consumption/production data. It's opensource and you can use the free cloud version

Re: cron.daily logrotate beating up my server

2014-02-26 Thread Andrei POPESCU
On Mi, 26 feb 14, 06:41:22, Tony Baldwin wrote: > On Wed, Feb 26, 2014 at 12:09:05PM +0200, Andrei POPESCU wrote: > > On Ma, 25 feb 14, 13:53:39, Tazman Deville wrote: > > > > > > I DO have anacron installed. > > > > Well, purge (not remove) it then, or adjust /etc/anacrontab as needed ;) > > Th

Re: day two question on installing packages on wheezy

2014-02-26 Thread Brad Rogers
On Wed, 26 Feb 2014 17:11:04 + Kirt Odle wrote: Hello Kirt, >Can I get someone to clearly explain to me ( a Debian newbie ) how to >make aptitude download tshark and ALL of its dependencies, in a single >operation ?? If you mean just download, I think you need; aptitude -d install tshark

Re: day two question on installing packages on wheezy

2014-02-26 Thread Ralf Mardorf
On Wed, 2014-02-26 at 13:10 -0500, Dan Purgert wrote: > sudo apt-get install tshark > > Should do the trick (assuming "tshark" is the application name). It will do, but only because the package has got no recommended and no suggested dependencies, https://packages.debian.org/wheezy/tshark . Assum

Re: day two question on installing packages on wheezy

2014-02-26 Thread Sven Joachim
On 2014-02-26 18:11 +0100, Kirt Odle wrote: > Can I get someone to clearly explain to me ( a Debian newbie ) how to > make aptitude download tshark and ALL of its dependencies, in a single > operation ?? "aptitude install tshark", or if you really want to only download and not install tshark, "ap

Re: day two question on installing packages on wheezy

2014-02-26 Thread Jape Person
On 02/26/2014 12:11 PM, Kirt Odle wrote: Can I get someone to clearly explain to me ( a Debian newbie ) how to make aptitude download tshark and ALL of its dependencies, in a single operation ?? Download or install? If I assume you want to install these packages, and by "ALL of its dependenc

Re: day two question on installing packages on wheezy

2014-02-26 Thread Dan Purgert
On 26/02/2014 12:11, Kirt Odle wrote: > Can I get someone to clearly explain to me ( a Debian newbie ) how to make > aptitude download tshark and ALL of its dependencies, in a single operation ?? > > thanks > > Kirt Odle > > > sudo apt-get install tshark Should do the trick (assuming "tshar

Re: day two question on installing packages on wheezy

2014-02-26 Thread David Guntner
Kirt Odle grabbed a keyboard and wrote: > Can I get someone to clearly explain to me ( a Debian newbie ) how to > make aptitude download tshark and ALL of its dependencies, in a > single operation ?? aptitude install tshark Comes to mind. :-) "man aptitude" for more info. --Dave

day two question on installing packages on wheezy

2014-02-26 Thread Kirt Odle
Can I get someone to clearly explain to me ( a Debian newbie ) how to make aptitude download tshark and ALL of its dependencies, in a single operation ?? thanks Kirt Odle -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Re: Photovoltaic inverter monitoring or logging software

2014-02-26 Thread Markos
Dear Bret, If the instrument has a RS232 interface probably it sends information in ASCII format. It would be important to see equipment manual to know how this communication works. Do you have a cable for conection of the instrument with a computer? In some instruments you set, by the ke

Re: fancontrol wheezy Dell T7610

2014-02-26 Thread Jerry Stuckle
On 2/26/2014 1:38 AM, Stan Hoeppner wrote: On 2/25/2014 3:28 PM, Jerry Stuckle wrote: ... Encasing the tower in a sound "Damping" not "dampening". To dampen something is to add moisture to it. To damp an object is to lower its resonance frequency. One cannot add moisture to sound waves thus

Re: cron.daily logrotate beating up my server

2014-02-26 Thread Raffaele Morelli
2014-02-26 12:43 GMT+01:00 Tony Baldwin : > On Wed, Feb 26, 2014 at 06:41:22AM -0500, Tony Baldwin wrote: > > On Wed, Feb 26, 2014 at 12:09:05PM +0200, Andrei POPESCU wrote: > > > On Ma, 25 feb 14, 13:53:39, Tazman Deville wrote: > > > > > > > > I DO have anacron installed. > > > > > > Well, purge

Re: cron.daily logrotate beating up my server

2014-02-26 Thread Tony Baldwin
On Wed, Feb 26, 2014 at 06:41:22AM -0500, Tony Baldwin wrote: > On Wed, Feb 26, 2014 at 12:09:05PM +0200, Andrei POPESCU wrote: > > On Ma, 25 feb 14, 13:53:39, Tazman Deville wrote: > > > > > > I DO have anacron installed. > > > > Well, purge (not remove) it then, or adjust /etc/anacrontab as nee

Re: cron.daily logrotate beating up my server

2014-02-26 Thread Tony Baldwin
On Wed, Feb 26, 2014 at 12:09:05PM +0200, Andrei POPESCU wrote: > On Ma, 25 feb 14, 13:53:39, Tazman Deville wrote: > > > > I DO have anacron installed. > > Well, purge (not remove) it then, or adjust /etc/anacrontab as needed ;) > > Kind regards, > Andrei Thanks, Andrei, But could you explain

Re: [OT] Dovecot SMTP (WAS: hostname does not match certificate)

2014-02-26 Thread Tony Baldwin
On Wed, Feb 26, 2014 at 09:15:55AM +, Ron Leach wrote: > On 25/02/2014 18:08, Tony Baldwin wrote: > > >No, not sendmail. The server has postfix and dovecot, > >I'm using imap, not pop, and sending the mail through the dovecot smtp > >on the server. > > > > > Tony, where have you found info t

Plymouth on Jessie fails - advice to diagnose

2014-02-26 Thread Ben Skelton
We have a Jessie install on 32 bit intel where plymouth crashes in at least two separate ways: 1. As X is started the screen goes blank and the computer appears crashed - a restart is required. Interestingly, if ESC is pushed while in splash screen, X starts normally 2. Without plymouth-drm insta

Re: cron.daily logrotate beating up my server

2014-02-26 Thread Andrei POPESCU
On Ma, 25 feb 14, 13:53:39, Tazman Deville wrote: > > I DO have anacron installed. Well, purge (not remove) it then, or adjust /etc/anacrontab as needed ;) Kind regards, Andrei -- http://wiki.debian.org/FAQsFromDebianUser Offtopic discussions among Debian users and developers: http://lists.alio

bug gdebi-kde

2014-02-26 Thread Salvatore Ch
Salve. Quando vado a installare un qualsiasi pacchetto con gdebi-kde esce il seguente messaggio: "Il file di pacchetto non esiste È stato selezionato per l'installazione un file che non esiste. Selezionare un file pacchetto .deb esistente." La soluzione è togliere "- -" ( vedere foto ) http://fa

Re: Photovoltaic inverter monitoring or logging software

2014-02-26 Thread Mirco Piccin
Hi, Consider also to use an Arduino connected to your inverter using TA sensors. Then you can use Emoncms, that is a cms (lamp) focused on log, elaborate and show power consumption/production data. It's opensource and you can use the free cloud version (emoncms.org) or download it and install in y

Re: Photovoltaic inverter monitoring or logging software

2014-02-26 Thread Bret Busby
On Fri, 31 Jan 2014, Scott Ferguson wrote: On 31/01/14 13:38, Bret Busby wrote: Hello. I am wondering whether anyone on this list, has any knowledge or experience of software that runs on Linux, preferably Debian Linux, for monitoring/logging electricity output from a photovoltaic inverter.

Re: [OT] Dovecot SMTP (WAS: hostname does not match certificate)

2014-02-26 Thread Ron Leach
On 25/02/2014 18:08, Tony Baldwin wrote: No, not sendmail. The server has postfix and dovecot, I'm using imap, not pop, and sending the mail through the dovecot smtp on the server. Tony, where have you found info to help you with the Dovecot SMTP submission server? I follow the Dovecot lis