Chris Hoogendyk | 2 Feb 19:27
Picon
Favicon
Gravatar

Re: LinuxQuestions.org Members Choice Awards -- Vote for Amanda

Just a reminder that the polls close a week from today (Feb. 9) at midnight.

Any votes or commentary for Amanda would be much appreciated.

On 1/22/12 1:08 PM, Chris Hoogendyk wrote:
> Hey folks,
>
> It's that time of year again. LinuxQuestions.org has posted their Members Choice Awards polls -- 
> http://www.linuxquestions.org/questions/2011-linuxquestions-org-members-choice-awards-95/
>
> I linked to the top so that you can see them all as well as the introduction. Backup Applications 
> is a little ways down; and, of course, Amanda is on the list. Please go support your favorite 
> backup application by voting. Polls close at midnight on February 9th.
>
> You will need to have an account on LinuxQuestions to vote, but it is really easy to set up an 
> account. That also gives you the opportunity to browse through and answer some questions for 
> someone. Just like on this list, but more wide ranging. Feel free to make some supportive comments 
> for Amanda on the Backup Application Poll.
>
> Thank you,

--

-- 
---------------

Chris Hoogendyk

-
    O__  ---- Systems Administrator
   c/ /'_ --- Biology&  Geology Departments
  (*) \(*) -- 140 Morrill Science Center
(Continue reading)

lxnf98mm | 3 Feb 20:13
Picon

a little info about barcodes

I set up a tape library and it has been working ok for a few weeks
When I label my tapes the label and barcode are written to the tapelist
But when the tape is used the barcode is lost

My amanda.conf has
define changer robot {
   tpchanger "chg-robot:/dev/msl6000_ctl"
   property "tape-device" "0=tape:/dev/msl6000_nst2" "1=tape:/dev/msl6000_nst1"
   property "use-slots" "1-28,30"
}
tpchanger "robot"

And the tapelist
20120118081702 msl6000_08 reuse
20120117235912 msl6000_07 reuse
20120116235911 msl6000_06 reuse
20120113235914 msl6000_05 reuse
20120112235911 msl6000_01 reuse
0 msl6000_23 reuse BARCODE:AAA038L2
0 msl6000_22 reuse BARCODE:AAA041L2
0 msl6000_21 reuse BARCODE:AAA083L2
0 msl6000_20 reuse BARCODE:AAA064L2
0 msl6000_19 reuse BARCODE:AAA081L2

What I need to get amanda to maintain the barcode
Using amanda 3.2.3

Richard

(Continue reading)

Chris Hoogendyk | 9 Feb 16:48
Picon
Favicon
Gravatar

Re: LinuxQuestions.org Members Choice Awards -- Vote for Amanda

And, ... Today is the last day. It's a simple matter to sign up as a user at Linuxquestions.org and 
then vote in the polls. Tomorrow, they will post the results and we will see how we did.

On 2/2/12 1:27 PM, Chris Hoogendyk wrote:
> Just a reminder that the polls close a week from today (Feb. 9) at midnight.
>
> Any votes or commentary for Amanda would be much appreciated.
>
>
> On 1/22/12 1:08 PM, Chris Hoogendyk wrote:
>> Hey folks,
>>
>> It's that time of year again. LinuxQuestions.org has posted their Members Choice Awards polls -- 
>> http://www.linuxquestions.org/questions/2011-linuxquestions-org-members-choice-awards-95/
>>
>> I linked to the top so that you can see them all as well as the introduction. Backup Applications 
>> is a little ways down; and, of course, Amanda is on the list. Please go support your favorite 
>> backup application by voting. Polls close at midnight on February 9th.
>>
>> You will need to have an account on LinuxQuestions to vote, but it is really easy to set up an 
>> account. That also gives you the opportunity to browse through and answer some questions for 
>> someone. Just like on this list, but more wide ranging. Feel free to make some supportive 
>> comments for Amanda on the Backup Application Poll.
>>
>> Thank you,

--

-- 
---------------

Chris Hoogendyk
(Continue reading)

lxnf98mm | 9 Feb 20:43
Picon

howto amvault

I use amanda to backup to vtapes, no problem
I would like to use amvault to copy the vtape backup to a stand alone tape drive
I add to my amanda.conf
define changer vault_tape {
         tapedev "tape:/dev/nst0"
         changerfile "vault_tape"
}
And run
/usr/sbin/amvault --fulls-only --src-timestamp latest --label-template abc_vfs_%% --dst-changer
vault_tape abc_vfs
And the log shows
FATAL amvault Changer 'vault_tape' specifies invalid tpchanger 'tape:/dev/nst0' at
/usr/lib/perl5/site_perl/5.8.8/Amanda/Changer.pm line 766.
Any help would be appreciated

Richard

Brian Cuttler | 9 Feb 22:24
Favicon

snapshot failure


Hi Amanda users,

Server Solaris 10x86, amanda 2.6.1p1
Client Solaris 10x86, amanda 3.1.1

Sorry, its not like I'm new to snapshots, but I'm not catching
the error, it must be something in my config...

If anyone can help me to find the error of my ways...

						thank you,

						Brian

FAILURE DUMP SUMMARY:
   bioxrs /export/home/brian lev 0  FAILED [/usr/sfw/bin/gtar terminated with signal 11: see /tmp/amanda/client/flower/amgtar.20120208192419000.debug]
   bioxrs /export/home/brian lev 0  FAILED [/usr/sfw/bin/gtar terminated with signal 11: see /tmp/amanda/client/flower/amgtar.20120208192434000.debug]

# more amgtar.20120208192419000.debug
Wed Feb  8 19:24:19 2012: amgtar: pid 952 ruid 0 euid 110 version 3.1.1: start at Wed Feb  8 19:24:19 2012
Wed Feb  8 19:24:19 2012: amgtar: version 3.1.1
Wed Feb  8 19:24:19 2012: amgtar: pid 952 ruid 0 euid 110 version 3.1.1: rename at Wed Feb  8 19:24:19 2012
Wed Feb  8 19:24:19 2012: amgtar: GNUTAR-PATH /usr/sfw/bin/gtar
Wed Feb  8 19:24:19 2012: amgtar: GNUTAR-LISTDIR /usr/local/var/amanda/gnutar-lists
Wed Feb  8 19:24:19 2012: amgtar: DIRECTORY /export/home/brian/.zfs/snapshot/amanda-_export_home_brian-current
Wed Feb  8 19:24:19 2012: amgtar: ONE-FILE-SYSTEM yes
Wed Feb  8 19:24:19 2012: amgtar: SPARSE yes
Wed Feb  8 19:24:19 2012: amgtar: NO-UNQUOTE no
Wed Feb  8 19:24:19 2012: amgtar: ATIME-PRESERVE no
(Continue reading)

Chris Hoogendyk | 10 Feb 20:16
Picon
Favicon
Gravatar

2011 LinuxQuestions.org Members Choice Awards


https://www.linuxquestions.org/questions/2011-linuxquestions-org-members-choice-awards-95/backup-application-of-the-year-919923/

Cool.

Remember, there are a preponderance of members on LinuxQuestions who are not network systems 
administrators. So, many of them tend to think of simple tools as backup applications -- rsync, tar, 
and so on. Nevertheless, even in that environment, rsync was the only one that beat out Amanda. If 
you look at real backup applications, Amanda was way out in the lead.

--

-- 
---------------

Chris Hoogendyk

-
    O__  ---- Systems Administrator
   c/ /'_ --- Biology&  Geology Departments
  (*) \(*) -- 140 Morrill Science Center
~~~~~~~~~~ - University of Massachusetts, Amherst

<hoogendyk <at> bio.umass.edu>

---------------

Erdös 4

CREDIT HOUSE | 12 Feb 23:58
Picon

Contact Us For Your Business or Personal Loan!



Reply If You Need A Business or Personal Loan. Thanks

Picon

Мотивация в отделе продаж

Spam detection software, running on the system "guinness.omniscient.com", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
postmaster for details.

Content preview:  Spam detection software, running on the system "guinness.omniscient.com",
   has identified this incoming email as possible spam. The original message
   has been attached to this so you can view it (if it isn't spam) or label
  similar future email. If you have any questions, see postmaster for details.
   [...] 

Content analysis details:   (7.7 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 3.6 RCVD_IN_PBL            RBL: Received via a relay in Spamhaus PBL
                            [109.9.198.250 listed in zen.spamhaus.org]
 0.0 HTML_MESSAGE           BODY: HTML included in message
 0.4 RDNS_DYNAMIC           Delivered to internal network by host with
                            dynamic-looking rDNS
 3.8 DOS_HIGHBIT_HDRS_BODY  Headers need encoding and body is highbit

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

Picon
From: Как увеличить продажи <notice <at> semopt.ru>
Subject: Мотивация в отделе продаж
Date: 2012-02-13 10:48:38 GMT
Spam detection software, running on the system "guinness.omniscient.com", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
postmaster for details.

Content preview:  Spam detection software, running on the system "guinness.omniscient.com",
   has identified this incoming email as possible spam. The original message
   has been attached to this so you can view it (if it isn't spam) or label
  similar future email. If you have any questions, see postmaster for details.
   [...] 

Content analysis details:   (7.7 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 3.6 RCVD_IN_PBL            RBL: Received via a relay in Spamhaus PBL
                            [109.9.198.250 listed in zen.spamhaus.org]
 0.0 HTML_MESSAGE           BODY: HTML included in message
 0.4 RDNS_DYNAMIC           Delivered to internal network by host with
                            dynamic-looking rDNS
 3.8 DOS_HIGHBIT_HDRS_BODY  Headers need encoding and body is highbit

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

Picon
From: Как увеличить продажи <notice <at> semopt.ru>
Subject: Мотивация в отделе продаж
Date: 2012-02-13 10:48:38 GMT
Spam detection software, running on the system "guinness.omniscient.com", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
postmaster for details.

Content preview:  МОТИВАЦИЯ СЭЙЛЗ -
МЕНЕДЖЕРОВ Дата
   проведения: 24 февраля, г.
Москва, БЦ "Виктория
   Плаза" Информация по
условиям обучения:
  8 ( Ч95) 921 .ЗО ..17 [...] 

Content analysis details:   (7.7 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 3.6 RCVD_IN_PBL            RBL: Received via a relay in Spamhaus PBL
                            [109.9.198.250 listed in zen.spamhaus.org]
 0.0 HTML_MESSAGE           BODY: HTML included in message
 0.4 RDNS_DYNAMIC           Delivered to internal network by host with
                            dynamic-looking rDNS
 3.8 DOS_HIGHBIT_HDRS_BODY  Headers need encoding and body is highbit

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

Picon
From: Как увеличить продажи <notice <at> semopt.ru>
Subject: Мотивация в отделе продаж
Date: 2012-02-13 10:48:38 GMT

МОТИВАЦИЯ СЭЙЛЗ - МЕНЕДЖЕРОВ

Дата проведения: 24 февраля, г. Москва, БЦ "Виктория Плаза"

Информация по условиям обучения:  8  ( Ч95) 921 ..ЗО .17

Сколько платить менеджерам по продажам?
Как сделать так, чтобы менеджеры стремились к увеличению продаж?
Как правильно внедрить новую систему мотивацию?
Нужны ли Вам нормативы? Как их правильно внедрить?

Программа:
1. Какие существуют способы эффективной борьбы с продавцами (сейлз-менеджерами)
за увеличение продаж?
Переход к системе: "Мотивация-это то, что сотрудник делает сам для себя". Анализ
стимулирующих факторов: материальный фактор; нематериальные факторы.
2. Как спрогнозировать объем продаж? Методики составления плана продаж.
Экспертные. Экстраполяционные. Сравнение методик: когда какую применять? Разбор
практической методики.
3. Как построить систему материального стимулирования?
Стимулирование и мотивирование менеджеров по продажам. Построение системы
стимулирования сотрудников. Разбор типичных ситуаций и ошибок в подходе к
мотивированию. Материальное стимулирование. Формулы расчета заработной платы (бонусы,
премиальные, надбавки). Разбор практической методики.
4. Какие существуют способы нематериального стимулирования?
Спортивный интерес (азарт), свобода действий и т.д.
5. Как эффективно осуществлять подбор менеджеров по продажам?
Сценарий интервью. Анализ ответов соискателя. Работа с кадровыми агентствами. Как
избежать ловушки.

Стоимость участия: 9000 рублей.

Место проведения: м. Бауманская, ул. Бауманская, д.6, бизнес центр "Виктория Плаза".
В стоимость входит методический материал, обеды, кофе-паузы, сертификат.
Иногородним участникам помогаем в бронировании гостиницы.

Kidz Only | 13 Feb 12:00
Picon

Books for young and old

If you have received this mail in error or no longer want to receive emails from Kidz Only simply reply to this message with UNSUBSCRIBE ME in the subject line and the e-mail address you wish to unsubscribe in the body of the e-mail and we will remove you from our mailing list.

Bath Books - R30.00

5 spreads

150x150mm

 

                              

     Bathtime baby                                            Splish splash boat        

Cloth Books - R60.00

3 spreads

150x150mm

                                                  

My little animals                                                                     My little vehicles

 

Book of World Records - R60.00

With padded covers and foil blocked detail these omnibus titles stand out on the shelf as books of quality and substance - and the titles are eye-catching too.

48pp, 291x220mm

Hardback Padded titles

                   

Natural world                            Human achievements                                 Sporting records

                Click on the link below to find an agent near you to place your order. 

Agents

 

 

Don't forget to visit our website www.kidzonly.co.za to view these and our other products

 

COMPETITION TIME:

1. Forward this e-mail to 5 friends and cc kidzonly and you could win a Sand Art Family Kit.

2. Subscribe to our newsletter to be the first to know about specials and you could win a set of Star Dust.

 

Subscribe

 

Want or need to make an extra income?  Why not become an agent for Kidz Only, for a small investment of only R600.00  plus courier fees of R110.00 you can be on your way to a 2nd income. 

 

Tell me how to become an agent

 

If you have received this mail in error or no longer want to receive emails from Kidz Only simply reply to this message with UNSUBSCRIBE ME in the subject line and the e-mail address you wish to unsubscribe in the body of the e-mail and we will remove you from our mailing list.

 

ADVERTISEMENT

Your advert could be here for only R100 e-mail admin <at> kidzonly.co.za for more details.

 

 

Download Group Mail Free v3.4                     GroupMail - Make e-mail work for you!

 

If you have received this mail in error or no longer want to receive emails from Kidz Only simply reply to this message with UNSUBSCRIBE ME in the subject line  and the e-mail address you wish to unsubscribe in the body of the e-mail and we will remove you from our mailing list.

Амьд цэцгийн үнэгүй хүргэлтийн үйлчилгээ

Spam detection software, running on the system "guinness.omniscient.com", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
postmaster for details.

Content preview:  Хэрэв та энэ захиан
дээрх зургийг
   олж харахгүй байгаа бол
ЭНД ДАРЖ шинэ цонхонд
   нээнэ үү Амьд цэцгийн
худалдаа Хүргэлт 15,00
   төгрөгнөөс дээш үнэгүй [...] 

Content analysis details:   (5.6 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
-0.0 T_RP_MATCHES_RCVD      Envelope sender domain matches handover relay
                            domain
 0.7 HTML_IMAGE_ONLY_28     BODY: HTML: images with 2400-2800 bytes of words
 0.0 HTML_MESSAGE           BODY: HTML included in message
 1.1 MIME_HTML_ONLY         BODY: Message only has text/html MIME parts
 3.8 DOS_HIGHBIT_HDRS_BODY  Headers need encoding and body is highbit

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

From: Парадайз Бегониа ХХК <info <at> mailnet.mn>
Subject: Амьд цэцгийн үнэгүй хүргэлтийн үйлчилгээ
Date: 2012-02-13 11:16:47 GMT

Хэрэв та энэ захиан дээрх зургийг олж харахгүй байгаа бол
ЭНД ДАРЖ шинэ цонхонд нээнэ үү




Амьд цэцгийн худалдаа
Хүргэлт 15,00 төгрөгнөөс дээш үнэгүй


Захиалга өгөх утас:
9904-5441, 9668-5754







Хэрэв та и-мэйл маркетингийн ийм хэлбэрээр Монголын 550,000 хэрэглэгчдэд 159,000 төгрөгөөр өөрийн бараа бүтээгдэхүүн, үйлчилгээ, вэбсайтыг сурталчлах бол бидэнтэй 9919-7230 утсаар холбоо барина уу.

Сурталчилгаа цацсан: MailNet.MN  |  Утас: 9919-7230  |  И-мэйл: mailnetmn <at> yahoo.com
Хэрэв та энэ захиаг найздаа илгээмээр байвал ЭНД дарж илгээнэ үү. Манай мэдээллийн сангаас хасуулах бол энд дарна уу

Facebook Page

Gmane