Re: Libvirt in Stretch?

2017-01-04 Thread Albin Otterhäll
On 01/04/2017 09:05 PM, Nicholas Geovanis wrote: > See this post from November: > https://lists.debian.org/debian-user/2016/11/msg00518.html > > On Wed, Jan 4, 2017 at 1:58 PM, Ansgar Burchardt <"Ansgar > Burchardt"@43-1.org> wrote: > >> Albin Otterhäll writes: >>> It seems that the package `libv

Re: shutdown fails to power off host

2017-01-04 Thread Bob McGowan
On 01/04/2017 10:59 PM, Bob McGowan wrote: > I have done a search of the debian-user archive, using the same text as > the subject, and found several references to emails with similar > problems. However, no exact solution was proposed. > > And this actually only happens on one of the two systems

shutdown fails to power off host

2017-01-04 Thread Bob McGowan
I have done a search of the debian-user archive, using the same text as the subject, and found several references to emails with similar problems. However, no exact solution was proposed. And this actually only happens on one of the two systems I have Debian installed on. I'm using testing (stre

Re: Congratulations melisa , Your Roof is Covered -This year also for FREE!HRVW

2017-01-04 Thread melisa leverich
On Jan 2, 2017 1:03 PM, "Jape Person" wrote: > > > > > C0NGRAT5_melisa > > Last_Chance_F0r_Y0u > > 100%FREE._Limited_Time_0FFER > > PROTECT_YOUR_BUDGET&GET_A_HOME_WARRANTY > > ConfirmHere > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: two graphics cards and two monitors

2017-01-04 Thread Felix Miata
Mark Fletcher composed on 2017-01-04 23:30 (UTC+0900): I've seen several people say or imply this in the past. But I have an ignorant question I am almost too embarrassed to ask (almost). Most normal cards have only one connector of each type. AFAIK, those with only one standard connector, unles

Re: brother printer/scanners

2017-01-04 Thread Igor Cicimov
On Mon, Jan 2, 2017 at 12:27 PM, Igor Cicimov wrote: > > > On Mon, Jan 2, 2017 at 11:38 AM, Joel Rees wrote: > >> I got a Brother printer to work by installing both the debian packages >> from the repos and the deb from Brother's website, but the scanner >> still isn't being found. >> >> Running

hotpluggable member of a bridge

2017-01-04 Thread Stefan Monnier
I have a bridge interface `br0` which usually contains jut `eth0` but occasionally also needs to contain `usb0`, which is an ethernet-dongle kind of thing. How do I setup /etc/network/interfaces for that? Currently, I just setup everything "manually": `br0` is setup `static`, and `usb0` is setup

Re: Potential problem with aptitude search?

2017-01-04 Thread Sven Hartge
Carl Fink wrote: > Thoughts? I'll submit a bug report if warranted but I thought I'd get the > community's opinion first. aptitude search the package name and only the package name by default. If you want to search inside the description, you have to search like this: aptitude search "~dsip"

Potential problem with aptitude search?

2017-01-04 Thread Carl Fink
So I'm looking to set up SIP/VOIP software on my main Linux box. I already have a SIP account via CallCentric, and it works fine on my Android phone. I do "aptitude search sip" and find ... no SIP phone clients. There is something called baresip and a bunch of development tools and libraries and s

Re: two graphics cards and two monitors

2017-01-04 Thread kamaraju kusumanchi
On Wed, Jan 4, 2017 at 9:30 AM, Mark Fletcher wrote: > On Tue, Jan 03, 2017 at 09:37:00AM -0500, Ric Moore wrote: >> On 01/01/2017 04:03 PM, jurek wrote: >> >How to use two graphics cards and two monitors on nouveau driver.I have >> >Nvidia gtx 650 ti boost and Nvidia gt 240 card. >> > >> >> I agr

Re: brother printer/scanners

2017-01-04 Thread John Hasler
Nicolas George writes: > Part of the development have been outsourced and the contract does not > allow allow to distribute the source code, or even does not provide it > to the main company. This is very likely. They may not have even outsourced any work: just purchased a license for some "IP":

Re: brother printer/scanners

2017-01-04 Thread Nicolas George
Le quintidi 15 nivôse, an CCXXV, Jape Person a écrit : > I really don't understand what Brother et. al. expect to gain from this > obstinance. It's certain that the source or close relatives thereof is "out > there" and, one presumes, available. It's not the crown jewels or trade > secrets. It's j

Re: New to iptables

2017-01-04 Thread Pascal Hambourg
Le 04/01/2017 à 21:30, Joe a écrit : iptables operates at the level of IP addresses and protocols (and ports, in the case of tcp and udp, other protocols don't use them). Where it appears to work with URLs, as you have discovered, it resolves the URL Not URLs. Hostnames.

Re: brother printer/scanners

2017-01-04 Thread Jape Person
On 01/04/2017 01:57 PM, Brian wrote: On Wed 04 Jan 2017 at 13:19:43 -0500, Jape Person wrote: On 01/04/2017 11:27 AM, Brian wrote: Some manufacturers, HP and Epson, for example, integrate their scanner software and co-operate with SANE developers; Brother don't seem to, although they do have

Re: New to iptables

2017-01-04 Thread Joe
On Wed, 4 Jan 2017 10:54:53 -0600 Richard Owlett wrote: > I'm searching for an introduction to iptables that leads me to > answers to the questions *I* have. I've got a flock of links I'm > working thru. How are we going to know what resource answers the questions *you* have if we don't know w

Re: New to iptables

2017-01-04 Thread Bob Weber
While you computer should be protected by a fire wall (I use shorewall for that) maybe you should look at privoxy. privoxy is a Privacy Enhancing Proxy that the browser can be set to go through to access web sites. The privoxy setup for your sand-boxed install would be set to allow access only

Re: Libvirt in Stretch?

2017-01-04 Thread Nicholas Geovanis
See this post from November: https://lists.debian.org/debian-user/2016/11/msg00518.html On Wed, Jan 4, 2017 at 1:58 PM, Ansgar Burchardt <"Ansgar Burchardt"@43-1.org> wrote: > Albin Otterhäll writes: > > It seems that the package `libvirt-bin` has been deprecated in Stretch > > (it isn't availabl

Re: Libvirt in Stretch?

2017-01-04 Thread Ansgar Burchardt
Albin Otterhäll writes: > It seems that the package `libvirt-bin` has been deprecated in Stretch > (it isn't available via the repositories). I can't find any > documentation regarding virtualization using KVM in Stretch. > > What's the replacement for `libvirt-bin`? The libvirt-bin package in Deb

Re: New to iptables

2017-01-04 Thread Pascal Hambourg
Le 04/01/2017 à 18:20, Dan Ritter a écrit : On Wed, Jan 04, 2017 at 10:54:53AM -0600, Richard Owlett wrote: One of the links led to _Securing Debian Manual_ and in particular "Appendix F - Security update protected by a firewall" {https://www.debian.org/doc/manuals/securing-debian-howto/ap-fw-s

Libvirt in Stretch?

2017-01-04 Thread Albin Otterhäll
Hi! It seems that the package `libvirt-bin` has been deprecated in Stretch (it isn't available via the repositories). I can't find any documentation regarding virtualization using KVM in Stretch. What's the replacement for `libvirt-bin`? Thanks in advance! Regards, Albin Otterhäll

Re: brother printer/scanners

2017-01-04 Thread Brian
On Wed 04 Jan 2017 at 13:19:43 -0500, Jape Person wrote: > On 01/04/2017 11:27 AM, Brian wrote: > > >Some manufacturers, HP and Epson, for example, integrate their scanner > >software and co-operate with SANE developers; Brother don't seem to, > >although they do have drivers for some scanners wh

mdadm: no more mails during monthly scrubbing under Jessie

2017-01-04 Thread Hans Kraus
Hi, I recently upgrades my Debian sever from Wheezy to Jessie. I have the standard configuration, especially the monthly ckeck via the cron entry: "57 0 * * 0 root if [ -x /usr/share/mdadm/checkarray ] && [ $(date +\%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all --idle --quiet; fi".

Re: brother printer/scanners

2017-01-04 Thread Jape Person
On 01/04/2017 11:27 AM, Brian wrote: On Mon 02 Jan 2017 at 22:11:26 -0500, Jape Person wrote: On 01/02/2017 06:50 PM, Brian wrote: Could be. The license for printer and scanner drivers says you can modify, alter, translate, reproduce and distribute their software. Sounds good. Doesn't Debian

Re: New to iptables

2017-01-04 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Jan 04, 2017 at 10:54:53AM -0600, Richard Owlett wrote: > I'm searching for an introduction to iptables that leads me to > answers to the questions *I* have. I've got a flock of links I'm > working thru. Take your time... > In the meantime I

Re: New to iptables

2017-01-04 Thread Dan Ritter
On Wed, Jan 04, 2017 at 10:54:53AM -0600, Richard Owlett wrote: > I'm searching for an introduction to iptables that leads me to answers to > the questions *I* have. I've got a flock of links I'm working thru. > > > In the meantime I have a few questions. > > One of the links led to _Securing De

New to iptables

2017-01-04 Thread Richard Owlett
I'm searching for an introduction to iptables that leads me to answers to the questions *I* have. I've got a flock of links I'm working thru. In the meantime I have a few questions. One of the links led to _Securing Debian Manual_ and in particular "Appendix F - Security update protected by a

[OT] get all devices from a vendor from pci.ids

2017-01-04 Thread Floris
(Not really a Debian question, but I know there are smart people on this list.) I want to search the pci.ids file (from the pciutils package) for all Compaq devices. Pci ID's 0e11: , 1032: and 10da: matches Compaq. Unfortunately, only at a beginning of a list the id of the vendo

Re: brother printer/scanners

2017-01-04 Thread Brian
On Mon 02 Jan 2017 at 22:11:26 -0500, Jape Person wrote: > On 01/02/2017 06:50 PM, Brian wrote: > > > >Could be. The license for printer and scanner drivers says you can > >modify, alter, translate, reproduce and distribute their software. > >Sounds good. Doesn't Debian say that too? > > Yeah, I

Re: k3b can't find cdrecord

2017-01-04 Thread Mark Neidorff
On Wednesday, 12/28/16 01:00:52 PM Gary Dale wrote: > On 28/12/16 12:34 PM, Alberto Luaces wrote: > > Gary Dale writes: > >> I'm running Debian/Stretch AMD64 using plasma desktop and I'm trying > >> to burn a CD image. However when I start k3b, I get an error message > >> "unable to find cdrecord e

Re: two graphics cards and two monitors

2017-01-04 Thread Dan Ritter
On Wed, Jan 04, 2017 at 11:30:11PM +0900, Mark Fletcher wrote: > On Tue, Jan 03, 2017 at 09:37:00AM -0500, Ric Moore wrote: > > On 01/01/2017 04:03 PM, jurek wrote: > > >How to use two graphics cards and two monitors on nouveau driver.I have > > >Nvidia gtx 650 ti boost and Nvidia gt 240 card. > >

Re: two graphics cards and two monitors

2017-01-04 Thread Mark Fletcher
On Tue, Jan 03, 2017 at 09:37:00AM -0500, Ric Moore wrote: > On 01/01/2017 04:03 PM, jurek wrote: > >How to use two graphics cards and two monitors on nouveau driver.I have > >Nvidia gtx 650 ti boost and Nvidia gt 240 card. > > > > I agree with the comment that you can use just one video card for