You are not logged in.

#1 2005-09-06 17:39:16

TB2
Member
Registered: 2005-09-06
Posts: 25

[pacman] xorg-11R6.8.2-2 download stops at 99%

Hi,

I'm trying to install xfce4, and therefor pacman is also downloading xorg. Unfortuantely it stops the download at 99% (60562K), and does absolutely nothing further. I tried it twice. Once it showed me 00:00:001 remaining, now it shows 00:00:00. And it hangs...

What to do?

thx

Offline

#2 2005-09-06 17:54:47

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

Just try and install it with pacman -U /var/cache/pacman/pkg/xorg-*

If the pkg is corrupted it will fail otherwise it will install and youcan go back to pacman -S xfce4

Offline

#3 2005-09-06 18:21:08

TB2
Member
Registered: 2005-09-06
Posts: 25

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

pacman -U */pkg/xorg-*.tar.gz.part

gives me:
loading package data... done.
error: unsatisfied dependencies:
xorg: requires freetype1
xorg: requires fontconfig
xorg: requires libpng

Offline

#4 2005-09-06 18:28:02

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

The .part means an incomplete package (not entirely downloaded) but from the output it looks OK. Try renaming xorg*.pkg.tar.gz.part to xorg*.pkg.tar.gz
and then pacman -S xfce4

Offline

#5 2005-09-06 18:33:02

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

try uncommenting the wget parameter in /etc/pacman.conf

Offline

#6 2005-09-06 19:39:50

TB2
Member
Registered: 2005-09-06
Posts: 25

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

Well, renaming the *.part did the job. It seems like everything has been installed now, but as I want to run it, I get a "command not found". Sorry I'm new to linux.  :oops: I'm following this tutorial:

Running XFCE4

There are two ways to run XFCE4. One is the "automatic" method. To start XFCE from the console, you can simply run:

startxfce4

To customize the XFCE startup using this method, you'll copy /opt/xfce4/etc/xdm/xfce4/xinitrc to $HOME/.xfce4, and edit that file. To add programs to the startup up using this method, add symlinks from the programs you want to $HOME/Desktop/Autostart.

Now, /opt/xfce4/etc/ only contains a folder named /xdg/, but no /xdm/ anyway.

I'm a little confused...

Offline

#7 2005-09-06 19:54:04

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

startxfce4 from the console should already work out of the box...

as user

cp /etc/skel/.xinitrc ~/.xinitrc

and add or uncomment

exec startxfce4

this will allow you to login by typing "startx"

Offline

#8 2005-09-06 20:12:10

TB2
Member
Registered: 2005-09-06
Posts: 25

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

Now if I do a startx the screens turns black for a moment, but after a second or so the X server shuts down an tells:

(EE) open /dev/fb0: No such file or directory
(EE) R128(0): No DFP detected
Could not init font path element /usr/X11R6/lib/fonts/CID, removing list!
/root/.xinitrc: line 9: exec: startxfce4: not found

If I try a pacman -U /var/cache/pacman/pkg/xorg-* again, it tells me everything is up to date.

Offline

#9 2005-09-06 20:18:47

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

it sounds like /opt/xfce4 is not in your $PATH.. there are cleaner ways to do this but if you log out and then log back in, startxfce4 should work.


I am a gated community.

Offline

#10 2005-09-06 21:09:20

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

Have you setup xorg?

install hwd

 pacman -Sy hwd

and as root do:

hwd -x

that'll give you sample config for your "x-server". Once it's generated, mv it into place

mv /etc/X11/xorg.conf.hwd /etc/X11/xorg.conf

PS: create a user account instead of using root, its dangerous. Check the wiki for a how-to.

Offline

#11 2005-09-07 15:38:22

TB2
Member
Registered: 2005-09-06
Posts: 25

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

Allright, in fact it seemd like I had another xfce4 installation job running in backround, and didnt notice it. Anyway now it works.

But:

I edited the /etc/inittab, and changed a line from
id:3:initdefault: to id:5:initdefault:
so that it will start at boot. But now if I log in with root and password, there where it says "Welcome to...", another dialgo apperas and asks what session I want to start, and I can chose between Default/Fail Safe and Cancel. But if I take Default/ Fail Safe the dialog just disappears and nothing happens. I also cant switch to other consoles by Alt+F_.

So whats wrong now?

thx.

/edit:
Ah well, didn't hear of Ctr+Alt+F_ until now... Sry. I'll play around a bit and try to fix it myself.

Offline

#12 2005-09-07 15:59:02

TB2
Member
Registered: 2005-09-06
Posts: 25

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

Anyway I've got a question: Ctrl+Alt+Backspace doesn't shutdown the X-Server, the screen just turns black for a moment, but then the logon screen appears again. How to shutdown/stop/close/kill the X-Server?

And Second, if I use the console of xfce4 I always have got the us-keymap, although I set keymap="de" in the /etc/rc.conf and I also tried a loadkeys de and there it says Loading */de.map.gz but still the layout is "us".

Offline

#13 2005-09-07 17:32:14

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

Console in xfce is an X terminal, so you need to change X keymaps to achieve that.
About CTRL+ALT+BS: you kill your X, but your display manager (gdm? kdm? xdm?) just launches a new one because it is configured to do so.

Offline

#14 2005-09-07 20:58:13

TB2
Member
Registered: 2005-09-06
Posts: 25

Re: [pacman] xorg-11R6.8.2-2 download stops at 99%

It's allright, Everything works fine now here.

Thanks a lot!

Offline

Board footer

Powered by FluxBB