Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 views

How to escape repair mode in laptop after hard restart

When I first open my laptop, At first I press sign in button on screen, it display error "the instruction at xxx referenced memory xxx. The required data was not placed into memory because of an ...
linhcheee's user avatar
0 votes
1 answer
74 views

Cassandra repair FAILED without ERROR log

I tried to repair a table using the command (version 4.0) nodetool repair -tr -inc -st -1013347141143265728 -et -1000918482763387932 keyspace table_name Then the console output stop at log below: [...
chen's user avatar
  • 29
0 votes
0 answers
240 views

CLI RPI: How to fdisk and defrag your flashdisk

Hey does anoybody knows a site or command to fdisk your flashcard on your raspberry? Secondly i want to defrag it. Anybody help? Greets, Wouter PS: It is mounted in this enclosure. You can always ask ...
Wouter van Wegen's user avatar
1 vote
3 answers
1k views

Looking to write a powershell script to run chkdsk and read results

I am trying to write a powershell script that will run chkdsk to determine if there is an error on the drive. If an error exist then it would run add the parameter /f and tell it to run on the next ...
user1011061's user avatar
1 vote
1 answer
107 views

Why Cassandra repair --partitioner-range requres to tun on each node of each datacenter in a cluster?

Why need to run nodetool repair -pr on each node of each DC? It is not needed when repair is run without -pr. Why it is different? As I understand difference is only in a number of token ranges - with ...
slalomoon's user avatar
1 vote
1 answer
1k views

Flyway - why all my schemas were deleted and how can i revert it

I was running a db repair command on my db, and surpassingly found out later that for each old migration version a new DELETE migration was created. It was only effecting the flyway_schema_history ...
Tom Carmi's user avatar
  • 584
0 votes
1 answer
224 views

Repairing corrupted JPEG images from character replacement

Recently I got some corrupted JPEG images after a mistakingly input command: ~$> sed -i 's/;/_/g' * After that, in the working directory and the subdirectories, Every byte '0x3b' in JPEG images ...
PARK Jae woo's user avatar
0 votes
1 answer
140 views

Can we deploy workloads and services on GKE when the cluster is in repair mode?

I deployed my GCP GKE cluster as a Stable channel with version 1.24.8-gke.401, it had 2 node-pools with e2-standard-32 and e2-medium sizes. Today I added a new node-pool with a size e2-standard-32 and ...
shehreen khan's user avatar
2 votes
1 answer
5k views

AttributeError: 'list' object has no attribute 'filter'

I want to run a repair job (MSCK REPAIR TABLE) in Azure Databricks, however I want to exclude 4 tables. What am I doing wrong? database = "az_shffs" tables = spark.catalog.listTables(...
kryprojon's user avatar
0 votes
1 answer
339 views

AHK open excel workbook and repair

hi can anyone help me with the below code, i have an excel sheet that i need to open and repair then save, i do this because it tends to break atlot. any help much appreciated ; Open the Excel ...
phill cook's user avatar
0 votes
2 answers
605 views

Apache Cassandra : Does running nodetool repair with the full option on one node sufficient, or must it be run on every single node? [closed]

We currently run nodetool repair with the -pr option on every single node every weekend , and as the literature suggests run the repairs with the full option once every month on all nodes . Is it ...
Ussewa's user avatar
  • 1
0 votes
0 answers
101 views

Screeps repairer code only fix a few pieces of wall

The problem mainly is the repairer will only fix a few pieces of wall, like one or two pieces. So, it don't make it work. If you have better ideas to add to the code or to fix it. Please write in the ...
W_P's user avatar
  • 1
0 votes
0 answers
265 views

Import of CSV file causes file repair in Excel

I discovered that the below code for importing a csv file into Excel corrupts the file structure and triggers file repair. The error message is "Repaired Records: External formula reference from /...
TommyBZ's user avatar
  • 35
2 votes
1 answer
597 views

Cassandra V3 : repair thread hangs when running on multiple nodes

Tech info : Cassandra version : 3.11.4. 2 datacenter, 54 nodes each, with 2 To on disk. RF : 3 for all keyspaces. Hello, everyone, I need some help on a puzzling repair issue on a Cassandra cluster, ...
LaurentD's user avatar
0 votes
1 answer
2k views

Cassandra Repair fails

Cassandra repair is failing to run with the below error on node 1. I earlier started multiple repair sessions in parallel by mistake. I find that there is a bug https://issues.apache.org/jira/browse/...
Radhika's user avatar
  • 423
0 votes
1 answer
818 views

PHP How to handle/parse csv files that have missing columns

I have many csv files generated by a third party, for which I have no say or control. So each day I must import these csv data to mysql. Some tables have correct matching number of columns to header. ...
crosenblum's user avatar
  • 1,917
2 votes
0 answers
310 views

How to fix python pip and pip3 returning "No module named 'concurrent'" upgrading

Everything was working fine then I upgraded my pip now anytime I run pip I get the error. running python 3.9.2 pip3 install pandas returns: Traceback (most recent call last): File "c:\python39\...
user16666480's user avatar
1 vote
2 answers
2k views

Windows Installer Service could not be accessed when I tried to install a msi file (Node.js)

If not mistaken,the error occured after I misclick a notification of a antivirus software that request for a permission.My computer is using Windows 10.May I know how to solve this problem?
Amoeba H's user avatar
1 vote
1 answer
171 views

repair connection in git repo and merge with old repo to preserve history

PROBLEM I have two code repositorys "REPO A" and "REPO B" which belong to the same project. In fact, REPO B is a continuation of REPO A and thus should include REPO A. I can not ...
nnako's user avatar
  • 141
1 vote
1 answer
811 views

Python Decode base64 to picture not working

I have got the following Base64 representation of an image I get send to my redis server from an application: https://1drv.ms/t/s!AkTtiXv5QMtWliMbeziGpd0t1EjW?e=JDHEkt Here's an excerpt of the data ...
Klaus Krawunkel's user avatar
1 vote
2 answers
2k views

Can't open a mongo connection

I'm using Windows and never had a problem with mongo before but now all a sudden I cannot open a connection. First I'd like to say that I have spent the past 2 hours trying to solve this issue. I ...
Holy Moeller's user avatar
-1 votes
1 answer
216 views

How to avoid full disk usage while runnnig repair in Cassandra?

I am running repair with -pr option. The issue which we are facing that when we trigger repair disk space usage reaches 100% on some nodes. I know running subrange repair is one option but we have not ...
Manish Khandelwal's user avatar
0 votes
3 answers
222 views

Visual Studio 2017 Error while trying to Repair

I am getting the error the form specified for the subject is not one supported or known by the specified trust provider VS 2017 while trying to Repair the Visual studio in my Windows 10 system. Even, ...
TARUN's user avatar
  • 241
0 votes
1 answer
160 views

mysql server crashes, and reported problems with a table

I have a large phpBB forum running on a Debian server. For the last couple of months, I get a periodic mySQL crash (approx every 10-14 days). This manifests itself by showing a "too many connection ...
user3204476's user avatar
1 vote
0 answers
344 views

About MongoDB repair's working (option, log, progress or so)

MongoDB was accidentally broken, and now in 'repair'. (wiredTiger, old version 3.6) In my case, repair work is more needed really for some instances, so if there is available option, I consider to ...
JW Kim's user avatar
  • 15
1 vote
2 answers
838 views

Upgrade is not working at all, installing another version of application (Wixsharp, custom Bootstrapper)

I'm new to wix/wixsharp and bootstrapper. I created an installer and providing ProductID, UpgradeCode and version. Installer is working fine but when I'm creating new installer and giving different ...
Mayank Tripathi's user avatar
0 votes
0 answers
1k views

MS SQL Server fix consistency errors in TFS 2017 database for index plan_persist_runtime_stats_cidx

We have an instance of TFS 2017 installed which is reporting some consistency errors in one of our TFS Collection databases and we're having issues trying to repair it. The first line in our error ...
Karl's user avatar
  • 956
0 votes
0 answers
230 views

WiX: How to call UAC on "Repair"?

How can I show privilege escalation window on button "Repair"? <Control Id="RepairButton" ElevationShield="yes" Type="PushButton" X="40" Y="118" Width="80" Height="17" ToolTip="!(loc....
BERR's user avatar
  • 11
0 votes
1 answer
2k views

Disable MSI auto-repair on installed program

I've seen tons of people post about this issue but have yet to find a solution. I have a program that every once and a while will have an issue where the windows installer tries to repair the program, ...
user185813's user avatar
0 votes
0 answers
69 views

Rebuilding a MySQL database after reinstalling XAMPP

EDIT: Nbk suggested stackoverflow.com/a/46970116/5193536 which looked pretty good if I had not accidentally deleted one of the relevant files! =========================================================...
BeNice's user avatar
  • 2,285
0 votes
0 answers
388 views

Is it possible to restore mongodb database after removing and restarting mongo docker container?

I have a mongodb container with the db set to my local data folder using volume: ./data :/data/db. After restarts it was working OK but after I removed the container with docker rm mongo and restarted,...
roland_katona's user avatar
0 votes
1 answer
424 views

Compact and Repair Back-End Database on Shortcut

I created a shortcut which opens and compacts my back-end database and then closes it. The problem is that if someone has the database open, it throws a warning that a user is using the database. Is ...
Carlos Negron's user avatar
1 vote
1 answer
919 views

How to repair cassandra nodes

I have a cassandra cluster with two datacenters. In datacenter 2 I have a keyspace with replication factor 3. I want to repair all keyspaces in datacenter 2. I have tried to run: nodetool repair --...
pmla's user avatar
  • 15
1 vote
1 answer
1k views

how to configure and run Reaper to repair cassandra in linux( centos environment)

I'm trying to install and run Reaper 1.4 on my centos VM. And followed the same installation step as in given video (https://www.youtube.com/watch?v=0dub29BgwPI), but still no success in getting ...
Parul Chourasia's user avatar
1 vote
1 answer
138 views

how to first Uninstall backgroud process which is using application when repair/remove of application in msi installer

I have added custom action "Install" in the installer to run ProcessMonitor.exe at the background. ProcessMonitor is an application which examines my application and deletes unwanted/temporary files. ...
pranjali desai's user avatar
1 vote
1 answer
87 views

Executing code/script during windows startup repair

My question sounds pretty simple, but the answer to it is very difficult for me to find myself. The question is as follows: Is it possible to somehow execute your code / script during the execution of ...
Alex Nemkovich's user avatar
1 vote
1 answer
69 views

Better way to use repair with cassandra db

evebody. After migrated a new cluster cassandra, I will need to repair the nodes. What the better sintax to use in this case? -pr , -seq or -full? And the maintaince weekly? -pr ou -seq? The -pr i ...
Rodrigo Oliveira's user avatar
3 votes
2 answers
800 views

Nodetool repair - how to automate on linux & actions during repair

Currently, I'm running once a week manually nodetool repair (while no action is happening to the cassandra nodes (nothing is inserted, e.t.c.)). Just wondering, if I can run nodetool repair, while ...
Patiss's user avatar
  • 187
0 votes
1 answer
293 views

Button is not relocating to center of image when I resize browser

I've been trying to fix this for a while. I have an image right under my navigation bar and I placed a button right in the middle of that image. The problem is that whenever I resize the browser the ...
Rafael Arias's user avatar
-1 votes
2 answers
6k views

Repair/Recover data from MySQL database

I have a big problem with a MySQL database stored on my raspberry (InnoDB engine). I'm not very expert in this field but I'll try to explain to you the problem. MySQL crash everytime that I try to ...
diegocom's user avatar
  • 338
1 vote
0 answers
516 views

Repair a hg repo with broken origin?

Not sure how I did it, but I broke my mercurial repo at rev 0... checking files WeberVent/Inc/stm32f0xx_it.h@0: 76907c5d3471 not in manifests WeberVent/Inc/stm32f0xx_it.h@0: unpacking 76907c5d3471: ...
Thor Johnson's user avatar
0 votes
1 answer
182 views

Installshield 2015 msi when recompiled repair does not recognize existing installed version

I have an install script MSI project created using Install shield 2015 professional edition. Using the MSI that I created I am able to Install, Repair and uninstall within the same build. But as soon ...
Prasad C's user avatar
1 vote
1 answer
305 views

Cassandra DSC repair after very long time

I have a small cassandra DSC 2.2.8 cluster with 4 nodes that is for a long time now in service (more than 6 months). I have never run repair again and I am afraid that there may be deleted data ...
Manos K's user avatar
  • 33
0 votes
1 answer
2k views

Mongod unclean shutdown

new to this ..so my MONGOD unexpectedly shutdown and i can't seem to repair it ..this is what i see when i try to start up ./mongod **2018-04-21T19:59:06.237+0000 ** WARNING: --rest is specified ...
Azeeo's user avatar
  • 3
2 votes
1 answer
1k views

cassandra: scheduling nodetool repair best practice

I have several questions regarding to nodetool repair and its scheduling. Assumption: use partitioner ranges option (-pr) use parallel repair GCgracesecodns is default (10 days) Q1. what's the ...
simotunes's user avatar
  • 187
1 vote
1 answer
147 views

Repair database based on two tables

I came back here for another question related to my previous ones. A while ago I created a simple web products parser app which helped me to save some prices on different websites and do some ...
Bobytza's user avatar
  • 35
0 votes
1 answer
244 views

Why volume of the table increase during repairing cassandra

when i start to repair the table in cassandra cluster until repair is completed, volume of the table increases extremely. This issue is more serious when the volume of the table is higher and causes ...
Hossein Yousefi's user avatar
0 votes
0 answers
2k views

MS SQL DBCC CHECKDB page ID (1:xxx) contains an incorrect page ID

Fistly, yes I'm aware that there are two options 1) is to restore or 2) run DBCC with allow data loss. But I'd like to understand what exactly is corrupted and what possible data loss could be. From ...
Jack0fshad0ws's user avatar
0 votes
1 answer
365 views

Repair after/before decommissioning in Cassandra?

We're planning to decommission few nodes from our Apache Cassandra 2.2.8 cluster, do we need to do repair after decommission or before decommission? or no need of repair at all in this case?
KISHOR's user avatar
  • 31
11 votes
5 answers
31k views

fix btrfs "btrfs parent transid verify failed on ..."

btrfs fi show displays all btrfs file system but also a lot of errors like: parent transid verify failed on 109973766144 wanted 1823 found 1821 The filesystem can still be unmounted and remounted.
Per's user avatar
  • 413