ef5a
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi:
1) I am trying to install x with a lightweight desktop environments (lxde and i3) in a jail using pkg_add, but when I execute # pkg_add -r xorg, I am getting dependency errors (as shown in the attachment).2) Besides I would like to know whether a x-forwarding command like: # xinit -e ssh -XCc blowfish user@ip_address_of_jail "/usr/bin/startlxde &" -- :1 & disown Works with FreeBSD jails like in Linux machines? Thanks in advance! Last edited by SirDice; November 21st, 2012 at 11:18. Reason: Proper use of [cmd] tags: http://forums.freebsd.org/showthread.php?t=8816#cmd |
|
#3
|
|||
|
|||
|
Yes, before I posted the original thread, I checked out the link you stated, but when adding xorg in jail gives errors at the first place as I stated earlier.
Anyway, thanks for the pointer again! |
|
#4
|
||||
|
||||
|
Don't use the release packages, they are old.
Set PACKAGESITE to ftp://ftp.freebsd.org/pub/FreeBSD/po...stable/Latest/ and use pkg_add -r .
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#5
|
|||
|
|||
|
Thanks SirDice for your pointer, yet the installation fails as attached.
|
|
#6
|
||||
|
||||
|
Quote:
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#7
|
|||
|
|||
|
You will see this in /usr/ports/UPDATING
You have to run one of these commands to fix pkgconf: Code:
20120726: AFFECTS: users of devel/pkg-config AUTHOR: bapt@FreeBSD.org devel/pkg-config has been replaced by devel/pkgconf # portmaster -o devel/pkgconf devel/pkg-config or # portupgrade -fo devel/pkgconf pkg-config-\* pkgng: # pkg set -o devel/pkg-config:devel/pkgconf # pkg install -f devel/pkgconf |
![]() |
| Tags |
| jails, x-forwarding, xinit, xorg, xserver |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bind inside jail refuse to forward queries | plexor | Web & Network Services | 6 | March 3rd, 2012 12:12 |
| forward vpn into jail without pf/ipfw/etc | nekoexmachina | Networking | 2 | January 15th, 2012 03:43 |
| [Solved] forward packets to jail with pf | z662 | Firewalls | 12 | February 26th, 2010 19:59 |
| DNS inside jail | gpatrick | Web & Network Services | 0 | November 1st, 2009 04:43 |
| Forward port 80 requests to jail? | cwhitmore | Web & Network Services | 5 | May 12th, 2009 03:38 |