Touch permission denied. Next, we move it to /opt or /usr/local.
Touch permission denied. txt $ sudo chown root:root .
Touch permission denied May 19, 2017 · The problem is, that your user in the container has different userid:groupid as the user on the host. Jul 14, 2022 · hi. So the answer to this question depends on: The uid you are running commands as (this defaults to root, but can be overridden in your image with a USER command in the Dockerfile, or on the docker run cli, or within your docker-compose. Reload to refresh your session. Jun 2, 2020 · The mount completed successfully; however root does not have write permission for anything. I then created a csv sheet with the details for my own VCF file to test. exe try relaunching it as it wont get root privelages if u launched it before you used the sudo command Salut, Je voulais effectuer quelques test locaux en PHP, donc quelquechose de rapide et non sécurisé (http n'écoute que sur 127:0:0:1 par exemple), mais : je ne trouve pas une solution rapide qui fonctionne pour créer les fichiers . yml file). sudo touch /root/sample. So it seems that openssh on the phone doesn't have password authentication enabled. Aug 28, 2024 · “Permission Denied” errors in Linux can be frustrating, but understanding how to manage user permissions, ownership, and access rights effectively is key to resolving these issues. txt $ sudo bash -c "whoami | tee who. Nov 2, 2014 · Do i need some special permission for "touch" command? And as touch could not succeed myfile. But you can change it by restorecon. When I run make run Apr 29, 2022 · $ mkdir /tmp/data $ podman run -v /tmp/data:/data fedora touch /data/content touch: cannot touch '/data/content': Permission denied. – Nov 27, 2008 · However, when I change working directory to /home/photos and try to touch the file 'foo' (which does not exist), I get: Code: $ touch foo touch: cannot touch `foo': Permission denied Oct 31, 2017 · I am new to RedHat 7. txt: Permission denied In the test above the whoami | tee who. Root could not erase a file. " WarmongerX - 2016-03-17 I had a similar issue, turns out that a few of my Jul 4, 2023 · touch: /User/xxx/. bash_profile. Asking for help, clarification, or responding to other answers. stenwt opened this issue Feb 28, 2019 · 5 comments Comments. sh: line 34: . I am running everything in a docker container on my Linux box (Ubuntu 16. Though i have given super-user permission and password while running the above command. But any of those operations also involves access the files themselves within the directory, and for that, the x permission is needed. Mar 29, 2014 · The user must still be in the sudoers file. log': Operation not permitted chmod: changing permissions of `/var/log/mysqld. In this case we are adding the user:root rule that, in your case, since your host folder is under root, it should allow eluna-ts to write on the host folder. Jan 21, 2015 · I am trying to edit bash_profile file to add path to my sdk through the following command on my mac machine. 1) Last updated on OCTOBER 26, 2022. Would be really interested to know what might have caused this as I don't recall changing any settings, (at least not on purpose). log': Operation not permitted MySQL Daemon failed to start. $ cd /mnt/efs $ ls -al total 8 drwxr-xr-x 2 root root 6144 May 4 15:28 . The reason for this is, Mar 17, 2011 · $ git push ERROR: Permission to medero/cho. 環境構築中、よくこのエラー見ますよね。 よく見る割に「とりあえずsudoで無理やり対応」という雑な対応が多い気がしたので、 まずはパーミッションについて整理してみようと思いました。 前提 そもそも、linuxはみんなで使うものだった 今でこそ Oct 31, 2017 · I am new to RedHat 7. txt" > onlyroot. If the directory already contains files: sudo chown -R 1000 volume_dir This will store the jenkins data in /your/home on the host. env: Permission denied Unhandled Exception: System $ chmod -R 777 webapps temp logs work conf Is VERY dangerous, do not do it, did I write "not do it" ? DO NOT DO IT! Guess where your tomcat-users. The execute bit allows you to traverse the directory, access its files etc. 7. He meant that you set a default ACL, and default ACLs are inherited by new files within the directory. $ sudo mkdir temp mkdir: cannot create directory ‘temp’: Permission denied $ sudo touch test touch: cannot touch 'test': Permission denied Mar 16, 2023 · So I am using WSL, and I recently found the path to my Ubuntu files in Windows. So you now know that this is a privilege problem. Jan 27, 2022 · # bash command line at \hahaha (base) jovyan@4bcdaa228d9e:/hahaha$ touch test. I've created a Linux user, installed the latest updates and upgrades, and I know how to access the Windows files thro touch() used on a directory always returns FALSE and prints "Permission denied" on NTFS and FAT Filesystem (tested on winXP). txt: Permission denied" – beparas. txt # Output: # No output if the Apr 16, 2024 · You've provided no OS/release & file-system details. Provide details and share your research! But avoid …. Sep 18, 2019 · The excel is looking for a path to store the file temporarily before the data is imported. log': Permission denied chown: changing ownership of `/var/log/mysqld. txt" command from my embedded Linux board. I'm in the owning group, but as it has only read access touch is not able to update the file after creating it :) Jul 9, 2009 · run docker compose up again; Explanation: The docker-compose. Now, I cannot even set the permissions for these locked files. Jan 4, 2021 · You need to give yourself write permission on the directory where you’re trying to create files. 1. sudo chown 1000 /tmp/jenkins-test. me/unixandlinux if this video helped, you can buy me coffeebtc address(bitcoin network) : 18Le59m82Z4RRTEH8kNDeNVFzXzVnxH6Seusdt Oct 24, 2022 · 一、问题描述: 今天用docker容器做了个映射,在容器内部创建和修改文件的时候都提示没有权限,且创建文件时提示: touch: cannot touch ‘container. Modified 3 years, 10 months ago. Using commands like ‘ sudo’, ‘ chmod’ , and ‘ chown’ allows you to gain the necessary access and maintain a secure environment. Starting mysqld: [FAILED] Jan 2, 2022 · I'm not sure how you add aliases for different python versions or whether that should even be done, but I do know that using the "touch" command on the ". + add a note ファイルシステム 関数 - Installing symfony/finder (v2. Apr 16, 2024 · root@ubuntu:/sa/# touch test touch: cannot touch 'test': Permission denied ~# df -h /sa Filesystem Size Used Avail Use% Mounted on /dev/fuse 225T 201T 25T 90% /sa # ls -ld /sa drwx----- 1 root root 4096 Mar 23 2023 /sa # lsattr /sa lsattr: Function not implemented While reading flags on /sa/jour lsattr: Function not implemented While reading Sep 26, 2014 · Execute permission on the directory is required in order to specify a file name in the directory, but that alone does not permit "touch". Step 1: To fix "Reading A File: Permission Denied" on Linux, you can change the file's permissions using the chmod command. In the newer version, those libraries are renamed without the preceding "lib". Apr 1, 2024 · @steeldriver The complete output is mkdir: cannot create directory ‘test’: Permission denied. The ls -l command yields -rwxr-xr-x 1 root root 68096 Feb 7 2022 /usr/bin/mkdir so I should have the right to execute. communication is excellent between server-client, both running NFS vers=4) Encountered a similar problem today. txt bash: onlyroot. . Mar 13, 2023 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand May 27, 2015 · The touch operation cannot be the touch root cause of your issue, because as others have mentioned, it was already present (the only thing that was changed was the value of the modified time, not the action itself). env': Permission denied . Nov 27, 2008 · However, when I change working directory to /home/photos and try to touch the file 'foo' (which does not exist), I get: Code: $ touch foo touch: cannot touch `foo': Permission denied Oct 7, 2017 · touch: cannot touch 'file': permission denied Although I have 777 permissions on the dir where I am trying to create file but still not able to create file with one What u/woolfrom20 was trying to say is correct, but "mask" isn't the correct term (it has 2 potential meanings in this subject, and neither is relevant). In general, we download the tar. Oct 5, 2018 · touch: cannot touch '. Aug 8, 2022 · touchコマンドでカレントディレクトを作成しようとしたら、エラー発生、※ルートディレクトリ、カレントディレクトリ、大元ファイルPermission deniedパーミッションとは、linu… Jul 17, 2023 · You signed in with another tab or window. Originally, I created several files using the ' touch ' command and they were accessible in the home directory. touch and permission denied A backup program for disk arrays Permission denied [13/5]. We would like to show you a description here but the site won’t allow us. so you will have: Dec 2, 2013 · FuelPHPで Warning: touch(): Utime failed: Permission denied in 〜 smarty_internal_template. This file can be there because a users put it there to prevent highstate from running or because it never got cleaned up after a deploy. 「permission denied」が意味することとは? このエラーメッセージが表示された場合、ターミナルがアクセスしたいファイルにアクセスできないため、実行しようとしているコマンドを完了できないという意味です。. I chown'ed /media to my user account (alien) from root, and the permission problem wasn't solve either. STUCK? Telegram us https://t. profile:Permission denied解决办法. Hover the mouse over the git bash program and right-click. now the same compose wont work citing erro Aug 31, 2014 · I should add that I re-installed tcsh, and ran without a . 6) Downloading: 100% - Installing symfony/dom-crawler (v2. The "touch" command either updates the access time associated with the file/folder if the item already exists, or it creates the file it if does not May 8, 2013 · Error: The brew link step did not complete successfully The formula built, but is not symlinked into /usr/local You can try again using `brew link jpeg' Error: Permission denied - /usr/local/opt/jpeg touch: cannot touch ‘test’: Permission denied. tcshrc file (I moved it), the permissions denied issue is still a mystery. zshrc in the nano text editor:. txt was going to create a file named who. cannot touch file: No such file or directory for a specific file. /env. Solution 1: Changing File Permission. And the result I believe is the same as with the previous test: I tried these commands to add read and write permissions for all folders but it did not change anything. Aug 23, 2016 · I believe you're already at there root directory of your own session so you won't find anything with your name. I did my research. The GitHub runner uses the 3. log': Permission denied: massoo: Linux - General: 1: 08-01-2006 02:56 AM: permission denied writing to /tmp: rsteelman: Linux - General: 7: 02-06-2005 08:10 PM: knoppix Jan 15, 2024 · touch /root/sample. php. fatal: The remote end hung up unexpectedly 15. trace': Permission denied. I tried touch today on my root directory and I get permission denied as well but I can easily touch today after I have cd'ed in my home directory. Apart from its having been deleted as in maxschlepzig's example, this can only happen in weird circumstances like a misbehaving filesystem (your case), or perhaps a security mechanism like SELinux having made the directory invisible (I don't know if SELinux can actually produce this effect). Apr 9, 2024 · How to Fix - Reading A File: Permission Denied on Linux? Below are the solutions to resolve the “Reading A File: Permission Denied” problem in the Linux Operating System. touch hello should work. I am learning user management and file permission. x version while the latest (and what I had installed) is 5. $ touch . So add the username while root run the command visudo and add the user name what ever it is under root ALL=(ALL) ALL. xml is with your usernames and plain-text passwords ? Aug 7, 2017 · Can not create folder during image building with non root user added to sudoers group. I chmod'ed /media to 777 but no use. sh Aug 16, 2020 · Unix & Linux: touch: cannot touch test : Permission deniedThe Question: I am trying to create a file in a directory but I am getting:`touch`: cannot touch 't Sep 2, 2016 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Feb 18, 2011 · I found the reason, by fooling around. Oct 26, 2022 · Permissions Issue With NFS Mounted File System "touch: setting times of `foo': Permission denied" (Doc ID 1575824. 04 RUN apt-get update && \\ apt-get -y install sudo RUN ad May 6, 2021 · The recommended permission is "-rwx-----" to prevent possible unprivileged access to the data. I see some people online suggest setting RUNNER_ALLOW_RUNASROOT to get past this; but I feel like I must be doing something wrong. sudo touch ~/. Copy link Dec 23, 2017 · 開発中よく目にするエラー Permission denied. Oct 6, 2023 · 4. You should be able to touch today in your /home/. override. error: unable to crate file <path to file> (Permission denied) I think the problem might be that when I look at the properties of the folder there is a square inside the checkbox, I clear it out so that no files or folders will be read only. You do mention ubuntu-touch which is the Ubuntu Phone OS (it's now called Lomiri, but was Ubuntu Touch in the past). But the filepath leads to the system that maybe of Xampp or any other host that you are using which doesn't provide you the permission to write. Ask Question Asked 4 years, 5 months ago. Ask Question Asked 10 years, 10 months ago. If you run the container with --privileged, it works: $ podman run --privileged -v /tmp/data:/data fedora touch /data/content. If ur using FileExplorer. /install. May 7, 2022 · Click the Start icon and click in the Search box. ~/test1-> id uid=1000(plyons) gid=1000(plyo May 3, 2018 · In order to do that, I created a volume over the NFS and bound it to the POD through the related volume claim. UnauthorizedAccessException: Access to the path ‘/actions-runner/_diag’ is denied. 在我使用苹果电脑 MacBook Pro 2021款m1 pro时,运行idea某插件时. [syed1@localhost /]$ touch f1 touch: cannot touch ‘f1’: Permission denied Aug 3, 2023 · alien@R13:~$ touch /media/test touch: cannot touch '/media/test': Permission denied The problem is the same if I use "sudo" or "sudo su". touch: permission denied #219. chown user chmod o+w chmod ugo+rwx Apr 16, 2019 · try doing sudo again. txt': Permission denied Because of this, every tasks done in the container cannot be stored in the \hahaha and jupyterlabPermanent volume, and this means data saving is not working in this environment. sh . you have two possibilities: You can ensure that the user in the container has the same userid:groupid like the user on the host, which has access to the mounted volume. /onlyroot. Closed sjackman opened this issue Oct 5, 2018 · 10 comments Closed I figured this out by giving permission to the directory where I wanted to create a file, by using the following command: sudo chmod a+rwx <path-of-directory> Share Aug 10, 2023 · Saved searches Use saved searches to filter your results more quickly Jan 16, 2014 · The general case is the current directory not existing. – Feb 21, 2019 · The write permission bit allows you to update the directory listed, which is required for creating a file*, editing the name of a file, unlinking (deleting) a file. But it seems to me like it should. drwxr-xr-x 3 root root 4096 Jun 2 19:56 . Use the following command to open the . The following is the json file I used to create the volume: Oct 28, 2019 · This is simply the deploy command telling you that it can't highstate the host because the host has a file at the location /tmp/nosalt. 5. ls -l /usr/bin/touch yields similar -rwxr-xr-x 1 root root 92672 Feb 7 2022 /usr/bin/touch – Jan 23, 2021 · The problem is related to the . how to give permissions to normal user. 2、关闭selinux setenforce 0 当在Git Bash使用时遇到“Permission denied”错误时,可能是由于文件或目录权限设置不正确、用户权限不足或防火墙或安全软件的限制。 我们可以通过更改文件或目录的权限、更改Git配置或禁用防火墙或安全软件来解决这个问题。 Dec 20, 2014 · cameron@cameron-ubuntu:~$ ssh [email protected] Permission denied (publickey). yml allows you to extend the original docker-compose without modifying it. Cannot catch file creation with strace. It might be worth look at: Unable to create file /var/folders/ because Permission denied. As it's happening for the first time and never happened before. This will show the owner, group, and permission information for any file or directory. /etc/ssh/sshd_config from the phone is the default: Although the setting was done it raised additionally the PHP Exception: "Warning: touch(): Utime failed: Permission denied". 6) [ErrorException] touch(): Utime failed: Permission denied I've tried my best to find the reason but I'm unable to detect what's wrong. bash_profile" file is not the answer. Viewed 33k times For umask to affect only the touch command, use a subshell: (umask 066; touch private-file) (umask 0; touch world-writable-file) touch file-as-per-current-umask (note that in any case, if the file existed beforehand, touch will not change its permissions, just update its timestamps). 1、查看selinux状态: getenforce 2. It turns out that files are created with root as the owner and 755 for permissions. Aug 14, 2013 · NFS . Here is my Dockerfile: FROM ubuntu:16. git denied to mederot. however I had problem with os and reinstall. I renamed my user's home folder through Windows, and now I see the following: This message is shown once a day. txt touch: cannot touch 'test. After pressing ok and checking to see if Windows applied my changes, I see the square again! Dec 1, 2020 · I've got a quite strange problem with golang and Makefile (on Fedora 33). Understand the common causes and solut Mar 4, 2015 · add volume it failed, and remove volumes it works, how to save keys to my host directory? Oct 1, 2018 · [SOLVED] root denied permission to nfs mounted directory but user can read and write: qajaq: Linux - Networking: 2: 03-08-2016 09:53 AM 'Permission denied' on client of nfs-mounted directory: RileyTheWiley: Linux - Networking: 2: 01-20-2014 07:55 PM [SOLVED] Failure to mount external NTFS drive; permission denied: Admetus: Linux - Newbie: 1: 08 Mar 12, 2015 · touch: cannot touch `/var/log/mysqld. command. Commented Nov 14, 2022 at 11:01. Did not see my fix listed here, so I thought I'd share. Oct 1, 2012 · [SOLVED] group permissions: touch: cannot touch `filename': Permission denied: bartonski: Linux - General: 2: 11-27-2008 10:23 AM: touch: cannot touch `/var/log/mysqld. Looking forward to your replies. gz onto a temp directory and tar xzvf at the temp directory. Feb 15, 2013 · Can someone explain why I get permission denied when running touch -m on this file even though it is group writable and I can write to the file fine. go which should only print "Hello" to the console. [syed1@localhost /]$ touch f1 touch: cannot touch ‘f1’: Permission denied 最初にことあるごとにコマンドの実行結果がpermission deniedとなり、こやつは何ぞや、、、となっておりました。パーミション? なんか難しそう。。敷居高そうだと。しかし、しっかり勉強し… Dec 7, 2023 · Follow the step by step instructions below to remedy the Permission Denied error: Let’s start by checking what permissions are on the file by using the ls -l command. txt containing the word "root". Apr 13, 2023 · The w bit on a directory controls making changes to the list of filenames in the directory, so creating, renaming and removing files. At that time, if we use mv, SELinux context is not changed then permission denied happens. 04 LTS): docker run -ti --rm promregator/ Warning: touch(): Utime failed: Permission denied. Type git bash into the search box. I have setup my github username and github token: Apr 1, 2019 · touch: cannot touch '. path: Permission denied . Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. will do this for the current directory, and then. I got error, "touch: test. Modified 6 years, 6 months ago. Nov 14, 2022 · Run the "touch test. It's hasty and shows no function to it. My Makefile contains: run: go run main. 0 and later Oracle Cloud Infrastructure - Version N/A and later Linux x86 Linux x86-64 Symptoms Learn how to troubleshoot and resolve the "touch: cannot touch [filename]: Permission denied" error in Unix and Linux. – Aug 26, 2011 · Subject: touch: setting times of `file4': Permission denied; From: Tim Lank <timlank@xxxxxxxxxxx>; Date: Fri, 26 Aug 2011 09:19:05 -0400 etcdmain: cannot access data directory: open /var/etcd/data/. Specify the path to the file or directory as an argument: touch: cannot touch 'Dockerfile': Permission denied. Since you want to use the group permissions for this, sudo chmod g+w . Jul 29, 2023 · Command error: touch: cannot touch '. trace': Permission denied #142. Sep 5, 2019 · This is explained in the issue. However, be careful when using ‘sudo’, as it allows you to modify any part of the system. nano . Apr 6, 2021 · You signed in with another tab or window. Lets just have some typical usage of touch as expected: $ touch this $ sudo chown root this $ touch this touch: this: Permission denied Now what I want to do is change touch: this: Permission den Jul 1, 2021 · Change the permission of /etcd_data to 777 could fix the problem on my side. Turns out there's something called an immutable bit. You could give it a try. txt # Output: # touch: cannot touch '/root/sample. pid is not created and myfile folder is empty! EDIT: On doing a sudo touch and sudo chown i could create the file but i do not want to run as sudo! I am completely baffled here! Apr 7, 2018 · I have a strange issue here, where I don't see the point what it is going wrong. sh: line 39: . etcdmain: cannot access data directory: open /bitnami/etcd/data When I start the CI with gitlab-runner start as root, running commands such as apt-get update -qy gives me a Permission denied error, which results in the following message: ERROR: Build failed with: exit status 1 When I start the runner with gitlab-runner run, though, (both with --debug and without it) everything runs perfectly. You signed out in another tab or window. PHP Stack Exchange Network. It is something funny with my setup - I just wish I could figure out what tcsh is trying to run that it doesn't have permission to run (gdb being root). So that he can create a file. Even a root user cannot touch or make changes to a RO file-system and other file-system reasons. NET dependency. - touch: cannot touch `test': Permission denied djuarez2 Aug 14 2013 — edited Aug 15 2013 I setup a NFS SERVER with Solaris 10, (note: Network is fine. zshrc Feb 25, 2022 · System. txt': Permission denied To solve this issue, you can use the ‘sudo’ command to run ‘touch’ with root privileges. If we use cp -R, SELinux context is changed then permission denied does not happen. Applies to: Linux OS - Version Oracle Linux 6. Since the original permission is already 775, do you have some other suggestions on the permission issue @tokers Oct 10, 2020 · If you are using Apple Silicon and macOS Ventura, you can follow these steps:. May 9, 2019 · I've set up WSL (Windows Subsystem for Linux) on my Windows 10 to utilize Bash. Feb 13, 2017 · Docker runs commands as a linux user which is bound to linux filesystem permissions. bash_profile; open -e ~/. I used to have my tachidesk on docker using custom environment pointing to my mounted drive and it works. For "touch", you must be the owner of the file (as here), or have write permission, or be root. Here, navigate to the Name of the user and click the Read only or Read & Write option under the Privilege tab. Next, we move it to /opt or /usr/local. You will see the git bash in the search window. You switched accounts on another tab or window. 2. Open Terminal. When I try to write or accede the shared folder I got a "permission denied" message, since the NFS is apparently read-only. txt $ sudo chown root:root . And it turns back to 755 after a reboot. Jul 25, 2019 · Possible duplicate of Warning: touch(): Utime failed: Permission denied. txt’: Permission denied 二、解决方案 宿主机上的selinux未禁用,将其关闭即可 2. It opens the file in TextEdit but does not allow me to edit it. I am using the Sep 24, 2020 · It is never assumed a good point to change modification times, unless there is a need to file something in with others. Viewed 3k times 1 .
bfcc ylvckxm qdvxui nyghpu tqy ksqgv txa umr rvb qujqez
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}