Re: Bash question hard to formulate

2020-08-03 Thread Esteban L
I think that is the main thing. I am not typing return. I am typing in a sentence...As I receive new output to the terminal window, and I continue typing, my text stream just goes down a line. Which is fine, UNLESS I otherwise want to correct something, and backspacing doesn't word wrap back to th

Re: Bash question hard to formulate

2020-08-02 Thread Esteban L
r terminal), pinging 8.8.8.8, and just putting in random text does not repopulate on the line i am working on, when i hit backspace. I will keep searching for a solution, and send it to the list when I find it. On 02.08.20 20:26, Andrei POPESCU wrote: > On Du, 02 aug 20, 17:34:07, Esteban L w

Re: Bash question hard to formulate

2020-08-02 Thread Esteban L
, I did solve this at one point in the past, with a bash profile change, so I know that is possible. On 02.08.20 17:49, The Wanderer wrote: > On 2020-08-02 at 11:34, Esteban L wrote: > >> Hello, >> >> I use terminal window/bash quite a bit, and have a quirky behavior >&

Bash question hard to formulate

2020-08-02 Thread Esteban L
Hello, I use terminal window/bash quite a bit, and have a quirky behavior on Debian, at least not on Mac OS terminal window. I think it's just a default issue, that can be altered -- as I had the exact same problem years ago -- that I was able to resolve, which I again turns up. I forgot the solut

Use system drive, in another system

2020-01-20 Thread Esteban L
I have Debian installed on a computer which functions as my server (email, webhost, smb, etc).. I want to upgrade the hardware, but don't necessary want to setup all the systems again. I think Docker would be good for this -- will set that up in the future. =) But, for a quicky solution, I was w

Re: Installation problem

2019-09-14 Thread Esteban L
What Video card do you have? I experienced annoyance with AMD video card/driver. If that is the case, you can search on google, or ask the mailling list again for how to install the required firmware. Unfortunately, it is not smooth. On 14.09.19 01:45, Anne wrote: > > Hi, I am new to debian and

Re: amdgpu requires firmware installed

2019-07-13 Thread Esteban L
I had this exact same problem. https://linuxconfig.org/how-to-install-the-latest-amd-drivers-on-debian-10-buster On July 14, 2019 1:13:15 AM GMT+02:00, Vuk Vasiljevic wrote: >Hello, > >I have a problem with AMDGPU driver after an update from stretch to >buster. >On startup no X server is starte

Re: Debian 10 Buster with Radeon FX 580

2019-07-10 Thread Esteban L
Thanks for the reply. I solved this issue by follow the instructions on this website. https://linuxconfig.org/how-to-install-the-latest-amd-drivers-on-debian-10-buster On 10.07.19 09:49, Felix Miata wrote: > Esteban L composed on 2019-07-10 09:23 (UTC+0200): > >> I installed De

Re: new debian install

2019-07-10 Thread Esteban L
Can you provide a screenshot? Not sure if they are allowed on the mailing list :-) What desktop environment are you using? Does your keyboard input work otherwise? Generally linux systems are stable, I assume you are using debian--since you are in this mailinglist. On July 10, 2019 8:18:10

Debian 10 Buster with Radeon FX 580

2019-07-10 Thread Esteban L
Hello, I installed Debian, but it boots to a blinking _ , otherwise dark screen. Best I can figure, I need the microcode firmware update for the system, since I saw a mention of that on the text (it was the first line, so hard to miss). What steps do I need to do to get my video to work? I will

Re: Replacing nvidia card, with Amd - can no longer boot.

2019-06-30 Thread Esteban L
ue had the nvidia card failed :-( i couldn't do much of anything. On June 30, 2019 5:36:30 PM GMT+02:00, Felix Miata wrote: >Esteban L composed on 2019-06-30 12:54 (UTC+0200): > >> Been beating my head against a wall. Had a fully functional and >stable setup >> (9.x, s

Replacing nvidia card, with Amd - can no longer boot.

2019-06-30 Thread Esteban L
Hello, Been beating my head against a wall. Had a fully functional and stable setup (9.x, stretch) with nvidia gtx 1060. Needed to swap out video card for an amd radeon rx 580. I knew it would be a problem, and sometimes I hate it when I am right :-( Now, i can't boot. I hang on a "amdgpux

Re: Gnome application: Remote Desktop Viewer/vinagre bug

2019-05-11 Thread Esteban L
--Original Message- From: Curt To: debian-user@lists.debian.org Subject: Re: (unknown) Date: Sat, 11 May 2019 12:26:32 - (UTC) On 2019-05-11, Esteban L wrote: > Hello, > > I have this weird situation, I can't figure out. > > I can launch the Remote Deskto

[no subject]

2019-05-10 Thread Esteban L
Hello, I have this weird situation, I can't figure out. I can launch the Remote Desktop Viewer from the command line: %vinagre and it launches and is fully functional. When I try to launch it from the "desktop icons" or the icons that are present within gnome, i cannot.  A little bar appear o

Re: notify-send script messed up my environment

2019-05-07 Thread Esteban L
as coded specifically for this purpose, and I am more familiar with python than I am with Bash (though I admit, Bash probably is better suited for many tasks at this level). What's the saying about the "devil you know?" =) Thanks again! -Original Message- From: Dan Ritter

notify-send script messed up my environment

2019-05-07 Thread Esteban L
Hello, I stepped in poo, and broke a cardinal sin, trying a script that I didn't 100% understand. Now my environment is a little bit jacked. Not bad, still generally functioning. I was trying to get notifications to run from the command line, namely crontab. No easy task, at least, not as easy a

Files sidebar Folder shorcuts, namely 'Documents'

2019-05-05 Thread Esteban L
Hello, I think this is a baby question, but thought I would throw you all a bone :-) I want to setup a shortcut that basically uses my cloud's "Documents" folder, instead of the Debian /home/user version. I can use the ln command, and make a symbolic link as simple as: ln --symbolic /home/user/

Re: System warning that "/var" is almost full

2019-04-29 Thread Esteban L
Opps corrected! #1 cause of my problems is bad eyes! -Original Message- From: Ben Finney To: debian-user@lists.debian.org Subject: Re: System warning that "/var" is almost full Date: Tue, 30 Apr 2019 15:35:18 +1000 Esteban L writes: > > From command line: /var# du

System warning that "/var" is almost full

2019-04-29 Thread Esteban L
Hi, I got warning message that "/var is almost full." Knowing that being full on a hard drive is never good, I want to resolve this. >From command line: /var# du -h --max-depth=1 1.8G./lib 4.0K./local 2.7M./tmp 16K ./lost+found 44K ./snap 6.3G./cache 4.0K./opt 56K

Re: Debian Stretch freezes often

2019-04-23 Thread Esteban L
Hello Enzo and all, I have had this issue in the past as well, with similar hardware (e.g. Ryzen 5). In my case, I had two causes. 1. I was too greedy, and tried to use RAM too fast, and RAM that was not specified to work for the board (but it was so much cheaper). It appeared to work, outside o

Re: Laptop fails to suspend

2019-03-29 Thread Esteban L
Hello, Unless I am mistaken, Buster is still in development/testing? If thats the case, I would expect behavior exactly like that. As to troubleshooting it? My guess is you would have to be a talented program, to debug, and code your own modules. On March 30, 2019 12:56:12 AM GMT+01:00, Sam Sm

Re: AMD FirePro M3900 versus fglrx-driver

2012-07-26 Thread Esteban Monge
> Hi, folks! > > I'm Cesar, from Brazil. I've been using Debian Squeeze on my desktop: > it has a ATI Technologies Inc M880G [Mobility Radeon HD 4200] so that > fglrx-driver works perfectly. But, I'm gonna buy a brand new laptop HP > Elitebook 8460w very soon so that machine has a AMD FirePro™ M390

Debian Joy for Iceweasel

2012-07-12 Thread Esteban Monge
Hello I have make two "Personas" for Iceweasel based in the Debian Joy theme by Adrien Aubourg. You can wear it in: https://www.getpersonas.com/en-US/persona/475037 https://www.getpersonas.com/en-US/persona/475140 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: Keyboard and mouse problem in Debian Sid

2012-05-13 Thread Esteban Monge
> Hello I upgraded Sid such as I have always been doing. > > But when upgrade Xorg to 1.7.6 Keyboard and Mouse stop working. Only when > I running startx the keyboard and the mouse dead. I can press the poweroff > button and the netbook turn off. > > I have one "bad" "Lentovo" (Lenovo) X120e. > > I

Keyboard and mouse problem in Debian Sid

2012-05-13 Thread Esteban Monge
Hello I upgraded Sid such as I have always been doing. But when upgrade Xorg to 1.7.6 Keyboard and Mouse stop working. Only when I running startx the keyboard and the mouse dead. I can press the poweroff button and the netbook turn off. I have one "bad" "Lentovo" (Lenovo) X120e. I saw some threa

unsuscribe

2011-08-31 Thread Esteban Monge
-- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e5f187d.2000...@nuevaeralatam.com

Debian And Advanced Layer3 9924T

2010-04-02 Thread Alejandro Esteban Galvez
Hi, users. I have the Debian Lenny 5.0 and a Advanced Layer3 9924T switch, but when i connect the pc to the layer3, the switchs blocks the network. Any idea? -- Infomed - Red de Salud de Cuba http://www.sld.cu/ -- Este mensaje le ha llegado mediante el servicio de

Re: Most Polite Apps for Window Managers?

2004-06-20 Thread Esteban Martinez
Ed Sutherland wrote: I'm considering moving from one of the giant desktop environments (Gnome) to a svelter window manager (blackbox or windowmaker.) I understand some apps require only the gnome or kde toolkits, while others require the whole kit-and-kaboodle to operate. I'm wondering if these

Re: Flush ip_conntrack

2003-02-05 Thread Esteban
timeout value in > /proc/net/ip_conntrack back to the default (especially for proto ICMP). Is it possible to modify the timeout for a protocol ? for example esp ? thx -- Esteban Stephane DESMET [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

Flush ip_conntrack

2003-02-04 Thread Esteban
hello there, Does anybody knows how to flush the actives NAT sessions ?? I mean how to flush the ip_conntrack list ? Thx -- Esteban Stephane DESMET [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

ESP disapear throught my debian GW

2003-02-03 Thread Esteban
dump on my external interface, but I still can't see it in the first NAT PREROUTING chain. ... My Linux GW is a debian with 2.4.19-grsec kernel. I really don't know what's happening. Does anobody have already seen this problem ? Tkx -- Esteban [EMAIL PROTECTED] [EMAIL PROTECTED]

HELPME

2001-12-06 Thread esteban alcaraz
hello mr. I have a ncr system 3350 486 dx2 66 mhz, computer with, a hard disk of 212 megas, conner, cp 30200. when i start it shows the next message: NO SCSI DEVICE DETECTED SLOT 5. i have already checked two jumpers from hard disk and i also checked the connectors for the hard disk but i found n

Re: via82cxxx

2000-10-13 Thread ESTEBAN P OSSES ANGUITA
hi! On Fri, 13 Oct 2000, Olivier Billet wrote: > ESTEBAN P OSSES ANGUITA wrote: > > OK, thanks, that's what I'm trying now. > It may be a stupid question, but how is it that alsa installation > scripts search for includes in /usr/src/linux/include... that are &

Re: via82cxxx

2000-10-13 Thread ESTEBAN P OSSES ANGUITA
ixer and later you modify the volume with the HW control, you obtain a noisy memory of the way you modify the volume the last time ... > Many thanks in advance, > Olivier. oki ... bye, esteban

Re: Debian and compaq presario

2000-10-02 Thread ESTEBAN P OSSES ANGUITA
On Mon, 2 Oct 2000, Olivier Billet wrote: > Hi everybody, > > I've well installed --well, more or less : I just set the X server, some > config files correctly-- Debian 2.2 on my Compaq Presario 1200 laptop, > but I still have a problem: > > Is there somwhere someone that has successfully insta

Question

1999-09-09 Thread Esteban Rodriguez-Marek
> > Hi: > I am not too linux literate (I had to start with that). I would > appreciate if you could tell me how to get sound working for my Yamaha XG > 64V Wavetable Sound card. I run Debian 2.1 with the 2.2.10 kernel. > THank you very much, > > Esteban

linux first boot

1998-10-22 Thread Paloschi Diego Esteban \(ceb1_98\)
I can't install linux. When I boot my pc with the debian first install I get to the boot: prompt ok. When I press enter, a quick page of info passes by to quick to read and then my pc re-boots itself. I can't locate what the problem is. I have a 2.1GB IDE hard disk (Samsung). And an IDE controlle