Re: odd alert nvme error "The transport type is not indicated or the error is not transport related"

2021-05-10 Thread Ariel Bar David
Perhaps checking the output of `smartctl -x /dev/nvme0`, specifically under "Vendor Specific SMART Attributes with Thresholds:" can give you more information. There are a lot of attributes there, so you'd need to find a Samsung official document specifying the different SMART IDs, and search for th

Re: [Job] Small simple system job for a freelancer

2013-09-12 Thread Ariel Bar David
I deeply apologize for that one. On Fri, Sep 13, 2013 at 12:03 AM, Ariel Bar David wrote: > Shalom, > I'd be happy to get the lawyer dude's details, > Shana Tova, may you be signed and sealed in the book of life (that's GMAR > HATIMA TOVA according to Morfix) a

Re: [Job] Small simple system job for a freelancer

2013-09-12 Thread Ariel Bar David
Shalom, I'd be happy to get the lawyer dude's details, Shana Tova, may you be signed and sealed in the book of life (that's GMAR HATIMA TOVA according to Morfix) and TZOM KAL in case you are TZOMing, Ori. On Mon, Sep 9, 2013 at 6:59 PM, Ira Abramov wrote: > Howdie peeps, > I just got a call from

OT - Workflow / BPM / CRM softwares

2013-01-02 Thread Ariel Bar David
Hi, I'm searching for a workflow/BPM/CRM software for my workplace. Basically the objective is managing processes involving few numbers of people that need to confirm all sorts of operations, preferably through email or dedicated webpages. I've looked at BonitaSoft, CuteFlow, and modeling workflow

Re: High-resolution user/system times?

2012-07-25 Thread Ariel Bar David
A quick Google search ended with this - http://serverfault.com/questions/151109/bash-how-do-i-get-current-unix-time-in-milliseconds , so maybe running 'date +%s%N | cut -b1-13' before starting the process and after it's finished will help... Ori On Wed, Jul 25, 2012 at 10:09 AM, Nadav Har'El wrot

Infinite fake print job

2012-07-08 Thread Ariel Bar David
Hi all, I'm writing a script that combines the output of few monitoring scripts. Problem is that some of them output nothing when no print job is printed. What I need is an infinite fake print job, that also won't stop other real jobs from being printed. The printing service used is CUPS 1.3.9. T

Re: bash wget script problem

2012-05-06 Thread Ariel Bar David
Hi, maybe it's because of your bash version? I messed around with wget lately, and saw somewhere written that some things will work only on bash 4 and above. I don't know bash that well so I don't know whether this is the issue or I just said something stupid... What I did was: wget http://website

Re: Firefox: How can I define Profile-specific plugins?

2008-09-18 Thread Ariel Bar-David
On Thu, Sep 18, 2008 at 4:04 PM, Shlomi Fish <[EMAIL PROTECTED]> wrote: > Hi all! > > I'd like to enable the proprietary Flash plugin only for a dedicated > Firefox > profile. I already have several profiles defined: > > http://support.mozilla.com/en-US/kb/Managing+profiles > > So how can I have s

Re: Debian still generated bad ssh keys

2008-06-01 Thread Ariel Bar-David
I had the same problem (bad keys generated after dist-upgrade), and I updated my source.list (in a most newbie way, without investigating anything) from: deb http://mirror.isoc.org.il/pub/debian/ etch main non-free contrib deb-src http://mirror.isoc.org.il/pub/debian/ etch main non-free c

Re: resizing partition problem

2007-08-23 Thread Ariel Bar-David
Shlomo Solomon wrote: I migrated my system to a larger disc. Basically, I used dd to copy the old partitions to the new disc. I know that if the target partition is larger than the source, dd will result in the additional space not being available. So I did what I thought was a smart thing, but

Sapphire Radeon 9250

2007-08-13 Thread Ariel Bar-David
Hello to all About a year ago, I bought a computer and 2 Sapphire Radeon 9250 graphics cards, one for my Linux computer (new one) and one for my Windows computer (that used to be the Linux computer before I bought the new computer). In Windows, the graphics card seems to work OK (there are few

Re: [OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-05 Thread Ariel Bar-David
>From my experience with those CSS stuff, it can cause a situation in which the text on the transparent image cannot be selected, and links on the transparent image don't work. To solve that problem, if you're making a transparent background that contains only one color, and that repeats itself, y