Re: sudo and echo

2023-04-28 Thread Byung-Hee HWANG
writes: > (...) > My favourite alternative to tee for this is dd: you don't have to > "throw away" the other stream: > > echo 123 | sudo dd of=/root/123.txt > > Actually, any program willing to pass stdin to an output file > whose name you can choose will do the trick. Hellow tomas, It is

Re: I need help with my var partition.

2023-04-28 Thread tomas
On Fri, Apr 28, 2023 at 10:05:01PM -0400, Maureen L Thomas wrote: > Yes my figures are very similar to yours.  But even after a reboot I still > cannot burn a back up disk. One problem may be that /var/log has subdirectories which don't belong to root. Applications trying to write their logs

Re: sudo and echo

2023-04-28 Thread tomas
On Fri, Apr 28, 2023 at 10:10:03PM -0500, David Wright wrote: > On Fri 28 Apr 2023 at 20:35:25 (-0400), Greg Wooledge wrote: > > On Sat, Apr 29, 2023 at 01:52:11AM +0200, cor...@free.fr wrote: > > > $ sudo echo 123 > /root/123.txt > > > > > > It tells me "permission rejected". > > > > > > Why

Re: why symbolic link arnt visible?

2023-04-28 Thread tomas
On Fri, Apr 28, 2023 at 04:09:12PM -0400, Greg Wooledge wrote: > On Fri, Apr 28, 2023 at 08:20:37PM +0200, to...@tuxteam.de wrote: > > On Fri, Apr 28, 2023 at 01:28:11PM -0400, Greg Wooledge wrote: > > > On Fri, Apr 28, 2023 at 07:06:17PM +0200, Maurizio Caloro wrote: > > > > f:

Buster / Google Remote Desktop

2023-04-28 Thread Gareth Evans
It seems Google Remote Desktop, a Chrome extension, does not work properly with Buster + Mate. I haven't tried with Bullseye, which is not an option in the environment concerned due to CUPS bugs, but in Buster there is about 5 seconds of remote-mouse-movement then no more. Does anyone know of

Re: sudo and echo

2023-04-28 Thread David Wright
On Fri 28 Apr 2023 at 20:35:25 (-0400), Greg Wooledge wrote: > On Sat, Apr 29, 2023 at 01:52:11AM +0200, cor...@free.fr wrote: > > $ sudo echo 123 > /root/123.txt > > > > It tells me "permission rejected". > > > > Why this sudo can't get success? > > Because the redirection is done by your

Re: OT: Using my (new) cable based ISP with their modem in bridge mode and my existing router

2023-04-28 Thread David Wright
On Fri 28 Apr 2023 at 14:25:20 (-0400), rhkra...@gmail.com wrote: > Some key phrases / sub topics: >* Astound (cable based) ISP in eastern Pa. area >* Arris DG2470A modem / router in bridge mode with Ubiquiti Edge Router X >* Ubiquiti Edge Router X in DMZ [ … ] > I did think about

Re: (Thread restarted!) Debian installation using debootstrap and grub-install - no entry in ESC boot menu

2023-04-28 Thread David Wright
On Thu 27 Apr 2023 at 10:18:56 (+0700), Max Nikulin wrote: > On 26/04/2023 22:57, Valentin Caracalla wrote: > > the issue with the BIOS boot interface (see my original posting) is still > > unsolved > > I had impression that there was no issue with booting in BIOS (legacy, > compatibility, CSM)

Re: I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
Here is what I got. root@debian:/var# /bin/ls -ld */ drwxr-xr-x  2 root root   4096 Apr 28 15:46 backups/ drwxr-xr-x 19 root root   4096 Apr 12 20:20 cache/ drwxr-xr-x  2 root root   4096 Apr 28 20:59 cores/ drwxr-xr-x  2 root root   4096 Nov 13  2020 games/ drwxr-xr-x 62 root root   4096 Apr 12

Re: I need help with my var partition.

2023-04-28 Thread Greg Wooledge
On Fri, Apr 28, 2023 at 10:05:01PM -0400, Maureen L Thomas wrote: > Yes my figures are very similar to yours.  But even after a reboot I still > cannot burn a back up disk. Do not look at the NUMBERS. OWNER. GROUP. PERMISSIONS. The numbers mean nothing. > On 4/28/23 9:04 PM, Greg Wooledge

Re: I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
Yes my figures are very similar to yours.  But even after a reboot I still cannot burn a back up disk. On 4/28/23 9:04 PM, Greg Wooledge wrote: On Fri, Apr 28, 2023 at 08:57:47PM -0400, Maureen L Thomas wrote: OK so I went looking on the net /debian/var to find out why it is running out of

W: Possible missing firmware /lib/firmware/brand/yada*

2023-04-28 Thread Felix Miata
# inxi -Gxx Graphics: Device-1: Intel 82Q963/Q965 Integrated Graphics vendor: Dell driver: i915 v: kernel arch: Gen-4 ports: active: DVI-D-1 empty: VGA-1 bus-ID: 00:02.0 chip-ID: 8086:2992 # aka ancient # grep MODULES /etc/initramfs-tools/initramfs.conf # MODULES: [ most | netboot | dep

Re: I need help with my var partition.

2023-04-28 Thread Greg Wooledge
On Fri, Apr 28, 2023 at 08:57:47PM -0400, Maureen L Thomas wrote: > OK so I went looking on the net /debian/var to find out why it is running > out of room.  All I could find is the directions to delete said files.  I > will put them back, now. Make sure you get the ownership and permissions

Re: I need help with my var partition.

2023-04-28 Thread The Wanderer
On 2023-04-28 at 20:46, Jeremy Ardley wrote: > On 29/4/23 08:25, Maureen L Thomas wrote: > >> I am 72 and have forgotten a few things. I looked up debian/var and >> was told I could delete /var/log/ >> >> and /var/tmp/ and /var/cores/. I'd guess that this was *probably* meant as a direction to

Re: I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
OK so I went looking on the net /debian/var to find out why it is running out of room.  All I could find is the directions to delete said files.  I will put them back, now. On 4/28/23 8:46 PM, Jeremy Ardley wrote: On 29/4/23 08:25, Maureen L Thomas wrote: I am 72 and have forgotten a few

Re: I need help with my var partition.

2023-04-28 Thread Byung-Hee HWANG
Dear Mrs. Thomas, Maureen L Thomas writes: > (...) > I was thinking of upgrading > online but don't want to loose my data. First of all, please do back-up your *important* data. Such as pictures, video clips, diary, some text docs, etc. (Also i'm Debian user with Debian Bullseye under

Re: I need help with my var partition.

2023-04-28 Thread Jeremy Ardley
On 29/4/23 08:25, Maureen L Thomas wrote: I am 72 and have forgotten a few things.  I looked up debian/var and was told I could delete /var/log/ and /var/tmp/ and /var/cores/.  I left cores alone and deleted the other two.  Now I cannot burn a backup, download files and even go to web

Re: sudo and echo

2023-04-28 Thread The Wanderer
On 2023-04-28 at 20:36, Greg Wooledge wrote: > On Fri, Apr 28, 2023 at 08:00:02PM -0400, The Wanderer wrote: > >> I would suspect that >> >> $ sudo 'echo 123 > /root/123.txt' >> >> would produce the effect you're after, but as I don't have sudo >> installed, cannot verify that myself. > >

Re: sudo and echo

2023-04-28 Thread coreyh
On 29/04/2023 02:35, Greg Wooledge wrote: On Sat, Apr 29, 2023 at 01:52:11AM +0200, cor...@free.fr wrote: $ sudo echo 123 > /root/123.txt It tells me "permission rejected". Why this sudo can't get success? Because the redirection is done by your shell before sudo is executed. See

Re: sudo and echo

2023-04-28 Thread Greg Wooledge
On Fri, Apr 28, 2023 at 08:00:02PM -0400, The Wanderer wrote: > I would suspect that > > $ sudo 'echo 123 > /root/123.txt' > > would produce the effect you're after, but as I don't have sudo > installed, cannot verify that myself. No, that won't work. It'll try to execute a program named 'echo

Re: sudo and echo

2023-04-28 Thread Greg Wooledge
On Sat, Apr 29, 2023 at 01:52:11AM +0200, cor...@free.fr wrote: > $ sudo echo 123 > /root/123.txt > > It tells me "permission rejected". > > Why this sudo can't get success? Because the redirection is done by your shell before sudo is executed. See

I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
I am 72 and have forgotten a few things.  I looked up debian/var and was told I could delete /var/log/ and /var/tmp/ and /var/cores/.  I left cores alone and deleted the other two.  Now I cannot burn a backup, download files and even go to web sites from my nord vpn which was working great

Re: sudo and echo

2023-04-28 Thread The Wanderer
On 2023-04-28 at 19:52, cor...@free.fr wrote: > Hello list, > > When I run this command: > > $ sudo echo 123 > /root/123.txt > > It tells me "permission rejected". > > Why this sudo can't get success? If I'm not very much mistaken: because redirection like that is (as I understand matters)

sudo and echo

2023-04-28 Thread coreyh
Hello list, When I run this command: $ sudo echo 123 > /root/123.txt It tells me "permission rejected". Why this sudo can't get success? Thanks. Corey H

Re: Searching for HA shared storage free for docker

2023-04-28 Thread Linux-Fan
Mimiko writes: Hello. I would want to use a shared storage with docker to store volume so swarm containers can use the volumes from different docker nodes. As for now I tried glusterFS and linstor+drbd. GlusterFS has a bug with slow replication and slow volume status presentation or

bind9 and dns forward

2023-04-28 Thread Bonno Bloksma
Hello, I have a Debian machine at my home network performing several functions. Two of those are dns server for my network at home and a VPN server to the company network. To facilitate my use of the VPN to the company network I am also forwarding all dns requests tot the company domain to the

Re: why symbolic link arnt visible?

2023-04-28 Thread Greg Wooledge
On Fri, Apr 28, 2023 at 08:20:37PM +0200, to...@tuxteam.de wrote: > On Fri, Apr 28, 2023 at 01:28:11PM -0400, Greg Wooledge wrote: > > On Fri, Apr 28, 2023 at 07:06:17PM +0200, Maurizio Caloro wrote: > > > f: /var/lib/rancid/routers/configs > > > drwxr-xr-x root root / > > > drwxr-xr-x root

Re: OT: Using my (new) cable based ISP with their modem in bridge mode and my existing router

2023-04-28 Thread john doe
On 4/28/23 20:25, rhkra...@gmail.com wrote: Some key phrases / sub topics: * Astound (cable based) ISP in eastern Pa. area * Arris DG2470A modem / router in bridge mode with Ubiquiti Edge Router X * Ubiquiti Edge Router X in DMZ I'm tired but I'm lost at your set up and I'm not in

Re: OT: Using my (new) cable based ISP with their modem in bridge mode and my existing router

2023-04-28 Thread Dan Ritter
rhkra...@gmail.com wrote: > Some key phrases / sub topics: >* Astound (cable based) ISP in eastern Pa. area >* Arris DG2470A modem / router in bridge mode with Ubiquiti Edge Router X >* Ubiquiti Edge Router X in DMZ > I've now signed up to a new ISP (Astound / RCN) that provides

OT: Using my (new) cable based ISP with their modem in bridge mode and my existing router

2023-04-28 Thread rhkramer
Some key phrases / sub topics: * Astound (cable based) ISP in eastern Pa. area * Arris DG2470A modem / router in bridge mode with Ubiquiti Edge Router X * Ubiquiti Edge Router X in DMZ Aside: I'm in a catch 22 -- my new, cable-based ISP (Astound / RCN) says my questions are out of

Re: why symbolic link arnt visible?

2023-04-28 Thread tomas
On Fri, Apr 28, 2023 at 01:28:11PM -0400, Greg Wooledge wrote: > On Fri, Apr 28, 2023 at 07:06:17PM +0200, Maurizio Caloro wrote: > > f: /var/lib/rancid/routers/configs > > drwxr-xr-x root root / > > drwxr-xr-x root root var > > drwxr-xr-x root root lib > > drwxr-xr-x rancid rancid

Re: why symbolic link arnt visible?

2023-04-28 Thread tomas
On Fri, Apr 28, 2023 at 07:06:17PM +0200, Maurizio Caloro wrote: > Hello and thanks for so meny answer > > f: / > drwxr-xr-x root root / [...] > drwxr-x--- 4 rancid rancid 4096 Apr 27 18:44 /var/lib/rancid/routers > drwxr-x--- 2 rancid rancid 4096 Apr 27 18:44 ^^^ And here is your

Re: why symbolic link arnt visible?

2023-04-28 Thread Greg Wooledge
On Fri, Apr 28, 2023 at 07:06:17PM +0200, Maurizio Caloro wrote: > f: /var/lib/rancid/routers/configs > drwxr-xr-x root root / > drwxr-xr-x root root var > drwxr-xr-x root root lib > drwxr-xr-x rancid rancid rancid > drwxr-x--- rancid rancid routers > drwxr-x--- rancid rancid configs

Promotion regarding my youtube channel

2023-04-28 Thread Ashir YT
Hey i hope you are doing well and fine , i came to know that you are sponsoring content creators related to cricketing field , i have also started my youtube channel, link will be provided below for my youtube channel. I am trying to make videos related to street cricket and i want you to sponsor

AW: why symbolic link arnt visible?

2023-04-28 Thread Maurizio Caloro
Hello and thanks for so meny answer f: / drwxr-xr-x root root / f: /var drwxr-xr-x root root / drwxr-xr-x root root var f: /var/lib drwxr-xr-x root root / drwxr-xr-x root root var drwxr-xr-x root root lib f: /var/lib/rancid drwxr-xr-x root root / drwxr-xr-x root root var drwxr-xr-x

Re: Evolution email (problem?) (IMAP, Gmail)

2023-04-28 Thread Max Nikulin
For those who missed start of the thread: it is dedicated to IMAP access to Gmail and Evolution behavior. On 27/04/2023 23:15, Default User wrote: It stays in both folders, with only the one in "All Mail" having a line through it, showing that is marked for deletion, but is not deleted, and is

Re: sha256sum --text generating blank spaces and hyphens?

2023-04-28 Thread Max Nikulin
On 28/04/2023 15:06, Nicolas George wrote: Max Nikulin (12023-04-28): So URI comparison is not a trivial task. It is an impossible task unless you have specific information about the workings of the website. However some steps toward URL normalization should still be tried. And you will

Re: Erro no controle de listas

2023-04-28 Thread Raphael Souza
Obrigado! Obter o Outlook para Android From: Raphael Souza Sent: Friday, April 28, 2023 11:09:24 AM To: Adriano Rafael Gomes ; debian-user-portuguese@lists.debian.org Subject: Re: Erro no controle de listas Pessoal, como faço para me

Re: Erro no controle de listas

2023-04-28 Thread Raphael Souza
Pessoal, como faço para me desinscrever da lista de email? Obter o Outlook para Android De: Adriano Rafael Gomes Enviado: quinta-feira, 27 de abril de 2023 19:43 Para: debian-user-portuguese@lists.debian.org Assunto: Re: Erro no

Re: Libreoffice enregistrer fichier dans NAS

2023-04-28 Thread Michel Verdier
Le 28 avril 2023 Haricophile a écrit : > Pour les noms de fichiers (et pas le contenu) sous Mate j'utilise > fsearch qui marche super bien et vite, et je le met comme moteur de > recherche par défaut dans le menu principal. Avec un peu de sémantique > dans les noms de dossiers et fichiers, ça

Searching for HA shared storage free for docker

2023-04-28 Thread Mimiko
Hello. I would want to use a shared storage with docker to store volume so swarm containers can use the volumes from different docker nodes. As for now I tried glusterFS and linstor+drbd. GlusterFS has a bug with slow replication and slow volume status presentation or timing out. Also directory

Re: why symbolic link arnt visible?

2023-04-28 Thread Greg Wooledge
On Fri, Apr 28, 2023 at 06:53:11AM +0200, Maurizio Caloro wrote: > (Unattributed:) > >Could you do ls -l to /var/lib/rancid, /var/lib/rancid/routers and so on > >until .../c3560? > Every file in this path "-R rancid:randic /var/lib/rancid" Please actually show us. Use either of these two

Re: Libreoffice enregistrer fichier dans NAS

2023-04-28 Thread Haricophile
Le Fri, 28 Apr 2023 11:00:54 +0200, Hugues MORIN-TRENEULE a écrit : > Je n'utilise ni recoll ni locate car je ne connaissais pas avant que > tu n'en parles. > Quand je cherche un fichier soit j'utilise find soit j'utilise la > recherche de caja (je suis sous mate) dans l'explorateur de fichier.

Re: sembla que Debian 12 sortirà el 10 de juny

2023-04-28 Thread jam
Què bonic! Just a la festa de Màlaga: https://www.opensouthcode.org/conferences/opensouthcode2023 On 28/04/2023 10:08, Àlex wrote: https://lists.debian.org/debian-devel-announce/2023/04/msg7.html -- El 2003 el català era la

AW: Was it a good idea to buy an Epson printer?

2023-04-28 Thread Schwibinger Michael
Good afternoon Thank You for help. Its Debian 11 LXDE I did not find a button: Install printer. Regards Sophie Von: Andrew M.A. Cater Gesendet: Montag, 24. April 2023 21:41 An: debian-user@lists.debian.org Betreff: Re: Was it a good idea to buy an Epson

Re: Libreoffice enregistrer fichier dans NAS

2023-04-28 Thread Hugues MORIN-TRENEULE
Salut Mes connaissances sont bien moins avancées que les tiennes et donc mes solutions sont un peu triviales. Je n'utilise ni recoll ni locate car je ne connaissais pas avant que tu n'en parles. Quand je cherche un fichier soit j'utilise find soit j'utilise la recherche de caja (je suis sous

date de sortie prévisionnelle de Debian 12 Bookworm: le 10 juin 2023

2023-04-28 Thread didier gaumet
date de sortie prévisionnelle de Debian 12 Bookworm: le 10 juin 2023. le message annoçant la nouvelle sur la liste Devel: https://lists.debian.org/debian-devel-announce/2023/04/msg7.html

sembla que Debian 12 sortirà el 10 de juny

2023-04-28 Thread Àlex
https://lists.debian.org/debian-devel-announce/2023/04/msg7.html

Re: sha256sum --text generating blank spaces and hyphens?

2023-04-28 Thread Nicolas George
Max Nikulin (12023-04-28): > So URI comparison is not a trivial task. It is an impossible task unless you have specific information about the workings of the website. > And you will quickly face servers that sends incorrectly Content-Type or > intentionally put application/octet-stream with no

Re: Dubtes de targeta gràfica

2023-04-28 Thread Joan
Merci Àlex! No, la veritat és que jo l'ordinador només l'uso "ofimàticament", per la feina de desenvolupament web... El Thu, 27 Apr 2023 19:14:42 +0200 Alex Muntada va escriure: >Hola, Joan: > >> Entenc que les targetes gràfiques no integrades li aportarien: >> capacitat de càlcul/CPU i

Re: AW: why symbolic link arnt visible?

2023-04-28 Thread tomas
On Fri, Apr 28, 2023 at 06:20:02AM +0100, Tim Woodall wrote: [...] > It"s the target of the link that has a permission problem, not the > source. That's my bet, too. Cheers -- t signature.asc Description: PGP signature

Re: Libreoffice enregistrer fichier dans NAS

2023-04-28 Thread Michel Verdier
Le 27 avril 2023 Frederic Zulian a écrit : >> # Monter NAS >> //192.168.0.XXX/Repertoire/mnt/MON_NAS_MOUNT cifs >> >> credentials=/root/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,vers=1.0,_netdev >>0 0 Dans ta commande mount on voit que ce point de montage n'est

Re: why symbolic link arnt visible?

2023-04-28 Thread tomas
On Fri, Apr 28, 2023 at 06:53:11AM +0200, Maurizio Caloro wrote: > Thanks for you answer > > >I'm guessing what you mean by "will not appear": the web server doesn't show > >it. > Yes the Webserver Apache will not present the symbolic link folder > > >My first hunch would be that the web server

Debian 12 («Gusano de biblioteca») saldrá el 10-6-2023

2023-04-28 Thread Camaleón
Hola, Pues esto, para quienes estaban esperando la nueva versión, ya tienen la fecha: bookworm release planned on 2023-06-10 and the last weeks up to the release https://lists.debian.org/debian-devel-announce/2023/04/msg7.html Saludos, -- Camaleón