search for: projekti

Displaying 8 results from an estimated 8 matches for "projekti".

Did you mean: projekte
2018 Jul 24
5
Force set group id on samba domain member
Samba DM config below. Directories with setgid: $ll /home4/group total 32 drwxrws--- 7 NIS\nisadmin NIS\audio 4096 Jul 24 14:14 audio drwxrwx--- 2 NIS\nisadmin NIS\dok-sprava 4096 Jul 21 09:23 dok-sprava drwxrwx--- 2 NIS\nisadmin NIS\poj 4096 Jul 23 08:38 poj drwxrwx--- 2 NIS\nisadmin NIS\projekty 4096 Jul 23 09:14 projekty When user creates file/dir directly on linux, the
2010 Apr 27
4
Translated (language-aware) routes in Rails application
Hi, I''d like to have translated languate-aware routes in my application, like: /projects/5/permissions => locale "PL" /projekty/5/pozwolenia => locale "PL" Is there any way to achieve it with RESTful routes? I have done it manually with named routes, but it''s overwhelming with over 300 routes :D Also tried namespace (yeah, didn''t work) and
2018 Jul 24
0
Force set group id on samba domain member
On Tue, 24 Jul 2018 14:38:31 +0200 Michal via samba <samba at lists.samba.org> wrote: > Samba DM config below. > Directories with setgid: > > $ll /home4/group > total 32 > drwxrws--- 7 NIS\nisadmin NIS\audio 4096 Jul 24 14:14 audio > drwxrwx--- 2 NIS\nisadmin NIS\dok-sprava 4096 Jul 21 09:23 dok-sprava > drwxrwx--- 2 NIS\nisadmin NIS\poj 4096 Jul 23
2009 Jan 01
1
wineg++ and conio.h problem
Here is a sample code: Code: #include <iostream> #include <cstdlib> #include <wine/msvcrt/conio.h> int main() { std::cout << "Press something...\n"; getch(); return EXIT_SUCCESS; } and here is the compile log: (two things are translated from polish so may differ a bit but meaning is the same) Code: szczerb at nomad ~/projekty/wine/temp $ make wineg++ -c
2006 Jun 15
1
Problem with deployment on TextDrive using shovel script
Hi, I try to deploy rails application to textdrive account. I use Geoffrey Grosenbach''s script http://nubyonrails.com/pages/shovel Unfortunatly I receive error message :-( Can you help me with this problem? I have no clue where exactly problem is :-( Please see log below ---- LOG ---- c:\Projekty\truck\trunk>rake --trace remote:exec ACTION=setup_lighty (in
2018 Jul 24
0
Force set group id on samba domain member
Am Dienstag, 24. Juli 2018, 14:38:31 CEST schrieb Michal via samba: > Samba DM config below. > Directories with setgid: > > $ll /home4/group > total 32 > drwxrws--- 7 NIS\nisadmin NIS\audio 4096 Jul 24 14:14 audio > drwxrwx--- 2 NIS\nisadmin NIS\dok-sprava 4096 Jul 21 09:23 dok-sprava > drwxrwx--- 2 NIS\nisadmin NIS\poj 4096 Jul 23 08:38 poj > drwxrwx---
2018 Jul 24
2
Force set group id on samba domain member
For being honest, in my previous tests this user's (user test1) new files was created with NIS\audio group as extected; but other user's files (user amistest) was created with "NIS\domain users" group (in the same "audio" directory). This lasted a few days. It looked like drwxr-sr-x 2 NIS\amistest NIS\audio 4096 Jul 24 08:17 amistestdir drwxrwsr-x+ 2
2008 Dec 31
1
wineg++ problem with the standard library
I got a really simple code to test but the author unfortunately used conio.h and system("cls") quite a few times. So I thought I'll check if I can use my Wine-1.1.11 instead of a windows installation that I keep on a VM. I used 'winemaker ./' and then 'make' and that's what I got: Code: szczerb at nomad ~/projekty/wine/plansza $ make wineg++ -c -mno-cygwin -I.