Cannot access gitea Dashboard by HTTP after update (from 1.12.5 to 1.14.5) #7644

Closed
opened 2025-11-02 07:32:16 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @TitaneBoy on GitHub (Jul 31, 2021).

  • Gitea version (or commit ref): 1.14.5 (linux-arm-6)

  • Git version: 2.11.0

  • Operating system: Raspbian GNU/Linux 9.13 (stretch)

  • Database (use [x]):

    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:

    • Yes (provide example URL)
    • No
  • Log gist:

Description

Hi. I was trying to update my gitea version installed on my raspberry pi 3, Model B. I was following the steps described here:
https://docs.gitea.io/en-us/install-from-binary/#updating-to-a-new-version

So First, I've done a backup of my data, as recommanded. After that, I've downloaded the binary for your store located here: https://dl.gitea.io/gitea/1.14.5

I took the "gitea-1.14.5-linux-arm-6.xz" file, extracted the content and renamed the binary to "gitea". I stopped my gitea service with the command sudo systemctl stop gitea, renamed the old binary just to keep a backup of it, put the new 1.14.5 binary (renamed for "gitea") at the same directory, and restarted the service with the following command: sudo systemctl restart gitea

The process seems to run
image

but when trying to access to the gitea's Web Server, I have an "ERR_CONNECTION_REFUSED" error in my browser. The uRL I am using is the same as before: my.target.ip:3000 (more precisely: http://192.168.0.18:3000/)

The binary has the same permissions as the old one:

image

I don't know If I've done something special or something wrong before, but I cannot see any new logs in files. The last logs I have in the gitea.log file has a timestamp set to "2020/10/25 02:15:19" I don't see any log data in the http.log file. All the logs file seems to be modified from October 2020

image

This is my "log" configs in the app.ini file

image

When restarting the service, nothing special appears on the console.

image

Can you help me please to resolve this ? Thank you in advance

Originally created by @TitaneBoy on GitHub (Jul 31, 2021). - Gitea version (or commit ref): 1.14.5 (linux-arm-6) - Git version: 2.11.0 - Operating system: Raspbian GNU/Linux 9.13 (stretch) - Database (use `[x]`): - [ ] PostgreSQL - [X] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [X] No - Log gist: ## Description Hi. I was trying to update my gitea version installed on my raspberry pi 3, Model B. I was following the steps described here: https://docs.gitea.io/en-us/install-from-binary/#updating-to-a-new-version So First, I've done a backup of my data, as recommanded. After that, I've downloaded the binary for your store located here: https://dl.gitea.io/gitea/1.14.5 I took the "gitea-1.14.5-linux-arm-6.xz" file, extracted the content and renamed the binary to "gitea". I stopped my gitea service with the command ``` sudo systemctl stop gitea```, renamed the old binary just to keep a backup of it, put the new 1.14.5 binary (renamed for "gitea") at the same directory, and restarted the service with the following command: ``` sudo systemctl restart gitea``` The process seems to run ![image](https://user-images.githubusercontent.com/15614466/127745043-613d530c-0ae8-4620-a347-746b3365af33.png) but when trying to access to the gitea's Web Server, I have an "ERR_CONNECTION_REFUSED" error in my browser. The uRL I am using is the same as before: my.target.ip:3000 (more precisely: http://192.168.0.18:3000/) The binary has the same permissions as the old one: ![image](https://user-images.githubusercontent.com/15614466/127745086-33ff53fb-e19b-4fc9-8c2c-84b470226ffd.png) I don't know If I've done something special or something wrong before, but I cannot see any new logs in files. The last logs I have in the gitea.log file has a timestamp set to "2020/10/25 02:15:19" I don't see any log data in the http.log file. All the logs file seems to be modified from October 2020 ![image](https://user-images.githubusercontent.com/15614466/127745188-f7905d26-f70f-4693-8ed2-a13ddb2c1a35.png) This is my "log" configs in the app.ini file ![image](https://user-images.githubusercontent.com/15614466/127745202-c14a584f-1a6e-4fa5-a391-6eb203fd53ff.png) When restarting the service, nothing special appears on the console. ![image](https://user-images.githubusercontent.com/15614466/127745315-09c52667-f64d-414a-8047-f0ab3ac77a45.png) Can you help me please to resolve this ? Thank you in advance
GiteaMirror added the issue/needs-feedback label 2025-11-02 07:32:16 -06:00
Author
Owner

@zeripath commented on GitHub (Aug 2, 2021):

the systemd journalctl should have some information about why things are failing to start.

@zeripath commented on GitHub (Aug 2, 2021): the systemd journalctl should have some information about why things are failing to start.
Author
Owner

@TitaneBoy commented on GitHub (Aug 5, 2021):

Hi...Thanks for the suggestion...This is what I got... It is repeating the same thing indefinitely

Aug 04 22:15:42 raspberrypi sudo[18715]: philoufelin : TTY=pts/0 ; PWD=/home/philoufelin/gitea_wrksp/gitea ; USER=root ; COMMAND=/bin/systemctl restart gitea
Aug 04 22:15:42 raspberrypi sudo[18715]: pam_unix(sudo:session): session opened for user root by philoufelin(uid=0)
Aug 04 22:15:42 raspberrypi systemd[1]: Started Gitea (Git with a cup of tea).
Aug 04 22:15:42 raspberrypi sudo[18715]: pam_unix(sudo:session): session closed for user root
Aug 04 22:15:42 raspberrypi kernel: [UFW BLOCK] IN=eth0 OUT= MAC=b8:27:eb:a8:a0:f5:02:00:00:00:00:04:08:00:45:00:00:47:e8:fc:40:00:40:11:d0:45 SRC=192.168.0.1 DST=192.168.0.18 LEN=71 TOS=0x00 PREC=0x00 TTL=64 ID=59644 DF PROTO=UDP SPT=52496 DPT=5353 LEN=51
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 cmd/web.go:82:runWeb() [I] Starting Gitea on PID: 18721
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 cmd/web.go:126:runWeb() [I] Global init
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:134:GlobalInit() [T] AppPath: /home/philoufelin/gitea_wrksp/gitea/gitea
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:135:GlobalInit() [T] AppWorkPath: /home/philoufelin/gitea_wrksp/gitea
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:136:GlobalInit() [T] Custom path: /home/philoufelin/gitea_wrksp/gitea/custom
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:137:GlobalInit() [T] Log path: /home/philoufelin/gitea_wrksp/gitea/log
Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:49:checkRunMode() [I] Run Mode: Prod
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...dules/setting/log.go:287:newLogService() [I] Gitea v1.14.5 built with GNU Make 4.1, go1.16.6 : bindata, sqlite, sqlite_unlock_notify
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: Console(Console:debug)
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...dules/setting/log.go:250:generateNamedLogger() [I] Router Log: Console(console:debug)
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/setting/cache.go:73:newCacheService() [I] Cache Service Enabled
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/setting/cache.go:88:newCacheService() [I] Last Commit Cache Service Enabled
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/storage/storage.go:158:initAttachments() [I] Initialising Attachment storage with type:
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/attachments
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/storage/storage.go:152:initAvatars() [I] Initialising Avatar storage with type:
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/avatars
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/storage/storage.go:170:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/repo-avatars
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/storage/storage.go:164:initLFS() [I] Initialising LFS storage with type:
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/lfs
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ue/queue_bytefifo.go:96:Run() [D] level: push_update-level Starting
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ue/queue_bytefifo.go:96:Run() [D] level: notification-service-level Starting
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:150:GlobalInit() [I] SQLite3 Supported
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:68:initDBEngine() [I] Beginning ORM engine initialization.
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #1/10...
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #1/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #2/10...
Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #2/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:15:49 raspberrypi gitea[18721]: 2021/08/04 22:15:49 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #3/10...
Aug 04 22:15:49 raspberrypi gitea[18721]: 2021/08/04 22:15:49 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:15:50 raspberrypi gitea[18721]: 2021/08/04 22:15:50 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:15:50 raspberrypi gitea[18721]: 2021/08/04 22:15:50 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:50 raspberrypi gitea[18721]: 2021/08/04 22:15:50 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #3/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:50 raspberrypi gitea[18721]: 2021/08/04 22:15:50 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #4/10...
Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #4/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #5/10...
Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #5/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #6/10...
Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #6/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #7/10...
Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #7/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #8/10...
Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #8/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #9/10...
Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #9/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #10/10...
Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 routers/init.go:157:GlobalInit() [F] ORM engine initialization failed: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:11 raspberrypi systemd[1]: gitea.service: Main process exited, code=exited, status=1/FAILURE
Aug 04 22:16:11 raspberrypi systemd[1]: gitea.service: Unit entered failed state.
Aug 04 22:16:11 raspberrypi systemd[1]: gitea.service: Failed with result 'exit-code'.
Aug 04 22:16:13 raspberrypi systemd[1]: gitea.service: Service hold-off time over, scheduling restart.
Aug 04 22:16:13 raspberrypi systemd[1]: Stopped Gitea (Git with a cup of tea).
Aug 04 22:16:13 raspberrypi systemd[1]: Started Gitea (Git with a cup of tea).
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 cmd/web.go:82:runWeb() [I] Starting Gitea on PID: 18740
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 cmd/web.go:126:runWeb() [I] Global init
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:134:GlobalInit() [T] AppPath: /home/philoufelin/gitea_wrksp/gitea/gitea
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:135:GlobalInit() [T] AppWorkPath: /home/philoufelin/gitea_wrksp/gitea
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:136:GlobalInit() [T] Custom path: /home/philoufelin/gitea_wrksp/gitea/custom
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:137:GlobalInit() [T] Log path: /home/philoufelin/gitea_wrksp/gitea/log
Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:49:checkRunMode() [I] Run Mode: Prod
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...dules/setting/log.go:287:newLogService() [I] Gitea v1.14.5 built with GNU Make 4.1, go1.16.6 : bindata, sqlite, sqlite_unlock_notify
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: Console(Console:debug)
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...dules/setting/log.go:250:generateNamedLogger() [I] Router Log: Console(console:debug)
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/setting/cache.go:73:newCacheService() [I] Cache Service Enabled
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/setting/cache.go:88:newCacheService() [I] Last Commit Cache Service Enabled
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/storage/storage.go:158:initAttachments() [I] Initialising Attachment storage with type:
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/attachments
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/storage/storage.go:152:initAvatars() [I] Initialising Avatar storage with type:
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/avatars
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/storage/storage.go:170:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/repo-avatars
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/storage/storage.go:164:initLFS() [I] Initialising LFS storage with type:
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/lfs
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ue/queue_bytefifo.go:96:Run() [D] level: push_update-level Starting
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ue/queue_bytefifo.go:96:Run() [D] level: notification-service-level Starting
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:150:GlobalInit() [I] SQLite3 Supported
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:68:initDBEngine() [I] Beginning ORM engine initialization.
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #1/10...
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #1/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #2/10...
Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #2/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #3/10...
Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #3/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #4/10...
Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #4/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #5/10...
Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #5/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:27 raspberrypi kernel: [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:02:00:00:00:00:04:08:00:46:c0:00:24:00:00:00:00:01:02:83:69 SRC=192.168.0.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=0 PROTO=2
Aug 04 22:16:29 raspberrypi gitea[18740]: 2021/08/04 22:16:29 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #6/10...
Aug 04 22:16:29 raspberrypi gitea[18740]: 2021/08/04 22:16:29 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:29 raspberrypi gitea[18740]: 2021/08/04 22:16:29 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:30 raspberrypi gitea[18740]: 2021/08/04 22:16:30 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:30 raspberrypi gitea[18740]: 2021/08/04 22:16:30 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #6/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:30 raspberrypi gitea[18740]: 2021/08/04 22:16:30 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #7/10...
Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #7/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #8/10...
Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #8/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #9/10...
Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #9/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #10/10...
Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 routers/init.go:157:GlobalInit() [F] ORM engine initialization failed: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:42 raspberrypi systemd[1]: gitea.service: Main process exited, code=exited, status=1/FAILURE
Aug 04 22:16:42 raspberrypi systemd[1]: gitea.service: Unit entered failed state.
Aug 04 22:16:42 raspberrypi systemd[1]: gitea.service: Failed with result 'exit-code'.
Aug 04 22:16:44 raspberrypi systemd[1]: gitea.service: Service hold-off time over, scheduling restart.
Aug 04 22:16:44 raspberrypi systemd[1]: Stopped Gitea (Git with a cup of tea).
Aug 04 22:16:44 raspberrypi systemd[1]: Started Gitea (Git with a cup of tea).
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 cmd/web.go:82:runWeb() [I] Starting Gitea on PID: 18756
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 cmd/web.go:126:runWeb() [I] Global init
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:134:GlobalInit() [T] AppPath: /home/philoufelin/gitea_wrksp/gitea/gitea
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:135:GlobalInit() [T] AppWorkPath: /home/philoufelin/gitea_wrksp/gitea
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:136:GlobalInit() [T] Custom path: /home/philoufelin/gitea_wrksp/gitea/custom
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:137:GlobalInit() [T] Log path: /home/philoufelin/gitea_wrksp/gitea/log
Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:49:checkRunMode() [I] Run Mode: Prod
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...dules/setting/log.go:287:newLogService() [I] Gitea v1.14.5 built with GNU Make 4.1, go1.16.6 : bindata, sqlite, sqlite_unlock_notify
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: Console(Console:debug)
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...dules/setting/log.go:250:generateNamedLogger() [I] Router Log: Console(console:debug)
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/setting/cache.go:73:newCacheService() [I] Cache Service Enabled
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/setting/cache.go:88:newCacheService() [I] Last Commit Cache Service Enabled
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/storage/storage.go:158:initAttachments() [I] Initialising Attachment storage with type:
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/attachments
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/storage/storage.go:152:initAvatars() [I] Initialising Avatar storage with type:
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/avatars
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/storage/storage.go:170:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/repo-avatars
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/storage/storage.go:164:initLFS() [I] Initialising LFS storage with type:
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/lfs
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ue/queue_bytefifo.go:96:Run() [D] level: push_update-level Starting
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ue/queue_bytefifo.go:96:Run() [D] level: notification-service-level Starting
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:150:GlobalInit() [I] SQLite3 Supported
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:68:initDBEngine() [I] Beginning ORM engine initialization.
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #1/10...
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #1/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes
Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds
Aug 04 22:16:47 raspberrypi sudo[18772]: philoufelin : TTY=pts/0 ; PWD=/home/philoufelin/gitea_wrksp/gitea ; USER=root ; COMMAND=/bin/systemctl stop gitea
Aug 04 22:16:47 raspberrypi sudo[18772]: pam_unix(sudo:session): session opened for user root by philoufelin(uid=0)
Aug 04 22:16:47 raspberrypi systemd[1]: Stopping Gitea (Git with a cup of tea)...
Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...eful/manager_unix.go:127:handleSignals() [W] PID 18756. Received SIGTERM. Shutting down...
Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...ue/queue_bytefifo.go:194:Shutdown() [D] level: push_update-level Shutdown
Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...ueue_disk_channel.go:243:Shutdown() [D] PersistableChannelQueue: push_update Shutdown
Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...ue/queue_bytefifo.go:194:Shutdown() [D] level: notification-service-level Shutdown
Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...ueue_disk_channel.go:243:Shutdown() [D] PersistableChannelQueue: notification-service Shutdown
Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 .../graceful/manager.go:217:doHammerTime() [W] Setting Hammer condition
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 .../graceful/manager.go:231:doTerminate() [W] Terminating
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:194:Shutdown() [D] level: push_update-level Shutdown
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:216:Terminate() [D] level: push_update-level Closing with 0 tasks left in queue
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:194:Shutdown() [D] level: notification-service-level Shutdown
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:216:Terminate() [D] level: notification-service-level Closing with 0 tasks left in queue
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:221:Terminate() [D] level: push_update-level Terminated
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ueue_disk_channel.go:256:Terminate() [D] PersistableChannelQueue: push_update Terminated
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:221:Terminate() [D] level: notification-service-level Terminated
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ueue_disk_channel.go:256:Terminate() [D] PersistableChannelQueue: notification-service Terminated
Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 routers/init.go:157:GlobalInit() [F] ORM engine initialization failed: Aborted due to shutdown:
Aug 04 22:16:48 raspberrypi gitea[18756]:         in retry ORM engine initialization
Aug 04 22:16:48 raspberrypi systemd[1]: gitea.service: Main process exited, code=exited, status=1/FAILURE
Aug 04 22:16:48 raspberrypi systemd[1]: Stopped Gitea (Git with a cup of tea).
Aug 04 22:16:48 raspberrypi systemd[1]: gitea.service: Unit entered failed state.
Aug 04 22:16:48 raspberrypi systemd[1]: gitea.service: Failed with result 'exit-code'.
Aug 04 22:16:48 raspberrypi sudo[18772]: pam_unix(sudo:session): session closed for user root

@TitaneBoy commented on GitHub (Aug 5, 2021): Hi...Thanks for the suggestion...This is what I got... It is repeating the same thing indefinitely ``` Aug 04 22:15:42 raspberrypi sudo[18715]: philoufelin : TTY=pts/0 ; PWD=/home/philoufelin/gitea_wrksp/gitea ; USER=root ; COMMAND=/bin/systemctl restart gitea Aug 04 22:15:42 raspberrypi sudo[18715]: pam_unix(sudo:session): session opened for user root by philoufelin(uid=0) Aug 04 22:15:42 raspberrypi systemd[1]: Started Gitea (Git with a cup of tea). Aug 04 22:15:42 raspberrypi sudo[18715]: pam_unix(sudo:session): session closed for user root Aug 04 22:15:42 raspberrypi kernel: [UFW BLOCK] IN=eth0 OUT= MAC=b8:27:eb:a8:a0:f5:02:00:00:00:00:04:08:00:45:00:00:47:e8:fc:40:00:40:11:d0:45 SRC=192.168.0.1 DST=192.168.0.18 LEN=71 TOS=0x00 PREC=0x00 TTL=64 ID=59644 DF PROTO=UDP SPT=52496 DPT=5353 LEN=51 Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 cmd/web.go:82:runWeb() [I] Starting Gitea on PID: 18721 Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0 Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 cmd/web.go:126:runWeb() [I] Global init Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0 Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:134:GlobalInit() [T] AppPath: /home/philoufelin/gitea_wrksp/gitea/gitea Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:135:GlobalInit() [T] AppWorkPath: /home/philoufelin/gitea_wrksp/gitea Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:136:GlobalInit() [T] Custom path: /home/philoufelin/gitea_wrksp/gitea/custom Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:137:GlobalInit() [T] Log path: /home/philoufelin/gitea_wrksp/gitea/log Aug 04 22:15:42 raspberrypi gitea[18721]: 2021/08/04 22:15:42 routers/init.go:49:checkRunMode() [I] Run Mode: Prod Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...dules/setting/log.go:287:newLogService() [I] Gitea v1.14.5 built with GNU Make 4.1, go1.16.6 : bindata, sqlite, sqlite_unlock_notify Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: Console(Console:debug) Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...dules/setting/log.go:250:generateNamedLogger() [I] Router Log: Console(console:debug) Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/setting/cache.go:73:newCacheService() [I] Cache Service Enabled Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/setting/cache.go:88:newCacheService() [I] Last Commit Cache Service Enabled Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/storage/storage.go:158:initAttachments() [I] Initialising Attachment storage with type: Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/attachments Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/storage/storage.go:152:initAvatars() [I] Initialising Avatar storage with type: Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/avatars Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/storage/storage.go:170:initRepoAvatars() [I] Initialising Repository Avatar storage with type: Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/repo-avatars Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...s/storage/storage.go:164:initLFS() [I] Initialising LFS storage with type: Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/lfs Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ue/queue_bytefifo.go:96:Run() [D] level: push_update-level Starting Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ue/queue_bytefifo.go:96:Run() [D] level: notification-service-level Starting Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:150:GlobalInit() [I] SQLite3 Supported Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:68:initDBEngine() [I] Beginning ORM engine initialization. Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #1/10... Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #1/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:43 raspberrypi gitea[18721]: 2021/08/04 22:15:43 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #2/10... Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #2/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:46 raspberrypi gitea[18721]: 2021/08/04 22:15:46 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:15:49 raspberrypi gitea[18721]: 2021/08/04 22:15:49 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #3/10... Aug 04 22:15:49 raspberrypi gitea[18721]: 2021/08/04 22:15:49 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:15:50 raspberrypi gitea[18721]: 2021/08/04 22:15:50 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:15:50 raspberrypi gitea[18721]: 2021/08/04 22:15:50 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:50 raspberrypi gitea[18721]: 2021/08/04 22:15:50 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #3/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:50 raspberrypi gitea[18721]: 2021/08/04 22:15:50 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #4/10... Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #4/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:53 raspberrypi gitea[18721]: 2021/08/04 22:15:53 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #5/10... Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #5/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:56 raspberrypi gitea[18721]: 2021/08/04 22:15:56 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #6/10... Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #6/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:15:59 raspberrypi gitea[18721]: 2021/08/04 22:15:59 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #7/10... Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #7/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:02 raspberrypi gitea[18721]: 2021/08/04 22:16:02 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #8/10... Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #8/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:05 raspberrypi gitea[18721]: 2021/08/04 22:16:05 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #9/10... Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #9/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:08 raspberrypi gitea[18721]: 2021/08/04 22:16:08 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #10/10... Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:11 raspberrypi gitea[18721]: 2021/08/04 22:16:11 routers/init.go:157:GlobalInit() [F] ORM engine initialization failed: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:11 raspberrypi systemd[1]: gitea.service: Main process exited, code=exited, status=1/FAILURE Aug 04 22:16:11 raspberrypi systemd[1]: gitea.service: Unit entered failed state. Aug 04 22:16:11 raspberrypi systemd[1]: gitea.service: Failed with result 'exit-code'. Aug 04 22:16:13 raspberrypi systemd[1]: gitea.service: Service hold-off time over, scheduling restart. Aug 04 22:16:13 raspberrypi systemd[1]: Stopped Gitea (Git with a cup of tea). Aug 04 22:16:13 raspberrypi systemd[1]: Started Gitea (Git with a cup of tea). Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 cmd/web.go:82:runWeb() [I] Starting Gitea on PID: 18740 Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0 Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 cmd/web.go:126:runWeb() [I] Global init Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0 Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:134:GlobalInit() [T] AppPath: /home/philoufelin/gitea_wrksp/gitea/gitea Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:135:GlobalInit() [T] AppWorkPath: /home/philoufelin/gitea_wrksp/gitea Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:136:GlobalInit() [T] Custom path: /home/philoufelin/gitea_wrksp/gitea/custom Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:137:GlobalInit() [T] Log path: /home/philoufelin/gitea_wrksp/gitea/log Aug 04 22:16:13 raspberrypi gitea[18740]: 2021/08/04 22:16:13 routers/init.go:49:checkRunMode() [I] Run Mode: Prod Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...dules/setting/log.go:287:newLogService() [I] Gitea v1.14.5 built with GNU Make 4.1, go1.16.6 : bindata, sqlite, sqlite_unlock_notify Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: Console(Console:debug) Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...dules/setting/log.go:250:generateNamedLogger() [I] Router Log: Console(console:debug) Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/setting/cache.go:73:newCacheService() [I] Cache Service Enabled Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/setting/cache.go:88:newCacheService() [I] Last Commit Cache Service Enabled Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/storage/storage.go:158:initAttachments() [I] Initialising Attachment storage with type: Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/attachments Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/storage/storage.go:152:initAvatars() [I] Initialising Avatar storage with type: Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/avatars Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/storage/storage.go:170:initRepoAvatars() [I] Initialising Repository Avatar storage with type: Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/repo-avatars Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...s/storage/storage.go:164:initLFS() [I] Initialising LFS storage with type: Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/lfs Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ue/queue_bytefifo.go:96:Run() [D] level: push_update-level Starting Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ue/queue_bytefifo.go:96:Run() [D] level: notification-service-level Starting Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:150:GlobalInit() [I] SQLite3 Supported Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:68:initDBEngine() [I] Beginning ORM engine initialization. Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #1/10... Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #1/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:14 raspberrypi gitea[18740]: 2021/08/04 22:16:14 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #2/10... Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #2/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:17 raspberrypi gitea[18740]: 2021/08/04 22:16:17 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #3/10... Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #3/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:20 raspberrypi gitea[18740]: 2021/08/04 22:16:20 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #4/10... Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #4/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:23 raspberrypi gitea[18740]: 2021/08/04 22:16:23 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #5/10... Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #5/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:26 raspberrypi gitea[18740]: 2021/08/04 22:16:26 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:27 raspberrypi kernel: [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:02:00:00:00:00:04:08:00:46:c0:00:24:00:00:00:00:01:02:83:69 SRC=192.168.0.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=0 PROTO=2 Aug 04 22:16:29 raspberrypi gitea[18740]: 2021/08/04 22:16:29 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #6/10... Aug 04 22:16:29 raspberrypi gitea[18740]: 2021/08/04 22:16:29 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:29 raspberrypi gitea[18740]: 2021/08/04 22:16:29 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:30 raspberrypi gitea[18740]: 2021/08/04 22:16:30 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:30 raspberrypi gitea[18740]: 2021/08/04 22:16:30 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #6/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:30 raspberrypi gitea[18740]: 2021/08/04 22:16:30 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #7/10... Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #7/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:33 raspberrypi gitea[18740]: 2021/08/04 22:16:33 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #8/10... Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #8/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:36 raspberrypi gitea[18740]: 2021/08/04 22:16:36 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #9/10... Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #9/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:39 raspberrypi gitea[18740]: 2021/08/04 22:16:39 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #10/10... Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:42 raspberrypi gitea[18740]: 2021/08/04 22:16:42 routers/init.go:157:GlobalInit() [F] ORM engine initialization failed: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:42 raspberrypi systemd[1]: gitea.service: Main process exited, code=exited, status=1/FAILURE Aug 04 22:16:42 raspberrypi systemd[1]: gitea.service: Unit entered failed state. Aug 04 22:16:42 raspberrypi systemd[1]: gitea.service: Failed with result 'exit-code'. Aug 04 22:16:44 raspberrypi systemd[1]: gitea.service: Service hold-off time over, scheduling restart. Aug 04 22:16:44 raspberrypi systemd[1]: Stopped Gitea (Git with a cup of tea). Aug 04 22:16:44 raspberrypi systemd[1]: Started Gitea (Git with a cup of tea). Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 cmd/web.go:82:runWeb() [I] Starting Gitea on PID: 18756 Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0 Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 cmd/web.go:126:runWeb() [I] Global init Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.11.0 Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:134:GlobalInit() [T] AppPath: /home/philoufelin/gitea_wrksp/gitea/gitea Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:135:GlobalInit() [T] AppWorkPath: /home/philoufelin/gitea_wrksp/gitea Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:136:GlobalInit() [T] Custom path: /home/philoufelin/gitea_wrksp/gitea/custom Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:137:GlobalInit() [T] Log path: /home/philoufelin/gitea_wrksp/gitea/log Aug 04 22:16:44 raspberrypi gitea[18756]: 2021/08/04 22:16:44 routers/init.go:49:checkRunMode() [I] Run Mode: Prod Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...dules/setting/log.go:287:newLogService() [I] Gitea v1.14.5 built with GNU Make 4.1, go1.16.6 : bindata, sqlite, sqlite_unlock_notify Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: Console(Console:debug) Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...dules/setting/log.go:250:generateNamedLogger() [I] Router Log: Console(console:debug) Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/setting/cache.go:73:newCacheService() [I] Cache Service Enabled Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/setting/cache.go:88:newCacheService() [I] Last Commit Cache Service Enabled Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/storage/storage.go:158:initAttachments() [I] Initialising Attachment storage with type: Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/attachments Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/storage/storage.go:152:initAvatars() [I] Initialising Avatar storage with type: Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/avatars Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/storage/storage.go:170:initRepoAvatars() [I] Initialising Repository Avatar storage with type: Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/repo-avatars Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...s/storage/storage.go:164:initLFS() [I] Initialising LFS storage with type: Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/philoufelin/gitea_wrksp/gitea/data/lfs Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ue/queue_bytefifo.go:96:Run() [D] level: push_update-level Starting Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ue/queue_bytefifo.go:96:Run() [D] level: notification-service-level Starting Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:150:GlobalInit() [I] SQLite3 Supported Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:68:initDBEngine() [I] Beginning ORM engine initialization. Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #1/10... Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE mysql Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 ...ations/migrations.go:447:recreateTable() [E] Unable to create uniques for table tmp_recreate__reaction. Error: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:81:initDBEngine() [E] ORM engine initialization attempt #1/10 failed. Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes Aug 04 22:16:45 raspberrypi gitea[18756]: 2021/08/04 22:16:45 routers/init.go:82:initDBEngine() [I] Backing off for 3 seconds Aug 04 22:16:47 raspberrypi sudo[18772]: philoufelin : TTY=pts/0 ; PWD=/home/philoufelin/gitea_wrksp/gitea ; USER=root ; COMMAND=/bin/systemctl stop gitea Aug 04 22:16:47 raspberrypi sudo[18772]: pam_unix(sudo:session): session opened for user root by philoufelin(uid=0) Aug 04 22:16:47 raspberrypi systemd[1]: Stopping Gitea (Git with a cup of tea)... Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...eful/manager_unix.go:127:handleSignals() [W] PID 18756. Received SIGTERM. Shutting down... Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...ue/queue_bytefifo.go:194:Shutdown() [D] level: push_update-level Shutdown Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...ueue_disk_channel.go:243:Shutdown() [D] PersistableChannelQueue: push_update Shutdown Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...ue/queue_bytefifo.go:194:Shutdown() [D] level: notification-service-level Shutdown Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 ...ueue_disk_channel.go:243:Shutdown() [D] PersistableChannelQueue: notification-service Shutdown Aug 04 22:16:47 raspberrypi gitea[18756]: 2021/08/04 22:16:47 .../graceful/manager.go:217:doHammerTime() [W] Setting Hammer condition Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 .../graceful/manager.go:231:doTerminate() [W] Terminating Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:194:Shutdown() [D] level: push_update-level Shutdown Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:216:Terminate() [D] level: push_update-level Closing with 0 tasks left in queue Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:194:Shutdown() [D] level: notification-service-level Shutdown Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:216:Terminate() [D] level: notification-service-level Closing with 0 tasks left in queue Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:221:Terminate() [D] level: push_update-level Terminated Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ueue_disk_channel.go:256:Terminate() [D] PersistableChannelQueue: push_update Terminated Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ue/queue_bytefifo.go:221:Terminate() [D] level: notification-service-level Terminated Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 ...ueue_disk_channel.go:256:Terminate() [D] PersistableChannelQueue: notification-service Terminated Aug 04 22:16:48 raspberrypi gitea[18756]: 2021/08/04 22:16:48 routers/init.go:157:GlobalInit() [F] ORM engine initialization failed: Aborted due to shutdown: Aug 04 22:16:48 raspberrypi gitea[18756]: in retry ORM engine initialization Aug 04 22:16:48 raspberrypi systemd[1]: gitea.service: Main process exited, code=exited, status=1/FAILURE Aug 04 22:16:48 raspberrypi systemd[1]: Stopped Gitea (Git with a cup of tea). Aug 04 22:16:48 raspberrypi systemd[1]: gitea.service: Unit entered failed state. Aug 04 22:16:48 raspberrypi systemd[1]: gitea.service: Failed with result 'exit-code'. Aug 04 22:16:48 raspberrypi sudo[18772]: pam_unix(sudo:session): session closed for user root ```
Author
Owner

@techknowlogick commented on GitHub (Aug 5, 2021):

I recommend looking at what error is causing the migration to fail. It is: Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes

and from that error you can search through issues to find: https://github.com/go-gitea/gitea/issues/2979

@techknowlogick commented on GitHub (Aug 5, 2021): I recommend looking at what error is causing the migration to fail. It is: `Error: migrate: do migrate: Error 1071: Specified key was too long; max key length is 767 bytes` and from that error you can search through issues to find: https://github.com/go-gitea/gitea/issues/2979
Author
Owner

@TitaneBoy commented on GitHub (Aug 16, 2021):

@techknowlogick . Thank you for your help. It helped me a lot to fix the core problem.... Thanks

@TitaneBoy commented on GitHub (Aug 16, 2021): @techknowlogick . Thank you for your help. It helped me a lot to fix the core problem.... Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7644