Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-06 Thread David Christensen
On 1/5/24 21:10, Charles Curley wrote: On Fri, 5 Jan 2024 17:25:48 -0800 David Christensen wrote: I would be curious to know if a secure erase forces the pending sector issue and, if so, what the result is. An interesting thought. Alas, I am far enough along on re-installing that I do not wa

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-05 Thread Charles Curley
On Fri, 5 Jan 2024 17:25:48 -0800 David Christensen wrote: > I would be curious to know if a secure erase forces the pending > sector issue and, if so, what the result is. An interesting thought. Alas, I am far enough along on re-installing that I do not want to try it. Sorry. -- Does anybody

Secure erase [was: Re: 1 Currently unreadable (pending) sectors How worried should I be?]

2024-01-05 Thread Max Nikulin
On 06/01/2024 08:25, David Christensen wrote: I like to do a secure erase before re-deploying an SSD.  The UEFI ROM firmware in my newer Dell computers provides an option to make secure erase easy.  Other choices include an SSD manufacturer toolkit or install/ live/ rescue media with the right

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-05 Thread David Christensen
On 1/5/24 15:20, Charles Curley wrote: On Fri, 5 Jan 2024 21:01:28 + Andy Smith wrote: So has this coaxed the drive into reducing its pending sector count to zero or does that still say 1? Last I looked, it was still at 1. When I finish my reinstallation, I will look again. I like to do

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-05 Thread Charles Curley
On Fri, 5 Jan 2024 21:01:28 + Andy Smith wrote: > So has this coaxed the drive into reducing its pending sector count > to zero or does that still say 1? Last I looked, it was still at 1. When I finish my reinstallation, I will look again. > > I have had drives in the past that never decre

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-05 Thread Andy Smith
Hello, On Wed, Jan 03, 2024 at 04:27:54PM -0700, Charles Curley wrote: > OOPS! -w is the destructive test. I now have a hard drive full of 0x00s. > I should have used the -n option. However, it reported no failures. So has this coaxed the drive into reducing its pending sector count to zero or do

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-04 Thread Michael Kjörling
On 3 Jan 2024 13:25 -0700, from charlescur...@charlescurley.com (Charles Curley): >> As a background process, try running something like >> >> # ionice find / -xdev -type f -exec cat {} + >/dev/null > > That would only reach files on the partition where it is run. I covered that on the next few

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-04 Thread Max Nikulin
On 04/01/2024 03:25, Charles Curley wrote: I decided instead to boot to a USB stick and run badblocks. The read-only test took 12 minutes and reported no errors. I now have a writing test (-w) running. It has reported no failures on its first pass. Is badblock writing test useful for SSD takin

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-04 Thread Charles Curley
On Thu, 4 Jan 2024 11:58:54 +0100 wrote: > > > > OOPS! -w is the destructive test. I now have a hard drive full of > > 0x00s. I should have used the -n option. However, it reported no > > failures. > > Ouch, I hope you had a backup. All the essential stuff, yes. -- Does anybody read signat

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-04 Thread tomas
On Wed, Jan 03, 2024 at 04:27:54PM -0700, Charles Curley wrote: > On Wed, 3 Jan 2024 13:25:26 -0700 > Charles Curley wrote: > > > I now have a writing test (-w) running. It has reported no failures on > > its first pass. > > OOPS! -w is the destructive test. I now have a hard drive full of 0x00s

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-03 Thread Charles Curley
On Wed, 3 Jan 2024 13:25:26 -0700 Charles Curley wrote: > I now have a writing test (-w) running. It has reported no failures on > its first pass. OOPS! -w is the destructive test. I now have a hard drive full of 0x00s. I should have used the -n option. However, it reported no failures. -- Doe

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-03 Thread Charles Curley
On Wed, 3 Jan 2024 11:05:10 + Michael Kjörling <2695bd53d...@ewoof.net> wrote: > Since both tests finished without > finding any errors, there _should_ have been no unreadable sectors. Agree. > > I'm inclined to believe that your drive is fibbing SMART data. Sigh. I am inclined to agree. O

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-03 Thread Andy Smith
Hi, On Tue, Jan 02, 2024 at 08:17:55PM -0700, Charles Curley wrote: > On Wed, 3 Jan 2024 00:29:42 + > Andy Smith wrote: > > If a SMART long self-test came back clean then it already has been > > re-mapped as a long self-test reads every user-accessible sector. > > I'm not so sure about that.

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-03 Thread Michael Kjörling
On 2 Jan 2024 20:17 -0700, from charlescur...@charlescurley.com (Charles Curley): > Jan 02 20:07:39 tiassa smartd[740]: Device: /dev/sda [SAT], 1 Currently > unreadable (pending) sectors This is not the problem. This is smartd reporting something about the drive's health which you might be inter

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-02 Thread Tixy
On Tue, 2024-01-02 at 17:47 -0500, Dan Ritter wrote: > > root@tiassa:~# journalctl -u smartmontools.service | grep unreadable > > Jan 02 13:07:39 tiassa smartd[740]: Device: /dev/sda [SAT], 1 Currently > > unreadable (pending) sectors > > Jan 02 13:37:39 tiassa smartd[740]: Device: /dev/sda [SAT],

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-02 Thread Charles Curley
On Wed, 3 Jan 2024 00:29:42 + Andy Smith wrote: > Hello, > > On Tue, Jan 02, 2024 at 04:42:37PM -0700, Charles Curley wrote: > [...] > > If a SMART long self-test came back clean then it already has been > re-mapped as a long self-test reads every user-accessible sector. I'm not so sure

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-02 Thread Dan Ritter
Charles Curley wrote: > On Tue, 2 Jan 2024 17:47:18 -0500 > Dan Ritter wrote: > > root@tiassa:~# smartctl -a /dev/sda > smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.0-17-amd64] (local build) > Vendor Specific SMART Attributes with Thresholds: > ID# ATTRIBUTE_NAME FLAG VALUE WOR

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-02 Thread Andy Smith
Hello, On Tue, Jan 02, 2024 at 04:42:37PM -0700, Charles Curley wrote: > If I understand that entry in the SMART report, the offending > sector should eventually be re-mapped or else marked as > unrecoverable. If the latter, I'll get really concerned. If a SMART long self-test came back clean the

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-02 Thread Charles Curley
On Tue, 2 Jan 2024 18:01:32 -0500 Dan Purgert wrote: > On Jan 02, 2024, Charles Curley wrote: > > I have a brand new NVME device, details below, in a brand new > > computer. smartd just started returning pending sector errors. > > Means you've got "N" bad sector(s) on the drive. It happens, e

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-02 Thread Charles Curley
On Tue, 2 Jan 2024 17:47:18 -0500 Dan Ritter wrote: > Charles Curley wrote: > > I have a brand new NVME device, details below, in a brand new > > computer. > > You might, but that's not what the details you show us are > saying. > > [...] > > That says this is a SATA device, not an NVMe

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-02 Thread Dan Ritter
Charles Curley wrote: > I have a brand new NVME device, details below, in a brand new computer. You might, but that's not what the details you show us are saying. > smartd just started returning pending sector errors. > > A recent extended (long) test run since the first reported pending > sect

Re: 1 Currently unreadable (pending) sectors How worried should I be?

2024-01-02 Thread Dan Purgert
On Jan 02, 2024, Charles Curley wrote: > I have a brand new NVME device, details below, in a brand new computer. > smartd just started returning pending sector errors. Means you've got "N" bad sector(s) on the drive. It happens, even on new drives. > > A recent extended (long) test run since th

Re: 1) F--- Systemd. 2) CTTE should be disbanded, it was taken over by outsiders.

2014-10-01 Thread Brian
On Wed 01 Oct 2014 at 12:46:50 -0400, Stephen Powell wrote: > On Wed, 01 Oct 2014 11:54:53 -0400 (EDT), John Garret wrote: > > > > Subject: 1) F--- Systemd. 2) CTTE should be disbanded, it was taken over by > > outsiders. > > > > 1) F--- Systemd. > > 2) CTTE should be disbanded, it was taken ov

Re: 1) F--- Systemd. 2) CTTE should be disbanded, it was taken over by outsiders.

2014-10-01 Thread Stephen Powell
On Wed, 01 Oct 2014 11:54:53 -0400 (EDT), John Garret wrote: > > Subject: 1) F--- Systemd. 2) CTTE should be disbanded, it was taken over by > outsiders. > > 1) F--- Systemd. > 2) CTTE should be disbanded, it was taken over by outsiders. > ... > Debian used to be sane, slow to change, and stable

Re: [1/2OT] bcm4331

2013-02-18 Thread Morel Bérenger
Le Lun 18 février 2013 15:23, lina a écrit : > On Monday 18,February,2013 10:17 PM, "Morel Bérenger" wrote: > >> Le Lun 18 février 2013 15:08, lina a écrit : >> >>> Hi, >>> >>> >>> >>> A quick question, does the latest kernel support the bcm4331 wireless >>> card? or does it still need compat-wire

Re: [1/2OT] bcm4331

2013-02-18 Thread lina
I found something interesting. │ Symbol: B43_BCMA_EXTRA [=y] │ │ Type : boolean │ │ Prompt: Hardware support that overlaps with the brcmsmac driver │ │ Defined at drivers/net/wireless/b43/Kconfig:34 │ │ Depends on: NETDEVICES [=y] && WLAN [=y]

Re: [1/2OT] bcm4331

2013-02-18 Thread lina
On Monday 18,February,2013 10:17 PM, "Morel Bérenger" wrote: > Le Lun 18 février 2013 15:08, lina a écrit : >> Hi, >> >> >> A quick question, does the latest kernel support the bcm4331 wireless >> card? or does it still need compat-wireless and etc. >> >> Thanks with best regards, > > I am not sur

Re: [1/2OT] bcm4331

2013-02-18 Thread lina
On Monday 18,February,2013 10:17 PM, "Morel Bérenger" wrote: > Le Lun 18 février 2013 15:08, lina a écrit : >> Hi, >> >> >> A quick question, does the latest kernel support the bcm4331 wireless >> card? or does it still need compat-wireless and etc. >> >> Thanks with best regards, > > I am not sur

Re: [1/2OT] bcm4331

2013-02-18 Thread lina
On Monday 18,February,2013 10:19 PM, Darac Marjal wrote: > On Mon, Feb 18, 2013 at 10:08:11PM +0800, lina wrote: >> Hi, >> >> A quick question, does the latest kernel support the bcm4331 >> wireless card? or does it still need compat-wireless and etc. > > I don't know the answer to your question

Re: [1/2OT] bcm4331

2013-02-18 Thread Darac Marjal
On Mon, Feb 18, 2013 at 10:08:11PM +0800, lina wrote: > Hi, > > A quick question, does the latest kernel support the bcm4331 wireless > card? or does it still need compat-wireless and etc. I don't know the answer to your question, but it'll help other people if you clarify what you mean by "the l

Re: [1/2OT] bcm4331

2013-02-18 Thread Morel Bérenger
Le Lun 18 février 2013 15:08, lina a écrit : > Hi, > > > A quick question, does the latest kernel support the bcm4331 wireless > card? or does it still need compat-wireless and etc. > > Thanks with best regards, I am not sure about what you are calling compat-wireless. My netbook have a wl card fr

Re: [1/2OT] bcm4331

2013-02-18 Thread lina
On Monday 18,February,2013 10:08 PM, lina wrote: > Hi, > > A quick question, does the latest kernel support the bcm4331 wireless > card? or does it still need compat-wireless and etc. > > Thanks with best regards, > > Sorry, I planed to send to the linux-wirel...@vger.kernel.org. But, seems, d

Re: [1/2OT] skype

2013-02-09 Thread Carl Fink
On Sat, Feb 09, 2013 at 12:52:18PM +0800, lina wrote: > Hi, > > Is skype stable under the Debian? > > I have not installed, but I am kinda of needing it for a video call. > > Will it easily be crashed, I have never tried, so ask ahead. I have used it under Debian for two versions now with zero

Re: [1/2OT] skype

2013-02-09 Thread Philip Ashmore
On 09/02/13 09:07, Lars Noodén wrote: On 2/9/13 6:52 AM, lina wrote: [snip] Is skype stable under the Debian? [snip] If you install Skype, you should also install an SIP client like Ekiga or Blink just to try to encourage open standards for IP telephony. /Lars WebRTC is fast becoming the sta

Re: [1/2OT] skype

2013-02-09 Thread lina
I compromise. don't bother myself installing it just because I only need once. I will switch to other system. Thanks all for the suggestions, Best regards, -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

Re: [1/2OT] skype

2013-02-09 Thread Lars Noodén
On 2/9/13 6:52 AM, lina wrote: [snip] > Is skype stable under the Debian? [snip] If you install Skype, you should also install an SIP client like Ekiga or Blink just to try to encourage open standards for IP telephony. /Lars -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wit

Re: [1/2OT] skype

2013-02-09 Thread Andrei POPESCU
On Sb, 09 feb 13, 09:24:31, Tom Bamford wrote: > > Works great for me in Wheezy/sid, much more stable than it used to > be (with earlier Skype versions). ...but unfortunately you have to download the latest version by hand, the skype repos contain an old version. Kind regards, Andrei -- http:/

Re: [1/2OT] skype

2013-02-08 Thread Tom Bamford
On 2013/02/09 6:52 AM, lina wrote: Hi, Is skype stable under the Debian? I have not installed, but I am kinda of needing it for a video call. Will it easily be crashed, I have never tried, so ask ahead. Works great for me in Wheezy/sid, much more stable than it used to be (with earlier Skyp

Re: [1/2OT] skype

2013-02-08 Thread Johan Grönqvist
2013-02-09 05:52, lina skrev: Is skype stable under the Debian? Works well enough and is stable enough for me. You can always uninstall it if you find problems. / johan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Re: [1/2OT] the stat "D"

2013-01-24 Thread lina
> > Last night I spent some time to check the "D" stat. > It's kinda of tricky, why my intuition tells me that those jobs run in > foreground, not background, won't have such problem. "In particular, users are asked to run only one background job at a time." from http://www.washington.edu/compu

Re: [1/2OT] the stat "D"

2013-01-24 Thread lina
On Thursday 24,January,2013 06:35 PM, Sven Joachim wrote: > On 2013-01-24 10:34 +0100, lina wrote: > >> I have some process if run in background, it always very slow, like: >> >> $ ps f | awk '{print $1, $2,$3,$4, $5}' >> >> 124201 pts/13 Ss+ 0:00 -bash >> 29572 pts/116 Ss+ 0:00 -bash >> 29275 pts

Re: [1/2OT] the stat "D"

2013-01-24 Thread Sven Joachim
On 2013-01-24 10:34 +0100, lina wrote: > I have some process if run in background, it always very slow, like: > > $ ps f | awk '{print $1, $2,$3,$4, $5}' > > 124201 pts/13 Ss+ 0:00 -bash > 29572 pts/116 Ss+ 0:00 -bash > 29275 pts/63 Ss+ 0:00 -bash > 22080 pts/14 Ss+ 0:00 -bash > 11581 pts/2 Ss 0:0

Re: [1/2OT] the stat "D"

2013-01-24 Thread lina
On Thursday 24,January,2013 05:34 PM, lina wrote: > Hi, > > I have some process if run in background, it always very slow, like: > > $ ps f | awk '{print $1, $2,$3,$4, $5}' > > 124201 pts/13 Ss+ 0:00 -bash > 29572 pts/116 Ss+ 0:00 -bash > 29275 pts/63 Ss+ 0:00 -bash > 22080 pts/14 Ss+ 0:00 -bash

Re: [1/2OT] the stat 'D'

2013-01-24 Thread Morel Bérenger
> I am new to the xargs, so I don't know how to let it run in background. > The waiting is going to kill me, I mean so slow. > > > Thanks ahead for your suggestions, No idea about what is xargs, but I guess that simply calling your script from a console with a '&' at end of command will be ok, ak

Re: [1/2OT] the stat "D"

2013-01-24 Thread lina
> > I am new to the xargs, so I don't know how to let it run in background. typo, *not* run in background. Thanks, -- 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/

Re: [1/2OT] how to delete ??? file

2013-01-19 Thread lina
On Sunday 20,January,2013 04:33 AM, cr...@gtek.biz wrote: > On Saturday, January 19, 2013 10:33, "lina" said: > > Yes, in my home directory. The path is /home/lina/try > >>> -? ? ? ? ?? XX.tar >> >>> But it looks more to me as if this files are somehow >>> corr

Re: [1/2OT] how to delete ??? file

2013-01-19 Thread craig
On Saturday, January 19, 2013 14:33, cr...@gtek.biz said: > On Saturday, January 19, 2013 10:33, "lina" said: > > Yes, in my home directory. The path is /home/lina/try > >>> -? ? ? ? ?? XX.tar >> >>> But it looks more to me as if this files are somehow >>> cor

Re: [1/2OT] how to delete ??? file

2013-01-19 Thread craig
On Saturday, January 19, 2013 10:33, "lina" said: Yes, in my home directory. The path is /home/lina/try >> -? ? ? ? ?? XX.tar > >> But it looks more to me as if this files are somehow >> corrupted. Did you fsck this file-system lately ? Hi Lina Excuse me fo

Re: [1/2OT] how to delete ??? file

2013-01-19 Thread tv.deb...@googlemail.com
## Transferring back to the list since i received this personally, and ## I am not the OP On 19/01/2013 19:12, pavicic wrote: Hi, -? ? ? ? ?? XX.tar I wonder how can I delete it? I've just come accross this. Didn't read the history. Thought the following might help

Re: [1/2OT] how to delete ??? file

2013-01-19 Thread tv.deb...@googlemail.com
On 19/01/2013 17:33, lina wrote: On Sunday 20,January,2013 12:28 AM, tv.deb...@googlemail.com wrote: On 19/01/2013 14:31, Martin Steigerwald wrote: Hi Lina, Am Freitag, 18. Januar 2013 schrieb lina: > Where is that directory located? In your home directory? Yes, in my home directory. Th

Re: [1/2OT] how to delete ??? file

2013-01-19 Thread lina
On Sunday 20,January,2013 12:28 AM, tv.deb...@googlemail.com wrote: > On 19/01/2013 14:31, Martin Steigerwald wrote: >> Hi Lina, >> >> Am Freitag, 18. Januar 2013 schrieb lina: >>> > Where is that directory located? In your home directory? >>> >>> Yes, in my home directory. The path is /home/lin

Re: [1/2OT] how to delete ??? file

2013-01-19 Thread tv.deb...@googlemail.com
On 19/01/2013 14:31, Martin Steigerwald wrote: Hi Lina, Am Freitag, 18. Januar 2013 schrieb lina: > Where is that directory located? In your home directory? Yes, in my home directory. The path is /home/lina/try -? ? ? ? ?? XX.tar I imagine it could also be a subtile

Re: [1/2OT] how to delete ??? file

2013-01-19 Thread Martin Steigerwald
Hi Lina, Am Freitag, 18. Januar 2013 schrieb lina: > > Where is that directory located? In your home directory? > > Yes, in my home directory. The path is /home/lina/try > > >> -? ? ? ? ?? XX.tar > > > > I imagine it could also be a subtile lack of access rights (SELinux >

Re: [1/2OT] htop for 128 processors

2013-01-19 Thread tv.deb...@googlemail.com
On 19/01/2013 11:13, lina wrote: On Saturday 19,January,2013 05:16 PM, tv.deb...@googlemail.com wrote: On 18/01/2013 09:13, lina wrote: On Friday 18,January,2013 03:51 PM, Stan Hoeppner wrote: On 1/18/2013 1:29 AM, lina wrote: Anyone has some idea about how to set 4 columns like this? http:/

Re: [1/2OT] htop for 128 processors

2013-01-19 Thread lina
On Saturday 19,January,2013 05:16 PM, tv.deb...@googlemail.com wrote: > On 18/01/2013 09:13, lina wrote: >> On Friday 18,January,2013 03:51 PM, Stan Hoeppner wrote: >>> On 1/18/2013 1:29 AM, lina wrote: Anyone has some idea about how to set 4 columns like this? http://htop.sourceforg

Re: [1/2OT] htop for 128 processors

2013-01-19 Thread tv.deb...@googlemail.com
On 18/01/2013 09:13, lina wrote: On Friday 18,January,2013 03:51 PM, Stan Hoeppner wrote: On 1/18/2013 1:29 AM, lina wrote: Anyone has some idea about how to set 4 columns like this? http://htop.sourceforge.net/htop-64.png $ man htop F2, S Setup screen. There you can co

RE: [1/2OT] how to delete ??? file

2013-01-18 Thread Mark Allums
> On Fri, Jan 18, 2013 at 08:48:10PM +0800, lina wrote: > > > > It's well maintained, at least far better than other boxes I met before. > > Just it might be my fault, long long time ago, I might chmod blindly at > > that time. > > I thought of chmod, so why not just try chmod/chown back? You migh

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread Chris Bannister
On Fri, Jan 18, 2013 at 08:48:10PM +0800, lina wrote: > > It's well maintained, at least far better than other boxes I met before. > Just it might be my fault, long long time ago, I might chmod blindly at > that time. I thought of chmod, so why not just try chmod/chown back? You might still get "

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread Stan Hoeppner
On 1/18/2013 6:37 AM, lina wrote: > It is my /home/lina/try directory. > > Honest speaking, I even didn't know when it showed up. And for those > files inside, it looks so strange for me. might some Fortran code? or > something. > > $ cd try/ > -bash: cd: try/: Permission denied > > I don't fee

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread lina
By accident I deleted it. The process is like this: 1] $ ls -lrt try/ ls: cannot access try/STEPS: Permission denied -? ? ? ? ?? XX.tar 2] $ ls -lrt total 3640 drw-rw-r--. 2 lina lina4096 Oct 13 23:31 try 3] $ rm -rf try/ rm: cannot remove `try/STEPS': Permission denied

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread David Goodenough
On Friday 18 Jan 2013, lina wrote: > On Friday 18,January,2013 08:26 PM, Martin Steigerwald wrote: > > Am Freitag, 18. Januar 2013 schrieb Doug: > >> On 01/18/2013 12:29 AM, lina wrote: > >>> Hi, > >>> > >>> I don't know from where jump out a directory with following info. > >>> > >>> $ ls -lrt t

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread CaT
On Fri, Jan 18, 2013 at 01:29:35PM +0800, lina wrote: > -? ? ? ? ?? XX.tar > -? ? ? ? ?? try.pdb > -? ? ? ? ?? try-c.pdb > -? ? ? ? ?? test_xtc2pdb.f > -? ? ? ? ?? SUB_UTILITY.o > -? ? ? ? ?

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread lina
> Where is that directory located? In your home directory? Yes, in my home directory. The path is /home/lina/try >> -? ? ? ? ?? XX.tar > > I imagine it could also be a subtile lack of access rights (SELinux > possibly?), but usually I would suspect a message about it then.

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread Ralf Mardorf
On Fri, 18 Jan 2013 13:26:56 +0100, Martin Steigerwald wrote: Am Freitag, 18. Januar 2013 schrieb Doug: On 01/18/2013 12:29 AM, lina wrote: > Hi, > > I don't know from where jump out a directory with following info. > > $ ls -lrt try/ > ls: cannot access try/STEPS: Permission denied > ls: cann

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread lina
On Friday 18,January,2013 08:26 PM, Martin Steigerwald wrote: > Am Freitag, 18. Januar 2013 schrieb Doug: >> On 01/18/2013 12:29 AM, lina wrote: >>> Hi, >>> >>> I don't know from where jump out a directory with following info. >>> >>> $ ls -lrt try/ >>> ls: cannot access try/STEPS: Permission denie

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread Martin Steigerwald
Am Freitag, 18. Januar 2013 schrieb lina: > Hi, Hi Lina, > I don't know from where jump out a directory with following info. > > $ ls -lrt try/ Where is that directory located? In your home directory? > ls: cannot access try/STEPS: Permission denied > ls: cannot access try/test_xtc2pdb.f: Perm

Re: [1/2OT] how to delete ??? file

2013-01-18 Thread Martin Steigerwald
Am Freitag, 18. Januar 2013 schrieb Doug: > On 01/18/2013 12:29 AM, lina wrote: > > Hi, > > > > I don't know from where jump out a directory with following info. > > > > $ ls -lrt try/ > > ls: cannot access try/STEPS: Permission denied > > ls: cannot access try/test_xtc2pdb.f: Permission denied >

Re: [1/2OT] htop for 128 processors

2013-01-18 Thread Martin Steigerwald
Am Freitag, 18. Januar 2013 schrieb Stan Hoeppner: > On 1/17/2013 9:53 PM, lina wrote: > > On Friday 18,January,2013 11:18 AM, Stan Hoeppner wrote: > >> What system do you possess that has 128 cores/hardware threads? HP > >> DL980? Supermicro 5086B-TRF? What are you using it for? That's a > >>

Re: [1/2OT] htop for 128 processors

2013-01-18 Thread Martin Steigerwald
Am Donnerstag, 17. Januar 2013 schrieb lina: > Hi, Hi Lina! > I don't know how to scroll down in htop, for 128 processors. > > I have no problem in my laptop, it's only 8 processors. > > Thanks ahead for your suggestions, Holy! But I think you mean processor cores still? Yeah, lscpu reports 8

Re: [1/2OT] htop for 128 processors

2013-01-18 Thread lina
On Friday 18,January,2013 03:51 PM, Stan Hoeppner wrote: > On 1/18/2013 1:29 AM, lina wrote: >> Anyone has some idea about how to set 4 columns like this? >> >> http://htop.sourceforge.net/htop-64.png > > $ man htop > >F2, S > Setup screen. There you can configure meters displ

Re: [1/2OT] htop for 128 processors

2013-01-17 Thread Stan Hoeppner
On 1/18/2013 1:29 AM, lina wrote: > Anyone has some idea about how to set 4 columns like this? > > http://htop.sourceforge.net/htop-64.png $ man htop F2, S Setup screen. There you can configure meters displayed on the top side of the screen, as well as set various display

Re: [1/2OT] how to delete ??? file

2013-01-17 Thread Stan Hoeppner
On 1/17/2013 11:57 PM, Doug wrote: > What happens if you do rm -rf /try from root? > (I/m not all that familiar with Deb, but you must > have some way to get admin permission, if you > are the owner of the install. su or perhaps sudo.) If this pertains to the 8-way box, it's not running Debian,

Re: [1/2OT] htop for 128 processors

2013-01-17 Thread Stan Hoeppner
On 1/17/2013 9:53 PM, lina wrote: > On Friday 18,January,2013 11:18 AM, Stan Hoeppner wrote: >> What system do you possess that has 128 cores/hardware threads? HP >> DL980? Supermicro 5086B-TRF? What are you using it for? That's a >> tremendous amount of horsepower... > > I can't find the ans

Re: [1/2OT] htop for 128 processors

2013-01-17 Thread lina
Anyone has some idea about how to set 4 columns like this? http://htop.sourceforge.net/htop-64.png Thanks, I am baffled. -- 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.

Re: [1/2OT] how to delete ??? file

2013-01-17 Thread lina
On Friday 18,January,2013 01:57 PM, Doug wrote: > On 01/18/2013 12:29 AM, lina wrote: >> Hi, >> >> I don't know from where jump out a directory with following info. >> >> $ ls -lrt try/ >> ls: cannot access try/STEPS: Permission denied >> ls: cannot access try/test_xtc2pdb.f: Permission denied >> l

Re: [1/2OT] how to delete ??? file

2013-01-17 Thread Doug
On 01/18/2013 12:29 AM, lina wrote: Hi, I don't know from where jump out a directory with following info. $ ls -lrt try/ ls: cannot access try/STEPS: Permission denied ls: cannot access try/test_xtc2pdb.f: Permission denied ls: cannot access try/18059-18059.xtc: Permission denied ls: cannot acc

Re: [1/2OT] htop for 128 processors

2013-01-17 Thread lina
On Friday 18,January,2013 11:18 AM, Stan Hoeppner wrote: > On 1/16/2013 10:35 PM, lina wrote: >> Hi, >> >> I don't know how to scroll down in htop, for 128 processors. > > What system do you possess that has 128 cores/hardware threads? HP > DL980? Supermicro 5086B-TRF? What are you using it for

Re: [1/2OT] htop for 128 processors

2013-01-17 Thread Stan Hoeppner
On 1/16/2013 10:35 PM, lina wrote: > Hi, > > I don't know how to scroll down in htop, for 128 processors. What system do you possess that has 128 cores/hardware threads? HP DL980? Supermicro 5086B-TRF? What are you using it for? That's a tremendous amount of horsepower... Please reply-all so

Re: [1/2OT] htop for 128 processors

2013-01-17 Thread lina
On Thursday 17,January,2013 12:35 PM, lina wrote: > Hi, > > I don't know how to scroll down in htop, for 128 processors. > > I have no problem in my laptop, it's only 8 processors. > > Thanks ahead for your suggestions, Fixed, based on the suggestion from http://ubuntuforums.org/showthread.php?

Re: [1/2OT] ssh & wireless related

2012-08-16 Thread lina
On Thursday 16,August,2012 11:31 PM, Markus Schönhaber wrote: > 16.08.2012 17:00, lina: > >> Strangely once I restarted the network-manager, the connection restore >> as normal, I mean the ssh connection is still there. >> Is it strange? I thought it's broken, the connection. > > There's nothing

Re: [1/2OT] ssh & wireless related

2012-08-16 Thread Markus Schönhaber
16.08.2012 17:00, lina: > Strangely once I restarted the network-manager, the connection restore > as normal, I mean the ssh connection is still there. > Is it strange? I thought it's broken, the connection. There's nothing strange with that. A TCP connection is essentially identified by the quad

Re: [1/2OT] soffice and data import

2012-08-05 Thread Camaleón
On Sun, 05 Aug 2012 23:49:40 +0800, lina wrote: > I got a temp file which was generated by "paste temp_a temp_b". > > The temp file look like: > > $ paste temp_a temp_b > 3 1.0 3 1.0 > 5 2.0 4 2.0 > 5 3.0 > > When I used the commend "soffice -o temp -calc" (This c

Re: [1/2 OT] How to find the desktop near me?

2012-07-01 Thread Camaleón
El 2012-07-01 a las 22:52 +0800, lina escribió: (resending to the list. Lina, be careful when you hit the reply button...) > On Sun, Jul 1, 2012 at 10:16 PM, Camaleón wrote: (...) > >> Shall I do something? to harden my system. Is it dangerous? > > > > The results for that scan are explained h

Re: [1/2 OT] How to find the desktop near me?

2012-07-01 Thread Andrew Reid
> Hi, > > The desktop installed the Sid (seems not so relevant here.) Now the > monitor/screen not work; other things are totally fine. > > I used to login desktop first and then ssh from laptop, > > Now since not be able to log in, how can I find its ip ? so I can > connect from laptop. > or >

Re: [1/2 OT] How to find the desktop near me?

2012-07-01 Thread Camaleón
On Sun, 01 Jul 2012 20:00:14 +0800, lina wrote: > On Sun, Jul 1, 2012 at 5:18 PM, Camaleón wrote: (...) >>> I checked. Strangely there was no IP detected at the first minutes I >>> logged in, it gets well after ifup eth0. >> >> I don't follow you. >> >> "arp" command can be useful to discover t

Re: [1/2 OT] How to find the desktop near me?

2012-07-01 Thread lina
On Sun, Jul 1, 2012 at 5:18 PM, Camaleón wrote: > On Sun, 01 Jul 2012 12:20:30 +0800, lina wrote: > >> On Sun, Jul 1, 2012 at 3:43 AM, Camaleón wrote: > The electrical wire. It gave me some scary sounds. >>> >>> Just the cable or the power supply? > >> Kinda of very silly though, >> the elec

Re: [1/2 OT] How to find the desktop near me?

2012-07-01 Thread Camaleón
On Sun, 01 Jul 2012 12:20:30 +0800, lina wrote: > On Sun, Jul 1, 2012 at 3:43 AM, Camaleón wrote: >>> The electrical wire. It gave me some scary sounds. >> >> Just the cable or the power supply? > Kinda of very silly though, > the electrical wire connected to monitors didn't connect well, so th

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread lina
On Sun, Jul 1, 2012 at 3:43 AM, Camaleón wrote: > El 2012-07-01 a las 02:11 +0800, lina escribió: > > (resending to the list) > >> On 1 Jul, 2012, at 1:35, Camaleón wrote: >> >> > On Sun, 01 Jul 2012 00:16:22 +0800, lina wrote: >> > >> >> The desktop installed the Sid (seems not so relevant here.

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread Camaleón
El 2012-07-01 a las 02:11 +0800, lina escribió: (resending to the list) > On 1 Jul, 2012, at 1:35, Camaleón wrote: > > > On Sun, 01 Jul 2012 00:16:22 +0800, lina wrote: > > > >> The desktop installed the Sid (seems not so relevant here.) Now the > >> monitor/screen not work; other things are

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread Erwan David
On 30/06/12 19:51, Lisi wrote: > On Saturday 30 June 2012 17:27:52 Johan Grönqvist wrote: > > >>> I used to login desktop first and then ssh from laptop, >>> >>> Now since not be able to log in, how can I find its ip ? so I can >>> connect from laptop. >>> or >>> shall I just find other monitor an

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread Lisi
On Saturday 30 June 2012 18:19:41 lina wrote: > On Sun, Jul 1, 2012 at 12:27 AM, Johan Grönqvist > > wrote: > > 2012-06-30 18:16, lina skrev: > >> Hi, > >> > >> The desktop installed the Sid (seems not so relevant here.)  Now the > >> monitor/screen not work; other things are totally fine. > >> >

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread Lisi
On Saturday 30 June 2012 17:27:52 Johan Grönqvist wrote: > > > I used to login desktop first and then ssh from laptop, > > > > Now since not be able to log in, how can I find its ip ? so I can > > connect from laptop. > > or > > shall I just find other monitor and connect? > > That seems to be the

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread Camaleón
On Sun, 01 Jul 2012 00:16:22 +0800, lina wrote: > The desktop installed the Sid (seems not so relevant here.) Now the > monitor/screen not work; other things are totally fine. Is hardware that broke? > I used to login desktop first and then ssh from laptop, > > Now since not be able to log in,

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread lina
On Sun, Jul 1, 2012 at 12:27 AM, Johan Grönqvist wrote: > 2012-06-30 18:16, lina skrev: > >> Hi, >> >> The desktop installed the Sid (seems not so relevant here.)  Now the >> monitor/screen not work; other things are totally fine. >> >> I used to login desktop first and then ssh from laptop, >> >>

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread lina
On Sun, Jul 1, 2012 at 12:27 AM, Johan Grönqvist wrote: > 2012-06-30 18:16, lina skrev: > >> Hi, >> >> The desktop installed the Sid (seems not so relevant here.)  Now the >> monitor/screen not work; other things are totally fine. >> >> I used to login desktop first and then ssh from laptop, >> >>

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread lina
On Sun, Jul 1, 2012 at 12:33 AM, Andrei POPESCU wrote: > On Du, 01 iul 12, 00:20:46, lina wrote: >> On Sun, Jul 1, 2012 at 12:16 AM, lina wrote: >> > Hi, >> > >> > The desktop installed the Sid (seems not so relevant here.)  Now the >> > monitor/screen not work; other things are totally fine. >>

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread Andrei POPESCU
On Du, 01 iul 12, 00:20:46, lina wrote: > On Sun, Jul 1, 2012 at 12:16 AM, lina wrote: > > Hi, > > > > The desktop installed the Sid (seems not so relevant here.)  Now the > > monitor/screen not work; other things are totally fine. > > > > I used to login desktop first and then ssh from laptop, >

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread Johan Grönqvist
2012-06-30 18:16, lina skrev: Hi, The desktop installed the Sid (seems not so relevant here.) Now the monitor/screen not work; other things are totally fine. I used to login desktop first and then ssh from laptop, Now since not be able to log in, how can I find its ip ? so I can connect from

Re: [1/2 OT] How to find the desktop near me?

2012-06-30 Thread lina
On Sun, Jul 1, 2012 at 12:16 AM, lina wrote: > Hi, > > The desktop installed the Sid (seems not so relevant here.)  Now the > monitor/screen not work; other things are totally fine. > > I used to login desktop first and then ssh from laptop, > > Now since not be able to log in, how can I find its

Re: [1/8OT] How to open .cgi

2012-03-11 Thread Mark Neidorff
On Saturday 10 March 2012 10:50:14 pm David Christensen wrote: > On 03/10/2012 05:03 PM, Mark Neidorff wrote: > > You misunderstand CGI. It is a way that a script that generates a web > > page can have that page displayed in a browser window. CGI is internal > > to the web browser. You use a lan

  1   2   3   >