[Vserver] My ISP unable to use ntp ; ( - How can I change /etc/localtime with ntp?

2006-05-19 Thread Robert Michel
Salve, on of my vserver is hosted by xantron.de and this ISP is unable to use ntp tzzz The timeshift is now > 5 minutes Could I change /etc/localtime with ntp to correct the time myself? How? On the longterm, it would be nice to have a better timesolution for vservers - the vserver shoul

Re: [Vserver] My ISP unable to use ntp ; ( - How can I change /etc/localtime with ntp?

2006-05-19 Thread Robert Michel
Salve Guenther! Guenther Fuchs schrieb am Freitag, den 19. Mai 2006 um 17:31h: > Inside a guest you only can change the timezone, not the time itself. But it should be possible to create timezones myself +2:05h, +2:06h, +2:07h and change them after checking ntp by script. Maybe more precise: -

Re: [Vserver] My ISP unable to use ntp ; ( - How can I change /etc/localtime with ntp?

2006-05-23 Thread Robert Michel
Salve Herbert! Herbert Poetzl schrieb am Samstag, den 20. Mai 2006 um 16:40h: > > Could I change /etc/localtime with ntp to correct the time myself? > > How? > > > > On the longterm, it would be nice to have a better timesolution > > for vservers - the vserver should be able to use ntp and the >

"Faketime Preload library" was the tip - thank you Re: [Vserver] My ISP unable to use ntp ; ( - How can I change /etc/localtime with ntp?

2006-05-26 Thread Robert Michel
Salve Herbert! Thank you for your tip ;) Herbert Poetzl schrieb am Mittwoch, den 24. Mai 2006 um 16:03h: > with a preload library (or a modified libc) I found faketime preload library: http://www.code-wizards.com/projects/libfaketime/index.html and with this hack i will solve my problem, I alrea

[Vserver] No /dev/stdin on vserver? (How) can I create new devices?

2006-07-01 Thread Robert Michel
Salve, I use two vserver from different ISPs, but both do not have a /dev/stdin. Is there a way I can create it myself? And BTW, when I try cp -avp /dev/tty /dev/tty7 I got a feedback that the creating of the special file /dev/tty7 would not be possible - this operation is not allowed "cp: Erzeug

[Solved] Re: [Vserver] No /dev/stdin on vserver? (How) can I create new devices?

2006-07-01 Thread Robert Michel
Salve Daniel! Thank you ;) On Sat, 01 Jul 2006, Daniel Hokka Zakrisson wrote: > >do not have a /dev/stdin. Is there a way I can > >create it myself? > > As this is just a symlink to /proc/self/fd/0, sure. ln -s /proc/self/fd/0 /dev/stdin ;) That was the solution. But I feel my problem is that

Re: [Solved] Re: [Vserver] No /dev/stdin on vserver? (How) can I create new devices?

2006-07-02 Thread Robert Michel
Salve Herbert! Herbert Poetzl schrieb am Sonntag, den 02. Juli 2006 um 17:59h: > > What should I read to learn what fd,pts stands for and > > to know what /dev/pts/[14|20|21|31-34] are? > > *phew* good question, probably a lot of source code :) maybe a good questions, but *shame on me* that I f

[Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-05 Thread Robert Michel
Salve Herbert, ML! Herbert Poetzl schrieb am Sonntag, den 02. Juli 2006 um 17:59h: > > What should I read to learn what fd,pts stands for and > > to know what /dev/pts/[14|20|21|31-34] are? > > *phew* good question, probably a lot of source code :) > > thing is, fd and pts (/14,/20 ...) are 'ju

[asterik] Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Robert Michel
Salve Daniel! On Thu, 06 Jul 2006, Daniel W. Crompton wrote: > On 7/6/06, Herbert Poetzl <[EMAIL PROTECTED]> wrote: > >PS: I assume you know that there is a project which > >uses Linux-VServer to isolate several asterisk > >instances on a single host > > I didn't, do you have more information ab

Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Robert Michel
Salve Herbert! Herbert Poetzl schrieb am Donnerstag, den 06. Juli 2006 um 13:10h: > > but on the next day /usr/sbin/safe_asterisk does > > not found /dev/tty9. /dev/pts/31 exist only > > for my bash, after exiting this bash, also > > /dev/pts/31 has been gone, and so this "hack" > > does not

Re: [asterik] Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Robert Michel
Salve Daniel! On Thu, 06 Jul 2006, Daniel W. Crompton wrote: > You are absolutely right, I should have just searched for it. Appologies. That was not my point - I was in a hurry and found some pages, and had only time to read them very fast. Virtual private asterisk (vpa) stress (again) the advan

[Vserver] Hack idea how to create a pseudeo /dev/tty9 as [EMAIL PROTECTED] ; )

2006-07-07 Thread Robert Michel
Salve Herbert! > > But back to the topic "could [EMAIL PROTECTED] use mknod". > > Theoreticaly would it possible to add this feature > > with a vmknode and a tool for [EMAIL PROTECTED] that guest > > could create a block devices of their own without > > harming other guests or the host itself > >

Re: [Vserver] Asterisk instances on VPS

2006-07-15 Thread Robert Michel
Salve Gustavo, *! On Fri, 14 Jul 2006, Gustavo Alejandro Gonzalez wrote: > I'm setting up a debian box with kernel 2.6 running virtual private servers > with a TE110P card, TE110P is an ISDN card from Digium, the company of Mark Spencer, the inventor of the pbx server asterisk. > at this momen

[Vserver] local kernel exploits

2006-07-15 Thread Robert Michel
Salve Herbert, *! Can somebody explain if these exploits could be used with vservers, or does the design of versvers avoid vulnerability in this cases? [Full-disclosure] Linux Kernel 2.6.x PRCTL Core Dump Handling - Local r00t Exploit ( BID 18874 / CVE-2006-2451 ) http://lists.

[Vserver] Q:Would "guest suspend to disk" work?

2006-11-27 Thread Robert Michel
Salve *, Herbert! I like the power of linux-vserver and I do not to want to _nag_ you with the question: would "guest suspend to disk" work? It is just "IMHO it would be cool when this would be possible, too" ;) The benefits should be clear, user or single application environment - could be re

[Vserver] About open Linux phone/SDK Neo1973/OpenMoko & your feedback to run linux-vserver on a Arm9 cpu (Samsung s3c2410 SoC)

2006-11-27 Thread Robert Michel
Salve! I'm a student and for years interested in Gnu/Linux(Debian) and mobile communication. By thinking what a modern phone could do and what a user realy can do with such phones (developed for the network provider and the prospects of the phone sellers...) makes me realy sick. ;( So I descid

Thank you! Re: [Vserver] About open Linux phone/SDK Neo1973/OpenMoko & your feedback to run linux-vserver on a Arm9 cpu (Samsung s3c2410 SoC)

2006-11-29 Thread Robert Michel
Salve Herbert! Thank you very much for your feed back and Michael for your good wishes. Beside my mails vserver-linux is not active on the OpenMoko mailinglist, but I see much potential to have this on a smartphone and I will encourage to see this potential for OpenMoko/Neo1973. Just to give inte

Re: [Vserver] Q:Would "guest suspend to disk" work?

2006-11-30 Thread Robert Michel
Salve Herbert! Herbert Poetzl schrieb am Dienstag, den 28. November 2006 um 16:03h: > On Mon, Nov 27, 2006 at 04:24:10PM +0100, Robert Michel wrote: > > Salve *, Herbert! > > > > I like the power of linux-vserver and I do not to > > want to _nag_ you with the quest