Sponsored Content
The Lounge What is on Your Mind? what was the most funny or weird thing that ever happened to you in your job Post 302342371 by zxmaus on Sunday 9th of August 2009 07:47:19 AM
Old 08-09-2009
what was the most funny or weird thing that ever happened to you in your job

Many of us used to or work now with customers. So it naturally happens that something really funny or weird comes across - stories that need to be told.

What is it for you ?

I used to work as a technical consultant for a Software Company and part of my job was to maintain and troubleshoot rather small companies with not much IT skilled people - most of them engineers.

In one of the companies, I had a customer complaining that the overnight server backups were constantly failing ... so I checked the systems - but I could not find any problem from a technical perspective. But the backups kept failing.

I reinstalled the software several times - but the backups were failing every night. I was rather desperate, because I could not find a reason - so I took the environment with me into my office over the weekend ... and the backups were working fine. So I moved the environment back into their company - next night ... the backups were failing again.

After a few weeks I decided to visit the company again just to watch the systems at the time the backups were supposed to take place - because I really wanted to find a solution for this problem ... so I arrived a few minutes before the employees were leaving ... and had my answer fairly quickly. The last employee was shutting down all computers before he left ... the server with the backup problem was one of them Smilie

zxmaus
 

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

what happened?

A few hours ago I made several reasonable posts to this forum and now they have dissapeared. I read and followed the rules, and I sure didn't break any, but gone they are :( I know I only joined the forum today, but do the posts have to be authorised or something? ... (14 Replies)
Discussion started by: cw1972
14 Replies

2. What is on Your Mind?

what happened to ygor..??

:D anyone hear from ygor..? haven't seen him post in a while... wonder what he is up to..! the last i heard he was the D25khan.. that was him right guys ??? being a newbie myself that is one dude that i admire. him Norsk, Perdebro, RTM , Google and Zazzybob all real genius.. and the most... (2 Replies)
Discussion started by: moxxx68
2 Replies

3. UNIX for Dummies Questions & Answers

What Happened :(

Hello, I have created a dosrename script and it was working fine unitl today. I can't think what i have changed (don't think i have to be honest). The error is when i run the script it says the file i am trying to rename does not exist when it blatently does. Or is it a typo when i run the... (4 Replies)
Discussion started by: jazz8146
4 Replies

4. Solaris

what happened to admintool?

what happened to admintool in Solaris10? (2 Replies)
Discussion started by: mndavies
2 Replies

5. What is on Your Mind?

Old, but still funny

Annoyances.org - Upgrading to Wife 1.0 (0 Replies)
Discussion started by: jgt
0 Replies

6. What is on Your Mind?

What happened to coolerbooks?

I just found the website coolerbooks.com a couple weeks ago. It was a site that had loads of free ebooks for download. But now it seems to have been hijacked by some Microsoft search thing. There was an article last year claiming it teamed with Google (the anti-Microsoft!) to offer the... (2 Replies)
Discussion started by: KenJackson
2 Replies

7. UNIX for Advanced & Expert Users

Weird working of File Watcher job

I have JIL script like the one below insert_job:F_SAMPLE job_type:f machine:PC001 owner:asla@PC001 watch_file:/home/shah/one/sample.trg watch_interval:90 alarm_if_fail:1Here my question is, there is a directory one under that file needs to be watched sample.trg..! but directory one owned... (0 Replies)
Discussion started by: shahnazurs
0 Replies
MV(1)                                                              User Commands                                                             MV(1)

NAME
mv - move (rename) files SYNOPSIS
mv [OPTION]... [-T] SOURCE DEST mv [OPTION]... SOURCE... DIRECTORY mv [OPTION]... -t DIRECTORY SOURCE... DESCRIPTION
Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. Mandatory arguments to long options are mandatory for short options too. --backup[=CONTROL] make a backup of each existing destination file -b like --backup but does not accept an argument -f, --force do not prompt before overwriting -i, --interactive prompt before overwrite -n, --no-clobber do not overwrite an existing file If you specify more than one of -i, -f, -n, only the final one takes effect. --strip-trailing-slashes remove any trailing slashes from each SOURCE argument -S, --suffix=SUFFIX override the usual backup suffix -t, --target-directory=DIRECTORY move all SOURCE arguments into DIRECTORY -T, --no-target-directory treat DEST as a normal file -u, --update move only when the SOURCE file is newer than the destination file or when the destination file is missing -v, --verbose explain what is being done -Z, --context set SELinux security context of destination file to default type --help display this help and exit --version output version information and exit The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX. The version control method may be selected via the --backup option or through the VERSION_CONTROL environment variable. Here are the values: none, off never make backups (even if --backup is given) numbered, t make numbered backups existing, nil numbered if numbered backups exist, simple otherwise simple, never always make simple backups AUTHOR
Written by Mike Parker, David MacKenzie, and Jim Meyering. REPORTING BUGS
GNU coreutils online help: <http://www.gnu.org/software/coreutils/> Report mv translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
rename(2) Full documentation at: <http://www.gnu.org/software/coreutils/mv> or available locally via: info '(coreutils) mv invocation' GNU coreutils 8.28 January 2018 MV(1)
All times are GMT -4. The time now is 03:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy