RE: BLODA nominee: Seagate GoFlex Home file server

2012-07-05 Thread Matt Seitz
> From: Andrey Repin [mailto:anrdae...@freemail.ru] > would be interesting to see, but please send it off-list. > > Andrey Repin (anrdae...@freemail.ru) 06.07.2012, <05:29> Andrey, I'm getting a bounce message when I try sending e'mail to anrdae...@freemail.ru. -- Problem reports: http:/

RE: BLODA nominee: Seagate GoFlex Home file server

2012-07-05 Thread Matt Seitz
> From: Andrey Repin > > testparm -sv | grep dos > would be interesting to see, but please send it off-list. I think it'll be fine to share these results. I couldn't find testparm: -bash-3.2$ rpm -ql samba-common | grep testparm /usr/bin/testparm /usr/share/man/man1/testparm.1.gz -bash-3.2$ /u

RE: BLODA nominee: Seagate GoFlex Home file server

2012-07-05 Thread Matt Seitz
From: Andrey Repin > Check mount output, or "fdisk -l" if your disks partitioned using MBR. (With > GPT it might be a bit tricky...) -bash-3.2$ ./fdisk -l -bash-3.2$ mount output: rootfs on / type rootfs (rw) ubi0:rootfs on / type ubifs (rw) /proc on /proc type proc (rw) /sys on /sys type sysfs

Re: BLODA nominee: Seagate GoFlex Home file server

2012-07-05 Thread Andrey Repin
Greetings, Matt Seitz! >> From: Earnie Boyd >> Is it possible to convert to NTFS? > Not easily. The GoFlex Home is an appliance that doesn't seem to have a > documented way for users to reformat the file system. But even a FAT file > system supports FAT file attributes, so reformatting to NTFS

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-05 Thread Ryan Johnson
On 05/07/2012 9:36 AM, Claude SIMON wrote: Ryan Johnson wrote: On 04/07/2012 5:45 AM, Claude SIMON wrote: When I compile the component with Visual C++, it works. When I compile the component with g++... it crashes. With 'gdb', I found that the problem happens when calling the 'malloc' function

Re: cygwin make failing with Error 126 after upgrading to Windows 7

2012-07-05 Thread marco atzeri
On 7/5/2012 7:10 PM, Andy Ruff wrote: We've just upgraded from XP to Windows 7 and now our build system is failing when running make 2.81 from cygwin to compile and link our C++ libraries. We parallel build across 6 of the 8 cores available on our development machines (using -j 6) and have had n

cygwin make failing with Error 126 after upgrading to Windows 7

2012-07-05 Thread Andy Ruff
We've just upgraded from XP to Windows 7 and now our build system is failing when running make 2.81 from cygwin to compile and link our C++ libraries. We parallel build across 6 of the 8 cores available on our development machines (using -j 6) and have had no issues with XP. Now, as soon as we up

Re: I'm having problems with cygwin 1.7 and ACL handling.

2012-07-05 Thread Corinna Vinschen
On Jul 5 12:02, Mark Lommers wrote: > Hi Corinna, > > Thanks for your tip, it pointed me to the right direction. > > When calling the test now with > > cygdrop -P backup -P restore test.exe > > the test is running fine. > > Is it also possible to drop this privileges by default? No,

git-clone: forked process died unexpectedly

2012-07-05 Thread Tallak Tveide
I am trying to install ruby on Cygwin using RVM. My system fails when trying to clone a git repository on http. $ git clone http://github.com/developwithpassion/devtools Cloning into 'devtools'... 2 [main] git-remote-http 444 fork: child -1 - forked process 4172 died unexpectedly, retr

Re: 1.7.15: periodically losing network interfaces under Win7 x64

2012-07-05 Thread Ed
> What reasons do you have for thinking this is a Cygwin problem? Network > connections are managed by Windows, not Cygwin, and ipconfig is a > MS Windows application. [You will see the same running it under > the MS command shell.] Cliff - thanks for the quick reply. The interesting thing is w

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-05 Thread Claude SIMON
Ryan Johnson wrote: > On 04/07/2012 5:45 AM, Claude SIMON wrote: >> When I compile the component with Visual C++, it works. When I compile >> the >> component with g++... it crashes. >> >> With 'gdb', I found that the problem happens when calling the 'malloc' >> function (as soon as the function is

Re: Linefeed without carriage return after quitting vim

2012-07-05 Thread Ken Brown
On 7/5/2012 1:44 AM, Sumudu Fernando wrote: Using the latest cygwin DLL (1.7.15-1) I am routinely encountering a strange issue when quitting vim. This only occurs if I have used ^Z to suspend vim, restored it with fg, and later quit. IOW things work normally if I never suspend vim. A problemat

Re: [ANNOUNCEMENT] Updated: cygport-0.10.11-1

2012-07-05 Thread Ken Brown
On 7/4/2012 2:22 AM, Yaakov (Cygwin/X) wrote: * Split debuginfo subpackages are created automatically whenever possible. Thanks. I'll be using this for the next emacs release. I have two questions about the setup.hint file created for the debuginfo subpackage: 1. Does upset support the new

Re: Linefeed without carriage return after quitting vim

2012-07-05 Thread Richard Gribble
On Thu, Jul 5, 2012 at 1:44 AM, Sumudu Fernando wrote: > > Using the latest cygwin DLL (1.7.15-1) I am routinely encountering a > strange issue when quitting vim. This only occurs if I have used ^Z > to suspend vim, restored it with fg, and later quit. IOW things work > normally if I never suspe

Re: Alt+numpad keys doesn't work in ssh sessions

2012-07-05 Thread Lars Bjørndal
On Wed, Jul 04, 2012 at 09:48:16AM -0400, Earnie Boyd wrote: > On Wed, Jul 4, 2012 at 6:56 AM, Lars Bjørndal wrote: > > Hello > > > > I use Cygwin from cmd.exe, because I use BRLTTY, and that doesn't work > > in Minty. Inside Cygwin, I can type alt+066, and I get B as expected. If > > I do the same

Re: I'm having problems with cygwin 1.7 and ACL handling.

2012-07-05 Thread Mark Lommers
Hi Corinna, Thanks for your tip, it pointed me to the right direction. When calling the test now with cygdrop -P backup -P restore test.exe the test is running fine. Is it also possible to drop this privileges by default? when logging in via ssh or using the cygwin bash? If so I do

Re: sshd does not start because of a logon problem

2012-07-05 Thread marco atzeri
On 7/5/2012 9:28 AM, Corinna Vinschen wrote: On Jul 4 21:50, Gregg Levine wrote: Hello! Now I am getting this rather obtuse message: C:\Windows\system32>net helpmsg 1069 The service did not start due to a logon failure. This usually means the service user account does not have the "Logon as

Re: sshd does not start because of a logon problem

2012-07-05 Thread Corinna Vinschen
On Jul 4 21:50, Gregg Levine wrote: > Hello! > Now I am getting this rather obtuse message: > C:\Windows\system32>net helpmsg 1069 > > The service did not start due to a logon failure. This usually means the service user account does not have the "Logon as service" right. You can change that in