Mailinglist Archive: opensuse-bugs (14006 mails)
| < Previous | Next > |
[Bug 381227] gdm user not created, even though gdm is installed
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 18 Apr 2008 10:52:17 -0600 (MDT)
- Message-id: <20080418165217.76C4924538E@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=381227
User mmarek@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=381227#c15
--- Comment #15 from Michal Marek <mmarek@xxxxxxxxxx> 2008-04-18 10:52:16 MST
---
calls zypper once:
#!/bin/bash
packs=(aaa_base avahi beagle cups dbus-1 festival fuse gdm hal ntp openssh
PolicyKit postfix pulseaudio pwdutils samba scrollkeeper uuid-runtime
yast2-registration)
installed=($(rpmqpack))
reinst=($(join <(printf '%s\n' "${packs[@]}" | sort -u) <(printf '%s\n'
"${installed[@]}" | sort -u)))
set -x
zypper in -f "${reinst[@]}"
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User mmarek@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=381227#c15
--- Comment #15 from Michal Marek <mmarek@xxxxxxxxxx> 2008-04-18 10:52:16 MST
---
calls zypper once:
#!/bin/bash
packs=(aaa_base avahi beagle cups dbus-1 festival fuse gdm hal ntp openssh
PolicyKit postfix pulseaudio pwdutils samba scrollkeeper uuid-runtime
yast2-registration)
installed=($(rpmqpack))
reinst=($(join <(printf '%s\n' "${packs[@]}" | sort -u) <(printf '%s\n'
"${installed[@]}" | sort -u)))
set -x
zypper in -f "${reinst[@]}"
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |