Content-Type: text/plain
debian-user-digest Digest Volume 2007 : Issue 1860
Today's Topics:
script not working, cl works [ L.V.Gandhi ]
Re: Nameserver update [ "Martin Marcher" ]
Re: script not working, cl works [ =?utf-8?B?QW5kcsOp?= Berger ]
Re: have to learn python [ Joe Hart ]
Re: archive corrupted ! [ Till Wimmer ]
Re: RTF - proprietary or open? [ ndemou@gmail.com ]
Re: archive corrupted ! [ Shams Fantar ]
Re: Nameserver update [ Till Wimmer ]
Re: have to learn python [ BartlebyScrivener ]
How to get Stumble Upon to work with [ "John W. Foster" ]
Date: Thu, 28 Jun 2007 08:04:22 -0700
From: L.V.Gandhi <lvgandhi@gmail.com>
To: debian-user <debian-user@lists.debian.org>
Subject: script not working, cl works
Message-ID:
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I have a csv file with 50 lines.
lvgandhi@lvgvaio:~/stock/today$ tail -n 5 highs.csv
BANKRAJAS,14
GARWALLROP,14
KERNEX,14
ZENITHINFO,14
ORBITCORP,14
I have a script which has lines
cd /home/lvgandhi/.qtstalker/data1/group/Highs
rm -f *
for stock in $(cat /home/lvgandhi/stock/today/highs.csv|cut -d,
-f1);do ln -s /home/lvgandhi/.qtstalker/data1/data/Stocks/nse/$stock
$stock;done
ln: accessing
`GAIL\nHDFC\nRPL\nSIEMENS\nTATAPOWER\nCUMMINSIND\nKOTAKBANK\n3MINDIA\nADANIENT\nADVANIHOTR\nAIAENG\nAMARAJABAT\nAPIL\nBATLIBOI\nBBL\nCHESLINTEX\nCHOLADBS\nCRANESSOFT\nEASUNREYRL\nFOSECOIND\nGENUSOVERE\nGVKPIL\nHONAUT\nIBREALEST\nINDOASIFU\nJAYAGROGN\nJBFIND\nJINDRILL\nKALINDEE\nMEGH\nMONNETISPA\nNBVENTURES\nNIITLTD\nNSIL\nNUMERICPW\nORBITCORP\nPNC\nRUBYMILLS\nSATHAISPAT\nSKUMARSYNF\nTHEMISMED\nTIPSINDLTD\nTITAN\nUTISUNDER\nALPHAGEO\nBANKRAJAS\nGARWALLROP\nKERNEX\nZENITHINFO\nORBITCORP':
File name too long
the same lines if I run in command line, works without problem as desired.
Any suggestions why lines in script is not working?
--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042
Date: Thu, 28 Jun 2007 17:19:21 +0200
From: "Martin Marcher" <martin.marcher@gmail.com>
To: debian-user <debian-user@lists.debian.org>
Subject: Re: Nameserver update
Message-ID: <db90db6e0706280819j75b6de92p7d9d648e75f8b33d@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
out of interest why are you using nslookup, i though dig is the tool
recommended these days...
On 6/28/07, Till Wimmer <g4-lisz@tonarchiv.ch> wrote:
> I) TTL of SOA is much to short!
> My SOA looks like this:
> origin = dns.substring.ch
> mail addr = noc.substring.ch
> serial = 2007060701
> refresh = 21600
> retry = 3600
> expire = 604800
> minimum = 86400
that is on purpose for the moment (trying to get rid of the mismatched
glue records) The com server do have the wrong ip of our NS.
> II) For all the mailing related stuff you should make sure that your MX
> names are the same the IP resolves to and vice versa.
> Another problem is that mx.openforce.com resolves to 62.99.149.109 and
> is claiming to be openforce.com (HELO), but openforce.com resolves to
> 62.99.149.107.
> ||62.99.149.107 resolves to 62-99-149-107.ifo.net. A well configured MTA
> doesn't like this...
> You should configure your MTA to answer with mx.openforce.com in his
> greeting sequence.
hmm true didn't pay attention to the mx stuff as we're in the middle
of migrating our office. that's a 30 second thing
> III) Then there is some contradiction in your NS' answers.
> ns10.openforce.com ist claiming there are 3 NS, but the other say there
that is what our dns registrar told me. Again, once the glue is
(hopefully) updated at the parent servers that should be solved (or
then I can at least update our slave nameservers to whatever the
parent servers say) for the moment ns24 and ns34 are the nameservers
that should be slaves for us (according to our providers info)
> IV) ns24.ifo.net is "Open DNS server". It can be queried for domains
> which it's not authoritative for:
not my fault :)
that is our registrar already told them about this but they don't want
to change it.
> develop@schlunze:~$ nslookup - ns24.ifo.net
> > substring.ch
> Server: ns24.ifo.net
> Address: 217.29.159.135#53
>
> Non-authoritative answer:
> Name: substring.ch
> Address: 80.242.134.171
so that was you! :)
and i was wondering why we got queried for that domain :)
> V) "Mismatched glue":
> If this is not a caching /TTL issue, it's really a bad thing. The root
> server says, ns10.openforce.com is at 62.99.149.110, but your NS says,
> it's at 81.223.107.117.
> Your domains registrar should update the root record:
I told them to do so, but I guess we'll ditch them that is the second
time with massive problems.
> develop@schlunze:~$ nslookup - i.gtld-servers.net
> > set type=ns
> > openforce.com
> Server: i.gtld-servers.net
> Address: 192.43.172.30#53
>
> Non-authoritative answer:
> openforce.com nameserver = ns10.openforce.com.
> openforce.com nameserver = ns34.ifo.net.
>
> Authoritative answers can be found from:
> ns10.openforce.com internet address = 62.99.149.110
incorrect address the correct address is 81.223.107.117 as you have
seen below - and that is the root of all my problems :/
I'm pretty confident they messed something up the dnsstuff report was
fine before the update and i triple checked the the AXFRs to match.
SOA TTL records are my fault now true but right now i'm dead in the
water and if those NS updates won't propagate soon we'll lose
connectivity as we need to move a couple of servers to the new office
since the old uplink is being closed down in 2 weeks.
thanks for checking
martin
Date: Thu, 28 Jun 2007 16:49:17 +0100
From: "abdelkader belahcene" <abelahcene@gmail.com>
To: debian-user <debian-user@lists.debian.org>
Subject: have to learn python
Message-ID: <46688cb90706280849t37019328m43fdf8f945a4c87@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
have I need to learn python, I know several interpreters (fro example
bash scripting, ) and laguages (php, C++,C..).
I administrate servers on linux
end developpe application at know using depending of course of type
of application so from bash, to C, C++ ( graphical interface fltk) and
php.
thanks in advance for any remark
best regards
bela
Date: Thu, 28 Jun 2007 18:15:08 +0200
From: Shams Fantar <sfantar@snurf.info>
To: debian-user@lists.debian.org
Subject: archive corrupted !
Message-ID: <4683DE8C.1010201@snurf.info>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Dear all,
I have a corrupted file, when I make 'tar xvzf
home-20-06-2007-05-55.tar.gz', I have :
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Error exit delayed from previous errors
I have tested the software "gzip Recovery Toolkit"[1] but I always have
this error message.
For information :
sfantar@sithare:/tmp_$ file home-20-06-2007-05-55.tar.gz
home-20-06-2007-05-55.tar.gz: gzip compressed data, from Unix, last
modified: Wed Jun 20 05:55:02 20
[1] : http://freshmeat.net/projects/gzrt
Thanks a lot !
--
Shams Fantar (http://snurf.info)
Date: Thu, 28 Jun 2007 17:54:37 +0200
From: =?utf-8?B?QW5kcsOp?= Berger <andre.berger@web.de>
To: debian-user@lists.debian.org
Subject: Re: script not working, cl works
Message-ID: <20070628155437.GA1174@hvk>
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
* L.V.Gandhi (2007-06-28):
> I have a csv file with 50 lines.
> lvgandhi@lvgvaio:~/stock/today$ tail -n 5 highs.csv
> BANKRAJAS,14
> GARWALLROP,14
> KERNEX,14
> ZENITHINFO,14
> ORBITCORP,14
> I have a script which has lines
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D
> cd /home/lvgandhi/.qtstalker/data1/group/Highs
> rm -f *
> for stock in $(cat /home/lvgandhi/stock/today/highs.csv|cut -d,
> -f1);do ln -s /home/lvgandhi/.qtstalker/data1/data/Stocks/nse/$stock
> $stock;done
I don't know why it doesn't work for you, but you cat try this:
for i in $(cat /your/file | awk -F ',' '{print $1}') ; do echo ${i} ; d=
one
or
export IFS=3D","
cat /your/file | while read a b ; do echo ${a} ; done
-Andr=C3=A9
--=20
May as well be hung for a sheep as a lamb!
Linux Kernel 2.6/PPC for Linkstation/KuroBox/HG/HS from http://hvkls.dynd=
ns.org
Date: Thu, 28 Jun 2007 18:18:11 +0200
From: Till Wimmer <g4-lisz@tonarchiv.ch>
To: debian-user <debian-user@lists.debian.org>
Subject: Re: have to learn python
Message-ID: <4683DF43.6040605@tonarchiv.ch>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Strange question ;)
Is there anything you cannot do with php, C++,C , bash,...
then the answer ist: why not!?
bye
Till
abdelkader belahcene wrote:
> Hi,
> have I need to learn python, I know several interpreters (fro example
> bash scripting, ) and laguages (php, C++,C..).
> I administrate servers on linux
> end developpe application at know using depending of course of type
> of application so from bash, to C, C++ ( graphical interface fltk) and
> php.
>
> thanks in advance for any remark
> best regards
> bela
>
>
Date: Thu, 28 Jun 2007 18:19:05 +0200
From: Joe Hart <j.hart@orange.nl>
To: debian-user@lists.debian.org
Subject: Re: have to learn python
Message-Id: <200706281819.05438.j.hart@orange.nl>
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
On Thursday 28 June 2007 17:49:17 abdelkader belahcene wrote:
> Hi,
> have I need to learn python, I know several interpreters (fro example
> bash scripting, ) and laguages (php, C++,C..).
> I administrate servers on linux
> end developpe application at know using depending of course of type
> of application so from bash, to C, C++ ( graphical interface fltk) and
> php.
>
> thanks in advance for any remark
> best regards
> bela
If you already are familiar with the above listed languages, then learning
python should be no problem at all. It really is a pretty straight forward
language and there are plenty of tutorials available (online).
The major difference between python and other languages is the way scope is
defined, in c (and c ++) you have the {}, while in python, the spacing
determines the scope, so indentation (and readable programs) are mandatory.
To me, that is a good thing.
Best of luck to you.
Joe
Date: Thu, 28 Jun 2007 18:20:14 +0200
From: Till Wimmer <g4-lisz@tonarchiv.ch>
To: debian-user <debian-user@lists.debian.org>
Subject: Re: archive corrupted !
Message-ID: <4683DFBE.80800@tonarchiv.ch>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Sorry for saying this: it probably tells you the truth :(
Bye,
Till
Shams Fantar wrote:
> Dear all,
>
> I have a corrupted file, when I make 'tar xvzf
> home-20-06-2007-05-55.tar.gz', I have :
>
> gzip: stdin: unexpected end of file
> tar: Unexpected EOF in archive
> tar: Error exit delayed from previous errors
>
> I have tested the software "gzip Recovery Toolkit"[1] but I always
> have this error message.
>
> For information :
>
> sfantar@sithare:/tmp_$ file home-20-06-2007-05-55.tar.gz
> home-20-06-2007-05-55.tar.gz: gzip compressed data, from Unix, last
> modified: Wed Jun 20 05:55:02 20
>
> [1] : http://freshmeat.net/projects/gzrt
>
> Thanks a lot !
>
Date: Thu, 28 Jun 2007 19:23:20 +0300
From: ndemou@gmail.com
To: debian-user <debian-user@lists.debian.org>
Subject: Re: RTF - proprietary or open?
Message-ID: <cc703c350706280923q88c1caah3e647a2dc6426575@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
On 6/28/07, Celejar <celejar@gmail.com> wrote:
> On Thu, 28 Jun 2007 10:13:38 +0300
> ndemou@gmail.com wrote:
> > [...]
> > anyway, IMHO: even if RTF is "open" under some interpretation it's not
> > to be used as a critical component of OS SW. You will have noticed
> > already that it's hard to find the license for the implementation of
> > RTF. Have you? Hundreds of pages of technical documentation and no
> > license makes me nervous and it's *THE* reason for me not to use RTF
> > when the licensor is a company like Microsoft and I want to help it's
> > main competitor.
>
> Understood. OTOH, a leading OSS product (Abiword) recommends RTF for
> document exchange, and that counts for something to me.
if you are referring to link #2 in your original post then keep in
mind two things:
1) it was made in 2003 - ODF was not around at the time
2) he (Dom Lachowicz) seems to be the type of guy that I use this
phrase to describe: "technical matters are far more important than
legal ones".
So he sees things from that very specific point of view. That's good
if you want "the damn thing[1] to just work" but it's bad if you want
"the damn thing to serve the community for a long time". The times
have changed and we can't ignore legal issues any more. If microsoft
offers no clear/solid commitment regarding what we can and what we can
not do with their specifications then we should be searching for
alternatives as soon as possible. In between you may use the spec as
long as you don't get very dependent to its usage because some day you
may very well read some threats in the press about the hundreds of
patents/terms/IP rights or whatever Microsoft thinks your usage
violates
[1] a way to exchange documents with us much people as possible
Date: Thu, 28 Jun 2007 18:31:25 +0200
From: Shams Fantar <sfantar@snurf.info>
To: debian-user@lists.debian.org
Cc: debian-user <debian-user@lists.debian.org>
Subject: Re: archive corrupted !
Message-ID: <4683E25D.3070006@snurf.info>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Till Wimmer a =E9crit :
> Sorry for saying this: it probably tells you the truth :(
>
> Bye,
> Till
>
> Shams Fantar wrote:
> =20
>> Dear all,
>>
>> I have a corrupted file, when I make 'tar xvzf
>> home-20-06-2007-05-55.tar.gz', I have :
>>
>> gzip: stdin: unexpected end of file
>> tar: Unexpected EOF in archive
>> tar: Error exit delayed from previous errors
>>
>> I have tested the software "gzip Recovery Toolkit"[1] but I always
>> have this error message.
>>
>> For information :
>>
>> sfantar@sithare:/tmp_$ file home-20-06-2007-05-55.tar.gz
>> home-20-06-2007-05-55.tar.gz: gzip compressed data, from Unix, last
>> modified: Wed Jun 20 05:55:02 20
>>
>> [1] : http://freshmeat.net/projects/gzrt
>>
>> Thanks a lot !
>>
>> =20
>
>
> =20
Yes, I know, but there would not be a solution to test ? I have tested=20
'tar xvzf --exclude=3Dfile home-20-06-2007-05-55.tar.gz '...
bye
--=20
Shams Fantar (http://snurf.info)
Date: Thu, 28 Jun 2007 18:15:22 +0200
From: Till Wimmer <t.wimmer@tonarchiv.ch>
To: debian-user <debian-user@lists.debian.org>
Subject: Re: Nameserver update
Message-ID: <4683DE9A.4080404@tonarchiv.ch>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Martin Marcher wrote:
> Hi,
>
> out of interest why are you using nslookup, i though dig is the tool
> recommended these days...
Simply too lazy to learn a new syntax. No idea what's wrong with
nslookup - it does everything i want ;)
>
> On 6/28/07, Till Wimmer <g4-lisz@tonarchiv.ch> wrote:
>> IV) ns24.ifo.net is "Open DNS server". It can be queried for domains
>> which it's not authoritative for:
>
> not my fault :)
>
> that is our registrar already told them about this but they don't want
> to change it.
Strange. It's only one line...
bye,
Till
Date: Thu, 28 Jun 2007 16:18:36 -0000
From: BartlebyScrivener <bscrivener42@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: have to learn python
Message-ID: <1183047516.140991.253630@u2g2000hsc.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"
On Jun 28, 11:10 am, "abdelkader belahcene" <abelahc...@gmail.com>
wrote:
> have I need to learn python, I know several interpreters (fro example
> bash scripting, ) and laguages (php, C++,C..).
http://wiki.python.org/moin/BeginnersGuide/Programmers
rd
Date: Thu, 28 Jun 2007 18:50:38 +0200
From: Till Wimmer <g4-lisz@tonarchiv.ch>
To: Shams Fantar <sfantar@snurf.info>
Cc: debian-user@lists.debian.org
Subject: Re: archive corrupted !
Message-ID: <4683E6DE.2020703@tonarchiv.ch>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Ah ok, i think this is a misunderstanding...
The your archive file home-20-06-2007-05-55.tar.gz is corrupt, not a
single file in it.
"unexpected end of file" means that gzip cannot handle the zip file
correctly, not a file in it called "file". Gzip is a stream compression,
it doesn't know anything about the format of the file it (de)compresses.
Maybe you can extract parts of your file using gzip -d -c | tar x.
=20
Bye,
Till
Shams Fantar wrote:
> Till Wimmer a =E9crit :
>> Sorry for saying this: it probably tells you the truth :(
>>
>> Bye,
>> Till
>>
>> Shams Fantar wrote:
>> =20
>>> Dear all,
>>>
>>> I have a corrupted file, when I make 'tar xvzf
>>> home-20-06-2007-05-55.tar.gz', I have :
>>>
>>> gzip: stdin: unexpected end of file
>>> tar: Unexpected EOF in archive
>>> tar: Error exit delayed from previous errors
>>>
>>> I have tested the software "gzip Recovery Toolkit"[1] but I always
>>> have this error message.
>>>
>>> For information :
>>>
>>> sfantar@sithare:/tmp_$ file home-20-06-2007-05-55.tar.gz
>>> home-20-06-2007-05-55.tar.gz: gzip compressed data, from Unix, last
>>> modified: Wed Jun 20 05:55:02 20
>>>
>>> [1] : http://freshmeat.net/projects/gzrt
>>>
>>> Thanks a lot !
>>>
>>> =20
>>
>>
>> =20
>
> Yes, I know, but there would not be a solution to test ? I have tested
> 'tar xvzf --exclude=3Dfile home-20-06-2007-05-55.tar.gz '...
>
> bye
>
Date: Thu, 28 Jun 2007 11:50:15 -0500
From: "John W. Foster" <johnwfoster@verizon.net>
To: debian-user@lists.debian.org
Subject: How to get Stumble Upon to work with Iceweasel, Any tips?
Message-id: <200706281150.15688.johnwfoster@verizon.net>
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
Content-disposition: inline
I like the Mozilla extension Stumble Upon. How is it possible to get it
working with Iceweasel. According to what I have read, Iceweasel is basically
Firefox (for Debian), & Stumble Upon should install as an extension. When I
recently upgraded my stable boxes from sarge to etch Stumble no longet was
installed into iceweasel, though it is installed on the system. It just does
not show up. Any tips??
Thanks!
--
John W. Foster
Date: Thu, 28 Jun 2007 10:56:48 -0600
From: Paul E Condon <pecondon@mesanetworks.net>
To: debian-user@lists.debian.org
Subject: contrast/brightness adjusting in iceweasel
Message-ID: <20070628165648.GA7625@big.lan.gnu>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
I use iceweasel on my etch desktop system for internet browsing.
There are pictures on almost every web site that I visit.
Most are just fine to view, but some (enough to be annoying) are
too dark to be view usefully. I can make out that the image is
not a uniform black, but hardly anything more.
I know that this is probably not an iceweasel problem, but rather
a problem with some library that iceweasel uses for image rendering
or a problem with Xwindows (for which I use Xorg).
Questions:
1 how do I determine what image rendering software is actually
being used by iceweasel? Does it matter?
2 is there some package that will give me some GUI controls in
iceweasel that allow adjustment of brightness/contrast on individual
images?
What further info do I need to give?
--
Paul E Condon
pecondon@mesanetworks.net
Date: Thu, 28 Jun 2007 18:58:59 +0200
From: =?iso-8859-1?q?Benjam=ED_Villoslada?= <benjami@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: lpd: CPU and memory consumption (solved.... or not)
Message-Id: <200706281859.00206.benjami@gmail.com>
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
El Dijous 28 Juny 2007, Douglas Allan Tutty va escriure:
> This sounds like you had both lpr and lprng installed at the same time.
> Since some of their command names overlap, they should conflict with
> each other making simulaneous install impossible; how did you do it?
Seems that in 11 Jun Sid aptitude dist-upgrade. Maybe lpr uninstall was no=
t=20
successful?
(instal=B7la=3Dinstall; suprimeix=3Duninstall; cogel=B7lat=3Dhold)
=2D--------------------------------------------
Aptitude 0.4.4: informe del registre
dl, jun 11 2007 20:51:12 +0200
IMPORTANT: aquest registre nom=E9s cont=E9 les accions realitzades; les acc=
ions=20
que no es realitzen correctament arran de problemes del dpkg no es=20
completaran.
S'instal=B7laran 19 paquets i se'n suprimiran 1.
s'utilitzar=E0 una espai de disc de 9139kB
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
[Instal=B7la, depend=E8ncies] libbeecrypt6
[Instal=B7la, depend=E8ncies] librpm4
[Instal=B7la, depend=E8ncies] lprng
[Instal=B7la, depend=E8ncies] rpm
[Suprimeix, depend=E8ncies] lpr
[Congelat] apt
[Congelat] apt-utils
[Congelat] iceweasel
[Congelat] iceweasel-dom-inspector
[Congelat] python-apt
[Instal=B7la] at
[Actualitza] apache2 2.2.3-4 -> 2.2.3-5
[Actualitza] apache2-doc 2.2.3-4 -> 2.2.3-5
[Actualitza] apache2-mpm-prefork 2.2.3-4+b1 -> 2.2.3-5
[Actualitza] apache2-utils 2.2.3-4+b1 -> 2.2.3-5
[Actualitza] apache2.2-common 2.2.3-4+b1 -> 2.2.3-5
[Actualitza] cpio 2.7-4 -> 2.8-1
[Actualitza] dosfstools 2.11-2.1+b1 -> 2.11-2.2
[Actualitza] lastfm 1:1.1.3.0-3 -> 1:1.1.3.0-4
[Actualitza] libfreebob0 1.0.3+svn443-1 -> 1.0.3+svn443-2
[Actualitza] libgksu2-0 2.0.3-9 -> 2.0.5-1
[Actualitza] libgstreamer0.10-0 0.10.13-1 -> 0.10.13-2
[Actualitza] libmozjs0d 1.8.1.4-1 -> 1.8.1.4-2
[Actualitza] openssh-client 1:4.3p2-10 -> 1:4.3p2-11
[Actualitza] openssh-server 1:4.3p2-10 -> 1:4.3p2-11
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
Enregistrament complet.
=2D--------------------------------------------
Thanks!
=2D-=20
Benjam=ED
http://blog.bitassa.cat
=2E
Date: Thu, 28 Jun 2007 11:17:53 -0500
From: Hugo Vanwoerkom <hvw59601@care2.com>
To: debian-user@lists.debian.org
Subject: samba q
Message-ID: <f60mvk$dhh$1@sea.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
I installed samba and apparently Debian automatically creates a share
for the first user that is created.
I created a share for a second user, but it never shows up on XP.
This is the config:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2007/06/28 11:13:46
[global]
workgroup = SAMBAWORK
server string = %h server
obey pam restrictions = Yes
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
panic action = /usr/share/samba/panic-action %d
invalid users = root
[homes]
comment = Home Directories
valid users = %S
create mask = 0700
directory mask = 0700
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
[pablo]
comment = pablo
path = /home/pablo
guest ok = Yes
What do I have to do for pablo to show up on XP?
Hugo
Date: Fri, 29 Jun 2007 03:11:59 +1000
From: Owen Townend <bowbowbow@optushome.com.au>
To: Hugo Vanwoerkom <hvw59601@care2.com>
Cc: debian-user@lists.debian.org
Subject: Re: samba q
Message-Id: <1183050719.25560.2.camel@mattimeo>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hugo,
First step is probably ensuring that you have
encrypt passwords = true
set as a [global] option, if you're using swat then it's a check box on
the main config page.
Try that first, hopefully it fixes the problem.
cheers,
Owen.
On Thu, 2007-06-28 at 11:17 -0500, Hugo Vanwoerkom wrote:
> Hi,
>
> I installed samba and apparently Debian automatically creates a share
> for the first user that is created.
>
> I created a share for a second user, but it never shows up on XP.
> This is the config:
>
> # Samba config file created using SWAT
> # from 127.0.0.1 (127.0.0.1)
> # Date: 2007/06/28 11:13:46
>
> [global]
> workgroup = SAMBAWORK
> server string = %h server
> obey pam restrictions = Yes
> passdb backend = tdbsam
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
> *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> panic action = /usr/share/samba/panic-action %d
> invalid users = root
>
> [homes]
> comment = Home Directories
> valid users = %S
> create mask = 0700
> directory mask = 0700
> browseable = No
>
> [printers]
> comment = All Printers
> path = /var/spool/samba
> create mask = 0700
> printable = Yes
> browseable = No
>
> [print$]
> comment = Printer Drivers
> path = /var/lib/samba/printers
>
> [pablo]
> comment = pablo
> path = /home/pablo
> guest ok = Yes
>
> What do I have to do for pablo to show up on XP?
>
> Hugo
>
>
Date: Thu, 28 Jun 2007 19:13:38 +0200
From: Shams Fantar <sfantar@snurf.info>
To: debian-user@lists.debian.org
Subject: Re: archive corrupted !
Message-ID: <4683EC42.9040600@snurf.info>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Till Wimmer wrote:
> Ah ok, i think this is a misunderstanding...
>
> The your archive file home-20-06-2007-05-55.tar.gz is corrupt, not a
> single file in it.
> "unexpected end of file" means that gzip cannot handle the zip file
> correctly, not a file in it called "file". Gzip is a stream compression=
,
> it doesn't know anything about the format of the file it (de)compresses=
.
> Maybe you can extract parts of your file using gzip -d -c | tar x.
> =20
> Bye,
> Till
> Shams Fantar wrote:
> =20
>> Till Wimmer a =E9crit :
>> =20
>>> Sorry for saying this: it probably tells you the truth :(
>>>
>>> Bye,
>>> Till
>>>
>>> Shams Fantar wrote:
>>> =20
>>> =20
>>>> Dear all,
>>>>
>>>> I have a corrupted file, when I make 'tar xvzf
>>>> home-20-06-2007-05-55.tar.gz', I have :
>>>>
>>>> gzip: stdin: unexpected end of file
>>>> tar: Unexpected EOF in archive
>>>> tar: Error exit delayed from previous errors
>>>>
>>>> I have tested the software "gzip Recovery Toolkit"[1] but I always
>>>> have this error message.
>>>>
>>>> For information :
>>>>
>>>> sfantar@sithare:/tmp_$ file home-20-06-2007-05-55.tar.gz
>>>> home-20-06-2007-05-55.tar.gz: gzip compressed data, from Unix, last
>>>> modified: Wed Jun 20 05:55:02 20
>>>>
>>>> [1] : http://freshmeat.net/projects/gzrt
>>>>
>>>> Thanks a lot !
>>>>
>>>> =20
>>>> =20
>>> =20
>>> =20
>> Yes, I know, but there would not be a solution to test ? I have tested
>> 'tar xvzf --exclude=3Dfile home-20-06-2007-05-55.tar.gz '...
>>
>> bye
>>
>> =20
It's similar.
--=20
Shams Fantar (http://snurf.info)
End of debian-user-digest Digest V2007 Issue #1860
**************************************************
Received on Thu Jun 28 13:41:56 2007