Displaying 20 results from an estimated 800 matches similar to: "--delete-before doesn't seem to actually be deleting before transfer"
2005 Aug 15
1
automount problem
hi,
I'm not sure if this is the right list.
my client is sharing a folder via samba (/export)
In that folder there is a automount-entry for my usbstick (/export/usbstick)
On another host i can mount the export with mount.smbfs
As soon as I access the stick (so automount gets active) i cannot umount
the share. Get error: device is busy (automount timeout is set to 2sec.)
When i never access
2005 Aug 11
7
Booting disk images with syslinux?
Is it possable to boot a diskimage with syslinux?
So often I run into bios upgrade disks images or can
easily create a disk image and would like an easy way
to just boot these images.
I know isolinux does this and I vagely remember using
it to make a bootable windows 95 cd back in the day.
It worked to.
It would be nice if I could just copy the disk image
to a usbstick and use syslinux to boot
2016 Mar 12
6
The sad state of samba 4 adaption for home/small business routers.
Reindl Harald <h.reindl <at> thelounge.net> writes:
>bloatware means unsecure, uncomfortable webinterfaces with limited
>functionality compared what iptables alone offers you with some knowledge
> all that embedded crap is for people which needs handholding and have
> fun to own a dozen of halfbaken devices instead just one real box
It seems you still have some
2006 Oct 25
0
Tell Samba, it should not allocate disk memory before copying file
Hello everybody,
i am running samba 3.0.23c and i have a little problem when writing a
file to a share.
When i connect to my samba server, all the shares are shown correctly.
Then i choose the one
(my usbstick) where i would like to copy some files to.
My client is a windows XP client and what happens is, that samba first
creates the file and all
the needed memory on the usbstick, before it
2016 Mar 12
2
The sad state of samba 4 adaption for home/small business routers.
Jeremy Allison <jra <at> samba.org> writes:
>
> On Sat, Mar 12, 2016 at 11:16:36AM +0000, Andy Walsh wrote:
> >
> > Also keep in mind that samba3.6 was successfully adopted on any device that
> > had a usb2.0 port in the past. So slapping a usbstick/sdcard/hdd on a cheap
> > router is already a common scenario.
>
> Yes, and I'd like to help
2004 Feb 19
1
syslinux 2.06, won't boot => kernel size pb?
Hi,
I'm currently trying to build up a booting usbstick. works fine with syslinux. However I have some troubles putting my own kernel image (bzImage) instead of that of a distribution (i.e. already compiled). The only difference I noticed is that the "pre-compiled" kernel is about 1.4M big whereas mine 1.5M. The Syslinux Homepage confirm that "this version [...] can now handle
2016 Mar 12
0
The sad state of samba 4 adaption for home/small business routers.
On 12/03/16 11:16, Andy Walsh wrote:
> Reindl Harald <h.reindl <at> thelounge.net> writes:
>
>
>> bloatware means unsecure, uncomfortable webinterfaces with limited
>> functionality compared what iptables alone offers you with some knowledge
>> all that embedded crap is for people which needs handholding and have
>> fun to own a dozen of halfbaken
2016 Mar 12
0
The sad state of samba 4 adaption for home/small business routers.
On Sat, Mar 12, 2016 at 05:19:13PM +0000, Andy Walsh wrote:
> Jeremy Allison <jra <at> samba.org> writes:
>
> >
> > On Sat, Mar 12, 2016 at 11:16:36AM +0000, Andy Walsh wrote:
> > >
> > > Also keep in mind that samba3.6 was successfully adopted on any device that
> > > had a usb2.0 port in the past. So slapping a usbstick/sdcard/hdd on a
2007 Oct 05
2
embedded fs access?, was Re: Booting ISOs
Hello, my name is Douglas McClendon. I just joined this list. The
question that prompted me to join, is actually quite timely, as it
related to the Booting ISOs thread, which unfortunately, I can't just
continue.
I think the answer the "Booting ISOs" question got, regarding the
knoppix cheatcode, was relevant, but not quite optimal.
Unless I am misunderstanding, using the
2014 Sep 26
4
Determine from which device syslinux booted from
Hi,
Is it possible to know (and pass it as a kernel argument) from which device
syslinux booted from?
My case is:
I have a USB stick with a custom linux installation. Syslinux boots from
it, load kernel and initrd. My initrd scans all blocks devices looking for
a valid root device and use it when it is found.
The problem is that sometimes I have another USB stick on the same computer
wich has
2005 Oct 08
3
Not able to use cdrom-drives
hi all
i have problems configuring my cdrom-devices with winecfg. when i try
to add it as d: with the mountpoint /media/cdrom0 and select to be a
cdrom-device, click apply and restart winecfg it is shown as a
disk-device. i also tried with different mountpoints and also the
device /dev/hdd itselfs but it always ends in the same problem. Also
the autoconfiguration thing does not work. It adds my
2016 Mar 11
2
The sad state of samba 4 adaption for home/small business routers.
Reindl Harald <h.reindl <at> thelounge.net> writes:
> most likely because there is no serious market
>
> if i want a NAS i buy a NAS
> if i want a router i buy a router
>
>
> no struggle with updates and security holes
> no struggle with software versions
> no struggle with "i can have this and this but not combined with that"
> no struggle
2006 Aug 25
0
Small Update: load_rails now actually loads rails
Folks-
After enough people running into problems because load_rails was
misleading and actually only loaded your models and ActiveRecord, I
have just pushed a small update> All that has changed is that in the
config file load_rails is set to true by default and it actually
loads all of rails by require''ing environment.rb. SO anything that
works in your rails app should be
2007 Mar 22
1
4.4 i386 Server CD actually 64-bit?
Just downloaded the CentOS 4.4 i386 Server CD. The md5sum on the file
matches:
My file: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso)
md5sum.servercd: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso)
However, when I boot up with the CD on a Compaq Armada E500 laptop (Pentium
III), the following message pops up:
"Your CPU does not support long
2006 May 05
1
select :selected doesn''t actually generate a selected option
All,
I have code that looks like this:
<%= select(''date'', ''month'', [
["1?","1"],
["2?","2"],
["3?","3"],
["4?","4"],
["5?","5"],
["6?","6"],
["7?","7"],
["8?","8"],
2009 Jul 01
4
Wine on Windows 7... Anyone actually tried?
Oi.
So. Now we have a version of windows that actually has legit uses for wine.
Windows 7 can't run horrifyingly outdated 16bit programs(Such as Exile Escape from the Pit) period. Atleast so Ive herd--and tried and seen to seem to be true. Not to mention a multitude of programs that SHOULD run--but just dont like it(Worms Armageddon, for one... though dunno if it works on wine)
Also.
2008 Dec 17
2
How to tell when a issue actually gets in a released version
This bug report http://bugs.digium.com/print_bug_page.php?bug_id=12038
apparently has been fixed.
I dont see anything on the page saying what released version of asterisk
this is in.
How can I tell that?
jerry
2013 May 21
1
How many decimal places of information does R actually use in computation?
Dear R-users:
Hi, I read here (
http://stackoverflow.com/questions/2287616/controlling-digits-in-r) that R
is only accurate up to the 15th decimal place, despite the fact that if you
choose to display more decimal places, it will. I wonder if R uses the
information beyond the 15th decimal place in actual computation. Thanks!
Best,
Xiao
[[alternative HTML version deleted]]
2011 Nov 18
1
What does :count actually mean in assert_select?
Hi guys,
I tried reading up the RSPEC Book (Dec 2010) and googled a bit but I
could not find anything.
I''m using Rspec2.
Example:
spec/factories/categories.rb
======================
FactoryGirl.define do
factory :category_intakes, :class => ''category'' do
name ''intakes and filters''
description ''airfilters and
2012 Jan 29
0
Manpage states "-C" is an exclude pattern when it's actually a filter rule
Hey,
I recently tried to use the "-C" filter rule in a file with exclude
patterns and was stumped for a while when it didn't work as I expected
(it was supposed to expand to exclude patterns for several version
control files/directories, like .git, .hg, .svn etc.). This is the link
to the pastebin with the pattern file and the rsync invocation I used,
just in case: