search for: projekty

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

Did you mean: projekte
2018 Jul 24
5
Force set group id on samba domain member
...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 files has correct group: $ mkdir /home4/group/audio/test1dir $ touch /home4/group/audio/test1file $ ll /home4/group/audio total 4 drwxr-sr-x 2 NIS\test1 NIS\audio 4096 Jul 24 08:15 test1dir -rw-r--r-- 1 NIS\test1 NIS...
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 Rails3 scope :( -- You received this message becaus...
2018 Jul 24
0
Force set group id on samba domain member
...h 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 files has correct > group: > > $ mkdir /home4/group/audio/test1dir > $ touch /home4/group/audio/test1file > $ ll /home4/group/audio > total 4 > drwxr-sr-x 2 NIS\test1 NIS\audio 4096 Jul...
2009 Jan 01
1
wineg++ and conio.h problem
...de <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 -o main.o main.cpp In file included from main.cpp:3: /usr/include/wine/msvcrt/conio.h:11:21: error: crtdefs.h: no such file or directory winegcc: g++ failed make: *** [main.o] error 2 and the file is there: Code: szczerb at nomad ~/projekty/wine/temp $ slocate c...
2006 Jun 15
1
Problem with deployment on TextDrive using shovel script
...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 c:/Projekty/truck/trunk) ** Invoke remote:exec (first_time) ** Execute remote:exec loading configuration c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/ca pistrano/recipes/standard.rb loading configuration ./config/deploy...
2018 Jul 24
0
Force set group id on samba domain member
...h 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 files has correct > group: > > $ mkdir /home4/group/audio/test1dir > $ touch /home4/group/audio/test1file > $ ll /home4/group/audio > total 4 > drwxr-sr-x 2 NIS\test1 NIS\audio 4096 Jul...
2018 Jul 24
2
Force set group id on samba domain member
.../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 files has correct > > group: > > > > $ mkdir /home4/group/audio/test1dir > > $ touch /home4/group/audio/test1file > > $ ll /home4/group/audio > > total 4 > &gt...
2008 Dec 31
1
wineg++ problem with the standard library
...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. -o main.o main.cpp /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:170: error: ::snprintf has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:171: error: ::vfscanf has not been declared /usr/lib/gcc/x86_64...