ssic-linux-users Mailing List for OpenSSI Clusters for Linux (Page 13)
Brought to you by:
brucewalker,
rogertsang
You can subscribe to this list here.
| 2003 |
Jan
(17) |
Feb
(23) |
Mar
(32) |
Apr
(48) |
May
(51) |
Jun
(23) |
Jul
(39) |
Aug
(47) |
Sep
(107) |
Oct
(112) |
Nov
(112) |
Dec
(70) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(155) |
Feb
(283) |
Mar
(200) |
Apr
(107) |
May
(73) |
Jun
(171) |
Jul
(127) |
Aug
(119) |
Sep
(91) |
Oct
(116) |
Nov
(175) |
Dec
(143) |
| 2005 |
Jan
(168) |
Feb
(237) |
Mar
(222) |
Apr
(183) |
May
(111) |
Jun
(153) |
Jul
(123) |
Aug
(43) |
Sep
(95) |
Oct
(179) |
Nov
(95) |
Dec
(119) |
| 2006 |
Jan
(39) |
Feb
(33) |
Mar
(133) |
Apr
(69) |
May
(22) |
Jun
(40) |
Jul
(33) |
Aug
(32) |
Sep
(34) |
Oct
(10) |
Nov
(8) |
Dec
(18) |
| 2007 |
Jan
(14) |
Feb
(3) |
Mar
(13) |
Apr
(16) |
May
(15) |
Jun
(8) |
Jul
(20) |
Aug
(25) |
Sep
(17) |
Oct
(10) |
Nov
(8) |
Dec
(13) |
| 2008 |
Jan
(7) |
Feb
|
Mar
(1) |
Apr
(6) |
May
(15) |
Jun
(22) |
Jul
(22) |
Aug
(5) |
Sep
(5) |
Oct
(17) |
Nov
(3) |
Dec
(1) |
| 2009 |
Jan
(2) |
Feb
|
Mar
(29) |
Apr
(78) |
May
(17) |
Jun
(3) |
Jul
|
Aug
|
Sep
(1) |
Oct
(21) |
Nov
(1) |
Dec
(4) |
| 2010 |
Jan
(1) |
Feb
(5) |
Mar
|
Apr
(5) |
May
(7) |
Jun
(14) |
Jul
(5) |
Aug
(72) |
Sep
(25) |
Oct
(5) |
Nov
(14) |
Dec
(12) |
| 2011 |
Jan
(9) |
Feb
|
Mar
|
Apr
(3) |
May
(3) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(10) |
Aug
(18) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: John H. <jo...@Ca...> - 2009-04-20 08:56:10
|
Advice Pro wrote: > I'm looking for stability, ease-of-use, and performance. > A matter of personal preference. |
|
From: John H. <jo...@Ca...> - 2009-04-20 08:55:47
|
Advice Pro wrote: > An example of multi-threaded application is GIMP. > All threads of a process must run on the same node at the moment - since threads generally communicate by shared memory performance of a multi-threaded program split across nodes would be horrible. |
|
From: John H. <jo...@Ca...> - 2009-04-20 08:53:56
|
Advice Pro wrote: > Wha? |
|
From: John H. <jo...@Ca...> - 2009-04-20 08:52:43
|
Advice Pro wrote: > I read this in the Wikipedia: > > "OpenSSI is designed to be used for both high performance and high > availability clusters, it is possible to create an OpenSSI cluster with no > single point of failure, for example the file system can be mirrored between > two nodes, so if one node crashes the process accessing the file will fail > over to the other node. Alternatively the cluster can be designed in such a > manner that every node has direct access to the file system." > Use GFS or Lustre. I don't think anyone is working on this at the moment, so the code has probably bit-rotted to oblivion. |
|
From: John H. <jo...@Ca...> - 2009-04-20 08:51:18
|
jhansen wrote:
> I'm got my server node installed. I'm at the point of running 'ssi-addnode'
> when it gets to the end and go to write the config file, there is an error
> message that "you should run ssi-create first."
>
This looks like the problem Sergi Barroso was running into.
What does /etc/blkid.tab look like? Is it a CDSL (i.e. a symbolic link
that looks like this:
$ ls -l /etc/blkid.tab
lrwxrwxrwx 1 root root 37 2009-03-19 13:24 /etc/blkid.tab -> /cluster/node{nodenum}//etc/blkid.tab
What does:
find /cluster/ -name blkid.tab 2>/dev/null
show?
|
|
From: jhansen <jef...@gm...> - 2009-04-20 03:41:49
|
I'm got my server node installed. I'm at the point of running 'ssi-addnode' when it gets to the end and go to write the config file, there is an error message that "you should run ssi-create first." -- View this message in context: http://www.nabble.com/adding-new-node-tp23129960p23129960.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: Advice P. <LA...@gm...> - 2009-04-19 15:21:06
|
I'm looking for stability, ease-of-use, and performance. -- View this message in context: http://www.nabble.com/Which-operating-system-is-better-for-OpenSSI%2C-Debian-Sarge-or-Fedora-Core-3--tp23124016p23124016.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: Advice P. <LA...@gm...> - 2009-04-19 15:19:43
|
An example of multi-threaded application is GIMP. -- View this message in context: http://www.nabble.com/Does-OpenSSI-combine-CPU-cores-for-multithreaded-applications--tp23124003p23124003.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: Advice P. <LA...@gm...> - 2009-04-19 15:19:03
|
-- View this message in context: http://www.nabble.com/Does-OpenSSI-combine-motherboard-video-chipsets-for-gaming-or-other-video-intensive-programs--tp23123999p23123999.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: Advice P. <LA...@gm...> - 2009-04-19 15:18:32
|
-- View this message in context: http://www.nabble.com/How-do-I-create-nodes-in-OpenSSI--tp23123990p23123990.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: Advice P. <LA...@gm...> - 2009-04-19 15:14:45
|
I read this in the Wikipedia: "OpenSSI is designed to be used for both high performance and high availability clusters, it is possible to create an OpenSSI cluster with no single point of failure, for example the file system can be mirrored between two nodes, so if one node crashes the process accessing the file will fail over to the other node. Alternatively the cluster can be designed in such a manner that every node has direct access to the file system." -- View this message in context: http://www.nabble.com/How-do-I-make-every-node-have-direct-access-to-the-file-system--tp23123954p23123954.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: John H. <jo...@Ca...> - 2009-04-17 09:27:44
|
jef...@gm... wrote: > Me to actually. Its working now. Thank you for working with me. > So, as Zippy the pinhead would say, Are you having fun yet? |
|
From: John H. <jo...@Ca...> - 2009-04-12 09:13:38
|
John Hughes wrote: > John Hughes wrote: >> jhansen wrote: >> >>> Still "no joy" >>> >>> this approach didn't work. It couldnt even mount the root file >>> system at >>> reboot :o >>> >> Please could you try re-installing from the beginning, following my >> (modified) instructions to the letter. >> >> > This is too bizarre. I'm trying a reinstall from scratch and it > downgraded udev for me on the dist-upgrade. > I've just done another reinstall, from scratch, and it all worked as expected, including the udev downgrade. |
|
From: John H. <jo...@Ca...> - 2009-04-12 09:10:11
|
jhansen wrote: >> deb http://volatile.debian.org/debian-volatile lenny/volatile main >> deb-src http://volatile.debian.org/debian-volatile lenny/volatile main >> >> > Do you need this? Why? > This was here as part of the install. I commented this out. > debian volatile is where they bung quick changing stuff like virus scanner patterns. (I.E. stuff where the changes are not too large and you don't want to be forced to wait for the next update). It gets installed in /etc/apt/sources.list by the standard install. Having it should cause no problems. |
|
From: John H. <jo...@Ca...> - 2009-04-12 08:57:30
|
John Hughes wrote: > After the various problems people have been having installing OpenSSI > on Debian Lenny I've retried it myself to see if it still works. > > The good news is that the install worked more as less as expected. > As the commented install log is too big for SourceForge's mail system I've put a copy on deb.openssi.org. You can see it at: http://deb.openssi.org/alpha/openssi-lenny/install-log.html |
|
From: John H. <jo...@Ca...> - 2009-04-11 12:40:06
|
After the various problems people have been having installing OpenSSI on Debian Lenny I've retried it myself to see if it still works. The good news is that the install worked more as less as expected. One very strange thing is that this time the udev downgrade worked as expected. I'm going to have to spend some time working out why it works now but didn't work before. Here's the log. I've had to gzip it to avoid Sourceforge message size limits. I'll send an trimmed, commented version as another message. |
|
From: John H. <jo...@Ca...> - 2009-04-11 08:40:43
|
John Hughes wrote: > jhansen wrote: > >> Still "no joy" >> >> this approach didn't work. It couldnt even mount the root file system at >> reboot :o >> >> > Please could you try re-installing from the beginning, following my > (modified) instructions to the letter. > > This is too bizarre. I'm trying a reinstall from scratch and it downgraded udev for me on the dist-upgrade. |
|
From: John H. <jo...@Ca...> - 2009-04-10 08:17:09
|
jhansen wrote: > Still "no joy" > > this approach didn't work. It couldnt even mount the root file system at > reboot :o > Please could you try re-installing from the beginning, following my (modified) instructions to the letter. If any step doesn't work, contact me immediately. |
|
From: jhansen <jef...@gm...> - 2009-04-09 14:34:07
|
Still "no joy"
this approach didn't work. It couldnt even mount the root file system at
reboot :o
jhansen wrote:
>
> .
>
> What does:
>
> grep symlink /var/lib/dpkg/info/udev.postinst
>
> show?
>
> (For me it's:
>
> # grep symlink /var/lib/dpkg/info/udev.postinst
> # create a default symlink if the directory exists and is empty
> create_rules_symlink() {
> # make symlinks to the sockets and pipes on the old /dev
> create_rules_symlink
>
> I got the same as you. So, I did the following from bash shell:
> . /var/lib/dpkg/info/udev.postinst abort-deconfigure (return)
> create_rules_symlink (return)
>
> That seemed to work and I've got rules.d populated now. Next step is to
> install openssi, i'll do that tonight and let you know how it worked.
> Thanks!
>
>
>
>
--
View this message in context: http://www.nabble.com/can%27t-access-public-nic-tp22751847p22972213.html
Sent from the ssic-linux-users mailing list archive at Nabble.com.
|
|
From: jhansen <jef...@gm...> - 2009-04-08 15:29:06
|
.
What does:
grep symlink /var/lib/dpkg/info/udev.postinst
show?
(For me it's:
# grep symlink /var/lib/dpkg/info/udev.postinst
# create a default symlink if the directory exists and is empty
create_rules_symlink() {
# make symlinks to the sockets and pipes on the old /dev
create_rules_symlink
I got the same as you. So, I did the following from bash shell:
. /var/lib/dpkg/info/udev.postinst abort-deconfigure (return)
create_rules_symlink (return)
That seemed to work and I've got rules.d populated now. Next step is to
install openssi, i'll do that tonight and let you know how it worked.
Thanks!
--
View this message in context: http://www.nabble.com/can%27t-access-public-nic-tp22751847p22952958.html
Sent from the ssic-linux-users mailing list archive at Nabble.com.
|
|
From: Sergi B. <hi...@li...> - 2009-04-08 10:02:32
|
Hello, I have 5 nodes cluster working with openssi-webview, but now I want to test it, anyone know if I can test it with blender or john? Thanks -- Sergi Barroso Linux user #313577 PGPID: D318F5E8 http://www.lionclan.org |
|
From: John H. <jo...@Ca...> - 2009-04-08 09:43:45
|
jhansen wrote:
> I when to run the shell command line and I am still getting
> "sh: create_rules_symlink: ommand not found."
>
>
This is so frustrating - I don't see why it works for me and not for you.
What does:
grep symlink /var/lib/dpkg/info/udev.postinst
show?
(For me it's:
# grep symlink /var/lib/dpkg/info/udev.postinst
# create a default symlink if the directory exists and is empty
create_rules_symlink() {
# make symlinks to the sockets and pipes on the old /dev
create_rules_symlink
|
|
From: jhansen <jef...@gm...> - 2009-04-08 03:34:33
|
Getting closer but still not quite there.
So do an "apt-get install udev" to install version 0.80-1
ok, this worked this time (wiered it didn't work first time i verified
that i did run it previously). and I got the warning message and installed
new packages. dpkg -l udev now shows version 0.80-1
> deb http://volatile.debian.org/debian-volatile lenny/volatile main
> deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
>
Do you need this? Why?
This was here as part of the install. I commented this out.
I when to run the shell command line and I am still getting
"sh: create_rules_symlink: ommand not found."
--
View this message in context: http://www.nabble.com/can%27t-access-public-nic-tp22751847p22942406.html
Sent from the ssic-linux-users mailing list archive at Nabble.com.
|
|
From: John H. <jo...@Ca...> - 2009-04-07 08:25:29
|
Sergi Barroso wrote: > John Hughes escribió: >> >> Well drat. >> >> Ok, do: >> >> mklocalfile "/etc/blkid.tab" >> and retry your ssi-addnode. > The script ssi-addnode deletes /etc/blkid.tab simlynk and create this > file again. > > This is the problem. > Bizarro. I'll check this afternoon. |
|
From: John H. <jo...@Ca...> - 2009-04-07 08:24:34
|
jhansen wrote: > What is the output of "apt-cache policy udev" > > > udev: > Installed: 0.125-7 > Candidate: 0.125-7 > Version table > ***0.125-7 - > 500 http://ftp.us.debian.org lenny/main Packages > 100 /var/lib/dpkg/status > 0.080-1 0 > 1000 http://deb.openssi.org./ Packages > So do an "apt-get install udev" to install version 0.80-1 > > Please post your /etc/apt/preferences > (note: i created this file from scratch as it was not present. > --------------------preferences--------------------- > Package: * > Pin: origin deb.openssi.org.org > Pin-Priority:1000 (i've had this both ways, i'll set back to 1001 per > above) > ----------------------------------------------------- > Yup, should be 1001 > > > and /etc/apt/source.list files. > > ----------------------sources.list------------------------------ > # deb http://ftps.us.gebian.org/debian lenny main > > deb http://ftp.us.debian.org/debian/ lenny main > deb-src http://ftp.us.debian.org/debian/ lenny main > > deb http://security.debian.org/ lenny/updates main > deb-src http://security.debian.org/ lenny/updates main > > deb http://volatile.debian.org/debian-volatile lenny/volatile main > deb-src http://volatile.debian.org/debian-volatile lenny/volatile main > Do you need this? Why? > deb http://deb.openssi.org/alpha/openss-lenny ./ > deb http://deb.openssi.org/alpha/openssi-lenny-extras ./ > Good. > --------------------------------------------------- > > (forgive any minor typos, I typed these instead of trying to pull them off > the server as my public nic is not working ;) ) > |