Questions tagged [corruption]

215 questions
0
votes
1 answer

"Illegal characters in path (mscorlib)" when trying to Attach Database in SQL Server 2005

I am trying to Attach a database in SQL Server 2005, and get the following error: =================================== Illegal characters in path. (mscorlib) ------------------------------ Program Location: at…
Rob
  • 25
  • 1
  • 5
0
votes
1 answer

Is there any possible way for a VPN connection to result in corrupt file uploads?

Update w/actual answer: I selected the single answer below, because it encouraged looking deeper into actual machine, actual user, etc. The problem appears only in Microsoft Word files, and only for specific users. After watching the user behavior,…
rcampbell
  • 1,025
  • 4
  • 14
  • 24
0
votes
1 answer

iSCSI and NFS file locking and concurrency

I've got a linux host that need to mount a data share located on a NAS. The choice is between NFS v3 (NAS limitation) and iSCSI. The initial idea was to have a NFS mount to the file server that provide the samba mount points to the rest of the…
Vinnie
  • 105
  • 5
0
votes
2 answers

Jenkins SVN checkout borks new files

I am running a Jenkins CI server which polls an SVN server and checks out the (Maven) project and builds it. We have recently changed the build server and I set up Jenkins afresh with the few projects we have. Now this new instance has a major…
Stefan Seidel
  • 732
  • 1
  • 7
  • 20
0
votes
2 answers

MySQL: Increased buffer pool, ibdata1 corrupt?

I tried increasing innodb_buffer_pool_size via my.cnf from default 128m to 256m, but on restart attempt, mysql shutdown failed with: 130125 11:49:55 InnoDB: Initializing buffer pool, size = 256.0M 130125 11:49:55 InnoDB: Completed initialization of…
virtualeyes
  • 665
  • 3
  • 10
  • 28
0
votes
3 answers

Corrupted characters when in BIOS menu

I'm experiencing hardware problems with one of my machines. Ignoring the rest of the symptoms I was curious about one of them. When I enter the BIOS, random characters are screwed up... as in, replaced by random characters. What kind of hardware…
carrier
  • 292
  • 1
  • 3
  • 7
0
votes
2 answers

MySQL Tweaking for performance

[mysqld] myisam_repair_threads=4 key_buffer = 64M myisam_sort_buffer_size = 32M join_buffer_size = 2M read_buffer_size = 2M sort_buffer_size = 2M read_rnd_buffer_size = 2M table_cache = 1024 thread_cache_size = 16K wait_timeout = 20 connect_timeout…
Mike Janson
  • 277
  • 1
  • 5
  • 10
0
votes
3 answers

How can I prevent silent corruption on a dying hard drive?

With a drying drive (that has more and more bad sectors), on an ext4-journaled partition, a cp operation will sometimes complete without error, but the written data will either be wrong, or just won't be readable (Invalid Argument errors after…
Guillaume Boudreau
  • 634
  • 1
  • 5
  • 13
0
votes
1 answer

ran fsck on a mounted partition, now centos 5 won't boot

Yes, I very stupidly ran fsck on a mounted parition. Immediate regret. What's happening now is I see grub, it starts booting centos 5, then it says: bin/sh: ro: no such file or directory kernel panic I've booted with a clonezilla livecd and…
Fidel
  • 363
  • 1
  • 4
  • 18
0
votes
1 answer

Why would an ext3 filsystem be rolled back on a Debian VM running in VirtualBox after loss of power to the host

A Debian Virtual machine runs as a Guest VirtualBox VM. It's filesystem is EXT3. The host system loses power and after booting up the host system and guest VM, I find that the VM's filesystem has been rolled back to a previous state, losing changes…
Sevas
  • 249
  • 1
  • 6
0
votes
1 answer

Corrupt label; bad magic number

While trying to install Solaris 10 on a Sun Blade 2500 Silver, I got an error: OpenBoot indicates me a problem with the hard drive: "Corrupt label; bad magic number". Later, during the Solaris installation process, the hard drive is not…
Alexis Dufrenoy
  • 235
  • 1
  • 3
  • 11
0
votes
1 answer

strange usb file system corruption

We have a few X7DBT Supermicro motherboards that is using a Kingston DataTraveler 102 USB Flash Drive as a boot drive. The customer had 10 systems and they say that the site had a power failure. Once the power came back on, the 6 systems did not…
Trewq
  • 163
  • 5
0
votes
1 answer

Windows Server 2008 repair logonui.exe

I'm fairly certain some data on my server got corrupted and from a dialog box that popped up I think one of the things that got corrupted is logonui.exe I think this because while the server goes through BIOS and the windows loading splash screen,…
Josh R
  • 167
  • 3
  • 7
0
votes
1 answer

how to send a corrupt netbios packet

I want to send a corrupt netbios Session Service packet to my machine, My goal it to check whether my machine restarts or not upon receiving the corrupt netbios packet (this has happened before and I want to reproduce the same). I am using scapy…
Gaara
  • 109
  • 3
0
votes
2 answers

Moving files with batch files from one pc to a server, to a another pc - worried about disk corruption

I use scheduled tasks that calls a batch file, that calls more batch files to move about three files from a pc, to a server, then to multiple other pcs. It all happens very quickly, as they are small files. Are there any pitfalls for how fast these…
beauk
  • 13
  • 2