Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

lightdm-login-chromiumos issue

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
sowhatislinux
Posts: 3
Joined: 2020-08-03 22:06

lightdm-login-chromiumos issue

#1 Post by sowhatislinux »

Lately, I've been having a lot of trouble with the lightdm-login-chromiumos package. It seems like it is not correctly/fully installed. When I go

Code: Select all

apt-get install lightdm-login-chromiumos
, It gives me this:

Code: Select all

root@penguin:/home/pablog22# apt-get install lightdm-login-chromiumos
Reading package lists... Done
Building dependency tree       
Reading state information... Done
lightdm-login-chromiumos is already the newest version (1.0).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up lightdm-login-chromiumos (1.0) ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    40  100    40    0     0     65      0 --:--:-- --:--:-- --:--:--    66
Downloading: http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_ChromiumOS/84b76aa34b7ee89ea7b44af59239f6729aa53ab5/chrome-linux.zip
ZIP: /tmp/filedmobWC.zip
Warning: Illegal date format for -z, --time-cond (and not a file name). 
Warning: Disabling time condition. See curl_getdate(3) for valid date syntax.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   263  100   263    0     0    417      0 --:--:-- --:--:-- --:--:--   416
Archive:  /tmp/filedmobWC.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of /tmp/filedmobWC.zip or
        /tmp/filedmobWC.zip.zip, and cannot find /tmp/filedmobWC.zip.ZIP, period.
dpkg: error processing package lightdm-login-chromiumos (--configure):
 installed lightdm-login-chromiumos package post-installation script subprocess returned error exit status 9
Errors were encountered while processing:
 lightdm-login-chromiumos
E: Sub-process /usr/bin/dpkg returned an error code (1)
.

What should I do?
BTW, I am running Debian 10 on Linux. And I am on a Chromebook.

User avatar
sickpig
Posts: 589
Joined: 2019-01-23 10:34

Re: lightdm-login-chromiumos issue

#2 Post by sickpig »

The error indicates that the file /tmp/filedmobWC.zip downloaded from http://commondatastorage.googleapis.com ... hromiumOS/ is not a valid zip file. Next the post install script from the package uses dpkg --configure but fails as a result of the invalid zip file.

You might

Code: Select all

apt purge your packagename
and then try to reinstall it. If you get the same error then "its on them not you".

Also chromium OS forums would potentially give you better insight into this.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: lightdm-login-chromiumos issue

#3 Post by stevepusser »

I don't see that package in the Debian repos--how is this a Debian issue?
MX Linux packager and developer

sowhatislinux
Posts: 3
Joined: 2020-08-03 22:06

Re: lightdm-login-chromiumos issue

#4 Post by sowhatislinux »

Yeah, so what's 'your packagename'

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: lightdm-login-chromiumos issue

#5 Post by cuckooflew »

Where they say "package name", it means the name of your package, the one you want to remove, in this
You might

Code: Select all

Code: Select all

    apt purge your packagename 
and then try to reinstall it. If you get the same error then "its on them not you".
case "lightdm-login-chromiumos " eg:

Code: Select all

apt purge lightdm-login-chromiumos
The problem is this lightdm-login-chromiumos is not a Debian package, you need to be asking who ever created this software, and packaged it . It was not packaged correctly. I noticed that as well, in your error message,

Code: Select all

unzip:  cannot find zipfile directory in one of /tmp/filedmobWC.zip or
        /tmp/filedmobWC.zip.zip, and cannot find /tmp/filedmobWC.zip.ZIP, period 
by sickpig » 2020-08-04 00:40
The error indicates that the file /tmp/filedmobWC.zip downloaded from http://commondatastorage.googleapis.com ... hromiumOS/ is not a valid zip file. Next the post install script from the package uses dpkg --configure but fails as a result of the invalid zip file.
What should I do?
Contact the support for " lightdm-login-chromiumos "
Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

sowhatislinux
Posts: 3
Joined: 2020-08-03 22:06

Re: lightdm-login-chromiumos issue

#6 Post by sowhatislinux »

Alright, I'm looking for the developer support, and another thing --

I did

Code: Select all

apt purge lightdm-login-chromiumos
Then tried to reinstall, but it says the package does not exist. :oops: :oops: :oops:

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: lightdm-login-chromiumos issue

#7 Post by cuckooflew »

This is not a Debian package , nor is it Debian, and beyond the scope of this forum,
Debian User Forums, is for Debian and Debian packages.
Maybe Follow the same instructions you used when you installed it the first time.
But that seems silly, since you now know the package can not be used.
But this time also read this: https://wiki.debian.org/DontBreakDebian
Before trying to install it.
Postby stevepusser » 2020-08-04 03:49
I don't see that package in the Debian repos--how is this a Debian issue?
I was thinking the same thing,
but :
by sowhatislinux » What should I do?
BTW, I am running Debian 10 on Linux. And I am on a Chromebook.
Why don't you just use lightdm , that is for Debiab, in Debian repositories ?
https://wiki.debian.org/LightDM

Code: Select all

# apt install lightdm 
=======================
I don't know if this is of any use to you, but :https://wiki.debian.org/InstallingDebia ... ebook%2014
Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

Post Reply