Displaying 11 results from an estimated 11 matches for "morgen".
Did you mean:
morgan
2004 Sep 21
2
Ever see a stata import problem like this?
Greetings Everybody:
I generated a 1.2MB dta file based on the general social survey with
Stata8 for linux. The file can be re-opened with Stata, but when I bring
it into R, it says all the values are missing for most of the variables.
This dataset is called "morgen.dta" and I dropped a copy online in case
you are interested
http://www.ku.edu/~pauljohn/R/morgen.dta
looks like this to R (I tried various options on the read.dta command):
> myDat <- read.dta("morgen.dta")
> summary(myDat)
CASEID year id...
2003 Nov 27
1
Missing files in directory listings
...= /nle/.samba/sgiws01/locks
pid directory = /nle/.samba/sgiws01/locks
bind interfaces only = yes
netbios name = sgiws01
interfaces = 10.105.4.32/0xffffff00 10.105.5.32/0xffffff00
10.105.7.32/0xffffff00 10.105.8.32/0xffffff00 10.105.9.32/0xffffff00
10.105.10.32/0xffffff00
[morgen]
comment = <Share comment>
path = /nle/morgen
writeable = no
guest ok = yes
+ more shares
--
-------------------------------------------------------------------
| Per Kofod / Field Technical Analyst Email: per@sgi.com |
| EMEA Field Technical Support...
2015 Jan 25
2
C5 & C6 : useradd
...; What is the 'official' method of creating a user with no home directory
> > and no log-on ability ?
>
> Your first invocation seemed to look fine. What result do you expect to
> get? Every user needs a home directory in /etc/passwd even if it doesn't
> exist.
Guten Morgen Denis,
Aber/But .....
-M, do not create user's home directory
so why do I see in /etc/passwd
fred:x:504:504::/home/fred:/sbin/nologin
Should the 'correct' entry be:-
fred:x:504:504:::/sbin/nologin ?
OK, I can use -d /nix but what should -M actually do ?
--
Regards,
Paul....
2005 Jan 13
2
ezstream reencode
Guten Morgen Geoff Shang,
Am Freitag, 14. Januar 2005 um 00:40 schrieben Sie:
GS> The only thing I can think of that might cause your reencode not to work is
GS> that perhaps you have MP3 files with extensions with capital letters (i.e.,
GS> not "mp3", but "MP3" or "Mp3"...
2005 Jan 30
1
Re: desire box
I know SAM2 (or rather, SAM3 now) has this functionality built-in:
http://spacialaudio.com/
It is disabled by default and difficult to step though. Not to mention the
cost of the entire application.
What I found worked the best for me is to have my website output to a file
whatever song somebody clicked on. A script would check the file every few
seconds, and then execute my media player with
2005 Feb 02
3
install ices 0.4 and ices 2 parallel ?
hi,
can i install ices 0.4 and 2.0.1 on the sam server at the same time ?
thanks
--
Mit freundlichen Gr?ssen
Carsten Henkel mailto:carsten@chatlabel.de
Wer st?ndig in andere Fu?stapfen tritt, hinterl?sst keine eigenen Spuren...
dieser Text ist zuf?llig gew?hlt und hat nichts mit dem Empf?nger der e-Mail zu tun.
Carsten Henkel
Passauer Stra?e 7
94577 Winzer
2015 Jan 25
2
C5 & C6 : useradd
useradd --help
-d, --home-dir HOME_DIR home directory for the new user account
-M, do not create user's home directory
yet
useradd -M -s /sbin/nologin FRED
produces in /etc/passwd
fred:x:504:504::/home/fred:/sbin/nologin
Trying again with
useradd -d /dev/null -s /sbin/nologin doris
gives a CLI message
useradd: warning: the home directory already exists.
2013 Jun 01
2
v2.2.2 (7b1152c83e3e) latest changes break LMTP
Suppose this one breaks it: http://hg.dovecot.org/dovecot-2.2/rev/c4a85c9df948
==> /var/log/mail.log <==
Jun 1 14:01:30 spectre postfix/lmtp[456]: 3bN0qP5kwFzSy: to=<tlx at leuxner.net>, relay=spectre.leuxner.net[private/dovecot-lmtp], delay=1481, delays=1481/0/0.01/0.01, dsn=4.3.0, status=deferred (host spectre.leuxner.net[private/dovecot-lmtp] said: 451 4.3.0 <tlx at
2007 Mar 19
1
Re: [OT] Kalorio unter Linux zum Laufen bringen
x-post to: comp.emulators.ms-windows.wine
f?up to: comp.emulators.ms-windows.wine
Hi,
(Suse Linux 10.0, KDE 3.4.2 "Level b", Wine 0.9.21)
My oldest version is Kalorio 2.0. Starting "Kaloro.exe", i get this
error message:
-------------
wine: Unhandled page fault on read access to 0x836d000f at address
0x836d000f (thread 0009), starting debugger...
WineDbg starting on pid
2005 Jan 13
4
ezstream reencode
hi,
i want to reencode our ezstream. but it dosent work. mdplay and lame
are installed on the server. the config for ezstream is in the bottom
of this mail. i dont understand the problem. have you any ieda ?
have a lot of thanks
my config:
<ezstream>
<url>http://localhost:8000/backup</url>
<sourcepassword>*****</sourcepassword>
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of
your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition
live OS sounds right up my alley, and I will definitely check it out.
The second partition is working well with `parted' and `fdisk', so I am
quite pleased. Below is, again, "what I came up with". I tried to integrate
each of your