Re: questions about cron.daily

2023-04-11 Thread Max Nikulin
On 09/04/2023 14:54, Michel Verdier wrote: Le 8 avril 2023 Max Nikulin a écrit : There is ready to use one: /usr/lib/systemd/user/emacs.service Perhaps there is no such file in buster. /usr/lib/systemd/user is for global system running. If you want to change something in the service you copy i

Re: questions about cron.daily

2023-04-10 Thread David Wright
On Mon 10 Apr 2023 at 17:39:57 (+0200), zithro wrote: > On 10 Apr 2023 03:23, David Wright wrote: > > On Sun 09 Apr 2023 at 21:48:22 (+0200), zithro wrote: > > > > IOW, while I run crontab -e on bookworm, inside my emacs session, > > > > I want a subshell to run crontab -l, but the latter has to ru

Re: questions about cron.daily

2023-04-10 Thread David Wright
On Mon 10 Apr 2023 at 08:31:16 (+0200), Michel Verdier wrote: > Le 10 avril 2023 David Wright a écrit : > > > In case it's not clear, bullseye and bookworm are Debian distribution > > codenames, not hostnames. I can't edit my crontab on a newly installed > > bookworm system while simultaneously li

Re: questions about cron.daily

2023-04-10 Thread zithro
On 10 Apr 2023 03:23, David Wright wrote: On Sun 09 Apr 2023 at 21:48:22 (+0200), zithro wrote: IOW, while I run crontab -e on bookworm, inside my emacs session, I want a subshell to run crontab -l, but the latter has to run on bullseye in order to pick up the old crontab. I'm not sure how I wou

Re: questions about cron.daily

2023-04-09 Thread Michel Verdier
Le 10 avril 2023 David Wright a écrit : > In case it's not clear, bullseye and bookworm are Debian distribution > codenames, not hostnames. I can't edit my crontab on a newly installed > bookworm system while simultaneously listing my old crontab on the old > bullseye system on the same computer.

Re: questions about cron.daily

2023-04-09 Thread davidson
On Sun, 9 Apr 2023 David Wright wrote: On Sun 09 Apr 2023 at 21:48:22 (+0200), zithro wrote: [Previously David "Between-the-Lines" Wright wrote:] IOW, while I run crontab -e on bookworm, inside my emacs session, I want a subshell to run crontab -l, but the latter has to run on bullseye in order

Re: questions about cron.daily

2023-04-09 Thread David Wright
On Sun 09 Apr 2023 at 21:48:22 (+0200), zithro wrote: > > IOW, while I run crontab -e on bookworm, inside my emacs session, > > I want a subshell to run crontab -l, but the latter has to run on > > bullseye in order to pick up the old crontab. I'm not sure how > > I would do that. > > Try running

Re: questions about cron.daily

2023-04-09 Thread zithro
IOW, while I run crontab -e on bookworm, inside my emacs session, I want a subshell to run crontab -l, but the latter has to run on bullseye in order to pick up the old crontab. I'm not sure how I would do that. Try running : ssh user@bullseye crontab -l It will locally list the crontab from re

Re: questions about cron.daily

2023-04-09 Thread David Wright
On Thu 06 Apr 2023 at 18:54:31 (-0400), Greg Wooledge wrote: > On Thu, Apr 06, 2023 at 05:45:08PM -0500, David Wright wrote: > > Users (including root) write their crontabs anywhere they like, > > typically in a directory like ~/.cron/. > > Is that... normal? I can't say I've ever seen anyone kee

Re: questions about cron.daily

2023-04-09 Thread Michel Verdier
Le 8 avril 2023 Max Nikulin a écrit : > On 08/04/2023 22:17, Kushal Kumaran wrote: >>> Have you ever actually *made* a systemd --user unit file? If so, for >>> what purpose? >> I have one. It starts emacs server for me when I login. > > There is ready to use one: /usr/lib/systemd/user/emacs.serv

Re: questions about cron.daily

2023-04-09 Thread Michel Verdier
Le 8 avril 2023 Greg Wooledge a écrit : >> systemd user files can be put in ~/.config/systemd/user/ where you can >> use git directly > > Have you ever actually *made* a systemd --user unit file? If so, for > what purpose? $ find .config/systemd/ .config/systemd/ .config/systemd/user .config/sys

Re: questions about cron.daily

2023-04-08 Thread Max Nikulin
On 08/04/2023 22:17, Kushal Kumaran wrote: Have you ever actually *made* a systemd --user unit file? If so, for what purpose? I have one. It starts emacs server for me when I login. There is ready to use one: /usr/lib/systemd/user/emacs.service Perhaps there is no such file in buster.

Re: questions about cron.daily

2023-04-08 Thread Kushal Kumaran
On Sat, Apr 08 2023 at 08:39:14 AM, Greg Wooledge wrote: > On Sat, Apr 08, 2023 at 11:16:51AM +0200, Michel Verdier wrote: >> Le 8 avril 2023 Andrew M. A. Cater a écrit : >> >> > Likewise for creating systemd unit files - NEVER "just start editing over >> > the top" always have an example to work

Re: questions about cron.daily

2023-04-08 Thread Max Nikulin
On 08/04/2023 19:39, Greg Wooledge wrote: Have you ever actually *made* a systemd --user unit file? If so, for what purpose? For LXC unprivileged containers that are stopped on logout. Do you mean it is exceptional case when default user units need adjustment? /usr/lib/systemd/user director

Re: questions about cron.daily

2023-04-08 Thread Greg Wooledge
On Sat, Apr 08, 2023 at 11:16:51AM +0200, Michel Verdier wrote: > Le 8 avril 2023 Andrew M. A. Cater a écrit : > > > Likewise for creating systemd unit files - NEVER "just start editing over > > the top" always have an example to work from and save it. You can then > > commit the series to git if

Re: questions about cron.daily

2023-04-08 Thread Michel Verdier
Le 8 avril 2023 Andrew M. A. Cater a écrit : > Likewise for creating systemd unit files - NEVER "just start editing over > the top" always have an example to work from and save it. You can then > commit the series to git if you want to record exact changes. systemd user files can be put in ~/.con

Re: questions about cron.daily

2023-04-08 Thread Andrew M.A. Cater
On Sat, Apr 08, 2023 at 11:45:50AM +1200, Alex King wrote: > See man crontab. > > There are 2 ways of maintaining your crontab: > > crontab [ -u user ] file > ... > The first form of this command is used to install a new crontab from some > named file > > I.e. you can keep a file in your

Re: questions about cron.daily

2023-04-07 Thread Alex King
See man crontab. There are 2 ways of maintaining your crontab: crontab [ -u user ] file ... The first form of this command is used to install a new crontab from some named file I.e. you can keep a file in your home directory (or anywhere,) update it and install it when changed using "

Re: questions about cron.daily

2023-04-07 Thread Cindy Sue Causey
On 4/7/23, Anssi Saari wrote: > Greg Wooledge writes: > >> On Thu, Apr 06, 2023 at 05:45:08PM -0500, David Wright wrote: >>> Users (including root) write their crontabs anywhere they like, >>> typically in a directory like ~/.cron/. >> >> Is that... normal? I can't say I've ever seen anyone keep

Re: questions about cron.daily

2023-04-07 Thread Richard Hector
On 7/04/23 10:54, Greg Wooledge wrote: On Thu, Apr 06, 2023 at 05:45:08PM -0500, David Wright wrote: Users (including root) write their crontabs anywhere they like, typically in a directory like ~/.cron/. Is that... normal? I can't say I've ever seen anyone keep a private copy of their cronta

Re: questions about cron.daily

2023-04-07 Thread Anssi Saari
Greg Wooledge writes: > On Thu, Apr 06, 2023 at 05:45:08PM -0500, David Wright wrote: >> Users (including root) write their crontabs anywhere they like, >> typically in a directory like ~/.cron/. > > Is that... normal? I can't say I've ever seen anyone keep a private > copy of their crontab in t

Re: questions about cron.daily

2023-04-06 Thread tomas
On Thu, Apr 06, 2023 at 06:54:31PM -0400, Greg Wooledge wrote: > On Thu, Apr 06, 2023 at 05:45:08PM -0500, David Wright wrote: > > Users (including root) write their crontabs anywhere they like, > > typically in a directory like ~/.cron/. > > Is that... normal? I can't say I've ever seen anyone k

Re: questions about cron.daily

2023-04-06 Thread Dan Ritter
Tom Furie wrote: > On Fri, Apr 07, 2023 at 08:05:18AM +0800, k...@openmbox.net wrote: > > Are the time format in /etc/crontab just random? why they are 6:25, 6:47 > > etc? > > They aren't *random*, though they are somewhat arbitrary. The daily tasks > run at 6:25, a time chosen by someone somewhe

Re: questions about cron.daily

2023-04-06 Thread Tom Furie
On Fri, Apr 07, 2023 at 08:05:18AM +0800, k...@openmbox.net wrote: > Are the time format in /etc/crontab just random? why they are 6:25, 6:47 > etc? They aren't *random*, though they are somewhat arbitrary. The daily tasks run at 6:25, a time chosen by someone somewhere back in the mists of time a

Re: questions about cron.daily

2023-04-06 Thread ken
On 2023-04-07 05:20, davidson wrote: 25 6* * * roottest -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) Are the time format in /etc/crontab just random? why they are 6:25, 6:47 etc? -- Ken Peng https://kenpeng.pages.dev/

Re: questions about cron.daily

2023-04-06 Thread Greg Wooledge
On Thu, Apr 06, 2023 at 05:45:08PM -0500, David Wright wrote: > Users (including root) write their crontabs anywhere they like, > typically in a directory like ~/.cron/. Is that... normal? I can't say I've ever seen anyone keep a private copy of their crontab in their home directory like that. M

Re: questions about cron.daily

2023-04-06 Thread David Wright
On Thu 06 Apr 2023 at 12:28:05 (-0700), Fred wrote: > On 4/6/23 09:44, Pierre Frenkiel wrote: > > > > crontab -l > > > > On Thu, 6 Apr 2023, Fred wrote: > > > I also would like to know when cron.daily scripts run.  Greg's > > > command does not appear to reveal the time for that script.  I > > >

Re: questions about cron.daily

2023-04-06 Thread davidson
On Thu, 6 Apr 2023 Fred wrote: [trimmed] I also would like to know when cron.daily scripts run. Greg's command does not appear to reveal the time for that script. I ran Greg's command and got the same result. $ grep -FA7 "Example of job definition" /etc/crontab ; grep daily /etc/crontab #

Re: questions about cron.daily

2023-04-06 Thread Fred
On 4/6/23 09:44, Pierre Frenkiel wrote: crontab -l Pierre Frenkiel On Thu, 6 Apr 2023, Fred wrote: On 4/6/23 08:33, Andy Smith wrote: Hello, On Thu, Apr 06, 2023 at 07:33:26PM +0800, cor...@free.fr wrote: For scripts put under /etc/cron.daily, which special time will they be implemented?

Re: questions about cron.daily

2023-04-06 Thread Alexis Grigoriou
On Thu, 2023-04-06 at 19:05 +0200, Thomas Schmitt wrote: > Hi, > > > Pierre Frenkiel wrote: > > crontab -l > > Plus: >   man 5 crontab > which has in its section "EXAMPLE CRON FILE" > >    # run five minutes after midnight, every day >    5 0 * * *   $HOME/bin/daily.job >> $HOME/tmp

Re: questions about cron.daily

2023-04-06 Thread Greg Wooledge
On Thu, Apr 06, 2023 at 01:42:33PM -0400, Stefan Monnier wrote: > > I also would like to know when cron.daily scripts run. Greg's command does > > not appear to reveal the time for that script. I ran Greg's command and got > > the same result. > > As explained, his command's output does show the

Re: questions about cron.daily

2023-04-06 Thread Stefan Monnier
> I also would like to know when cron.daily scripts run. Greg's command does > not appear to reveal the time for that script. I ran Greg's command and got > the same result. As explained, his command's output does show the actual time, but I don't think it's the whole story: AFAIK the actual tim

Re: questions about cron.daily

2023-04-06 Thread Thomas Schmitt
Hi, Greg Wooledge wrote: > > > unicorn:~$ grep daily /etc/crontab > > > 25 6* * * roottest -x /usr/sbin/anacron || ( cd / && run-parts > > > --report /etc/cron.daily ) Fred wrote: > > I also would like to know when cron.daily scripts run. Greg's command does > > not appear to reveal t

Re: questions about cron.daily

2023-04-06 Thread Michel Verdier
Le 6 avril 2023 Fred a écrit : > I also would like to know when cron.daily scripts run. Greg's command does > not appear to reveal the time for that script. I ran Greg's command and got > the same result. Greg shows it: unicorn:~$ grep daily /etc/crontab 25 6* * * roottest -x /usr/sbi

Re: questions about cron.daily

2023-04-06 Thread Tom Furie
On Thu, Apr 06, 2023 at 09:02:15AM -0700, Fred wrote: > I also would like to know when cron.daily scripts run. Greg's command does > not appear to reveal the time for that script. I ran Greg's command and got > the same result. Then you need to read the documentation for cron. I'd suggest beginn

Re: questions about cron.daily

2023-04-06 Thread Pierre Frenkiel
crontab -l Pierre Frenkiel On Thu, 6 Apr 2023, Fred wrote: On 4/6/23 08:33, Andy Smith wrote: Hello, On Thu, Apr 06, 2023 at 07:33:26PM +0800, cor...@free.fr wrote: For scripts put under /etc/cron.daily, which special time will they be implemented? Greg already showed you how to check t

Re: questions about cron.daily

2023-04-06 Thread Fred
On 4/6/23 08:33, Andy Smith wrote: Hello, On Thu, Apr 06, 2023 at 07:33:26PM +0800, cor...@free.fr wrote: For scripts put under /etc/cron.daily, which special time will they be implemented? Greg already showed you how to check this on your own systems. If you need something to run daily but

Re: questions about cron.daily

2023-04-06 Thread Andy Smith
Hello, On Thu, Apr 06, 2023 at 07:33:26PM +0800, cor...@free.fr wrote: > For scripts put under /etc/cron.daily, which special time will they be > implemented? Greg already showed you how to check this on your own systems. If you need something to run daily but at a specific time, consider instea

Re: questions about cron.daily

2023-04-06 Thread Greg Wooledge
On Thu, Apr 06, 2023 at 07:33:26PM +0800, cor...@free.fr wrote: > For scripts put under /etc/cron.daily, which special time will they be > implemented? unicorn:~$ grep daily /etc/crontab 25 6* * * roottest -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

Re: questions on iptables

2022-12-24 Thread Piperみかこ
Thanks John. The following rules seem to work for me now. sudo /usr/sbin/iptables -F sudo /usr/sbin/iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT sudo /usr/sbin/iptables -A INPUT -p icmp -j ACCEPT sudo /usr/sbin/iptables -A INPUT -i lo -j ACCEPT sudo /usr/sbin/iptables -A INPUT

Re: questions on iptables

2022-12-24 Thread John Conover
John Conover writes: > =?UTF-8?B?UGlwZXLjgb/jgYvjgZM=?= writes: > > > > sudo /usr/sbin/iptables -F > > sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT > > sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server > > public IP > > sudo /usr/sbin/iptables -A INPUT -p tcp --dpor

Re: questions on iptables

2022-12-24 Thread John Conover
=?UTF-8?B?UGlwZXLjgb/jgYvjgZM=?= writes: > > sudo /usr/sbin/iptables -F > sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT > sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server > public IP > sudo /usr/sbin/iptables -A INPUT -p tcp --dport 22 -j ACCEPT > sudo /usr/sbin/ipt

Re: questions on iptables

2022-12-24 Thread Piperみかこ
Hello I have a server box who has public IP in the DC. My requirements, 1. allow access to ssh and http port on the server from external. 2. allow access to any services from the server to external. The #1 can be done by my rules already set. But #2 doesn't work. for instance, when rsync connect

Re: questions on iptables

2022-12-24 Thread Dan Ritter
Piperみかこ wrote: > Hello, > > I have setup the following iptables on linux server, > > sudo /usr/sbin/iptables -F > sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT > sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server > public IP > sudo /usr/sbin/iptables -A INPUT -p tc

Re: questions on iptables

2022-12-24 Thread jeremy ardley
On 25/12/22 10:14, Piperみかこ wrote: Hello, I have setup the following iptables on linux server, sudo /usr/sbin/iptables -F sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT  # my server public IP sudo /usr/sbin/iptables -A INPUT

Re: Questions about installing Debian on a laptop

2022-12-05 Thread Georgi Naplatanov
On 12/5/22 11:57, Timothy M Butterworth wrote: On Mon, Dec 5, 2022 at 4:15 AM Georgi Naplatanov > wrote: On 12/5/22 10:47, Timothy M Butterworth wrote: > > > On Mon, Dec 5, 2022 at 3:37 AM Timothy M Butterworth > mailto:timothy.m.butterwo...@gmai

Re: Questions about installing Debian on a laptop

2022-12-05 Thread Timothy M Butterworth
On Mon, Dec 5, 2022 at 4:15 AM Georgi Naplatanov wrote: > On 12/5/22 10:47, Timothy M Butterworth wrote: > > > > > > On Mon, Dec 5, 2022 at 3:37 AM Timothy M Butterworth > > > > wrote: > > > > > > > > On Sun, Dec 4, 2022 at 2:41 PM David Christensen >

Re: Questions about installing Debian on a laptop

2022-12-05 Thread Georgi Naplatanov
On 12/5/22 10:47, Timothy M Butterworth wrote: On Mon, Dec 5, 2022 at 3:37 AM Timothy M Butterworth > wrote: On Sun, Dec 4, 2022 at 2:41 PM David Christensen mailto:dpchr...@holgerdanske.com>> wrote: On 12/4/22 05:52, Gabor Urban wro

Re: Questions about installing Debian on a laptop

2022-12-05 Thread Timothy M Butterworth
On Mon, Dec 5, 2022 at 3:37 AM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sun, Dec 4, 2022 at 2:41 PM David Christensen < > dpchr...@holgerdanske.com> wrote: > >> On 12/4/22 05:52, Gabor Urban wrote: >> > Hi, >> > >> > I am planning to install Debian on a laptop the f

Re: Questions about installing Debian on a laptop

2022-12-04 Thread David Christensen
On 12/4/22 05:52, Gabor Urban wrote: Hi, I am planning to install Debian on a laptop the first time.That will not be my first installing but I never used notebooks for that. I have found a lot of useful information but I would like to have some guidance at the start. What are the most important

Re: Questions about installing Debian on a laptop

2022-12-04 Thread Charles Curley
On Sun, 4 Dec 2022 14:52:22 +0100 Gabor Urban wrote: > What are the most important issues selecting a laptop I should be > mindful about? The first thing I would do, even before buying the thing, is consult Hardware for Linux to see what experience others have reported. https://linux-hardware.or

Re: Questions about installing Debian on a laptop

2022-12-04 Thread Alexander V. Makartsev
On 04.12.2022 18:52, Gabor Urban wrote: Hi, I am planning to install Debian on a laptop the first time.That will not be my first installing but I never used notebooks for that. I have found a lot of useful information but I would like to have some guidance at the start. What are the most im

Re: Questions about installing Debian on a laptop

2022-12-04 Thread Andrew M.A. Cater
On Sun, Dec 04, 2022 at 02:52:22PM +0100, Gabor Urban wrote: > Hi, > > I am planning to install Debian on a laptop the first time.That will not be > my first installing but I never used notebooks for that. I have found a lot > of useful information but I would like to have some guidance at the sta

Re: Questions about VRF function in /etc/network/interfaces

2018-12-28 Thread Reco
Hi. On Sat, Dec 29, 2018 at 01:31:02PM +0800, Simon Jones wrote: > Hi all, > > This is my OS: > > > # uname -a > > Linux dut211 4.9.0-7-amd64 #1 SMP Debian 4.9.110-3+deb9u2 (2015-12-19) > > x86_64 GNU/Linux That's not a kernel 4.3, for starters. And it's outdated, consider upgrading. Do

Re: Questions about upgrading from stretch to testing

2018-11-14 Thread Shane Dev
On Wed, 14 Nov 2018 at 16:04, john doe wrote: > > Any reasons why you want package from testing and not from Stretch > backports? > > because I didn't know Stretch backports existed - now I do. It seems to offer to the stability of the stretch destribution with the ability to upgrade certain pack

Re: Questions about upgrading from stretch to testing

2018-11-14 Thread john doe
On 11/14/2018 12:58 PM, Shane Dev wrote: > Hello, > > I downloaded firmware-9.6.0-amd64-netinst.iso and successfully installed a > minimal debian stretch on my UEFI/GPT disk. I then I replaced all > references to "stretch" with "testing" in /etc/apt/sources.list and > executed sudo apt update; sud

Re: Questions about upgrading from stretch to testing

2018-11-14 Thread songbird
Shane Dev wrote: ... > 3. Last time I tried apt upgrade, my grub menu was replaced with the grub > command prompted. If there any way to avoid this happening again? while testing has been fairly decent, once in a while there are issues you may have to resolve via other means. if you are new e

Re: Questions about upgrading from stretch to testing

2018-11-14 Thread Dan Ritter
Shane Dev wrote: > Hello, > > I downloaded firmware-9.6.0-amd64-netinst.iso and successfully installed a > minimal debian stretch on my UEFI/GPT disk. I then I replaced all > references to "stretch" with "testing" in /etc/apt/sources.list and > executed sudo apt update; sudo apt install gnome-cor

Re: Questions on nonfree software

2017-07-01 Thread Brian
On Sat 01 Jul 2017 at 11:12:44 -0700, Charles Chambers wrote: > Is the firmware-9.0.0-amd64-DVD-1 the right media to use during > installation if I have hardware that requires the nonfree repository? Yes.

Re: Questions after doing update and upgrade on Stretch

2017-05-27 Thread Dejan Jocic
On 27-05-17, Dejan Jocic wrote: > On 26-05-17, Fungi4All wrote: > > From: jode...@gmail.com > > As for reason why old one is not removed, it is because Debian keeps not > > just newly installed kernel, but also one previously installed. One > > before that was removed by apt-get autoremove. > > >

Re: Questions after doing update and upgrade on Stretch

2017-05-27 Thread Dejan Jocic
On 26-05-17, Fungi4All wrote: > From: jode...@gmail.com > As for reason why old one is not removed, it is because Debian keeps not > just newly installed kernel, but also one previously installed. One > before that was removed by apt-get autoremove. > > Unless different desktops have different aut

Re: Questions after doing update and upgrade on Stretch

2017-05-26 Thread Fungi4All
From: jode...@gmail.com As for reason why old one is not removed, it is because Debian keeps not just newly installed kernel, but also one previously installed. One before that was removed by apt-get autoremove. Unless different desktops have different autoremove behavior in my recent experience k

Re: Questions after doing update and upgrade on Stretch

2017-05-26 Thread Dejan Jocic
On 26-05-17, David Wright wrote: > On Mon 22 May 2017 at 11:12:02 (+0200), Dejan Jocic wrote: > > On 21-05-17, Brian wrote: > > > On Sun 21 May 2017 at 22:18:11 +0200, Dejan Jocic wrote: > > > > > > > On 21-05-17, David Wright wrote: > > > > > On Sun 21 May 2017 at 16:31:55 (+0200), Dejan Jocic wr

Re: Questions after doing update and upgrade on Stretch

2017-05-26 Thread David Wright
On Mon 22 May 2017 at 11:12:02 (+0200), Dejan Jocic wrote: > On 21-05-17, Brian wrote: > > On Sun 21 May 2017 at 22:18:11 +0200, Dejan Jocic wrote: > > > > > On 21-05-17, David Wright wrote: > > > > On Sun 21 May 2017 at 16:31:55 (+0200), Dejan Jocic wrote: > > > > > > > > > > > As for number 1 c

Re: Questions after doing update and upgrade on Stretch

2017-05-22 Thread Larry Dighera
On Sun, 21 May 2017 09:35:55 -0500, you wrote: >> Check with blkid that sda5 has this UUID. > >Gparted reports that UUID for /dev/sda5 'lsblk --fs' provides a human-friendly "graphical" tree view that includes UUID and LABEL of each partition on each disk.

Re: Questions after doing update and upgrade on Stretch

2017-05-22 Thread Brian
On Mon 22 May 2017 at 05:31:26 -0500, Richard Owlett wrote: > On 05/21/2017 09:31 AM, Dejan Jocic wrote: > >> > >As for number 1 can't say much about it, I do not get it either. But 2 > >happens because you've used apt-get upgrade instead of apt-get > >dist-upgrade. Packages that will uninstall so

Re: Questions after doing update and upgrade on Stretch

2017-05-22 Thread Dejan Jocic
On 22-05-17, Richard Owlett wrote: > On 05/21/2017 09:31 AM, Dejan Jocic wrote: > > On 21-05-17, Richard Owlett wrote: > > > [snip] > > > > > > My questions: > > > > > > 1. In the first run, I don't understand: > > > Processing triggers for initramfs-tools (0.130) ... > > > update-initr

Re: Questions after doing update and upgrade on Stretch

2017-05-22 Thread Richard Owlett
On 05/21/2017 09:31 AM, Dejan Jocic wrote: On 21-05-17, Richard Owlett wrote: [snip] My questions: 1. In the first run, I don't understand: Processing triggers for initramfs-tools (0.130) ... update-initramfs: Generating /boot/initrd.img-4.9.0-2-686-pae I: The initramfs will att

Re: Questions after doing update and upgrade on Stretch

2017-05-22 Thread Brian
On Mon 22 May 2017 at 11:12:02 +0200, Dejan Jocic wrote: > On 21-05-17, Brian wrote: > > On Sun 21 May 2017 at 22:18:11 +0200, Dejan Jocic wrote: > > > > > Sorry, but you are doing it wrong way. Grub 2 should not be customized > > > by editing /boot/grub/grub.cfg , but by editing /etc/default/gru

Re: Questions after doing update and upgrade on Stretch

2017-05-22 Thread Dejan Jocic
On 21-05-17, Brian wrote: > On Sun 21 May 2017 at 22:18:11 +0200, Dejan Jocic wrote: > > > On 21-05-17, David Wright wrote: > > > On Sun 21 May 2017 at 16:31:55 (+0200), Dejan Jocic wrote: > > > > > > > > > As for number 1 can't say much about it, I do not get it either. But 2 > > > > happens bec

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread David Wright
On Sun 21 May 2017 at 22:18:11 (+0200), Dejan Jocic wrote: > On 21-05-17, David Wright wrote: > > -rw-r--r-- 1 root root 134839 Apr 27 16:52 config-3.2.0-4-686-pae > > drwxr-xr-x 3 root root 12288 Apr 28 07:44 grub > > -rw-r--r-- 1 root root 2672854 Apr 28 07:44 initrd.img-3.2.0-4-686-pae > > -r

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread Brian
On Sun 21 May 2017 at 22:18:11 +0200, Dejan Jocic wrote: > On 21-05-17, David Wright wrote: > > On Sun 21 May 2017 at 16:31:55 (+0200), Dejan Jocic wrote: > > > > > > > As for number 1 can't say much about it, I do not get it either. But 2 > > > happens because you've used apt-get upgrade instead

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread Dejan Jocic
On 21-05-17, David Wright wrote: > On Sun 21 May 2017 at 16:31:55 (+0200), Dejan Jocic wrote: > > On 21-05-17, Richard Owlett wrote: > > > I had done: > > > apt-get update > > > apt-get upgrade > > > The tail end of the output was: > > > ... > > > Setting up libkde3support4 (4:4.14.26-2) ... >

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread David Wright
On Sun 21 May 2017 at 16:31:55 (+0200), Dejan Jocic wrote: > On 21-05-17, Richard Owlett wrote: > > I had done: > > apt-get update > > apt-get upgrade > > The tail end of the output was: > > ... > > Setting up libkde3support4 (4:4.14.26-2) ... > > Setting up libktexteditor4 (4:4.14.26-2) ... >

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread Dejan Jocic
On 21-05-17, Richard Owlett wrote: > I had done: > apt-get update > apt-get upgrade > The tail end of the output was: > ... > Setting up libkde3support4 (4:4.14.26-2) ... > Setting up libktexteditor4 (4:4.14.26-2) ... > Setting up libkdewebkit5 (4:4.14.26-2) ... > Setting up libkhtml5 (4:4.14.2

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread Pascal Hambourg
Le 21/05/2017 à 16:35, Richard Owlett a écrit : On 05/21/2017 09:23 AM, Pascal Hambourg wrote: Check with blkid that sda5 has this UUID. Gparted reports that UUID for /dev/sda5 Then it is fine. I'll hold off on that until I can double-check on packages that were reported as "automatically

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread songbird
Richard Owlett wrote: > I had done: >apt-get update >apt-get upgrade > The tail end of the output was: > ... > Setting up libkde3support4 (4:4.14.26-2) ... > Setting up libktexteditor4 (4:4.14.26-2) ... > Setting up libkdewebkit5 (4:4.14.26-2) ... > Setting up libkhtml5 (4:4.14.26-2) ... >

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread Richard Owlett
On 05/21/2017 09:23 AM, Pascal Hambourg wrote: Le 21/05/2017 à 15:34, Richard Owlett a écrit : 1. In the first run, I don't understand: Processing triggers for initramfs-tools (0.130) ... update-initramfs: Generating /boot/initrd.img-4.9.0-2-686-pae I: The initramfs will attempt

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread Dejan Jocic
On 21-05-17, Richard Owlett wrote: > I had done: > apt-get update > apt-get upgrade > The tail end of the output was: > ... > Setting up libkde3support4 (4:4.14.26-2) ... > Setting up libktexteditor4 (4:4.14.26-2) ... > Setting up libkdewebkit5 (4:4.14.26-2) ... > Setting up libkhtml5 (4:4.14.2

Re: Questions after doing update and upgrade on Stretch

2017-05-21 Thread Pascal Hambourg
Le 21/05/2017 à 15:34, Richard Owlett a écrit : 1. In the first run, I don't understand: Processing triggers for initramfs-tools (0.130) ... update-initramfs: Generating /boot/initrd.img-4.9.0-2-686-pae I: The initramfs will attempt to resume from /dev/sda5 I: (UUID=5d0c821b-

Re: questions about debian installer prompts re: iwlwifi firmware

2015-09-25 Thread Karagkiaouris Diamantis
I would like to add that there is also iso with non free drivers on debian.org. Just check if your hardware is included. Basically most hardware is included but one more check never matters. On 25.09.2015 12:17, Haines Brown wrote: On Wed, Sep 23, 2015 at 04:17:23PM -0700, tom arnall wrote: G

Re: questions about debian installer prompts re: iwlwifi firmware

2015-09-25 Thread David Wright
Quoting Haines Brown (hai...@histomat.net): > On Wed, Sep 23, 2015 at 04:17:23PM -0700, tom arnall wrote: > > Greetings! > > > > I am trying to install Debian on a Dell620 with USB stick media. When > > the installer tried to configure the network software, it asked for an > > iwlwifi firmware fil

Re: questions about debian installer prompts re: iwlwifi firmware

2015-09-25 Thread Himanshu Shekhar
You can ignore the firmware, you won't be able to use wifi. However, you can complete the installation process and then download the firmware and install it after you reboot it successfully. On Fri, Sep 25, 2015 at 3:22 PM, Riley Baird < bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch> wrote:

Re: questions about debian installer prompts re: iwlwifi firmware

2015-09-25 Thread Riley Baird
> How do I get the installer to load the firmware file? I had this problem a while ago, but I can't remember how I solved it. The firmware packages or files have to be in either the root directory, or a directory named /firmware. Also, the USB has to be FAT32 formatted. pgpcoXMAmE2oV.pgp Descri

Re: questions about debian installer prompts re: iwlwifi firmware

2015-09-25 Thread Haines Brown
On Wed, Sep 23, 2015 at 04:17:23PM -0700, tom arnall wrote: > Greetings! > > I am trying to install Debian on a Dell620 with USB stick media. When > the installer tried to configure the network software, it asked for an > iwlwifi firmware file. Tom, I regret no one has answered your question yet,

Re: Questions to live-build

2015-01-24 Thread mrr
On 24/01/2015 13:30, Hans wrote: Hello list, I am looking for some answers, the live-build I could not find in the live- build documentation. I hope, someone very experienced can help me. The situation: I created a live-build structure and with "lb config" and "lb build" I can build an ISO-imag

Re: questions about password safes

2014-03-08 Thread Sharon Kimble
On Fri, 07 Mar 2014 12:05:00 -0500 Dave Woyciesjes wrote: > On 03/07/2014 11:56 AM, Paul E Condon wrote: > > I run Wheezy, desktop Xfce. I want to start using a password > > safe. I've done some searching on the Web and would like to use > > Bruce Schneier's "Password Safe". There is a package in

Re: questions about password safes

2014-03-08 Thread Scott Ferguson
On 08/03/14 18:36, Ken Heard wrote: > At the risk of allowing this thread to drift further, I have > another question about password managers. Both Iceweasel and > Icedove have such managers for all the passwords needed to open > accounts accessed through those two packages. How does the > securi

Re: questions about password safes

2014-03-07 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At the risk of allowing this thread to drift further, I have another question about password managers. Both Iceweasel and Icedove have such managers for all the passwords needed to open accounts accessed through those two packages. How does the secur

Re: questions about password safes

2014-03-07 Thread Scott Ferguson
On 08/03/14 03:56, Paul E Condon wrote: > I run Wheezy, desktop Xfce. I want to start using a password > safe. I've done some searching on the Web and would like to use Bruce > Schneier's "Password Safe". Good choice. There are a myriad of "secure" password managers available. Unlike many of the o

Re: questions about password safes

2014-03-07 Thread Joel Rees
On Sat, Mar 8, 2014 at 1:56 AM, Paul E Condon wrote: > I run Wheezy, desktop Xfce. I want to start using a password > safe. [...] I don't know if this is going to be another of my suggestions that will prove incendiary or not, but, really, think carefully about this. One, every piece of software

Re: questions about password safes

2014-03-07 Thread Brian
On Fri 07 Mar 2014 at 13:16:16 -0700, Paul E Condon wrote: > Of what use is apt-cache if I have no idea of the name of what I want? apt-cache search password | less apt-cache search password safe apt-cache search password manager And so on. Imagination plays a part. apt-cache search s

Re: questions about password safes

2014-03-07 Thread Paul E Condon
On 20140307_163327, André Nunes Batista wrote: > On Fri, 2014-03-07 at 12:36 -0500, Dave Woyciesjes wrote: > > On 03/07/2014 12:33 PM, Brad Rogers wrote: > > > On Fri, 07 Mar 2014 12:05:00 -0500 > > > Dave Woyciesjes wrote: > > > > > > Hello Dave, > > > > > >> I'm not looking for something to ins

Re: questions about password safes

2014-03-07 Thread Dave Woyciesjes
On 03/07/2014 02:33 PM, André Nunes Batista wrote: On Fri, 2014-03-07 at 12:36 -0500, Dave Woyciesjes wrote: On 03/07/2014 12:33 PM, Brad Rogers wrote: On Fri, 07 Mar 2014 12:05:00 -0500 Dave Woyciesjes wrote: Hello Dave, I'm not looking for something to insert the passsword for me;

Re: questions about password safes

2014-03-07 Thread Paul E Condon
On 20140307_173105, Darac Marjal wrote: > On Fri, Mar 07, 2014 at 09:56:40AM -0700, Paul E Condon wrote: > > I run Wheezy, desktop Xfce. I want to start using a password > > safe. I've done some searching on the Web and would like to use Bruce > > Schneier's "Password Safe". There is a package in S

Re: questions about password safes

2014-03-07 Thread André Nunes Batista
On Fri, 2014-03-07 at 12:36 -0500, Dave Woyciesjes wrote: > On 03/07/2014 12:33 PM, Brad Rogers wrote: > > On Fri, 07 Mar 2014 12:05:00 -0500 > > Dave Woyciesjes wrote: > > > > Hello Dave, > > > >>I'm not looking for something to insert the passsword for me; > >>really I > >> just want a w

Re: questions about password safes

2014-03-07 Thread Dave Woyciesjes
On 03/07/2014 12:11 PM, Patrick Chkoreff wrote: Paul E Condon wrote, On 03/07/2014 11:56 AM: If, yes, I can conclude that a backport is not yet available. If it is not yet available, is there some other password safe software that someone will suggest for use while I wait for what I really wan

Re: questions about password safes

2014-03-07 Thread Karl E. Jorgensen
Hi On Fri, Mar 07, 2014 at 12:05:00PM -0500, Dave Woyciesjes wrote: > On 03/07/2014 11:56 AM, Paul E Condon wrote: > >I run Wheezy, desktop Xfce. I want to start using a password > >safe. I've done some searching on the Web and would like to use Bruce > >Schneier's "Password Safe". There is a pack

Re: questions about password safes

2014-03-07 Thread Dave Woyciesjes
On 03/07/2014 12:33 PM, Brad Rogers wrote: On Fri, 07 Mar 2014 12:05:00 -0500 Dave Woyciesjes wrote: Hello Dave, I'm not looking for something to insert the passsword for me; really I just want a well encrypted "document"/diary that is cross platform... How about a password

Re: questions about password safes

2014-03-07 Thread Brad Rogers
On Fri, 07 Mar 2014 12:05:00 -0500 Dave Woyciesjes wrote: Hello Dave, > I'm not looking for something to insert the passsword for me; > really I >just want a well encrypted "document"/diary that is cross platform... How about a password protected .ods or .odt file? -- Regards _

  1   2   3   4   5   6   >