On 23/04/14 08:06, Daniel Bareiro wrote:
>
> Hi all!
>
> I'm writing a bash script that runs several routing commands. I would
> like these commands, on a part of the script, plus run, are saved to a
> log file.
>
> I guess maybe it could be done by putting the commands in a variable and
> then
On Ma, 22 apr 14, 23:56:00, Tom Furie wrote:
>
> Indeed. Anything that isn't core functionality should at most be a
> Recommends relation and much of what is in a meta-package could probably
> even be a Suggests relation.
Suggests are not installed by default, so their practical use is
restricte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Perhaps this will work?
#!/bin/bash
echo 1 #Non Logged Commands
echo 2
echo 3
echo 4
(
set -x
echo 5 #Logged Commands
echo 6
echo 7
echo 8
) 2>> log
echo 9 #Non Logged Commands
echo 10
Output of terminal:
1
2
3
4
5
6
7
8
9
10
Output of log:
++ echo
> It should say 'Using CD-ROM mount point /media/usb0', then tell you it
> is unmounting the CD-ROM and ask for a disc to be inserted.
No. I confirm that the line indeed states 'Using CD-ROM mount point
/media/cdrom' and not './media/usb0' {I reinstalled Debian just to make
sure that what I
On 22/04/14 05:25, Patrick Bartek wrote:
> FYI: You're
> forced into having a gmail account with an Android phone.
I think I have a gmail account somewhere. I've never associated it with
my Android phone though.
That means of course that I don't have access to Google Play or whatever
it's called,
On 22/04/14 03:08, Mike McClain wrote:
> Hi,
> My brother Rick, a windrider, put together a webpage,
> http://www.photographers1.com/Sailing/NauticalTerms&Nomenclature.html
> about sailing and wind surfing that has grown too large and should be
> split into smaller sections to reduce load time.
On Tue, 22 Apr 2014, Henning Follmann wrote:
> On Tue, Apr 22, 2014 at 09:47:24AM -0700, Patrick Bartek wrote:
> > On Tue, 22 Apr 2014, Henning Follmann wrote:
> >
> > > On Mon, Apr 21, 2014 at 10:25:18AM -0700, Patrick Bartek wrote:
> > > > On Mon, 21 Apr 2014, Xiánwén Chén wrote:
> > > >
> > >
On 23/04/14 12:42, Marco Flores wrote:
>
> <<<
>
> 1. Why pack open movie editor is not in the repositories? I consider
> it an indispensable program and best video editor.
"Pack Open Movie Editor"?
Never heard of it Do you mean "Open Movie Editor"?
http://www.openmovieeditor.o
On Tue, 22 Apr 2014, Doug wrote:
> On 04/22/2014 12:47 PM, Patrick Bartek wrote:
> >
> > I didn't want all the headaches of Google+ (something I'll NEVER use
> > or participate in) just for an email account.
> >
> >> Free does not exist. There is always a price.
> > It was a price I was unwilling
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I just acquired a HP LaserJet Pro 400 multi-function printer model
M475dw. I am now trying to set it up in my Debian Squeeze 6.0.9 box by
using command "hplip-3.14.4.run" provided by
http://hplipopensource.com. One of the packages required in order to
1. ¿Por qué el paquete del open movie editor no está en los repositorios?
Lo considero un programa indispensable y el mejor editor de video.
2. En la versión estable e inestable, no hay manera de que privoxy
funcione correctamente con la red tor.
3. En la versión estable e inestable, solo p
On Tue, Apr 22, 2014 at 07:06:41PM -0300, Daniel Bareiro wrote:
>
> Hi all!
>
> I'm writing a bash script that runs several routing commands. I would
> like these commands, on a part of the script, plus run, are saved to a
> log file.
>
If you have bsdutils installed have a look at the "logger"
On Wed, Apr 23, 2014 at 10:38:13AM +1000, Chris Angelico wrote:
> Those concepts are fine for concrete packages. My MUD client Gypsum,
> if I were to package it as a .deb, would Depend on Pike and GTK, would
> Recommend the latest Pike (if it's possible to depend on one version
> and recommend ano
On Wed, Apr 23, 2014 at 10:46 AM, Daniel Bareiro wrote:
> I want to send the commands itself to a file instead of the output
> generated by the commands.
>
> In fact, in the four cases mentioned above, if these are executed
> successfully, it does not produce any output.
If you're okay with the c
Hi, Adam.
On Tuesday, 22 April 2014 18:40:19 -0500,
K. Adam Wolfe wrote:
> Use redirects:
>
> $IP route add ${VPN_NET[$N]} dev ${VPN_IFACE[$N]} src ${VPN_IP[$N]} table $N
> >> /some/log/file
> $IP route add default via ${VPN_GW[$N]} table $N >> /some/log/file
>
>
> $IP route add ${VPN_NET[$N]
On Wed, Apr 23, 2014 at 9:58 AM, Tom Furie wrote:
> The intention of the package relationships was supposed to be -
>
> Depends: This package won't run unless you have this other package
> installed.
>
> Recommends: This package will run without this other package, but
> possi
Amit gmail.com> writes:
>
> Hello,
>
> Migrated build server from ubuntu to debian jessie and
> noticed that the debug packages are not generated correctly.
>
Need to bump debian/compat to 9 from 7.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "uns
On Wed, Apr 23, 2014 at 09:37:50AM +1000, Chris Angelico wrote:
> On Wed, Apr 23, 2014 at 9:32 AM, Tom Furie wrote:
> > In your example above, while gnome depends on openoffice, openoffice
> > cannot be removed without also removing gnome and thus anything that was
> > pulled in by gnome. However
exec > filename redefines standard out as filename
--
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/87a9bcgbng@aptiva.optonline.net
On Tue 22 Apr 2014 at 15:46:45 -0400, Theodore Alcapotaxis wrote:
> According to /etc/fstab, /dev/sdb1 has a mount point /media/usb0
>
> However I had to mount it first: sudo mount /dev/sdb1 /media/usb0
There should be no need to mount it first. Even if you do the manual
says the CD-ROM is unmou
Use redirects:
$IP route add ${VPN_NET[$N]} dev ${VPN_IFACE[$N]} src ${VPN_IP[$N]} table $N >>
/some/log/file
$IP route add default via ${VPN_GW[$N]} table $N >> /some/log/file
$IP route add ${VPN_NET[$N]} dev ${VPN_IFACE[$N]} src ${VPN_IP[$N]} >>
/some/log/file
$IP rule add from ${VPN_IP[$N
On Wed, Apr 23, 2014 at 9:32 AM, Tom Furie wrote:
> In your example above, while gnome depends on openoffice, openoffice
> cannot be removed without also removing gnome and thus anything that was
> pulled in by gnome. However, while it is /nice/ to have an office suite
> in your desktop environmen
Hi, Tom.
On Tuesday, 22 April 2014 23:18:30 +0100,
Tom Furie wrote:
> > I'm writing a bash script that runs several routing commands. I would
> > like these commands, on a part of the script, plus run, are saved to a
> > log file.
> I'm having trouble processing this paragraph. Are you saying th
On Wed, Apr 23, 2014 at 09:05:09AM +1000, Chris Angelico wrote:
> On Wed, Apr 23, 2014 at 8:56 AM, Tom Furie wrote:
> > This seems an odd choice to make. If I installed a meta-package because
> > I couldn't be bothered to investigate which individual packages I
> > wanted, or just wanted to explo
On Wed, Apr 23, 2014 at 8:06 AM, Daniel Bareiro wrote:
>
> I'm writing a bash script that runs several routing commands. I would
> like these commands, on a part of the script, plus run, are saved to a
> log file.
>
> I guess maybe it could be done by putting the commands in a variable and
> then
On Wed, Apr 23, 2014 at 8:56 AM, Tom Furie wrote:
> This seems an odd choice to make. If I installed a meta-package because
> I couldn't be bothered to investigate which individual packages I
> wanted, or just wanted to explore the whole package, then decide I don't
> want that package, so remove
On Wed, Apr 23, 2014 at 01:22:40AM +0300, Andrei POPESCU wrote:
> On Ma, 22 apr 14, 22:56:27, Lisi Reisz wrote:
> Unfortunately this may not have the desired effect with at least Gnome,
> due to circular Depends/Recommends of the installed packages. Besides,
> recently[1] meta-packages have been
On Ma, 22 apr 14, 22:56:27, Lisi Reisz wrote:
> On Tuesday 22 April 2014 19:24:17 c. marlow wrote:
> > I did a TOTAL REMOVE from synaptic of all lxde packages.
>
> This wouldn't have removed any dependencies, which is what autoremove was
> trying to put right.
>
> I don't know Synaptic, but this
On Tue, Apr 22, 2014 at 07:06:41PM -0300, Daniel Bareiro wrote:
> I'm writing a bash script that runs several routing commands. I would
> like these commands, on a part of the script, plus run, are saved to a
> log file.
I'm having trouble processing this paragraph. Are you saying that you
want t
On Ma, 22 apr 14, 16:29:32, c. marlow wrote:
>
> Holy cow Andrei, that package you told me to install, installed like a
> ton of things that were not even in the iso I downloaded from
> debian.org.
Sorry, but this doesn't make any sense. Besides, synaptic will show what
packages it wants to inst
On Ma, 22 apr 14, 14:51:49, c. marlow wrote:
> On Tue, 2014-04-22 at 22:09 +0300, Andrei POPESCU wrote:
> > On Ma, 22 apr 14, 13:24:17, c. marlow wrote:
> >
> > > I did a TOTAL REMOVE from synaptic of all lxde packages.
> >
> > Ok, but what package did you use to install Xfce? See if installing
On Ma, 22 apr 14, 14:57:27, c. marlow wrote:
> christopher@COMPAQ:~$ apt-cache policy
...
> christopher@COMPAQ:~$ aptitude search '~i!~A^stable'
> i dropbox - cloud synchronization engine - CLI
> and Nau
> christopher@COMPAQ:~$
All good, your (still) on mostly pure Debi
Hi all!
I'm writing a bash script that runs several routing commands. I would
like these commands, on a part of the script, plus run, are saved to a
log file.
I guess maybe it could be done by putting the commands in a variable and
then do:
$CMD
echo $CMD
But perhaps there is a more elegant w
On Tuesday 22 April 2014 19:24:17 c. marlow wrote:
> I did a TOTAL REMOVE from synaptic of all lxde packages.
This wouldn't have removed any dependencies, which is what autoremove was
trying to put right.
I don't know Synaptic, but this seems to me a very odd way to remove a
desktop. I would j
On Tue 22 Apr 2014 at 14:54:41 -0500, c. marlow wrote:
> On Tue, 2014-04-22 at 20:12 +0100, Brian wrote:
> >
> > Make a note of packages you might want to reinstall; libreoffice? xsane?
> > Otherwise say 'yes'.
> >
> >
>
> Well, it did kill my window manager I had to reinstall LIGHTDM
Sorry
On Ma, 22 apr 14, 13:24:17, c. marlow wrote:
> it looks like AUTOREMOVE is wanting to remove everything from the
> system? But I dont understand why and is it safe to say yes its not
> wanting to remove the whole system?
Not the entire system, but certainly some parts that could be useful to
you.
> On Apr 22, 2014, at 2:04 PM, Henning Follmann
> wrote:
> E. Wrong.
> You pay with being spied on for marketing purposes.
>
> -
And to some of us that is an unacceptable cost, and to others, an acceptable
process. If I agree to let you watch me 24/7, you 're not spying.
--
To UNSUBS
On 4/22/2014 4:54 PM, Sven Hartge wrote:
I doubt there will ever be a backport of apache2.4 to Wheezy.
Ok, thanks guys... guess we can close this thread...
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb
On Tue, Apr 22, 2014 at 09:47:24AM -0700, Patrick Bartek wrote:
> On Tue, 22 Apr 2014, Henning Follmann wrote:
>
> > On Mon, Apr 21, 2014 at 10:25:18AM -0700, Patrick Bartek wrote:
> > > On Mon, 21 Apr 2014, Xiánwén Chén wrote:
> > >
> > > > Hi Patrick,
> > > >
> > > > Why not just a second Gmai
Jochen Spieker wrote:
> Tanstaafl:
>> I'm curious how many here enable the testing repo so they can run
>> apache 2.4, which apparently is a bit more secure? If so, any gotchas
>> or things to be aware of?
> I didn't check, but I would be surprised if it was possible to only
> install Apache 2.
Tanstaafl:
>
> I'm curious how many here enable the testing repo so they can run
> apache 2.4, which apparently is a bit more secure? If so, any
> gotchas or things to be aware of?
I didn't check, but I would be surprised if it was possible to only
install Apache 2.4 from testing without upgradin
On 04/22/2014 12:47 PM, Patrick Bartek wrote:
I didn't want all the headaches of Google+ (something I'll NEVER use
or participate in) just for an email account.
Free does not exist. There is always a price.
It was a price I was unwilling to pay.
Unfortunately today the majority chooses free
On Tue, 2014-04-22 at 22:19 +0300, Andrei POPESCU wrote:
> On Lu, 21 apr 14, 15:00:32, c. marlow wrote:
> > In the post MSCORE fonts, I talked about how all of a sudden my desktop
> > icons just went away when in synaptic, to Ralf, and I had to reboot to
> > get the computer to show my desktop ico
On Tue, 2014-04-22 at 20:12 +0100, Brian wrote:
> On Tue 22 Apr 2014 at 13:24:17 -0500, c. marlow wrote:
>
> > it looks like AUTOREMOVE is wanting to remove everything from the
> > system?
>
> Don't exagerate. It merely wants to remove a few packages which are not
> being used by anything. If a
On Tue, 2014-04-22 at 22:09 +0300, Andrei POPESCU wrote:
> On Ma, 22 apr 14, 13:24:17, c. marlow wrote:
> > it looks like AUTOREMOVE is wanting to remove everything from the
> > system? But I dont understand why and is it safe to say yes its not
> > wanting to remove the whole system?
>
> Not the
Hi,
For the third time, I had to change a failed drive from my home linux
RAID5
box. Previous one went right and this time, I don't know what I did
wrong,
but I broke my RAID5. Well, at least, he didn't want to start.
/dev/sdb was the failed drive
/dev/sdc and /dev/sdd are OK.
I t
Hello Brian
You are right.
According to /etc/fstab, /dev/sdb1 has a mount point /media/usb0
However I had to mount it first: sudo mount /dev/sdb1 /media/usb0
and then followed by the command: sudo apt-cdrom -d /media/usb0 add
And the error message is always the same, viz:
Using CD-ROM mount po
On Lu, 21 apr 14, 18:04:20, Robin Kipp wrote:
> However, I also intend to use this as a hardware firewall. So, it
> should be possible to somehow analyse web traffic such as HTTP for
> malicious code, such as viruses being downloaded to connected Windows
> machines. I know this can be done on in
On Lu, 21 apr 14, 15:00:32, c. marlow wrote:
> In the post MSCORE fonts, I talked about how all of a sudden my desktop
> icons just went away when in synaptic, to Ralf, and I had to reboot to
> get the computer to show my desktop icons again.
I can assure you LXDE works fine without any icons on
On Tue 22 Apr 2014 at 13:24:17 -0500, c. marlow wrote:
> it looks like AUTOREMOVE is wanting to remove everything from the
> system?
Don't exagerate. It merely wants to remove a few packages which are not
being used by anything. If anything really critical to the system was
about to be removed y
On Ma, 22 apr 14, 13:24:17, c. marlow wrote:
> it looks like AUTOREMOVE is wanting to remove everything from the
> system? But I dont understand why and is it safe to say yes its not
> wanting to remove the whole system?
Not the entire system, but certainly some parts that could be useful to
you.
it looks like AUTOREMOVE is wanting to remove everything from the
system? But I dont understand why and is it safe to say yes its not
wanting to remove the whole system? It is because I removed LXDE and now
using XFCE?
I did a TOTAL REMOVE from synaptic of all lxde packages.
christopher@COMPAQ:
Same behavior, snmpd fails to start after 5.7.2.1~dfsg-3 upgrade on a
openvz container running debian sid.
Working fine with 5.7.2~dfsg-8.1+b1
[] Starting SNMP services::pcilib: Cannot open /proc/bus/pci
pcilib: Cannot find any working access method.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/22/2014 11:51 AM, Patrick Bartek wrote:
> On Tue, 22 Apr 2014, Jonathan Dowland wrote:
>> You just need to point it (or another newsreader) at news.gmane.org.
>
> I was not aware of gmane. Although, the name sounds familiar. I'll
> look into
On 20140421_1025-0700, Patrick Bartek wrote:
> On Mon, 21 Apr 2014, Xiánwén Chén wrote:
>
> > Hi Patrick,
> >
> > Why not just a second Gmail account for various lists?
>
> That was the first thing I considered, but didn't want to be a part of
> Google+ and all that social networking crap Google
On Tue, 22 Apr 2014, Henning Follmann wrote:
> On Mon, Apr 21, 2014 at 10:25:18AM -0700, Patrick Bartek wrote:
> > On Mon, 21 Apr 2014, Xiánwén Chén wrote:
> >
> > > Hi Patrick,
> > >
> > > Why not just a second Gmail account for various lists?
> >
> > That was the first thing I considered, but
On Mon, 21 Apr 2014 23:51:33 -0500
"c. marlow" wrote:
> Well I installed XFCE and the whole logging out and in and where my
> icons are going to be this time is very annoying and using the command
> to lock the icons
>
> sudo chattr +i ~/.config/xfce4/desktop/icons*
>
> then to unlock them sudo
On Tue, 2014-04-22 at 12:28 +0100, Lisi Reisz wrote:
> On Tuesday 22 April 2014 05:51:33 c. marlow wrote:
> > Im so exhausted I just about give up on Linux, just about ready to
> > scrape up the money, go to walmart and buy me a Windows Machine.. In
> > the last week I have tried LMDE both made an
On Tue, 2014-04-22 at 10:11 +0200, Slavko wrote:
> Ahoj,
>
> Dňa Mon, 21 Apr 2014 23:51:33 -0500 "c. marlow"
> napísal:
>
> > DOES NOT WORK... I can still log in and they're in a different
> > order everytime...
>
> I am using the XFCE from time when 4.8 was in testing (more precise,
> whe
On Tue, 2014-04-22 at 10:29 +0200, Ralf Mardorf wrote:
> On Mon, 2014-04-21 at 15:03 -0500, c. marlow wrote:
> > Here is a screenshot of the crash in action... I am glad I was able
> > to get this screenshot before everything died...
> >
> > http://i886.photobucket.com/albums/ac69/CMAR606/De
On Tue, 22 Apr 2014, Jonathan Dowland wrote:
> Hi Patrick,
>
> I'm not answering the question you asked, exactly, but have you
> considered using Gmane, and a newsreader? From what I understand
> claws mail is also a newsreader so you could continue to use that.
> You just need to point it (or an
On Mon, Apr 21, 2014 at 06:43:59PM +0100, Brad Rogers wrote:
> On Mon, 21 Apr 2014 11:39:11 -0500
> "c. marlow" wrote:
>
> Hello c.,
>
> >Ok I removed the ones that said SOURCE CODE
>
> They're handy to have. It wasn't the wisest move to delete them so
> reinstate them.
I disagree, you can qu
I have a list of services which I do not start at boot
(disabled through update-rc.d), but after a certain encrypted
partition is mounted (boot may happen unattented and I prefer to have
a subset of services running in that case, rather than no service at
all)
Now in my script I use a
for
On Tue 22 Apr 2014 at 11:48:11 +0100, Brian wrote:
> It would be interesting to know whether this is successful for you.
On the segfault site Martins provides cinnamon-build.tar.gz. If you
trust the packages it contains (installing random debs found on the web
isn't recommended) Cinnamon might ru
On Monday 21 April 2014 19:33:00 c. marlow wrote:
> Here is my Synaptic. Its still not letting me click the boxes... I
> can tick the square boxes and it just unticks them.
You probably weren't running Synaptic as root. So it wouldn't let you alter
anything.
Lisi
--
To UNSUBSCRIBE, email
Hi Patrick,
I'm not answering the question you asked, exactly, but have you
considered using Gmane, and a newsreader? From what I understand
claws mail is also a newsreader so you could continue to use that.
You just need to point it (or another newsreader) at news.gmane.org.
--
Jonathan Dowlan
I just upgraded a sid box on my network. It is a container running on
openvz. during the upgrade, snmpd fails to upgrade, and I wanted to check
here before I file a bug.
I was running 5.7.2~dfsg-8.1+b1 i386, which was working, however, when I
upgraded to 5.7.2.1~dfsg-3_i386, it broke. Apparently t
On Tue, Apr 22, 2014 at 9:28 PM, Lisi Reisz wrote:
> On Tuesday 22 April 2014 05:51:33 c. marlow wrote:
>> Im so exhausted I just about give up on Linux, just about ready to
>> scrape up the money, go to walmart and buy me a Windows Machine.. In
>> the last week I have tried LMDE both made and cin
On 4/21/2014 1:25 PM, Jochen Spieker wrote:
I use these settings and receive good results:
SSLCipherSuite
'EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:
Ahoj,
Dňa Tue, 22 Apr 2014 14:19:21 +0200 Roland Hieber
napísal:
> On 20.04.2014 00:49, Roland Hieber wrote:
> > Unfortunately, I cannot find anything related in /var/log/*, but I
> > have the feeling that it has to do with my recent switch to
> > systemd-sysv.
>
> For the record, purging syste
On 20.04.2014 00:49, Roland Hieber wrote:
> Unfortunately, I cannot find anything related in /var/log/*, but I have
> the feeling that it has to do with my recent switch to systemd-sysv.
For the record, purging systemd-sysv and installing sysvinit-core again
got rid of that nasty bug. I would like
On Tuesday 22 April 2014 05:51:33 c. marlow wrote:
> Im so exhausted I just about give up on Linux, just about ready to
> scrape up the money, go to walmart and buy me a Windows Machine.. In
> the last week I have tried LMDE both made and cinnamon
It is, of course, your decision. If you prefer to
On Thu, Apr 17, 2014 at 07:46:39PM -0300, Marcelo Laia wrote:
> Is it swap partition unnecessary?
A swap partition isn't necessary, no. You can either use a swapfile (but
note that this will probably have performance implications) or use no
swap at all (but be aware, then that everything must fit
On Tue 22 Apr 2014 at 09:41:54 +0100, Balint Szigeti wrote:
> I hope this thread is new.
It is.
> So isn't there any way to install Cinnamon desktop to Debian 7?
Maybe. At
http://forums.debian.net/viewtopic.php?f=20&t=111782
there is a link to
http://segfault.linuxmint.com/2013/10/how-t
On Mon, Apr 21, 2014 at 10:25:18AM -0700, Patrick Bartek wrote:
> On Mon, 21 Apr 2014, Xiánwén Chén wrote:
>
> > Hi Patrick,
> >
> > Why not just a second Gmail account for various lists?
>
> That was the first thing I considered, but didn't want to be a part of
> Google+ and all that social net
On Monday 21 April 2014 23:31:24 c. marlow wrote:
> >>> I myself use Trinity 3.5.13.2. When I
> >
> > want help for that, I don't come here!<
>
> OH NICE. I didnt know KDE 3.5 Trinity worked here on Deb. I knew
> I tried it on Kubuntu it was a disaster with 12.04 :(
I have TDE 3.5.13
I'm sorry. I wasn't aware of it. I have started a new thread and I'm
sorry for the broken thread.
Balint
On Tue, 2014-04-22 at 10:34 +0200, Ralf Mardorf wrote:
> On Mon, 2014-04-21 at 21:17 +0100, Tom Furie wrote:
> > Brian wasn't commenting about the posts suitability for this mailing
> > list
hello
I hope this thread is new.
So, I would like to install a new desktop environment onto my Debian VM
(it is in Virtual Box) but I can't.
I always got dependencies error like:
libmuffin0, libcjs0c etc will not be installed.
Does anyone have a clue how I can install Cinnamon DE?
I tried thes
Am 2014-04-20 23:49, schrieb Karl E. Jorgensen:
Hi
On Sun, Apr 20, 2014 at 01:01:53PM +0200, h...@xx0r.eu wrote:
Hi List,
maybe you have a clue about the issues im having since several months.
My Homeserver is running Debian Jessy right now, the network issues
where there with wheezy aswell.
af
On Mon, 2014-04-21 at 21:17 +0100, Tom Furie wrote:
> Brian wasn't commenting about the posts suitability for this mailing
> list but that the poster had hijacked an existing, unrelated thread, and
> requested that he start a new thread with his question.
JFTR the "subject" isn't the "thread" Tom
hello
I'm sorry, I didn't want to break any thread and yes I did that you Brad
wrote.
Clicked the answer for all, delete the buddies and wrote a new subject.
Next time I'll open a new thread.
Balint
On Mon, 2014-04-21 at 20:56 +0100, Brad Rogers wrote:
> On Mon, 21 Apr 2014 14:43:31 -0500
> "
On Mon, 2014-04-21 at 15:03 -0500, c. marlow wrote:
> Here is a screenshot of the crash in action... I am glad I was able
> to get this screenshot before everything died...
>
> http://i886.photobucket.com/albums/ac69/CMAR606/Debian%20Mail%
> 20List/Screenshotfrom2014-04-21145330.png
Somethin
Ahoj,
Dňa Mon, 21 Apr 2014 23:51:33 -0500 "c. marlow"
napísal:
> DOES NOT WORK... I can still log in and they're in a different
> order everytime...
I am using the XFCE from time when 4.8 was in testing (more precise,
when KDE 4.1 came to testing) and i never saw this. I am sure, that
mista
83 matches
Mail list logo