Re: Assorted arm-buster problems - network configuration

2019-07-05 Thread Lee
routable address available, the host MUST use the routable address when initiating new communications, and MUST cease advertising the availability of the IPv4 Link-Local address through whatever mechanisms that address had been made known to others. Regards, Lee

Re: Assorted arm-buster problems - network configuration

2019-07-04 Thread Lee
t forever preferred_lft forever > inet6 fe80::1445:918c:cf73:6a79/64 scope link >valid_lft forever preferred_lft forever > 3: wlan0: mtu 1500 qdisc pfifo_fast > state DOWN group default qlen 1000 > link/ether b8:27:eb:86:12:78 brd ff:ff:ff:ff:ff:ff I'm guessing that 1. your machine is set up to request an ip address via dhcp 2. the dhcp client software isn't smart enough to realize you've configured a static address on the interface and tries to get an address via dhcp anyway, fails, and assigns a 169.254.x.x address to the interface Best bet would be to turn off dhcp on that interface. I don't remember if I couldn't figure out how to disable dhcp or if it was just that I _really_ don't want anything of mine doing mDNS; in any case, I nuked avahi: $ apt list --installed 'avahi*' Listing... Done Regards, Lee

Re: bind gets permission errors in buster--systemd-related?

2019-05-15 Thread Lee
permissions, start bind as a daemon and edit /etc/passwd to change '/bin/sh' back to '/bin/false' Regards, Lee > > // RB modified resolv.conf with custom > /etc/resolvconf/update.d/bind9 to create this file. > //include "/run/named/named.resolvers"; >

Re: Can't install addons for firefox

2019-05-06 Thread Lee
On 5/6/19, Reco wrote: > Hi. > > On Mon, May 06, 2019 at 01:35:48PM -0400, Lee wrote: >> On 5/6/19, Dave Sherohman wrote: >> > On Sun, May 05, 2019 at 07:29:55PM -0400, Dan Ritter wrote: >> >> >> >> No, Mozilla really screwed up. >&g

Re: Can't install addons for firefox

2019-05-06 Thread Lee
ans). I also like the fail safe aspect where if they can't verify an addon it defaults to 'bad'. What I don't like, and what I think turned a minor issue into a very visible and embarrassing problem, is not being able to over-ride their decision. Lee

Re: How do I trace changes in configuration files?

2019-05-02 Thread Lee
On 5/2/19, David Wright wrote: > On Thu 02 May 2019 at 12:12:19 (-0400), Lee wrote: >> On 5/1/19, David Wright wrote: >> > >> > As for finding where the information went, I sometimes use >> > # find /boot /etc /home /lib /lib64 /var -type f -mmin -14

Re: How do I trace changes in configuration files?

2019-05-02 Thread Lee
find /cygdrive/c -newer /tmp/timestamp TS=`date +%Y%m%d-%H%M` # 20160225-0734 touch /tmp/timestamp /tmp/timestamp-${TS} Regards, Lee

Re: firefox > Preferences > When Firefox starts.

2019-04-28 Thread Lee
Hi David, I think we're both going for > I like to publicise it when I'm reminded that its use might help > someone else fix any sort of problem. so I snipped a lot; hopefully without messing up who wrote what. On 4/27/19, David Wright wrote: > On Thu 25 Apr 2019 at 12:28:37 (-0400),

Re: firefox > Preferences > When Firefox starts.

2019-04-25 Thread Lee
On 4/25/19, David Wright wrote: > On Wed 24 Apr 2019 at 14:29:00 (-0400), Lee wrote: >> On 4/24/19, David Wright wrote: >> > On Tue 23 Apr 2019 at 10:38:41 (-0400), Lee wrote: >> >> On 4/22/19, David Wright wrote: >> >> > On Sun 21 Apr 2019

Re: firefox > Preferences > When Firefox starts.

2019-04-24 Thread Lee
> On Tue 23 Apr 2019 at 10:38:41 (-0400), Lee wrote: >> On 4/22/19, David Wright wrote: >> > On Sun 21 Apr 2019 at 20:30:53 (-0700), pe...@easthope.ca wrote: >> >> From: David Wright >> >> Date: Sun, 21 Apr 2019 16:13:11 -0500 >> >

Re: terminal with right-click = paste?

2019-04-20 Thread Lee
45), period (46), slash (47), underscore (95) and tilde (126) ! to the aplhanumeric character class (48) ! man xterm ! / int charClass ! the number below the character is the character class ! notice that all the letters & digits are character class 48 ! ! $ echo -n "-./_~" | od -a -td1 ! 000-./_~ ! 45 46 47 95 126 ! 005 Regards, Lee

Re: terminal with right-click = paste?

2019-04-12 Thread Lee
On 4/12/19, to...@tuxteam.de wrote: > On Fri, Apr 12, 2019 at 01:56:36AM -0400, Lee wrote: > >> so I don't know if case is significant or no > > Typically, an object (application, widget within an app, etc.) has > a lower-case name, where object classes have an upper case

Re: terminal with right-click = paste?

2019-04-11 Thread Lee
has NOTE: some resource files use patterns such as *font: fixed which are overly broad, affecting both xterm.vt100.font and xterm.vt100.utf8Fonts.font which is probably not what you intended. so I don't know if case is significant or no Lee

Re: terminal with right-click = paste?

2019-04-11 Thread Lee
e subnames), the default mapping can be overridden through the # use of the charClass (class CharClass) resource. # eg. mintty: WordChars=-./_~ # 45: - (dash) # 46: . (period) # 47: / (slash) # 95: _ (underscore) # 126: ~ (tilde) # are put in the same character class as letters &

Error Message

2019-04-11 Thread Michael Lee
Hello, I would like to know what I am supposed to do about this error message. Would appreciate guidance. M Lee Nicht alle Paketquellenindizes konnten heruntergeladen werden Die Software-Paketquelle steht möglicherweise nicht mehr zur Verfügung oder ist aufgrund von Netzwerkproblemen nicht

Re: terminal with right-click = paste?

2019-04-11 Thread Lee
On 4/11/19, Peter Wiersig wrote: > Lee writes: >> >> But again.. wow. And not in a good way. Install putty on debian, run >> putty, right click on the putty menu bar (title bar?) and the menu is >> lacking _anything_ to do with how putty behaves. > > I never trie

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, David Wright wrote: > On Wed 10 Apr 2019 at 17:21:06 (-0400), Lee wrote: >> On 4/10/19, Dan Ritter wrote: >> > Lee wrote: >> >> On 4/10/19, Dan Ritter wrote: >> >> > Lee wrote: >> >> >> I installed the xfce version of de

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, arne wrote: > On Wed, 10 Apr 2019 16:37:15 -0400 > Lee wrote: > >> On 4/10/19, Alexander V. Makartsev wrote: >> > On 11.04.2019 0:41, Lee wrote: >> [...] >> [...] >> >> But how do you get something into the paste buffer without using

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
nd good documentation on these settings IME. The xterm FAQ is > huge and worth looking thru, but hard to find out exactly who does what > sometimes. > > https://invisible-island.net/xterm/xterm.faq.html Thanks - I'll check it out. Lee

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, Dan Ritter wrote: > Lee wrote: >> On 4/10/19, Peter Wiersig wrote: >> > Lee writes: >> > >> > Package: putty (0.67-3+deb9u1) >> > Telnet/SSH client for X >> > >> > https://packages.debian.org/stretch/putty >>

Re: 'synaptic' removed from buster

2019-04-10 Thread Lee
erhaps with the help from the change proponents. My understanding is that sudo synaptic not working for anybody other than root is a desired feature of Wayland - not something that would or should be fixed. But I'm also under the impression that logging in as root & running synaptic works, so removing synaptic altogether still seems a bit excessive. Lee

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, Dan Ritter wrote: > Lee wrote: >> > You don't! The programmers didn't include that. >> >> wow. just.. wow. I wonder if that omission has anything to do with >> the xterm popcon graph showing about 100K users & xfce4-terminal >> about 2

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, bw wrote: > In-Reply-To: =lvhgogonk...@mail.gmail.com> > >>>Lee > >>How do I find out what other terminal programs are already installed >>that I can try? > > > Most of them still seem to register with the debian alternatives system, >

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, Dan Ritter wrote: > Lee wrote: >> On 4/10/19, Dan Ritter wrote: >> > Lee wrote: >> >> I installed the xfce version of debian 9 & have a terminal icon on the >> >> menu bar that starts xfce4-terminal >> >> >> >&g

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, Peter Wiersig wrote: > Lee writes: >> >> How do I find out what other terminal programs are already installed >> that I can try? > > Installed? I don't know your package list > Installable? see below. > >> What terminal programs are available

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, Dan Ritter wrote: > Lee wrote: >> I installed the xfce version of debian 9 & have a terminal icon on the >> menu bar that starts xfce4-terminal >> >> Is there some way to configure xfce4-terminal so that a right mouse >> click pastes text? >&g

Re: terminal with right-click = paste?

2019-04-10 Thread Lee
On 4/10/19, Alexander V. Makartsev wrote: > On 11.04.2019 0:41, Lee wrote: >> I installed the xfce version of debian 9 & have a terminal icon on the >> menu bar that starts xfce4-terminal >> >> Is there some way to configure xfce4-terminal so that a right mouse

terminal with right-click = paste?

2019-04-10 Thread Lee
down buttons on the scroll bar that scrolls a line at a time when clicking on the button Thanks Lee

Re: build vs install

2019-04-09 Thread Lee
On 4/9/19, Michael Howard wrote: > On 09/04/2019 19:03, Lee wrote: >> On 4/9/19, Michael Howard wrote: >>> On 09/04/2019 16:35, Lee wrote: >>>> What are the downsides to getting the source code and doing the >>>> build/install myself vs. using a pre-bui

Re: build vs install

2019-04-09 Thread Lee
On 4/9/19, Brad Rogers wrote: > On Tue, 9 Apr 2019 14:58:22 -0400 > Lee wrote: > > Hello Lee, > >>OK - good to know. Somehow I'd got the impression that systemd was >>moving to a windows registry type thing for config data instead of > > I've no idea about that.

Re: putting config files under revision control

2019-04-09 Thread Lee
On 4/9/19, hdv@gmail wrote: > On 09/04/2019 21.23, Lee wrote: >> On 4/9/19, Dan Ritter wrote: >>> Lee wrote: >>>> What are people doing for putting config files in [under?] git? >>>> >>>> I'd like to have at least some system config files ma

Re: putting config files under revision control

2019-04-09 Thread Lee
On 4/9/19, Dan Ritter wrote: > Lee wrote: >> What are people doing for putting config files in [under?] git? >> >> I'd like to have at least some system config files maintained in git >> so I can get a history of changes. >> (and yes, I know, I reall

Re: build vs install

2019-04-09 Thread Lee
On 4/9/19, Brad Rogers wrote: > On Tue, 9 Apr 2019 13:30:45 -0400 > Lee wrote: > > Hello Lee, > >>> package installer may write the configs somewhere other than where the >>> creator does, for example. >>But they're still all text files - right? There

putting config files under revision control

2019-04-09 Thread Lee
eems workable but not very general. Any pointers on how to do it better? Thanks Lee

Re: build vs install

2019-04-09 Thread Lee
On 4/9/19, Michael Howard wrote: > On 09/04/2019 16:35, Lee wrote: >> What are the downsides to getting the source code and doing the >> build/install myself vs. using a pre-built package other than I'm >> responsible for noticing the software needs to be updated? >> &g

Re: build vs install

2019-04-09 Thread Lee
Hi Brad, On 4/9/19, Brad Rogers wrote: > On Tue, 9 Apr 2019 11:35:05 -0400 > Lee wrote: > > Hello Lee, > >>What are the downsides to getting the source code and doing the >>build/install myself vs. using a pre-built package other than I'm >>responsibl

build vs install

2019-04-09 Thread Lee
/nuttcp has 6.1.2-4 If I ever decide to go with the debian package I just uninstall the software I built and .. anything else that needs to be done before installing an official package? TIA Lee

Re: Verifying authenticity of Debian CDs

2019-04-05 Thread Lee
by doing certutil -hashfile debian-9.8.0-i386-netinst.iso SHA256 and compare that to 8156cc4ce7a06facf69d4f7161f89431a794cdaba8e2b4eb91b2c43a302e4614 (the checksum listed in the SHA256SUMS file) If you're already on Debian you've got the sha256sum program, so do sha256sum debian-9.8.0-i386-netinst.iso and compare the output to the checksum in SHA256SUMS file Regards, Lee

Re: 'synaptic' removed from buster

2019-04-05 Thread Lee
synaptic? Or patch synaptic to realize it's running under Gnome & spit out an error message and quit? Everybody pays the price because it doesn't work with Gnome seems a bit much. Lee

Re: Advantages of downloading Debian packages over tor

2019-03-28 Thread Lee
not seen any valid reason to download packages over tor, neither > to use the apt-transport-tor package. If you get your packages from an .onion site you get end-to-end encryption as well as hiding which packages you've downloaded from whoever is watching your network traffic. ref https://bits.debian.org/2016/08/debian-and-tor-services-available-as-onion-services.html Regards Lee

Re: [SOLVED] Re: privoxy - which is the correct configuration?

2019-03-24 Thread Lee
On 3/24/19, Hans wrote: > Am Sonntag, 24. März 2019, 10:56:10 CET schrieb Reco: >> Hi. >> > Hi, >> > Ok, a new question: But, if I want someone give the opportunity, to go >> > to >> > the web with tor and I want to let him use my computer as a proxy, then >> > he may use my privoxy on port

Re: Flushing all Buffers Before Exiting

2019-03-21 Thread Lee
ake sure we got everything that was > produced? https://unix.stackexchange.com/questions/25372/turn-off-buffering-in-pipe/ Regards, Lee

Re: what are you using instead of bind9?

2019-02-13 Thread Lee
On 2/12/19, Andy Smith wrote: > Hi, > > On Tue, Feb 12, 2019 at 06:40:01PM -0500, Lee wrote: >> What are people using these days to >> 1. have dnssec enabled lookups >> 2. filter external dns answers > > I use Unbound for resolvers. > > I understand t

what are you using instead of bind9?

2019-02-12 Thread Lee
=on_date=2010-01-01_date=2019-01-01_date=_fmt=%25Y-%25m=1 What are people using these days to 1. have dnssec enabled lookups 2. filter external dns answers Thanks, Lee

Re: Setting default $PATH for all users

2019-02-10 Thread Lee
On 2/10/19, Richard Owlett wrote: > On 02/10/2019 05:00 PM, Lee wrote: >> On 2/10/19, Andy Smith wrote: >>> Hello, >>> >>> On Sun, Feb 10, 2019 at 02:57:22PM -0600, Richard Owlett wrote: >>>> I used "grep -r /usr/local/games /etc" w

Re: Setting default $PATH for all users

2019-02-10 Thread Lee
anything for me. adding the line export PATH=$PATH:/foo to /etc/bash.bashrc however... followup question - why are the bash "login" dot files ignored if you're using xfce? Regards, Lee

Re: /etc/network/interfaces with multiple network interfaces

2019-01-09 Thread Lee
e your default gateway to 192.168.7.1 (or whatever the router is on that subnet) & it should pick eno1.7 for the default route. Regards, Lee > > Is the default route determined by the order in /etc/network/interface of > the > interfaces or is there another algorithm behind? > &

Re: Sources list, was Re: Gparted error report

2019-01-02 Thread Lee
On 1/2/19, Richard Owlett wrote: > On 01/01/2019 07:59 PM, David Wright wrote: >> On Tue 01 Jan 2019 at 13:45:48 (-0500), Lee wrote: >>> On 1/1/19, Richard Owlett wrote: >>>> On 01/01/2019 08:03 AM, to...@tuxteam.de wrote: >>>>> On Tue, Jan 01, 2

Re: Gparted error report

2019-01-01 Thread Lee
debian.org/debian-security/ stretch/updates main deb-src http://deb.debian.org/debian-security/ stretch/updates main deb http://deb.debian.org/debian stretch-updates main deb-src http://deb.debian.org/debian stretch-updates main They don't match, so I'm wondering if there's a place that shows the recommended, if you don't know any better use this, sources list. Lee

Re: how to backup to an encrypted usb drive?

2018-11-15 Thread Lee
On 11/15/18, Reco wrote: > On Thu, Nov 15, 2018 at 02:00:47PM -0500, Lee wrote: >> On 11/15/18, Reco wrote: >> > On Thu, Nov 15, 2018 at 10:43:30AM -0500, Lee wrote: >> >> implying you keep lots of backups. For how long? >> > >> > Depends

Re: how to backup to an encrypted usb drive?

2018-11-15 Thread Lee
On 11/15/18, Reco wrote: > On Thu, Nov 15, 2018 at 10:43:30AM -0500, Lee wrote: >> implying you keep lots of backups. For how long? > > Depends. Backups of your 1-2 GB of root/var can be kept for a year, > given weekly backups and a typical multi TB NAS. > Private user's

Re: how to backup to an encrypted usb drive?

2018-11-15 Thread Lee
On 11/15/18, Reco wrote: > Hi. Hi. > On Wed, Nov 14, 2018 at 05:03:53PM -0500, Lee wrote: >> > b) You do not keep a single backup. >> > >> > Besides, avoiding all those cryptolockers is easy. You just need to >> > learn to distinguish a trus

Re: how to backup to an encrypted usb drive?

2018-11-14 Thread Lee
> On Wed, Nov 14, 2018 at 12:52:57PM -0500, Lee wrote: >> On 11/14/18, Reco wrote: <.. snip ..> >> > If you're content with losing all this metadata in your backup - there >> > are rsync, cpio or tar. Or all those 'backup solutions' based on those.

Re: how to backup to an encrypted usb drive?

2018-11-14 Thread Lee
On 11/14/18, Michael Wagner wrote: > On Nov 14, 2018 at 12:18:47, Lee wrote: >> On 11/14/18, Jonathan Dowland wrote: >> >> > I'd recommend >> > taking a look at rsync for performing the copy. >> >> I've used rsync at work. It was fast & good e

Re: how to backup to an encrypted usb drive?

2018-11-14 Thread Lee
On 11/14/18, to...@tuxteam.de wrote: > On Wed, Nov 14, 2018 at 12:18:47PM -0500, Lee wrote: > > [...] > > Just for one data point -- I do my backups basically this way, all > from the command line > > sudo cryptsetup open /dev/sdXX backup > sudo mount /dev/

Re: how to backup to an encrypted usb drive?

2018-11-14 Thread Lee
On 11/14/18, Andrew McGlashan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi, > > On 15/11/18 2:01 am, Lee wrote: >> What are you using to backup your files to an encrypted usb drive? > > In an ideal world: <.. snip good suggestions ..&g

Re: how to backup to an encrypted usb drive?

2018-11-14 Thread Lee
On 11/14/18, Reco wrote: > On Wed, Nov 14, 2018 at 10:50:44AM -0500, Lee wrote: >> On 11/14/18, Reco wrote: >> >Hi. >> > >> > On Wed, Nov 14, 2018 at 10:01:38AM -0500, Lee wrote: >> >> What are you using to backup your files to an encrypted usb

Re: how to backup to an encrypted usb drive?

2018-11-14 Thread Lee
On 11/14/18, Jonathan Dowland wrote: > On Wed, Nov 14, 2018 at 10:01:38AM -0500, Lee wrote: >>What I've been using on windows is truecrypt to encrypt the drive and >>1) unison + gui frontend to do a quick backup of selected files & 2) a >>bat file that calls xcopy to co

Re: how to backup to an encrypted usb drive?

2018-11-14 Thread Lee
On 11/14/18, Reco wrote: > Hi. > > On Wed, Nov 14, 2018 at 10:01:38AM -0500, Lee wrote: >> What are you using to backup your files to an encrypted usb drive? > > For the backup itself - dump(8) or xfsdump(8) (filesystem dependent). Which seems to require restore

how to backup to an encrypted usb drive?

2018-11-14 Thread Lee
backup of selected files & 2) a bat file that calls xcopy to copy files with the archive flag set to YYMMDD/ on an encrypted drive (ie. an incremental backup; I do a full backup every few months) Thanks Lee

Re: ls -la sort order

2018-10-03 Thread Lee
On 10/3/18, Roberto C. Sánchez wrote: > On Wed, Oct 03, 2018 at 01:51:54PM -0400, Lee wrote: >> >> Sure - I can understand some people wanting A a to sort together. But >> ignoring non-alpha characters when sorting??? Eventually I'm sure I >> can get used to >&g

Re: ls -la sort order

2018-10-03 Thread Lee
On 10/3/18, Roberto C. Sánchez wrote: > On Wed, Oct 03, 2018 at 12:31:01PM -0400, Lee wrote: >> >> interesting... I get different results for 'ls [D-M]*' if LC_COLLATE=C >> or LC_COLLATE=en_US.utf8 >> > Think of it this way: > > en_US.utf8 -> sort in

Re: ls -la sort order

2018-10-03 Thread Lee
On 10/3/18, Greg Wooledge wrote: > On Wed, Oct 03, 2018 at 11:07:04AM -0400, Lee wrote: >> I can fix the problem by aliasing ls to 'LC_COLLATE=C ls' but that >> seems klunky and would only fix ls (and not break anything else). How >> bad of an idea would it be to set >&

ls -la sort order

2018-10-03 Thread Lee
and utf8, so why is this happening in the first place? Thanks, Lee

Re: How to react on a factually wrong Debian wiki change ?

2018-09-29 Thread Lee
"the computer gods will frot you" > > "would be better not used" may be correct depending on the rest of the > context. > > Maybe an implicit threat of resulting danger needs to be implied? Wodim should not be used for burning to DVD or BD media. Which also implies no support for DVD/BD burning. And link "should not be used" to https://lists.debian.org/debian-user/2018/09/msg01048.html to explain why it should not be used? Regards, Lee

Re: ext2 for /boot ???

2018-09-11 Thread Lee
se/ it has no journaling. Just out of curiosity - why would journaling be undesirable on a partition that is almost never written to? Thanks Lee

Re: Debian installation

2018-09-03 Thread Lee
> while ago. Have you seen this? https://wiki.debian.org/SourcesList It sounds like you might want to add 'contrib' and/or 'non-free' to the repositories listed in /etc/apt/sources.list Regards, Lee > On Sun, Sep 2, 2018, at 22:30, Mark Fletcher wrote: >> On Sun, Sep 02, 2018 at 09:34:40PM

Re: Network issue

2018-08-29 Thread Lee
ED) approach to flow control. Implementing link-layer flow control on switches can actually interfere with the end-to-end flow control. - Regards, Lee

Re: connecting to two networks simultaneously on buster

2018-08-24 Thread Lee
s being discussed in this thread should be able to do > what was demanded by the anti-IPv6linklocals. If I couldn't get an ipv6 assignment @work then yes, https://tools.ietf.org/html/rfc5375#section-2.2 is the way to go. But @home?? unless there's some other motivation for using a globally unique address, it's totally not worth the effort. get out the popcorn time: Want to watch the anti-IPv6linklocals explode? Have them read rfc 7404 Using Only Link-Local Addressing inside an IPv6 Network Regards, Lee

Re: Wow, I’d never expect to say to a guy I like him from the 1st sight. Rebecca

2017-07-25 Thread Lee Stevens
Who are u ? On 17 Jul 2017 21:34, "Rebecca Ayasaha" wrote: > You have changed this assurance in me. > http://bitly.com/2u2FKnu >

Websites & Mobile Apps Proposal

2016-12-17 Thread Zoe Lee
let me know if you are interested, then I can send you our past work details, testimonials, affordable quotation with best offer and Price list. Warm Regards, Zoe Lee Business Development Executive Hand Phone: +1-310-933-6106 Skype: “imark.infotech” Global Offices: San Francisco | Los Angeles

Installing Debian from one CD and one DVD and loading Gnome with TASKSEL

2016-10-13 Thread William Lee Valentine
to boot to Gnome, currently, and not to a command prompt? Thank you for your help. -- William Lee Valentine --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: Lee_find__your_perfect____ dentist

2016-05-02 Thread Lee Hinds
I use to be a mechanic mo need for denist On Monday, May 2, 2016, wrote: > > > > > *Dear_Lee, Find the perfect dentist in your area click here * >

Installing newer kernels

2016-03-19 Thread William Lee Valentine
, and Drupal. Thank you for helping me to understand how to maintai8n these systems. -- William Lee Valentine --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: Reporting a Bug

2016-01-27 Thread Lee Fuller
Could you share your fstab with us here? It'll help lots. -- -- Lee Fuller (mobile) On 27 January 2016 16:03:53 GMT+00:00, michael bailey <mbsolarwin...@googlemail.com> wrote: >HI. > >I wish to report what I believe is a bug in Debian Jessie but am not >sure >whic

Fwd: Re: Reporting a Bug

2016-01-27 Thread Lee Fuller
It's a Debian volunteer support list, I'm in no way claiming to be a Debian "official". If you can share your fstab it will help massively in diagnosing the issue or potential bug before filling any potentially pointless bug reports Sorry for any misunderstanding Mike -- -- Lee Full

Raspbian vnc server autostart

2016-01-11 Thread Bernard Lee
. Yours, Lee Tsz Wo Bernard

Re: sexist content in the package openclipart2-png

2016-01-01 Thread Lee Winter
well object to the data downloaded on the basis that the bits involved were recycled rather than fresh. Prohibit images composed of stale bits! Not. Lee Winter Nashua, New Hampshire United States of America

Re: Recommendations for a GUI video editing program?

2015-12-30 Thread Fuller, Lee
On 2015-12-30 19:19, David Christensen wrote: On 12/30/2015 03:22 AM, to...@tuxteam.de wrote: I'm looking for recommendations for a GUI video editor for simple tasks (basically for cutting a video, and perhaps for fixing the audio track lag which sometimes creeps in). I have very little

Re: no response from listmaster

2015-12-23 Thread Lee Fuller
Sorry to drag up this old relic, Steve - did your investigation yield anything useful? Mail is a complicated subject so I'm keen to hear about the conclusion of issues like this. On 15 December 2015 at 23:14, Lisi Reisz wrote: > On Tuesday 15 December 2015 19:29:50 Brian

Re: no response from listmaster

2015-12-23 Thread Lee
Yay. Cheers for the info. Sorry I missed the original resolution. On 23/12/15 20:45, Steve Kleene wrote: > On Wed, 23 Dec 2015 18:55:54 +0000, Lee Fuller <m...@leefuller.io> wrote: > >> Sorry to drag up this old relic, Steve - did your investigation yield >> any

Re: no response from listmaster

2015-12-14 Thread Lee Fuller
. I doubt a list server of this size is configured to wait anywhere near 10 seconds before considering an address unreachable. That's probably the cause of your issues as you describe them. ​ - - Lee Fuller On 14 Dec 2015 9:25 a.m., <to...@tuxteam.de> wrote: > -BEGIN PGP SIGNE

Re: no response from listmaster

2015-12-14 Thread Lee Fuller
For reference, the default timeout in the current release of mailman is 30 seconds. https://wiki.debian.org/Teams/DSA I believe DSA are responsible for the list server. - - Lee Fuller On Mon, Dec 14, 2015 at 01:41:46PM +, Lee Fuller wrote: > ​Hey there, > > I checked your emai

Re: apt-get error messages

2015-12-11 Thread Lee Fuller
overwhelmed by mutual consensus, if you want something, surely nobody owes it to anyone except themselves to write it? With sincerety, MHO. - - Lee Fuller On 11 Dec 2015 4:27 p.m., "kamaraju kusumanchi" <raju.mailingli...@gmail.com> wrote: > On Tue, Dec 8, 2015 at 8:47 AM, T

Various problems after upgrade to Jessie

2015-07-25 Thread David Lee Lambert
, it fails with the following error (even though said pidfile does not exist)... * Could not acquire pidfile: No such file or directory Suggestions for solving any of the problems? -- David Lee Lambert * KD8WQF * (cell) +1 586-873-8813 IM: davidleelambert (Yahoo!, Skype and Google Talk) Justicia

nano needs curses.h?

2015-07-23 Thread Lee Winter
The following sequence of commands leads to an error: mkdir nano cd nano apt-get source nano ./configure make [... snip ...] make[2]: Entering directory `/var/home/lee/Work/demos/nano/nano-2.2.6/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\/usr/local/share/locale\ -DSYSCONFDIR=\/usr/local/etc

Help filing bug report. Segfault in network-manager importing .ovpn files

2015-04-09 Thread Lee Yates
a GUI). Thanks. :) Lee Yates -- 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/5526777b.1080...@rainmakerkennels.co.uk

Re: Important and Confidential

2015-04-06 Thread Lee Winter
No. If you ask again me answer will be _HELL_NO_. Please go eat something poinsonous and die in agony. Have a bad day. On Mon, Apr 6, 2015 at 9:20 PM, VACCATION TOUR jamesmithvaccati...@gmail.com wrote: Hello, I'm sharing some private and important documents with you, kindly click the

Re: Chromium fatal error

2015-02-26 Thread lee json
Updating kernel to 3.16.0-4 fixes the problem. Thanks! On 25 February 2015 at 18:26, Reco recovery...@gmail.com wrote: Hi. On Wed, Feb 25, 2015 at 05:35:51PM +0800, lee json wrote: Chromium on my debian system throws following error and couldn't be launched at all. [1:1:0225/173352

Chromium fatal error

2015-02-25 Thread lee json
Chromium on my debian system throws following error and couldn't be launched at all. [1:1:0225/173352:FATAL:sandbox_bpf.cc(266)] [3:3:0225/173352:FATAL:sandbox_bpf.cc(351)] Check failed: -1 == rv (-1 vs. 354) Not very sure why and how to fix it. In addition, I do not find similar bug report at

Re: cups clients?

2014-12-26 Thread lee
Erwan David er...@rail.eu.org writes: Le 25/12/2014 17:18, Reco a écrit : Hi. On Wed, Dec 24, 2014 at 11:05:05PM +0100, lee wrote: Hi, do you need to install the whole cups server on all machines that want to print, or is there some sort of client setup to access the printers available

cups clients?

2014-12-25 Thread lee
Hi, do you need to install the whole cups server on all machines that want to print, or is there some sort of client setup to access the printers available on a central server (which runs a fully featured cups)? -- Again we must be afraid of speaking of daemons for fear that daemons might

Re: Why focus on systemd?

2014-12-01 Thread lee
Scott Ferguson scott.ferguson.debian.u...@gmail.com writes: On 29 November 2014 at 07:05, lee l...@yagibdah.de wrote: Scott Ferguson scott.ferguson.debian.u...@gmail.com writes: snipped On 22/11/14 20:50, lee wrote: Didier, you have *totally* missed the OPs point. BTW, since you

Re: Help understanding error: skb rides the rocket

2014-11-29 Thread lee
SL bgs...@gmail.com writes: On one of our quite busy (virtual) Debian 6 servers we are seeing a lot of messages in the syslog like this: kernel: xen_netfront: xennet: skb rides the rocket: 19 slots I've had some of these messages with the backports kernels. Since the backports kernels don't

Re: Why focus on systemd?

2014-11-28 Thread lee
Scott Ferguson scott.ferguson.debian.u...@gmail.com writes: Please don't top post. On 22/11/14 20:50, lee wrote: Didier, you have *totally* missed the OPs point. BTW, since you assume that no systemd takeover Hyperbole much? ? what has been the outcome of the GR to support

Re: latest backports kernel not booting when LVM is involved

2014-11-26 Thread lee
Gary Dale extremegroundmai...@gmail.com writes: On 25/11/14 02:14 PM, lee wrote: Hi, what could be the problem with the backport kernels? They never finish booting when the root fs is on an LVM volume. Do I need to take special precautions with the backports kernel to get it to boot? I

latest backports kernel not booting when LVM is involved

2014-11-25 Thread lee
Hi, what could be the problem with the backport kernels? They never finish booting when the root fs is on an LVM volume. Do I need to take special precautions with the backports kernel to get it to boot? I have a separate /boot partition not on LVM and a biosgrub partition with the root fs on

solved: nfs mounting

2014-11-25 Thread lee
lee l...@yun.yagibdah.de writes: Hi, any idea why an NFS volume is being unmounted when a VM runs out of memory and kills some processes? These processes use files on the NFS volume, but that's no reason to unmount it. Also annoying: The volume doesn't get mounted when booting despite

Re: Why focus on systemd?

2014-11-22 Thread lee
Didier, you have *totally* missed the OPs point. BTW, since you assume that no systemd takeover will happen (despite it already has), what has been the outcome of the GR to support multiple init systems? Other than that, the OP has a good point. I found that every time something is related

Re: Q: wheezy: how to increase X resolution?

2014-11-21 Thread lee
D. R. Evans doc.ev...@gmail.com writes: lee wrote on 11/20/2014 04:36 PM: D. R. Evans doc.ev...@gmail.com writes: I just installed wheezy on a new system, and no matter what I have tried, I am unable to get the attached monitor to display at 1920x1200. All my other systems display

<    1   2   3   4   5   6   7   8   9   10   >