search for: oldschool

Displaying 15 results from an estimated 15 matches for "oldschool".

2007 May 10
2
Problem with translator
Hi, Just installed 0.9.4 (from 0.8 series) and ran the spec translator. It messed up specs that had the should include() where the argument to include is a string (using no parens for the arg) IOW, given: context "OldSchool" do class OldSchool attr_accessor collection def initialize @collection = [] end def add_new(item) @collection << item end end specify "should include string with ''?''" do sc...
2009 Oct 27
2
oldschool xen kernel on sid
...ward ported patches from > > http://code.google.com/p/gentoo-xen-kernel/downloads/list > > to the 2.6.31 experimental package. > The resulting kernel works well for me (at least on amd64 arch). > > Fell free to reuse my little work > http://www.prato.linux.it/~mnencia/xen/oldschool-xen-2.6.31-5.patch.bz2 I applied the patch, built the kernel, but it'll crash / reset the system in the middle of the booting process. The last thing I can see are some ``NET:'' messages. How to help debugging this? Marco, should I perhaps give your binary packages a try? Bastian,...
2005 Dec 15
3
How to delete a record
...elongs_to_many :users end class User < ActiveRecord::Base has_and_belongs_to_many :groups end i want this http://wiki.script.aculo.us/scriptaculous/show/SortableListsDemo with ajax, first column the user who arent in the group, the second column those who are in the group. (is cooler than 2 oldschool selectlists ;) ) now i want to delete this record ex: (i want to remove the link between the user and the group, but wanna keem the user and group object group_id = 5 users_id = 10 User.connection.delete("DELETE * FROM groups_users WHERE group_id = " + group_id + " and user_id = &q...
2006 May 29
14
Jabber Powered Rails Chatroom
For those who cant access IRC, or just looking for a quick browser based alternative, i started an open jabber powered webchat for rails. Hopefully this will be a nice alternative for people to go to ask questions, get some help, offer some help, etc. I hope the community enjoys it, just trying to give a little back for all the hard work. It can be accessed here http://jabber.dufftech.com
2009 Nov 22
6
Strange interaction from grub2 and XEN
...mmy=dummy argument mnencia@manwe:/tmp$ cat /proc/cmdline root=UUID=e9ed5af4-0503-4314-9d28-415a0eb7b0a0 ro quiet Before the addition of dummy=dummy in front of line, the missing argument was the root=*, so my initrd had no idea of which root it have to mount. BTW, the problem happens with both oldschool kernels and pvops ones. I''ve googled around a bit, but I haven''t found anything about this issue. Kind regards, Marco -- --------------------------------------------------------------------- | Marco Nenciarini | Debian/GNU Linux Developer - Plug Member | | mnencia@prato....
2009 Nov 22
6
Strange interaction from grub2 and XEN
...mmy=dummy argument mnencia@manwe:/tmp$ cat /proc/cmdline root=UUID=e9ed5af4-0503-4314-9d28-415a0eb7b0a0 ro quiet Before the addition of dummy=dummy in front of line, the missing argument was the root=*, so my initrd had no idea of which root it have to mount. BTW, the problem happens with both oldschool kernels and pvops ones. I''ve googled around a bit, but I haven''t found anything about this issue. Kind regards, Marco -- --------------------------------------------------------------------- | Marco Nenciarini | Debian/GNU Linux Developer - Plug Member | | mnencia@prato....
2007 Aug 16
3
e c30ac536947f7330943f8de9c33f70ef2d5994e7
...rawlers, links, dillo, and pays attention to the headers to export RDF to tools that want it like tabulator, triplr, virtuoso. everything is cached for both server (serialized resource) and client (if-modified/etag). the base URI is mapped to the root of the server for your domain. embedded in the oldschool HTML is RDFa which is used to bootstrap a base javascript GUI aka ''fire''. you''ll likely want to customize this for your app, although i do plan on providing a more complete set of base tools - graphical query editor and some sample scripts as a seperate package for things...
2005 Dec 14
0
how to get these records in has_and_belongs_to_many relation
...elongs_to_many :users end class User < ActiveRecord::Base has_and_belongs_to_many :groups end i want this http://wiki.script.aculo.us/scriptaculous/show/SortableListsDemo with ajax, first column the user who arent in the group, the second column those who are in the group. (is cooler than 2 oldschool selectlists ;) ) these are my users: in group: Luc not in group: Nick, Glenn, Andy for the second colum i got this in my controller: @group_users = Group.find(:first, :conditions =>[''firm_id = ? and id = ?'', @firm_id, @selected_group]).users and in rhtml: <% for user in @...
2008 May 28
1
IPChains
How can I tell if its running? Where is the default location? Thanks.. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080528/647f6634/attachment-0005.html>
2011 Mar 09
2
sata drives and controlers
I intend to replace fading SCSI drive by a SATA one. The motherboard is PCI and no SATA controller on board. So I need a SATA/PCI controller. Is there something wrong to do this kind of switch? Some told me that I won't be able to boot that drive. Loosing part of the SATA interface speed is not a decisive factor on this machine Is there are some prefered Linux SATA controller? Need
2018 Jul 25
1
Sorry by the topic
...be what i need. > > when a new user tries to login i need samba to simply call a script > > which create a btrfs subvolume on the fileserver sharing out the home > > dirs after which samba then continues and allows login. > > shadrock > > > > No, that's oldschool, from reading the webpage you > referred to, I can see you have installed 'oddjob-mkhomedir', this > should do it for you. If the users homedirs are not being created at > user logon, then it is a red-hat problem, especially as you are also > using sssd. > > Rowland...
2018 Jul 25
1
smb.conf root preexec ?
> Subject: > Re: [Samba] Samba AD domain member and home directory creation > From: > Denis Cardon <dcardon at tranquil.it> > Date: > 09/02/2017 19:07 > To: > Dario Lesca <d.lesca at solinos.it>, Samba List <samba at lists.samba.org> > > Hi Dario, > > > On a Centos 7 minimal fresh install I have follow this howto: > > > >
2018 Jul 27
1
smb.conf root preexec ?
...reexec seems to be what i need. >> when a new user tries to login i need samba to simply call a script >> which create a btrfs subvolume on the fileserver sharing out the home >> dirs after which samba then continues and allows login. >> shadrock >> > No, that's oldschool, from reading the webpage you > referred to, I can see you have installed 'oddjob-mkhomedir', this > should do it for you. If the users homedirs are not being created at > user logon, then it is a red-hat problem, especially as you are also > using sssd. > > Rowland > &...
2009 May 26
1
Installing and running XEN
Hi all! I''m new on the list. I have read many HowTos about xen installations and I have an error that I cant find solution. (S.O: Debian Lenny) First, this is what I did: Hypervisor # aptitude install xen-hypervisor-i386 libc6-xen xen-utils xen-tools bridge-utils Kernel # aptitude install xen-linux-system-2.6.26-2-xen-686 ----- # nano /etc/modules loop max_loop=128 # nano
2009 Sep 18
36
streaming server on a virtual machine.
I need to installa a streaming server for live videos and for video on demand. My choice is red5. Do you think I can use a xen virtual machine to run a streaming service? Or it is better not to virtualize? Sorry for my bad english. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users