Dear list,
Could anyone suggest the packages and configuration to run policykit with icewm
in a debian box ?
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org
Hello list,
I have the grub2 (1.99-27+deb7u2 ) working with luks+lvm but /boot not included
in lvm...
Can grub2 call /boot from luks+lvm ? If yes, can anyone please share the
configuration please ?
Mine is debian testing box
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.
On Wed, 27 Jun 2012 15:56:01 +0100
Laurence Hurst wrote:
[...]
>
> ssh -L 192.168.0.1:3360:localhost:3306 A
>
> where '192.168.0.1' is the ip address you want to bind to (i.e. the ip
> address of eth0, or whichever interface you want to use). The same
> method applies if you are using -R
Dear list,
I have made a successful ssh tunnel between two pcs A and B.
A is running mysql and B have the tunnel with A , so that B
can access that remote mysql with its local port 3360. Everything
is fine..
But B is bind the port with localhost only, hence no one can access
B's 3360 port. H
Dear list,
I am trying to make a pre-receive hook which can check /refs/heads/master
and based on the user name it allow/deny push to master. The git is configured
over
smart-http here. So from apache log ; during push I can see
"GET /git/test.git/info/refs?service=git-rece
On Wed, 6 Jun 2012 12:57:35 +0100
"Karl E. Jorgensen" wrote:
> On Wed, Jun 06, 2012 at 12:26:46PM +0100, J. Bakshi wrote:
> >
> > Dear list,
> >
> > I wonder if there is any linux command which can decrease / reshape
> > the bandwidth usage of a runn
Dear list,
I wonder if there is any linux command which can decrease / reshape
the bandwidth usage of a running program. Say upload via scp..
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Dear list,
My gitweb has been running since long with a single project root, which
has been defined at the /etc/gitweb.conf through $projectroot variable.
I need one more project root for gitweb, hence I have added this apache config
( not a vhost, but just calling by alias)
Dear list,
I have a epson C20SX parallel printer. I have bought a parallel to usb cable so
that
I can use it with my laptop. After connecting the cable I have seen the new H/W
has been
detected.
From lsusb
`
Bus 001 Device 069: ID 067b:2305 Prolific Technology, Inc. PL2305
Hello list,
I have place the following in my .htaccess to redirect non-www to www
redirection
`
RewriteCond %{HTTP_HOST} ^example\.com$
RewriteRule ^(.*) http://www.example.com/$1 [R=301]
```
The redirect work well but a little hitch.
Say If I visit http://example.com/
On Thu, 24 May 2012 12:46:33 +0300
Lars Noodén wrote:
> On 5/24/12 11:32 AM, J. Bakshi wrote:
> > Ok, thanks.
> > Then I'll do it by rewrite through .htaccess
>
> If you have access to the web server's configuration file, put your
> changes there instead. It i
On Thu, 24 May 2012 11:23:47 +0300
"Jari Fredriksson" wrote:
> On Thu, May 24, 2012 11:11, J. Bakshi wrote:
> > Hello,
> >
> > iptables port forwarding is running fine here.
> >
> > 192.168.1.1:82 forwarded to 192.168.1.2:80
> >
> >
Hello,
iptables port forwarding is running fine here.
192.168.1.1:82 forwarded to 192.168.1.2:80
``
# for 82 > 80 of 192.168.1.2
iptables -A INPUT -p tcp -m tcp --dport 82 -j ACCEPT
iptables -A PREROUTING -t nat -i ${LAN_IFACE} -p tcp --dport 82 -j DNAT --to
192.168.1.2:80
i
On Tue, 15 May 2012 17:11:44 + (UTC)
Camaleón wrote:
> On Tue, 15 May 2012 18:42:55 +0530, J. Bakshi wrote:
>
> > "apt-get upgrade" just upgrades all available upgrades.
> >
> > How can I selectively upgrade packages ?
>
> You can also use Synapti
Dear list,
"apt-get upgrade" just upgrades all available upgrades.
How can I selectively upgrade packages ?
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/
On Tue, 15 May 2012 14:02:50 +0200
Johann Spies wrote:
> On Tue, May 15, 2012 at 01:26:57PM +0200, J. Bakshi wrote:
> >
> > I am using revolver solo version 8.4.6
> > The system is working fine. I need to communicate the postgresql
> > remotely, but the port 997
Hello,
I am using revolver solo version 8.4.6
The system is working fine. I need to communicate the postgresql
remotely, but the port 9977 which postgresql uses for revolver is bind
to the localhost only.
At postgresql.conf there is already
listen_addresses = '*'
and at pg_hba.conf I have add
Sorry for the typo error.
On Thu, 10 May 2012 08:43:07 +0200
steef wrote:
>
> in case i use dd_rescue, a dd clone, (not de-rescue) with ample result
>
> regards,
>
> steef
>
>
>
>
>
> J. Bakshi wrote:
> > On Thu, 10 May 2012 10:49:28 +0500
&g
On Thu, 10 May 2012 11:27:30 +0500
Muhammad Yousuf Khan wrote:
> On Thu, May 10, 2012 at 11:01 AM, J. Bakshi wrote:
> > On Thu, 10 May 2012 10:49:28 +0500
> > Muhammad Yousuf Khan wrote:
> >
> >> if i mistakenly delete any partition or OS or HD corrupted. what is
On Thu, 10 May 2012 10:49:28 +0500
Muhammad Yousuf Khan wrote:
> if i mistakenly delete any partition or OS or HD corrupted. what is
> the best tool that i can use to recover the data in these situations.
>
de-rescue for corrupted HD. But don't know about recovering deleted data.
I'm also inter
On Thu, 3 May 2012 14:52:04 +0530
"J. Bakshi" wrote:
> Dear list,
>
> This is a debian wheezy and have php 5.4.x.
> I need to stick with php 5.3.x and to achieve this I have added
> the following at my sources list
>
> ` ` ` `
> deb http://ftp.debian.org/de
Dear list,
This is a debian wheezy and have php 5.4.x.
I need to stick with php 5.3.x and to achieve this I have added
the following at my sources list
` ` ` `
deb http://ftp.debian.org/debian squeeze main contrib non-free
deb http://security.debian.org squeeze/updates main contrib non-free
` `
On Tue, 1 May 2012 12:06:47 + (UTC)
Camaleón wrote:
> On Tue, 01 May 2012 15:47:27 +0530, J. Bakshi wrote:
>
> > I'm using "file -bi" command to check the mime types of files; specially
> > for .xls and .doc . It is running well on my local debian box. But
Dear list,
I'm using "file -bi" command to check the mime types of files; specially for
.xls and .doc . It is running well on my local debian box. But the detection is
not working at all on a remote server having file-5.09; don't know the linux
distro
on thar serever though. There the command re
On Sat, 28 Apr 2012 16:22:08 +0100
Brian wrote:
> On Sat 28 Apr 2012 at 16:48:00 +0530, J. Bakshi wrote:
>
> > On Sat, 28 Apr 2012 22:48:56 +1200
> > Chris Bannister wrote:
> >
> > > Have you googled? Also, Ubuntu questions should be asked on an Ubuntu
> &g
On Sat, 28 Apr 2012 09:41:02 -0400
Wayne Topa wrote:
> On 04/28/2012 08:58 AM, J. Bakshi wrote:
> > On Sat, 28 Apr 2012 08:47:26 -0400
> > Wayne Topa wrote:
> >
> >> On 04/28/2012 08:23 AM, J. Bakshi wrote:
> >>> On Sat, 28 Apr 2012 12:11:55 + (UT
On Sat, 28 Apr 2012 13:19:43 + (UTC)
Camaleón wrote:
> On Sat, 28 Apr 2012 17:53:44 +0530, J. Bakshi wrote:
>
> > On Sat, 28 Apr 2012 12:11:55 + (UTC) Camaleón
> > wrote:
> >
> >> Weird, because a similar block (same? >:-?) similar worked for you n
On Sat, 28 Apr 2012 08:47:26 -0400
Wayne Topa wrote:
> On 04/28/2012 08:23 AM, J. Bakshi wrote:
> > On Sat, 28 Apr 2012 12:11:55 + (UTC)
> > Camaleón wrote:
> >
> >> On Sat, 28 Apr 2012 17:27:21 +0530, J. Bakshi wrote:
> >>
> >>> On Sat, 28
On Sat, 28 Apr 2012 12:11:55 + (UTC)
Camaleón wrote:
> On Sat, 28 Apr 2012 17:27:21 +0530, J. Bakshi wrote:
>
> > On Sat, 28 Apr 2012 11:38:15 + (UTC) Camaleón
> > wrote:
>
> >> > The grub now reports
> >> >
> >> >
On Sat, 28 Apr 2012 11:38:15 + (UTC)
Camaleón wrote:
> On Sat, 28 Apr 2012 16:48:00 +0530, J. Bakshi wrote:
>
> (...)
>
> > menuentry "debian-6.0.3-amd64-netinst.iso" {
> > loopback loop /debian-6.0.3-amd64-netinst.iso linux
> > (loop)/install.am
On Sat, 28 Apr 2012 22:48:56 +1200
Chris Bannister wrote:
> On Fri, Apr 27, 2012 at 08:24:57PM +0530, J. Bakshi wrote:
> >
> > Dear list,
> >
> > I have upgraded my grub installed in my pendrive from 1.95 to 1.99
> > And now the .iso images are not booting
Dear list,
I have upgraded my grub installed in my pendrive from 1.95 to 1.99
And now the .iso images are not booting any more. oOne such configuration
is
` ` ` `
menuentry "Ubuntu Live 11.10 64bit" {
set root=(hd0,2)
loopback loop (hd0,2)/ubuntu-11.10-desktop-amd64.iso
On Sat, 21 Apr 2012 01:45:50 -0300
Iuri Guilherme dos Santos Martins wrote:
>
> >> exactly... it is notification-daemon available in debian But the
> >> bubble is too big and I want to minimize its size as well as it's font
> >> size.
> >>
> >
> To me it looks like notification-dae
On Thu, 19 Apr 2012 17:03:54 + (UTC)
Camaleón wrote:
> On Thu, 19 Apr 2012 13:59:34 -0300, Iuri Guilherme dos Santos Martins
> wrote:
>
> > Em 19-04-2012 13:07, Camaleón escreveu:
>
> > Could any one suggest me a way to change the fontsize of the desktop
> > bubble of notify-deamon
On Thu, 19 Apr 2012 14:49:24 + (UTC)
Camaleón wrote:
> On Thu, 19 Apr 2012 18:42:35 +0530, J. Bakshi wrote:
>
> > Could any one suggest me a way to change the fontsize of the desktop
> > bubble of notify-deamon ? It is too big ...
>
> Are you in GNOME2/3?
>
&
Dear list,
Could any one suggest me a way to change the fontsize of the desktop
bubble of notify-deamon ? It is too big ...
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debi
On Thu, 19 Apr 2012 13:14:35 +0100
Darac Marjal wrote:
> On Thu, Apr 19, 2012 at 12:12:50PM +0530, J. Bakshi wrote:
> >
> > Dear list,
> >
> > I have tested my webcam with guvcviwe and the cam is running fine.
> > Now I like to place a tiny viewer on my des
On Thu, 19 Apr 2012 10:41:37 +0200
"tv.deb...@googlemail.com" wrote:
> >> On Thu, Apr 19, 2012 at 9:42 AM, J. Bakshi wrote:
> >>
> >> Dear list,
> >>
> >> I have tested my webcam with guvcviwe and the cam is running fine.
> >&
Dear list,
I have tested my webcam with guvcviwe and the cam is running fine.
Now I like to place a tiny viewer on my desktop which simply
sits at the corner of my desktop and whenever I like I can
record the views. Is there any ?
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.d
On Mon, 16 Apr 2012 15:46:38 +0300
Aleksandar Kostadinov wrote:
> On Mon, Apr 16, 2012 at 3:39 PM, J. Bakshi wrote:
> > On Mon, 16 Apr 2012 15:27:07 +0300
> > Aleksandar Kostadinov wrote:
> >
> > [.]
> >
> >> Start freedos and run the windows
>
On Mon, 16 Apr 2012 15:27:07 +0300
Aleksandar Kostadinov wrote:
[.]
> Start freedos and run the windows
> installer off it... not sure what exactly your use case is though.
[...]
I use a usb pendrive to carry all the Linux installer i.e. debian, ubuntu
as well as some useful tool like gpar
Dear list,
Is it possible to boot winxp installer iso from grub2 ?
Any clue is very much appreciated.
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2012041
On Thu, 12 Apr 2012 14:38:30 +0200
Armin Haas wrote:
> For su, maybe using pam_wheel.so in /etc/pam.d/su is what you are
> looking for.
>
> sudo has its own conf file(s) (/etc/sudoers and all files in
> /etc/sudoers.d/) in addition to /etc/pam.d/sudo
>
> Consider the possibility that the user
Hello list,
How can I prevent general ssh users not to have su or sudo power ?
Just they know the root password by any chance
In the remote box remote root login is disable and one can only
login as normal user and then need to do su to get root access. Only few
users know root password. How c
On Wed, 11 Apr 2012 12:01:13 +0500
Muhammad Yousuf Khan wrote:
> i just uninstalled these packages
>
> libkrb53
> krb5-config
> krb5-user
> samba
> winbind
> ntpdate
> ntp
>
> now when i try to connect via console i mean directly by the machine
> it accepts everything as password for root and l
On Tue, 10 Apr 2012 12:24:47 +0100
"Karl E. Jorgensen" wrote:
>
> >
> > > # free -m
> > > total used free sharedbuffers cached
> > > Mem: 7986 7913 73 0224 6133
> > > -/+ buffers/cache: 1554 6431
> >
On Thu, 05 Apr 2012 11:36:38 +0100
"Karl E. Jorgensen" wrote:
> Hi
>
> On Thu, 2012-04-05 at 08:13 +0100, J. Bakshi wrote:
>
> > Hello,
> >
> > I have been provided a muscular linux server to use as a Mysql server
> > in our organization. Th
On Sun, 8 Apr 2012 15:34:10 +0200
Claudius Hubig wrote:
> Hello J.,
>
> "J. Bakshi" wrote:
> > I checked and the is no more /sbin/shutdown :-(
>
> Did you remove sysvinit? This happens, for example, when you install
> upstart, as it conflicts sysvini
Hello list,
My system has been messed up :-(
I have done a apt-get upgrade and since then some of the commands are
not available in my box as root !!!
```
#whoami
root
#halt
bash: halt: command not found
#reboot
bash: reboot: command not found
I checked and the i
Hello,
I have been provided a muscular linux server to use as a Mysql server
in our organization. The server is located just beside the web server
and within the same network. This dedicated server has 8GB RAM, i5 processors
and running mysql as service. No apache, php . nothing. All resources
On Wed, 04 Apr 2012 14:05:10 +0100
Jon Dowland wrote:
> On 04/04/12 13:58, J. Bakshi wrote:
> > What I'm missing is a good online doc to configure debian for the
> > NAS. One option is freeNAS. I have no idea which one will be better.
>
> That depends on ho
Dear list,
I have one old PC with intel core2duo with 128 MB RAM.
As the motherboard has 2 sata cables, I can add two 2TB
HDD in this box to make a NAS box. What I'm missing is a
good online doc to configure debian for the NAS. One option
is freeNAS. I have no idea which one will be better. Could
Dear list,
I need to create git repos on a remote server by the command executed on that
server
through ssh as
` ` ` ` `
git --bare init project_name.git
` ` ` ` `
How can I also add the master branch, so that users don't need to
execute [ git push origin master ] ?
Thanks
--
To UNSUBSCR
On Mon, 26 Mar 2012 17:13:25 +0200
Gilles Mocellin wrote:
> On Mon, 26 Mar 2012 15:12:19 +0530, J. Bakshi wrote:
> > On Mon, 26 Mar 2012 10:57:08 +0200
> > Gilles Mocellin wrote:
> >
> >
> >
> > a lot here
> >
> >
> >
> >>
On Mon, 26 Mar 2012 07:32:47 -0500
John Hasler wrote:
> Install nethogs.
but it is for users in a same server, where I need to monitor the client boxes.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.
On Mon, 26 Mar 2012 10:57:08 +0200
Gilles Mocellin wrote:
a lot here
>
> You should see interesting things with Ntop. If not, perhaps your
> client don't really go through your gateway ?
Yes, ntop is always exciting. But in my debian box the browser view shows
[..]
Please e
On Mon, 26 Mar 2012 09:24:29 +0200
Michel Blankleder wrote:
> On Mon, Mar 26, 2012 at 9:04 AM, fthyes wrote:
> > On Mon, 2012-03-26 at 10:47 +0530, J. Bakshi wrote:
> >
> >> This is an office environment where client's PC are connected with a hub
> >> a
Hello,
This is an office environment where client's PC are connected with a hub and
that
hub is connected with the gateway debian box. How can I monitor the bandwidth at
the gateway server to check which sites are eating maximum bandwidth. I have
used
iftop / ntop etc. but still unable to g
On Thu, 22 Mar 2012 04:53:12 -0500
"Christofer C. Bell" wrote:
> On Thu, Mar 22, 2012 at 4:37 AM, J. Bakshi wrote:
> >
> > Dear list,
> >
> > Is there any GUI available in debian/ubuntu for LVM2 ?
>
> Yes, you can install the syste
Dear list,
Is there any GUI available in debian/ubuntu for LVM2 ?
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120322150712.47951...@shiva.selfip.org
On Mon, 27 Feb 2012 01:52:46 -0700
Bob Proulx wrote:
> Dom wrote:
> > From man iptables:
> >
> > "All times are interpreted as UTC by default."
>
> Aha! This is a change beween Squeeze and Wheezy.
> The Squeeze version says:
>
>--localtz
> Interpret the times given for -
On Sun, 26 Feb 2012 11:13:14 + (UTC)
Camaleón wrote:
> On Mon, 20 Feb 2012 10:31:00 +0530, J. Bakshi wrote:
>
> > On Thu, 16 Feb 2012 10:14:34 +0530
> > "J. Bakshi" wrote:
> >
> >> Hello,
> >>
> >> I did a upgrade yesterday
Hello,
I have the following to block facebook during 9 AM to 6 PM
``
iptables -I FORWARD -p tcp -m multiport --dport 80,443 -d 69.171.224.0/19 -m
time \
--timestart 09:00 --timestop 18:00 -j REJECT
`
But the time scheduled is followed incorrectly. The sta
On Fri, 24 Feb 2012 09:34:17 +0100
Pascal Hambourg wrote:
> Hello,
>
> J. Bakshi a écrit :
> >
> > I have installed xtables-addons-common in debian squeeze box.
> > Then tried ti execute
> >
> > #iptables -A FORWARD -m ipp2p --bit
Hello,
I have installed xtables-addons-common in debian squeeze box.
Then tried ti execute
#iptables -A FORWARD -m ipp2p --bit -j DROP
and it throws error
``
iptables: No chain/target/match by that name.
```
Could anyone suggest what is wrong where ?
--
To UN
Hello,
I did a upgrade yesterday and among the other the osd was been upgraded too.
Since then the osd stops working. I have also tested by
notify-send "hello"
But not notification at all.
Presently the notification packages I have
``
dpkg -l | grep notify
ii gir1.2-notify-0.7
On Thu, 16 Feb 2012 10:14:34 +0530
"J. Bakshi" wrote:
> Hello,
>
> I did a upgrade yesterday and among the other the osd was been upgraded too.
> Since then the osd stops working. I have also tested by
>
> notify-send "hello"
>
> But not notifica
On Thu, 16 Feb 2012 09:32:43 +0100 (CET)
Pierre Frenkiel wrote:
> On Wed, 15 Feb 2012, Celejar wrote:
>
> > Okay, perhaps IDUC ;) But I think that my understanding is actually
> > probably correct, just that there's something wrong with the bluetooth
> > subsystem.
>It seems clear now that s
Hello,
I did a upgrade yesterday and among the other the osd was been upgraded too.
Since then the osd stops working. I have also tested by
notify-send "hello"
But not notification at all.
Presently the notification packages I have
``
dpkg -l | grep osd
rc libxosd2 2.2.14
On Tue, 14 Feb 2012 07:36:11 -0500
Rob Owens wrote:
> On Tue, Feb 14, 2012 at 10:31:22AM +0100, Davide Mirtillo wrote:
> > Il 14/02/2012 09:50, J. Bakshi ha scritto:
> > > On Tue, 14 Feb 2012 09:43:39 +0100
> > > Davide Mirtillo wrote:
> > >
> > &g
On Tue, 14 Feb 2012 09:43:39 +0100
Davide Mirtillo wrote:
> Il 14/02/2012 08:00, J. Bakshi ha scritto:
> > Hello list,
> >
> > I like to implement a debian server with plenty of HDD space to work as a
> > centralized net backup
> > server. The idea is both
On Tue, 14 Feb 2012 01:48:50 -0600
Stan Hoeppner wrote:
> On 2/14/2012 1:00 AM, J. Bakshi wrote:
> > Hello list,
> >
> > I like to implement a debian server with plenty of HDD space to work as a
> > centralized net backup
> > server. The idea is both Linux
Hello list,
I like to implement a debian server with plenty of HDD space to work as a
centralized net backup
server. The idea is both Linux and windows users can keep their backup at this
server ( may be just folders;
or a complete partition or two); can browse their backups through web
interfa
Dear list,
I have live usb system where I already have debian, puppy, ubuntu etc.
I like to boot backtrack iso from this usb drive.
Here is the entry for BT5 I have added at grub.cfg
```
menuentry "BT-5" {
loopback loop /BT5-KDE-64.iso
linux (loop)/casper/vmlinuz BOOT=
Dear list,
I had bluman-applet in debian sarge and it was working fine. But it is almost a
year
I have upgraded to wheezy and the blueman stopped working any more. I wounder
if there
is any alternative blutooth application available. I use icewm, hence don't use
any kde
related package. Though
Dear list,
The smart-notifier in ubuntu boxes are very nice and practically very useful.
How can I add the same in my debian box ?
The SMART as well as smart-notifier is available in debian too.
So how to configure them ?
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.o
On Thu, 09 Feb 2012 11:35:28 +0100
"tv.deb...@googlemail.com" wrote:
> 09/02/2012 10:48, Alberto Fuentes wrote:
> > On 09/02/12 10:02, J. Bakshi wrote:
> >> Hello list,
> >>
> >> There are already good tools in linux for network analysis like
>
On Thu, 09 Feb 2012 11:35:28 +0100
"tv.deb...@googlemail.com" wrote:
> 09/02/2012 10:48, Alberto Fuentes wrote:
> > On 09/02/12 10:02, J. Bakshi wrote:
> >> Hello list,
> >>
> >> There are already good tools in linux for network analysis like
>
On Thu, 09 Feb 2012 10:48:01 +0100
Alberto Fuentes wrote:
And there was a gui that had
> included all those utilities, ping, host, dig, mtr and more, but im
> sorry, I cant recall the name :S
>
I'm interested in that. Is it available in Backtrack ?
--
To UNSUBSCRIBE, email to debian-use
Hello list,
There are already good tools in linux for network analysis like
digg, nslookup, host, mtr, traceroute, prads, nmap, netdiscover etc.. etc...
Is there any GUI client available which is based on all these collectively
as a one place net analysis solution ?
Please inform,
Thanks
-
Dear list,
When ever I try with git-gui or samrt-git to push at gerrit; I get the same
error
, , ,
ssh://usern...@trac..de:29418/eurotours/
! [remote rejected] master -> master (prohibited by Gerrit)
error: failed to push some refs to 'ssh://u...@trac..de:29418/'
, , ,
Though I hav
Hello list,
I get the gmail archive button in inbox view , but not in the label view.
Is it not possible to archive messages from label view ?
Thanks
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hello list,
Imagination does not honor any restriction, and something similar has come in
my mind.
Can we have any folder with customized permission level, so that, whenever we
create/move
any files/folders with in that folder, those automatically get a predefined
permission level ?
Say we mo
On Sun, 22 Jan 2012 12:43:55 +0100
Sven Joachim wrote:
> On 2012-01-22 12:27 +0100, J. Bakshi wrote:
>
> > I have a script which submits a form with wget --post-data
> >
> > []
> >
> > #!/bin/bash
> >
> > Uname=xyz
> > Pword=1234
&g
Dear list,
I have a script which submits a form with wget --post-data
[]
#!/bin/bash
Uname=xyz
Pword=1234
wget -O - --save-cookies cookies.txt --post-data \
'username=$Uname&password=$Pword' --keep-session-cookies $URL/$AUTHURL 1&>2
[]
During the test with "bash -x" I see the var
On Sat, 21 Jan 2012 11:31:19 -0600
John Hasler wrote:
> J. Bakshi writes:
> > My internet provider provides an online form accessed by local IP (the
> > connection is based on eth); so that the subscriber can provide
> > username and password to activate the login; additiona
On Sat, 21 Jan 2012 16:45:46 + (UTC)
Camaleón wrote:
> On Sat, 21 Jan 2012 21:58:58 +0530, J. Bakshi wrote:
>
> > On Sat, 21 Jan 2012 16:21:45 + (UTC) Camaleón
> > wrote:
>
> (...)
>
> >> > If I visit the url
>
On Sat, 21 Jan 2012 10:59:21 -0600
John Hasler wrote:
> Bob writes:
> > This should enable the separate wget invocations to appear as a single
> > session client to the remote web site.
>
> But he'll still have to solve the captcha to establish the session.
That's why I have gocr
[...]
gocr /
On Sat, 21 Jan 2012 16:21:45 + (UTC)
Camaleón wrote:
> On Sat, 21 Jan 2012 21:39:25 +0530, J. Bakshi wrote:
>
> > My internet provider provides an online form accessed by local IP (the
> > connection is based on eth); so that the subscriber can provide username
> >
Dear list,
My internet provider provides an online form accessed by local IP (the
connection
is based on eth); so that the subscriber can provide username and password to
activate
the login; additionally it also has a captcha as added security. I am trying to
make a
daemon which just do the lo
On Sat, 21 Jan 2012 15:08:51 +0200
Volkan YAZICI wrote:
> On Sat, 21 Jan 2012 18:10:12 +0530, "J. Bakshi" writes:
> > I have a form which have 2 input field "Roll number" and "comments" ; using
> > formfind command I get the following
> >
>
Dear list,
I have a form which have 2 input field "Roll number" and "comments" ; using
formfind command I get the following
```
--- FORM report. Uses POST to URL "index.php"
Input: NAME="go" VALUE="1" (HIDDEN)
Input: NAME="roll_no" VALUE="10" (TEXT)
Textarea: NAME="message"
Butto
Hello,
I have two different gateway. One of the gateway has been defined at
dhcpd3.conf file.
Now if I change the gateway at dhcpd3.conf and restart the isc server; the
client still
hold the old gateway. How can I force the isc server to immediately inform the
client
about this change ?
Thanks
On Wed, 04 Jan 2012 18:34:18 +1100
Scott Ferguson wrote:
> On 04/01/12 18:18, J. Bakshi wrote:
> >
> > Dear list,
> >
> > I have attached an Access Point to my DHCP server. I like to arrange
> > an identifier in my dhcp configuration for the access point by
Dear list,
I have attached an Access Point to my DHCP server. I like to arrange an
identifier in my dhcp configuration
for the access point by matching its MAC address, so that I can define a
different gateway for that access point.
All the hosts connects with that access points should go throu
Dear list,
I have attached an Access Point to my DHCP server. I like to arrange an
identifier in my dhcp configuration
for the access point by matching its MAC address, so that I can define a
different gateway for that access point.
All the hosts connects with that access points should go throu
On Mon, 02 Jan 2012 20:04:19 +1100
Scott Ferguson wrote:
> On 02/01/12 19:27, J. Bakshi wrote:
> > Dear list,
> >
> > First of all A very Happy new year to all of you :-)
> >
> > I have DHCP server running on my debian box and I have two internet
> > b
Dear list,
First of all A very Happy new year to all of you :-)
I have DHCP server running on my debian box and I have two internet broadband
connections.
I have configured one of them as the gateway in my DHCP server. sometimes my
users ( both linux and windows)
like to use the other connectio
On Wed, 28 Dec 2011 14:53:46 +
Roger Leigh wrote:
> git gui
> gitk (browser)
>
> But the reality is that git is a command-line tool; you'll need to
> use it as such to get the most out of it. The same applies to all
> version control systems though; git is not an exception! There
> are ple
server.
>
> On Wed, Dec 28, 2011 at 3:10 PM, J. Bakshi wrote:
>
Well.. you are already have the components. Just install a ftp server too
and point it at /var/www/ or /var/www for file related operation
for your users.
Surely you will run the php enabled sites. So install php5 , rel
1 - 100 of 203 matches
Mail list logo